body {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;

    color: #333;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px; /* Wysokość footera */
}

header {
    background-color: #f4f4f4;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.hero {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 1.5rem;
    font-weight: 800;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.hero .subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hero .video-container {
    background-color: #f0f0f0;
    aspect-ratio: 16 / 9;
    margin: 2rem 30px;
}

footer {
    background-color: #ffffff;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0;
    border-top: 1px solid #e0e0e0;
}

.footer-left p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.footer-center a {
    color: #666;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.footer-right a {
    color: #666;
    margin: 0 5px;
    font-size: 18px;
}

.footer-right a:hover,
.footer-center a:hover {
    color: #333;
}

#testimonials {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
}

.testimonial-slider div {
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 5px;
    text-align: center;
}

.important-notice {
    background-color: #ffd700;
    text-align: center;
    padding: 0.5rem;
    font-weight: bold;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

h1 {
    font-size: 1.5rem;
    text-align: center;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
}

h2.master-title {
    text-align: left;
}

.workshop-content {
    padding: 1rem;
    margin: 1rem 0;
}

.workshop-content .content-wrapper {
    max-width: 1400px;
    margin: 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.workshop-content .content-breakdown {
    flex: 1;
    padding-right: 1.5rem;
    margin-bottom: 0;
}

.workshop-content .content-breakdown p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.workshop-content .congratulations {
    font-size: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

#content{
    display: none;
}

.workshop-content .content-breakdown p {
    font-size: 1rem;
    padding-bottom: 0;
}

.workshop-content .content-breakdown h3 {
    font-size: 1.4rem;
}

.workshop-content .content-breakdown ul {
    list-style-type: none;
    padding-left: 0;
}

.workshop-content .content-breakdown li {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding-left: 1.2rem;
    position: relative;
}
.workshop-content .content-breakdown li::before {
    content: "•";
    color: #6600cc;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}



.stats {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stat-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    width: 250px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    text-align: center;
}

.offer-section-wrapper {
    background-color: #f5f0ff;
    width: 100vw;
    padding: 4rem 0;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.offer-section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 2rem;
}

.offer-content {
    flex: 1;
    max-width: 60%;
    text-align: left;
}

.offer-content h2.content-title {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
    text-align: left;
}

.offer-content h2.master-title {
    font-size: 2.5rem;
    line-height: 1.1; 
    color: #333;
    text-align: left;
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 0;
}

.offer-content h1.content-title {
    font-size: 3.5rem;
    line-height: 1.1; 
    color: #333;
    font-weight: 800; 
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 0;
    text-align: left;
}

.offer-content .subtitle {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    text-align: left;
}

.offer-content .description {
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
}

.pricing-card {
    max-width: 350px;
}


.pricing-wrapper {
    max-width: 350px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.timer {
    font-size: 1rem;
    padding: 1rem;
    background-color: #f0f0f0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #333;
}

.pricing-container {
    padding: 1.5rem;
}

.price-options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.price-option {
    padding: 0.6rem 1.2rem;
    border: 2px solid #6600cc;
    border-radius: 25px;
    background-color: white;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.price-option.active {
    background-color: #6600cc;
    color: white;
}

.best-value {
    position: absolute;
    top: -12px;
    right: 0;
    background-color: #ffd700;
    padding: 0.3rem 0.6rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
}

.price {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.5rem;
    font-size: 2.2rem;
}

.discounted-price {
    font-weight: bold;
    color: #333;
}

.per-year {
    font-size: 1.2rem;
    color: #666;
}

.price-info {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.4;
}

.cta-button {
    width: 100%;
    background-color: #ff6600;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e55b00;
}

.payment-info {
    margin-top: 1.5rem;
    padding: 0 1.5rem 1.5rem;
}

.payment-methods {
    margin-bottom: 1rem;
}

.payment-logos {
    width: 100%;
    height: auto;
}

.vat-info, .security-info {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.security-info {
    display: flex;
    align-items: center;
}

.security-info img {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}

.master-manifestation-wrapper {
    background-color: #ffffff;
    width: 100vw;
    padding: 4rem 0;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.master-manifestation {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    font-family: 'Inter', sans-serif;
}

.master-manifestation .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.master-manifestation .content {
    flex: 1;
    max-width: 50%;
    padding-right: 2rem;
}

.master-manifestation h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.master-manifestation p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.master-manifestation .about-author {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.master-manifestation .image-grid {
    padding-left: 0px;
}



.master-manifestation .image-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    max-width: 50%;
}

.master-manifestation .image-grid .top-row {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-left: 2rem;
}

.master-manifestation .image-grid .bottom-row {
    display: flex;
    gap: 1rem;
    padding-right: 2rem;
}

.master-manifestation .grid-image {
    width: calc(50% - 0.5rem);
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.master-manifestation .author-info {
    margin-top: 1rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1.5rem;
    display: none;
}

.master-manifestation .author-info.active {
    display: flex;
    align-items: flex-start;
}

.master-manifestation .author-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1.5rem;
}

.master-manifestation .author-description h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.master-manifestation .author-description p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.program-benefits {
    background-color: #ffffff;
    padding: 2rem 0;
    font-family: 'Inter', sans-serif;
}

.program-benefits .container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.program-benefits .left-side {
    flex: 0 0 60%;
    position: relative;
}

.program-benefits .image-stats {
    position: relative;
    width: 100%;
}

.program-benefits .main-image {
    width: 80%;
    height: auto;
    border-radius: 10px;
}

.program-benefits .stats {
    position: absolute;
    top: 0;
    right: -25%;
    bottom: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.program-benefits .stat-item {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.program-benefits .stat-percentage {
    font-size: 2rem;
    font-weight: bold;
    color: #6600cc;
    display: block;
    margin-bottom: 0.5rem;
}

.program-benefits .stat-item p {
    font-size: 0.9rem;
    margin: 0;
    color: #333;
}

.program-benefits .program-info {
    flex: 0 0 50%;
}

@media (max-width: 985px) {
    .program-benefits .container {
        flex-direction: column;
    }

    .program-benefits .left-side,
    .program-benefits .program-info {
        flex: 0 0 100%;
    }

    .program-benefits .image-stats,
    .program-benefits .stats {
        display: none;
    }
}

@media (max-width: 1200px) {
    .content-wrapper {
        flex-direction: column;
    }
    
    .content-breakdown {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .stats {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    
    .stat-box {
        width: 48%;
    }

    .offer-section {
        padding: 0 1rem;
    }
}

@media (max-width: 985px) {
    .master-manifestation .container {
        flex-direction: column;
    }

    .master-manifestation .content, .master-manifestation .image-grid {
        max-width: 100%;
        padding-right: 0;
    }

    .master-manifestation .content {
        margin-bottom: 2rem;
    }

    .master-manifestation h2 {
        font-size: 2rem;
    }

    .master-manifestation .image-grid {
        display: none;
    }

    .offer-section {
        flex-direction: column;
    }

    .offer-content {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .content-title {
        font-size: 2.5rem;
    }

    .pricing-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .master-manifestation-wrapper {
        padding: 2rem 0;
    }

    .master-manifestation {
        padding: 0 1rem;
    }

    .master-manifestation h2 {
        font-size: 1.8rem;
    }
    .offer-section-wrapper {
        padding: 2rem 0;
    }

    .offer-section {
        padding: 0 1rem;
    }

    .content-title {
        font-size: 2rem;
   
    }

    .subtitle, .description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .master-manifestation .author-info {
        flex-direction: column;
    }

    .master-manifestation .author-image {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.master-manifestation .author-info:not(:target) {
    display: none;
}

@media (max-width: 768px) {
    .hero-content {
        margin: 0 50px;
    }
    
    .video-container {
        margin: 2rem 15px;
    }
}

@media (max-width: 480px) {
    .hero-content {
        margin: 0 20px;
    }
    
    .video-container {
        margin: 2rem 0;
    }
}

@media (max-width: 480px) {
    .hero-content {
        margin: 0;
    }
    
    .hero {
        padding: 1rem;
    }
    
    .video-container {
        margin: 2rem -1rem;
    }
}

.program-benefits .area-tag {
    background-color: #f0e6ff;
    color: #6600cc;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

@media (min-width: 985px) {
    .program-benefits .container {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

    .program-benefits .left-side {
        flex: 0 0 50%;
        position: relative;
    }

    .program-benefits .image-stats {
        position: relative;
        width: 100%;
    }

    .program-benefits .main-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .program-benefits .stats {
        position: absolute;
        top: 0;
        right: -25%;
        bottom: 0;
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .program-benefits .stat-item {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .program-benefits .stat-percentage {
        font-size: 2rem;
        font-weight: bold;
        color: #6600cc;
        display: block;
        margin-bottom: 0.5rem;
    }

    .program-benefits .stat-item p {
        font-size: 0.9rem;
        margin: 0;
        color: #333;
    }

    .program-benefits .program-info {
        flex: 0 0 50%;
    }
}

@media (max-width: 985px) {
    .program-benefits .container {
        flex-direction: column;
    }

    .program-benefits .left-side,
    .program-benefits .program-info {
        flex: 0 0 100%;
    }

    .program-benefits .image-stats,
    .program-benefits .stats {
        display: none;
    }
}

@media (max-width: 768px) {
    .program-benefits .stat-item {
        width: 100%;
    }
}
