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

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

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

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

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

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

.hero-visual {
    margin-top: 100px;
    height: 90vh;
    position: relative;
}

.hero-image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #1a1a1a;
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 60px;
    right: 60px;
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 800px;
    margin-bottom: 20px;
}

.hero-overlay p {
    font-size: 22px;
    max-width: 600px;
    opacity: 0.9;
}

.story-intro {
    padding: 120px 40px;
}

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

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

.problem-section {
    padding: 80px 40px;
    background: #f9f9f9;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

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

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

.insight-block {
    padding: 100px 40px;
}

.insight-block h2 {
    font-size: 38px;
    margin-bottom: 35px;
    text-align: center;
}

.insight-block p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #333;
}

.visual-gallery {
    padding: 60px 40px;
    background: #fafafa;
}

.gallery-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.gallery-item {
    flex: 1;
    max-width: 400px;
    background-color: #d0d0d0;
}

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

.trust-section {
    padding: 100px 40px;
}

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

.trust-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.process-cards {
    display: flex;
    gap: 40px;
}

.process-card {
    flex: 1;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 12px;
}

.process-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

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

.testimonials-inline {
    padding: 80px 40px;
    background: #1a1a1a;
    color: #ffffff;
}

.testimonial {
    margin-bottom: 50px;
}

.testimonial p {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.7;
}

.testimonial span {
    font-size: 16px;
    opacity: 0.8;
}

.benefits-reveal {
    padding: 100px 40px;
}

.benefits-reveal h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 70px;
}

.benefits-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.benefit-block {
    display: flex;
    gap: 50px;
    align-items: center;
}

.benefit-block:nth-child(1) {
    flex-direction: row;
}

.benefit-block:nth-child(2) {
    flex-direction: row-reverse;
    max-width: 700px;
    margin-left: auto;
}

.benefit-block:nth-child(3) {
    flex-direction: row;
    max-width: 700px;
}

.benefit-block img {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e0e0e0;
}

.benefit-block h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.benefit-block p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.pricing-reveal {
    padding: 100px 40px;
    background: #fafafa;
}

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

.pricing-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.price-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    width: 280px;
    border: 2px solid #e0e0e0;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.price-card.featured {
    border-color: #0066cc;
    background: #f0f7ff;
}

.price-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.price-card > p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

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

.price-card ul {
    list-style: none;
}

.price-card ul li {
    font-size: 15px;
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.price-card ul li:last-child {
    border-bottom: none;
}

.cta-block {
    padding: 80px 40px;
    text-align: center;
}

.cta-block h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.cta-block p {
    font-size: 19px;
    color: #555;
}

.form-section {
    padding: 80px 40px;
    background: #f5f5f5;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.form-container label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-container input,
.form-container select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
}

.form-container button {
    width: 100%;
    padding: 15px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.disclaimer-section {
    padding: 60px 40px;
    background: #f9f9f9;
}

.disclaimer {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    text-align: center;
}

footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px 30px;
}

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

.footer-column {
    flex: 1;
}

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

.footer-column p,
.footer-column a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    line-height: 1.6;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

.cookie-content a {
    color: #0066cc;
}

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

.cookie-buttons button {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

#acceptCookies {
    background: #0066cc;
    color: #ffffff;
}

#acceptCookies:hover {
    background: #0052a3;
}

#rejectCookies {
    background: #e0e0e0;
    color: #1a1a1a;
}

#rejectCookies:hover {
    background: #d0d0d0;
}

@media (max-width: 768px) {
    .floating-nav {
        top: 20px;
        right: 20px;
        left: 20px;
        padding: 15px 25px;
        flex-direction: column;
        gap: 15px;
    }

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

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

    .hero-overlay p {
        font-size: 16px;
    }

    .split-layout {
        flex-direction: column;
    }

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

    .process-cards {
        flex-direction: column;
    }

    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }

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

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

    .benefit-block,
    .benefit-block:nth-child(2),
    .benefit-block:nth-child(3) {
        flex-direction: column !important;
        margin-left: 0 !important;
    }

    .benefit-block img {
        width: 100%;
    }
}