/* ============================================================
   AARVYA CONSULTING — Premium CA & Tax Consultancy
   Single tokenized stylesheet • Mobile-first • Lighthouse-ready
   ============================================================ */

/* ---------- TOKENS ---------- */
:root {
  --navy-900: #06163a;
  --navy-800: #0a1f44;
  --navy-700: #122a5e;
  --navy-600: #1d3a7a;
  --gold-500: #c9a961;
  --gold-400: #d8bd7c;
  --gold-300: #e7d3a3;
  --ink-900: #0a1224;
  --ink-700: #2c364d;
  --ink-500: #5a6478;
  --ink-300: #9aa3b5;
  --line: #e6e9f0;
  --bg: #ffffff;
  --bg-soft: #f8f9fb;
  --bg-cool: #eef1f8;
  --success: #1f9d55;
  --whatsapp: #25d366;
  --shadow-sm: 0 1px 2px rgba(10, 31, 68, .06), 0 1px 1px rgba(10, 31, 68, .04);
  --shadow-md: 0 8px 24px rgba(10, 31, 68, .08);
  --shadow-lg: 0 24px 60px rgba(10, 31, 68, .14);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --container: 1180px;
  --gutter: clamp(16px, 4vw, 32px);
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; }
h1, h2, h3, h4, h5 { color: var(--ink-900); margin: 0 0 .5em; line-height: 1.2; letter-spacing: -.01em; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2rem; }

/* ---------- LAYOUT ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section--soft { background: var(--bg-soft); }
.section--cool { background: var(--bg-cool); }
.section--dark { background: var(--navy-900); color: #d6dcec; }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-500); margin-bottom: 14px;
}
.eyebrow::before {
  content: ''; width: 26px; height: 2px; background: var(--gold-500);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -.015em;
  margin-bottom: 14px;
}
.section-lede { color: var(--ink-500); max-width: 640px; font-size: 1.05rem; }
.section-head { margin-bottom: clamp(36px, 6vw, 64px); }
.section-head--center { text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .section-lede { margin-left: auto; margin-right: auto; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 600; font-size: .96rem;
  letter-spacing: -.005em; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--navy-800); color: #fff; box-shadow: 0 8px 20px rgba(10, 31, 68, .25); }
.btn--primary:hover { background: var(--navy-700); box-shadow: 0 14px 28px rgba(10, 31, 68, .3); }
.btn--gold { background: var(--gold-500); color: var(--navy-900); box-shadow: 0 8px 20px rgba(201, 169, 97, .35); }
.btn--gold:hover { background: var(--gold-400); }
.btn--ghost { background: transparent; color: var(--navy-800); border: 1.5px solid var(--navy-800); }
.btn--ghost:hover { background: var(--navy-800); color: #fff; }
.btn--ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .35); }
.btn--ghost-light:hover { background: #fff; color: var(--navy-900); }
.btn--whatsapp { background: var(--whatsapp); color: #fff; }
.btn--whatsapp:hover { background: #1fb858; }
.btn--lg { padding: 16px 30px; font-size: 1rem; }
.btn .ico { width: 18px; height: 18px; flex: 0 0 18px; }

/* ---------- TOPBAR & HEADER ---------- */
.topbar {
  background: var(--navy-900); color: #c9d2e8;
  font-size: .82rem; padding: 8px 0;
}
.topbar__row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.topbar a { display: inline-flex; align-items: center; gap: 8px; color: #c9d2e8; }
.topbar a:hover { color: var(--gold-400); }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar .ico { width: 14px; height: 14px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(10, 31, 68, .06);
  transition: box-shadow .25s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 4px 24px rgba(10, 31, 68, .08); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; color: var(--navy-900); }
.brand__mark {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  display: grid; place-items: center; color: var(--gold-400);
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
  box-shadow: 0 8px 20px rgba(10, 31, 68, .2);
}
.brand__name { display: flex; flex-direction: column; line-height: 1; }
.brand__name strong { font-size: 1.05rem; letter-spacing: -.01em; }
.brand__name span { font-size: .68rem; color: var(--ink-500); letter-spacing: .14em; text-transform: uppercase; margin-top: 4px; }

.nav__menu { display: none; align-items: center; gap: 6px; }
.nav__menu a {
  position: relative; padding: 10px 14px; border-radius: 8px; font-weight: 500;
  color: var(--ink-700); font-size: .94rem; transition: color .2s, background .2s;
}
.nav__menu a:hover, .nav__menu a.is-active { color: var(--navy-800); background: var(--bg-soft); }
.nav__menu a.is-active::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--gold-500); border-radius: 2px;
}
.nav__cta { display: none; align-items: center; gap: 10px; }

