/* ============================================
   AeroWebs — styles.css
   ============================================ */

:root {
    --navy: #0f172a;
    --navy-2: #1e293b;
    --indigo: #4f46e5;
    --indigo-dark: #4338ca;
    --indigo-light: #eef2ff;
    --text: #334155;
    --text-light: #64748b;
    --heading: #0f172a;
    --bg: #ffffff;
    --bg-soft: #f8fafc;
    --border: #e2e8f0;
    --green: #16a34a;
    --radius: 14px;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.08);
    --shadow-md: 0 8px 30px rgba(15, 23, 42, 0.10);
    --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.15);
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --font-head: 'Sora', 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--heading); line-height: 1.2; }

img { max-width: 100%; display: block; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.hidden { display: none !important; }

/* ---------- Buttons ---------- */
.btn-primary, .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    font-family: var(--font-body);
    text-decoration: none;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

.btn-primary {
    background: var(--indigo);
    color: #fff;
}
.btn-primary:hover { background: var(--indigo-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-primary:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }

.btn-outline {
    background: transparent;
    color: var(--heading);
    border-color: var(--border);
}
.btn-outline:hover { border-color: var(--indigo); color: var(--indigo); transform: translateY(-2px); }

.btn-large { padding: 16px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-nav { padding: 10px 22px; font-size: 0.95rem; }

/* ---------- Eyebrow / Section headers ---------- */
.eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 12px;
}
.eyebrow.light { color: #a5b4fc; }

.section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-header h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 14px; }
.section-sub { color: var(--text-light); font-size: 1.05rem; }

section { padding: 90px 0; }

/* ---------- Navbar ---------- */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

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

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }

.logo-mark {
    width: 40px; height: 40px;
    border-radius: 11px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.35);
}
.logo-glyph { width: 21px; height: 21px; transform: translateX(-1px); }

.logo-text {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--heading);
    display: flex; flex-direction: column; line-height: 1.1;
}
.logo-text small {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-light);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nav-links {
    display: flex; align-items: center; gap: 28px;
    list-style: none;
}
.nav-links a:not(.btn-primary) {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s;
}
.nav-links a:not(.btn-primary):hover { color: var(--indigo); }

.hamburger {
    display: none;
    background: none; border: none;
    font-size: 1.4rem;
    color: var(--heading);
    cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 180px 24px 100px;
    text-align: center;
    background: var(--bg-soft);
    overflow: hidden;
}

/* Hero background — parallax gradient blobs + faint grid.
   Blobs are plain radial-gradients (painted once); only transform changes on
   scroll, which the GPU handles — smooth, no blur, no lag. */
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }

.hero-orb { position: absolute; border-radius: 50%; will-change: transform; }
.hero-orb-1 { width: 680px; height: 520px; top: -120px; left: -150px;
    background: radial-gradient(closest-side, rgba(129, 140, 248, 0.34), transparent 72%); }
.hero-orb-2 { width: 820px; height: 620px; top: -220px; right: -180px;
    background: radial-gradient(closest-side, rgba(99, 102, 241, 0.30), transparent 72%); }
.hero-orb-3 { width: 680px; height: 520px; bottom: -240px; left: 40%;
    background: radial-gradient(closest-side, rgba(165, 180, 252, 0.28), transparent 72%); }

.hero-grid {
    position: absolute; inset: -100px;
    will-change: transform;
    background-image:
        linear-gradient(to right, rgba(79, 70, 229, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(79, 70, 229, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(ellipse 65% 60% at 50% 42%, #000 0%, transparent 78%);
            mask-image: radial-gradient(ellipse 65% 60% at 50% 42%, #000 0%, transparent 78%);
}

.hero-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }

.badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--indigo-light);
    color: var(--indigo);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 28px;
}

.hero h1 {
    font-size: clamp(2.3rem, 5.5vw, 3.8rem);
    font-weight: 800;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
}

.accent { color: var(--indigo); }

.hl-free {
    display: inline-block;
    margin-top: 4px;
    color: var(--indigo);
    font-size: 1.14em;
    letter-spacing: -0.02em;
}

.subtitle {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--text-light);
    max-width: 620px;
    margin: 0 auto 36px;
}

.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }

.hero-fineprint {
    font-size: 0.8rem;
    color: var(--text-light);
    max-width: 560px;
    margin: 0 auto 36px;
}
.hero-fineprint a { color: var(--indigo); }

.hero-chips { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text);
    box-shadow: var(--shadow-sm);
}
.chip i { color: var(--indigo); }

/* ---------- Stats strip ---------- */
.stats { padding: 0; background: var(--navy); }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.stat { text-align: center; }
.stat strong {
    display: block;
    font-family: var(--font-head);
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
}
.stat span { font-size: 0.9rem; color: #94a3b8; }

/* ---------- Booking feature ---------- */
.booking-feature { background: var(--bg); }

.booking-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}

