:root {
  --ink: #10262a;
  --teal: #003b46;
  --teal-2: #064e58;
  --orange: #ff650b;
  --orange-dark: #ed5100;
  --cream: #fbf8f1;
  --paper: #fffdf8;
  --line: #dfd6c7;
  --muted: #6d6a63;
  --radius: 16px;
  --shadow: 0 14px 34px rgba(31, 38, 36, .1);
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding-block: 18px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1px solid var(--orange);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, #ff771d, var(--orange));
  box-shadow: 0 7px 17px rgba(255, 101, 11, .17);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(255, 101, 11, .28); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(255, 101, 11, .38); outline-offset: 2px; }
.button--compact { min-height: 43px; padding: 10px 18px; white-space: nowrap; font-size: 13px; }
.button--dark { border-color: var(--teal); background: var(--teal); box-shadow: 0 7px 17px rgba(0, 59, 70, .17); }
.button--dark:hover { box-shadow: 0 10px 25px rgba(0, 59, 70, .25); }
.button--wide { width: 100%; min-height: 39px; padding-block: 8px; }
.button--outline { color: var(--ink); border-color: #cfc4b2; background: transparent; box-shadow: none; }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; height: 74px; color: #fff; background: var(--teal); box-shadow: 0 5px 18px rgba(0,0,0,.14); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 9px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand__copy { display: grid; line-height: 1; }
.brand__copy strong { color: #fff; font-family: "Arial Narrow", Arial, sans-serif; font-size: 24px; font-stretch: condensed; letter-spacing: -.5px; }
.brand__copy small { margin-top: 5px; font-size: 8.5px; font-weight: 700; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; padding-block: 12px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.header__contact { display: flex; align-items: center; gap: 18px; }
.header__phone { display: grid; font-size: 16px; font-weight: 900; line-height: 1.05; white-space: nowrap; }
.header__phone small { margin-top: 4px; font-size: 9px; font-weight: 400; text-align: center; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero { position: relative; min-height: 486px; overflow: hidden; background: #f5eee4 url("assets/hero-room.jpg") center 52% / cover no-repeat; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,241,.99) 0 26%, rgba(251,248,241,.94) 33%, rgba(251,248,241,.42) 46%, rgba(251,248,241,.08) 58%, transparent 70%); }
.hero__inner { position: relative; min-height: 486px; display: flex; align-items: center; }
.hero__content { position: relative; z-index: 5; width: 470px; padding-block: 30px 24px; animation: hero-in .7s cubic-bezier(.2,.7,.2,1) both; }
.hero h1 { margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(52px, 4.35vw, 60px); font-weight: 900; font-stretch: condensed; line-height: .92; letter-spacing: -2.5px; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; font-style: normal; }
.hero h1 span { white-space: nowrap; }
.hero h1 em { margin-top: 8px; color: var(--orange); }
.hero__content > p { margin: 17px 0 18px; font-size: 17px; font-weight: 600; line-height: 1.35; }
.hero__guarantee { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid #e6ded2; border-radius: 9px; background: rgba(255,253,248,.82); box-shadow: 0 6px 17px rgba(74, 57, 36, .05); }
.hero__guarantee > span { width: 28px; height: 32px; display: grid; place-items: center; color: var(--orange); border: 2px solid var(--orange); border-radius: 9px 9px 13px 13px; font-weight: 900; }
.hero__guarantee strong { display: grid; font-size: 12px; line-height: 1.15; }
.hero__guarantee small { margin-top: 3px; font-weight: 400; }
.hero__actions { display: flex; gap: 19px; margin-top: 21px; }
.hero__actions .button { min-width: 197px; }
.hero__caption { display: block; margin-top: 9px; color: #4f4d48; font-size: 10px; }
.hero__mascot { position: absolute; z-index: 3; bottom: -142px; left: 47%; height: 620px; max-width: none; filter: drop-shadow(0 12px 18px rgba(43, 32, 20, .16)); animation: mascot-in .8s .08s cubic-bezier(.2,.72,.2,1) both; }
.hero__cat { position: absolute; z-index: 5; right: -80px; bottom: 1px; width: 174px; filter: drop-shadow(0 9px 12px rgba(48, 35, 21, .18)); animation: prop-in .65s .28s cubic-bezier(.2,.72,.2,1) both; }
.hero__note { position: absolute; z-index: 6; top: 142px; right: 63px; width: 184px; min-height: 126px; display: grid; place-items: center; padding: 18px 13px 12px; color: #233032; background: linear-gradient(145deg, #fff09a, #ffe36b 62%, #f7d757); box-shadow: 0 9px 16px rgba(75, 54, 21, .2); font-family: "Segoe Print", cursive; font-size: 14px; line-height: 1.22; text-align: center; transform: rotate(7deg); animation: note-in .7s .2s cubic-bezier(.2,.72,.2,1) both; }
.hero__note i { justify-self: end; margin: -2px 8px 0 0; font-family: Arial, sans-serif; font-size: 28px; font-style: normal; line-height: 1; }

@keyframes hero-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes mascot-in { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes prop-in { from { opacity: 0; transform: translateY(16px) rotate(3deg); } to { opacity: 1; transform: none; } }
@keyframes note-in { from { opacity: 0; transform: translateY(-12px) rotate(2deg); } to { opacity: 1; transform: rotate(7deg); } }

/* Trust and service navigation */
.trust-strip, .stats-strip { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.96); box-shadow: 0 6px 18px rgba(58, 46, 31, .05); }
.trust-strip { position: relative; z-index: 3; min-height: 74px; display: grid; grid-template-columns: repeat(6, 1fr); margin-top: -2px; padding: 10px 17px; }
.trust-item { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border-right: 1px solid #e7dfd4; font-size: 10px; line-height: 1.32; }
.trust-item:last-child { border-right: 0; }
.trust-item img { width: 41px; height: 41px; object-fit: contain; }
.services { padding-top: 21px; }
.service-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 11px; }
.service-tile { position: relative; height: 238px; overflow: hidden; padding: 14px 12px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, #fffdf8, #f5eddd); transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease; }
.service-tile:hover { z-index: 2; transform: translateY(-6px); border-color: #f4ad78; box-shadow: var(--shadow); }
.service-tile span { position: relative; z-index: 2; display: block; font-size: 14px; font-weight: 700; line-height: 1.22; }
.service-tile img { position: absolute; right: -7%; bottom: 22px; left: -7%; width: 114%; height: 158px; margin: auto; object-fit: contain; }
.service-tile b { position: absolute; right: 13px; bottom: 7px; color: var(--teal); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.service-tile:hover b { transform: translateX(4px); }

/* Calculator */
.calculator { padding: 0 0 8px; }
.calculator__inner { position: relative; min-height: 82px; padding: 10px 16px; color: #fff; border-radius: var(--radius); background: var(--teal); box-shadow: 0 9px 25px rgba(0,59,70,.15); }
.calculator form { display: grid; grid-template-columns: 1.2fr 1.25fr 1.25fr 1.08fr 1.12fr 1.35fr; align-items: end; gap: 15px; }
.calculator label, .calculator fieldset { min-width: 0; margin: 0; color: #d9eaec; border: 0; font-size: 10px; }
.calculator fieldset { padding: 0; }
.calculator legend { margin-bottom: 5px; padding: 0; font-size: 10px; }
.calculator select, .calculator input[type="number"] { width: 100%; height: 38px; padding: 0 12px; color: var(--ink); border: 0; border-radius: 6px; background: #fff; font-size: 13px; }
.calculator label > select, .area-range { margin-top: 5px; }
.area-range { height: 38px; display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; overflow: hidden; padding: 0 10px; color: #77736c; border-radius: 6px; background: #fff; }
.area-range input { min-width: 0; height: 32px !important; padding: 0 4px !important; text-align: center; }
.area-range b { font-weight: 400; }
.area-range i { color: #61615d; font-style: normal; font-size: 12px; }
.rooms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.rooms input { position: absolute; opacity: 0; }
.rooms span { height: 38px; display: grid; place-items: center; color: var(--ink); border-radius: 5px; background: #fff; font-size: 12px; cursor: pointer; }
.rooms input:checked + span { color: #fff; background: var(--orange); }
.calculator__button { min-height: 38px; padding: 8px 13px; font-size: 13px; white-space: nowrap; }
.calculator__hint { position: absolute; right: 23px; bottom: -3px; margin: 0; color: #ffe15b; font-size: 9px; font-style: italic; }
.calculator__result { grid-column: 1 / -1; margin-top: 9px; padding: 12px 15px; color: var(--ink); border-radius: 9px; background: #fff7d2; font-size: 13px; }
.calculator__result strong { color: var(--orange-dark); font-size: 18px; }
.result-link { margin-left: 8px; padding: 0; color: var(--teal); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 800; cursor: pointer; }

/* Work packages */
.packages { padding-block: 10px 8px; }
.package-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.package { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); transition: transform .24s ease, box-shadow .24s ease; }
.package:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.package__photo { position: relative; height: 158px; }
.package__photo > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.package__icon { position: absolute; bottom: -24px; left: 13px; width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 7px rgba(27,34,33,.2)); }
.package__body { padding: 28px 15px 14px; }
.package h3 { min-height: 38px; margin: 0 0 9px; font-size: 15px; line-height: 1.2; }
.package ul { min-height: 65px; margin: 0; padding-left: 16px; font-size: 10px; line-height: 1.65; }
.package li::marker { color: var(--teal); }
.package p { margin: 12px 0 9px; font-size: 11px; }
.package p strong { font-size: 21px; }
.package .button { font-size: 12px; }

/* Plan chooser */
.plans { padding-block: 10px; }
.plans__panel { position: relative; min-height: 310px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) .66fr; gap: 13px; align-items: center; padding: 16px 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(105deg, #fffaf1, #f7efe1); }
.plans__intro { position: relative; align-self: stretch; }
.plans__intro h2 { margin: 0; font-size: 27px; line-height: 1.05; }
.plans__intro p { margin: 9px 0; color: #4e5252; font-size: 11px; line-height: 1.3; }
.plans__intro img { position: absolute; bottom: -26px; left: -24px; width: 186px; height: 170px; object-fit: contain; object-position: bottom left; }
.speech { position: absolute; right: -3px; bottom: 20px; padding: 14px 11px; border: 2px solid var(--teal); border-radius: 18px; background: #fffdf8; font-size: 10px; line-height: 1.25; text-align: center; transform: rotate(-2deg); }
.plan { position: relative; min-height: 266px; padding: 14px 14px 12px; border: 1px solid transparent; border-radius: 15px; background: rgba(255,255,255,.76); box-shadow: 0 8px 21px rgba(76, 60, 38, .06); text-align: center; }
.plan--featured { border: 2px solid var(--orange); background: #fff; }
.plan__label { position: absolute; top: -13px; left: 50%; padding: 3px 20px; color: #fff; border-radius: 6px; background: var(--orange); font-size: 9px; white-space: nowrap; transform: translateX(-50%); }
.plan h3 { margin: 0; font-size: 16px; }
.plan > small { font-size: 8px; }
.plan dl { margin: 12px 0 8px; }
.plan dl div { display: flex; align-items: center; justify-content: space-between; min-height: 28px; border-bottom: 1px solid #eee6da; font-size: 9px; }
.plan dt { text-align: left; }
.plan dd { margin: 0; color: var(--orange); letter-spacing: 1px; }
.plan dl div:last-child dd { color: var(--ink); letter-spacing: 0; }
.plan > p { margin: 6px 0 8px; font-size: 10px; }
.plan > p strong { font-size: 19px; }
.plan .button { min-height: 34px; font-size: 10px; }
.sticky-note { padding: 17px 10px; color: #233235; background: #ffe26b; box-shadow: 0 9px 14px rgba(70,52,24,.18); font-family: "Segoe Print", cursive; font-size: 14px; line-height: 1.45; text-align: center; transform: rotate(7deg); }
.sticky-note span { display: block; font-family: Arial; font-size: 23px; }

/* Proof strip */
.stats-strip { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 84px; margin-top: 4px; padding: 10px 15px; }
.stats-strip > div { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 13px; border-right: 1px solid #e4dccc; }
.stats-strip > div:last-child { border-right: 0; }
.stats-strip img { width: 49px; height: 49px; object-fit: contain; }
.stats-strip strong { display: flex; align-items: center; gap: 5px; font-size: 18px; white-space: nowrap; }
.stats-strip small { display: inline-block; font-size: 8px; line-height: 1.25; white-space: normal; }
.broom { font-size: 37px; }

/* Final CTA */
.final-cta { padding-block: 18px 14px; }
.final-cta__inner { position: relative; min-height: 205px; overflow: hidden; color: #fff; border-radius: 17px; background: var(--teal) url("assets/cta-room.jpg") center 48% / cover no-repeat; box-shadow: 0 12px 30px rgba(0,59,70,.15); }
.final-cta__inner::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,59,70,.98) 0 28%, rgba(0,59,70,.83) 34%, rgba(0,59,70,.08) 52%, rgba(0,59,70,.12) 100%); }
.final-cta__content { position: relative; z-index: 5; width: 405px; padding: 27px 0 21px 58px; }
.final-cta h2 { margin: 0; font-size: 27px; line-height: 1.05; }
.final-cta p { margin: 8px 0 15px; font-size: 11px; line-height: 1.35; }
.final-cta .button { min-height: 42px; padding: 9px 21px; font-size: 13px; }
.final-cta__content > small { display: block; margin-top: 7px; color: #cde8e9; font-size: 8px; }
.final-cta__mascot { position: absolute; z-index: 3; bottom: -45px; left: 31%; width: 540px; height: auto; max-width: none; filter: drop-shadow(0 10px 15px rgba(0,0,0,.28)); }
.final-cta__note { position: absolute; z-index: 5; top: 19px; right: 44px; width: 190px; padding: 15px 17px 11px; color: #243336; background: linear-gradient(145deg, #fff196, #ffe269 65%, #f7d552); box-shadow: 0 8px 18px rgba(0,0,0,.24); font-family: "Segoe Print", cursive; font-size: 11px; line-height: 1.48; transform: rotate(-4deg); }
.final-cta__note strong, .final-cta__note span { display: block; }
.final-cta__note em { display: block; margin-top: 2px; color: var(--orange); font-size: 13px; text-align: center; }

/* Footer */
.site-footer { padding: 20px 0 10px; color: #eef7f7; background: var(--teal); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1.2fr 1.1fr 1.1fr 1.35fr; gap: 38px; }
.site-footer .brand { display: inline-flex; }
.site-footer .brand__copy { display: grid; margin: 0; }
.site-footer .brand__copy small { display: block; margin-top: 5px; }
.brand--footer .brand__copy strong { font-size: 22px; }
.site-footer h3 { margin: 0 0 8px; font-size: 12px; }
.site-footer a, .site-footer span { display: block; margin-block: 3px; color: #d8e6e7; font-size: 9px; }
.site-footer a:hover { color: #fff; }
.socials { display: flex; gap: 7px; margin-top: 15px; }
.socials a, .socials span { width: 24px; height: 24px; display: grid; place-items: center; margin: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.2); font-size: 9px; }
.site-footer address { display: grid; align-content: start; font-style: normal; }
.footer__phone { color: #fff !important; font-size: 18px !important; font-weight: 900; }
.site-footer address small { margin-bottom: 8px; font-size: 8px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.13); }
.developer { display: flex !important; align-items: center; gap: 8px; }
.developer img { width: 30px; height: 30px; border-radius: 50%; object-fit: contain; }
.developer span { font-size: 9px; }
.developer strong { color: #fff; }

/* Modal and messages */
.modal { width: min(92vw, 470px); padding: 0; border: 0; border-radius: 20px; background: transparent; box-shadow: 0 25px 70px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(0,28,34,.72); backdrop-filter: blur(4px); }
.modal__panel { position: relative; padding: 32px; border-radius: 20px; background: var(--paper); }
.modal__close { position: absolute; top: 10px; right: 12px; width: 38px; height: 38px; color: var(--ink); border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.modal__icon { width: 46px; height: 52px; display: grid; place-items: center; color: var(--orange); border: 3px solid var(--orange); border-radius: 14px 14px 19px 19px; font-size: 24px; font-weight: 900; }
.modal h2 { margin: 14px 0 6px; font-size: 27px; }
.modal p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.modal form { display: grid; gap: 13px; }
.modal label { display: grid; gap: 5px; font-size: 12px; font-weight: 700; }
.modal input[type="text"], .modal input[type="tel"] { height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.modal .consent { grid-template-columns: auto 1fr; align-items: start; color: var(--muted); font-size: 10px; font-weight: 400; }
.modal .consent input { margin-top: 2px; accent-color: var(--orange); }
.modal__success { padding: 10px 0 2px; }
.modal__success strong { display: block; color: var(--teal); font-size: 26px; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 340px; padding: 13px 17px; color: #fff; border-radius: 9px; background: var(--teal); box-shadow: var(--shadow); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: none; }

/* Scroll reveal */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 11px; }
  .header__contact .button { display: none; }
  .package-grid { gap: 14px; }
  .plans__panel { grid-template-columns: 1.05fr repeat(3, 1fr) .55fr; }
}

@media (max-width: 960px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { height: 66px; }
  .brand__copy strong { font-size: 20px; }
  .menu-toggle { display: block; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 66px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 20px 18px; background: var(--teal); box-shadow: 0 14px 30px rgba(0,0,0,.2); transform: translateY(-130%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 14px; }
  .header__phone { font-size: 14px; }
  .hero, .hero__inner { min-height: 650px; }
  .hero { background-position: center 52%; }
  .hero__veil { background: linear-gradient(90deg, rgba(251,248,241,.98) 0 32%, rgba(251,248,241,.82) 46%, rgba(251,248,241,.16) 68%, transparent 82%); }
  .hero__inner { align-items: flex-start; }
  .hero__content { width: 61%; padding-top: 42px; }
  .hero__mascot { bottom: -84px; left: 42%; height: 548px; }
  .hero__cat { right: -5px; bottom: 1px; width: 142px; }
  .hero__note { top: 317px; right: 116px; width: 156px; min-height: 108px; padding: 13px 9px 9px; font-size: 11px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-item { min-height: 55px; }
  .trust-item:nth-child(3) { border-right: 0; }
  .trust-item:nth-child(-n+3) { border-bottom: 1px solid #e7dfd4; }
  .service-grid { display: flex; gap: 12px; overflow-x: auto; padding: 5px 2px 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .service-tile { flex: 0 0 145px; scroll-snap-align: start; }
  .calculator form { grid-template-columns: repeat(3, 1fr); }
  .calculator__button { min-height: 43px; }
  .calculator__hint { display: none; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package:last-child { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
  .plans__panel { grid-template-columns: repeat(3, 1fr); padding-top: 180px; overflow: visible; }
  .plans__intro { position: absolute; top: 15px; right: 18px; left: 18px; height: 155px; }
  .plans__intro img { left: 140px; }
  .speech { right: auto; left: 280px; bottom: 22px; }
  .sticky-note { display: none; }
  .stats-strip { grid-template-columns: repeat(3, 1fr); }
  .stats-strip > div:nth-child(3) { border-right: 0; }
  .stats-strip > div:nth-child(-n+3) { border-bottom: 1px solid #e4dccc; }
  .final-cta__mascot { bottom: -44px; left: 26%; width: 520px; height: auto; }
  .final-cta__note { right: 20px; }
  .footer__grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
  .footer__grid address { grid-column: 1 / -1; grid-template-columns: repeat(4, auto); align-items: center; gap: 10px 25px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); }
  .footer__grid address small { display: none; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 22px), var(--container)); }
  .header__inner { gap: 8px; }
  .brand img { width: 42px; height: 42px; }
  .brand__copy strong { font-size: 18px; }
  .brand__copy small { font-size: 7px; }
  .header__contact { display: none; }
  .hero, .hero__inner { min-height: 760px; }
  .hero { background-position: 55% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(251,248,241,.98) 0 51%, rgba(251,248,241,.77) 61%, rgba(251,248,241,.08) 82%); }
  .hero__content { width: 100%; padding-top: 30px; }
  .hero h1 { max-width: 380px; font-size: clamp(42px, 13vw, 56px); letter-spacing: -1.5px; }
  .hero h1 span { white-space: normal; }
  .hero__content > p { margin-block: 13px; font-size: 15px; }
  .hero__actions { display: grid; width: min(100%, 330px); gap: 9px; margin-top: 15px; }
  .hero__actions .button { min-width: 0; min-height: 44px; }
  .hero__mascot { bottom: -135px; left: -3px; height: 404px; }
  .hero__cat { right: -6px; bottom: 0; width: 112px; }
  .hero__note { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: 12px; padding: 8px; }
  .trust-item { padding: 7px 5px; border-bottom: 1px solid #e7dfd4; font-size: 9px; }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-child(3) { border-right: 1px solid #e7dfd4; }
  .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-item img { width: 36px; height: 36px; }
  .service-tile { height: 220px; }
  .calculator__inner { padding: 14px; }
  .calculator form { grid-template-columns: 1fr 1fr; }
  .calculator form > label:nth-child(3), .calculator__button { grid-column: 1 / -1; }
  .calculator__result { font-size: 12px; }
  .package-grid { display: flex; gap: 13px; overflow-x: auto; padding: 4px 2px 15px; scroll-snap-type: x mandatory; }
  .package, .package:last-child { flex: 0 0 82%; width: auto; scroll-snap-align: center; }
  .plans__panel { display: flex; gap: 12px; overflow-x: auto; padding: 173px 14px 15px; scroll-snap-type: x mandatory; }
  .plans__intro { position: absolute; top: 14px; right: 14px; left: 14px; }
  .plans__intro h2 { font-size: 23px; }
  .plans__intro img { left: 90px; width: 145px; }
  .speech { right: 2px; left: auto; bottom: 15px; font-size: 8px; }
  .plan { flex: 0 0 82%; scroll-snap-align: center; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); padding: 8px; }
  .stats-strip > div { min-height: 65px; padding: 6px; border-bottom: 1px solid #e4dccc; }
  .stats-strip > div:nth-child(3) { border-right: 1px solid #e4dccc; }
  .stats-strip > div:nth-child(2n) { border-right: 0; }
  .stats-strip > div:nth-last-child(-n+2) { border-bottom: 0; }
  .stats-strip img { width: 42px; height: 42px; }
  .final-cta__inner { min-height: 430px; background-position: center 54%; background-size: cover; }
  .final-cta__inner::before { background: linear-gradient(180deg, rgba(0,59,70,.98) 0 43%, rgba(0,59,70,.68) 57%, rgba(0,59,70,.12) 100%); }
  .final-cta__content { width: 100%; padding: 25px 20px; }
  .final-cta__mascot { bottom: -4px; left: -18px; width: auto; height: 190px; object-fit: contain; }
  .final-cta__note { top: auto; right: 8px; bottom: 24px; width: 147px; padding: 11px 10px 8px; font-size: 9px; }
  .final-cta__note em { font-size: 10px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .footer__grid > div:first-child, .footer__grid address { grid-column: 1 / -1; }
  .footer__grid address { grid-template-columns: 1fr; gap: 5px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .modal__panel { padding: 27px 21px; }
}
