:root {
  --blue: #1258a8;
  --blue-deep: #0d3f78;
  --cyan: #0088c9;
  --navy: #102c46;
  --text: #314355;
  --muted: #66798c;
  --pale: #f4f8fc;
  --line: #dce7f1;
  --white: #ffffff;
  --whatsapp: #1faf5b;
  --whatsapp-dark: #128c4b;
  --yellow: #f6b900;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--white); background: var(--blue); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(0, 136, 201, 0.45); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(220, 231, 241, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}
.header-inner { display: grid; min-height: 76px; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; justify-self: start; align-items: center; }
.brand img { width: 190px; height: auto; }
.header-nav { display: flex; grid-column: 2; justify-self: center; align-items: center; gap: 34px; color: #46596c; font-size: 14px; font-weight: 650; }
.header-nav a { transition: color 0.2s ease; }
.header-nav a:hover { color: var(--blue); }

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 25px rgba(18, 88, 168, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #22b963, var(--whatsapp-dark)); box-shadow: 0 13px 27px rgba(31, 175, 91, 0.22); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(31, 175, 91, 0.31); }
.button-secondary { border-color: #c9dbeb; color: var(--blue); background: var(--white); }
.button-light { color: var(--blue-deep); background: var(--white); box-shadow: 0 14px 30px rgba(6, 37, 72, 0.18); }
.whatsapp-icon { width: 21px; height: 21px; flex: 0 0 auto; }
.icon { width: 24px; height: 24px; }

.instagram-float,
.website-float {
  position: fixed;
  z-index: 80;
  right: 20px;
  display: grid;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  place-items: center;
  color: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.instagram-float { bottom: 22px; background: radial-gradient(circle at 30% 108%, #feda75 0 20%, #fa7e1e 31%, #d62976 58%, #962fbf 78%, #4f5bd5 100%); box-shadow: 0 12px 28px rgba(98, 39, 130, 0.28); }
.website-float { bottom: 80px; background: linear-gradient(145deg, var(--cyan), var(--blue-deep)); box-shadow: 0 12px 28px rgba(18, 88, 168, 0.27); }
.instagram-float:hover,
.website-float:hover { transform: translateY(-3px) scale(1.03); }
.instagram-float:hover { box-shadow: 0 16px 32px rgba(98, 39, 130, 0.35); }
.website-float:hover { box-shadow: 0 16px 32px rgba(18, 88, 168, 0.34); }
.instagram-icon { width: 24px; height: 24px; }
.store-icon { width: 23px; height: 23px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 68px;
  background: linear-gradient(90deg, rgba(245, 250, 255, 0.92), rgba(255, 255, 255, 0.93)), radial-gradient(circle at 12% 8%, rgba(0, 136, 201, 0.12), transparent 42%);
}
.hero::before { position: absolute; width: 460px; height: 460px; border: 1px solid rgba(18, 88, 168, 0.08); border-radius: 50%; top: -260px; right: -50px; content: ""; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 210px; height: 210px; top: 40px; right: 4%; background: rgba(0, 136, 201, 0.08); }
.hero-glow-two { width: 130px; height: 130px; bottom: 20px; left: -70px; background: rgba(18, 88, 168, 0.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr); align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: 0.12em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; border-radius: 99px; background: var(--cyan); }
.hero h1 { max-width: 590px; margin: 20px 0 22px; color: var(--navy); font-size: clamp(42px, 5vw, 66px); font-weight: 790; letter-spacing: -0.055em; line-height: 1.02; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-subtitle { max-width: 610px; margin: 0 0 24px; color: #53687b; font-size: 18px; line-height: 1.72; }
.google-rating { display: flex; margin-bottom: 25px; align-items: center; gap: 11px; color: #3c4f61; font-size: 14px; }
.google-rating.compact { margin: 0; }
.stars { color: var(--yellow); font-size: 18px; letter-spacing: 2px; line-height: 1; }
.hero-actions { display: flex; align-items: center; }
.hero-actions .button { min-height: 58px; padding: 16px 31px; font-size: 16px; }
.hero-benefits { display: flex; margin: 26px 0 0; padding: 0; flex-wrap: wrap; gap: 16px 24px; color: #526578; font-size: 13px; font-weight: 700; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 7px; }
.hero-benefits li span { display: grid; width: 20px; height: 20px; border-radius: 50%; place-items: center; color: var(--whatsapp-dark); background: #e8f8ef; font-size: 12px; }
.hero-visual { position: relative; padding: 10px 10px 12px 0; }
.hero-image-frame { position: relative; overflow: hidden; border: 8px solid var(--white); border-radius: 32px 32px 82px 32px; box-shadow: 0 30px 70px rgba(16, 44, 70, 0.17); }
.hero-image-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(6, 37, 72, 0.11)); content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.floating-card { position: absolute; z-index: 2; display: flex; min-width: 212px; padding: 13px 16px; border: 1px solid rgba(220, 231, 241, 0.9); border-radius: 16px; align-items: center; gap: 11px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 18px 42px rgba(16, 44, 70, 0.15); }
.floating-card-top { top: 42px; right: -36px; }
.floating-card-bottom { bottom: 24px; left: -38px; }
.floating-icon, .feature-icon { display: grid; width: 43px; height: 43px; border-radius: 13px; flex: 0 0 auto; place-items: center; color: var(--blue); background: #eaf4fc; }
.floating-icon .icon { width: 22px; height: 22px; }
.floating-card span:last-child { display: grid; gap: 1px; }
.floating-card strong { color: var(--navy); font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 11px; }

.proof-strip {
  position: relative;
  z-index: 4;
  padding-bottom: 22px;
  background: linear-gradient(180deg, var(--pale) 0 28px, var(--white) 28px);
}
.proof-grid {
  position: relative;
  display: grid;
  overflow: hidden;
  margin-top: -28px;
  border: 1px solid rgba(204, 220, 234, 0.9);
  border-radius: 22px;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 45px rgba(16, 44, 70, 0.12);
}
.proof-grid::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--blue));
  content: "";
}
.proof-item {
  display: flex;
  min-height: 102px;
  padding: 20px 24px;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue);
  background: linear-gradient(145deg, #edf6fd, #e2f1fb);
}
.proof-icon.star { color: #e5a900; background: linear-gradient(145deg, #fff9e7, #fff2c5); }
.proof-icon .icon { width: 21px; height: 21px; }
.proof-copy { display: grid; gap: 1px; text-align: left; }
.proof-copy strong { color: var(--navy); font-size: 18px; letter-spacing: -0.02em; line-height: 1.25; }
.proof-copy small { color: var(--muted); font-size: 11px; line-height: 1.4; }

.section { padding: 94px 0; }
.section-heading { max-width: 640px; }
.section-heading.centered { margin: 0 auto 46px; text-align: center; }
.section-heading h2, .benefits-intro h2, .place-copy h2, .faq-heading h2, .location-info h2, .final-cta-card h2 { margin: 13px 0 16px; color: var(--navy); font-size: clamp(32px, 4vw, 46px); font-weight: 780; letter-spacing: -0.045em; line-height: 1.12; }
.section-heading p, .benefits-intro > p, .place-copy > p, .faq-heading > p, .final-cta-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.process-section { background: var(--white); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid::before { position: absolute; z-index: 0; top: 57px; right: 16%; left: 16%; border-top: 1px dashed #aacbe5; content: ""; }
.process-card { position: relative; z-index: 1; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 14px 38px rgba(15, 69, 119, 0.06); }
.step-number { position: absolute; top: 20px; right: 24px; color: #d8e8f5; font-size: 36px; font-weight: 850; }
.process-card .feature-icon { width: 50px; height: 50px; margin-bottom: 27px; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--cyan)); box-shadow: 0 12px 24px rgba(18, 88, 168, 0.18); }
.process-card h3, .benefit-grid h3, .convenience-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 19px; letter-spacing: -0.02em; }
.process-card p, .benefit-grid p, .convenience-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.centered-cta { display: grid; margin-top: 38px; justify-items: center; gap: 9px; }
.centered-cta > span { color: var(--muted); font-size: 12px; }

.benefits-section { position: relative; overflow: hidden; padding-block: 108px; background: radial-gradient(circle at 87% 8%, rgba(29, 198, 236, 0.2), transparent 27%), radial-gradient(circle at 4% 92%, rgba(41, 145, 224, 0.22), transparent 27%), linear-gradient(135deg, #062b54 0%, #0b467d 50%, #0879a9 100%); }
.benefits-section::before { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; top: -340px; right: -100px; content: ""; }
.benefits-section::after { position: absolute; width: 310px; height: 310px; border-radius: 50%; bottom: -235px; left: 7%; background: rgba(255, 255, 255, 0.045); content: ""; }
.benefits-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: stretch; gap: 26px; }
.benefits-intro { position: relative; overflow: hidden; display: flex; padding: 48px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 30px; flex-direction: column; color: var(--white); background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)); box-shadow: 0 28px 65px rgba(0, 27, 57, 0.24); backdrop-filter: blur(12px); }
.benefits-intro::after { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 50%; right: -135px; bottom: -135px; content: ""; }
.benefits-intro > * { position: relative; z-index: 1; }
.benefits-intro .section-kicker { color: #8ceaff; }
.benefits-intro h2 { max-width: 510px; margin-top: 15px; color: var(--white); font-size: clamp(38px, 4.2vw, 54px); line-height: 1.04; }
.benefits-intro > p { margin-bottom: 24px; color: rgba(255, 255, 255, 0.82); font-size: 16px; line-height: 1.7; }
.benefit-promises { display: flex; margin: 0 0 23px; padding: 0; flex-wrap: wrap; gap: 9px; list-style: none; }
.benefit-promises li { display: inline-flex; min-height: 32px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 999px; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.08); font-size: 11px; font-weight: 750; }
.benefit-promises li span { display: grid; width: 17px; height: 17px; border-radius: 50%; place-items: center; color: #06486c; background: #8ceaff; font-size: 10px; font-weight: 900; }
.intro-rating { display: inline-flex; width: fit-content; margin: auto 0 18px; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 13px; align-items: center; gap: 11px; background: rgba(0, 24, 53, 0.18); }
.benefits-intro .google-rating { margin: 0; color: var(--white); }
.intro-rating > span { color: rgba(255, 255, 255, 0.7); font-size: 10px; }
.benefits-cta { width: 100%; min-height: 56px; box-shadow: 0 16px 34px rgba(0, 100, 61, 0.32); }
.benefits-reassurance { margin-top: 11px; color: rgba(255, 255, 255, 0.62); font-size: 10px; text-align: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.text-link .whatsapp-icon { display: none; }
.text-link:hover span:last-child { transform: translateX(3px); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefit-grid article { position: relative; overflow: hidden; min-height: 242px; padding: 29px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 24px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 24px 55px rgba(0, 27, 57, 0.19); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.benefit-grid article::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, #0b70c2, #24c5e8); content: ""; }
.benefit-grid article:nth-child(1), .benefit-grid article:nth-child(4) { background: linear-gradient(145deg, #ffffff, #eaf8ff); }
.benefit-grid article:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(0, 22, 50, 0.26); }
.benefit-grid .feature-icon { position: relative; z-index: 1; width: 50px; height: 50px; margin-bottom: 23px; color: var(--white); background: linear-gradient(145deg, #1258a8, #008ec8); box-shadow: 0 12px 25px rgba(18, 88, 168, 0.22); }
.benefit-label { display: block; margin-bottom: 7px; color: #0879b5; font-size: 10px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.benefit-index { position: absolute; top: 21px; right: 23px; color: #d8e9f5; font-size: 35px; font-weight: 900; letter-spacing: -0.06em; }
.benefit-grid h3 { max-width: 235px; margin-bottom: 10px; font-size: 20px; line-height: 1.25; }
.benefit-grid p { font-size: 13px; line-height: 1.65; }
.benefit-grid article:nth-child(2) .feature-icon, .benefit-grid article:nth-child(3) .feature-icon { color: #1258a8; background: linear-gradient(145deg, #e9f4fc, #dff1fb); box-shadow: none; }

.section-kicker.light, .final-cta-card h2, .final-cta-card p { color: var(--white); }

.convenience-section { position: relative; overflow: hidden; padding-block: 106px; background: linear-gradient(180deg, #ffffff 0%, #f2f8fd 100%); }
.convenience-section::before { position: absolute; width: 430px; height: 430px; border-radius: 50%; top: -270px; right: 4%; background: rgba(0, 136, 201, 0.07); content: ""; }
.convenience-shell { position: relative; padding: 58px; border: 1px solid rgba(201, 219, 235, 0.85); border-radius: 34px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 28px 70px rgba(13, 63, 120, 0.11); }
.convenience-header { display: grid; margin-bottom: 38px; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 52px; }
.convenience-header .section-heading { max-width: 690px; }
.convenience-header .section-heading h2 { margin-bottom: 14px; }
.convenience-header .section-heading p { max-width: 660px; font-size: 16px; }
.convenience-assurance { display: flex; padding: 19px 20px; border: 1px solid #d8e9f5; border-radius: 18px; align-items: center; gap: 13px; background: linear-gradient(145deg, #f4faff, #eaf5fd); }
.assurance-check { display: grid; width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--cyan)); font-weight: 900; box-shadow: 0 9px 20px rgba(18, 88, 168, 0.2); }
.convenience-assurance div { display: grid; gap: 2px; }
.convenience-assurance strong { color: var(--navy); font-size: 13px; line-height: 1.35; }
.convenience-assurance small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.convenience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.convenience-card { position: relative; overflow: hidden; display: flex; min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: 25px; flex-direction: column; background: var(--white); box-shadow: 0 16px 38px rgba(13, 63, 120, 0.07); }
.convenience-card::after { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(18, 88, 168, 0.08); border-radius: 50%; right: -85px; bottom: -85px; content: ""; }
.convenience-card-heading { display: flex; margin-bottom: 30px; align-items: center; gap: 13px; }
.feature-icon.large { width: 54px; height: 54px; border-radius: 16px; }
.card-label { display: inline-block; color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.convenience-card h3 { margin-bottom: 10px; font-size: 24px; }
.convenience-card p { max-width: 460px; font-size: 14px; line-height: 1.7; }
.convenience-detail { display: inline-flex; width: fit-content; margin-top: auto; padding: 8px 12px; border-radius: 999px; color: var(--blue); background: #edf6fd; font-size: 11px; font-weight: 800; }
.delivery-card { border-color: transparent; color: var(--white); background: radial-gradient(circle at 92% 12%, rgba(65, 215, 243, 0.24), transparent 31%), linear-gradient(135deg, #0d3f78, #1268a8 68%, #078ab9); box-shadow: 0 22px 45px rgba(13, 63, 120, 0.2); }
.delivery-card::after { border-color: rgba(255, 255, 255, 0.13); }
.delivery-card .feature-icon { color: var(--white); background: rgba(255, 255, 255, 0.14); }
.delivery-card .card-label { color: #8ceaff; }
.delivery-card h3 { color: var(--white); }
.delivery-card p { color: rgba(255, 255, 255, 0.78); }
.delivery-card .convenience-detail { color: var(--white); background: rgba(255, 255, 255, 0.13); }
.pickup-card { background: linear-gradient(145deg, #ffffff, #f8fbfe); }
.convenience-card.payment-card { display: grid; min-height: 220px; padding: 34px 38px; grid-column: span 2; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 55px; border-color: #cfe4f3; background: linear-gradient(135deg, #f5fbff, #eaf5fd); }
.payment-card .convenience-card-heading { margin-bottom: 20px; }
.payment-card .feature-icon { color: var(--white); background: linear-gradient(145deg, var(--blue), var(--cyan)); box-shadow: 0 12px 24px rgba(18, 88, 168, 0.2); }
.payment-chips { position: relative; z-index: 1; display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.payment-chips span { padding: 13px; border: 1px solid #d5e5f1; border-radius: 12px; color: var(--navy); background: rgba(255, 255, 255, 0.9); font-size: 12px; font-weight: 850; text-align: center; box-shadow: 0 8px 18px rgba(13, 63, 120, 0.05); }
.convenience-cta { display: flex; margin-top: 22px; padding: 24px 27px; border-radius: 21px; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: linear-gradient(135deg, #092f59, #0d4f86); }
.convenience-cta > div { display: grid; gap: 2px; }
.convenience-cta strong { font-size: 15px; }
.convenience-cta span { color: rgba(255, 255, 255, 0.68); font-size: 11px; }
.convenience-cta .button { min-height: 48px; padding: 12px 18px; white-space: nowrap; font-size: 13px; }

.reviews-section { position: relative; overflow: hidden; padding-block: 108px; background: #f2f8fd; }
.reviews-section::before { position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -350px; left: -100px; background: rgba(0, 136, 201, 0.07); content: ""; }
.reviews-header { position: relative; overflow: hidden; display: grid; min-height: 340px; padding: 58px 62px 116px; border-radius: 34px; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 55px; background: radial-gradient(circle at 88% 12%, rgba(60, 215, 241, 0.24), transparent 28%), linear-gradient(135deg, #082f5b, #0d4e86 58%, #087ead); box-shadow: 0 28px 65px rgba(13, 63, 120, 0.19); }
.reviews-header::after { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 50%; right: -115px; bottom: -175px; content: ""; }
.reviews-header .section-heading { position: relative; z-index: 1; max-width: 690px; }
.reviews-header .section-kicker { color: #8ceaff; }
.reviews-header .section-heading h2 { max-width: 680px; margin: 15px 0 16px; color: var(--white); font-size: clamp(37px, 4.5vw, 54px); line-height: 1.05; }
.reviews-header .section-heading p { max-width: 620px; color: rgba(255, 255, 255, 0.76); font-size: 16px; line-height: 1.7; }
.rating-summary { position: relative; z-index: 1; display: flex; min-width: 290px; padding: 22px 24px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 20px; align-items: center; gap: 17px; color: var(--white); background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); }
.rating-number { color: var(--white); font-size: 62px; font-weight: 840; letter-spacing: -0.06em; line-height: 1; }
.rating-summary > div { display: grid; gap: 4px; }
.rating-summary .stars { font-size: 16px; }
.rating-summary strong { color: var(--white); font-size: 12px; }
.rating-summary small { color: rgba(255, 255, 255, 0.66); font-size: 10px; }
.reviews-grid { position: relative; z-index: 2; display: grid; margin: -76px 30px 0; grid-template-columns: 1.2fr 0.9fr 0.9fr; gap: 17px; }
.review-card { position: relative; overflow: hidden; display: flex; min-height: 340px; padding: 30px; border: 1px solid rgba(210, 225, 238, 0.95); border-radius: 24px; flex-direction: column; background: var(--white); box-shadow: 0 20px 48px rgba(13, 63, 120, 0.11); }
.review-card::after { position: absolute; right: 24px; bottom: 5px; color: rgba(18, 88, 168, 0.06); content: "“"; font-family: Georgia, serif; font-size: 120px; line-height: 1; pointer-events: none; }
.review-card-featured { border-color: rgba(0, 136, 201, 0.25); background: linear-gradient(145deg, #ffffff, #edf8ff); }
.review-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.review-source { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #2368c4; background: #edf3fe; font-size: 9px; font-weight: 850; letter-spacing: 0.04em; }
.review-card blockquote { position: relative; z-index: 1; margin: 28px 0 34px; color: #3b4e61; font-size: 14px; line-height: 1.78; }
.review-card-featured blockquote { font-size: 16px; line-height: 1.8; }
.review-author { position: relative; z-index: 1; display: flex; margin-top: auto; align-items: center; gap: 12px; }
.review-author > span { display: grid; width: 44px; height: 44px; border-radius: 50%; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--cyan)); font-weight: 800; box-shadow: 0 9px 20px rgba(18, 88, 168, 0.18); }
.review-author > div { display: grid; gap: 2px; }
.review-author strong { color: var(--navy); font-size: 13px; }
.review-author small { color: var(--muted); font-size: 9px; }
.reviews-cta { display: flex; margin: 22px 30px 0; padding: 23px 27px; border: 1px solid #d8e7f2; border-radius: 20px; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 14px 35px rgba(13, 63, 120, 0.07); }
.reviews-cta > div { display: grid; gap: 2px; }
.reviews-cta strong { color: var(--navy); font-size: 15px; }
.reviews-cta span { color: var(--muted); font-size: 11px; }
.reviews-cta .button { min-height: 49px; padding: 12px 18px; white-space: nowrap; font-size: 13px; }

.real-place-section { position: relative; overflow: hidden; padding-block: 112px; background: linear-gradient(180deg, #ffffff, #f3f8fc); }
.real-place-section::before { position: absolute; width: 480px; height: 480px; border-radius: 50%; right: -250px; bottom: -300px; background: rgba(0, 136, 201, 0.08); content: ""; }
.place-grid { position: relative; display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: stretch; gap: 28px; }
.place-image { position: relative; overflow: hidden; min-height: 620px; border-radius: 34px 34px 92px 34px; box-shadow: 0 28px 65px rgba(16, 44, 70, 0.19); }
.place-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 35, 68, 0.08), transparent 45%, rgba(5, 35, 68, 0.28)); content: ""; pointer-events: none; }
.place-image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.place-year-badge { position: absolute; z-index: 2; top: 22px; left: 22px; display: grid; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 15px; gap: 1px; color: var(--white); background: rgba(7, 45, 84, 0.9); box-shadow: 0 12px 28px rgba(7, 39, 71, 0.22); backdrop-filter: blur(10px); }
.place-year-badge strong { font-size: 14px; }
.place-year-badge small { color: rgba(255, 255, 255, 0.68); font-size: 9px; }
.place-badge { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: flex; padding: 12px 16px; border-radius: 14px; align-items: center; gap: 8px; color: var(--navy); background: rgba(255, 255, 255, 0.96); box-shadow: 0 12px 30px rgba(16, 44, 70, 0.2); font-size: 11px; font-weight: 850; }
.place-badge .icon { width: 19px; height: 19px; color: var(--blue); }
.place-copy { position: relative; overflow: hidden; display: flex; padding: 52px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 34px; justify-content: center; flex-direction: column; color: var(--white); background: radial-gradient(circle at 92% 8%, rgba(66, 214, 240, 0.22), transparent 28%), linear-gradient(145deg, #082f5b, #0d4f86 62%, #087eaa); box-shadow: 0 28px 65px rgba(13, 63, 120, 0.18); }
.place-copy::after { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 50%; right: -150px; bottom: -160px; content: ""; }
.place-copy > * { position: relative; z-index: 1; }
.place-copy .section-kicker { color: #8ceaff; }
.place-copy h2 { max-width: 500px; margin: 15px 0 17px; color: var(--white); font-size: clamp(39px, 4vw, 52px); line-height: 1.05; }
.place-copy > p { margin: 0 0 26px; color: rgba(255, 255, 255, 0.76); font-size: 15px; line-height: 1.75; }
.check-list { display: grid; margin: 0 0 25px; padding: 0; gap: 10px; list-style: none; }
.check-list li { display: flex; padding: 14px 15px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 15px; align-items: flex-start; gap: 12px; background: rgba(255, 255, 255, 0.07); }
.check-list li > span { display: grid; width: 29px; height: 29px; margin-top: 1px; border-radius: 50%; flex: 0 0 auto; place-items: center; color: #074c6f; background: #8ceaff; font-size: 12px; font-weight: 900; }
.check-list li > div { display: grid; gap: 2px; }
.check-list strong { color: var(--white); font-size: 13px; }
.check-list small { color: rgba(255, 255, 255, 0.64); font-size: 10px; line-height: 1.45; }
.place-copy .button { width: 100%; min-height: 55px; }
.place-reassurance { margin-top: 10px; color: rgba(255, 255, 255, 0.56); font-size: 9px; text-align: center; }

.faq-section { position: relative; overflow: hidden; padding-block: 108px; background: linear-gradient(180deg, #f2f8fd 0%, #ffffff 100%); }
.faq-section::before { position: absolute; width: 440px; height: 440px; border-radius: 50%; top: -290px; left: -180px; background: rgba(0, 136, 201, 0.08); content: ""; }
.faq-section::after { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(18, 88, 168, 0.08); border-radius: 50%; right: -155px; bottom: -190px; content: ""; }
.faq-wrap { position: relative; z-index: 1; }
.faq-heading { max-width: 730px; margin: 0 auto 42px; text-align: center; }
.faq-heading h2 { margin-top: 14px; }
.faq-heading > p { max-width: 650px; margin-inline: auto; font-size: 16px; }
.faq-list { display: grid; max-width: 960px; margin-inline: auto; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid #d7e5f1; border-radius: 18px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 12px 32px rgba(13, 63, 120, 0.06); transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.faq-list details:hover { transform: translateY(-2px); border-color: #b9d6e9; box-shadow: 0 17px 38px rgba(13, 63, 120, 0.1); }
.faq-list details[open] { border-color: rgba(0, 136, 201, 0.36); box-shadow: 0 18px 42px rgba(13, 63, 120, 0.11); }
.faq-list summary { display: grid; min-height: 78px; padding: 16px 18px; grid-template-columns: 42px minmax(0, 1fr) 34px; align-items: center; gap: 15px; color: var(--navy); cursor: pointer; font-size: 15px; font-weight: 780; line-height: 1.4; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-number { display: grid; width: 42px; height: 42px; border-radius: 13px; place-items: center; color: var(--blue); background: linear-gradient(145deg, #edf6fd, #e2f1fb); font-size: 11px; font-weight: 900; letter-spacing: 0.04em; }
.faq-question { color: var(--navy); }
.faq-toggle { display: grid; width: 34px; height: 34px; border-radius: 50%; place-items: center; color: var(--blue); background: #edf6fd; font-size: 22px; font-weight: 400; line-height: 1; transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease; }
.faq-list details[open] .faq-toggle { transform: rotate(45deg); color: var(--white); background: linear-gradient(145deg, var(--blue), var(--cyan)); }
.faq-answer { margin: 0 18px 18px 75px; padding: 0 18px 3px; border-left: 2px solid #cce5f4; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.faq-cta { display: flex; max-width: 960px; margin: 24px auto 0; padding: 22px 24px; border-top: 1px solid #d6e5f0; align-items: center; justify-content: space-between; gap: 28px; }
.faq-cta > div { display: grid; gap: 2px; }
.faq-cta strong { color: var(--navy); font-size: 15px; }
.faq-cta span { color: var(--muted); font-size: 12px; }
.faq-cta .button { min-height: 48px; padding: 12px 18px; white-space: nowrap; font-size: 13px; }

.location-section { position: relative; overflow: hidden; padding: 104px 0 72px; background: linear-gradient(180deg, #ffffff 0%, #f1f7fc 100%); }
.location-section::before { position: absolute; width: 430px; height: 430px; border-radius: 50%; top: -285px; right: -120px; background: rgba(0, 136, 201, 0.07); content: ""; }
.location-shell { position: relative; display: grid; overflow: hidden; border: 1px solid rgba(201, 219, 235, 0.88); border-radius: 34px; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); align-items: stretch; background: var(--white); box-shadow: 0 30px 72px rgba(13, 63, 120, 0.13); }
.location-info { position: relative; overflow: hidden; display: flex; padding: 56px 52px; flex-direction: column; justify-content: center; color: var(--white); background: radial-gradient(circle at 8% 4%, rgba(65, 215, 243, 0.22), transparent 30%), linear-gradient(145deg, #082f5b, #0d4f86 62%, #087eaa); }
.location-info::after { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 50%; right: -165px; bottom: -170px; content: ""; }
.location-info > * { position: relative; z-index: 1; }
.location-info .section-kicker { color: #8ceaff; }
.location-info h2 { max-width: 470px; margin: 14px 0 16px; color: var(--white); font-size: clamp(38px, 4vw, 50px); line-height: 1.05; }
.location-intro { max-width: 470px; margin: 0 0 27px; color: rgba(255, 255, 255, 0.76); font-size: 14px; line-height: 1.7; }
.address-line, .hours { display: flex; margin: 0 0 11px; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 16px; align-items: flex-start; gap: 13px; background: rgba(255, 255, 255, 0.07); }
.address-line .feature-icon, .hours .feature-icon { width: 40px; height: 40px; border-radius: 12px; color: #075074; background: #8ceaff; }
.address-line .icon, .hours .icon { width: 20px; height: 20px; }
.address-line strong, .hours strong { color: var(--white); font-size: 13px; }
.address-line p, .hours p { margin: 2px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 11px; line-height: 1.55; }
.route-link { display: inline-flex; width: fit-content; min-height: 48px; margin-top: 10px; padding: 12px 17px; border-radius: 13px; align-items: center; gap: 8px; color: var(--blue-deep); background: var(--white); box-shadow: 0 12px 26px rgba(6, 37, 72, 0.2); font-size: 12px; font-weight: 850; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.route-link:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(6, 37, 72, 0.26); }
.location-badges { display: flex; margin-top: 18px; flex-wrap: wrap; gap: 9px; }
.location-badges span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 999px; color: rgba(255, 255, 255, 0.75); background: rgba(255, 255, 255, 0.06); font-size: 9px; font-weight: 750; }
.map-wrap { position: relative; min-height: 610px; padding: 14px; background: #eef5fa; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 582px; border: 0; border-radius: 23px; filter: saturate(0.82) contrast(1.02); }
.map-location-badge { position: absolute; z-index: 2; right: 34px; bottom: 34px; display: flex; min-width: 165px; padding: 12px 14px; border: 1px solid rgba(201, 219, 235, 0.9); border-radius: 16px; align-items: center; gap: 11px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 18px 38px rgba(16, 44, 70, 0.18); backdrop-filter: blur(10px); }
.map-location-badge .feature-icon { width: 38px; height: 38px; border-radius: 11px; }
.map-location-badge .icon { width: 19px; height: 19px; }
.map-location-badge > div { display: grid; gap: 1px; }
.map-location-badge strong { color: var(--navy); font-size: 12px; }
.map-location-badge small { color: var(--muted); font-size: 9px; }

.final-cta-section { position: relative; overflow: hidden; padding: 18px 0 84px; background: linear-gradient(180deg, #f1f7fc 0%, #ffffff 100%); }
.final-cta-card { position: relative; overflow: hidden; display: grid; min-height: 350px; padding: 56px 62px; border-radius: 34px; grid-template-columns: minmax(0, 1fr) 315px; align-items: center; gap: 62px; color: var(--white); background: radial-gradient(circle at 92% 8%, rgba(67, 218, 242, 0.25), transparent 28%), linear-gradient(135deg, #082f5b, #0d4e86 58%, #087ead); box-shadow: 0 28px 68px rgba(13, 63, 120, 0.2); }
.final-cta-card::before { position: absolute; width: 310px; height: 310px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50%; top: -210px; left: -120px; content: ""; }
.final-cta-card::after { position: absolute; width: 250px; height: 250px; border-radius: 50%; right: -150px; bottom: -170px; background: rgba(255, 255, 255, 0.05); content: ""; }
.final-cta-copy, .final-cta-action { position: relative; z-index: 1; }
.final-cta-kicker { display: flex; width: fit-content; padding: 8px 11px 8px 8px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 15px; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.08); }
.final-cta-kicker > span:last-child { display: grid; gap: 1px; }
.final-cta-kicker strong { color: var(--white); font-size: 11px; }
.final-cta-kicker small { color: rgba(255, 255, 255, 0.62); font-size: 8px; }
.final-cta-icon { display: grid; width: 40px; height: 40px; border-radius: 12px; place-items: center; color: var(--white); background: var(--whatsapp); box-shadow: 0 10px 22px rgba(0, 68, 39, 0.28); }
.final-cta-icon .whatsapp-icon { width: 24px; height: 24px; }
.final-cta-card h2 { max-width: 700px; margin: 21px 0 15px; color: var(--white); font-size: clamp(39px, 4vw, 53px); line-height: 1.04; }
.final-cta-card p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, 0.76); font-size: 15px; line-height: 1.7; }
.final-cta-benefits { display: flex; margin: 22px 0 0; padding: 0; flex-wrap: wrap; gap: 9px; list-style: none; }
.final-cta-benefits li { display: inline-flex; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 999px; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.84); background: rgba(255, 255, 255, 0.07); font-size: 10px; font-weight: 750; }
.final-cta-benefits li span { display: grid; width: 17px; height: 17px; border-radius: 50%; place-items: center; color: #075074; background: #8ceaff; font-size: 9px; font-weight: 900; }
.final-cta-action { display: grid; padding: 27px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 23px; gap: 12px; background: rgba(255, 255, 255, 0.09); box-shadow: 0 18px 42px rgba(0, 27, 57, 0.16); backdrop-filter: blur(10px); }
.final-cta-action-label { color: var(--white); font-size: 12px; font-weight: 800; text-align: center; }
.final-cta-action .button { width: 100%; min-height: 56px; padding-inline: 16px; white-space: normal; }
.final-cta-action small { color: rgba(255, 255, 255, 0.58); font-size: 9px; line-height: 1.45; text-align: center; }

footer { padding: 38px 0; background: #092b4f; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; color: rgba(255, 255, 255, 0.66); }
.footer-inner img { width: 155px; padding: 6px 9px; border-radius: 8px; background: var(--white); }
.footer-inner p, .footer-inner small { margin: 0; font-size: 11px; }

/* Mantém a primeira dobra inteira em notebooks com zoom do navegador em 100%. */
@media (min-width: 821px) and (max-height: 980px) {
  .header-inner { min-height: 68px; }
  .brand img { width: 170px; }
  .hero {
    display: grid;
    min-height: calc(100svh - 168px);
    padding: 28px 0;
    align-items: center;
  }
  .hero-grid { gap: 54px; }
  .hero h1 { margin: 14px 0 16px; font-size: clamp(44px, 4.1vw, 56px); }
  .hero-subtitle { margin-bottom: 16px; font-size: 16px; line-height: 1.55; }
  .google-rating { margin-bottom: 16px; }
  .hero-actions .button { min-height: 56px; padding: 14px 28px; }
  .hero-benefits { margin-top: 18px; }
  .hero-image-frame img { height: clamp(360px, 52svh, 500px); aspect-ratio: auto; }
  .floating-card-top { top: 28px; }
  .floating-card-bottom { bottom: 14px; }
  .proof-item { min-height: 94px; padding-block: 16px; }
}

@media (max-width: 1020px) {
  .hero-grid { gap: 40px; }
  .floating-card-top { right: -10px; }
  .floating-card-bottom { left: -15px; }
  .benefits-layout, .place-grid { gap: 45px; }
  .final-cta-card { grid-template-columns: minmax(0, 1fr) 285px; gap: 40px; }
  .location-info { padding: 48px 40px; }
}

@media (max-width: 820px) {
  .header-nav { display: none; }
  .header-inner { grid-template-columns: 1fr; }
  .brand { justify-self: center; }
  .hero { padding-top: 56px; }
  .hero-grid, .benefits-layout, .place-grid, .location-shell { grid-template-columns: 1fr; }
  .benefits-layout { gap: 24px; }
  .convenience-header { grid-template-columns: 1fr; gap: 24px; }
  .convenience-assurance { max-width: 440px; }
  .convenience-grid { grid-template-columns: 1fr; }
  .convenience-card.payment-card { grid-column: auto; grid-template-columns: 1fr; gap: 26px; }
  .benefits-section { padding-block: 82px; }
  .hero-copy { max-width: 660px; }
  .hero-visual { margin-top: 8px; }
  .proof-grid { margin-top: -22px; grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-item:nth-child(4) { border-top: 1px solid var(--line); }
  .process-grid, .reviews-grid { grid-template-columns: 1fr; }
  .process-grid::before { display: none; }
  .process-card, .review-card { min-height: 0; }
  .reviews-header { padding-bottom: 100px; grid-template-columns: 1fr; gap: 28px; }
  .rating-summary { width: fit-content; }
  .reviews-grid { margin-top: -58px; }
  .place-grid { gap: 24px; }
  .place-image, .place-image img { min-height: 520px; }
  .place-copy { padding: 44px; }
  .faq-section { padding-block: 82px; }
  .location-section { padding-block: 82px 62px; }
  .location-info { padding: 46px; }
  .map-wrap { min-height: 440px; }
  .map-wrap iframe { min-height: 412px; }
  .final-cta-card { grid-template-columns: 1fr; gap: 30px; }
  .final-cta-action { width: 100%; max-width: 430px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 76px; }
  body { overflow-x: hidden; }
  .container { width: min(100% - 24px, 1160px); }
  .site-header { box-shadow: 0 6px 22px rgba(16, 44, 70, 0.06); }
  .header-inner { min-height: 66px; }
  .brand img { width: 136px; }
  .hero { padding: 26px 0 40px; }
  .hero-grid { gap: 24px; }
  .eyebrow { max-width: 100%; align-items: flex-start; font-size: 9.5px; letter-spacing: 0.085em; line-height: 1.45; }
  .eyebrow span { margin-top: 6px; flex: 0 0 auto; }
  .hero h1 { margin: 13px 0 15px; font-size: clamp(32px, 9.5vw, 38px); letter-spacing: -0.05em; line-height: 1.04; text-wrap: balance; }
  .hero-subtitle { margin-bottom: 17px; font-size: 14.5px; line-height: 1.55; }
  .google-rating { margin-bottom: 22px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .google-rating.compact { align-items: flex-start; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; min-height: 56px; padding: 14px 16px; font-size: 13.5px; }
  .hero-benefits { display: grid; margin-top: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hero-benefits li { min-width: 0; font-size: 12px; line-height: 1.35; }
  .hero-benefits li:nth-child(3) { grid-column: 1 / -1; }
  .hero-visual { margin-top: 2px; padding: 0; }
  .hero-image-frame { border-width: 5px; border-radius: 21px 21px 44px 21px; }
  .hero-image-frame img { height: auto; aspect-ratio: 16 / 10; object-position: center 43%; }
  .floating-card { min-width: 0; padding: 10px 12px; border-radius: 13px; }
  .floating-card-top { display: none; }
  .floating-card-bottom { max-width: calc(100% - 24px); bottom: 10px; left: 10px; }
  .floating-icon { width: 35px; height: 35px; }
  .floating-card strong { font-size: 9.5px; line-height: 1.25; }
  .floating-card small { font-size: 9px; }
  .proof-strip { padding-bottom: 18px; background: linear-gradient(180deg, var(--pale) 0 22px, var(--white) 22px); }
  .proof-grid { border-radius: 17px; }
  .proof-item { min-height: 94px; padding: 14px 10px; gap: 9px; align-items: center; justify-content: center; }
  .proof-icon { width: 34px; height: 34px; border-radius: 10px; }
  .proof-icon .icon { width: 18px; height: 18px; }
  .proof-copy { min-width: 0; }
  .proof-copy strong { font-size: 13px; }
  .proof-copy small { font-size: 8.5px; line-height: 1.35; }
  .section { padding: 64px 0; }
  .section-heading.centered { margin-bottom: 34px; text-align: left; }
  .section-kicker { max-width: 100%; font-size: 10px; line-height: 1.4; }
  .section-heading h2, .benefits-intro h2, .place-copy h2, .faq-heading h2, .location-info h2, .final-cta-card h2 { font-size: clamp(29px, 8.8vw, 34px); line-height: 1.08; text-wrap: balance; }
  .section-heading p, .benefits-intro > p, .place-copy > p, .faq-heading > p { font-size: 15px; }
  .process-grid { gap: 14px; }
  .process-card { padding: 25px 23px; border-radius: 19px; }
  .process-card .feature-icon { margin-bottom: 21px; }
  .step-number { top: 16px; right: 18px; font-size: 30px; }
  .centered-cta .button { width: 100%; }
  .centered-cta > span { max-width: 280px; text-align: center; }
  .benefit-grid, .convenience-grid { grid-template-columns: 1fr; }
  .benefits-section { padding-block: 64px; }
  .benefit-grid article { min-height: 0; }
  .benefits-intro { padding: 30px 22px; border-radius: 24px; }
  .benefits-intro h2 { font-size: clamp(31px, 9vw, 36px); }
  .benefit-promises { gap: 7px; }
  .benefit-promises li { padding-inline: 9px; }
  .benefit-promises li:nth-child(3) { flex-basis: 100%; }
  .intro-rating { width: 100%; align-items: flex-start; flex-direction: column; }
  .benefit-grid article { padding: 24px; border-radius: 20px; }
  .convenience-section { padding-block: 64px; }
  .convenience-shell { width: min(100% - 16px, 1160px); padding: 27px 16px 16px; border-radius: 23px; }
  .convenience-header { margin-bottom: 28px; gap: 20px; }
  .convenience-header .section-heading p { font-size: 14px; }
  .convenience-assurance { padding: 15px; border-radius: 15px; }
  .convenience-card, .convenience-card.payment-card { min-height: 0; padding: 23px 20px; border-radius: 20px; grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .convenience-card.payment-card { gap: 24px; }
  .convenience-card-heading { margin-bottom: 20px; }
  .convenience-card h3 { font-size: 22px; }
  .convenience-card p { margin-bottom: 20px; font-size: 13px; }
  .payment-card .convenience-card-heading { margin-bottom: 18px; }
  .payment-chips { width: 100%; }
  .payment-chips span { padding: 11px 8px; }
  .convenience-cta { padding: 21px 18px; border-radius: 18px; align-items: stretch; flex-direction: column; gap: 17px; }
  .convenience-cta .button { width: 100%; white-space: normal; }
  .reviews-section { padding-block: 64px; }
  .reviews-header { min-height: 0; padding: 32px 20px 74px; border-radius: 23px; }
  .reviews-header .section-heading h2 { font-size: clamp(30px, 8.8vw, 34px); }
  .reviews-header .section-heading p { font-size: 14px; }
  .rating-summary { width: 100%; min-width: 0; padding: 16px; gap: 13px; }
  .rating-number { font-size: 46px; }
  .reviews-grid { margin: -40px 4px 0; gap: 13px; }
  .review-card { min-height: 0; padding: 22px 20px; border-radius: 20px; }
  .review-card blockquote { margin: 22px 0 27px; }
  .review-card-featured blockquote { font-size: 15px; }
  .reviews-cta { margin: 18px 4px 0; padding: 20px 18px; border-radius: 18px; align-items: stretch; flex-direction: column; gap: 17px; }
  .reviews-cta .button { width: 100%; white-space: normal; }
  .real-place-section { padding-block: 64px; }
  .place-grid { gap: 16px; }
  .place-image { min-height: 0; aspect-ratio: 4 / 4.8; border-radius: 23px 23px 52px 23px; }
  .place-image img { min-height: 0; max-height: none; }
  .place-year-badge { top: 15px; left: 15px; padding: 11px 13px; }
  .place-year-badge { max-width: calc(100% - 30px); }
  .place-badge { right: 15px; bottom: 15px; max-width: calc(100% - 30px); padding: 10px 12px; font-size: 9px; }
  .place-copy { padding: 30px 20px; border-radius: 23px; }
  .place-copy h2 { font-size: clamp(30px, 9vw, 34px); }
  .place-copy > p { font-size: 14px; }
  .check-list li { padding: 12px; gap: 10px; }
  .place-copy .button { padding-inline: 14px; }
  .faq-heading { margin-bottom: 30px; text-align: left; }
  .faq-heading h2 { font-size: clamp(30px, 9vw, 34px); }
  .faq-heading > p { font-size: 14px; }
  .faq-list { gap: 10px; }
  .faq-list details { border-radius: 15px; }
  .faq-list summary { min-height: 68px; padding: 12px 10px; grid-template-columns: 32px minmax(0, 1fr) 30px; gap: 9px; font-size: 12.5px; }
  .faq-number { width: 32px; height: 32px; border-radius: 10px; font-size: 9px; }
  .faq-toggle { width: 30px; height: 30px; font-size: 19px; }
  .faq-answer { margin: 0 12px 14px; padding: 0 8px 2px; border-left: 0; }
  .faq-answer p { font-size: 12px; line-height: 1.65; }
  .faq-cta { padding: 20px 0 0; align-items: stretch; flex-direction: column; gap: 16px; }
  .faq-cta .button { width: 100%; white-space: normal; }
  .location-section { padding: 64px 0 46px; }
  .location-shell { width: min(100% - 16px, 1160px); border-radius: 23px; }
  .location-info { padding: 30px 20px; }
  .location-info h2 { font-size: clamp(30px, 9vw, 34px); }
  .location-intro { font-size: 13px; }
  .address-line, .hours { padding: 13px; gap: 11px; }
  .address-line > div, .hours > div { min-width: 0; }
  .route-link { width: 100%; justify-content: center; }
  .location-badges { display: grid; grid-template-columns: 1fr; gap: 6px; }
  .location-badges span { text-align: center; }
  .map-wrap { min-height: 330px; padding: 7px; }
  .map-wrap iframe { min-height: 316px; border-radius: 17px; }
  .map-location-badge { right: 16px; bottom: 16px; min-width: 140px; padding: 9px 11px; }
  .final-cta-section { padding: 12px 0 54px; }
  .final-cta-card { width: min(100% - 16px, 1160px); min-height: 0; padding: 32px 20px; border-radius: 23px; gap: 25px; }
  .final-cta-card h2 { font-size: clamp(30px, 9vw, 35px); }
  .final-cta-card p { font-size: 13px; line-height: 1.6; }
  .final-cta-benefits { display: grid; grid-template-columns: 1fr; }
  .final-cta-action { max-width: none; padding: 20px 16px; border-radius: 19px; }
  footer { padding: 34px 0; }
  .footer-inner { justify-items: center; gap: 16px; text-align: center; }
}

@media (max-width: 360px) {
  .container { width: min(100% - 20px, 1160px); }
  .brand img { width: 120px; }
  .hero h1 { font-size: 33px; }
  .button { padding-inline: 14px; font-size: 13px; }
  .proof-item { padding-inline: 8px; }
  .proof-icon { width: 31px; height: 31px; }
  .proof-copy strong { font-size: 12px; }
  .reviews-header, .benefits-intro, .place-copy, .location-info, .final-cta-card { padding-inline: 18px; }
}

@media (max-width: 600px) {
  .instagram-float,
  .website-float {
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  .instagram-float { bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
  .website-float { bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
  .instagram-icon { width: 22px; height: 22px; }
  .store-icon { width: 21px; height: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
