:root {
  --orange: #ff591f;
  --orange-dark: #dc4210;
  --ink: #0b0d12;
  --muted: #626979;
  --line: #e6e8ed;
  --soft: #fff4ee;
  --surface: #fbfbfc;
  --green: #159a57;
  --whatsapp: #25d366;
  --instagram: #c92f87;
  --purple: #7650d6;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.5 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, blockquote, figure { margin: 0; }
ul, ol { margin: 0; }
img { display: block; max-width: 100%; }
button { border: 0; background: none; }
i { display: inline-block; line-height: 1; }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #8c2f0d;
  outline-offset: 4px;
}

.container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.section { border-top: 1px solid var(--line); padding: 84px 0; }
.eyebrow { color: var(--orange-dark); font-size: .73rem; font-weight: 700; letter-spacing: .2em; margin-bottom: 16px; }
.section-heading h2, .results h2, .pricing h2, .faq h2, .final-cta h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; }
.section-heading.narrow { max-width: 940px; margin-inline: auto; }
.section-heading h2 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.section-heading > p:last-child { max-width: 820px; margin: 22px auto 0; color: var(--muted); font-size: 1.08rem; }

.skip-link { position: fixed; top: -100px; left: 14px; z-index: 1000; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; background: var(--orange); transform: scaleX(var(--reading-progress, 0)); transform-origin: left; pointer-events: none; }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 76px; height: 46px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: 32px; margin-inline: auto; color: #333945; font-size: .91rem; }
.site-header nav a, .footer nav a { transition: color .2s; }
.site-header nav a:hover, .footer nav a:hover { color: var(--orange); }
.header-actions { display: flex; gap: 12px; }
.button { min-height: 50px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--orange); border-radius: 9px; background: var(--orange); color: #fff; font-weight: 650; transition: background .2s, color .2s, transform .2s, box-shadow .2s; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 9px 24px rgba(255,89,31,.15); transform: translateY(-1px); }
.button-outline { background: #fff; color: var(--orange-dark); }
.button-outline:hover { background: var(--soft); color: var(--orange-dark); }
.button-small { min-height: 42px; padding: 10px 20px; font-size: .88rem; }
.button-large { min-height: 58px; padding-inline: 30px; font-size: 1.05rem; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.menu-toggle { display: none; font-size: 1.35rem; }

.hero { background: #fffaf7; overflow: hidden; }
.hero-grid { min-height: 650px; padding-block: 86px 82px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(450px, .75fr); align-items: center; gap: 50px; }
.hero-copy h1 { font-family: var(--display); font-size: clamp(3.35rem, 5vw, 5rem); font-weight: 500; line-height: .97; letter-spacing: -.06em; }
.hero-copy h1 span { color: var(--orange); }
.lead { max-width: 710px; margin-top: 30px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.34rem); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-actions > span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .9rem; }
.hero-actions > span i { color: var(--green); font-size: 1.2rem; }

.day-schedule { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 28px 70px rgba(26,22,18,.08); }
.schedule-title { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 22px; }
.schedule-title p { color: var(--muted); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.schedule-title h2 { margin-top: 4px; font-family: var(--display); font-size: 2rem; font-weight: 500; letter-spacing: -.04em; }
.schedule-title > span { color: var(--orange); font-family: var(--display); font-size: 1.45rem; }
.period-label { display: flex; align-items: center; gap: 15px; padding: 12px 15px; background: #faf6f3; }
.period-label strong { font-family: var(--display); font-size: 1.3rem; font-weight: 500; }
.period-label span { padding-left: 15px; border-left: 1px solid var(--line); color: var(--muted); font-size: .77rem; }
.appointment { min-height: 82px; padding: 14px 10px; display: grid; grid-template-columns: 78px 1fr 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.appointment:last-child { border-bottom: 0; }
.appointment time { color: var(--orange); font-family: var(--display); font-size: 1.55rem; }
.appointment strong { display: block; font-family: var(--display); font-size: 1.1rem; font-weight: 500; }
.appointment small { display: block; color: var(--muted); }
.professional { display: flex; align-items: center; gap: 9px; }
.professional i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.1rem; }
.status, .payment { padding: 6px 10px; display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; font-size: .67rem; white-space: nowrap; }
.status { color: #087d44; background: #eaf9f1; }
.payment { color: #c64b1e; background: #fff1e9; }

.segments { padding-block: 62px 74px; }
.segments .section-heading { margin-bottom: 34px; }
.segments .section-heading h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.segment-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.segment-grid article { min-height: 155px; padding: 10px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; border-right: 1px solid var(--line); }
.segment-grid article:last-child { border-right: 0; }
.segment-grid article span, .results article > span, .cta-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--orange); }
.segment-grid article i { font-size: 2.3rem; }
.segment-grid h3 { font-family: var(--display); font-size: 1.25rem; font-weight: 500; line-height: 1.15; }

.automation { background: #fff; }
.automation-grid { display: grid; grid-template-columns: 1fr .68fr 1fr; gap: 34px; align-items: center; }
.channel-card, .menu-card { min-width: 0; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.channel-card { padding: 24px; }
.channel-card header { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.channel-card header > i { font-size: 2.6rem; }
.whatsapp-card header > i { color: var(--whatsapp); }
.instagram-card header > i { color: var(--instagram); }
.channel-card h3 { font-size: 1rem; }
.channel-card header span { display: block; color: var(--muted); font-size: .74rem; }
.whatsapp-card { background: #f9fff9; }
.instagram-card { background: #fffaff; }
.mini-chat { min-height: 330px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; background: #f2f1ef; border-radius: 12px; font-size: .84rem; }
.mini-chat .incoming { align-self: flex-start; padding: 11px 13px; border-radius: 9px; background: #fff; }
.mini-chat small { display: block; margin-top: 4px; color: #8c929d; font-size: .67rem; }
.mini-chat .outgoing { align-self: flex-end; width: min(84%, 300px); padding: 14px 16px; border-radius: 10px; line-height: 1.65; }
.mini-chat .outgoing ol { padding-left: 19px; margin-block: 8px; }
.whatsapp-chat .outgoing { background: #e7fad7; }
.instagram-chat .outgoing { color: #fff; background: var(--purple); }
.instagram-chat .outgoing small { color: rgba(255,255,255,.75); text-align: right; }
.menu-card { padding: 31px; box-shadow: 0 16px 45px rgba(30,30,45,.07); }
.channel-icons { display: flex; gap: 16px; color: var(--instagram); font-size: 2.5rem; }
.channel-icons i:last-child { color: var(--whatsapp); }
.menu-card h3 { margin: 22px 0; font-size: 1.48rem; line-height: 1.12; }
.menu-card ol { padding: 0; display: grid; gap: 10px; list-style: none; }
.menu-card li { padding: 11px 13px; border-radius: 8px; background: #f5f5f7; font-size: .88rem; }
.menu-card > span { display: block; margin-top: 16px; color: #90949d; font-size: .73rem; text-align: right; }
.booking-link { margin-top: 34px; min-height: 116px; padding: 24px 34px; display: grid; grid-template-columns: auto .75fr 1.45fr; gap: 24px; align-items: center; border: 1px solid var(--line); border-radius: 14px; }
.booking-link-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--orange); font-size: 2rem; }
.booking-link h3 { font-size: 1.22rem; }
.booking-link p { margin-top: 4px; color: var(--muted); font-size: .9rem; }
.booking-link a { min-height: 58px; padding: 12px 22px; display: flex; align-items: center; gap: 14px; border-radius: 10px; background: #f7f8fa; overflow-wrap: anywhere; }
.booking-link a i { color: #2a6192; font-size: 1.35rem; }
.booking-link a i:last-child { margin-left: auto; }

.booking-flow { background: #fcfcfd; }
.booking-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; }
.booking-step { min-height: 340px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.booking-step header { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.booking-step header > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--soft); color: var(--orange); font-family: var(--display); font-size: 1.45rem; }
.booking-step h3 { font-family: var(--display); font-size: 1.5rem; font-weight: 500; letter-spacing: -.035em; }
.booking-step header p { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.choice-list { display: grid; gap: 10px; }
.choice-list button { min-height: 52px; padding: 10px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 8px; text-align: left; background: #fff; }
.choice-list button i:last-child { color: #cbd0d7; }
.choice-list button.selected { color: var(--orange-dark); border-color: var(--orange); background: #fff8f4; }
.choice-list button.selected i:last-child { color: var(--orange); }
.step-arrow { color: var(--orange); font-size: 1.65rem; }
.date-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.date-row strong { display: flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 1.18rem; font-weight: 500; }
.date-row strong i { color: var(--orange); font-size: 1.45rem; }
.date-row > i { color: var(--muted); }
.time-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.time-list button { min-height: 52px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.time-list button.selected { color: var(--orange-dark); border-color: var(--orange); background: #fff8f4; font-weight: 700; }
.confirmation { min-height: 145px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 11px; text-align: center; }
.confirmation > i { margin-bottom: 8px; color: #2abf70; font-size: 3rem; }
.confirmation strong { font-family: var(--display); font-size: 1.28rem; }
.confirmation span { color: var(--green); font-size: .88rem; }
.link-preview { margin-top: 14px; min-height: 48px; padding: 9px 12px; display: flex; align-items: center; gap: 8px; border-radius: 8px; background: #f7f8fa; color: var(--muted); font-size: .72rem; overflow-wrap: anywhere; }
.testimonial { margin-top: 36px; padding: 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial > i { color: var(--orange); font-size: 4.5rem; }
.testimonial blockquote { max-width: 760px; font-family: var(--display); font-size: 1.55rem; line-height: 1.25; }
.testimonial-copy p { margin-top: 12px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .88rem; }
.testimonial-copy p i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #f0f1f4; }
.example-label { max-width: 260px; padding: 10px 14px; border-radius: 999px; background: var(--soft); color: var(--orange-dark); font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-align: center; }

.results { padding-block: 58px; }
.results-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); }
.results-grid > div { padding-right: 40px; }
.results h2 { font-size: clamp(2.2rem, 3.7vw, 3.7rem); }
.results-grid > div > p:last-child { max-width: 500px; margin-top: 18px; color: var(--muted); }
.results article { padding: 6px 28px; border-left: 1px solid var(--line); text-align: center; }
.results article > span { width: 64px; height: 64px; margin: 0 auto 16px; font-size: 2rem; }
.results article h3 { font-family: var(--display); font-size: 1.4rem; font-weight: 500; }
.results article p { max-width: 210px; margin: 8px auto 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }

.pricing { padding-block: 76px; }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.38fr .78fr; gap: 34px; align-items: center; }
.pricing-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.pricing-copy > p:last-child { margin-top: 20px; color: var(--muted); font-size: 1rem; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.plan-card { position: relative; min-height: 430px; padding: 28px 24px 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.plan-card h3 { font-family: var(--display); font-size: 1.55rem; font-weight: 500; }
.price { margin: 12px 0 18px; color: var(--orange-dark); font-family: var(--display); font-size: 3rem; font-weight: 600; line-height: 1; white-space: nowrap; }
.price small { margin-right: 5px; font-size: 1.15rem; }
.price span { margin-left: 5px; color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: .85rem; font-weight: 400; }
.plan-card ul { padding: 0; display: grid; gap: 10px; list-style: none; color: var(--muted); font-size: .86rem; }
.plan-card li { display: flex; align-items: flex-start; gap: 9px; }
.plan-card li > i { flex: 0 0 auto; margin-top: 2px; color: var(--orange); font-size: 1.05rem; font-weight: 800; }
.plan-card .button { width: 100%; margin-top: auto; min-height: 48px; }
.plan-card > small { margin-top: 12px; color: var(--muted); font-size: .65rem; text-align: center; }
.annual-plan { border: 2px solid var(--orange); padding-top: 36px; }
.advantage { position: absolute; inset: 0 0 auto; height: 28px; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .18em; }
.machine { position: relative; align-self: end; text-align: center; }
.machine figcaption { position: absolute; top: -35px; right: 0; z-index: 2; color: var(--orange-dark); font-family: var(--display); font-style: italic; transform: rotate(-5deg); }
.machine figcaption span, .machine figcaption strong, .machine figcaption em { display: block; font-style: inherit; line-height: 1.05; }
.machine figcaption strong { font-size: 1.6rem; }
.machine img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(20,24,30,.13)); }

.faq { padding-block: 68px; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.faq-grid > div:first-child > p:last-child { margin-top: 18px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 58px; padding: 14px 4px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { transition: transform .2s; }
.faq details[open] summary { color: var(--orange-dark); }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { padding: 0 40px 18px 4px; color: var(--muted); font-size: .9rem; }

.final-cta { padding-block: 54px; }
.final-cta-inner { min-height: 148px; padding: 28px 36px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px; border-radius: 15px; background: var(--soft); }
.cta-icon { width: 68px; height: 68px; font-size: 2.1rem; }
.final-cta h2 { font-size: clamp(2rem, 3vw, 3rem); }
.final-cta p { margin-top: 5px; color: var(--muted); }
.login-link { padding-left: 25px; border-left: 1px solid #e7cfc3; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }

.footer { border-top: 1px solid var(--line); }
.footer-main { padding-block: 48px; display: grid; grid-template-columns: 1.15fr .8fr .85fr 1.2fr; gap: 40px; }
.footer-brand .brand { display: flex; width: max-content; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 1.45rem; }
.footer-brand .brand img { width: 88px; }
.footer-brand > p { max-width: 280px; margin-top: 14px; color: var(--muted); font-size: .88rem; }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.3rem; }
.social-links a:first-child { color: var(--instagram); }
.social-links a:last-child { color: var(--whatsapp); }
.footer nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer h2 { margin-bottom: 8px; font-family: var(--display); font-size: 1.2rem; font-weight: 500; }
.footer nav a, .footer-contact > a { color: var(--muted); font-size: .84rem; }
.footer-contact > a { display: inline-flex; align-items: center; gap: 9px; overflow-wrap: anywhere; }
.footer-contact > a i { color: var(--orange); font-size: 1.15rem; }
.footer-contact .whatsapp-button { width: 100%; min-height: 48px; margin-top: 8px; padding: 10px 16px; justify-content: center; color: var(--orange-dark); border: 1px solid var(--orange); border-radius: 8px; font-weight: 600; }
.footer-bottom { min-height: 72px; padding-block: 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.footer-bottom > div { display: flex; gap: 18px; }
.footer-bottom button, .footer-bottom a { color: var(--muted); font-size: inherit; }
.footer-bottom button:hover, .footer-bottom a:hover { color: var(--orange); }
.footer-bottom > p:last-child { text-align: right; }

dialog { width: min(520px, calc(100% - 32px)); max-height: 90dvh; padding: 38px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); box-shadow: 0 30px 100px rgba(10,14,20,.22); }
dialog::backdrop { background: rgba(12,16,23,.48); backdrop-filter: blur(4px); }
dialog .close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; }
dialog h2 { padding-right: 34px; font-family: var(--display); font-size: 2.2rem; font-weight: 500; letter-spacing: -.04em; }
#plan-summary { margin-top: 20px; }
.summary-price { color: var(--orange-dark); font-family: var(--display); font-size: 2.5rem; font-weight: 600; }
.summary-price small { color: var(--muted); font: .9rem Inter, Arial, sans-serif; }
.dialog-list { padding: 0; margin: 22px 0; display: grid; gap: 10px; list-style: none; color: var(--muted); }
.dialog-list li { display: flex; align-items: center; gap: 9px; }
.dialog-list i { color: var(--orange); }
.summary-gift { padding: 14px; display: flex; align-items: center; gap: 10px; border-radius: 9px; background: var(--soft); color: var(--orange-dark); }
.summary-gift i { font-size: 1.5rem; }
.checkout-notice { margin: 24px 0; padding: 15px; display: flex; gap: 11px; border-radius: 9px; background: #f5f6f8; color: var(--muted); font-size: .83rem; }
.checkout-notice i { flex: 0 0 auto; font-size: 1.35rem; }
#plan-dialog > .button { width: 100%; }
#change-plan { margin-top: 10px; }
#legal-content { margin-top: 18px; color: var(--muted); }
#legal-content p + p { margin-top: 12px; }

@media (max-width: 1120px) {
  .container { width: min(100% - 48px, 1040px); }
  .site-header nav { gap: 18px; font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr 440px; gap: 36px; }
  .hero-copy h1 { font-size: clamp(3.15rem, 5.5vw, 4.5rem); }
  .segment-grid { grid-template-columns: repeat(3, 1fr); }
  .segment-grid article { border-bottom: 1px solid var(--line); }
  .segment-grid article:nth-child(3n) { border-right: 0; }
  .segment-grid article:nth-child(n+4) { border-bottom: 0; }
  .automation-grid { gap: 18px; }
  .channel-card { padding: 18px; }
  .menu-card { padding: 24px 18px; }
  .booking-step { padding: 20px; }
  .results-grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
  .results article { padding-inline: 18px; }
  .pricing-layout { grid-template-columns: .72fr 1.45fr; }
  .machine { grid-column: 1 / -1; width: min(520px, 65%); margin: 20px auto 0; }
  .machine figcaption { top: 10px; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .brand { flex-direction: row; align-items: center; }
}

@media (max-width: 860px) {
  .header-inner { gap: 12px; }
  .site-header nav { display: none; position: absolute; inset: 82px 0 auto; padding: 24px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(20,24,30,.1); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .header-actions { margin-left: auto; }
  .header-actions .button-outline { display: none; }
  .menu-toggle { display: inline-grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .day-schedule { width: min(100%, 650px); }
  .automation-grid { grid-template-columns: 1fr 1fr; }
  .menu-card { grid-column: 1 / -1; grid-row: 1; width: min(420px, 100%); justify-self: center; }
  .booking-link { grid-template-columns: auto 1fr; }
  .booking-link a { grid-column: 1 / -1; }
  .booking-steps { grid-template-columns: 1fr; }
  .booking-step { min-height: auto; }
  .step-arrow { transform: rotate(90deg); justify-self: center; }
  .testimonial { grid-template-columns: auto 1fr; }
  .example-label { grid-column: 2; }
  .results-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .results-grid > div { grid-column: 1 / -1; padding: 0 0 20px; }
  .results article:nth-child(2) { border-left: 0; }
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-copy { max-width: 650px; }
  .machine { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .final-cta-inner { grid-template-columns: auto 1fr; }
  .final-cta .button, .login-link { grid-column: 2; }
  .login-link { padding-left: 0; border: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; gap: 13px; }
  .footer-bottom > div { justify-content: center; flex-wrap: wrap; }
  .footer-bottom > p:last-child { text-align: center; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 72px; }
  body { font-size: 16px; }
  .container { width: min(100% - 36px, 520px); }
  .section { padding-block: 58px; }
  .site-header { position: sticky; }
  .header-inner { min-height: 72px; }
  .brand { gap: 7px; font-size: 1.05rem; }
  .brand img { width: 54px; height: 36px; }
  .site-header nav { top: 72px; }
  .header-actions .button { min-height: 38px; padding: 9px 13px; font-size: .75rem; }
  .menu-toggle { width: 38px; height: 38px; }
  .hero-grid { min-height: auto; padding-block: 54px 58px; gap: 42px; }
  .eyebrow { margin-bottom: 13px; font-size: .62rem; letter-spacing: .17em; }
  .hero-copy h1 { font-size: clamp(2.65rem, 12.2vw, 4rem); line-height: .99; }
  .lead { margin-top: 22px; font-size: 1rem; }
  .hero-actions { align-items: stretch; margin-top: 26px; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions > span { justify-content: center; }
  .day-schedule { padding: 20px 16px; border-radius: 13px; }
  .schedule-title h2 { font-size: 1.55rem; }
  .schedule-title > span { font-size: 1rem; }
  .appointment { min-height: 76px; grid-template-columns: 62px 1fr auto; gap: 8px; }
  .appointment time { font-size: 1.28rem; }
  .professional { grid-column: 2; font-size: .76rem; }
  .professional i { width: 28px; height: 28px; }
  .status, .payment { grid-column: 3; grid-row: 1 / span 2; font-size: .58rem; padding-inline: 7px; }
  .compact-appointment { display: none; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(2.25rem, 10vw, 3.3rem); }
  .section-heading > p:last-child { margin-top: 17px; font-size: .94rem; }
  .segments { padding-block: 50px; }
  .segments .section-heading h2 { font-size: 2.35rem; }
  .segment-grid { grid-template-columns: repeat(2, 1fr); }
  .segment-grid article { min-height: 132px; padding: 14px 8px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 13px; }
  .segment-grid article:nth-child(2n) { border-right: 0; }
  .segment-grid article:nth-child(3) { border-right: 1px solid var(--line); }
  .segment-grid article:nth-child(n+5) { border-bottom: 0; }
  .segment-grid article span { width: 58px; height: 58px; }
  .segment-grid article i { font-size: 1.75rem; }
  .segment-grid h3 { font-size: 1rem; }
  .automation-grid { grid-template-columns: 1fr; gap: 18px; }
  .menu-card { grid-column: auto; grid-row: auto; order: -1; width: 100%; }
  .channel-card { padding: 17px; }
  .mini-chat { min-height: 300px; padding: 14px; }
  .booking-link { margin-top: 22px; min-height: auto; padding: 20px; gap: 14px; }
  .booking-link-icon { width: 52px; height: 52px; }
  .booking-link p { font-size: .8rem; }
  .booking-link a { min-height: 52px; padding: 10px 12px; font-size: .74rem; }
  .booking-steps { gap: 12px; }
  .booking-step { padding: 18px; border-radius: 12px; }
  .booking-step header { margin-bottom: 18px; }
  .booking-step h3 { font-size: 1.35rem; }
  .choice-list button, .time-list button { min-height: 48px; }
  .testimonial { margin-top: 25px; padding: 25px 4px; grid-template-columns: 48px 1fr; gap: 14px; }
  .testimonial > i { font-size: 3rem; }
  .testimonial blockquote { font-size: 1.22rem; }
  .testimonial-copy p { align-items: flex-start; flex-wrap: wrap; font-size: .76rem; }
  .testimonial-copy p span { width: 100%; margin-left: 44px; }
  .example-label { grid-column: 1 / -1; justify-self: start; max-width: 100%; font-size: .55rem; }
  .results { padding-block: 50px; }
  .results-grid { gap: 25px 0; }
  .results h2 { font-size: 2.4rem; }
  .results article { padding: 0 14px; }
  .results article > span { width: 56px; height: 56px; font-size: 1.65rem; }
  .results article h3 { font-size: 1.15rem; }
  .results article p { font-size: .75rem; }
  .pricing { padding-block: 56px; }
  .pricing-copy h2 { font-size: 2.65rem; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 410px; padding: 25px 22px 19px; }
  .annual-plan { padding-top: 38px; }
  .price { font-size: 3.2rem; }
  .machine { width: min(100%, 430px); }
  .machine figcaption { top: 0; right: 6px; }
  .machine figcaption strong { font-size: 1.3rem; }
  .faq { padding-block: 54px; }
  .faq h2 { font-size: 2.6rem; }
  .faq summary { min-height: 62px; font-size: .9rem; }
  .final-cta { padding-block: 34px; }
  .final-cta-inner { min-height: auto; padding: 28px 20px; grid-template-columns: 1fr; gap: 17px; text-align: center; }
  .cta-icon { margin-inline: auto; }
  .final-cta h2 { font-size: 2.2rem; }
  .final-cta p { font-size: .9rem; }
  .final-cta .button, .login-link { grid-column: auto; width: 100%; }
  .footer-main { padding-block: 40px; grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .brand { flex-direction: column; align-items: flex-start; }
  .footer-brand > p { max-width: 320px; }
  .footer h2 { font-size: 1.1rem; }
  .footer nav a, .footer-contact > a { font-size: .76rem; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-contact .whatsapp-button { max-width: 100%; }
  .footer-bottom { padding-block: 22px; font-size: .65rem; }
  .footer-bottom > div { order: 1; }
  .footer-bottom > p:first-child { order: 2; }
  .footer-bottom > p:last-child { order: 3; }
  dialog { padding: 32px 22px 24px; }
  dialog h2 { font-size: 2rem; }
}

@media (max-width: 370px) {
  .container { width: calc(100% - 28px); }
  .brand span { display: none; }
  .appointment { grid-template-columns: 56px 1fr; }
  .status, .payment { display: none; }
  .professional { grid-column: 2; }
  .time-list { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer nav, .footer-contact { grid-column: 1; }
}
