:root {
  --blue: #2597d4;
  --blue-dark: #147caf;
  --yellow: #ffe609;
  --ink: #252122;
  --gray: #b2b7bc;
  --muted: #666b70;
  --line: #dfe3e5;
  --surface: #f4f6f7;
  --white: #ffffff;
  --whatsapp: #25d366;
  --whatsapp-dark: #1fb857;
  --danger: #d93025;
  --radius: 26px;
  --shadow: 0 18px 60px rgba(37, 33, 34, .12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea { -webkit-appearance: none; appearance: none; }
button { color: inherit; touch-action: manipulation; }
a { touch-action: manipulation; }

::selection { background: var(--yellow); color: var(--ink); }

.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 9999;
  padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 10px;
  transform: translateY(-140%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.announcement { background: var(--yellow); color: var(--ink); text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.announcement p { margin: 0; padding: calc(9px + env(safe-area-inset-top, 0px)) 16px 9px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,230,9,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(37,33,34,.12);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; background:#fff; padding:7px 12px; border-radius:14px; }
.brand img { width: 220px; height: auto; }
.desktop-nav { display: flex; gap: 26px; align-items: center; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; bottom:-7px; width:100%; height:2px; background:var(--blue); transform:scaleX(0); transform-origin:left; transition:.2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display:none; width:44px; height:44px; border:0; background:transparent; padding:10px; }
.menu-toggle span { display:block; width:24px; height:2px; background:var(--ink); margin:6px auto; }
.mobile-nav { border-top:1px solid rgba(37,33,34,.12); padding:20px; background:var(--yellow); }
.mobile-nav a { display:block; padding:12px 4px; font-weight:700; }
.mobile-nav .btn { margin-top:10px; }

.btn {
  display: inline-flex; justify-content: center; align-items: center; min-height: 46px;
  padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer;
  font-weight: 760; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(37,151,212,.35); outline-offset: 3px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 28px rgba(37,151,212,.22); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-whatsapp { background:var(--whatsapp); color:#fff; box-shadow:0 10px 26px rgba(37,211,102,.24); }
.btn-whatsapp:hover { background:var(--whatsapp-dark); }
.btn-uber { background:#000; color:#fff; }
.btn-uber:hover { background:#202020; }
.btn-dark { background: var(--ink); color:#fff; }
.btn-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color:#fff; }
.btn-lg { min-height: 54px; padding: 14px 25px; }
.text-link { font-weight: 760; display:inline-flex; gap:9px; align-items:center; border-bottom:1px solid var(--ink); padding-bottom:3px; }
.text-button { border:0; background:transparent; padding:0; cursor:pointer; font-weight:800; display:inline-flex; gap:9px; align-items:center; }

.hero { position:relative; padding: 52px 0 72px; overflow:hidden; background:linear-gradient(180deg, #f6f7f8 0%, #ffffff 72%); }
.hero::before { content:""; position:absolute; inset:auto auto -180px -140px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle, rgba(37,151,212,.12) 0%, rgba(37,151,212,0) 70%); pointer-events:none; }
.hero::after { content:""; position:absolute; inset:42px -120px auto auto; width:360px; height:360px; border-radius:50%; background:radial-gradient(circle, rgba(255,230,9,.28) 0%, rgba(255,230,9,0) 72%); pointer-events:none; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); align-items:center; gap: clamp(44px,6vw,92px); }
.hero-copy { max-width:680px; }
.hero-kicker { margin-bottom:14px; }
.hero-kicker-badge { display:inline-flex; align-items:center; min-height:34px; padding:7px 14px; border-radius:999px; background:rgba(37,151,212,.10); color:var(--blue-dark); font-size:12px; font-weight:850; letter-spacing:.04em; }
.eyebrow { margin:0 0 14px; text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:850; color:var(--blue-dark); }
h1, h2, h3 { margin-top:0; letter-spacing:-.045em; line-height:1.02; }
h1 { font-size: clamp(48px, 5.8vw, 78px); margin-bottom:22px; max-width: 720px; }
h2 { font-size: clamp(38px, 4.2vw, 62px); margin-bottom:22px; }
h3 { font-size: clamp(22px, 2.1vw, 30px); }
p { line-height:1.62; }
.hero-lead { font-size: clamp(18px,1.58vw,21px); color:var(--muted); max-width: 620px; margin:0 0 30px; }
.hero-actions { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.hero-trustline { display:flex; flex-wrap:wrap; gap:8px 18px; margin:18px 0 0; color:var(--muted); font-size:14px; font-weight:600; line-height:1.5; }
.hero-trustline span { display:inline-flex; align-items:center; }
.hero-quick-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.hero-quick-links a { display:inline-flex; align-items:center; min-height:40px; padding:10px 16px; border-radius:999px; background:#fff; border:1px solid var(--line); font-size:14px; font-weight:700; transition:.2s ease; box-shadow:0 8px 24px rgba(37,33,34,.04); }
.hero-quick-links a:hover, .hero-quick-links a:focus-visible { border-color:var(--blue); background:#f7fcff; transform:translateY(-1px); }
.hero-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; margin-top:38px; max-width:670px; background:rgba(255,255,255,.82); border:1px solid rgba(223,227,229,.9); border-radius:24px; box-shadow:0 14px 38px rgba(37,33,34,.06); overflow:hidden; }
.hero-proof > div { min-width:0; padding:18px 18px 16px; display:grid; gap:4px; border-right:1px solid var(--line); }
.hero-proof > div:last-child { border-right:0; }
.hero-proof strong { font-size:18px; }
.hero-proof span { font-size:13px; color:var(--muted); }
.hero-visual { position:relative; min-height:640px; }
.hero-image-frame { position:relative; z-index:1; width:100%; border-radius:40px; padding:18px; background:linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(244,246,247,.98) 100%); border:1px solid rgba(223,227,229,.9); box-shadow:0 26px 70px rgba(37,33,34,.10); overflow:hidden; }
.hero-image-frame::before { content:""; position:absolute; inset:auto -90px -120px auto; width:300px; height:300px; border-radius:50%; background:rgba(255,230,9,.75); }
.hero-image-frame::after { content:""; position:absolute; inset:48px auto auto -70px; width:170px; height:170px; border-radius:50%; background:rgba(37,151,212,.20); }
.hero-image-frame img { position:relative; z-index:1; width:100%; aspect-ratio:8 / 9; object-fit:cover; object-position:center top; border-radius:30px; }
.floating-card { position:absolute; z-index:2; background:rgba(255,255,255,.97); box-shadow:0 18px 48px rgba(37,33,34,.12); border:1px solid rgba(223,227,229,.88); border-radius:18px; padding:15px 18px; display:flex; gap:12px; align-items:center; max-width:270px; backdrop-filter:blur(12px); }
.floating-card strong, .floating-card span { display:block; }
.floating-card strong { font-size:14px; margin-bottom:4px; }
.floating-card span { font-size:12px; color:var(--muted); line-height:1.35; }
.floating-card-top { top:72px; left:-24px; }
.floating-card-bottom { bottom:34px; right:-18px; }
.dot { width:13px; height:13px; border-radius:50%; flex:0 0 13px; }
.dot-yellow { background:var(--yellow); }
.dot-blue { background:var(--blue); }

.benefit-strip { border-block: 1px solid var(--line); background:#fff; }
.benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.benefit-grid > div { display:flex; gap:15px; padding:24px 20px; border-right:1px solid var(--line); }
.benefit-grid > div:first-child { padding-left:0; }
.benefit-grid > div:last-child { border-right:0; }
.benefit-grid p { margin:0; font-size:13px; color:var(--muted); line-height:1.45; }
.benefit-grid strong { color:var(--ink); font-size:14px; }
.benefit-icon { width:30px; height:30px; border-radius:50%; background:var(--surface); display:grid; place-items:center; font-weight:850; font-size:11px; flex:0 0 30px; }

.section { padding: 104px 0; }
.section-heading { margin-bottom:46px; }
.split-heading { display:grid; grid-template-columns:1.1fr .65fr; gap:60px; align-items:end; }
.split-heading h2 { margin-bottom:0; }
.split-heading > p { margin:0 0 4px; color:var(--muted); font-size:17px; }
.centered { max-width:780px; margin:0 auto 42px; text-align:center; }
.centered > p:last-child { color:var(--muted); font-size:17px; }

.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.product-card { min-width:0; }
.product-image { display:block; overflow:hidden; border-radius:var(--radius); background:var(--surface); }
.product-image img { width:100%; transition:transform .5s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-image img { transform:scale(1.025); }
.product-content { padding:22px 4px 0; }
.mini-label { margin:0 0 10px; text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:850; color:var(--blue-dark); }
.product-content h3 { margin-bottom:10px; }
.product-content p { color:var(--muted); margin:0 0 18px; }
.card-link { font-weight:800; display:inline-flex; gap:8px; }

.editorial { background:var(--surface); }
.editorial-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(48px,7vw,100px); align-items:center; }
.editorial-visual { min-height:620px; border-radius:32px; background:var(--yellow); overflow:hidden; position:relative; display:grid; place-items:center; }
.editorial-visual::after { content:""; position:absolute; width:340px; height:340px; border-radius:50%; background:var(--blue); right:-170px; bottom:-100px; }
.measure-illustration { position:relative; width:78%; height:540px; z-index:1; }
.measure-leg { position:absolute; left:25%; top:20px; width:38%; height:500px; background:#fff; border:2px solid rgba(37,33,34,.1); border-radius:46% 46% 32% 28% / 12% 12% 8% 8%; transform:rotate(-3deg); box-shadow:0 30px 80px rgba(37,33,34,.08); }
.measure-leg span { position:absolute; left:10%; right:10%; bottom:42%; height:3px; background:var(--blue); }
.measure-line { position:absolute; display:flex; align-items:center; gap:10px; font-style:normal; font-size:13px; font-weight:750; }
.measure-line::after { content:""; width:110px; height:1px; background:rgba(37,33,34,.38); }
.measure-line b { width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:var(--ink); color:#fff; font-size:11px; }
.measure-line em { font-style:normal; }
.line-a { left:0; top:350px; }
.line-b { right:0; top:245px; flex-direction:row-reverse; }
.line-c { left:6%; top:90px; }
.editorial-copy > p:not(.eyebrow) { color:var(--muted); font-size:18px; }
.steps-list { list-style:none; padding:0; margin:30px 0 34px; border-top:1px solid #ced3d6; }
.steps-list li { display:flex; gap:18px; padding:20px 0; border-bottom:1px solid #ced3d6; }
.steps-list li > span { font-size:12px; font-weight:850; color:var(--blue-dark); padding-top:4px; }
.steps-list strong { display:block; margin-bottom:4px; }
.steps-list p { margin:0; font-size:14px !important; color:var(--muted); }

.use-section { background:var(--ink); color:#fff; }
.use-section .eyebrow { color:var(--yellow); }
.use-section .centered > p:last-child { color:#bdc0c2; }
.use-tabs { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-bottom:22px; }
.use-tabs button { border:1px solid #555254; border-radius:999px; background:transparent; color:#fff; padding:12px 18px; cursor:pointer; font-weight:750; }
.use-tabs button[aria-selected="true"] { background:var(--yellow); border-color:var(--yellow); color:var(--ink); }
.tab-panels { max-width:1000px; margin:0 auto; }
.use-panel { border:1px solid #4a4749; border-radius:28px; padding:42px; display:grid; grid-template-columns:.9fr 1fr; gap:50px; align-items:end; background:#302c2e; }
.use-panel[hidden] { display:none; }
.use-panel h3 { font-size:clamp(28px,3vw,42px); margin-bottom:0; }
.use-panel p { color:#d2d0d1; margin:0; }
.use-panel .mini-label { color:var(--yellow); }
.use-panel .text-button { grid-column:2; color:var(--yellow); justify-self:start; margin-top:-20px; }

.faq-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; }
.faq-intro { position:sticky; top:145px; align-self:start; }
.faq-intro > p:last-child { color:var(--muted); }
.accordion details { border-top:1px solid var(--line); }
.accordion details:last-child { border-bottom:1px solid var(--line); }
.accordion summary { list-style:none; cursor:pointer; display:flex; justify-content:space-between; gap:20px; padding:25px 0; font-weight:820; font-size:18px; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span { font-size:26px; font-weight:400; transition:transform .2s; }
.accordion details[open] summary span { transform:rotate(45deg); }
.accordion details div { padding:0 45px 22px 0; color:var(--muted); }
.accordion details div p { margin:0; }

.stores { border-top:1px solid var(--line); }
.store-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.store-card { border:1px solid var(--line); border-radius:22px; padding:24px; display:flex; flex-direction:column; min-height:360px; background:#fff; }
.store-card-head { display:flex; justify-content:space-between; align-items:flex-start; gap:14px; }
.store-card h3 { font-size:24px; margin-bottom:8px; }
.store-address { color:var(--muted); margin:0 0 20px; font-size:14px; }
.store-hours { display:grid; gap:5px; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--muted); font-size:13px; line-height:1.45; }
.store-hours strong { color:var(--ink); margin-bottom:3px; font-size:13px; }
.store-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:auto; padding-top:22px; }
.store-actions .btn { flex:1 1 120px; }
.store-status { display:inline-flex; align-items:center; justify-content:center; min-height:30px; padding:6px 10px; border-radius:999px; font-size:11px; font-weight:850; white-space:nowrap; }
.store-status.is-open { background:#e7f8ed; color:#117a37; }
.store-status.is-closed { background:#fde9e7; color:#b42318; }
.store-status.is-checking { background:var(--surface); color:var(--muted); }
.store-status-note { margin:18px 0 0; color:var(--muted); font-size:12px; }

.medical-note { background:#f7f7f7; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.medical-note p { margin:0; padding:20px 0; font-size:13px; color:var(--muted); }

.site-footer { background:var(--yellow); }
.footer-main { display:grid; grid-template-columns:1.7fr repeat(3,1fr); gap:50px; padding:62px 0 48px; }
.footer-brand img { width:230px; height:auto; margin-bottom:18px; background:transparent; padding:0; border-radius:0; }
.footer-brand p { color:var(--muted); font-size:14px; }
.footer-official-site { display:grid !important; grid-template-columns:auto 1fr auto; align-items:center; gap:8px 10px; width:fit-content; max-width:100%; margin:18px 0 16px !important; padding:12px 15px; border:1px solid rgba(37,33,34,.22); border-radius:14px; color:var(--ink) !important; background:rgba(255,255,255,.35); transition:background .2s ease, transform .2s ease, border-color .2s ease; }
.footer-official-site:hover { background:rgba(255,255,255,.62); border-color:rgba(37,33,34,.35); transform:translateY(-1px); }
.footer-official-site span:first-child { grid-column:1 / 3; font-size:10px; line-height:1; font-weight:850; letter-spacing:.12em; text-transform:uppercase; opacity:.7; }
.footer-official-site strong { grid-column:1 / 3; font-size:14px; line-height:1.25; overflow-wrap:anywhere; }
.footer-official-site span:last-child { grid-column:3; grid-row:1 / 3; align-self:center; font-size:19px; }
.footer-socials { display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.footer-socials .social-btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:44px; padding:10px 15px; margin:0; border-radius:999px; color:#fff; font-size:13px; font-weight:800; line-height:1; transition:transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.footer-socials .social-btn:hover { color:#fff; transform:translateY(-1px); filter:brightness(.96); }
.footer-socials .social-btn svg { width:19px; height:19px; flex:0 0 19px; }
.social-instagram { background:linear-gradient(135deg,#833ab4 0%,#c13584 42%,#e1306c 68%,#f77737 100%); box-shadow:0 8px 20px rgba(193,53,132,.2); }
.social-facebook { background:#1877f2; box-shadow:0 8px 20px rgba(24,119,242,.2); }
.footer-main h2 { font-size:13px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:18px; }
.footer-main a { display:block; margin:10px 0; font-size:14px; color:#4f474a; }
.footer-main a:hover { color:var(--ink); }
.footer-whatsapp { margin-top:10px; width:max-content; }
.footer-bottom { border-top:1px solid rgba(37,33,34,.18); padding:22px 0 34px; display:flex; justify-content:space-between; gap:20px; color:var(--muted); font-size:12px; }
.footer-bottom p { margin:0; }

.modal[hidden] { display:none; }
.modal { position:fixed; inset:0; z-index:500; }
.modal-backdrop { position:absolute; inset:0; background:rgba(20,18,19,.56); backdrop-filter:blur(4px); }
.modal-dialog { position:absolute; right:18px; top:18px; bottom:18px; width:min(520px,calc(100% - 36px)); background:#fff; border-radius:28px; padding:30px; box-shadow:var(--shadow); overflow:auto; }
.modal-head { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; }
.modal-head h2 { font-size:38px; margin-bottom:0; }
.modal-close { width:42px; height:42px; border-radius:50%; border:1px solid var(--line); background:#fff; cursor:pointer; font-size:26px; line-height:1; }
.modal-subtitle { color:var(--muted); margin:12px 0 24px; }
.modal-stores { display:grid; gap:10px; }
.modal-stores a { display:grid; grid-template-columns:1fr auto; grid-template-rows:auto auto; column-gap:18px; border:1px solid var(--whatsapp); border-radius:16px; padding:16px 18px; transition:.2s ease; background:var(--whatsapp); color:#fff; }
.modal-stores a:hover { border-color:var(--whatsapp-dark); background:var(--whatsapp-dark); }
.modal-stores span { font-weight:800; }
.modal-stores small { color:rgba(255,255,255,.82); grid-row:2; }
.modal-stores b { grid-column:2; grid-row:1 / 3; align-self:center; font-size:20px; }


.google-reviews { background:#fff; border-top:1px solid var(--line); }
.google-reviews-brand { display:inline-flex; align-items:center; gap:10px; margin:0 0 16px; padding:8px 12px 8px 9px; border:1px solid var(--line); border-radius:999px; background:#fff; color:#3c4043; box-shadow:0 6px 18px rgba(60,64,67,.08); }
.google-reviews-brand img { width:28px; height:28px; object-fit:contain; flex:0 0 28px; }
.google-reviews-brand span { font-size:14px; line-height:1; letter-spacing:-.01em; }
.google-reviews-brand strong { font-weight:800; }

.reviews-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:end; margin-bottom:42px; }
.reviews-heading h2 { margin-bottom:14px; }
.reviews-intro { max-width:760px; margin:0; color:var(--muted); font-size:17px; }
.reviews-score { justify-self:end; display:flex; align-items:center; gap:18px; padding:22px 26px; border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.reviews-score > strong { font-size:56px; line-height:1; letter-spacing:-.05em; }
.review-stars { color:#fbbc04; letter-spacing:.08em; font-size:18px; white-space:nowrap; }
.reviews-score p { margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.4; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.review-card { display:flex; flex-direction:column; min-height:280px; padding:28px; border:1px solid var(--line); border-radius:24px; background:#fff; }
.review-card-top { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.google-label { display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:800; color:#5f6368; border:1px solid var(--line); border-radius:999px; padding:5px 9px 5px 7px; background:#fff; }
.google-label img { width:18px; height:18px; object-fit:contain; flex:0 0 18px; }
.review-card blockquote { margin:34px 0 30px; font-size:24px; line-height:1.28; letter-spacing:-.03em; font-weight:720; }
.review-author { margin-top:auto; display:flex; align-items:center; gap:12px; }
.review-avatar { width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center; border-radius:50%; background:var(--yellow); font-weight:850; }
.review-author strong, .review-author span { display:block; }
.review-author strong { font-size:14px; margin-bottom:3px; }
.review-author div span { font-size:12px; color:var(--muted); }
.reviews-footer { display:flex; justify-content:space-between; align-items:center; gap:28px; padding-top:26px; }
.reviews-footer p { margin:0; color:var(--muted); font-size:13px; max-width:760px; }
.reviews-footer .btn { flex:0 0 auto; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .hero-grid, .editorial-grid, .faq-grid { grid-template-columns:1fr; }
  .hero { padding-top:52px; }
  .hero-copy { max-width:850px; }
  .hero-visual { max-width:700px; margin:0 auto; min-height:auto; }
  .benefit-grid { grid-template-columns:repeat(2,1fr); }
  .benefit-grid > div:nth-child(2) { border-right:0; }
  .benefit-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .product-card:last-child { grid-column:1 / -1; max-width:calc(50% - 12px); }
  .faq-intro { position:static; }
  .store-grid { grid-template-columns:repeat(2,1fr); }
  .reviews-heading { grid-template-columns:1fr; gap:24px; }
  .reviews-score { justify-self:start; }
  .reviews-grid { grid-template-columns:1fr 1fr; }
  .review-card:last-child { grid-column:1 / -1; }
  .footer-main { grid-template-columns:2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column:2 / 3; }
}

@media (max-width: 700px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .announcement { font-size:11px; }
  .header-inner { height:70px; }
  .brand img { width:180px; }
  .section { padding:74px 0; }
  h1 { font-size:clamp(44px,13.6vw,68px); }
  h2 { font-size:clamp(34px,10.5vw,48px); }
  .hero-grid { gap:44px; }
  .hero-proof { display:grid; grid-template-columns:repeat(3,1fr); }
  .hero-proof > div { padding-right:10px; margin-right:10px; }
  .hero-proof strong { font-size:15px; }
  .hero-proof span { font-size:11px; }
  .floating-card { max-width:210px; padding:12px 14px; }
  .floating-card-top { left:10px; top:22px; }
  .floating-card-bottom { right:10px; bottom:20px; }
  .benefit-grid { grid-template-columns:1fr; }
  .benefit-grid > div, .benefit-grid > div:nth-child(2), .benefit-grid > div:nth-child(-n+2) { border-right:0; border-bottom:1px solid var(--line); padding:18px 0; }
  .benefit-grid > div:last-child { border-bottom:0; }
  .split-heading { grid-template-columns:1fr; gap:20px; }
  .product-grid { grid-template-columns:1fr; }
  .product-card:last-child { grid-column:auto; max-width:none; }
  .editorial-visual { min-height:500px; }
  .measure-illustration { height:440px; width:92%; }
  .measure-leg { height:420px; }
  .line-a { top:305px; }
  .line-b { top:220px; }
  .line-c { top:85px; }
  .use-panel { grid-template-columns:1fr; gap:18px; padding:28px; }
  .use-panel .text-button { grid-column:1; margin-top:10px; }
  .store-grid { grid-template-columns:1fr; }
  .reviews-grid { grid-template-columns:1fr; gap:14px; }
  .review-card:last-child { grid-column:auto; }
  .review-card { min-height:0; padding:22px; border-radius:20px; }
  .review-card blockquote { margin:26px 0 24px; font-size:21px; }
  .google-reviews-brand { margin-bottom:14px; }
  .reviews-score { width:100%; justify-content:flex-start; padding:18px 20px; }
  .reviews-score > strong { font-size:48px; }
  .reviews-footer { flex-direction:column; align-items:stretch; gap:18px; }
  .reviews-footer .btn { width:100%; }
  .type-guide-note { flex-direction:column; align-items:flex-start; }
  .type-guide-note p { font-size:15px; }
  .footer-main { grid-template-columns:1fr 1fr; gap:34px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-main > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .modal-dialog { right:8px; top:8px; bottom:8px; width:calc(100% - 16px); padding:24px; border-radius:22px; }
}

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


/* Type guide: large visual remains legible on phones via horizontal swipe. */
.type-guide { background: var(--surface); }
.type-guide-scroll-hint { display:none; }
.type-guide-frame {
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.type-guide-frame picture { display:block; }
.type-guide-frame img { width:100%; height:auto; display:block; }
.type-guide-note { display:flex; justify-content:space-between; gap:30px; align-items:center; padding-top:26px; }
.type-guide-note p { margin:0; color:var(--muted); font-size:17px; max-width:900px; }
.type-guide-note .btn { flex:0 0 auto; }

/* Touch/mobile refinements for iOS Safari and Android Chrome. */
@media (max-width: 700px) {
  html { scroll-padding-top: 86px; }
  .container { width:min(calc(100% - 32px),var(--container)); }
  .announcement { font-size:10.5px; line-height:1.35; }
  .announcement p { padding-left:14px; padding-right:14px; }

  .site-header { -webkit-backdrop-filter: blur(14px); }
  .header-inner { height:68px; gap:12px; }
  .brand { padding:5px 8px; border-radius:12px; min-width:0; }
  .brand img { width:156px; max-width:46vw; }
  .menu-toggle { display:grid; place-content:center; flex:0 0 48px; width:48px; height:48px; padding:8px; border-radius:12px; }
  .menu-toggle:active { background:rgba(37,33,34,.08); }
  .mobile-nav {
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:14px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    max-height:calc(100dvh - 68px - env(safe-area-inset-top, 0px));
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    box-shadow:0 16px 30px rgba(37,33,34,.16);
  }
  .mobile-nav a { min-height:48px; display:flex; align-items:center; padding:10px 4px; }
  .mobile-nav .btn { width:100%; min-height:50px; }

  .btn { min-height:48px; padding:12px 18px; }
  .btn-lg { min-height:52px; padding:13px 20px; }
  .section { padding:64px 0; }
  .section-heading { margin-bottom:32px; }
  .centered { text-align:left; margin-bottom:32px; }

  h1 { font-size:clamp(38px,11.5vw,52px); line-height:1.03; letter-spacing:-.048em; margin-bottom:20px; }
  h2 { font-size:clamp(32px,9.5vw,44px); line-height:1.05; }
  h3 { line-height:1.08; }
  .eyebrow { font-size:11px; line-height:1.4; letter-spacing:.12em; margin-bottom:12px; }

  .hero { padding:40px 0 56px; }
  .hero-grid { gap:34px; }
  .hero-kicker { margin-bottom:10px; }
  .hero-kicker-badge { min-height:30px; padding:6px 12px; font-size:11px; }
  .hero-lead { font-size:17px; line-height:1.55; margin-bottom:24px; }
  .hero-actions { display:grid; grid-template-columns:1fr; gap:12px; }
  .hero-actions .btn, .hero-actions .text-button { width:100%; min-height:50px; justify-content:center; text-align:center; }
  .hero-actions .text-button { border:1px solid var(--line); border-radius:999px; padding:12px 18px; background:#fff; }
  .hero-trustline { display:grid; grid-template-columns:1fr; gap:7px; margin-top:16px; font-size:13px; }
  .hero-quick-links { flex-wrap:nowrap; overflow-x:auto; overscroll-behavior-inline:contain; -webkit-overflow-scrolling:touch; padding-bottom:5px; margin-right:-16px; padding-right:16px; scrollbar-width:none; }
  .hero-quick-links::-webkit-scrollbar { display:none; }
  .hero-quick-links a { flex:0 0 auto; min-height:42px; padding:9px 14px; }
  .hero-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:28px; border-radius:18px; }
  .hero-proof > div { min-width:0; padding:16px 8px 0 0; margin-right:8px; }
  .hero-proof strong { font-size:14px; }
  .hero-proof span { font-size:10.5px; line-height:1.35; }
  .hero-visual { display:grid; grid-template-columns:1fr 1fr; gap:10px; width:100%; }
  .hero-image-frame { grid-column:1 / -1; padding:12px; border-radius:26px; }
  .hero-image-frame img { aspect-ratio:auto; max-height:none; border-radius:20px; object-fit:contain; background:var(--surface); }
  .floating-card { position:static; max-width:none; width:100%; padding:12px; border-radius:16px; box-shadow:0 8px 24px rgba(37,33,34,.09); }
  .floating-card strong { font-size:12.5px; }
  .floating-card span { font-size:10.5px; }

  .benefit-grid { grid-template-columns:1fr; }
  .benefit-grid > div, .benefit-grid > div:nth-child(2), .benefit-grid > div:nth-child(-n+2) { border-right:0; border-bottom:1px solid var(--line); padding:17px 0; }
  .benefit-grid > div:last-child { border-bottom:0; }

  .split-heading { grid-template-columns:1fr; gap:14px; }
  .split-heading > p, .centered > p:last-child { font-size:15px; }
  .product-grid { grid-template-columns:1fr; gap:36px; }
  .product-card:last-child { grid-column:auto; max-width:none; }
  .product-image { border-radius:20px; }
  .product-content { padding:18px 2px 0; }
  .product-content p { font-size:15px; }

  .type-guide-scroll-hint { display:block; margin:-12px 0 12px; color:var(--blue-dark); font-size:13px; font-weight:750; }
  .type-guide-frame {
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-inline:contain;
    border-radius:20px;
    box-shadow:0 10px 32px rgba(37,33,34,.09);
    scrollbar-width:thin;
    scroll-snap-type:x proximity;
  }
  .type-guide-frame picture { width:max-content; scroll-snap-align:start; }
  .type-guide-frame img { width:1120px; max-width:none; height:auto; }
  .type-guide-frame:focus-visible { outline:3px solid rgba(37,151,212,.35); outline-offset:3px; }
  .type-guide-note { flex-direction:column; align-items:stretch; gap:18px; padding-top:20px; }
  .type-guide-note p { font-size:15px; }
  .type-guide-note .btn { width:100%; }

  .use-tabs { justify-content:flex-start; flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; margin-right:-16px; padding-right:16px; padding-bottom:4px; }
  .use-tabs::-webkit-scrollbar { display:none; }
  .use-tabs button { min-height:44px; flex:0 0 auto; }
  .use-panel { grid-template-columns:1fr; gap:18px; padding:24px; border-radius:20px; }
  .use-panel .text-button { grid-column:1; margin-top:8px; min-height:44px; }

  .why-grid, .faq-grid { gap:42px; }
  .why-cards article { min-height:0; }
  .accordion summary { min-height:56px; align-items:center; font-size:16px; padding:18px 0; }
  .accordion details div { padding-right:12px; }

  .store-grid { grid-template-columns:1fr; }
  .reviews-grid { grid-template-columns:1fr; gap:14px; }
  .review-card:last-child { grid-column:auto; }
  .review-card { min-height:0; padding:22px; border-radius:20px; }
  .review-card blockquote { margin:26px 0 24px; font-size:21px; }
  .reviews-score { width:100%; justify-content:flex-start; padding:18px 20px; }
  .reviews-score > strong { font-size:48px; }
  .reviews-footer { flex-direction:column; align-items:stretch; gap:18px; }
  .reviews-footer .btn { width:100%; }
  .store-card { min-height:0; padding:20px; border-radius:20px; }
  .store-card-head { align-items:flex-start; }
  .store-actions { display:grid; grid-template-columns:1fr 1fr; width:100%; gap:10px; }
  .store-actions .btn { width:100%; min-width:0; }
  .store-status { min-height:32px; }

  .cta-section { padding:16px 0 64px; }
  .cta-box { padding:30px 22px; border-radius:24px; align-items:stretch; flex-direction:column; gap:22px; }
  .cta-box .btn { width:100%; }

  .medical-note p { padding:18px 0; font-size:12.5px; line-height:1.55; }
  .footer-main { grid-template-columns:1fr 1fr; gap:30px 24px; padding:46px 0 36px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-brand img { width:210px; max-width:70vw; }
  .footer-official-site { width:100%; max-width:360px; }
  .footer-socials { width:100%; }
  .footer-socials .social-btn { flex:1 1 140px; }
  .footer-main > div:last-child { grid-column:auto; }
  .footer-main a { min-height:38px; display:flex; align-items:center; margin:4px 0; }
  .footer-whatsapp { min-height:48px; }
  .footer-bottom { flex-direction:column; gap:6px; padding-bottom:calc(28px + env(safe-area-inset-bottom, 0px)); }

  .modal { padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px); }
  .modal-dialog {
    position:absolute;
    left:8px;
    right:8px;
    top:max(8px, env(safe-area-inset-top, 0px));
    bottom:max(8px, env(safe-area-inset-bottom, 0px));
    width:auto;
    max-height:calc(100dvh - 16px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    padding:22px 18px;
    border-radius:22px;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .modal-head h2 { font-size:32px; }
  .modal-close { flex:0 0 48px; width:48px; height:48px; }
  .modal-stores a { min-height:64px; padding:14px 16px; }
}

@media (max-width: 430px) {
  .container { width:min(calc(100% - 24px),var(--container)); }
  .brand img { width:145px; max-width:48vw; }
  .hero-visual { grid-template-columns:1fr; }
  .floating-card { min-height:64px; }
  .hero-proof { grid-template-columns:1fr; border-top:0; gap:0; }
  .hero-proof > div { border-right:0; border-top:1px solid var(--line); padding:12px 0; margin:0; grid-template-columns:auto 1fr; column-gap:8px; align-items:baseline; }
  .hero-proof strong { font-size:15px; }
  .hero-proof span { font-size:12px; }
  .store-actions { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr; }
  .footer-brand, .footer-main > div:last-child { grid-column:auto; }
}

@media (hover: none) and (pointer: coarse) {
  .btn:hover, .product-card:hover .product-image img { transform:none; }
}

@supports not (height: 100dvh) {
  @media (max-width: 700px) {
    .mobile-nav { max-height:calc(100vh - 68px); }
    .modal-dialog { max-height:calc(100vh - 16px); }
  }
}



/* 2026 mobile + Core Web Vitals hardening */
html, body { width:100%; max-width:100%; }
body { min-width:0; }
main, header, footer, section { max-width:100%; }
.container {
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:20px;
}
.hero-grid > *, .split-heading > *, .product-grid > *, .faq-grid > *,
.reviews-heading > *, .reviews-grid > *, .store-grid > *, .footer-main > * { min-width:0; }
h1, h2, h3, p, a, button, span { overflow-wrap:break-word; }
.btn, .text-button { max-width:100%; white-space:normal; text-align:center; }
.hero-copy, .hero-visual { width:100%; max-width:100%; min-width:0; }
.hero-picture { display:block; width:100%; }
.hero-image-frame img { width:100%; height:auto; aspect-ratio:8/9; object-fit:cover; border-radius:30px; }
.product-image picture { display:block; width:100%; }
.product-image picture img { width:100%; height:auto; }
.type-guide-list { list-style:none; padding:0; margin:20px 0 0; display:none; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.type-guide-list li { min-width:0; padding:11px 12px; border:1px solid var(--line); border-radius:999px; background:#fff; text-align:center; font-size:13px; font-weight:750; line-height:1.3; }
.store-card-head { flex-wrap:wrap; }
.store-card-head > div { min-width:0; }
.store-card h3 { overflow-wrap:anywhere; }

@media (max-width:700px) {
  .container { width:100%; max-width:none; padding-inline:16px; }
  .announcement p { padding-left:max(16px,env(safe-area-inset-left,0px)); padding-right:max(16px,env(safe-area-inset-right,0px)); }
  .header-inner { padding-left:max(16px,env(safe-area-inset-left,0px)); padding-right:max(16px,env(safe-area-inset-right,0px)); }
  .hero-copy, .hero-actions, .hero-trustline, .hero-proof, .hero-visual { width:100%; max-width:100%; }
  .hero-actions { grid-template-columns:minmax(0,1fr); }
  .hero-actions .btn, .hero-actions .text-button { min-width:0; }
  .hero-quick-links { flex-wrap:wrap; overflow:visible; margin-right:0; padding-right:0; padding-bottom:0; }
  .hero-quick-links a { flex:0 1 auto; }
  .hero-proof { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .hero-proof > div { min-width:0; }
  .hero-image-frame img { border-radius:20px; object-fit:contain; background:var(--surface); }
  .type-guide-frame { overflow:hidden; border-radius:20px; }
  .type-guide-frame picture { width:100%; max-width:100%; }
  .type-guide-frame img { width:100%; max-width:100%; height:auto; }
  .type-guide-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin-top:14px; }
  .type-guide-list li { border-radius:14px; text-align:left; font-size:13px; padding:10px 11px; }
  .use-tabs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; overflow:visible; margin-right:0; padding-right:0; padding-bottom:0; }
  .use-tabs button { width:100%; min-width:0; min-height:48px; padding:9px 8px; line-height:1.2; white-space:normal; }
  .use-panel { width:100%; min-width:0; }
  .reviews-score { max-width:100%; }
  .review-card-top { flex-wrap:wrap; }
  .store-card-head { gap:10px; }
  .store-status { white-space:normal; text-align:center; }
  .store-address, .store-hours span { overflow-wrap:anywhere; }
  .store-actions { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .store-actions .btn { padding-inline:10px; }
  .footer-main { min-width:0; }
  .footer-whatsapp { width:100%; max-width:220px; }
}

@media (max-width:430px) {
  .container { padding-inline:14px; }
  h1 { font-size:clamp(34px,10.5vw,44px); }
  h2 { font-size:clamp(30px,9.2vw,40px); }
  .hero-proof { grid-template-columns:1fr; }
  .use-tabs { grid-template-columns:1fr; }
  .store-actions { grid-template-columns:1fr; }
  .reviews-score { align-items:flex-start; flex-wrap:wrap; }
  .reviews-score > strong { font-size:44px; }
  .footer-main { grid-template-columns:1fr; }
  .footer-socials .social-btn { flex:1 1 100%; }
}

/* Hero refinado — mais alinhado, compacto e com melhor proporção */
.hero {
  padding: 28px 0 48px;
  background: #fff;
  overflow: hidden;
}
.hero::before,
.hero::after { display:none; }
.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:28px;
  align-items:start;
  padding:34px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:28px;
}
.hero-copy {
  max-width:580px;
  padding-top:4px;
}
.hero .eyebrow { margin-bottom:10px; }
.hero h1 {
  max-width:560px;
  margin-bottom:14px;
  font-size:clamp(34px,3.8vw,50px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.hero-lead {
  max-width:540px;
  margin-bottom:20px;
  font-size:clamp(16px,1.18vw,18px);
  line-height:1.56;
}
.hero-actions { gap:12px; }
.hero-actions .btn-lg { min-height:50px; padding:12px 18px; }
.hero-actions .text-button {
  min-height:48px;
  padding:10px 4px;
}
.hero-trustline {
  margin-top:14px;
  gap:6px 14px;
  font-size:12.5px;
}
.hero-quick-links { margin-top:15px; gap:8px; }
.hero-quick-links a {
  min-height:36px;
  padding:8px 12px;
  font-size:12.5px;
  background:#fff;
}
.hero-proof {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:22px;
  max-width:540px;
  border:0;
  border-top:1px solid #d9dddf;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.hero-proof > div {
  padding:14px 12px 0 0;
  margin:0 12px 0 0;
  border-right:1px solid #d9dddf;
  display:grid;
  gap:2px;
}
.hero-proof > div:last-child { border-right:0; margin-right:0; }
.hero-proof strong { font-size:15px; }
.hero-proof span { font-size:11px; }
.hero-visual {
  min-height:0;
  width:100%;
  align-self:start;
}
.hero-image-frame {
  position:relative;
  width:100%;
  height:460px;
  padding:0;
  overflow:hidden;
  border-radius:24px;
  border:0;
  background:#e9ebec;
  box-shadow:none;
}
.hero-image-frame::before,
.hero-image-frame::after { display:none; }
.hero-image-frame img {
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center center;
  border-radius:0;
}
.hero .floating-card {
  position:absolute;
  top:18px;
  left:18px;
  bottom:auto;
  right:auto;
  max-width:230px;
  padding:11px 13px;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(37,33,34,.10);
}
.hero .floating-card strong { font-size:13px; }
.hero .floating-card span { font-size:11px; }

@media (max-width:1020px) {
  .hero-grid {
    grid-template-columns:1fr;
    gap:24px;
    padding:28px;
  }
  .hero-copy, .hero h1, .hero-lead, .hero-proof { max-width:100%; }
  .hero h1 { font-size:clamp(34px,5vw,46px); }
  .hero-visual { max-width:none; }
  .hero-image-frame { height:460px; }
}

@media (max-width:700px) {
  .hero { padding:16px 0 32px; }
  .hero-grid {
    padding:18px;
    gap:20px;
    border-radius:20px;
  }
  .hero h1 {
    font-size:clamp(30px,8.5vw,36px);
    line-height:1.04;
    margin-bottom:14px;
  }
  .hero-lead {
    font-size:15px;
    margin-bottom:18px;
  }
  .hero-actions { gap:8px; }
  .hero-actions .btn,
  .hero-actions .text-button { min-height:48px; }
  .hero-trustline {
    display:grid;
    grid-template-columns:1fr;
    gap:5px;
    font-size:12px;
  }
  .hero-quick-links { gap:6px; margin-top:13px; }
  .hero-quick-links a { min-height:34px; padding:7px 10px; font-size:12px; }
  .hero-proof {
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:18px;
    max-width:100%;
  }
  .hero-proof > div {
    padding:11px 8px 0 0;
    margin-right:8px;
  }
  .hero-proof strong { font-size:13px; }
  .hero-proof span { font-size:10px; }
  .hero-image-frame {
    height:360px;
    border-radius:18px;
  }
  .hero .floating-card { display:none; }
}

@media (max-width:430px) {
  .hero-grid { padding:16px; }
  .hero h1 { font-size:clamp(28px,8.2vw,34px); }
  .hero-proof { grid-template-columns:1fr; border-top:0; }
  .hero-proof > div {
    grid-template-columns:auto 1fr;
    align-items:baseline;
    gap:7px;
    border-right:0;
    border-top:1px solid #d9dddf;
    padding:9px 0;
    margin:0;
  }
  .hero-proof strong { font-size:14px; }
  .hero-proof span { font-size:11px; }
  .hero-image-frame { height:320px; }
}

/* Rodapé — botões sociais compactos */
.footer-socials {
  width:auto;
  gap:8px;
  align-items:center;
}
.footer-socials .social-btn {
  flex:0 0 auto;
  width:auto;
  min-height:36px;
  padding:8px 12px;
  gap:7px;
  font-size:12px;
  border-radius:999px;
  box-shadow:none;
}
.footer-socials .social-btn svg {
  width:16px;
  height:16px;
  flex:0 0 16px;
}

@media (max-width:700px) {
  .footer-socials {
    width:auto;
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .footer-socials .social-btn {
    flex:0 0 auto;
    width:auto;
    min-height:38px;
    padding:8px 12px;
    font-size:12px;
  }
}

@media (max-width:430px) {
  .footer-socials .social-btn {
    flex:0 0 auto;
    width:auto;
  }
}

/* Correção definitiva de escala dos botões sociais do rodapé */
.footer-main .footer-socials {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  width:auto !important;
  max-width:100% !important;
}
.footer-main .footer-socials a.social-btn {
  display:inline-flex !important;
  flex:0 0 auto !important;
  width:auto !important;
  max-width:max-content !important;
  min-width:0 !important;
  min-height:36px !important;
  height:36px !important;
  margin:0 !important;
  padding:0 12px !important;
  gap:7px !important;
  border-radius:999px !important;
  font-size:12px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
.footer-main .footer-socials a.social-btn svg.social-icon {
  display:block !important;
  width:16px !important;
  height:16px !important;
  min-width:16px !important;
  min-height:16px !important;
  max-width:16px !important;
  max-height:16px !important;
  flex:0 0 16px !important;
}
.footer-main .footer-socials a.social-btn span {
  display:inline !important;
  font-size:12px !important;
  line-height:1 !important;
}
@media (max-width:430px) {
  .footer-main .footer-socials a.social-btn {
    height:34px !important;
    min-height:34px !important;
    padding:0 10px !important;
  }
}


/* Final mobile refinements — iOS + Android */
@media (max-width: 768px) {
  .container { padding-inline: 16px !important; }
  .announcement { font-size: 10px !important; }
  .header-inner { height: 68px !important; gap: 12px !important; }
  .brand { padding: 6px 10px !important; border-radius: 12px !important; }
  .brand img { width: 150px !important; max-width: 48vw !important; height: auto !important; }
  .menu-toggle { width: 46px !important; height: 46px !important; }

  .section { padding: 56px 0 !important; }
  .section-heading { margin-bottom: 28px !important; }
  h2 { font-size: clamp(28px, 7.8vw, 36px) !important; line-height: 1.06 !important; }
  h3 { font-size: clamp(20px, 5.8vw, 24px) !important; }
  p { font-size: 15px; }

  .hero { padding: 14px 0 28px !important; }
  .hero-grid { grid-template-columns: 1fr !important; gap: 18px !important; padding: 16px !important; border-radius: 20px !important; }
  .hero-copy { max-width: none !important; }
  .hero h1 { max-width: none !important; font-size: clamp(28px, 8.2vw, 34px) !important; margin-bottom: 12px !important; }
  .hero-lead { max-width: none !important; font-size: 15px !important; margin-bottom: 16px !important; }
  .hero-actions { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
  .hero-actions .btn, .hero-actions .text-button { width: 100% !important; justify-content: center !important; min-height: 48px !important; }
  .hero-actions .text-button { border: 1px solid var(--line) !important; border-radius: 999px !important; background: #fff !important; padding: 10px 16px !important; }
  .hero-trustline { display: grid !important; grid-template-columns: 1fr !important; gap: 4px !important; font-size: 12px !important; }
  .hero-quick-links { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; padding-bottom: 4px !important; }
  .hero-quick-links a { flex: 0 0 auto !important; }
  .hero-proof { max-width: 100% !important; margin-top: 16px !important; }
  .hero-proof > div { padding-top: 10px !important; }
  .hero-image-frame { height: 320px !important; border-radius: 18px !important; }

  .benefit-grid, .product-grid, .store-grid, .reviews-grid, .faq-grid, .reviews-heading, .footer-main { grid-template-columns: 1fr !important; }
  .benefit-grid > div { padding: 16px 0 !important; }
  .split-heading { grid-template-columns: 1fr !important; gap: 14px !important; }
  .product-grid { gap: 26px !important; }
  .product-image { border-radius: 18px !important; }
  .product-content { padding-top: 14px !important; }
  .product-content p { font-size: 15px !important; }

  .type-guide-scroll-hint { display: block !important; margin: -6px 0 12px !important; font-size: 12px !important; }
  .type-guide-frame { overflow-x: auto !important; overflow-y: hidden !important; -webkit-overflow-scrolling: touch !important; border-radius: 18px !important; }
  .type-guide-frame picture { display: block !important; min-width: 980px !important; }
  .type-guide-frame img { display: block !important; width: 980px !important; max-width: none !important; height: auto !important; }
  .type-guide-list { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 8px !important; margin-top: 14px !important; }
  .type-guide-list li { border-radius: 14px !important; text-align: left !important; font-size: 13px !important; padding: 10px 12px !important; }
  .type-guide-note { flex-direction: column !important; align-items: stretch !important; gap: 14px !important; padding-top: 18px !important; }
  .type-guide-note .btn { width: 100% !important; }

  .use-tabs { display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; }
  .use-tabs button { width: 100% !important; min-height: 46px !important; }
  .use-panel { grid-template-columns: 1fr !important; padding: 22px !important; border-radius: 18px !important; }
  .use-panel .text-button { margin-top: 8px !important; }

  .accordion summary { font-size: 16px !important; padding: 18px 0 !important; }

  .reviews-score { width: 100% !important; justify-content: flex-start !important; padding: 16px 18px !important; }
  .reviews-score > strong { font-size: 42px !important; }
  .review-card { padding: 20px !important; border-radius: 18px !important; }
  .review-card blockquote { font-size: 18px !important; margin: 20px 0 !important; }
  .reviews-footer { flex-direction: column !important; align-items: stretch !important; gap: 14px !important; }
  .reviews-footer .btn { width: 100% !important; }

  .store-card { padding: 18px !important; border-radius: 18px !important; }
  .store-card-head { gap: 10px !important; }
  .store-card-head h3 { font-size: 22px !important; }
  .store-actions { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .store-actions .btn { width: 100% !important; min-height: 46px !important; padding-inline: 10px !important; }
  .store-status-note { font-size: 12px !important; }

  .footer-main { gap: 24px !important; padding: 38px 0 30px !important; }
  .footer-brand img { width: 180px !important; max-width: 65vw !important; }
  .footer-official-site { width: 100% !important; max-width: 100% !important; }
  .footer-socials { width: auto !important; gap: 8px !important; }
  .footer-main .footer-socials a.social-btn { min-height: 34px !important; height: 34px !important; padding: 0 10px !important; font-size: 12px !important; }
  .footer-main .footer-socials a.social-btn svg.social-icon { width: 14px !important; height: 14px !important; min-width: 14px !important; min-height: 14px !important; }
  .footer-main a { min-height: auto !important; display: inline-flex !important; align-items: center !important; }
  .footer-bottom { flex-direction: column !important; gap: 6px !important; text-align: left !important; }

  .modal-dialog { left: 8px !important; right: 8px !important; top: 8px !important; bottom: 8px !important; width: auto !important; padding: 20px 16px !important; border-radius: 20px !important; }
}

@media (max-width: 420px) {
  .container { padding-inline: 14px !important; }
  .hero-grid { padding: 14px !important; }
  .hero h1 { font-size: clamp(26px, 8vw, 32px) !important; }
  .hero-proof { grid-template-columns: 1fr !important; border-top: 0 !important; }
  .hero-proof > div { border-right: 0 !important; border-top: 1px solid #d9dddf !important; margin-right: 0 !important; padding: 10px 0 !important; }
  .hero-image-frame { height: 290px !important; }
  .type-guide-list { grid-template-columns: 1fr !important; }
  .store-actions { grid-template-columns: 1fr !important; }
}


/* Mobile hero simplification — final pass */
@media (max-width: 768px) {
  .hero .eyebrow { font-size: 11px !important; margin-bottom: 8px !important; }
  .hero h1 { font-size: clamp(26px, 7.8vw, 32px) !important; line-height: 1.05 !important; }
  .hero-lead { font-size: 14px !important; line-height: 1.5 !important; }
  .hero-actions .btn,
  .hero-actions .text-button { font-size: 15px !important; }
  .hero-trustline { margin-top: 12px !important; }
  .hero-quick-links { display: none !important; }
  .hero-proof { display: none !important; }
  .hero-visual { margin-top: 6px !important; }
  .hero-image-frame { height: 260px !important; }
}

@media (max-width: 430px) {
  .hero-grid { gap: 16px !important; }
  .hero h1 { font-size: clamp(24px, 7.4vw, 29px) !important; }
  .hero-image-frame { height: 235px !important; }
}

/* Barra Venosan */
.venosan-highlight {
  padding:0 0 34px;
  background:#fff;
}
.venosan-bar {
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 28px;
  background:#e6f4e8;
  border-radius:22px;
}
.venosan-bar img {
  width:min(100%,300px);
  height:auto;
  display:block;
}

@media (max-width:768px) {
  .venosan-highlight { padding:0 0 24px; }
  .venosan-bar {
    min-height:86px;
    padding:18px 20px;
    border-radius:16px;
  }
  .venosan-bar img { width:min(100%,230px); }
}

@media (max-width:430px) {
  .venosan-bar { min-height:78px; padding:16px; }
  .venosan-bar img { width:min(100%,205px); }
}
