* {
    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: #ffffff;
}

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

.main-nav {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

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

.nav-links a:hover {
    color: #3498db;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #2c3e50;
    transition: all 0.3s;
}

.hero-asymmetric {
    display: flex;
    min-height: 600px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 30px;
    gap: 60px;
    align-items: center;
}

.hero-content-offset {
    flex: 1;
    padding-left: 40px;
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 22px;
    color: #555;
    margin-bottom: 35px;
    line-height: 1.5;
}

.cta-hero {
    display: inline-block;
    background: #2c3e50;
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-hero:hover {
    background: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.hero-image-float {
    flex: 1;
    position: relative;
    margin-top: -60px;
}

.hero-image-float img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.intro-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 30px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.intro-block-left {
    flex: 2;
    padding-right: 40px;
}

.intro-block-left h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.intro-block-left p {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.intro-stat-right {
    flex: 1;
    background: #f8f9fa;
    padding: 50px;
    border-radius: 12px;
    margin-top: 40px;
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 72px;
    font-weight: 800;
    color: #3498db;
    line-height: 1;
}

.stat-label {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
}

.problem-section {
    background: #2c3e50;
    color: #ffffff;
    padding: 100px 30px;
}

.problem-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.problem-image {
    flex: 1;
}

.problem-image img {
    width: 100%;
    border-radius: 12px;
}

.problem-text {
    flex: 1;
}

.problem-text h3 {
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.problem-list {
    list-style: none;
    padding: 0;
}

.problem-list li {
    padding: 15px 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
}

.problem-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.insight-zigzag {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 30px;
}

.insight-content {
    max-width: 800px;
    margin: 0 0 60px 120px;
}

.insight-content h2 {
    font-size: 48px;
    margin-bottom: 25px;
}

.insight-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
}

.insight-boxes {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.insight-box {
    flex: 0 0 calc(33.333% - 20px);
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.insight-box h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.insight-box p {
    color: #555;
    font-size: 16px;
}

.services-creative {
    background: #f8f9fa;
    padding: 100px 30px;
}

.section-title-offset {
    font-size: 52px;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding-left: 100px;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-direction: column;
}

.card-large {
    flex: 0 0 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.card-large .price {
    color: #ffffff;
}

.card-highlight {
    border: 3px solid #3498db;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 20px;
}

.service-header h3 {
    font-size: 28px;
    flex: 1;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    white-space: nowrap;
}

.service-description {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.card-large .service-description {
    color: rgba(255,255,255,0.95);
}

.service-features {
    list-style: none;
    margin-bottom: 30px;
    flex: 1;
}

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

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

.card-large .service-features li:before {
    color: #ffffff;
}

.service-cta {
    width: 100%;
    padding: 16px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.service-cta:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.card-large .service-cta {
    background: #ffffff;
    color: #667eea;
}

.card-large .service-cta:hover {
    background: #f8f9fa;
}

.trust-layer {
    padding: 100px 30px;
}

.trust-content-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.trust-left {
    flex: 1;
}

.trust-left h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.trust-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.trust-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.testimonial-card {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #777;
    font-weight: 600;
}

.cta-inline {
    background: #3498db;
    color: #ffffff;
    padding: 80px 30px;
}

.cta-inline-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.cta-inline-wrapper h3 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-inline-wrapper p {
    font-size: 20px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.cta-button-secondary {
    display: inline-block;
    background: #ffffff;
    color: #3498db;
    padding: 18px 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-button-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.form-section {
    padding: 100px 30px;
    background: #ffffff;
}

.form-container-offset {
    max-width: 700px;
    margin: 0 auto;
    margin-left: 20%;
}

.form-intro {
    margin-bottom: 40px;
}

.form-intro h2 {
    font-size: 44px;
    margin-bottom: 15px;
}

.form-intro p {
    font-size: 18px;
    color: #555;
}

.contact-form {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 12px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.submit-button {
    width: 100%;
    padding: 18px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-button:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.final-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 120px 30px;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 56px;
    margin-bottom: 15px;
}

.final-cta-content p {
    font-size: 24px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-button-large {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 22px 60px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    transition: all 0.3s;
}

.cta-button-large:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

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

.footer-content {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    gap: 60px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-column p {
    color: #aaa;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.disclaimer {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-bottom p {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    z-index: 2000;
    display: none;
}

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

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

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

.cookie-content a {
    color: #3498db;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-accept {
    background: #3498db;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #2980b9;
}

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

.cookie-reject:hover {
    background: rgba(255,255,255,0.1);
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #e74c3c;
    color: #ffffff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(231,76,60,0.4);
    z-index: 1500;
    transition: all 0.3s;
}

.sticky-cta:hover {
    background: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(231,76,60,0.5);
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-content-offset {
        padding-left: 0;
    }

    .hero-image-float {
        margin-top: 0;
    }

    .intro-offset {
        flex-direction: column;
    }

    .problem-wrapper {
        flex-direction: column;
    }

    .insight-boxes {
        justify-content: flex-start;
    }

    .insight-box {
        flex: 0 0 100%;
    }

    .service-card {
        flex: 0 0 100%;
    }

    .trust-content-split {
        flex-direction: column;
    }

    .form-container-offset {
        margin-left: auto;
    }

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

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

.page-header-content h1 {
    font-size: 56px;
    margin-bottom: 20px;
}

.page-header-content p {
    font-size: 22px;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

.about-content {
    padding: 100px 30px;
}

.about-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.about-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.values-section {
    background: #f8f9fa;
    padding: 100px 30px;
}

.values-container {
    max-width: 1400px;
    margin: 0 auto;
}

.values-container h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 60px;
}

.values-grid {
    display: flex;
    gap: 40px;
}

.value-card {
    flex: 1;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

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

.value-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.team-section {
    padding: 100px 30px;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.team-container h2 {
    font-size: 44px;
    margin-bottom: 25px;
}

.team-intro {
    font-size: 19px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.team-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
}

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

.stat-value {
    font-size: 56px;
    font-weight: 800;
    color: #3498db;
}

.stat-description {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
}

.approach-section {
    background: #f8f9fa;
    padding: 100px 30px;
}

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

.approach-container h2 {
    font-size: 44px;
    margin-bottom: 60px;
}

.approach-content {
    display: flex;
    gap: 40px;
}

.approach-item {
    flex: 1;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
}

.approach-item h4 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.approach-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.cta-section {
    padding: 100px 30px;
    text-align: center;
}

.cta-container h2 {
    font-size: 44px;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    background: #2c3e50;
    color: #ffffff;
    padding: 18px 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.services-page {
    padding: 80px 30px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-detail-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    border: 2px solid #f0f0f0;
}

.service-detail-card.featured {
    border-color: #3498db;
    background: linear-gradient(135deg, rgba(102,126,234,0.05) 0%, rgba(118,75,162,0.05) 100%);
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 30px;
}

.service-detail-header h2 {
    font-size: 36px;
    margin-bottom: 8px;
}

.service-level {
    color: #777;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-price {
    font-size: 48px;
    font-weight: 800;
    color: #3498db;
}

.service-detail-description {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

.service-detail-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-detail-list {
    list-style: none;
    margin-bottom: 35px;
}

.service-detail-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
}

.service-detail-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 20px;
}

.service-meta {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
}

.service-meta span {
    font-size: 15px;
    color: #555;
}

.service-enroll-btn {
    width: 100%;
    padding: 18px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.service-enroll-btn:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.comparison-section {
    background: #f8f9fa;
    padding: 80px 30px;
}

.comparison-container {
    max-width: 1200px;
    margin: 0 auto;
}

.comparison-container h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
}

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

.comparison-card {
    flex: 1;
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

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

.comparison-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.contact-page {
    padding: 80px 30px;
}

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

.contact-info {
    flex: 1;
}

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

.contact-info p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-detail-item {
    display: flex;
    flex-direction: column;
}

.contact-detail-item h4 {
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.contact-detail-item p {
    font-size: 18px;
    color: #2c3e50;
    margin: 0;
}

.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 30px;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 48px;
    color: #ffffff;
}

.thanks-container h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.thanks-container p {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.thanks-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
}

.thanks-info p {
    margin-bottom: 10px;
}

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

.legal-page {
    padding: 80px 30px;
}

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

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.legal-date {
    color: #777;
    font-size: 15px;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-container h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.legal-container p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.legal-container ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.legal-container ul li {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .about-wrapper {
        flex-direction: column;
    }

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

    .team-stats {
        flex-direction: column;
        gap: 40px;
    }

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

    .comparison-grid {
        flex-direction: column;
    }

    .contact-container {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px 30px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .intro-block-left h2 {
        font-size: 32px;
    }

    .section-title-offset {
        font-size: 36px;
        padding-left: 0;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .sticky-cta {
        bottom: 20px;
        right: 20px;
        padding: 15px 25px;
        font-size: 14px;
    }

    .page-header-content h1 {
        font-size: 38px;
    }

    .service-detail-header {
        flex-direction: column;
    }

    .service-meta {
        flex-direction: column;
        gap: 15px;
    }

    .thanks-actions {
        flex-direction: column;
    }
}