/* ============================================================
   Step2Elevate — Modern site styles
   ============================================================ */

:root {
  --navy: #0b1c3f;
  --navy-2: #12294f;
  --ink: #1a2233;
  --muted: #5b6577;
  --line: #e7eaf0;
  --bg: #ffffff;
  --bg-alt: #f6f8fc;
  --brand: #4f46e5;
  --brand-2: #7c3aed;
  --accent: #f59e0b;
  --grad: linear-gradient(120deg, #4f46e5, #7c3aed 55%, #ec4899);
  --shadow-sm: 0 4px 14px rgba(16, 24, 40, 0.06);
  --shadow: 0 20px 45px rgba(16, 24, 40, 0.12);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1160px;
}

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

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

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .brand__name { font-family: "Plus Jakarta Sans", sans-serif; color: var(--navy); line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 800; letter-spacing: -0.02em; }
h3 { font-size: 1.25rem; font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 760px; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.eyebrow { display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 999px; padding: 12px 22px; cursor: pointer; border: 0;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease; font-size: .95rem;
}
.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 10px 24px rgba(79, 70, 229, .35); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 70, 229, .45); }
.btn--ghost { background: #fff; color: var(--navy); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn--lg { padding: 15px 30px; font-size: 1.02rem; }
.btn--sm { padding: 9px 18px; font-size: .85rem; }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--navy); color: #dfe6f5; font-size: .85rem;
  display: flex; justify-content: center; align-items: center; gap: 12px; padding: 9px 16px; text-align: center;
}
.topbar__cta { color: #fff; font-weight: 700; white-space: nowrap; }
.topbar__cta:hover { color: var(--accent); }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .85); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; }
.nav.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand__mark { position: relative; overflow: hidden; width: 38px; height: 38px; border-radius: 12px; background: var(--grad); color: #fff; display: grid; place-items: center; font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: .95rem; box-shadow: 0 6px 16px rgba(79, 70, 229, .35); }
.brand__mark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.28), transparent 55%); pointer-events: none; }
.brand__icon { position: relative; z-index: 1; width: 23px; height: 23px; display: block; }
.brand__name { font-size: 1.32rem; font-weight: 800; letter-spacing: -.03em; color: var(--navy); }
.brand__name strong { font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand__dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--grad); margin-left: 4px; vertical-align: baseline; }
.nav__links { display: flex; gap: 28px; font-weight: 600; font-size: .95rem; color: var(--ink); }
.nav__links a { position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--grad); transition: width .25s; }
.nav__links a:hover { color: var(--brand); }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 16px; }
.nav__phone { font-weight: 700; color: var(--navy); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 70px 0 90px; background: radial-gradient(120% 120% at 100% 0, #eef1ff 0, #fff 55%); }
.hero__glow { position: absolute; top: -120px; right: -120px; width: 480px; height: 480px; background: var(--grad); filter: blur(120px); opacity: .18; border-radius: 50%; pointer-events: none; }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; font-weight: 600; font-size: .85rem; color: var(--muted); box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.hero__sub { font-size: 1.12rem; color: var(--muted); max-width: 540px; margin: 20px 0 30px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 34px; margin-top: 40px; }
.hero__trust strong { display: block; font-family: "Plus Jakarta Sans"; font-size: 1.7rem; color: var(--navy); }
.hero__trust span { font-size: .85rem; color: var(--muted); }

.hero__card { position: relative; }
.hero__card > img { border-radius: 26px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/4.4; object-fit: cover; }
.hero3d { position: relative; width: 100%; aspect-ratio: 4/4.4; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: radial-gradient(120% 120% at 30% 20%, #1b1150 0, #0b1c3f 55%, #0a1030 100%); }
.hero3d canvas { display: block; width: 100%; height: 100%; }
.floatcard { position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 12px 16px; display: flex; align-items: center; gap: 12px; animation: float 4s ease-in-out infinite; }
.floatcard__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--bg-alt); display: grid; place-items: center; font-size: 1.2rem; }
.floatcard strong { display: block; font-size: .9rem; }
.floatcard small { color: var(--muted); font-size: .78rem; }
.floatcard--top { top: 26px; left: -28px; }
.floatcard--bottom { bottom: 30px; right: -22px; animation-delay: 1.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Logos ---------- */
.logos { padding: 34px 0; border-bottom: 1px solid var(--line); }
.logos p { text-align: center; color: var(--muted); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.logos__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 44px; font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.3rem; color: #64748b; }
.logos__row span { transition: color .2s; }
.logos__row span:hover { color: var(--navy); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section--alt { background: var(--bg-alt); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.section__head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; position: relative; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card--featured { border-color: transparent; box-shadow: var(--shadow); }
.card--featured::before { content: ""; position: absolute; inset: 0; border-radius: var(--radius); padding: 1.5px; background: var(--grad); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.card__badge { position: absolute; top: -12px; right: 22px; background: var(--grad); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.card__icon { width: 54px; height: 54px; border-radius: 14px; background: var(--bg-alt); display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 18px; }
.card p { color: var(--muted); margin: 10px 0 18px; }
.ticks { list-style: none; display: grid; gap: 9px; }
.ticks li { position: relative; padding-left: 26px; font-size: .93rem; color: var(--ink); }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #10b981; font-weight: 800; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; text-align: center; transition: transform .25s, box-shadow .25s; }
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step__num { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 16px; border-radius: 50%; background: var(--grad); color: #fff; font-family: "Plus Jakarta Sans"; font-weight: 800; }
.step p { color: var(--muted); font-size: .93rem; margin-top: 8px; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; display: flex; flex-direction: column; position: relative; transition: transform .25s, box-shadow .25s; }
.price:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price--featured { background: linear-gradient(180deg, #0b1c3f, #17244a); color: #fff; border: 0; transform: scale(1.03); }
.price--featured h3, .price--featured .price__amt { color: #fff; }
.price--featured .price__desc { color: #c7d0e6; }
.price--featured .ticks li { color: #e7ecf7; }
.price__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #3a2a00; font-weight: 800; font-size: .74rem; padding: 5px 14px; border-radius: 999px; }
.price__amt { font-family: "Plus Jakarta Sans"; font-size: 2.4rem; font-weight: 800; margin: 8px 0 6px; }
.price__amt span { font-size: .95rem; font-weight: 500; color: var(--muted); }
.price__desc { color: var(--muted); margin-bottom: 18px; }
.price .ticks { margin-bottom: 26px; }
.price .btn { margin-top: auto; }
.pricing__note { text-align: center; color: var(--muted); margin-top: 28px; font-size: .95rem; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: 24px; box-shadow: var(--shadow); }
.about__stat { position: absolute; bottom: -20px; right: -18px; background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 14px 18px; }
.about__stat strong { display: block; color: var(--navy); font-family: "Plus Jakarta Sans"; }
.about__stat span { font-size: .82rem; color: var(--muted); }
.about__copy p { color: var(--muted); margin: 14px 0; }
.about__creds { display: flex; flex-wrap: wrap; gap: 16px; margin: 22px 0 26px; font-weight: 600; font-size: .92rem; }

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.quote__stars { color: var(--accent); letter-spacing: 2px; margin-bottom: 12px; }
.quote blockquote { font-size: 1.03rem; color: var(--ink); }
.quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.quote figcaption img { width: 46px; height: 46px; border-radius: 50%; }
.quote figcaption strong { display: block; color: var(--navy); }
.quote figcaption span { font-size: .84rem; color: var(--muted); }

/* ---------- Lead magnet ---------- */
.leadmagnet { background: var(--navy); color: #fff; }
.leadmagnet__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 60px 24px; }
.leadmagnet h2 { color: #fff; }
.leadmagnet p { color: #c7d0e6; margin-top: 10px; }
.leadmagnet__form { display: flex; gap: 10px; flex-wrap: wrap; position: relative; }
.leadmagnet__form input { flex: 1; min-width: 220px; padding: 15px 18px; border-radius: 999px; border: 0; font-size: 1rem; }
.leadmagnet__form .form__msg { flex-basis: 100%; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 22px; }
.faq__item summary { cursor: pointer; font-weight: 700; font-family: "Plus Jakarta Sans"; color: var(--navy); padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.4rem; color: var(--brand); transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--muted); padding-bottom: 20px; }

/* ---------- Booking / contact ---------- */
.book__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.book__copy p { color: var(--muted); margin: 14px 0 24px; }
.book__list { list-style: none; display: grid; gap: 14px; font-weight: 600; }
.book__list a:hover { color: var(--brand); }
.book__socials { display: flex; gap: 14px; margin-top: 26px; }
.book__socials a { border: 1.5px solid var(--line); padding: 8px 18px; border-radius: 999px; font-weight: 600; font-size: .9rem; }
.book__socials a:hover { border-color: var(--brand); color: var(--brand); }
.book__form { display: grid; gap: 16px; padding: 32px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .9rem; color: var(--navy); }
.field label small { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-size: .96rem; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(79, 70, 229, .12); }
.field--invalid input, .field--invalid textarea { border-color: #ef4444; }
.field__error { color: #ef4444; font-size: .8rem; min-height: 0; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--muted); }
.consent a { color: var(--brand); text-decoration: underline; }
.form__msg { font-size: .9rem; font-weight: 600; }
.form__msg.ok { color: #10b981; }
.form__msg.err { color: #ef4444; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #c7d0e6; padding: 60px 0 26px; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; }
.footer .brand__name, .footer h4 { color: #fff; }
.footer__brand p { margin-top: 14px; max-width: 260px; font-size: .92rem; }
.footer__col { display: grid; gap: 10px; align-content: start; }
.footer__col h4 { font-size: 1rem; margin-bottom: 4px; }
.footer__col a { font-size: .92rem; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 44px; padding-top: 22px; font-size: .85rem; }
.footer__legal { display: flex; gap: 18px; }
.footer__legal a:hover { color: #fff; }

/* ---------- CTA band (home) ---------- */
.ctaband { background: linear-gradient(120deg, #0b1c3f, #17244a); }
.ctaband__inner { text-align: center; max-width: 720px; margin: 0 auto; }
.ctaband h2 { color: #fff; }
.ctaband p { color: #c7d0e6; margin: 14px 0 28px; font-size: 1.08rem; }
.ctaband__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ctaband__actions .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.ctaband__actions .btn--ghost:hover { border-color: #fff; color: #fff; }

/* ---------- Mobile sticky CTA ---------- */
.mobilecta { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40; text-align: center; background: var(--grad); color: #fff; font-weight: 700; padding: 15px; border-radius: 999px; box-shadow: var(--shadow); }

/* ============================================================
   Contact page
   ============================================================ */
.chero { position: relative; overflow: hidden; padding: 72px 0 40px; background: radial-gradient(120% 120% at 50% 0, #eef1ff 0, #fff 60%); text-align: center; }
.chero__glow { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 560px; height: 420px; background: var(--grad); filter: blur(130px); opacity: .16; border-radius: 50%; pointer-events: none; }
.chero__inner { position: relative; max-width: 720px; }
.chero h1 { margin-bottom: 16px; }
.chero > .container > p, .chero__inner p { color: var(--muted); font-size: 1.12rem; max-width: 560px; margin: 0 auto; }
.chero__quick { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.quickcard { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 20px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; text-align: left; }
.quickcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.quickcard__ic { width: 42px; height: 42px; border-radius: 11px; background: var(--bg-alt); display: grid; place-items: center; font-size: 1.3rem; }
.quickcard strong { display: block; color: var(--navy); font-family: "Plus Jakarta Sans"; font-size: .95rem; }
.quickcard small { color: var(--muted); font-size: .84rem; }

.cbody { padding-top: 48px; }
.cbody__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 40px; align-items: start; }

.cinfo { display: grid; gap: 22px; position: sticky; top: 92px; }
.cinfo__card { background: linear-gradient(160deg, #0b1c3f, #1a2c58); color: #fff; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow); }
.cinfo__card h2 { color: #fff; font-size: 1.5rem; }
.cinfo__card > p { color: #c7d0e6; margin: 12px 0 22px; }
.cinfo__list { list-style: none; display: grid; gap: 18px; }
.cinfo__list li { display: flex; gap: 14px; align-items: center; }
.cinfo__ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.1); display: grid; place-items: center; font-size: 1.2rem; flex-shrink: 0; }
.cinfo__list strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: #9fb0d4; }
.cinfo__list a, .cinfo__list span { color: #fff; font-weight: 600; }
.cinfo__list a:hover { color: var(--accent); }
.cinfo__socials { display: flex; gap: 12px; margin-top: 24px; }
.cinfo__socials a { border: 1.5px solid rgba(255,255,255,.25); padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: .88rem; color: #fff; }
.cinfo__socials a:hover { border-color: #fff; }
.cinfo__next { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; box-shadow: var(--shadow-sm); }
.cinfo__next h3 { margin-bottom: 16px; }
.cinfo__next ol { list-style: none; display: grid; gap: 14px; }
.cinfo__next li { display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: .95rem; }
.cinfo__next li span { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .85rem; }

.cformwrap { position: relative; }
.cform { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.cform h2 { font-size: 1.5rem; }
.cform__sub { color: var(--muted); font-size: .92rem; margin-top: -6px; }
.cform__sub span, .req { color: #ef4444; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; }
.chip span { display: inline-block; padding: 9px 18px; border: 1.5px solid var(--line); border-radius: 999px; font-weight: 600; font-size: .9rem; transition: .2s; }
.chip input:checked + span { border-color: var(--brand); background: rgba(79,70,229,.08); color: var(--brand); }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(79,70,229,.15); }

/* File upload */
.filedrop { display: flex; align-items: center; gap: 12px; border: 1.5px dashed var(--line); border-radius: var(--radius-sm); padding: 16px 18px; cursor: pointer; transition: border-color .2s, background .2s; }
.filedrop:hover, .filedrop--has { border-color: var(--brand); background: rgba(79,70,229,.04); }
.filedrop--over { border-color: var(--brand); background: rgba(79,70,229,.09); }
.filedrop input[type="file"] { display: none; }
.filedrop__ic { width: 40px; height: 40px; border-radius: 10px; background: var(--bg-alt); display: grid; place-items: center; font-size: 1.2rem; flex-shrink: 0; }
.filedrop__text { color: var(--muted); font-size: .92rem; }
.filedrop__text u { color: var(--brand); }

.csuccess { position: absolute; inset: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); display: grid; place-content: center; text-align: center; padding: 40px; gap: 8px; animation: pop .35s ease; }
.csuccess[hidden] { display: none; }
.csuccess__check { width: 74px; height: 74px; margin: 0 auto 8px; border-radius: 50%; background: #10b981; color: #fff; font-size: 2.2rem; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(16,185,129,.4); }
.csuccess p { color: var(--muted); max-width: 380px; margin: 6px auto 12px; }
.csuccess__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@keyframes pop { 0% { opacity: 0; transform: scale(.96); } 100% { opacity: 1; transform: scale(1); } }

.cmap { line-height: 0; }
.cmap iframe { width: 100%; height: 360px; border: 0; filter: grayscale(.15); }

@media (max-width: 960px) {
  .cbody__grid { grid-template-columns: 1fr; }
  .cinfo { position: static; }
}

/* ============================================================
   Legal / prose page
   ============================================================ */
.legal { padding: 56px 0 80px; }
.legal__back { display: inline-block; color: var(--brand); font-weight: 600; margin-bottom: 22px; }
.legal__back:hover { text-decoration: underline; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 8px; }
.legal__updated { color: var(--muted); font-size: .9rem; margin-bottom: 30px; }
.legal h2 { font-size: 1.3rem; margin: 34px 0 12px; }
.legal p { color: var(--ink); margin-bottom: 14px; }
.legal ul { margin: 0 0 16px 22px; display: grid; gap: 8px; }
.legal li { color: var(--ink); }
.legal a { color: var(--brand); text-decoration: underline; }
.legal__note { margin-top: 34px; padding: 16px 18px; background: var(--bg-alt); border-radius: var(--radius-sm); color: var(--muted); font-size: .9rem; }

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

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
  .hero__inner, .about, .book__inner, .leadmagnet__inner { grid-template-columns: 1fr; }
  .cards, .pricing, .testimonials { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .price--featured { transform: none; }
  .hero__card { max-width: 460px; margin: 0 auto; }
  .about__media { max-width: 460px; }

  .nav__links { position: fixed; inset: 72px 0 auto 0; background: #fff; flex-direction: column; gap: 0; padding: 10px 24px 24px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .3s ease; }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav__toggle { display: flex; }
  .nav__phone { display: none; }
  .nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle.open span:nth-child(2) { opacity: 0; }
  .nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mobilecta { display: block; }
}

@media (max-width: 520px) {
  .steps, .grid2, .footer__inner { grid-template-columns: 1fr; }
  .hero__trust { gap: 22px; }
  .topbar { font-size: .78rem; }
  .nav__actions .btn { display: none; }
  .floatcard--top { left: 6px; }
  .floatcard--bottom { right: 6px; }
}

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

/* ============================================================
   Dynamic components (blog, toasts, reviews, rotator)
   ============================================================ */
.link-underline { color: var(--brand); font-weight: 600; }
.link-underline:hover { text-decoration: underline; }

/* Blog cards */
.postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.postcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.postcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.postcard h3 { margin-bottom: 10px; }
.postcard p { color: var(--muted); flex: 1; }
.postcard__more { margin-top: 16px; color: var(--brand); font-weight: 700; font-family: "Plus Jakarta Sans"; }

/* Blog post body */
.post__body { margin-top: 10px; }
.post__body p { color: var(--ink); margin-bottom: 16px; line-height: 1.75; }
.post__cta { margin-top: 30px; }

/* Recent-activity toasts */
.toasts { position: fixed; left: 18px; bottom: 18px; z-index: 60; display: grid; gap: 10px; max-width: 320px; }
.toast { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: 12px; box-shadow: var(--shadow); padding: 12px 16px; animation: toastIn .4s ease; }
.toast__ic { font-size: 1.2rem; }
.toast strong { display: block; font-size: .9rem; color: var(--navy); font-family: "Plus Jakarta Sans"; }
.toast small { color: var(--muted); font-size: .8rem; }
@keyframes toastIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.toast.leaving { opacity: 0; transform: translateY(14px); transition: .35s ease; }

/* Star rating picker */
.stars { display: inline-flex; gap: 4px; }
.star { background: none; border: 0; font-size: 1.9rem; line-height: 1; color: #d5dae5; cursor: pointer; transition: color .15s, transform .1s; padding: 0; }
.star:hover { transform: scale(1.1); }
.star.on { color: var(--accent); }

@media (max-width: 960px) {
  .postgrid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .toasts { left: 10px; right: 10px; max-width: none; }
}

/* Phone icon + popover (header) */
.phonepop { position: relative; }
.nav__phonebtn { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; font-size: 1.05rem; cursor: pointer; display: grid; place-items: center; transition: border-color .2s, transform .2s; }
.nav__phonebtn:hover { border-color: var(--brand); transform: translateY(-1px); }
.phonepop__bubble { position: absolute; top: calc(100% + 12px); right: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 12px 18px; white-space: nowrap; z-index: 60; animation: pop .2s ease; }
.phonepop__bubble a { font-family: "Plus Jakarta Sans"; font-weight: 700; color: var(--navy); }
.phonepop__bubble a:hover { color: var(--brand); }
.phonepop__bubble::before { content: ""; position: absolute; top: -6px; right: 15px; width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line); transform: rotate(45deg); }

/* "Contact for pricing" amount */
.price__amt--quote { font-size: 1.6rem; }
.price__amt--quote span { display: block; font-size: .9rem; font-weight: 500; color: var(--muted); margin-top: 2px; }
.price--featured .price__amt--quote span { color: #c7d0e6; }

/* ============================================================
   Refined accents + subtle motion (Apple-inspired)
   ============================================================ */

/* Soft, understated service icon tints */
.cards .card:nth-child(1) .card__icon { background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
.cards .card:nth-child(2) .card__icon { background: linear-gradient(135deg, #fdf2f8, #fce7f3); }
.cards .card:nth-child(3) .card__icon { background: linear-gradient(135deg, #ecfeff, #cffafe); }

/* Subtle 3D tilt on cards */
.card, .price, .postcard { transform-style: preserve-3d; will-change: transform; }
.tilt-reset { transition: transform .5s cubic-bezier(.22,.61,.36,1), box-shadow .3s; }

/* Apple-smooth scroll reveal */
.reveal { opacity: 0; transform: perspective(1200px) translateY(44px) rotateX(7deg) scale(.97); transform-origin: 50% 100%; transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: perspective(1200px) translateY(0) rotateX(0) scale(1); }
.hero__shot { border-radius: 26px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/4.4; object-fit: cover; will-change: transform; }
@media (prefers-reduced-motion: reduce) { .reveal { transform: none; transition: none; } }

/* Buttons inside prose (blog/legal) must keep button styling, not link styling */
.legal .btn { text-decoration: none; }
.legal .btn--primary { color: #fff; }
.legal .btn--ghost { color: var(--navy); }
