:root {
  --ink: #1d196c;
  --ink-2: #292483;
  --blue: #04aeef;
  --blue-2: #60c7ef;
  --sky: #e7f7fd;
  --paper: #fbfdff;
  --white: #fff;
  --text: #171938;
  --muted: #666a7e;
  --line: #dcebf5;
  --green: #05aa59;
  --orange: #ff8612;
  --shadow: 0 28px 80px rgba(29, 25, 108, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.announcement {
  position: relative; padding: 10px 5%; background: var(--ink); color: #fff;
  background-image: linear-gradient(90deg, rgba(4,174,239,.16), transparent 42%, transparent 58%, rgba(4,174,239,.16));
  font-size: 12px; font-weight: 700; letter-spacing: .03em;
}
.announcement.is-hidden { display: none; }
.announcement-inner {
  max-width: 1240px; margin: 0 auto; min-height: 22px;
  display: flex; align-items: center; justify-content: center; gap: 12px 16px; flex-wrap: wrap;
  padding-right: 26px;
}
.announcement-msg { margin: 0; display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; color: #dceffb; }
.announcement-msg strong { color: #fff; font-weight: 800; }
.announcement-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.4); }
.announcement-cta { color: #8fe0fb; display: inline-flex; align-items: center; gap: 5px; font-weight: 800; white-space: nowrap; transition: color .2s ease; }
.announcement-cta svg { width: 15px; transition: transform .2s ease; }
.announcement-cta:hover { color: #fff; }
.announcement-cta:hover svg { transform: translateX(3px); }
.announcement-close {
  position: absolute; top: 50%; right: 3.4%; transform: translateY(-50%);
  width: 26px; height: 26px; display: grid; place-items: center;
  border: 0; border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; cursor: pointer;
  transition: background .2s ease;
}
.announcement-close:hover { background: rgba(255,255,255,.22); }
.announcement-close svg { width: 15px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; background: #37ef91; box-shadow: 0 0 0 rgba(55,239,145,.5); animation: pulse 1.8s infinite; }

.site-header {
  position: sticky; top: 0; z-index: 40; height: 88px; padding: 10px 5%;
  display: flex; align-items: center; justify-content: space-between;
  background: white; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,235,245,.72);
}
.brand { width: 176px; height: 80px; overflow: hidden; display: flex; align-items: center; }
.brand img { height: 80px; width: 130px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links > a:not(.nav-cta) { font-size: 13px; font-weight: 700; color: #3d4160; position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--blue); transition: width .25s ease; }
.nav-links > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta, .primary-button { background: var(--ink)!important; color: #fff!important; border-radius: 999px!important; height: 48px!important; padding: 0 22px!important; box-shadow: 0 12px 28px rgba(29,25,108,.18); transition: transform .25s ease, background .25s ease, box-shadow .25s ease!important; }
.nav-cta { height: 42px!important; }
.nav-cta:hover, .primary-button:hover { background: var(--blue)!important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(4,174,239,.24); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 14px; background: var(--sky); color: var(--ink); align-items: center; justify-content: center; }

.hero {
  min-height: calc(100vh - 88px); padding: 40px 5%; display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.9fr); gap: 6vw; align-items: center;
  position: relative; overflow: hidden; background:
    radial-gradient(circle at 84% 12%, rgba(4,174,239,.11), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(146,218,248,.18), transparent 26%), var(--paper);
}
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(4,174,239,.14); border-radius: 50%; right: -250px; top: -190px; }
.eyebrow, .section-kicker { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; display: inline-flex; align-items: center; gap: 8px; }
.hero h1 { margin: 14px 0 18px; max-width: 700px; color: var(--ink); font-family: "DM Serif Display", serif; font-size: clamp(44px,4.6vw,70px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.hero h1 em { color: var(--blue); font-weight: 400; }
.hero-copy > p { max-width: 560px; margin: 0 0 26px; color: var(--muted); font-size: clamp(15px,1.2vw,17px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.phone-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 800; }
.phone-link svg { width: 19px; color: var(--blue); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; color: #51566f; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 16px; color: var(--green); }

.hero-visual { position: relative; min-width: 0; }
.image-frame { height: clamp(380px, calc(100vh - 240px), 520px); border-radius: 48% 48% 30px 30px; overflow: hidden; position: relative; box-shadow: var(--shadow); border: 9px solid #fff; z-index: 2; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(29,25,108,.22)); pointer-events: none; }
.image-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-orbit { position: absolute; border: 2px solid var(--blue-2); border-radius: 50%; opacity: .42; animation: drift 6s ease-in-out infinite; }
.orbit-one { width: 270px; height: 270px; right: -80px; top: -36px; }
.orbit-two { width: 150px; height: 150px; left: -55px; bottom: -35px; animation-delay: -2.2s; }
.float-card { position: absolute; z-index: 4; background: rgba(255,255,255,.94); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,.86); box-shadow: 0 22px 50px rgba(29,25,108,.18); display: flex; align-items: center; }
.float-card svg { color: var(--blue); }
.float-price { left: -2px; bottom: 18px; padding: 14px 18px; border-radius: 0 20px 20px 0; gap: 10px; }
.float-price > svg { width: 25px; }
.float-price span { font-size: 11px; color: var(--muted); font-weight: 800; line-height: 1.2; }
.float-price span small { display: block; font-weight: 500; }
.float-price strong { color: var(--ink); font-size: 28px; }
.float-price strong small { font-size: 11px; margin-left: 2px; }
.float-water { top: 40px; right: 20px; border-radius: 18px; padding: 12px 15px; gap: 10px; }
.float-water span { font-size: 10px; color: var(--muted); }
.float-water strong { display: block; color: var(--ink); font-size: 12px; }

.trust-strip { padding: 22px 5%; background: #fff; border-block: 1px solid var(--line); overflow: hidden; }
.trust-track { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(24px,7vw,90px); }
.trust-strip span { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip svg { width: 19px; color: var(--blue); flex: 0 0 auto; }
.trust-strip .trust-dup { display: none; }
@keyframes trust-marquee { to { transform: translateX(-50%); } }

.section { padding: 118px 5%; }
.section-heading { max-width: 750px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .ro-copy h2, .time-copy h2, .footer-cta h2 { margin: 14px 0 16px; color: var(--ink); font-family: "DM Serif Display", serif; font-size: clamp(40px,4.2vw,64px); line-height: 1.03; font-weight: 400; }
.section-heading > p, .ro-copy > p, .time-copy > p { color: var(--muted); line-height: 1.75; font-size: 16px; }

.why-section { background: #fff; }
.why-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.why-card { grid-column: span 2; min-height: 248px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.why-card:nth-child(4) { grid-column: 2 / span 2; }
.why-card:hover { transform: translateY(-8px); border-color: rgba(4,174,239,.5); box-shadow: 0 22px 48px rgba(29,25,108,.1); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--sky); color: var(--blue); transition: transform .3s ease, background .3s ease; }
.why-card:hover .icon-box { transform: rotate(-7deg) scale(1.08); background: var(--blue); color: #fff; }
.why-card h3 { margin: 23px 0 10px; color: var(--ink); font-size: 18px; }
.why-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.card-number { position: absolute; right: 20px; top: 19px; color: rgba(29,25,108,.1); font-family: "DM Serif Display", serif; font-size: 34px; }
.why-swipe-hint { display: none; }

.services-section { background: var(--ink); overflow: hidden; position: relative; }
.services-section::after { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: rgba(4,174,239,.08); right: -270px; top: -250px; }
.section-heading.light h2 { color: #fff; }
.section-heading.light p { color: #b9bbe0; }
.services-layout { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: stretch; position: relative; z-index: 1; }
.service-image { min-height: 580px; border-radius: 28px; overflow: hidden; position: relative; }
.service-image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(29,25,108,.84)); }
.image-caption { position: absolute; left: 26px; right: 26px; bottom: 26px; z-index: 2; color: #fff; display: flex; align-items: center; gap: 10px; font-weight: 700; line-height: 1.5; }
.image-caption svg { color: #72dbff; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-card { min-height: 280px; padding: 28px; border-radius: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #fff; display: flex; flex-direction: column; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.12); border-color: rgba(96,199,239,.6); }
.service-card.featured { background: var(--blue); border-color: transparent; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; color: #b9eaff; }
.service-card.featured .service-card-top { color: #fff; }
.service-card-top span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.service-card h3 { margin: 28px 0 10px; font-size: 22px; }
.service-card p { margin: 0 0 18px; color: #c7c9e3; font-size: 13px; line-height: 1.65; }
.service-card.featured p { color: #eefbff; }
.service-card a { margin-top: auto; display: inline-flex; gap: 8px; align-items: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-card a svg { width: 16px; transition: transform .25s ease; }
.service-card:hover a svg { transform: translateX(4px); }
.mini-price { display: flex; align-items: baseline; gap: 7px; margin: -7px 0 14px; font-size: 22px; }
.mini-price small { font-size: 9px; font-weight: 600; }

.ro-section { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7vw; }
.ro-copy h2 { max-width: 520px; }
.ro-copy > p { max-width: 550px; margin-bottom: 28px; }
.care-flow { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 25px 70px rgba(29,25,108,.08); }
.flow-item { display: grid; grid-template-columns: 36px 50px 1fr; align-items: center; gap: 16px; min-height: 82px; border-bottom: 1px solid var(--line); position: relative; }
.flow-item:last-child { border-bottom: 0; }
.flow-item > span { color: #a1a5b7; font-size: 11px; font-weight: 800; }
.flow-item svg { width: 22px; color: var(--blue); }
.flow-item strong { color: var(--ink); font-size: 14px; }
.flow-item:not(:last-child)::after { content: ""; position: absolute; left: 61px; bottom: -9px; width: 2px; height: 18px; background: var(--blue); z-index: 1; }

.process-section { background: #effaff; }
.steps { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.step { min-height: 230px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px; transition: transform .3s ease, box-shadow .3s ease; }
.step:hover { transform: translateY(-7px); box-shadow: 0 18px 42px rgba(29,25,108,.09); }
.step-number { width: 46px; height: 46px; border-radius: 14px; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.step h3 { color: var(--ink); margin: 24px 0 10px; font-size: 17px; text-transform: capitalize; }
.step p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }

.time-cta { background: #fff; }
.time-card { max-width: 1200px; margin: 0 auto; min-height: 520px; display: grid; grid-template-columns: 1.15fr .85fr; background: linear-gradient(145deg, var(--ink), #302a88); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.time-copy { padding: 64px; display: flex; flex-direction: column; justify-content: center; }
.time-copy h2 { color: #fff; }
.time-copy > p { color: #c5c7e6; max-width: 600px; }
.time-price { display: grid; grid-template-columns: 1fr auto; align-items: center; max-width: 430px; border-block: 1px solid rgba(255,255,255,.16); margin: 18px 0 30px; padding: 18px 0; color: #fff; }
.time-price span { font-weight: 700; }
.time-price strong { color: #7fddff; font-size: 28px; }
.time-price small { grid-column: 1 / -1; color: #9fa2c7; font-size: 9px; }
.white-button { width: fit-content; height: 48px!important; padding: 0 22px!important; border-radius: 999px!important; background: #fff!important; color: var(--ink)!important; transition: transform .25s ease!important; }
.white-button:hover { transform: translateY(-2px); }
.time-image { position: relative; min-height: 420px; }
.time-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,25,108,.4), transparent 50%); }
.time-image img { width: 100%; height: 100%; object-fit: cover; }

.visit-section { padding-top: 20px; background: #fff; }
.visit-card { max-width: 1200px; margin: 0 auto; padding: 0; border-radius: 26px; background: var(--paper); border: 1px solid var(--line); overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.visit-info { padding: 44px; display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.visit-brand img { width: 160px; }
.visit-brand p { color: var(--muted); font-size: 12px; margin: 10px 0 0; }
.visit-details { display: flex; flex-direction: column; gap: 22px; }
.visit-detail { display: flex; gap: 14px; align-items: flex-start; }
.visit-detail > svg { color: var(--blue); width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; }
.visit-detail span { display: block; margin-bottom: 6px; color: #8d91a6; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.visit-detail strong { color: var(--ink); font-size: 12.5px; line-height: 1.7; font-weight: 700; }
.visit-detail strong a { transition: color .2s ease; }
.visit-detail strong a:hover { color: var(--blue); }
.visit-map-link { display: none; }

.visit-map { position: relative; min-height: 430px; background: var(--sky); }
.visit-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.visit-map-pin { position: absolute; left: 16px; bottom: 16px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 9px 15px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; box-shadow: 0 12px 28px rgba(29,25,108,.28); transition: transform .2s ease, background .2s ease; }
.visit-map-pin:hover { transform: translateY(-2px); background: var(--blue); }
.visit-map-pin svg { width: 14px; }

.faq-section { max-width: 1040px; margin: 0 auto; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-color: var(--line)!important; }
.faq-trigger { color: var(--ink)!important; font-size: 15px!important; padding: 22px 4px!important; text-decoration: none!important; }
.faq-trigger > span { color: var(--blue); min-width: 34px; font-size: 10px; }
.faq-content { padding: 0 52px 22px!important; color: var(--muted); line-height: 1.75; }

footer { background: #f0faff; padding: 86px 5% 30px; }
.footer-cta { max-width: 1180px; margin: 0 auto 70px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-cta h2 { max-width: 760px; font-size: clamp(36px,4vw,58px); }

.footer-grid { max-width: 1180px; margin: 0 auto; padding-bottom: 44px; border-bottom: 1px solid #cde7f4; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.6fr; gap: 40px; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-col h4 { margin: 0 0 6px; color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-col a { color: var(--muted); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.footer-col a:hover { color: var(--blue); }
.footer-about img { width: 150px; margin-bottom: 4px; }
.footer-about p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 4px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--ink); transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.footer-social a:hover { transform: translateY(-3px); background: var(--ink); color: #fff; border-color: var(--ink); }
.footer-social svg { width: 17px; }
.footer-contact a, .footer-contact p { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.6; }
.footer-contact svg { width: 17px; flex: 0 0 auto; margin-top: 2px; color: var(--blue); }

.footer-bottom { max-width: 1180px; margin: 0 auto; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px 24px; color: #777b90; font-size: 10px; }
.footer-copy { margin: 0; }
.footer-tags { margin: 0; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer-tags span { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
.mobile-whatsapp { display: none; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(55,239,145,.55); } 70% { box-shadow: 0 0 0 8px rgba(55,239,145,0); } 100% { box-shadow: 0 0 0 0 rgba(55,239,145,0); } }
@keyframes drift { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-14px,0); } }

@media (max-width: 1024px) {
  .site-header { height: 78px; }
  .brand { width: auto; height: 52px; overflow: visible; }
  .brand img { width: auto; height: 100%; }
  .nav-links { gap: 18px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 42px; min-height: calc(100vh - 78px); }
  .image-frame { height: clamp(360px, calc(100vh - 210px), 470px); }
  .image-frame > img { height: 100%; }
  .steps { grid-template-columns: repeat(3,1fr); }
  .service-image { display: none; }
  .services-layout { grid-template-columns: 1fr; }
  .visit-info { padding: 34px; }
  .visit-map { min-height: 360px; }
}

@media (max-width: 780px) {
  .announcement { padding-inline: 20px; }
  .announcement-inner { justify-content: flex-start; gap: 8px 12px; }
  .site-header { padding-inline: 20px; }
  .menu-button { display: flex; }
  .nav-links { display: none; position: absolute; top: 78px; left: 16px; right: 16px; padding: 24px; border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(29,25,108,.16); flex-direction: column; align-items: stretch; gap: 20px; border: 1px solid var(--line); }
  .nav-links.open { display: flex; animation: menuIn .22s ease both; }
  .nav-cta { width: 100%; }
  /* --- Mobile hero: compact stacked card layout --- */
  .hero {
    grid-template-columns: 1fr; min-height: 0; gap: 30px;
    padding: 30px 18px 46px; text-align: center;
  }
  .hero::before { display: none; }
  .hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .eyebrow { justify-content: center; font-size: 11px; letter-spacing: .12em; }
  .hero h1 { margin: 14px 0; font-size: clamp(38px,11.5vw,52px); line-height: 1; }
  .hero-copy > p { margin: 0 auto 22px; font-size: 14.5px; line-height: 1.65; max-width: 40ch; }
  .hero-actions { justify-content: center; gap: 14px; width: 100%; }
  .hero-proof {
    justify-content: center; gap: 10px 14px; margin-top: 24px; padding: 13px 14px;
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    box-shadow: 0 12px 30px rgba(29,25,108,.07);
  }
  .hero-proof span { font-size: 10.5px; }
  .hero-proof svg { width: 14px; }

  .hero-visual { width: 100%; max-width: 460px; margin: 6px auto 0; }
  .hero-orbit { display: none; }
  .image-frame { min-height: 0; height: 288px; border-radius: 22px; border-width: 6px; }
  .image-frame > img { min-height: 0; height: 100%; }
  .image-frame::after { background: linear-gradient(180deg, transparent 52%, rgba(29,25,108,.3)); }

  .float-card { backdrop-filter: none; background: #fff; }
  .float-water { display: none; }
  .float-price {
    left: 50%; right: auto; top: auto; bottom: 12px; transform: translateX(-50%);
    border-radius: 14px; padding: 10px 18px; white-space: nowrap;
    box-shadow: 0 14px 30px rgba(29,25,108,.28);
  }
  .float-price strong { font-size: 23px; }
  .section { padding: 60px 20px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .ro-copy h2, .time-copy h2, .footer-cta h2 { font-size: clamp(30px,7.6vw,42px); }
  .section-heading > p, .ro-copy > p, .time-copy > p { font-size: 14px; }
  .trust-strip { padding: 15px 0; }
  .trust-track { flex-wrap: nowrap; justify-content: flex-start; gap: 0; width: max-content; animation: trust-marquee 16s linear infinite; }
  .trust-track span { margin-right: 30px; font-size: 11px; }
  .trust-strip .trust-dup { display: inline-flex; }
  .trust-strip:hover .trust-track,
  .trust-strip:active .trust-track { animation-play-state: paused; }

  .why-swipe-hint { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
  .why-swipe-hint svg { width: 14px; }
  .why-grid {
    display: flex; flex-wrap: nowrap; grid-template-columns: none; max-width: none;
    gap: 14px; margin-inline: -20px; padding: 4px 20px 16px;
    overflow-x: auto; overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .why-grid::-webkit-scrollbar { display: none; }
  .why-card, .why-card:nth-child(4), .why-card:last-child {
    grid-column: auto; flex: 0 0 76%; min-height: 0; padding: 24px;
  }

  .ro-section { grid-template-columns: 1fr; }
  .ro-copy { text-align: center; }
  .ro-copy h2, .ro-copy > p { margin-inline: auto; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step { min-height: 0; padding: 22px; }
  .service-grid { gap: 14px; }
  .service-card { min-height: 0; }
  .time-card { grid-template-columns: 1fr; }
  .time-copy { padding: 44px 28px; }
  .time-image { min-height: 300px; }

  /* --- Mobile "Visit us" -> stacked contact tiles + map --- */
  .visit-section { padding: 50px 20px 0; }
  .visit-card {
    grid-template-columns: 1fr; gap: 14px; padding: 0;
    background: transparent; border: 0; border-radius: 0; overflow: visible; align-items: stretch;
  }
  .visit-info { padding: 0; gap: 14px; }
  .visit-details { gap: 14px; }
  .visit-brand { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 0 0 8px; }
  .visit-brand img { width: 132px; }
  .visit-brand p { font-size: 12px; margin: 0; }
  .visit-detail {
    gap: 14px; align-items: flex-start; padding: 18px;
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: 0 12px 30px rgba(29,25,108,.06);
  }
  .visit-detail > svg {
    width: 20px; height: 20px; padding: 10px; box-sizing: content-box;
    border-radius: 12px; background: var(--sky);
  }
  .visit-detail > div { flex: 1; min-width: 0; }
  .visit-detail span { font-size: 10px; margin-bottom: 6px; }
  .visit-detail strong { display: block; font-size: 13px; line-height: 1.6; }
  .visit-detail:last-child strong { display: flex; flex-wrap: wrap; gap: 8px; }
  .visit-detail:last-child strong br { display: none; }
  .visit-detail:last-child strong a {
    display: inline-flex; padding: 8px 15px; border-radius: 999px;
    background: var(--sky); color: var(--ink); font-size: 12.5px; font-weight: 800;
  }
  .visit-map-link {
    display: inline-flex; align-items: center; gap: 5px; margin-top: 11px;
    color: var(--blue); font-size: 12px; font-weight: 800;
  }
  .visit-map-link svg { width: 14px; }
  .visit-map {
    min-height: 0; height: 210px; margin-top: 2px;
    border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
    box-shadow: 0 12px 30px rgba(29,25,108,.06);
  }
  .visit-map-pin { left: 12px; bottom: 12px; padding: 8px 13px; font-size: 10px; }

  footer { padding: 60px 20px 104px; text-align: center; }
  .footer-cta { align-items: center; text-align: center; flex-direction: column; gap: 22px; margin-bottom: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 30px; text-align: center; }
  .footer-col { align-items: center; text-align: center; }
  .footer-about { grid-column: auto; }
  .footer-about p { max-width: none; }
  .footer-contact { grid-column: auto; }
  .footer-contact a, .footer-contact p { justify-content: center; text-align: center; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 12px; }
  .asset-credit { text-align: center; }
  .mobile-whatsapp { display: grid; place-items: center; position: fixed; z-index: 30; right: 18px; bottom: 18px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 14px 34px rgba(37,211,102,.4); }
}

@media (max-width: 520px) {
  .announcement { font-size: 10px; }
  .announcement-inner { justify-content: center; padding-right: 24px; }
  .announcement-extra, .announcement-sep, .announcement-cta { display: none; }
  .announcement-close { right: 12px; width: 22px; height: 22px; }
  .section { padding: 50px 20px; }
  .hero { padding: 26px 16px 42px; gap: 26px; }
  .hero h1 { font-size: clamp(34px,10vw,46px); }
  .hero-actions { flex-direction: column; }
  .primary-button { width: 100%; }
  .phone-link { justify-content: center; }
  .hero-proof { flex-wrap: wrap; align-items: center; width: auto; margin-inline: 0; }
  .image-frame { height: 244px; }
  .trust-track span { margin-right: 24px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .why-card, .why-card:nth-child(4), .why-card:last-child { flex-basis: 82%; }
  .service-card { min-height: 0; }
  .time-copy { padding: 36px 22px; }
  .footer-grid { gap: 28px; }
  .flow-item { grid-template-columns: 28px 42px 1fr; }
  .flow-item:not(:last-child)::after { left: 50px; }
  .visit-detail { padding: 15px; }
  .faq-trigger { font-size: 13px!important; }
  .faq-content { padding-left: 38px!important; }
}

@keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
  .trust-track { animation: none!important; flex-wrap: wrap; justify-content: center; width: auto; }
  .trust-track span { margin-right: 0; }
  .trust-strip .trust-dup { display: none; }
}

.primary-button, .white-button, .nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 700; }
.primary-button svg, .white-button svg, .nav-cta svg { width: 18px; }
.wa-icon { width: 18px; height: 18px; flex: 0 0 auto; }
.footer-social .wa-icon, .footer-contact .wa-icon { width: 17px; height: 17px; }
.mobile-whatsapp .wa-icon { width: 26px; height: 26px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger { list-style: none; display: flex; align-items: center; gap: 16px; cursor: pointer; }
.faq-trigger::-webkit-details-marker { display: none; }
.faq-trigger > svg { margin-left: auto; transition: transform .25s ease; }
.faq-item[open] .faq-trigger > svg { transform: rotate(180deg); }
.asset-credit { margin: 0; text-align: right; color: #9aa0b2; font-size: 9px; }
@media (max-width: 780px) { .asset-credit { text-align: center; } }

