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

.ad-notice {
    background: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.floating-nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #0066cc;
}

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

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

.nav-links a:hover {
    color: #0066cc;
}

.hero-visual {
    position: relative;
    height: 85vh;
    overflow: hidden;
    margin-top: 0;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    width: 90%;
    max-width: 900px;
}

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

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

.story-hook {
    padding: 100px 20px;
    background: #fafafa;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
}

.opening-line {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #2a2a2a;
}

.narrow-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.problem-zone {
    padding: 120px 60px;
    background: white;
}

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

.problem-text {
    flex: 1;
}

.problem-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.3;
}

.problem-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.problem-visual {
    flex: 1;
}

.problem-visual img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    object-fit: cover;
}

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

.centered-insight {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.centered-insight h2 {
    font-size: 42px;
    margin-bottom: 35px;
    line-height: 1.3;
}

.centered-insight p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.centered-insight a {
    color: #fff;
    text-decoration: underline;
}

.benefit-cards {
    padding: 120px 60px;
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 70px;
    color: #1a1a1a;
}

.card-grid {
    display: flex;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.benefit-card {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #e0e0e0;
}

.benefit-card h3 {
    font-size: 24px;
    margin: 25px 25px 15px;
    color: #1a1a1a;
}

.benefit-card p {
    padding: 0 25px 25px;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

.benefit-card a {
    color: #0066cc;
}

.social-proof {
    padding: 100px 60px;
    background: white;
}

.testimonial-flow {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.testimonial {
    background: #f7f7f7;
    padding: 40px 50px;
    border-radius: 8px;
    border-left: 5px solid #0066cc;
}

.testimonial p {
    font-size: 20px;
    line-height: 1.6;
    color: #2a2a2a;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.service-reveal {
    padding: 120px 60px;
    background: #fafafa;
}

.reveal-title {
    text-align: center;
    font-size: 44px;
    margin-bottom: 80px;
    color: #1a1a1a;
}

.service-blocks {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.service-block {
    flex: 1;
    min-width: 280px;
    background: white;
    padding: 40px 35px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
}

.service-block.featured {
    border: 3px solid #0066cc;
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #0066cc;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.service-block h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-block p {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.6;
}

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

.service-features li {
    padding: 10px 0;
    color: #444;
    border-bottom: 1px solid #eee;
}

.service-features li:before {
    content: "✓ ";
    color: #0066cc;
    font-weight: bold;
    margin-right: 8px;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 25px;
}

.select-service {
    width: 100%;
    padding: 15px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #0052a3;
}

.form-zone {
    padding: 100px 60px;
    background: white;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-intro {
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    font-size: 17px;
}

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

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

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #0066cc;
}

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

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

.submit-button:hover {
    background: #0052a3;
}

.submit-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.final-reassurance {
    padding: 100px 60px;
    background: #f8f9fa;
}

.final-reassurance h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
}

.process-steps {
    display: flex;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.process-step {
    flex: 1;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0066cc;
    color: white;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.process-step p {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}

.references {
    padding: 60px 20px;
    background: white;
}

.references h3 {
    margin-bottom: 25px;
    color: #333;
}

.reference-list {
    padding-left: 20px;
}

.reference-list li {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.6;
}

.reference-list a {
    color: #0066cc;
    text-decoration: none;
}

.reference-list a:hover {
    text-decoration: underline;
}

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

.footer-content {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.footer-column {
    flex: 1;
}

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

.footer-column p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-column a {
    display: block;
    color: #aaa;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #0066cc;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background: #252525;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #888;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 25px;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    line-height: 1.5;
}

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

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

.cookie-accept {
    background: #0066cc;
    color: white;
}

.cookie-accept:hover {
    background: #0052a3;
}

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

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

@media (max-width: 768px) {
    .floating-nav {
        padding: 15px 20px;
    }

    .nav-links {
        gap: 15px;
        font-size: 14px;
    }

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

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

    .split-content {
        flex-direction: column;
        gap: 40px;
    }

    .card-grid,
    .service-blocks,
    .process-steps,
    .footer-content {
        flex-direction: column;
    }

    .service-block.featured {
        transform: scale(1);
    }

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