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

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

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-top {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav-top a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}

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

.ad-label {
    font-size: 12px;
    color: #666;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f9f9f9;
}

.hero-visual-overlay {
    position: relative;
    height: 600px;
    background: #1a1a1a;
}

.hero-image-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.hero-text-center {
    text-align: center;
    color: #ffffff;
    max-width: 680px;
    padding: 0 20px;
}

.hero-text-center h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.95;
}

.story-narrow {
    padding: 80px 0;
    background: #ffffff;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #2a2a2a;
    margin-bottom: 32px;
    font-weight: 500;
}

.story-narrow p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.story-narrow h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.story-narrow img {
    width: 100%;
    border-radius: 8px;
    margin: 40px 0;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.cta-inline {
    margin: 48px 0;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #0052a3;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: #e5e5e5;
    border-color: #ccc;
}

.btn-large {
    padding: 16px 40px;
    font-size: 18px;
}

.trust-builder {
    padding: 80px 0;
    background: #f7f9fb;
}

.split-asymmetric {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-content-left {
    flex: 1.2;
}

.split-image-right {
    flex: 1;
}

.split-content-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.split-image-right img {
    width: 100%;
    border-radius: 8px;
}

.testimonial-embed {
    padding: 60px 0;
    background: #ffffff;
}

.testimonial-embed-alt {
    padding: 60px 0;
    background: #f9fafb;
}

.testimonial-card {
    border-left: 4px solid #0066cc;
    padding: 32px 40px;
    background: #f9f9f9;
    border-radius: 4px;
    font-style: italic;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #2a2a2a;
}

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

.insight-section {
    padding: 80px 0;
    background: #ffffff;
}

.insight-section h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.insight-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.insight-section img {
    width: 100%;
    border-radius: 8px;
    margin: 40px 0;
}

.benefits-reveal {
    padding: 80px 0;
    background: #f7f9fb;
}

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

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.benefit-card {
    flex: 1 1 calc(50% - 16px);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.benefit-card img {
    width: 100%;
    height: 240px;
}

.benefit-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 24px 12px;
    color: #1a1a1a;
}

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

.price-tag {
    font-size: 24px;
    font-weight: 700;
    color: #0066cc;
    margin: 16px 24px;
}

.btn-select {
    margin: 0 24px 24px;
    padding: 12px 28px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

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

.form-section {
    padding: 80px 0;
    background: #ffffff;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-section p {
    font-size: 17px;
    margin-bottom: 40px;
    color: #555;
}

.contact-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

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

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-label input {
    margin-top: 4px;
    width: auto;
}

.checkbox-label a {
    color: #0066cc;
}

.disclaimer-section {
    padding: 60px 0;
    background: #fff9e6;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    padding: 20px;
    background: #ffffff;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

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

.footer-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 48px;
}

.footer-col {
    flex: 1;
}

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

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

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

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

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

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

.references-section {
    margin-bottom: 40px;
    padding-top: 32px;
    border-top: 1px solid #333;
}

.references-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.references-list {
    list-style-position: inside;
    font-size: 13px;
    line-height: 1.8;
}

.references-list li {
    margin-bottom: 8px;
}

.references-list a {
    color: #6eb3ff;
    text-decoration: none;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    font-size: 14px;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

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

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

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

.btn-reject {
    background: #444;
    color: #ffffff;
}

.btn-reject:hover {
    background: #555;
}

.page-hero-simple {
    padding: 80px 0 40px;
    background: #f7f9fb;
}

.page-hero-simple h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.subtitle-text {
    font-size: 18px;
    color: #555;
}

.content-section {
    padding: 60px 0;
}

.content-section img {
    width: 100%;
    border-radius: 8px;
    margin: 32px 0;
}

.content-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.content-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.cta-section-simple {
    padding: 80px 0;
    text-align: center;
    background: #f7f9fb;
}

.cta-section-simple h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.cta-section-simple p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #555;
}

.services-showcase {
    padding: 60px 0;
}

.service-item-full {
    margin-bottom: 80px;
}

.service-content-split {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.service-content-split.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    border-radius: 8px;
}

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #333;
}

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

.feature-list li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
    color: #555;
}

.feature-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

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

.price-note {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.contact-info-section {
    padding: 60px 0;
}

.contact-block {
    margin-bottom: 48px;
}

.contact-block h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-detail {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.contact-email {
    font-weight: 600;
    color: #0066cc;
}

.contact-note {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.faq-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.thanks-section {
    padding: 120px 0;
    background: #f7f9fb;
}

.thanks-content {
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    background: #28a745;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 32px;
}

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

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #555;
}

.service-confirmation {
    margin: 24px 0;
}

.selected-service-info {
    font-size: 16px;
    color: #333;
    padding: 16px;
    background: #e8f4fd;
    border-radius: 6px;
    border-left: 4px solid #0066cc;
}

.thanks-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.legal-page {
    padding: 60px 0;
}

.legal-updated {
    font-size: 14px;
    color: #666;
    margin-bottom: 32px;
}

.legal-page h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #333;
}

.legal-page ul,
.legal-page ol {
    margin-left: 24px;
    margin-bottom: 20px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #333;
}

.legal-page a {
    color: #0066cc;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

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

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

    .nav-top {
        flex-direction: column;
        gap: 12px;
    }

    .split-asymmetric,
    .service-content-split {
        flex-direction: column;
    }

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

    .benefit-card {
        flex: 1 1 100%;
    }

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

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

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