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

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

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    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.2s;
}

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

.hero-visual {
    padding: 80px 40px 100px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-text h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 700px;
}

.hero-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #d0d5db;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.story-section {
    padding: 120px 40px;
    background: #ffffff;
}

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

.narrow-content h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #1a1a1a;
}

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

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

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

.insight-visual {
    flex: 0 0 45%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #c9ced6;
}

.insight-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.insight-text {
    flex: 1;
}

.insight-text h3 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.insight-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.trust-markers {
    padding: 90px 40px;
    background: #ffffff;
}

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

.marker-item {
    flex: 1;
    text-align: center;
}

.marker-item h4 {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

.marker-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.testimonial-flow {
    padding: 100px 40px;
    background: #f0f4f8;
}

.testimonial-card {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 40px;
    background: #ffffff;
    border-left: 4px solid #0066cc;
    border-radius: 6px;
}

.testimonial-card:last-child {
    margin-bottom: 0;
}

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

.testimonial-card cite {
    font-size: 15px;
    color: #666;
    font-style: normal;
}

.problem-amplify {
    padding: 110px 40px;
    background: #1a1a1a;
    color: #ffffff;
}

.problem-amplify h2 {
    color: #ffffff;
}

.problem-amplify p {
    color: #d0d0d0;
}

.reveal-section {
    padding: 90px 40px 60px;
    background: #ffffff;
}

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

.reveal-container h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.reveal-intro {
    font-size: 19px;
    color: #555;
    line-height: 1.6;
}

.services-showcase {
    padding: 60px 40px 120px;
    background: #ffffff;
}

.service-block {
    max-width: 1100px;
    margin: 0 auto 80px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

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

.service-visual {
    flex: 0 0 40%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d5dae0;
}

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

.service-content {
    flex: 1;
    padding-top: 10px;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.service-price {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e8e8e8;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-label {
    font-size: 15px;
    color: #888;
}

.price-value {
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
}

.cta-primary {
    padding: 100px 40px;
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    color: #ffffff;
    text-align: center;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #e0e8f0;
}

.cta-button {
    background: #ffffff;
    color: #0066cc;
    border: none;
    padding: 18px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.how-it-works {
    padding: 110px 40px;
    background: #fafbfc;
}

.how-it-works h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 70px;
}

.steps-flow {
    max-width: 900px;
    margin: 0 auto;
}

.step-item {
    margin-bottom: 60px;
}

.step-number {
    font-size: 16px;
    font-weight: 600;
    color: #0066cc;
    margin-bottom: 15px;
}

.step-item h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

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

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

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

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

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

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

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

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

.main-footer {
    background: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 40px 30px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

.footer-column ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

.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: 1000;
    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;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

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

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

.cookie-reject {
    background: #e8e8e8;
    color: #333;
}

.cookie-reject:hover {
    background: #d0d0d0;
}

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
}

.thanks-icon {
    font-size: 64px;
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.back-button {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s;
}

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

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 36px;
    }

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

    .insight-visual {
        flex: 1;
    }

    .marker-grid {
        flex-direction: column;
        gap: 40px;
    }

    .service-block,
    .service-block.reverse {
        flex-direction: column;
    }

    .service-visual {
        flex: 1;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .cookie-buttons {
        justify-content: stretch;
    }

    .cookie-accept,
    .cookie-reject {
        flex: 1;
    }
}
