/* ============================================================
   Aethervane Consulting — Sky Metropolis Design System
   ============================================================ */

:root {
  --sky-0: #f7faff;
  --sky-50: #f3f8ff;
  --sky-100: #e6f0fe;
  --sky-200: #cfe3ff;
  --sky-300: #a9c8f3;
  --ink-900: #0e1b2e;
  --ink-700: #243a55;
  --ink-500: #4a627f;
  --ink-300: #8499b3;
  --gold-400: #f6c453;
  --gold-500: #e89b2c;
  --gold-600: #c97f18;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.65);
  --glass-border: rgba(255, 255, 255, 0.8);
  --shadow-sm: 0 4px 16px rgba(36, 58, 85, 0.08);
  --shadow-md: 0 12px 40px rgba(36, 58, 85, 0.12);
  --shadow-lg: 0 24px 70px rgba(36, 58, 85, 0.18);
  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1200px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Sora', 'Inter', sans-serif;
}

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

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

body {
  font-family: var(--font);
  color: var(--ink-700);
  line-height: 1.65;
  background: linear-gradient(180deg, #dcebff 0%, #f3f8ff 32%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink-900); line-height: 1.18; font-weight: 700; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 96px 0; position: relative; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--font-display); font-weight: 600;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-600); background: rgba(246, 196, 83, 0.14);
  padding: 7px 16px; border-radius: 100px; margin-bottom: 18px;
}
.section h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 16px; }
.section-head p { font-size: 1.08rem; color: var(--ink-500); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: .98rem;
  padding: 14px 28px; border-radius: 100px; border: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-primary {
  background: linear-gradient(120deg, var(--gold-400), var(--gold-500));
  color: #3a2606; box-shadow: 0 10px 28px rgba(232, 155, 44, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(232, 155, 44, 0.45); }
.btn-ghost {
  background: var(--glass); color: var(--ink-900);
  border: 1px solid var(--glass-border); backdrop-filter: blur(10px);
}
.btn-ghost:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-light { background: var(--white); color: var(--ink-900); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ===================== Header ===================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(247, 250, 255, 0.82);
  backdrop-filter: blur(16px); box-shadow: var(--shadow-sm); padding: 12px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; color: var(--ink-900); }
.brand img { width: 38px; height: 38px; }
.brand span b { color: var(--gold-600); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: .96rem; color: var(--ink-700); transition: color .2s; }
.nav-links a:hover { color: var(--gold-600); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 26px; height: 2.5px; background: var(--ink-900); border-radius: 2px; transition: .3s; }

/* ===================== Hero ===================== */
.hero {
  position: relative; padding: 170px 0 110px; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 480px at 78% 8%, rgba(246, 196, 83, 0.28), transparent 60%),
    linear-gradient(180deg, #cfe3ff 0%, #eef5ff 60%, #ffffff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 600;
  color: var(--ink-700); background: var(--glass); border: 1px solid var(--glass-border);
  padding: 8px 16px; border-radius: 100px; backdrop-filter: blur(10px); margin-bottom: 24px;
}
.hero-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 4px rgba(232,155,44,.18); }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); letter-spacing: -.02em; margin-bottom: 22px; }
.hero h1 em { font-style: normal; background: linear-gradient(120deg, var(--gold-500), var(--gold-600)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 1.15rem; color: var(--ink-500); max-width: 540px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 38px; flex-wrap: wrap; }
.hero-stats .stat strong { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--ink-900); }
.hero-stats .stat span { font-size: .88rem; color: var(--ink-500); }

.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; height: 540px; object-fit: cover; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); border: 1px solid var(--glass-border);
}
.hero-float {
  position: absolute; background: rgba(255,255,255,0.82); backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border); border-radius: 16px; padding: 16px 18px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px;
}
.hero-float .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(120deg, var(--gold-400), var(--gold-500)); color: #3a2606; font-weight: 700; }
.hero-float strong { display: block; font-family: var(--font-display); color: var(--ink-900); font-size: 1rem; }
.hero-float span { font-size: .8rem; color: var(--ink-500); }
.hero-float.top { top: 26px; left: -26px; }
.hero-float.bottom { bottom: 28px; right: -22px; }