/* dropdown */
.has-sub { position: relative; }
.has-sub > a::after {
  content: ''; display: inline-block; width: 6px; height: 6px; margin-left: 6px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.submenu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 10px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.has-sub:hover .submenu, .has-sub:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: .92rem; }
.submenu a:hover { background: var(--bg-soft); }

.nav__toggle {
  display: inline-grid; place-items: center; width: 44px; height: 44px;
  border-radius: 10px; background: var(--bg-soft); color: var(--navy-900);
}
.nav__toggle .ico { width: 22px; height: 22px; }
.mobile-panel {
  position: fixed; inset: 0; background: rgba(6, 22, 58, .55);
  backdrop-filter: blur(6px); opacity: 0; visibility: hidden; z-index: 60; transition: opacity .25s;
}
.mobile-panel.is-open { opacity: 1; visibility: visible; }
.mobile-panel__inner {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(360px, 86%);
  background: #fff; padding: 24px; overflow-y: auto;
  transform: translateX(100%); transition: transform .35s var(--ease);
  display: flex; flex-direction: column; gap: 6px;
}
.mobile-panel.is-open .mobile-panel__inner { transform: translateX(0); }
.mobile-panel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.mobile-panel a {
  padding: 14px 12px; border-radius: 10px; font-weight: 500; font-size: 1rem;
  color: var(--ink-900); border-bottom: 1px solid var(--line);
}
.mobile-panel a:hover { background: var(--bg-soft); }
.mobile-panel__cta { display: grid; gap: 10px; margin-top: 18px; }

/* ---------- HERO ---------- */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1100px 600px at 80% -10%, rgba(201, 169, 97, .18), transparent 60%),
              radial-gradient(900px 500px at -10% 110%, rgba(29, 58, 122, .25), transparent 60%),
              linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
  color: #e8edfa;
  padding: clamp(72px, 11vw, 130px) 0 clamp(72px, 10vw, 110px);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}
.hero__grid { position: relative; display: grid; gap: clamp(32px, 6vw, 60px); align-items: center; }
.hero__pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12);
  font-size: .82rem; color: var(--gold-300); margin-bottom: 22px;
}
.hero__pill .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--gold-400); box-shadow: 0 0 0 4px rgba(216, 189, 124, .2); }
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.4vw, 3.85rem);
  font-weight: 700; line-height: 1.08; color: #fff;
  letter-spacing: -.018em; margin-bottom: 22px;
}
.hero h1 .accent { color: var(--gold-400); font-style: italic; }
.hero__lede { font-size: clamp(1rem, 1.8vw, 1.18rem); color: #c2cae0; max-width: 600px; margin-bottom: 32px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 22px 28px; }
.hero__trust > div { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: #c2cae0; }
.hero__trust .check {
  width: 22px; height: 22px; border-radius: 999px; background: rgba(31, 157, 85, .15);
  display: grid; place-items: center; color: #5fd896;
}

.hero__card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 32px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .35);
  position: relative;
}
.hero__card h3 { color: #fff; font-family: var(--font-display); font-size: 1.35rem; margin-bottom: 6px; }
.hero__card p { color: #c2cae0; font-size: .92rem; margin-bottom: 18px; }
.hero__card form { display: grid; gap: 12px; }
.hero__card label {
  display: block; font-size: .76rem; color: var(--gold-300); margin-bottom: 6px; letter-spacing: .08em; text-transform: uppercase;
}
.hero__card input, .hero__card select, .hero__card textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .15);
  color: #fff; font-family: inherit; font-size: .94rem;
  transition: border-color .2s, background .2s;
}
.hero__card input::placeholder, .hero__card textarea::placeholder { color: rgba(255, 255, 255, .4); }
.hero__card input:focus, .hero__card select:focus, .hero__card textarea:focus {
  outline: none; border-color: var(--gold-400); background: rgba(255, 255, 255, .1);
}
.hero__card .form-fine { font-size: .76rem; color: #8794b1; margin-top: 6px; }

@media (min-width: 980px) {
  .hero__grid { grid-template-columns: 1.15fr .85fr; }
  .nav__menu, .nav__cta { display: flex; }
  .nav__toggle { display: none; }
}

/* ---------- TRUST STRIP ---------- */
.trust-strip {
  background: #fff; border-bottom: 1px solid var(--line);
}
.trust-strip__row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 28px 0;
}
.trust-strip__item {
  display: flex; align-items: center; gap: 12px; color: var(--ink-700); font-weight: 600; font-size: .92rem;
}
.trust-strip__item .ico { width: 22px; height: 22px; color: var(--gold-500); }
@media (min-width: 720px) { .trust-strip__row { grid-template-columns: repeat(4, 1fr); } }

