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

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

.floating-nav {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 16px 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

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

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

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

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

.hero-visual {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-visual img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.hero-overlay {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 24px;
}

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

.hero-subtext {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.95;
}

.story-intro {
    padding: 120px 24px;
    background-color: #fafafa;
}

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

.story-container h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.story-container p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #333;
}

.insight-box {
    background-color: #fff;
    border-left: 4px solid #0066cc;
    padding: 32px;
    margin: 48px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.insight-box p {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #1a1a1a;
    margin: 0;
}

.problem-amplification {
    padding: 100px 24px;
    background-color: #ffffff;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 28px;
    font-weight: 700;
}

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

.degradation-list {
    list-style: none;
    margin: 32px 0;
}

.degradation-list li {
    font-size: 18px;
    padding: 12px 0 12px 32px;
    position: relative;
    color: #1a1a1a;
}

.degradation-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #cc0000;
    font-weight: 700;
}

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

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

.solution-reveal {
    padding: 140px 24px;
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    color: #ffffff;
}

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

.centered-content h2 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: 700;
}

.large-text {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}

.centered-content p {
    font-size: 19px;
    line-height: 1.7;
}

.trust-building {
    padding: 100px 24px;
    background-color: #f9f9f9;
}

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

.testimonial-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.testimonial-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 16px;
}

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

.process-section {
    padding: 120px 24px;
    background-color: #ffffff;
}

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

.process-container h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 64px;
    font-weight: 700;
}

.process-steps {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.step-card {
    flex: 1;
    min-width: 250px;
    padding: 32px;
    background-color: #fafafa;
    border-radius: 4px;
}

.step-number {
    font-size: 48px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 16px;
    opacity: 0.3;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.benefits-visual {
    padding: 100px 24px;
    background-color: #f5f5f5;
}

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

.benefit-item {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

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

.benefit-item h3 {
    font-size: 22px;
    padding: 24px 24px 8px;
    font-weight: 600;
}

.benefit-item p {
    font-size: 16px;
    padding: 0 24px 24px;
    color: #555;
}

.services-preview {
    padding: 120px 24px;
    background-color: #ffffff;
}

.services-intro {
    max-width: 700px;
    margin: 0 auto 64px;
    text-align: center;
}

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-intro p {
    font-size: 19px;
    color: #555;
}

.service-options {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.service-card {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    background-color: #fafafa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

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

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

.service-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.service-features li {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.service-features li:last-child {
    border-bottom: none;
}

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

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

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

.booking-section {
    padding: 120px 24px;
    background-color: #f9f9f9;
}

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

.booking-container h2 {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
}

.booking-container > p {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 48px;
}

.booking-form {
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

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

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

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

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

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

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

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

.final-cta {
    padding: 140px 24px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #ffffff;
}

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

.final-message h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.final-message p {
    font-size: 24px;
    font-weight: 300;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 64px 24px 24px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 48px;
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

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

.footer-column p,
.footer-column a {
    font-size: 15px;
    color: #aaa;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    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: 32px;
    flex-wrap: wrap;
}

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

.cookie-content a {
    color: #66b3ff;
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .service-options {
        flex-direction: column;
    }

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

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