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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.floating-nav {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 37px;
    z-index: 999;
    backdrop-filter: blur(10px);
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #2980b9;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2980b9;
}

.hero-visual {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #34495e;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 10;
    max-width: 800px;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 20px;
    line-height: 1.5;
    opacity: 0.95;
}

.story-intro {
    padding: 80px 20px;
    background-color: #ecf0f1;
}

.story-container {
    max-width: 700px;
    margin: 0 auto;
}

.lead-text {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #34495e;
    font-weight: 500;
}

.story-container p {
    font-size: 18px;
    margin-bottom: 20px;
}

.problem-section {
    padding: 100px 20px;
}

.split-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.split-image {
    flex: 1;
    background-color: #bdc3c7;
}

.split-image img {
    width: 100%;
    display: block;
}

.insight-reveal {
    padding: 80px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.insight-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.insight-box h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.insight-box p {
    font-size: 20px;
    line-height: 1.6;
}

.visual-break {
    position: relative;
    height: 500px;
    background-color: #95a5a6;
}

.visual-break img {
    width: 100%;
    height: 100%;
}

.break-caption {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 40px;
    border-radius: 4px;
}

.break-caption p {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
}

.approach-description {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.approach-container {
    max-width: 1100px;
    margin: 0 auto;
}

.approach-container h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.approach-card {
    flex: 1 1 calc(50% - 15px);
    background: #ffffff;
    padding: 35px;
    border-left: 4px solid #3498db;
}

.approach-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2980b9;
}

.approach-card p {
    font-size: 17px;
    line-height: 1.6;
}

.testimonial-inline {
    padding: 80px 20px;
    background-color: #2c3e50;
}

.testimonial-inline blockquote {
    max-width: 800px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.7;
    color: #ecf0f1;
    font-style: italic;
    text-align: center;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-style: normal;
    opacity: 0.8;
}

.programs-preview {
    padding: 100px 20px;
}

.programs-header {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.programs-header h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.programs-header p {
    font-size: 19px;
    color: #555;
}

.programs-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.program-item {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.program-item h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.program-item p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.program-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program-price {
    font-size: 26px;
    font-weight: 700;
    color: #27ae60;
}

.btn-select {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select:hover {
    background-color: #2980b9;
}

.trust-markers {
    padding: 80px 20px;
    background-color: #ecf0f1;
}

.trust-container {
    max-width: 800px;
    margin: 0 auto;
}

.trust-container h3 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.trust-list {
    list-style: none;
}

.trust-list li {
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #bdc3c7;
    padding-left: 30px;
    position: relative;
}

.trust-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
    font-size: 20px;
}

.form-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
}

.form-wrapper h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.course-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    flex-direction: column;
}

.form-row label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-row input,
.form-row select,
.form-row textarea {
    padding: 12px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #229954;
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.disclaimer-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #856404;
}

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 20px 20px;
}

.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #3498db;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: #ecf0f1;
    padding: 25px;
    z-index: 10000;
    backdrop-filter: blur(10px);
}

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #229954;
}

.btn-cookie-reject {
    background-color: transparent;
    color: #ecf0f1;
    border: 2px solid #ecf0f1;
}

.btn-cookie-reject:hover {
    background-color: #ecf0f1;
    color: #2c3e50;
}

.page-hero {
    padding: 80px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: #ffffff;
}

.page-hero h1 {
    font-size: 44px;
    margin-bottom: 15px;
}

.page-intro {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.about-story {
    padding: 100px 20px;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.about-container img {
    flex: 1;
    background-color: #bdc3c7;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

.story-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.values-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.values-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
}

.values-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.value-card {
    flex: 1;
    background: #ffffff;
    padding: 35px;
    border-top: 5px solid #e74c3c;
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
}

.team-approach {
    padding: 100px 20px;
}

.approach-text {
    max-width: 800px;
    margin: 0 auto 40px;
}

.approach-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.approach-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.team-approach img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    background-color: #95a5a6;
}

.cta-section {
    padding: 80px 20px;
    background-color: #34495e;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-box h3 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 25px;
}

.btn-primary {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.services-full {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-block {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: center;
}

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 0 0 400px;
    background-color: #bdc3c7;
}

.service-visual img {
    width: 100%;
    display: block;
}

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-details p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    margin: 25px 0;
}

.service-features li {
    font-size: 16px;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.service-features li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
}

.service-price-block {
    margin: 25px 0;
    padding: 20px;
    background-color: #ecf0f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label {
    font-size: 17px;
    font-weight: 600;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
}

.service-block.featured {
    border: 3px solid #f39c12;
    padding: 30px;
    background-color: #fef9e7;
}

.contact-section {
    padding: 80px 20px;
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
}

.info-block {
    margin-bottom: 35px;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2980b9;
}

.info-block p {
    font-size: 17px;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
    background-color: #bdc3c7;
}

.contact-visual img {
    width: 100%;
    display: block;
}

.contact-note {
    padding: 40px 20px;
    background-color: #ecf0f1;
}

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

.note-box p {
    font-size: 17px;
    line-height: 1.7;
}

.note-box a {
    color: #2980b9;
    font-weight: 600;
}

.thanks-hero {
    padding: 100px 20px;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    min-height: 500px;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 40px;
    color: #27ae60;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.thanks-details {
    margin: 40px 0;
}

.selected-service {
    background-color: #e8f5e9;
    padding: 25px;
    border-left: 4px solid #27ae60;
}

.selected-service h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.service-name {
    font-size: 24px;
    font-weight: 700;
    color: #27ae60;
    margin: 10px 0;
}

.service-price {
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

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

.next-steps h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.next-steps ol {
    padding-left: 25px;
}

.next-steps li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.thanks-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-secondary {
    display: inline-block;
    background-color: #95a5a6;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

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

.legal-page {
    padding: 60px 20px;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.updated {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #34495e;
}

.legal-container h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #555;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-container ul,
.legal-container ol {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.legal-container a {
    color: #2980b9;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-overlay h1 {
        font-size: 32px;
    }

    .split-content,
    .about-container,
    .contact-container,
    .service-block {
        flex-direction: column;
    }

    .approach-grid,
    .values-grid {
        flex-direction: column;
    }

    .footer-main {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
    }

    .program-cta {
        flex-direction: column;
        gap: 15px;
    }

    .service-visual {
        flex: 1;
    }
}