*:focus {
    outline: 2px solid #2b6cb0;
    outline-offset: 2px;
    border-radius: var(--radius);
}

*:focus:not(:focus-visible) {
    outline: none;
}

*:focus-visible {
    outline: 2px solid #2b6cb0;
    outline-offset: 2px;
    border-radius: var(--radius);
}
/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --color-bg: #ffffff;
    --color-text: #1a1a1a;
    --color-muted: #6b7280;
    --color-border: #e5e7eb;
    --color-accent: #2b6cb0;
    --color-accent-hover: #1e4e8c;
    --color-surface: #f7fafc;
    --color-dark: #1a202c;
    --currency-color: #2f855a;
    --radius: 8px;
    --max-width: 1200px;
    --header-height: 72px;
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html { font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }

body {
    font-family: var(--font-sans);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main.container { flex: 1; padding: 0; max-width: 100%; width: 100%; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ── Container ────────────────────────────────────────────── */
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn-primary, .btn-large, .btn-cta-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    background: var(--color-accent);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
}

.btn-primary:hover, .btn-large:hover, .btn-cta-header:hover { background: var(--color-accent-hover); }

.btn-large { padding: 1rem 2.5rem; font-size: 1.1rem; }

.btn-cta-header { padding: 0.5rem 1.25rem; font-size: 0.9rem; border-radius: var(--radius); }

/* ── Header ───────────────────────────────────────────────── */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-height);
    display: flex;
    align-items: center;
}

.site-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.site-header .logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-accent);
    white-space: nowrap;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.nav-links a {
    color: var(--color-dark);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.15s;
    padding: 0.5rem 0;
}

.nav-links a:hover { color: var(--color-accent); }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
    background: var(--color-dark);
    color: #a0aec0;
    padding: 3rem 0 1.5rem;
    margin-top: 0;
    font-size: 0.9rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand .logo {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-tagline { color: #a0aec0; font-size: 0.9rem; }

.footer-links h4, .footer-contact h4, .footer-legal h4 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links ul, .footer-legal ul { list-style: none; padding: 0; }

.footer-links li, .footer-legal li { margin-bottom: 0.4rem; }

.footer-links a, .footer-legal a, .footer-contact a { color: #a0aec0; transition: color 0.15s; }

.footer-links a:hover, .footer-legal a:hover, .footer-contact a:hover { color: #fff; }

.footer-bottom { border-top: 1px solid #2d3748; padding-top: 1.5rem; text-align: center; }

.footer-bottom p { margin: 0.25rem 0; }

.footer-disclaimer { font-size: 0.8rem; color: #718096; margin-top: 0.5rem; }

/* ── Hero (Homepage) ─────────────────────────────────────── */
.hero {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 4rem 1.5rem;
    border-bottom: 1 misery = 1px solid var(--color-border); 
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
    color: var(--color-dark);
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--color-muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.hero-points { list-style: none; padding: 0; margin: 0 0 2rem; }

.hero-points li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 1rem;
    color: var(--color-dark);
}

.hero-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: 700;
}

.hero-cta { margin-top: 0.5rem; }

/* Form Card */
.hero-form { position: relative; }

.form-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-card h2 { font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--color-dark); }

.form-subtitle { color: var(--color-muted); font-size: 0.9rem; margin-bottom: 1.5rem; }

.form-group { margin-bottom: 1rem; }

.form-group label { display: block; font-weight: 500; margin-bottom: 0.35rem; font-size: 0.9rem; }

.form-group input {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    font-size: 0.95rem;
    background: #fff;
    font-family: inherit;
}

.form-group input:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.1);
}

.form-success {
    background: #c6f6e5;
    color: #22543d;
    border: 1px solid #9ae6b4;
    border-radius: var(--radius);
    padding: 1rem;
    text-align: center;
}

/* ── How It Works ─────────────────────────────────────────── */
.how-it-works { padding: 4rem 1.5rem; background: #fff; }

.section-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: var(--color-dark);
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.step {
    text-align: center;
    padding: 1.5rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-surface);
    transition: box-shadow 0.2s, transform 0.2s;
}

.step:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); transform: translateY(-2px); }

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--color-accent);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.step h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--color-dark); }

.step p { color: var(--color-muted); font-size: 0.95rem; }

/* ── Benefits ──────────────────────────────────────────────── */
.benefits { padding: 4rem 1.5rem; background: var(--color-surface); border-top: 1px solid var(--color-border); }

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.benefit {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    transition: box-shadow 0.2s, transform 0.2s;
}

.benefit:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); transform: translateY(-2px); }

.benefit h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--color-dark); }

.benefit p { color: var(--color-muted); font-size: 0.95rem; }

/* ── CTA Bottom ──────────────────────────────────────────── */
.cta-bottom {
    padding: 4rem 1.5rem;
    text-align: center;
    background: var(--color-dark);
    color: #fff;
}

.cta-bottom h2 { font-size: 1.75rem; margin-bottom: 0.5rem; }

.cta-bottom p { color: #a0aec0; margin-bottom: 1.5rem; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
    .hero-text h1 { font-size: 2.25rem; }
    .hero-form { max-width: 480px; margin: 0 auto; }
    .benefits-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .hero-text h1 { font-size: 1.85rem; }
    .hero { padding: 3rem 1rem; }
    .how-it-works, .benefits, .cta-bottom { padding: 3rem 1rem; }
    .site-header { height: 64px; }
    .nav-links { display: none; }
}