/* ===================== Trust bar ===================== */
.trust { padding: 40px 0; border-top: 1px solid rgba(169,200,243,.3); border-bottom: 1px solid rgba(169,200,243,.3); }
.trust p { text-align: center; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-300); margin-bottom: 22px; }
.trust-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 44px; }
.trust-logos span { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink-300); opacity: .8; }

/* ===================== About ===================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); height: 480px; width: 100%; object-fit: cover; }
.about-media .badge-card {
  position: absolute; bottom: -24px; left: -24px; background: var(--white);
  border-radius: 18px; padding: 22px 26px; box-shadow: var(--shadow-lg);
}
.about-media .badge-card strong { font-family: var(--font-display); font-size: 2rem; color: var(--gold-600); display: block; }
.about-media .badge-card span { font-size: .85rem; color: var(--ink-500); }
.about-text h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 18px; }
.about-text > p { color: var(--ink-500); margin-bottom: 24px; font-size: 1.05rem; }
.about-list { display: grid; gap: 16px; margin-bottom: 30px; }
.about-list li { display: flex; gap: 14px; align-items: flex-start; }
.about-list .tick { flex: none; width: 26px; height: 26px; border-radius: 8px; background: rgba(246,196,83,.18); color: var(--gold-600); display: grid; place-items: center; font-weight: 700; font-size: .9rem; }
.about-list strong { color: var(--ink-900); font-family: var(--font-display); }

/* ===================== Cards grid generic ===================== */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: rgba(255,255,255,0.72); backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card .icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, #eaf2ff, #ffffff); border: 1px solid var(--glass-border);
  margin-bottom: 20px;
}
.card .icon svg { width: 28px; height: 28px; stroke: var(--gold-600); }
.card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.card p { color: var(--ink-500); font-size: .96rem; }