/* ---------- COUNTERS ---------- */
.counters {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.counter {
  text-align: center; padding: 28px 18px;
  background: #fff; border-radius: var(--radius-md); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.counter:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.counter__num {
  font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: var(--navy-800); font-weight: 700; line-height: 1; margin-bottom: 8px;
}
.counter__num .plus { color: var(--gold-500); }
.counter__label { font-size: .9rem; color: var(--ink-500); }
@media (min-width: 720px) { .counters { grid-template-columns: repeat(4, 1fr); } }

/* ---------- SERVICES GRID ---------- */
.services-grid {
  display: grid; gap: 18px; grid-template-columns: 1fr;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.svc-card {
  position: relative; padding: 28px 24px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-md);
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
  display: flex; flex-direction: column; gap: 14px;
  overflow: hidden;
}
.svc-card::after {
  content: ''; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  transition: width .35s var(--ease);
}
.svc-card:hover { transform: translateY(-4px); border-color: rgba(201, 169, 97, .4); box-shadow: var(--shadow-md); }
.svc-card:hover::after { width: 100%; }
.svc-card__icon {
  width: 50px; height: 50px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(10, 31, 68, .07), rgba(201, 169, 97, .12));
  display: grid; place-items: center; color: var(--navy-800);
}
.svc-card__icon .ico { width: 26px; height: 26px; }
.svc-card h3 { font-size: 1.12rem; margin: 0; }
.svc-card p { font-size: .92rem; color: var(--ink-500); margin: 0; }
.svc-card a {
  margin-top: auto; align-self: flex-start;
  font-size: .85rem; font-weight: 600; color: var(--navy-800);
  display: inline-flex; align-items: center; gap: 6px;
}
.svc-card a:hover { color: var(--gold-500); }
.svc-card a .ico { width: 14px; height: 14px; transition: transform .2s; }
.svc-card a:hover .ico { transform: translateX(4px); }

