.wrap { max-width: 780px; margin: 0 auto; padding: 48px 24px 80px; }
        .hero { text-align: center; margin-bottom: 48px; }
        .hero .tag { display: inline-block; padding: 4px 12px; border-radius: 20px; background: var(--accent-light);
            color: var(--accent); font-size: 12px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
        .hero h1 { font-size: 38px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
        .hero p { font-size: 17px; color: var(--text-secondary); line-height: 1.6; max-width: 600px; margin: 0 auto 28px; }
        .hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
        .hero-ctas a { display: inline-block; padding: 14px 28px; border-radius: 10px; font-weight: 700; text-decoration: none; font-size: 15px; }
        .btn-primary { background: var(--accent); color: #fff; }
        .btn-secondary { background: #fff; color: var(--accent); border: 1.5px solid var(--accent); }

        .trust-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
        .trust-badge { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px;
            background: #fff; border: 1.5px solid var(--border); border-radius: 12px;
            box-shadow: 0 2px 8px rgba(15,23,42,0.04); }
        .trust-badge i { width: 24px; height: 24px; color: var(--accent); }
        .trust-badge strong { font-size: 14px; }
        .trust-badge span { font-size: 11px; color: var(--text-muted); display: block; }

        h2 { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
        .section { margin-bottom: 48px; }

        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
        @media (max-width: 600px) { .grid-2 { grid-template-columns: 1fr; } }

        .card { padding: 20px; background: #fff; border: 1.5px solid var(--border); border-radius: 14px; }
        .card i { color: var(--accent); width: 28px; height: 28px; margin-bottom: 10px; }
        .card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
        .card p { font-size: 13px; color: var(--text-secondary); line-height: 1.5; margin: 0; }

        .cta-bottom { text-align: center; padding: 48px 24px; background: var(--accent-light); border-radius: 14px; margin-top: 48px; }
        .cta-bottom h2 { margin-bottom: 8px; }
        .cta-bottom p { color: var(--text-secondary); margin-bottom: 20px; font-size: 14px; }

        .insurance-note { margin-top: 16px; font-size: 12px; color: var(--text-muted); }
        .insurance-note a { color: var(--text-muted); text-decoration: underline; }
