/* ============================================================
   sections.css — component styles for AfterMoving
   ============================================================ */

/* ----------------------------- NAV (dynamic, state-changing) ----------------------------- */
.nav { position: sticky; top: 0; z-index: 50; background: transparent;
  transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent; }
.nav--solid { background: rgba(254,254,254,.85); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom-color: var(--line); box-shadow: 0 4px 20px -12px rgba(16,25,34,.2); }
/* top-of-page over the dark hero: charcoal translucent bar, light contents */
.nav[data-theme="dark"]:not(.nav--solid) { background: rgba(14,23,34,.92); backdrop-filter: blur(10px) saturate(1.3); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }

/* swapping logo: two images cross-fade in the same slot */
.nav__logo { position: relative; display: block; width: 156px; height: 46px; flex: 0 0 auto; }
.nav__logo-img { position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  height: 40px; width: auto; transition: opacity .3s ease; }
.nav__logo-img--dark { opacity: 1; }   /* dark-text logo — default (light header) */
.nav__logo-img--light { opacity: 0; }   /* light-text logo — shown on dark header */
.nav[data-theme="dark"] .nav__logo-img--dark { opacity: 0; }
.nav[data-theme="dark"] .nav__logo-img--light { opacity: 1; }

.nav__links { display: flex; gap: 30px; }
.nav__links a { font-weight: 600; font-size: 15px; color: var(--ink); opacity: .82; transition: opacity .15s, color .25s ease; }
.nav__links a:hover { opacity: 1; color: var(--accent-700); }
.nav__right { display: flex; align-items: center; gap: 18px; }
.nav__tel { font-size: 15px; transition: color .25s ease; }
.nav__cta { padding: 11px 20px; font-size: 15px; }
.nav__burger { display: none; background: none; border: 0; color: var(--navy); cursor: pointer; padding: 6px; transition: color .25s ease; }
.nav__burger svg { width: 26px; height: 26px; }
.nav__mobile { display: none; }
/* dark-theme contents */
.nav[data-theme="dark"] .nav__links a { color: #E6ECF2; opacity: .92; }
.nav[data-theme="dark"] .nav__links a:hover { color: #fff; }
.nav[data-theme="dark"] .nav__tel { color: #fff; }
.nav[data-theme="dark"] .nav__burger { color: #fff; }
@media (max-width: 940px) {
  .nav__links, .nav__tel { display: none; }
  .nav__burger { display: block; }
  .nav__mobile { display: flex; flex-direction: column; gap: 6px; padding: 8px var(--gut) 20px;
    background: rgba(254,254,254,.97); border-bottom: 1px solid var(--line); }
  .nav__mobile a { padding: 11px 4px; font-weight: 600; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) { .nav__cta { display: none; } }

/* ----------------------------- HERO shared ----------------------------- */
.hero { position: relative; }
.hero__h1 { font-size: clamp(38px, 5.6vw, 70px); font-weight: 800; }
.hero__sub { margin-top: 22px; max-width: 33ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__trust { margin-top: 30px; }

/* ---- HERO A : split ---- */
.heroA { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(56px, 7vw, 96px); }
.heroA__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.heroA__art { position: relative; }
.heroA__img { aspect-ratio: 4 / 4.4; width: 100%; }
.heroA__badge { position: absolute; top: 22px; left: -14px; background: var(--navy); color: #fff;
  border-radius: var(--r); padding: 14px 18px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; line-height: 1; }
.heroA__badge-n { font-family: var(--ff-display); font-weight: 800; font-size: 26px; }
.heroA__badge-l { font-size: 12px; opacity: .8; margin-top: 5px; letter-spacing: .02em; }

/* ---- HERO B : full-bleed ---- */
.heroB { min-height: clamp(560px, 86vh, 760px); display: flex; align-items: center; overflow: hidden; }
.heroB__bg { position: absolute; inset: 0; border-radius: 0; border: 0; }
.heroB__scrim { position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(8,22,38,.93) 0%, rgba(8,22,38,.78) 42%, rgba(8,22,38,.25) 100%); }
.heroB__grid { position: relative; padding-block: clamp(56px, 9vw, 110px); }
.heroB__copy { max-width: 640px; }
.heroB .hero__sub { max-width: 46ch; }
.heroB__trust { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #B7C8DA; font-size: 15px; font-weight: 500; flex-wrap: wrap; }

/* ---- HERO C : type forward ---- */
.heroC { padding-top: clamp(36px, 5vw, 64px); padding-bottom: clamp(56px, 7vw, 96px); }
.heroC__top { text-align: center; display: flex; flex-direction: column; align-items: center; }
.heroC__h1 { font-family: var(--ff-display); font-weight: 800; letter-spacing: -0.03em; line-height: .98;
  font-size: clamp(44px, 8.5vw, 116px); margin-top: 18px; max-width: 16ch; }
.heroC__sub { margin-top: 24px; max-width: 56ch; }
.heroC__cta { justify-content: center; }
.heroC .hero__trust { justify-content: center; }
.heroC__band { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 18px; margin-top: clamp(40px, 5vw, 64px); align-items: center; }
.heroC__cell { aspect-ratio: 1 / 1.1; }
.heroC__cell--tall { aspect-ratio: 1 / 1.32; }

/* ---- rating card ---- */
.ratecard { background: #fff; border-radius: var(--r-lg); padding: 16px 18px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); width: 264px; }
.ratecard--float { position: absolute; right: -16px; bottom: 24px; }
.ratecard__top { display: flex; align-items: center; gap: 10px; }
.ratecard__top strong { font-family: var(--ff-display); font-size: 19px; color: var(--navy); }
.ratecard p { font-size: 14px; color: var(--muted); margin-top: 8px; line-height: 1.45; }
.ratecard__avatars { display: flex; align-items: center; margin-top: 12px; }
.ratecard__avatars span { width: 26px; height: 26px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -8px; box-shadow: var(--shadow-sm); }
.ratecard__avatars span:first-child { margin-left: 0; }
.ratecard__avatars em { font-style: normal; font-size: 12px; color: var(--muted-2); margin-left: 10px; }

/* ----------------------------- STRIP ----------------------------- */
.strip { background: var(--navy); color: #fff; }
.strip__inner { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 640px; margin-inline: auto; }
.strip__item { display: flex; flex-direction: column; gap: 4px; padding: 26px 8px; text-align: center; align-items: center;
  border-right: 1px solid rgba(255,255,255,.1); }
.strip__item:last-child { border-right: 0; }
.strip__item strong { font-family: var(--ff-display); font-size: clamp(26px, 3vw, 38px); font-weight: 800; }
.strip__item span { font-size: 14px; color: #9FB6CE; }
@media (max-width: 720px) { .strip__inner { grid-template-columns: repeat(2, 1fr); }
  .strip__item:nth-child(2) { border-right: 0; } .strip__item:nth-child(1), .strip__item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); } }

/* ----------------------------- SEC HEAD ----------------------------- */
.sec-head { max-width: 720px; margin-bottom: clamp(36px, 4vw, 56px); }
.sec-head .h-sec { margin-top: 16px; }
.sec-head__lead { margin-top: 18px; }
.sec-head--center { margin-inline: auto; text-align: center; }

/* ----------------------------- SERVICES ----------------------------- */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.5vw, 30px); }
.svc { overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc__img { aspect-ratio: 16 / 8.4; border-radius: 0; border: 0; border-bottom: 1px solid var(--line); }
.svc__body { padding: clamp(24px, 3vw, 38px); position: relative; }
.svc__icon { position: absolute; top: -30px; left: clamp(24px, 3vw, 38px); width: 60px; height: 60px; border-radius: 16px;
  background: var(--accent); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-accent); }
.svc__icon svg { width: 28px; height: 28px; }
.svc__tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-700); margin-top: 20px; }
.svc__title { font-size: clamp(26px, 2.6vw, 34px); margin-top: 8px; }
.svc__text { color: var(--muted); margin-top: 14px; }
.svc__list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.svc__list li { display: flex; gap: 11px; align-items: flex-start; font-weight: 500; font-size: 15.5px; }
.svc__list svg { width: 19px; height: 19px; color: var(--ok); flex: 0 0 auto; margin-top: 2px; }
.svc__link { margin-top: 26px; background: none; border: 0; cursor: pointer; font-family: var(--ff-display);
  font-weight: 700; font-size: 16px; color: var(--navy-600); display: inline-flex; align-items: center; gap: 8px; padding: 0;
  transition: gap .18s, color .18s; }
.svc__link svg { width: 18px; height: 18px; transition: transform .18s; }
.svc__link:hover { color: var(--accent-700); } .svc__link:hover svg { transform: translateX(4px); }
.svc-foot { text-align: center; margin-top: 36px; color: var(--muted); font-size: 16px; }
.linkbtn { background: none; border: 0; padding: 0; cursor: pointer; color: var(--accent-700); font-weight: 700;
  font-family: inherit; font-size: inherit; border-bottom: 2px solid var(--accent-tint); }
.linkbtn:hover { border-bottom-color: var(--accent); }
/* secondary services row */
.more-svc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.5vw, 28px); margin-top: clamp(20px, 2.5vw, 30px); }
.more-svc__item { display: flex; gap: 18px; align-items: flex-start; background: var(--bg-tint);
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 2.6vw, 30px); }
.more-svc__icon { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px; background: var(--navy-tint);
  color: var(--accent); display: grid; place-items: center; }