/* Industries */
.industries .grid-4 .ind {
  position: relative; border-radius: var(--radius); overflow: hidden; height: 230px;
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease;
}
.industries .ind:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.industries .ind img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.industries .ind:hover img { transform: scale(1.07); }
.industries .ind .ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,27,46,0) 35%, rgba(14,27,46,.82) 100%); }
.industries .ind h3 { position: absolute; bottom: 18px; left: 20px; right: 20px; color: #fff; font-size: 1.12rem; }

/* Process */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.step { text-align: center; position: relative; }
.step .num {
  width: 62px; height: 62px; margin: 0 auto 20px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 700;
  font-size: 1.3rem; color: #3a2606;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  box-shadow: 0 10px 24px rgba(232,155,44,.32); position: relative; z-index: 2;
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: .92rem; color: var(--ink-500); }

/* ===================== Pricing ===================== */
.pricing-toggle { display: flex; justify-content: center; align-items: center; gap: 14px; margin-bottom: 44px; font-size: .95rem; }
.toggle-track { width: 56px; height: 30px; border-radius: 100px; background: var(--sky-200); position: relative; cursor: pointer; border: none; transition: background .25s; }
.toggle-track .knob { position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s; }
.toggle-track.on { background: var(--gold-500); }
.toggle-track.on .knob { transform: translateX(26px); }
.toggle-save { font-size: .78rem; color: var(--gold-600); background: rgba(246,196,83,.16); padding: 3px 9px; border-radius: 100px; font-weight: 600; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card {
  background: rgba(255,255,255,0.78); backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
  padding: 36px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card.featured {
  background: linear-gradient(180deg, #11243d 0%, #0e1b2e 100%);
  border: 1px solid rgba(246,196,83,.35); box-shadow: var(--shadow-lg); position: relative;
}
.price-card.featured h3, .price-card.featured .price, .price-card.featured .price small, .price-card.featured li { color: #eaf2ff; }
.price-card.featured .feat-tag {
  position: absolute; top: 22px; right: 24px; font-size: .72rem; font-weight: 700;
  color: #3a2606; background: linear-gradient(120deg, var(--gold-400), var(--gold-500));
  padding: 5px 12px; border-radius: 100px; letter-spacing: .04em;
}
.price-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.price-card .plan-sub { font-size: .9rem; color: var(--ink-500); margin-bottom: 22px; }
.price-card.featured .plan-sub { color: #a9c2e0; }
.price-card .price { font-family: var(--font-display); font-size: 2.7rem; font-weight: 700; color: var(--ink-900); margin-bottom: 4px; }
.price-card .price small { font-size: .95rem; font-weight: 500; color: var(--ink-500); }
.price-card .price-note { font-size: .82rem; color: var(--ink-300); margin-bottom: 26px; }
.price-card ul { display: grid; gap: 13px; margin-bottom: 30px; flex: 1; }
.price-card li { display: flex; gap: 11px; align-items: flex-start; font-size: .94rem; color: var(--ink-700); }
.price-card li svg { flex: none; width: 19px; height: 19px; stroke: var(--gold-600); margin-top: 2px; }
.price-card.featured li svg { stroke: var(--gold-400); }
.pricing-foot { text-align: center; margin-top: 34px; font-size: .92rem; color: var(--ink-500); }

/* ===================== FAQ ===================== */
.faq-wrap { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: rgba(255,255,255,0.72); border: 1px solid var(--glass-border); border-radius: 16px; overflow: hidden; backdrop-filter: blur(10px); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 26px; font-family: var(--font-display); font-weight: 600; font-size: 1.04rem; color: var(--ink-900); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .chev { flex: none; transition: transform .3s; color: var(--gold-600); font-size: 1.4rem; line-height: 1; }
.faq-item.open .chev { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 26px 24px; color: var(--ink-500); font-size: .98rem; }

/* ===================== Success Stories ===================== */
.story { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; background: rgba(255,255,255,0.78); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.story img { height: 100%; min-height: 280px; object-fit: cover; }
.story .body { padding: 38px 36px; display: flex; flex-direction: column; justify-content: center; }
.story .tag { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 12px; }
.story h3 { font-size: 1.4rem; margin-bottom: 12px; }
.story p { color: var(--ink-500); margin-bottom: 22px; }
.story .metrics { display: flex; gap: 34px; }
.story .metrics div strong { font-family: var(--font-display); font-size: 1.7rem; color: var(--ink-900); display: block; }
.story .metrics div span { font-size: .82rem; color: var(--ink-500); }

/* ===================== Testimonials ===================== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: rgba(255,255,255,0.74); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.testi .stars { color: var(--gold-500); margin-bottom: 16px; letter-spacing: 2px; }
.testi p { color: var(--ink-700); font-size: .98rem; margin-bottom: 22px; flex: 1; }
.testi .person { display: flex; align-items: center; gap: 13px; }
.testi .person img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testi .person strong { display: block; font-family: var(--font-display); color: var(--ink-900); font-size: .96rem; }
.testi .person span { font-size: .84rem; color: var(--ink-500); }

/* ===================== Contact ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact-info h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 16px; }
.contact-info > p { color: var(--ink-500); margin-bottom: 32px; }
.contact-detail { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.contact-detail .ic { flex: none; width: 48px; height: 48px; border-radius: 13px; background: rgba(246,196,83,.16); display: grid; place-items: center; }
.contact-detail .ic svg { width: 22px; height: 22px; stroke: var(--gold-600); }
.contact-detail strong { display: block; font-family: var(--font-display); color: var(--ink-900); margin-bottom: 2px; }
.contact-detail span, .contact-detail a { color: var(--ink-500); font-size: .96rem; }
.contact-detail a:hover { color: var(--gold-600); }

.contact-form { background: rgba(255,255,255,0.82); backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .88rem; font-weight: 600; color: var(--ink-700); margin-bottom: 7px; font-family: var(--font-display); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--sky-200); border-radius: 12px;
  font-family: var(--font); font-size: .96rem; color: var(--ink-900); background: rgba(255,255,255,.7);
  transition: border .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(246,196,83,.18);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .82rem; color: var(--ink-300); margin-top: 12px; text-align: center; }
.form-success { display: none; padding: 16px 18px; border-radius: 12px; background: rgba(72,187,120,.12); color: #2f855a; font-size: .94rem; margin-bottom: 18px; border: 1px solid rgba(72,187,120,.3); }
.form-success.show { display: block; }
.field.error input, .field.error select, .field.error textarea { border-color: #e53e3e; box-shadow: 0 0 0 3px rgba(229,62,62,.12); }
.err-msg { display: none; color: #e53e3e; font-size: .8rem; margin-top: 5px; }
.field.error .err-msg { display: block; }

/* ===================== CTA band ===================== */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 72px 56px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(125deg, #11243d, #0e1b2e); }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 300px at 80% 10%, rgba(246,196,83,.3), transparent 60%); }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.cta-band p { color: #a9c2e0; max-width: 560px; margin: 0 auto 30px; font-size: 1.06rem; }

/* ===================== Footer ===================== */
.site-footer { background: linear-gradient(180deg, #0e1b2e, #0a1422); color: #a9c2e0; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-brand .brand { color: #fff; margin-bottom: 16px; }
.footer-brand .brand span { color: #fff; }
.footer-brand p { font-size: .94rem; max-width: 320px; margin-bottom: 18px; }
.footer-brand .addr { font-size: .9rem; line-height: 1.7; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: .86rem; }
.footer-bottom .legal-links { display: flex; gap: 20px; flex-wrap: wrap; }

/* ===================== Cookie banner ===================== */
.cookie-banner {
  position: fixed; bottom: 22px; left: 22px; right: 22px; max-width: 560px; margin: 0 auto;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(18px); border: 1px solid var(--glass-border);
  border-radius: 18px; box-shadow: var(--shadow-lg); padding: 22px 24px; z-index: 2000;
  transform: translateY(160%); transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner h4 { font-size: 1.05rem; margin-bottom: 6px; }
.cookie-banner p { font-size: .9rem; color: var(--ink-500); margin-bottom: 16px; }
.cookie-banner p a { color: var(--gold-600); text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 11px 22px; font-size: .9rem; }

/* ===================== Legal pages ===================== */
.legal-hero { padding: 150px 0 50px; text-align: center; }
.legal-hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 12px; }
.legal-hero p { color: var(--ink-500); }
.legal-body { padding: 30px 0 90px; }
.legal-content { max-width: 820px; margin: 0 auto; background: rgba(255,255,255,0.8); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 50px 48px; box-shadow: var(--shadow-sm); }
.legal-content h2 { font-size: 1.4rem; margin: 34px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 1.1rem; margin: 22px 0 8px; }
.legal-content p, .legal-content li { color: var(--ink-700); font-size: .98rem; margin-bottom: 12px; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { color: var(--gold-600); text-decoration: underline; }
.legal-content .updated { color: var(--ink-300); font-size: .88rem; margin-bottom: 28px; }

/* ===================== Reveal animation ===================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===================== Responsive ===================== */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-visual img { height: 380px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .pricing-grid, .testi-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card.featured { order: -1; }
  .story { grid-template-columns: 1fr; }
  .story img { min-height: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 68px; left: 16px; right: 16px;
    background: rgba(247,250,255,.97); backdrop-filter: blur(16px); padding: 22px; border-radius: 18px;
    box-shadow: var(--shadow-md); gap: 18px; align-items: flex-start;
  }
  .menu-toggle { display: flex; }
  .nav-cta .btn-ghost { display: none; }
  .section { padding: 70px 0; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band { padding: 50px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-float { display: none; }
  .legal-content { padding: 34px 22px; }
}
