* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #e9ecef;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #2c3e50;
}

.main-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
}

.hero-editorial {
    margin-bottom: 60px;
}

.hero-image-container {
    margin-bottom: 40px;
    background-color: #f1f3f5;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.editorial-text {
    max-width: 680px;
}

.editorial-text h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -1px;
}

.intro-large {
    font-size: 22px;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 32px;
}

.story-section {
    margin-bottom: 60px;
}

.editorial-text h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 48px 0 20px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.editorial-text h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 36px 0 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-text h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 28px 0 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.editorial-text ul {
    margin: 20px 0 20px 24px;
    font-size: 18px;
    color: #2c3e50;
}

.editorial-text li {
    margin-bottom: 12px;
}

.inline-image {
    margin: 48px 0;
    background-color: #f1f3f5;
}

.inline-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #f8f9fa;
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.2s;
    margin: 0 8px;
}

.btn-secondary:hover {
    background-color: #e9ecef;
}

.insight-section {
    margin-bottom: 60px;
}

.program-card {
    margin: 40px 0;
    padding: 32px 0;
    border-top: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.program-image {
    background-color: #f1f3f5;
}

.program-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.program-content h3 {
    font-size: 28px;
    margin: 0 0 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.program-content p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #495057;
}

.program-details {
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
}

.program-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1f3f5;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
}

.btn-select {
    padding: 12px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-select:hover {
    background-color: #1a252f;
}

.testimonial-section {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef;
}

blockquote {
    margin: 32px 0;
    padding: 0 0 0 24px;
    border-left: 4px solid #2c3e50;
}

blockquote p {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #495057;
    margin-bottom: 12px;
}

cite {
    font-size: 16px;
    color: #6c757d;
    font-style: normal;
}

.trust-section {
    margin-bottom: 60px;
}

.benefit-list {
    margin: 40px 0;
}

.benefit-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f1f3f5;
}

.benefit-item:last-child {
    border-bottom: none;
}

.benefit-item h4 {
    margin-top: 0;
}

.benefit-item p {
    color: #495057;
}

.form-section {
    margin: 60px 0;
    padding: 48px 32px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.main-form {
    margin-top: 32px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #ffffff;
    color: #2c3e50;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c3e50;
}

.form-group input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.btn-primary {
    width: 100%;
    padding: 16px 32px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #1a252f;
}

.disclaimer-section {
    margin: 60px 0 0;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

.contact-info {
    margin: 40px 0;
}

.contact-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e9ecef;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item h3 {
    margin: 0 0 12px;
}

.contact-item p {
    margin: 0;
    color: #495057;
}

.faq-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e9ecef;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    margin: 0 0 12px;
}

.faq-item p {
    margin: 0;
    color: #495057;
}

.next-steps {
    margin: 40px 0;
}

.step-item {
    margin-bottom: 32px;
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.step-item h3 {
    margin: 0 0 12px;
    font-size: 20px;
}

.step-item p {
    margin: 0;
    font-size: 16px;
    color: #495057;
}

.cta-section {
    margin: 40px 0;
    text-align: center;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 30px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #adb5bd;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #adb5bd;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #343a40;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #6c757d;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #e9ecef;
    padding: 24px 30px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    color: #495057;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-accept {
    background-color: #2c3e50;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #1a252f;
}

.btn-reject {
    background-color: #e9ecef;
    color: #495057;
}

.btn-reject:hover {
    background-color: #dee2e6;
}

.cookie-buttons a {
    color: #495057;
    text-decoration: underline;
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .main-content {
        padding: 40px 20px;
    }

    .nav-container {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .nav-links {
        gap: 20px;
    }

    .editorial-text h1 {
        font-size: 32px;
    }

    .intro-large {
        font-size: 19px;
    }

    .editorial-text h2 {
        font-size: 26px;
    }

    .editorial-text p {
        font-size: 17px;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .program-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .btn-select {
        width: 100%;
    }
}