.booking-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 18px; }
.booking-copy > p { color: var(--text-light); font-size: 1.05rem; margin-bottom: 28px; }

.feature-points { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }

.feature-points li { display: flex; gap: 16px; align-items: flex-start; }

.feature-points i {
    flex-shrink: 0;
    width: 42px; height: 42px;
    border-radius: 10px;
    background: var(--indigo-light);
    color: var(--indigo);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
}

.feature-points strong { display: block; color: var(--heading); font-size: 1rem; }
.feature-points span { color: var(--text-light); font-size: 0.92rem; }

.feature-fit {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 0.92rem;
    color: var(--text-light);
}
.feature-fit i { color: var(--indigo); margin-right: 6px; }

/* Demo widget */
.booking-demo { display: flex; flex-direction: column; gap: 14px; }

.demo-window {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.demo-titlebar {
    display: flex; align-items: center; gap: 7px;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--border);
    padding: 12px 16px;
}
.demo-titlebar .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--border); }
.demo-titlebar .dot:nth-child(1) { background: #fca5a5; }
.demo-titlebar .dot:nth-child(2) { background: #fcd34d; }
.demo-titlebar .dot:nth-child(3) { background: #86efac; }
.demo-title { margin-left: 10px; font-size: 0.8rem; font-weight: 600; color: var(--text-light); letter-spacing: 0.04em; }

.demo-body { padding: 24px; }

.demo-label { font-size: 0.82rem; font-weight: 700; color: var(--heading); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }

.demo-options { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }

.demo-opt {
    flex: 1;
    min-width: 90px;
    padding: 11px 8px;
    border: 2px solid var(--border);
    border-radius: 10px;
    background: #fff;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    transition: all 0.2s;
}
.demo-opt:hover { border-color: var(--indigo); color: var(--indigo); }
.demo-opt.selected { border-color: var(--indigo); background: var(--indigo-light); color: var(--indigo); }

.demo-optional { font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--text-light); }

.demo-input {
    width: 100%;
    padding: 11px 14px;
    border: 2px solid var(--border);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--heading);
    margin-bottom: 18px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.demo-input:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12); }

#demoGcal { margin-bottom: 6px; }
.demo-hint { font-size: 0.85rem; color: var(--text-light); text-align: center; margin: 0 0 14px; line-height: 1.5; }
.demo-hint strong { color: var(--heading); }
.demo-ics { display: block; text-align: center; font-size: 0.82rem; color: var(--text-light); margin: 4px 0 12px; text-decoration: underline; }
.demo-ics:hover { color: var(--indigo); }
#demoStep2 .btn-outline { margin-top: 4px; }

.demo-success { text-align: center; padding: 8px 0 20px; }
.demo-success i { font-size: 2.6rem; color: var(--green); margin-bottom: 10px; }
.demo-success h3 { font-size: 1.3rem; margin-bottom: 4px; }
.demo-success p { color: var(--text-light); font-size: 0.95rem; }

.demo-calendar {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.cal-head {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--border);
    padding: 10px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.cal-head i { margin-right: 6px; color: var(--indigo); }

.cal-event {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    animation: slideIn 0.5s ease;
}
.cal-dot { width: 10px; height: 10px; border-radius: 3px; background: var(--indigo); flex-shrink: 0; }
.cal-event strong { display: block; font-size: 0.95rem; color: var(--heading); }
.cal-event span { font-size: 0.83rem; color: var(--text-light); }

@keyframes slideIn {
    from { opacity: 0; transform: translateX(-14px); }
    to { opacity: 1; transform: translateX(0); }
}

.demo-caption { text-align: center; font-size: 0.88rem; color: var(--text-light); }

/* ---------- Services grid ---------- */
.services { background: var(--bg-soft); }

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--indigo); }

.service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--indigo-light);
    color: var(--indigo);
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.service-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card p { font-size: 0.9rem; color: var(--text-light); }

/* ---------- Process ---------- */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.process-step {
    position: relative;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 28px 30px;
    text-align: center;
}

.step-num {
    position: absolute;
    top: -18px; left: 50%;
    transform: translateX(-50%);
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--indigo);
    color: #fff;
    font-family: var(--font-head);
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-md);
}

.step-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 56px; height: 56px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--indigo);
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.process-step h3 { font-size: 1.1rem; margin-bottom: 10px; }
.process-step p { font-size: 0.92rem; color: var(--text-light); }

/* ---------- Pricing ---------- */
.pricing { background: var(--bg-soft); }

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 900px;
    margin: 0 auto 36px;
    align-items: start;
}

.price-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 38px 32px;
    box-shadow: var(--shadow-sm);
}

.price-card.popular {
    border: 2px solid var(--indigo);
    box-shadow: var(--shadow-lg);
}

.popular-badge {
    position: absolute;
    top: -15px; left: 50%;
    transform: translateX(-50%);
    background: var(--indigo);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 100px;
    white-space: nowrap;
}
.popular-badge i { margin-right: 5px; }

