:root {
  --green: #325136;
  --green-900: #18341f;
  --green-800: #24452b;
  --green-700: #325136;
  --green-600: #426b48;
  --green-100: #eaf2eb;
  --green-50: #f4f8f4;
  --mint: #dff3e2;
  --cream: #f7f4ee;
  --ink: #142118;
  --muted: #66726a;
  --line: #dfe6e0;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(24, 52, 31, .12);
  --shadow-sm: 0 10px 30px rgba(24, 52, 31, .08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 72px;
}
body.menu-open { overflow: hidden; touch-action: none; }
body.menu-open .site-header {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.menu-open .mobile-sticky { display: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section-pad { padding: 82px 0; }
.section-soft { background: var(--green-50); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1100;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(24,52,31,.06); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand img { width: 154px; height: auto; }
.desktop-nav, .desktop-cta, .link-login { display: none; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; display: grid; place-content: center; gap: 4px; }
.menu-toggle span { width: 18px; height: 2px; border-radius: 999px; background: var(--green); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }
.mobile-menu {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: #ffffff;
  padding: 20px 16px calc(28px + env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  isolation: isolate;
}
.mobile-menu[hidden] { display: none !important; }
.mobile-menu nav { width: min(100%, 520px); margin: 0 auto; display: grid; gap: 4px; }
.mobile-menu nav > a:not(.btn) { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 18px; padding: 14px 8px; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 14px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; min-height: 48px; padding: 12px 20px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 10px 26px rgba(50,81,54,.22); }
.btn-primary:hover { background: var(--green-800); }
.btn-light { background: #fff; color: var(--green-900); }
.btn-ghost { background: rgba(255,255,255,.8); border-color: var(--line); }
.btn-outline { color: var(--green); border-color: #b9c7bb; background: #fff; }
.btn-block { width: 100%; }
.btn-lg { min-height: 54px; padding: 14px 23px; }
.btn-sm { min-height: 42px; padding: 10px 17px; }

.hero { position: relative; overflow: hidden; padding-top: 54px; }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(188,222,194,.55), transparent 68%); right: -260px; top: -130px; pointer-events: none; }
.hero-grid { display: grid; gap: 42px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green-600); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 12px; }
.eyebrow { background: var(--green-50); border: 1px solid #dce8de; padding: 7px 12px; border-radius: 999px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #47a85d; box-shadow: 0 0 0 4px #dff1e2; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 12vw, 4.8rem); line-height: .98; max-width: 760px; margin-top: 18px; }
h1 span { color: var(--green-600); }
.hero-lead { color: var(--muted); font-size: 17px; line-height: 1.72; margin: 22px 0 0; max-width: 650px; }
.hero-actions { display: grid; gap: 10px; margin-top: 28px; }
.hero-actions .btn { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 24px; color: #56625a; font-size: 13px; font-weight: 700; }
.trust-row > div { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { color: var(--green); width: 17px; }

.hero-visual { position: relative; width: min(100%, 540px); margin-inline: auto; padding: 0 0 58px; }
.photo-card { position: relative; overflow: hidden; border-radius: 36px 36px 112px 36px; box-shadow: var(--shadow); background: #dcebea; aspect-ratio: 4/4.8; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.photo-gradient { position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(to top, rgba(21,47,27,.24), transparent); }
.wallet-float { background: rgba(255,255,255,.96); border: 1px solid rgba(223,230,224,.9); box-shadow: 0 18px 48px rgba(24,52,31,.18); backdrop-filter: blur(14px); }
.wallet-float-main { position: absolute; left: -2px; right: 22px; bottom: 0; padding: 15px 16px; border-radius: 20px; }
.wallet-float-top { display: flex; align-items: center; gap: 10px; }
.wallet-float-top img { width: 40px; height: 40px; object-fit: contain; border-radius: 12px; }
.wallet-float-top div { display: grid; }
.wallet-float-top small { color: var(--muted); font-size: 11px; }
.wallet-float-top strong { font: 800 20px/1.1 "Manrope", sans-serif; }
.balance-bar { height: 5px; border-radius: 999px; background: #e6ece7; overflow: hidden; margin: 12px 0 7px; }
.balance-bar span { display: block; width: 84%; height: 100%; background: var(--green); border-radius: inherit; }
.wallet-float-main p { margin: 0; color: var(--muted); font-size: 11px; }
.mini-badge { position: absolute; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: var(--shadow-sm); border-radius: 18px; padding: 10px 12px; }
.mini-badge span { font: 800 24px/1 "Manrope",sans-serif; color: var(--green); }
.mini-badge small { line-height: 1.25; color: var(--muted); font-size: 10px; }
.mini-badge svg { width: 28px; height: 28px; color: var(--green); }
.badge-validity { top: 14px; right: -4px; }
.badge-use { right: -2px; bottom: 86px; }

.smart-strip { background: var(--cream); border-block: 1px solid #ebe5da; padding: 26px 0; }
.strip-grid { display: grid; gap: 12px; }
.strip-title { display: grid; line-height: 1.2; }
.strip-title span { color: var(--green); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.strip-title strong { font: 800 23px/1.2 "Manrope", sans-serif; }
.strip-grid p { color: #6a6963; margin: 0; font-size: 14px; }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .simulator-copy h2, .app-copy h2, .faq-intro h2 { font-size: clamp(2rem, 8vw, 3.45rem); line-height: 1.06; margin-top: 11px; }
.section-heading p, .simulator-copy > p, .app-copy > p, .faq-intro > p { color: var(--muted); font-size: 16px; margin: 16px 0 0; }
.steps-grid { display: grid; gap: 14px; }
.step-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 22px; overflow: hidden; }
.step-number { position: absolute; top: 16px; right: 18px; color: #d6e0d8; font: 800 40px/1 "Manrope", sans-serif; }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--green-100); color: var(--green); margin-bottom: 19px; }
.icon-box svg { width: 25px; height: 25px; }
.step-card h3 { font-size: 20px; }
.step-card p { color: var(--muted); margin: 10px 0 0; font-size: 14px; }
.payment-note { margin-top: 18px; display: flex; align-items: flex-start; gap: 13px; border-radius: 18px; padding: 17px; background: #e9f2ea; border: 1px solid #d5e4d7; }
.payment-icon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--green); }
.payment-note > div:last-child { display: grid; gap: 3px; }
.payment-note strong { font-family: "Manrope"; }
.payment-note span { color: var(--muted); font-size: 13px; }

.simulator-section { background: #fff; }
.simulator-grid { display: grid; gap: 38px; align-items: center; }
.sim-wallet-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 26px; }
.sim-wallet-tabs button { border: 1px solid var(--line); background: #fff; border-radius: 12px; min-height: 46px; font-weight: 800; color: var(--green); }
.sim-wallet-tabs button.active { background: var(--green); color: #fff; border-color: var(--green); }
.range-label { display: flex; justify-content: space-between; margin-top: 26px; font-size: 14px; }
.range-label span { color: var(--muted); }
.range-label strong { font-family: "Manrope"; }
.range { width: 100%; appearance: none; height: 6px; border-radius: 999px; background: linear-gradient(to right, var(--green) 0%, var(--green) 100%, #d9e2da 100%); outline: none; margin: 14px 0 8px; }
.range::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 6px solid var(--green); box-shadow: 0 2px 8px rgba(24,52,31,.25); }
.range::-moz-range-thumb { width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 5px solid var(--green); }
.range-marks { display: flex; justify-content: space-between; color: #8b958e; font-size: 10px; }
.sim-disclaimer { display: flex; align-items: flex-start; gap: 8px; margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.sim-disclaimer svg { flex: 0 0 16px; margin-top: 2px; }

.simulator-card { border-radius: 28px; background: #f8faf8; border: 1px solid #dbe5dc; padding: 19px; box-shadow: var(--shadow); }
.sim-card-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.sim-card-head small { color: var(--muted); font-size: 11px; }
.sim-card-head h3 { font-size: 18px; margin-top: 2px; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; color: #18853b; background: #dff7e5; padding: 6px 10px; border-radius: 999px; font-weight: 800; font-size: 11px; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.sim-balance { padding: 20px 0 14px; display: grid; }
.sim-balance small { color: var(--muted); }
.sim-balance strong { font: 800 39px/1.1 "Manrope", sans-serif; letter-spacing: -.05em; margin: 3px 0; }
.sim-balance span { color: var(--muted); font-size: 12px; }
.sim-balance b { color: var(--green); }
.sim-progress { height: 7px; background: #dfe7e0; border-radius: 999px; overflow: hidden; }
.sim-progress span { display: block; height: 100%; border-radius: inherit; background: var(--green); transition: width .25s ease; }
.sim-details { display: grid; gap: 8px; margin-top: 15px; }
.sim-details > div { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 11px; }
.sim-details svg { color: var(--green); }
.sim-details span { color: var(--muted); font-size: 12px; }
.sim-details strong { font-size: 12px; }
.sim-foot { margin-top: 16px; }
.sim-foot p { color: var(--muted); font-size: 12px; margin: 0 0 14px; }
.sim-foot .btn { width: 100%; }

.section-dark { position: relative; overflow: hidden; background: var(--green-900); color: #fff; }
.section-dark::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(102,159,112,.22), transparent 68%); top: -250px; right: -160px; }
.section-heading.inverse { position: relative; }
.section-heading.inverse .kicker { color: #9cc9a3; }
.section-heading.inverse p { color: #aec1b2; }
.benefits-grid { position: relative; display: grid; gap: 12px; }
.benefit-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); padding: 22px; }
.benefit-card > span { color: #86b68e; font: 800 12px/1 "Manrope"; letter-spacing: .13em; }
.benefit-card h3 { margin-top: 16px; font-size: 19px; }
.benefit-card p { margin: 8px 0 0; color: #aec1b2; font-size: 13px; }

.pricing-grid { display: grid; gap: 16px; }
.price-card { position: relative; border: 1px solid var(--line); border-radius: 26px; padding: 24px 20px; background: #fff; box-shadow: 0 12px 40px rgba(24,52,31,.045); }
.price-card.featured { border: 2px solid var(--green); box-shadow: var(--shadow); }
.popular-pill { position: absolute; right: 18px; top: 18px; background: var(--green); color: #fff; border-radius: 999px; padding: 6px 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-top > span { color: var(--green-600); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.price-top h3 { font-size: 21px; margin-top: 5px; }
.price-top p { color: var(--muted); font-size: 13px; min-height: 42px; }
.price { display: flex; align-items: flex-start; margin: 20px 0 14px; color: var(--green-900); }
.price small { margin-top: 7px; font-weight: 800; }
.price strong { font: 800 48px/.9 "Manrope"; letter-spacing: -.06em; }
.price > span { line-height: 1.1; font-weight: 700; }
.price em { font-style: normal; color: var(--muted); font-size: 11px; font-weight: 500; }
.credit-callout { background: var(--green-50); color: var(--green); font-size: 12px; font-weight: 800; border-radius: 10px; padding: 10px 12px; }
.price-card ul { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 12px; }
.price-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: #56625a; }
.price-card li svg { flex: 0 0 18px; color: var(--green); margin-top: 1px; }
.pricing-note { text-align: center; color: var(--muted); font-size: 11px; max-width: 760px; margin: 20px auto 0; }

.app-grid { display: grid; gap: 40px; align-items: center; }
.browser-shell { background: #fff; border-radius: 24px; border: 1px solid #dce4dd; box-shadow: var(--shadow); overflow: hidden; }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #f7f9f7; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #cbd4cc; }
.browser-bar span { margin-left: 6px; color: #879087; font-size: 10px; }
.browser-shell img { width: 100%; height: auto; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; }
.check-list li > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; background: var(--green-100); border-radius: 50%; color: var(--green); }
.check-list svg { width: 15px; }
.text-link { color: var(--green); font-weight: 800; display: inline-flex; gap: 8px; align-items: center; }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.service-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 17px 14px; }
.service-icon { font-size: 23px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green-50); margin-bottom: 14px; }
.service-card h3 { font-size: 15px; line-height: 1.2; }
.service-card p { color: var(--muted); font-size: 11px; line-height: 1.5; margin: 8px 0 0; }

.team-grid { display: grid; gap: 10px; }
.team-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px; }
.avatar { width: 78px; height: 118px; flex: 0 0 78px; border-radius: 16px; background: #eef2ee; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(50,81,54,.06); }
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-card h3 { font-size: 15px; line-height: 1.2; }
.team-card p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }

.testimonials { background: #fff; }
.testimonial-grid { display: grid; gap: 14px; }
.testimonial-card { border: 1px solid var(--line); border-radius: 22px; padding: 20px; background: #fff; }
.stars { color: #a7863d; letter-spacing: .12em; font-size: 13px; }
blockquote { margin: 14px 0 20px; font-family: "Manrope"; font-weight: 600; line-height: 1.55; font-size: 15px; color: #3f4c43; }
.customer { display: flex; align-items: center; gap: 10px; }
.customer-photo { width: 42px; height: 42px; border-radius: 50%; background: var(--green-100); color: var(--green); display: grid; place-items: center; font-weight: 800; }
.customer > div:last-child { display: grid; }
.customer strong { font-size: 13px; }
.customer span { color: var(--muted); font-size: 10px; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; gap: 34px; }
.faq-intro .btn { margin-top: 22px; }
.accordion { display: grid; gap: 8px; }
.faq-item { background: #fff; border: 1px solid #e4e0d8; border-radius: 16px; overflow: hidden; }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 17px 18px; display: flex; justify-content: space-between; gap: 15px; text-align: left; color: var(--ink); font-weight: 800; }
.faq-item button i { position: relative; flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 3px; right: 3px; top: 8px; height: 1.5px; background: var(--green); transition: transform .2s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.active button i::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-answer p { margin: 0; padding: 0 18px 17px; color: var(--muted); font-size: 13px; }
.faq-item.active .faq-answer { max-height: 220px; }

.final-cta { padding: 28px 0 0; background: var(--cream); }
.final-cta-inner { position: relative; overflow: hidden; background: var(--green); color: #fff; border-radius: 28px; padding: 28px 22px; display: grid; gap: 26px; }
.final-cta-inner::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -120px; top: -120px; background: rgba(255,255,255,.07); }
.final-cta-inner > div { position: relative; z-index: 1; }
.final-cta-inner img { width: 50px; height: 50px; object-fit: contain; border-radius: 14px; background: #fff; margin-bottom: 18px; }
.final-cta-inner > div:first-child > span { color: #b9d9be; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 11px; }
.final-cta h2 { font-size: 30px; line-height: 1.08; margin-top: 7px; }
.final-cta p { color: #d4e4d6; margin: 12px 0 0; font-size: 13px; }
.final-actions { display: grid; gap: 10px; align-content: center; }
.final-actions .btn { width: 100%; }
.final-actions small { color: #d4e4d6; text-align: center; font-size: 10px; }

.site-footer { background: var(--cream); padding: 58px 0 92px; }
.footer-main { display: grid; gap: 30px; padding-bottom: 30px; }
.footer-brand img { width: 175px; height: auto; }
.footer-brand p { color: var(--muted); font-size: 13px; max-width: 300px; }
.footer-col { display: grid; align-content: start; gap: 8px; }
.footer-col h3 { font-size: 13px; margin-bottom: 4px; }
.footer-col a, .footer-col p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-col a:hover { color: var(--green); }
.legal-box { border-top: 1px solid #e2ddd4; border-bottom: 1px solid #e2ddd4; padding-block: 18px; }
.legal-box p { margin: 0; color: #77746d; font-size: 10px; line-height: 1.6; }
.footer-bottom { display: grid; gap: 5px; color: #8a867e; padding-top: 18px; font-size: 10px; }

.mobile-sticky { position: fixed; z-index: 900; left: 0; right: 0; bottom: 0; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
.mobile-sticky a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 52px; border-radius: 15px; background: var(--green); color: #fff; padding: 9px 16px; }
.mobile-sticky span { font-size: 11px; color: #d4e4d6; }
.mobile-sticky strong { font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }

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

@media (min-width: 640px) {
  body { padding-bottom: 0; }
  .container { width: min(calc(100% - 48px), var(--container)); }
  .hero-actions { display: flex; }
  .hero-actions .btn { width: auto; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-sticky { display: none; }
  .site-footer { padding-bottom: 30px; }
}

@media (min-width: 900px) {
  .section-pad { padding: 112px 0; }
  .header-inner { min-height: 82px; }
  .brand img { width: 172px; }
  .desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
  .desktop-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; color: #56625a; font-size: 13px; font-weight: 700; line-height: 1; white-space: nowrap; }
  .desktop-nav a:hover { color: var(--green); }
  .desktop-cta, .link-login { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; }
  .link-login { font-size: 12px; font-weight: 800; color: var(--green); line-height: 1; white-space: nowrap; }
  .menu-toggle, .mobile-menu { display: none !important; }
  .header-actions { margin-left: 14px; align-items: center; }
  .hero { padding-top: 74px; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 62px; }
  .hero-visual { margin-left: auto; }
  .photo-card { border-radius: 48px 48px 150px 48px; }
  .wallet-float-main { left: -46px; right: 55px; padding: 18px 20px; }
  .badge-validity { right: -20px; top: 32px; }
  .badge-use { right: -30px; bottom: 114px; }
  .strip-grid { grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
  .strip-grid p { font-size: 15px; }
  .section-heading { margin-bottom: 52px; }
  .payment-note { padding: 20px 22px; max-width: 860px; margin-inline: auto; margin-top: 26px; }
  .simulator-grid { grid-template-columns: 1fr .95fr; gap: 90px; }
  .simulator-card { padding: 24px; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-card { padding: 28px; min-height: 205px; }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .price-card { padding: 30px 26px; }
  .price-card.featured { transform: translateY(-12px); }
  .app-grid { grid-template-columns: 1.08fr .92fr; gap: 80px; }
  .services-grid { gap: 14px; }
  .service-card { padding: 22px 18px; min-height: 190px; }
  .service-card h3 { font-size: 17px; }
  .service-card p { font-size: 12px; }
  .team-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .team-card { display: block; padding: 16px; }
  .avatar { width: 100%; height: 340px; border-radius: 17px; margin-bottom: 15px; }
  .team-card h3 { font-size: 16px; }
  .team-card p { font-size: 12px; }
  .testimonial-card { padding: 26px; }
  blockquote { font-size: 16px; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
  .faq-intro { position: sticky; top: 120px; }
  .final-cta { padding-top: 50px; }
  .final-cta-inner { grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 48px 50px; }
  .final-cta h2 { font-size: 42px; max-width: 700px; }
  .final-actions .btn { width: auto; justify-self: start; }
  .final-actions small { text-align: left; }
  .footer-main { grid-template-columns: 1.6fr .8fr .8fr 1fr; gap: 50px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: flex; justify-content: space-between; }
}

@media (min-width: 1200px) {
  .hero-grid { grid-template-columns: 1.12fr .88fr; }
  .hero-lead { font-size: 18px; }
  .wallet-float-main { left: -72px; }
}

/* Clínica Momento Saúde — bloco de co-branding */
:root {
  --momento-pink: #c56580;
  --momento-pink-dark: #a44863;
  --momento-yellow: #ffca05;
  --momento-ink: #3d2530;
  --momento-soft: #fff7df;
  --momento-pink-soft: #fff0f4;
}

.clinic-partner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(255,202,5,.18), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(197,101,128,.12), transparent 30%),
    #fff;
}
.clinic-partner::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 48px solid rgba(197,101,128,.05);
  right: -120px;
  bottom: -120px;
  pointer-events: none;
}
.clinic-partner-grid { display: grid; gap: 30px; align-items: center; position: relative; }
.clinic-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--momento-pink-dark);
  background: var(--momento-pink-soft);
  border: 1px solid #f5d5df;
  border-radius: 999px;
  padding: 7px 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 800;
}
.clinic-copy h2 {
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1.04;
  margin-top: 14px;
  max-width: 760px;
}
.clinic-copy h2 span { color: var(--momento-pink-dark); }
.clinic-copy > p { color: var(--muted); font-size: 16px; margin: 17px 0 0; max-width: 690px; }
.clinic-highlights { display: grid; gap: 10px; margin-top: 28px; }
.clinic-highlights > div {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 12px;
  border: 1px solid #eee5e8;
  background: rgba(255,255,255,.82);
  border-radius: 17px;
  padding: 15px;
}
.clinic-highlights > div > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--momento-soft);
  color: var(--momento-pink-dark);
  font: 800 12px "Manrope", sans-serif;
}
.clinic-highlights strong { font-family: "Manrope", sans-serif; font-size: 14px; line-height: 1.35; }
.clinic-highlights small { color: var(--muted); font-size: 11px; line-height: 1.45; }

.clinic-location-card {
  overflow: hidden;
  border: 1px solid #eadde1;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(74,35,50,.12);
  padding: 12px;
}
.clinic-brand-panel {
  min-height: 190px;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.74)),
    linear-gradient(135deg, var(--momento-pink-soft), var(--momento-soft));
  border: 1px solid #f0e0e4;
}
.clinic-brand-label {
  align-self: center;
  color: var(--momento-pink-dark);
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 15px;
  box-shadow: 0 6px 20px rgba(114,62,78,.07);
}
.clinic-brand-panel img { width: min(100%, 260px); max-height: 230px; height: auto; object-fit: contain; margin-inline: auto; }
.clinic-brand-panel p { margin: 12px 0 0; color: var(--momento-ink); font: 800 13px "Manrope", sans-serif; letter-spacing: .02em; }
.clinic-address-block { display: flex; gap: 13px; padding: 20px 12px 16px; }
.clinic-location-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--momento-pink-dark);
  background: var(--momento-pink-soft);
}
.clinic-location-icon svg { width: 22px; height: 22px; }
.clinic-address-block > div:last-child { min-width: 0; }
.clinic-address-block span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.clinic-address-block h3 { margin-top: 3px; font-size: 19px; }
.clinic-address-block address { margin-top: 7px; color: var(--muted); font-style: normal; font-size: 12px; line-height: 1.55; }
.btn-momento { background: var(--momento-pink); color: #fff; box-shadow: 0 10px 26px rgba(197,101,128,.22); }
.btn-momento:hover { background: var(--momento-pink-dark); }
.btn-momento svg { width: 19px; height: 19px; }
.clinic-map-note { display: block; text-align: center; color: #8b7b81; font-size: 9px; padding: 8px 6px 2px; }

@media (min-width: 640px) {
  .clinic-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .clinic-highlights > div { grid-template-columns: 42px 1fr; }
}

@media (min-width: 900px) {
  .clinic-partner-grid { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 70px; }
  .clinic-brand-panel { min-height: 225px; padding: 28px; }
  .clinic-location-card { padding: 14px; }
}

/* Destaque discreto no menu para a Clínica Momento Saúde */
.nav-momento-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  color: var(--momento-pink-dark) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  font-weight: 800 !important;
  box-shadow: none !important;
  transition: color .2s ease, opacity .2s ease !important;
}
.nav-momento-link:hover {
  color: var(--momento-pink) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
}
.nav-momento-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--momento-yellow);
  box-shadow: 0 0 0 3px rgba(255,202,5,.18);
}
.mobile-menu nav > .nav-momento-link:not(.btn) {
  margin: 0;
  padding: 14px 8px;
  border-bottom: 1px solid var(--line) !important;
}

@media (min-width: 900px) {
  .desktop-nav .nav-momento-link {
    padding: 0;
  }

  .link-login {
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    color: var(--green-800);
    background: #e7f2e9;
    border: 1px solid #cfe1d2;
    box-shadow: 0 8px 22px rgba(50,81,54,.10);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  }
  .link-login:hover {
    color: var(--green-900);
    background: #dcecdf;
    box-shadow: 0 10px 26px rgba(50,81,54,.14);
    transform: translateY(-1px);
  }
}
