/* ============ Tokens ============ */
:root {
  --navy: #0b2e7a;
  --navy-deep: #071d52;
  --blue: #1d6fe0;
  --blue-2: #2f8bf5;
  --aqua: #3ec3f7;
  --sky: #eaf6ff;
  --sky-2: #f5fbff;
  --leaf: #3fae49;
  --wa: #25d366;
  --wa-dark: #128c4a;
  --ink: #0f1f3d;
  --ink-2: #4a5a78;
  --line: #dce8f5;
  --white: #fff;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px -12px rgba(11, 46, 122, .25);
  --shadow-lg: 0 30px 60px -20px rgba(11, 46, 122, .35);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --script: "Caveat", cursive;
}

/* ============ Base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; font-family: var(--font); color: var(--ink); background: var(--white);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; color: var(--navy-deep); }
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; color: var(--ink-2); }
.container { width: min(1180px, 100% - 32px); margin-inline: auto; }
.center { text-align: center; margin-top: 2.5rem; }
.muted { color: var(--ink-2); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; border-radius: 6px; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .95em 1.6em; border-radius: 999px; font-weight: 700; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer; font-family: inherit;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.btn svg { width: 1.25em; height: 1.25em; }
.btn:hover { transform: translateY(-2px); }
.btn--sm { padding: .6em 1.2em; font-size: .92rem; }
.btn--block { width: 100%; }
.btn--primary { background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; box-shadow: 0 10px 24px -8px rgba(29, 111, 224, .6); }
.btn--primary:hover { box-shadow: 0 14px 30px -8px rgba(29, 111, 224, .75); }
.btn--whatsapp { background: var(--wa); color: #06361b; box-shadow: 0 10px 24px -8px rgba(37, 211, 102, .6); }
.btn--whatsapp:hover { background: #2ee273; }
.btn--ghost { color: var(--navy); background: rgba(255, 255, 255, .7); border-color: var(--line); }
.btn--light { background: #fff; color: var(--navy); }
.btn--outline-light { color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); }

/* ============ Nav ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .8); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.nav.is-scrolled { border-color: var(--line); box-shadow: 0 6px 24px -18px rgba(11, 46, 122, .5); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: .6rem; color: var(--navy); }
.brand img { height: 56px; width: auto; }
.brand__text { font-weight: 800; font-size: 1.45rem; line-height: 1; letter-spacing: -.02em; }
.brand__text small { display: block; font-size: .62rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--blue); margin-top: 4px; }
.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links a:not(.btn) { color: var(--ink); font-weight: 600; font-size: .95rem; position: relative; }
.nav__links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav__links a:not(.btn):hover::after { transform: scaleX(1); }
.nav__cta { color: #fff !important; }
.nav__toggle { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.nav__toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: transform .3s, opacity .3s; }

/* ============ Hero ============ */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 85% 10%, rgba(62, 195, 247, .28), transparent 60%),
    radial-gradient(900px 500px at 0% 100%, rgba(29, 111, 224, .14), transparent 60%),
    linear-gradient(180deg, #f3faff 0%, #e3f3ff 100%);
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(7rem, 12vw, 10rem);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; position: relative; z-index: 2; }
.pill { display: inline-flex; align-items: center; gap: .55rem; background: #fff; border: 1px solid var(--line); padding: .45rem 1rem; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--navy); box-shadow: var(--shadow); margin-bottom: 1.4rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 0 rgba(63, 174, 73, .6); animation: ping 2s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 10px rgba(63, 174, 73, 0); } 100% { box-shadow: 0 0 0 0 rgba(63, 174, 73, 0); } }
.grad { background: linear-gradient(100deg, var(--blue) 0%, var(--aqua) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); max-width: 34rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.8rem 0 1.2rem; }
.tagline { font-family: var(--script); font-size: 1.7rem; color: var(--leaf); margin: 0; }
.hero__visual { position: relative; display: grid; place-items: center; }
.hero__visual > img {
  position: relative; z-index: 1; width: min(100%, 520px); border-radius: 32px;
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at 55% 55%, #000 62%, transparent 100%);
          mask-image: radial-gradient(ellipse 72% 72% at 55% 55%, #000 62%, transparent 100%);
  animation: floaty 7s ease-in-out infinite;
}
.hero__glow { position: absolute; inset: 10% 5%; background: radial-gradient(circle, rgba(62, 195, 247, .45), transparent 65%); filter: blur(30px); }
@keyframes floaty { 50% { transform: translateY(-14px); } }
.float-card {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: .7rem;
  background: rgba(255, 255, 255, .88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .9); border-radius: 16px; padding: .75rem 1rem; box-shadow: var(--shadow-lg);
  font-size: .9rem; line-height: 1.25;
}
.float-card svg { width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: var(--sky); color: var(--blue); flex: none; }
.float-card b { display: block; color: var(--navy-deep); }
.float-card small { color: var(--ink-2); }
.float-card--a { left: -4%; top: 12%; animation: floaty 6s ease-in-out infinite; }
.float-card--b { right: -2%; bottom: 10%; animation: floaty 8s ease-in-out infinite reverse; }
.wave { position: absolute; left: 0; bottom: -1px; width: 100%; height: clamp(60px, 9vw, 120px); z-index: 1; }
.wave__back { fill: rgba(29, 111, 224, .12); animation: sway 9s ease-in-out infinite; transform-origin: center; }
.wave__front { fill: #fff; }
@keyframes sway { 50% { transform: translateX(-2%) scaleY(1.1); } }

.bubbles i { position: absolute; bottom: -40px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .95), rgba(62, 195, 247, .25)); border: 1px solid rgba(255, 255, 255, .7); animation: rise linear infinite; opacity: .8; }
.bubbles i:nth-child(1) { left: 5%; width: 14px; height: 14px; animation-duration: 12s; }
.bubbles i:nth-child(2) { left: 14%; width: 24px; height: 24px; animation-duration: 16s; animation-delay: 2s; }
.bubbles i:nth-child(3) { left: 26%; width: 10px; height: 10px; animation-duration: 10s; animation-delay: 4s; }
.bubbles i:nth-child(4) { left: 38%; width: 18px; height: 18px; animation-duration: 14s; animation-delay: 1s; }
.bubbles i:nth-child(5) { left: 50%; width: 12px; height: 12px; animation-duration: 11s; animation-delay: 6s; }
.bubbles i:nth-child(6) { left: 62%; width: 28px; height: 28px; animation-duration: 18s; animation-delay: 3s; }
.bubbles i:nth-child(7) { left: 72%; width: 9px; height: 9px; animation-duration: 9s; animation-delay: 5s; }
.bubbles i:nth-child(8) { left: 82%; width: 20px; height: 20px; animation-duration: 15s; animation-delay: 7s; }
.bubbles i:nth-child(9) { left: 90%; width: 13px; height: 13px; animation-duration: 12s; animation-delay: 2.5s; }
.bubbles i:nth-child(10) { left: 96%; width: 22px; height: 22px; animation-duration: 17s; animation-delay: 8s; }
@keyframes rise { to { transform: translateY(-110vh) translateX(20px); opacity: 0; } }

/* ============ Trust ============ */
.trust { position: relative; z-index: 3; margin-top: -3.5rem; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 1.4rem; border: 1px solid var(--line); }
.trust__item { display: flex; align-items: center; gap: .85rem; padding: .4rem .6rem; line-height: 1.3; }
.trust__item b { display: block; color: var(--navy-deep); }
.trust__item small { color: var(--ink-2); font-size: .85rem; }
.ico { flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--sky), #d4ecff); color: var(--blue); }
.ico svg { width: 24px; height: 24px; }
.ico--wa { background: #dcf8e7; color: var(--wa-dark); }

/* ============ Sections ============ */
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section--tint { background: linear-gradient(180deg, var(--sky-2), var(--sky)); }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 3.2rem; }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin-bottom: .8rem; }
.eyebrow--light { color: var(--aqua); }