.price-head { text-align: center; padding-bottom: 26px; border-bottom: 1px solid var(--border); margin-bottom: 26px; }
.price-head h3 { font-size: 1.35rem; margin-bottom: 6px; }
.price-tagline { font-size: 0.92rem; color: var(--text-light); margin-bottom: 20px; min-height: 44px; }

.price-amount { display: flex; align-items: baseline; justify-content: center; gap: 4px; flex-wrap: wrap; }
.price-amount .currency { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: var(--heading); }
.price-amount .number { font-family: var(--font-head); font-size: 3.2rem; font-weight: 800; color: var(--heading); line-height: 1; }
.price-amount .per { font-size: 0.95rem; color: var(--text-light); margin-left: 4px; }
.price-amount .plus {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--indigo);
}

.price-features { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; }
.price-features li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.93rem; }
.price-features i { color: var(--indigo); margin-top: 4px; flex-shrink: 0; width: 16px; text-align: center; }
.price-features li.muted { color: var(--text-light); }
.price-features li.muted i { color: #cbd5e1; }

.price-note { text-align: center; font-size: 0.85rem; color: var(--text-light); margin-top: 14px; }

.pricing-callout {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
    background: var(--indigo-light);
    border: 1px solid #c7d2fe;
    border-radius: var(--radius);
    padding: 22px 26px;
}
.pricing-callout i { color: var(--indigo); font-size: 1.3rem; margin-top: 3px; }
.pricing-callout p { font-size: 0.95rem; color: var(--navy-2); }

/* ---------- FAQ ---------- */
.faq-container { max-width: 780px; }

.faq-list { display: flex; flex-direction: column; gap: 14px; }

.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 1rem;
    color: var(--heading);
    cursor: pointer;
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--text-light); transition: transform 0.25s; flex-shrink: 0; }
.faq-item[open] summary i { transform: rotate(180deg); }
.faq-item[open] summary { color: var(--indigo); }

.faq-item p { padding: 0 24px 22px; font-size: 0.95rem; color: var(--text-light); }

/* ---------- Contact ---------- */
.contact { background: var(--navy); }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: start;
}

.contact-copy h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 16px; }
.contact-copy p { color: #94a3b8; font-size: 1.05rem; margin-bottom: 30px; }

.contact-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.contact-list li, .contact-list a {
    display: flex; align-items: center; gap: 12px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 1rem;
}
.contact-list a:hover { color: #a5b4fc; }
.contact-list i { color: #818cf8; width: 20px; text-align: center; }

.contact-form {
    background: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: var(--shadow-lg);
}

.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--heading);
    margin-bottom: 7px;
}
.optional { color: var(--text-light); font-weight: 400; }

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--border);
    border-radius: 9px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--heading);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--indigo);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

.form-group textarea { resize: vertical; }

.form-error { color: #dc2626; font-size: 0.9rem; margin-top: 12px; text-align: center; }

.form-success { text-align: center; padding: 30px 10px; }
.form-success i { font-size: 3rem; color: var(--green); margin-bottom: 14px; }
.form-success h3 { font-size: 1.4rem; margin-bottom: 8px; }
.form-success p { color: var(--text-light); margin-bottom: 22px; }

/* ---------- Footer ---------- */
footer { background: var(--navy-2); padding: 60px 0 0; }

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1.4fr;
    gap: 48px;
    padding-bottom: 48px;
}

footer .logo-text { color: #fff; }
footer .logo-text small { color: #94a3b8; }

.footer-tag { color: #94a3b8; font-size: 0.92rem; margin-top: 16px; max-width: 320px; }

footer h4 { color: #fff; font-size: 0.95rem; margin-bottom: 18px; }

.footer-links ul, .footer-contact ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }

.footer-links a, .footer-contact a, .footer-contact li {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    display: flex; align-items: center; gap: 10px;
}
.footer-links a:hover, .footer-contact a:hover { color: #a5b4fc; }

.copyright {
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    padding: 22px 0;
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
}

/* ---------- Reveal animation ---------- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .booking-grid { grid-template-columns: 1fr; gap: 48px; }
    .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .footer-content { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    section { padding: 70px 0; }

    .nav-links {
        position: fixed;
        top: 69px; left: 0; right: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 24px 24px;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow-md);
        display: none;
    }
    .nav-links.open { display: flex; }
    .nav-links li { padding: 8px 0; }
    .nav-links .btn-nav { margin-top: 10px; justify-content: center; }

    .hamburger { display: block; }

    .hero { padding: 140px 24px 80px; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); }

    .process-grid { grid-template-columns: 1fr; gap: 40px; }

    .pricing-grid { grid-template-columns: 1fr; }

    .form-row { grid-template-columns: 1fr; gap: 0; }

    .contact-form { padding: 26px 22px; }

    .footer-content { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 520px) {
    .services-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
}