.more-svc__icon svg { width: 26px; height: 26px; }
.more-svc__title { font-size: clamp(19px, 1.9vw, 23px); }
.more-svc__text { color: var(--muted); margin-top: 8px; font-size: 15.5px; }
@media (max-width: 820px) { .more-svc { grid-template-columns: 1fr; } }
@media (max-width: 820px) { .svc-grid { grid-template-columns: 1fr; } }

/* ----------------------------- STEPS ----------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 40px); }
.step { position: relative; }
.step__row { display: flex; align-items: center; gap: 16px; }
.step__n { font-family: var(--ff-display); font-weight: 800; font-size: 50px; color: var(--navy-line); line-height: 1; }
.step__icon { width: 52px; height: 52px; border-radius: 14px; background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--accent); box-shadow: var(--shadow-sm); }
.step__icon svg { width: 25px; height: 25px; }
.step__title { font-size: clamp(20px, 2vw, 25px); margin-top: 22px; }
.step__text { color: var(--muted); margin-top: 12px; font-size: 16px; }
.step__arrow { position: absolute; top: 18px; right: -22px; color: var(--navy-line); }
.step__arrow svg { width: 28px; height: 28px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; gap: 30px; } .step__arrow { display: none; } }

/* ----------------------------- BEFORE/AFTER ----------------------------- */
.ba { position: relative; width: 100%; aspect-ratio: 16 / 8.6; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); cursor: ew-resize; user-select: none; touch-action: pan-y; }
.ba__after, .ba__beforeImg { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; border: 0; }
.ba__after::after, .ba__beforeImg::after { font-size: 13px; }
.ba__before { position: absolute; inset: 0; overflow: hidden; border-right: 3px solid #fff; }
.ba__beforeImg { width: 100vw; max-width: var(--maxw); } /* keep stripe scale stable-ish */
.ba__tag { position: absolute; top: 16px; font-family: var(--ff-display); font-weight: 700; font-size: 13px;
  padding: 6px 13px; border-radius: 999px; color: #fff; letter-spacing: .04em; }
.ba__tag--before { left: 16px; background: rgba(20,37,58,.8); }
.ba__tag--after { right: 16px; background: var(--accent); }
.ba__handle { position: absolute; top: 0; bottom: 0; width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; }
.ba__knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px;
  border-radius: 50%; background: #fff; box-shadow: var(--shadow-lg); display: grid; place-items: center; color: var(--navy); }
.ba__knob svg { width: 24px; height: 24px; }
.ba__beforeImg { background: repeating-linear-gradient(135deg, #D8CFBD 0 14px, #E4DCCB 14px 28px); }

/* ----------------------------- PRICING ----------------------------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); align-items: stretch; }
.price { padding: clamp(26px, 3vw, 38px); display: flex; flex-direction: column; position: relative; transition: transform .25s, box-shadow .25s; }
.price:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price--pop { border-color: var(--accent); box-shadow: var(--shadow-md); background: #fff; }
.price--pop::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 2px;
  background: linear-gradient(160deg, var(--accent), transparent 55%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.price__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff;
  font-family: var(--ff-display); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; box-shadow: var(--shadow-accent); white-space: nowrap; }
.price__size { font-size: clamp(21px, 2vw, 26px); }
.price__note { color: var(--muted); font-size: 14px; margin-top: 8px; }
.price__rows { margin: 22px 0; display: grid; gap: 2px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 8px 0; }
.price__row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; }
.price__row span { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 500; font-size: 15px; }
.price__row svg { width: 18px; height: 18px; color: var(--accent); }
.price__row strong { font-family: var(--ff-display); font-size: 18px; color: var(--navy); }
.price button { margin-top: auto; }
.price-foot { text-align: center; margin-top: 32px; color: var(--muted); font-size: 15px; display: inline-flex; gap: 8px;
  align-items: center; justify-content: center; width: 100%; }
@media (max-width: 880px) { .price-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* ----------------------------- REVIEWS ----------------------------- */
.rev-rating { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--muted); font-size: 15px; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.rev { padding: clamp(26px, 3vw, 36px); position: relative; display: flex; flex-direction: column; gap: 16px; }
.rev__mark { position: absolute; top: 22px; right: 24px; width: 40px; height: 40px; color: var(--accent-tint); }
.rev__q { margin: 0; font-size: 17px; line-height: 1.55; color: var(--ink); font-weight: 500; }
.rev__who { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.rev__av { width: 44px; height: 44px; border-radius: 50%; color: #fff; display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 700; font-size: 18px; }
.rev__who b { display: block; font-size: 15.5px; color: var(--navy); }
.rev__who em { font-style: normal; font-size: 13.5px; color: var(--muted-2); }
@media (max-width: 880px) { .rev-grid { grid-template-columns: 1fr; } }

/* ----------------------------- AREA ----------------------------- */
.area { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.area__copy .lead { margin-top: 18px; }
.area__cta { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.area__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area__city { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); padding: 14px 18px; font-weight: 600; font-size: 15.5px; color: var(--navy); box-shadow: var(--shadow-sm); }
@media (max-width: 820px) { .area { grid-template-columns: 1fr; } }
@media (max-width: 440px) { .area__list { grid-template-columns: 1fr; } }

/* ----------------------------- GUARANTEE ----------------------------- */
.gar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.gar { padding: 4px; }
.gar__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--navy-tint); color: var(--navy-600);
  display: grid; place-items: center; }
.gar__icon svg { width: 27px; height: 27px; }
.gar__title { font-size: 19px; margin-top: 20px; }
.gar__text { color: var(--muted); margin-top: 10px; font-size: 15px; }
@media (max-width: 820px) { .gar-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 460px) { .gar-grid { grid-template-columns: 1fr; } }

/* ----------------------------- FAQ ----------------------------- */
.faq { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm);
  overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq__item--open { border-color: var(--navy-line); box-shadow: var(--shadow-md); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: none; border: 0; cursor: pointer; text-align: left; padding: 22px 24px;
  font-family: var(--ff-display); font-weight: 700; font-size: clamp(16px, 1.7vw, 19px); color: var(--navy); }
.faq__icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--navy-tint);
  color: var(--accent); display: grid; place-items: center; transition: transform .3s ease, background .2s; }
.faq__icon svg { width: 18px; height: 18px; transform: rotate(90deg); }
.faq__item--open .faq__icon { transform: rotate(180deg); background: var(--accent); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.faq__a p { padding: 0 24px 24px; color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; }
@media (max-width: 520px) { .faq__q { padding: 18px 18px; } .faq__a p { padding: 0 18px 20px; } }

/* ----------------------------- CONTACT FORM ----------------------------- */
.contact { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact__copy .lead { margin-top: 18px; }
.contact__list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.contact__list li { display: flex; gap: 12px; align-items: center; font-weight: 500; color: #DCE7F2; }
.contact__list svg { width: 20px; height: 20px; color: #5FA3FF; flex: 0 0 auto; }
.contact__or { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.contact__or > span { font-size: 14px; color: #9FB6CE; }
.contact__tel { display: inline-flex; align-items: center; gap: 11px; margin-top: 10px; font-family: var(--ff-display);
  font-weight: 800; font-size: clamp(22px, 2.4vw, 28px); color: #fff; }
.contact__tel svg { width: 24px; height: 24px; color: var(--accent); }

.form { padding: clamp(24px, 3vw, 36px); background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field__label { font-size: 13.5px; font-weight: 700; color: var(--navy); letter-spacing: .01em; }
.inp { font-family: var(--ff-body); font-size: 16px; padding: 13px 15px; border-radius: var(--r-sm);
  border: 1.6px solid var(--line); background: #FCFBF8; color: var(--ink); transition: border-color .15s, box-shadow .15s; width: 100%; }
.inp::placeholder { color: var(--muted-2); }
.inp:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint); background: #fff; }
.inp--area { resize: vertical; min-height: 76px; }
.inp--err { border-color: #D9483B; background: #FDF3F2; }
.field__err { font-size: 12.5px; color: #D9483B; min-height: 0; opacity: 0; transition: opacity .15s; font-weight: 600; }
.field__err.on { opacity: 1; }
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.seg__btn { font-family: var(--ff-body); font-weight: 600; font-size: 15px; padding: 12px 8px; border-radius: var(--r-sm);
  border: 1.6px solid var(--line); background: #FCFBF8; color: var(--navy); cursor: pointer; display: inline-flex;
  align-items: center; justify-content: center; gap: 8px; transition: all .15s; }
.seg__btn svg { width: 18px; height: 18px; }
.seg__btn:hover { border-color: var(--navy-400); }
.seg__btn.on { background: var(--navy-600); border-color: var(--navy-600); color: #fff; box-shadow: var(--shadow-sm); }
.form__submit { margin-top: 22px; }
.form__submit:disabled { opacity: .65; cursor: progress; pointer-events: none; }
.form__or { display: flex; align-items: center; gap: 14px; margin: 18px 0 12px; }
.form__or::before, .form__or::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.form__or span { font-size: 13.5px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.btn--wa { background: #25D366; color: #0a2e16; box-shadow: 0 12px 26px -12px rgba(37,211,102,.6); }
.btn--wa:hover { background: #1FBE5B; box-shadow: 0 16px 30px -12px rgba(37,211,102,.7); }
.btn--wa svg { color: #0a2e16; }
.btn--sms { background: var(--navy); color: #fff; box-shadow: 0 12px 26px -12px rgba(16,25,34,.45); }
.btn--sms:hover { background: #1a2f44; box-shadow: 0 16px 30px -12px rgba(16,25,34,.55); }
.btn--call { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
.btn--call:hover { background: var(--accent-700); box-shadow: 0 16px 30px -12px rgba(1,111,239,.55); }
.form-done__actions { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.form__sms { text-align: center; margin-top: 12px; font-size: 13.5px; color: var(--muted); }
.form__sms a { font-weight: 700; color: var(--navy-600); border-bottom: 2px solid var(--accent-tint); }
.form__sms a:hover { border-bottom-color: var(--accent); color: var(--accent-700); }
.form__neterr { margin-top: 12px; text-align: center; font-size: 14px; font-weight: 600; color: #D9483B; }
.form__captcha { margin-top: 20px; display: flex; justify-content: center; }
.form__fine { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px;
  font-size: 13px; color: var(--muted); }
.form__detailed { text-align: center; margin-top: 10px; font-size: 13.5px; color: var(--muted); }
.form__detailed a { color: var(--accent-700); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--accent-tint); }
.form__detailed a:hover { border-bottom-color: var(--accent); }
@media (max-width: 980px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form-grid { grid-template-columns: 1fr; } .seg { grid-template-columns: 1fr; } }

.form-done { padding: clamp(32px, 4vw, 48px); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.form-done__tick { width: 64px; height: 64px; border-radius: 50%; background: #E2EDFD; color: var(--ok); display: grid; place-items: center; }
.form-done__tick svg { width: 32px; height: 32px; }
.form-done h3 { font-size: 25px; }
.form-done p { color: var(--muted); max-width: 42ch; }
.form-done .tel { margin-top: 8px; }

/* photo options in confirmation */
.form-done__photo-options { width: 100%; display: flex; flex-direction: column; gap: 10px; text-align: left; }
.photo-option { display: flex; align-items: center; gap: 14px; background: #FAFBF8;
  border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; }
.photo-option--highlight { background: var(--accent-tint); border-color: var(--accent); }
.photo-option--call { text-decoration: none; transition: background .15s; cursor: pointer; }
.photo-option--call:hover { background: #EEF4FF; border-color: var(--accent); }
.photo-option__icon { width: 40px; height: 40px; border-radius: 10px; flex: 0 0 40px;
  display: grid; place-items: center; background: var(--navy); }
.photo-option div { display: flex; flex-direction: column; gap: 2px; }
.photo-option strong { font-size: 14.5px; font-weight: 700; color: var(--navy); }
.photo-option span { font-size: 13px; color: var(--muted); }
.photo-option__wa { display: flex; align-items: center; gap: 14px; background: #F0FBF4;
  border: 1px solid #B6E8C8; border-radius: var(--r); padding: 14px 16px;
  text-decoration: none; transition: background .15s; width: 100%; }
.photo-option__wa:hover { background: #E2F7EC; }
.photo-option__wa > svg, .photo-option__wa > span:first-child { 
  width: 40px; height: 40px; border-radius: 10px; flex: 0 0 40px;
  display: grid; place-items: center; background: #25D366; color: #fff; }
.photo-option__wa div { display: flex; flex-direction: column; gap: 2px; }
.photo-option__wa strong { font-size: 14.5px; font-weight: 700; color: var(--navy); display: block; }
.photo-option__wa span:last-child { font-size: 13px; color: var(--muted); display: block; }

/* full request form link — more visible button style */
.form__detailed-btn { display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-top: 16px; padding: 16px 20px;
  background: #fff; border: 0;
  border-radius: var(--r); text-decoration: none; transition: background .15s, box-shadow .15s;
  box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.form__detailed-btn:hover { background: #F5F8FF; box-shadow: 0 4px 18px rgba(0,0,0,.22); }
.form__detailed-btn > span:first-child { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.form__detailed-btn > span:last-child { font-size: 14px; font-weight: 700; color: var(--accent); white-space: nowrap; }

/* ----------------------------- FOOTER (dark-mode brand variation) ----------------------------- */
.footer { background: #101922; padding-top: clamp(56px, 7vw, 96px); padding-bottom: 40px; border-top: 1px solid #1E2A36; }
.final { padding: clamp(34px, 4.5vw, 60px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center;
  background: #18232F; color: #fff; border: 1px solid rgba(255,255,255,.07); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.final__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .55; }
.final::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(115deg, rgba(14,23,34,.96) 0%, rgba(14,23,34,.88) 48%, rgba(14,23,34,.66) 100%); }
.final::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; z-index: 2;
  background: radial-gradient(circle, rgba(1,111,239,.5), transparent 68%); }
.final .btn--ghost { color: #fff; box-shadow: inset 0 0 0 1.6px rgba(255,255,255,.32); }
.final .btn--ghost:hover { background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1.6px rgba(255,255,255,.55); }
.final__h { color: #fff; font-size: clamp(28px, 3.4vw, 44px); max-width: 18ch; position: relative; z-index: 3; }
.final__copy p { color: #B7C8DA; margin-top: 16px; max-width: 48ch; position: relative; z-index: 3; }
.final__cta { display: flex; flex-direction: column; gap: 14px; position: relative; z-index: 3; }
@media (max-width: 820px) { .final { grid-template-columns: 1fr; } .final__cta { flex-direction: row; flex-wrap: wrap; } }

.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-top: clamp(48px, 6vw, 80px); }
.foot-logo { height: 36px; width: auto; display: block; }
.foot-brand p { color: #95A1AD; margin-top: 16px; max-width: 34ch; font-size: 15px; }
.foot-contact { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.foot-contact a { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: #E6ECF2; }
.foot-contact svg { width: 17px; height: 17px; color: var(--accent); }
.foot-col h4 { font-family: var(--ff-display); font-size: 15px; color: #FFFFFF; margin-bottom: 16px; }
.foot-col a, .foot-col span { display: block; color: #95A1AD; font-size: 15px; padding: 5px 0; }
.foot-col a:hover { color: #4FA0FF; }
.foot-base { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1); color: #7C8794; font-size: 14px; }
.foot-base__links { display: flex; gap: 22px; }
.foot-base__links a:hover { color: #4FA0FF; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } .foot-brand { grid-column: 1 / -1; }
  .foot-base { flex-direction: column; gap: 12px; text-align: center; } }