/* ============ Products ============ */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.product {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.4rem 1.4rem;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  overflow: hidden;
}
.product::before { content: ""; position: absolute; inset: 0 0 auto; height: 170px; background: radial-gradient(120% 90% at 50% 0%, #e2f3ff, transparent 70%); z-index: 0; }
.product > * { position: relative; }
.product:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: #b9dcf8; }
.product:hover .pimg { transform: translateY(-8px) scale(1.03); }
.product__art { position: relative; height: 230px; display: grid; place-items: end center; margin-bottom: 1.1rem; }
.product__art::after { content: ""; position: absolute; bottom: -4px; left: 50%; width: 60%; height: 14px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(11, 46, 122, .18), transparent); pointer-events: none; }
.pimg { width: auto; mix-blend-mode: multiply; transition: transform .5s var(--ease); }
.pimg--s { height: 140px; } .pimg--m { height: 180px; } .pimg--l { height: 225px; } .pimg--j { height: 225px; }
.product__size { display: inline-block; background: var(--navy); color: #fff; font-weight: 700; font-size: .8rem; padding: .25rem .7rem; border-radius: 999px; margin-bottom: .7rem; }
.product p { font-size: .95rem; }
.product__meta { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.product__meta li { font-size: .78rem; font-weight: 600; color: var(--blue); background: var(--sky); padding: .25rem .6rem; border-radius: 8px; }
.product--feature { background: linear-gradient(160deg, #fff 40%, #eaf6ff); border-color: #b9dcf8; }

/* ============ Steps ============ */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, #9fcff5 0 8px, transparent 8px 16px); }
.step { position: relative; text-align: center; padding: 0 .5rem; }
.step__n { position: relative; display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 1.1rem; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--aqua)); color: #fff; font-weight: 800; font-size: 1.2rem; box-shadow: 0 0 0 8px #fff, var(--shadow); }
.step p { font-size: .95rem; }

/* ============ Split ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { position: relative; }
.split__media > img { border-radius: 28px; box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; }
.split__media--logo { display: grid; place-items: center; }
.split__media--logo > img { box-shadow: none; aspect-ratio: auto; width: min(80%, 340px); object-fit: contain; filter: drop-shadow(0 20px 30px rgba(29, 111, 224, .2)); }
.badge-float { position: absolute; right: -14px; bottom: 26px; background: #fff; border-radius: 16px; padding: .9rem 1.2rem; box-shadow: var(--shadow-lg); line-height: 1.3; }
.badge-float b { display: block; color: var(--navy); font-size: 1.1rem; }
.badge-float small { color: var(--ink-2); }
.checks { list-style: none; padding: 0; margin: 1.4rem 0; display: grid; gap: .8rem; }
.checks li { position: relative; padding-left: 2.1rem; color: var(--ink-2); }
.checks li b { color: var(--navy-deep); }
.checks li::before { content: ""; position: absolute; left: 0; top: .15rem; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%231d6fe0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 70% no-repeat; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.8rem; }
.chips span { font-size: .85rem; font-weight: 600; color: var(--navy); border: 1px solid var(--line); background: #fff; padding: .4rem .85rem; border-radius: 999px; }
.about__sig { font-family: var(--script); font-size: 2rem; color: var(--blue); margin-top: 1rem; }

/* ============ Franchise ============ */
.franchise { background: radial-gradient(900px 500px at 100% 0%, rgba(62, 195, 247, .3), transparent 60%), linear-gradient(135deg, var(--navy-deep), var(--navy) 60%, #1450b8); color: #fff; overflow: hidden; }
.franchise h2 { color: #fff; }
.franchise p { color: rgba(255, 255, 255, .8); }
.franchise__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.franchise__media img { border-radius: 28px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); border: 1px solid rgba(255, 255, 255, .15); }
.perks { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.2rem; }
.perks li { display: flex; gap: .6rem; align-items: flex-start; color: rgba(255, 255, 255, .92); font-weight: 500; }
.perks span { flex: none; width: 1.5rem; height: 1.5rem; border-radius: 50%; display: grid; place-items: center; background: rgba(62, 195, 247, .25); color: var(--aqua); font-size: .8rem; font-weight: 800; }

/* ============ Areas ============ */
.areas { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.area { display: flex; flex-direction: column; align-items: center; gap: .6rem; padding: 1.6rem 1rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s, background .3s; }
.area svg { width: 34px; height: 34px; color: var(--blue); }
.area b { color: var(--navy-deep); }
.area:hover { transform: translateY(-5px); box-shadow: var(--shadow); background: linear-gradient(180deg, #fff, var(--sky)); }

/* ============ Contact ============ */
.contact { background: linear-gradient(180deg, #fff, var(--sky)); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact__line { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; margin-top: .9rem; color: var(--ink); transition: transform .25s var(--ease), box-shadow .25s; }
.contact__line:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.contact__line small { display: block; color: var(--ink-2); font-size: .8rem; }
.contact__line b { color: var(--navy-deep); word-break: break-word; }
.form { background: #fff; border-radius: 24px; padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-lg); border: 1px solid var(--line); display: grid; gap: 1rem; }
.form h3 { font-size: 1.4rem; margin: 0; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form label { display: grid; gap: .4rem; font-size: .88rem; font-weight: 600; color: var(--navy-deep); }
.form input, .form select, .form textarea {
  font: inherit; font-weight: 500; color: var(--ink); width: 100%; padding: .8rem 1rem; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line); background: var(--sky-2); transition: border-color .2s, box-shadow .2s, background .2s;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(29, 111, 224, .12); }
.form .is-invalid { border-color: #e0483d; background: #fff6f5; }
.form__note { font-size: .85rem; text-align: center; margin: 0; }
.form__note.is-error { color: #c0392b; font-weight: 600; }

/* ============ Footer ============ */
.footer { background: var(--navy-deep); color: rgba(255, 255, 255, .75); padding: 4rem 0 1.5rem; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer a, .footer span { display: block; color: rgba(255, 255, 255, .75); margin-bottom: .5rem; font-size: .95rem; }
.footer a:hover { color: #fff; }
.brand--light { color: #fff; margin-bottom: 1rem; }
.brand--light img { height: 40px; }
.brand--light .brand__text small { color: var(--aqua); display: block; margin-bottom: 0; }
.muted-light { color: rgba(255, 255, 255, .65); }
.small { font-size: .85rem; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 3rem; padding-top: 1.5rem; font-size: .85rem; }
.footer__bottom span { margin: 0; display: inline; }

/* ============ Floating WhatsApp ============ */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -6px rgba(18, 140, 74, .6); transition: transform .25s var(--ease); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ring 2.2s infinite; }
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.08); }
@keyframes ring { from { transform: scale(1); opacity: .8; } to { transform: scale(1.6); opacity: 0; } }

/* ============ Reveal ============ */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }


/* ============ Areas as links ============ */
a.area { color: inherit; text-align: center; }
.area small { color: var(--blue); font-size: .8rem; font-weight: 600; line-height: 1.3; }

/* ============ FAQ ============ */
.faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: .9rem; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 1.3rem; transition: box-shadow .3s, border-color .3s; }
.faq details[open] { box-shadow: var(--shadow); border-color: #b9dcf8; }
.faq summary { cursor: pointer; list-style: none; padding: 1.15rem 2rem 1.15rem 0; font-weight: 700; color: var(--navy-deep); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--sky); color: var(--blue); font-size: 1.2rem; font-weight: 600; transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding-bottom: 1.2rem; margin: 0; }

/* ============ Location ============ */
.location { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; margin-top: 3rem; align-items: stretch; }
.location__card { font-style: normal; background: linear-gradient(145deg, var(--navy-deep), var(--navy) 70%, #1450b8); color: #fff; border-radius: 24px; padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; justify-content: center; }
.location__card h3 { color: #fff; font-size: 1.4rem; }
.location__card p { color: rgba(255, 255, 255, .85); font-size: 1.05rem; line-height: 1.7; }
.location__card .eyebrow { color: var(--aqua); }
.location__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .5rem; }
.location__card .btn--ghost { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .35); }
.location__map { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); min-height: 340px; background: var(--sky); }
.location__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.ico--ig { background: linear-gradient(135deg, #fde9f1, #efe4ff); color: #c13584; }
.social { display: inline-flex !important; align-items: center; gap: .5rem; margin-top: .4rem; color: #fff !important; font-weight: 600; }
.social svg { width: 22px; height: 22px; }
.footer__addr { font-style: normal; color: rgba(255, 255, 255, .75); margin-bottom: .5rem; font-size: .92rem; line-height: 1.55; }

/* ============ City page ============ */
.crumbs { font-size: .88rem; color: var(--ink-2); margin-bottom: 1.2rem; }
.crumbs a { color: var(--blue); font-weight: 600; }
.city-hero { padding-bottom: clamp(5rem, 9vw, 8rem); }
.localities { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 1.5rem; }
.localities span { font-size: .88rem; font-weight: 600; color: var(--navy); background: #fff; border: 1px solid var(--line); padding: .45rem .9rem; border-radius: 999px; }
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { margin-top: 2.2rem; }
.prose ul { color: var(--ink-2); padding-left: 1.2rem; }
.prose li { margin-bottom: .4rem; }

@media (max-width: 900px) {
  .location { grid-template-columns: 1fr; }
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .products { grid-template-columns: repeat(2, 1fr); }
  .areas { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav__toggle { display: block; }
  .nav__links {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; padding: .5rem 16px 1.2rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
    transform: translateY(-120%); transition: transform .35s var(--ease); z-index: -1;
  }
  .nav__links a:not(.btn) { padding: .9rem .2rem; border-bottom: 1px solid var(--line); }
  .nav__links a:not(.btn)::after { display: none; }
  .nav__cta { margin-top: 1rem; }
  .nav.is-open .nav__links { transform: none; }
  .nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.is-open .nav__toggle span:nth-child(2) { opacity: 0; }
  .nav.is-open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero__grid, .split, .franchise__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero { text-align: center; }
  .lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__visual { max-width: 460px; margin-inline: auto; }
  .split--rev .split__media { order: 0; }
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 2.2rem; }
  .steps::before { display: none; }
  .badge-float { right: 12px; }
}
@media (max-width: 560px) {
  .brand img { height: 46px; }
  .products { grid-template-columns: 1fr; }
  .areas { grid-template-columns: 1fr 1fr; }
  .areas .area:last-child { grid-column: span 2; }
  .trust__grid { grid-template-columns: 1fr; }
  .form__row, .perks { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .float-card { font-size: .78rem; padding: .55rem .75rem; }
  .float-card svg { width: 28px; height: 28px; padding: 5px; }
  .float-card--a { left: 0; top: 4%; }
  .float-card--b { right: 0; bottom: 4%; }
  .hero__actions .btn { width: 100%; }
  .wa-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; }
}