/* ---------- WHY US ---------- */
.why-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .why-grid { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } }
.why-list { display: grid; gap: 18px; }
.why-item {
  display: flex; gap: 16px; padding: 18px;
  border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line);
  transition: border-color .25s, transform .25s var(--ease);
}
.why-item:hover { border-color: rgba(201, 169, 97, .4); transform: translateX(4px); }
.why-item__icon {
  flex: 0 0 46px; height: 46px; border-radius: 12px;
  background: var(--navy-800); color: var(--gold-400);
  display: grid; place-items: center;
}
.why-item__icon .ico { width: 22px; height: 22px; }
.why-item h4 { font-size: 1.02rem; margin-bottom: 4px; }
.why-item p { color: var(--ink-500); font-size: .92rem; margin: 0; }
.why-visual {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  color: #fff; border-radius: var(--radius-lg); padding: 36px;
  position: relative; overflow: hidden;
}
.why-visual::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 36px 36px; opacity: .6;
}
.why-visual h3 { color: #fff; font-family: var(--font-display); font-size: 1.6rem; position: relative; }
.why-visual p { color: #c2cae0; position: relative; }
.why-visual .quote-mark {
  font-family: var(--font-display); font-size: 5rem; line-height: 0; color: var(--gold-500);
  position: absolute; top: 38px; right: 32px; opacity: .35;
}

/* ---------- PROCESS ---------- */
.process { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .process { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 28px 22px; position: relative;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step__num {
  font-family: var(--font-display); font-size: 2.4rem; color: var(--gold-500);
  font-weight: 700; line-height: 1; margin-bottom: 12px;
}
.step h4 { font-size: 1.1rem; }
.step p { font-size: .9rem; color: var(--ink-500); margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.t-track {
  display: flex; gap: 20px; overflow-x: auto;
  padding: 4px 4px 24px; scroll-snap-type: x mandatory; scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.t-track::-webkit-scrollbar { height: 6px; }
.t-track::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.t-card {
  flex: 0 0 min(86%, 380px); scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 28px; position: relative; box-shadow: var(--shadow-sm);
}
.t-card .stars { color: var(--gold-500); font-size: .95rem; letter-spacing: 2px; margin-bottom: 14px; }
.t-card blockquote { margin: 0 0 22px; font-size: 1rem; color: var(--ink-700); font-style: italic; }
.t-card__person { display: flex; align-items: center; gap: 12px; }
.t-card__avatar {
  width: 46px; height: 46px; border-radius: 999px;
  background: linear-gradient(135deg, var(--navy-700), var(--gold-500));
  display: grid; place-items: center; color: #fff; font-weight: 700;
}
.t-card__name { font-weight: 700; font-size: .95rem; color: var(--navy-900); }
.t-card__role { font-size: .82rem; color: var(--ink-500); }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq__item {
  border-bottom: 1px solid var(--line);
}
.faq__q {
  width: 100%; text-align: left; padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 600; font-size: 1.02rem; color: var(--navy-900);
}
.faq__q::after {
  content: ''; flex: 0 0 18px; width: 18px; height: 18px;
  background: var(--bg-soft); border-radius: 999px; position: relative;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 10px 2px, 2px 10px; background-position: center; background-repeat: no-repeat;
  transition: transform .25s var(--ease), background-size .25s;
  color: var(--navy-800);
}
.faq__item.is-open .faq__q::after { background-size: 10px 2px, 0 0; transform: rotate(180deg); }
.faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s var(--ease), padding .35s var(--ease);
  color: var(--ink-500); font-size: .96rem;
}
.faq__item.is-open .faq__a { padding: 0 0 22px; max-height: 600px; }

/* ---------- CTA STRIP ---------- */
.cta-strip {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff; border-radius: var(--radius-lg); padding: clamp(36px, 6vw, 56px);
  position: relative; overflow: hidden;
  display: grid; gap: 20px; align-items: center;
}
.cta-strip::before {
  content: ''; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(201, 169, 97, .35), transparent 60%);
  border-radius: 999px; pointer-events: none;
}
.cta-strip h2 { color: #fff; font-family: var(--font-display); font-size: clamp(1.6rem, 3.6vw, 2.2rem); }
.cta-strip p { color: #c2cae0; max-width: 640px; }
.cta-strip__btns { display: flex; flex-wrap: wrap; gap: 12px; position: relative; }
@media (min-width: 860px) {
  .cta-strip { grid-template-columns: 1.4fr 1fr; }
  .cta-strip__btns { justify-content: flex-end; }
}

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 980px) { .contact-grid { grid-template-columns: 1.1fr 1fr; gap: 60px; } }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-sm);
}
.form-row { display: grid; gap: 14px; }
@media (min-width: 600px) { .form-row.two { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .8rem; font-weight: 600; color: var(--ink-700); letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  padding: 13px 14px; border-radius: 10px; border: 1.5px solid var(--line);
  background: var(--bg); color: var(--ink-900); font-family: inherit; font-size: .96rem;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--navy-800); box-shadow: 0 0 0 4px rgba(10, 31, 68, .08);
}
.contact-info { display: grid; gap: 22px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item__icon {
  flex: 0 0 46px; height: 46px; border-radius: 12px;
  background: var(--bg-soft); color: var(--navy-800); display: grid; place-items: center;
}
.info-item__icon .ico { width: 22px; height: 22px; }
.info-item h4 { margin: 0 0 4px; font-size: 1rem; }
.info-item p, .info-item a { margin: 0; color: var(--ink-500); font-size: .94rem; }
.info-item a:hover { color: var(--navy-800); }

.map-wrap {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); aspect-ratio: 16/9; background: var(--bg-soft);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- FOOTER ---------- */
.footer {
  background: var(--navy-900); color: #b9c2db; padding: 70px 0 0;
}
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer__grid {
  display: grid; gap: 36px; grid-template-columns: 1fr;
}
@media (min-width: 720px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer__brand p { font-size: .92rem; line-height: 1.7; max-width: 320px; }
.footer__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer__list a { font-size: .92rem; color: #b9c2db; transition: color .2s; }
.footer__list a:hover { color: var(--gold-400); }
.footer__contact { display: grid; gap: 14px; font-size: .92rem; }
.footer__contact a { color: #b9c2db; display: inline-flex; align-items: center; gap: 10px; }
.footer__contact a:hover { color: var(--gold-400); }
.footer__contact .ico { width: 16px; height: 16px; color: var(--gold-400); }
.footer__bottom {
  margin-top: 56px; padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: .85rem; color: #8794b1;
}
.footer__bottom a { color: #8794b1; }
.footer__bottom a:hover { color: var(--gold-400); }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 36px; height: 36px; border-radius: 999px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1);
  display: grid; place-items: center; color: #b9c2db; transition: background .2s, color .2s;
}
.socials a:hover { background: var(--gold-500); color: var(--navy-900); border-color: var(--gold-500); }
.socials .ico { width: 16px; height: 16px; }

/* ---------- MOBILE STICKY ACTIONS ---------- */
.mobile-actions {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: rgba(255, 255, 255, .98); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(10, 31, 68, .12);
}
.mobile-actions a {
  padding: 14px 8px; text-align: center; font-weight: 700; font-size: .92rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.mobile-actions a.call { color: var(--navy-900); }
.mobile-actions a.wa { color: #fff; background: var(--whatsapp); }
.mobile-actions .ico { width: 18px; height: 18px; }
@media (min-width: 980px) { .mobile-actions { display: none; } body.has-mobile-actions { padding-bottom: 0; } }
body { padding-bottom: 64px; }
@media (min-width: 980px) { body { padding-bottom: 0; } }

/* floating WA on desktop */
.fab-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 45;
  width: 56px; height: 56px; border-radius: 999px;
  background: var(--whatsapp); color: #fff; display: none;
  align-items: center; justify-content: center;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .35);
  transition: transform .25s var(--ease);
}
.fab-wa:hover { transform: translateY(-3px) scale(1.04); }
.fab-wa .ico { width: 26px; height: 26px; }
@media (min-width: 980px) { .fab-wa { display: inline-grid; } }

/* ---------- PAGE HEADER (for inner pages) ---------- */
.page-header {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
  color: #fff; padding: clamp(70px, 10vw, 110px) 0 clamp(50px, 7vw, 80px);
  position: relative; overflow: hidden; text-align: center;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.page-header h1 {
  font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #fff; margin-bottom: 14px; position: relative;
}
.page-header p { color: #c2cae0; max-width: 660px; margin: 0 auto; position: relative; }
.breadcrumb {
  display: inline-flex; gap: 8px; align-items: center; font-size: .82rem;
  color: var(--gold-300); margin-bottom: 16px; position: relative;
}
.breadcrumb a { color: var(--gold-300); }
.breadcrumb a:hover { color: #fff; }

/* prose for content pages */
.prose { max-width: 820px; margin: 0 auto; font-size: 1.02rem; }
.prose h2 { font-family: var(--font-display); font-size: clamp(1.45rem, 3vw, 1.85rem); margin-top: 1.8em; }
.prose h3 { font-size: 1.18rem; margin-top: 1.4em; }
.prose ul li { margin-bottom: 8px; }
.prose blockquote {
  margin: 24px 0; padding: 18px 22px; background: var(--bg-soft);
  border-left: 3px solid var(--gold-500); border-radius: var(--radius-sm);
  color: var(--ink-700); font-style: italic;
}

/* ---------- UTILITY ---------- */
.text-center { text-align: center; }
.flex-row { display: flex; flex-wrap: wrap; gap: 12px; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- BADGES ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px; font-size: .75rem; font-weight: 600;
  background: rgba(31, 157, 85, .1); color: var(--success); letter-spacing: .02em;
}
.pill--gold { background: rgba(201, 169, 97, .15); color: #946e2c; }
.pill--navy { background: rgba(10, 31, 68, .08); color: var(--navy-800); }
