:root {
  --cream: #f8f2e6;
  --paper: #fffdf7;
  --sage: #8d9f79;
  --sage-dark: #526347;
  --olive: #263426;
  --pink: #e75f85;
  --pink-dark: #c9486c;
  --pink-soft: #f9dbe4;
  --butter: #f3dda1;
  --line: rgba(38, 52, 38, .15);
  --shadow: 0 16px 38px rgba(38, 52, 38, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--olive); font-family: "Heebo", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.narrow { max-width: 820px; }
.centered { text-align: center; }
.section { position: relative; overflow: hidden; padding: 96px 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.65rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.045em; }
h1 em { color: var(--sage-dark); font-style: normal; }
h2 { margin-bottom: 26px; font-size: clamp(2rem, 3.7vw, 3.65rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { line-height: 1.25; }
.lead { font-size: clamp(1.08rem, 1.45vw, 1.32rem); line-height: 1.75; }
.eyebrow { margin-bottom: 14px; color: var(--pink-dark); font-weight: 900; }
.strong { font-size: 1.14rem; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(248, 242, 230, .94); backdrop-filter: blur(14px); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { width: 142px; height: 64px; object-fit: contain; }
.nav nav { display: flex; align-items: center; gap: 26px; font-weight: 750; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 27px; border-radius: 999px; background: var(--pink); color: #fff; box-shadow: 0 8px 0 var(--pink-dark); font-size: 1.06rem; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; }
.cta:hover { transform: translateY(3px); box-shadow: 0 5px 0 var(--pink-dark); }
.cta:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--butter); outline-offset: 4px; }
.cta.small { padding: 10px 20px; box-shadow: none; font-size: .92rem; }

.hero { display: flex; align-items: center; min-height: 790px; padding: 72px 0 100px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 66px; align-items: center; }
.hero-copy .lead { max-width: 720px; }
.hero-strong { margin: 24px 0 18px; font-size: 1.1rem; font-weight: 800; }
.assistant-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 26px; }
.assistant-pills span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: .91rem; font-weight: 750; }
.assistant-pills .bonus-pill { border-color: var(--pink); background: var(--pink-soft); color: var(--pink-dark); }
.event-line { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 26px; }
.event-line > * { padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.microcopy { margin: 20px 0 0; color: #596557; font-size: .92rem; }
.assistant-stack { position: relative; display: grid; gap: 24px; width: 100%; max-width: 510px; margin-inline: auto; padding: 28px 24px 30px; }
.assistant-stack:before { content: ""; position: absolute; inset: 0; border-radius: 48% 52% 42% 58% / 45% 43% 57% 55%; background: #dce2d3; }
.assistant-card { position: relative; z-index: 1; width: min(400px, calc(100% - 22px)); min-height: 162px; padding: 23px 28px; border: 2px solid var(--olive); border-radius: 24px; background: var(--paper); box-shadow: 11px 12px 0 var(--butter); }
.assistant-card p { margin: 4px 0 3px; font-size: 1.3rem; font-weight: 900; }
.assistant-card small { display: block; max-width: 240px; line-height: 1.5; }
.assistant-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--pink-soft); color: var(--pink-dark); font-size: 1.55rem; font-weight: 900; }
.card-number, .card-tag { position: absolute; top: 18px; left: 20px; color: var(--pink-dark); font-weight: 900; }
.card-create { justify-self: end; transform: rotate(1.5deg); }
.card-board { justify-self: start; background: var(--sage); color: var(--paper); box-shadow: 11px 12px 0 var(--pink-soft); transform: rotate(-1.5deg); }
.card-board .assistant-icon { background: var(--butter); color: var(--olive); }
.card-board .card-number { color: var(--butter); }
.assistant-bonus { position: relative; z-index: 1; display: grid; grid-template-columns: auto auto 1fr; gap: 12px; align-items: center; width: calc(100% - 34px); justify-self: center; padding: 14px 18px; border: 2px solid var(--olive); border-radius: 18px; background: var(--butter); box-shadow: 7px 8px 0 rgba(207,75,112,.25); transform: rotate(.6deg); }
.bonus-label { padding: 5px 10px; border-radius: 999px; background: var(--pink); color: #fff; font-size: .78rem; font-weight: 900; }
.bonus-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--pink-soft); color: var(--pink-dark); font-size: 1.1rem; }
.assistant-bonus p { margin: 0; font-size: 1rem; line-height: 1.35; }
.assistant-bonus small { display: block; margin-top: 3px; font-size: .82rem; font-weight: 500; }

.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.context-list { display: grid; gap: 11px; }
.context-list span { padding: 13px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); font-weight: 750; transform: translateX(var(--shift, 0)); }
.context-list span:nth-child(2) { --shift: -18px; }
.context-list span:nth-child(3) { --shift: 10px; }
.context-list span:nth-child(4) { --shift: -8px; }
.context-list span:nth-child(5) { --shift: 15px; background: var(--pink-soft); }
.problem-close { margin-top: 56px; }
.problem-close .strong { display: block; margin-top: 25px; padding: 22px 28px; border-radius: 20px; background: var(--butter); }

.gem-section { background: var(--sage); color: var(--paper); }
.gem-section .eyebrow { color: var(--butter); }
.gem-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.gem-copy strong { color: var(--butter); }
.gem-definition { margin-top: 28px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; background: rgba(255,255,255,.11); font-size: 1.08rem; }
.brief-visual { display: grid; justify-items: center; gap: 9px; }
.brief-visual > div { width: min(100%, 360px); padding: 20px 24px; border-radius: 20px; background: var(--paper); color: var(--olive); box-shadow: var(--shadow); }
.brief-visual span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-left: 8px; border-radius: 50%; background: var(--pink); color: #fff; font-weight: 900; }
.brief-visual b { font-size: 1.1rem; }
.brief-visual small { display: block; margin: 6px 38px 0 0; }
.brief-visual i { color: var(--butter); font-size: 1.7rem; font-style: normal; }
.gem-note { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.28); }

.assistants-section { background: linear-gradient(180deg, var(--pink-soft), #f7e8e4); }
.assistants-section > .container > h2 { max-width: 820px; }
.build-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 46px; }
.build-card { display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.build-card-head { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.build-card-head > span { color: var(--pink); font-size: 2.25rem; font-weight: 900; }
.build-card-head small { color: var(--sage-dark); font-weight: 800; }
.build-card-head h3 { margin: 2px 0 0; font-size: 1.75rem; }
.build-card ul { padding: 0 22px 0 0; }
.build-card li { margin: 8px 0; }
.mini-demo { margin: 18px 0 22px; padding: 20px; border-radius: 20px; background: var(--cream); }
.mini-demo > span { display: block; margin-bottom: 9px; color: var(--pink-dark); font-size: .9rem; font-weight: 900; }
.mini-demo blockquote { margin: 0 0 13px; padding: 13px 16px; border-radius: 15px 15px 5px 15px; background: var(--pink-soft); font-size: 1.02rem; font-weight: 800; line-height: 1.55; }
.mini-demo p { margin: 0; line-height: 1.65; }
.card-outcome { margin: auto 0 0; padding: 17px 20px; border-radius: 16px; background: var(--cream); font-weight: 800; }
.board-card { border-color: rgba(82,99,71,.45); }
.wide-message { margin: 35px auto 0; max-width: 760px; padding: 17px 24px; border-radius: 999px; background: var(--olive); color: var(--paper); text-align: center; font-size: 1.1rem; font-weight: 900; }

.bonus-band { padding: 52px 0; background: var(--butter); }
.bonus-grid { display: grid; grid-template-columns: auto 1fr 270px; gap: 30px; align-items: center; }
.bonus-grid h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 3rem); }
.bonus-grid p { margin-bottom: 0; font-size: 1.05rem; }
.bonus-badge { display: grid; place-items: center; width: 94px; height: 94px; border-radius: 50%; background: var(--pink); color: #fff; font-size: 1.2rem; font-weight: 900; transform: rotate(-8deg); }
.bonus-envelope { padding: 22px; border: 2px solid var(--olive); border-radius: 18px; background: var(--paper); box-shadow: 8px 9px 0 var(--pink); transform: rotate(3deg); }
.bonus-envelope span { font-weight: 900; }
.bonus-envelope i { display: block; height: 7px; margin-top: 10px; border-radius: 999px; background: var(--pink-soft); }
.bonus-envelope i:nth-child(3) { width: 82%; }
.bonus-envelope i:nth-child(4) { width: 60%; }

.chats-section { background: var(--paper); }
.chat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 45px; }
.two-chat-grid { grid-template-columns: repeat(2, 1fr); }
.chat-card { padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.chat-title { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.chat-title span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: var(--pink-soft); color: var(--pink-dark); font-weight: 900; }
.chat-title b { font-size: 1.08rem; }
.bubble { margin: 12px 0; padding: 14px 16px; border-radius: 18px; font-size: .96rem; line-height: 1.55; }
.user-bubble { margin-left: 24px; border-bottom-right-radius: 5px; background: var(--pink-soft); }
.assistant-bubble { margin-right: 24px; border-bottom-left-radius: 5px; background: #e5ecdf; }
.stored-context { margin-bottom: 18px; padding: 13px 15px; border: 1px dashed var(--sage-dark); border-radius: 15px; background: var(--cream); color: #52604f; font-size: .9rem; line-height: 1.6; }
.stored-context b { color: var(--pink-dark); }
.chat-card > p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-weight: 800; }
.bonus-chat { background: #fffaf0; }
.bonus-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 20px; border: 2px solid var(--olive); border-radius: 18px; background: var(--paper); box-shadow: 8px 9px 0 var(--pink); transform: rotate(3deg); }
.bonus-board b { grid-column: 1 / -1; text-align: center; }
.bonus-board span { height: 34px; border-radius: 9px; background: var(--sage); }
.bonus-board span:nth-of-type(2), .bonus-board span:nth-of-type(3) { background: var(--pink-soft); }

.learning-section { background: var(--cream); }
.learning-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: center; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; margin: 13px 0; padding-right: 34px; font-size: 1.06rem; }
.check-list li:before { content: "✓"; position: absolute; right: 0; top: 0; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--pink); color: #fff; font-size: .78rem; font-weight: 900; }
.learning-note { padding: 40px; border: 2px solid var(--olive); border-radius: 28px; background: var(--paper); box-shadow: 14px 15px 0 var(--sage); transform: rotate(-2deg); }
.learning-note > span { color: var(--pink-dark); font-weight: 900; }
.learning-note h3 { margin: 10px 0 18px; font-size: 2rem; }
.learning-note b { display: block; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }

.timing-section { background: var(--sage); color: var(--paper); }
.timing-section .eyebrow { color: var(--butter); }
.timing-lines { display: grid; gap: 10px; margin: 36px auto; max-width: 760px; }
.timing-lines span { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.08); }
.timing-message { margin-bottom: 0; padding: 22px 26px; border-radius: 18px; background: var(--butter); color: var(--olive); font-size: 1.14rem; font-weight: 900; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.process-grid article { padding: 30px; border-top: 5px solid var(--pink); border-radius: 0 0 22px 22px; background: var(--cream); }
.process-grid article > span { color: var(--pink); font-size: 1.55rem; font-weight: 900; }
.process-grid h3 { margin: 24px 0 10px; font-size: 1.35rem; }
.process-grid p { margin-bottom: 0; }
.logistics-bar { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.logistics-bar div { padding: 22px 14px; border-left: 1px solid var(--line); text-align: center; }
.logistics-bar div:last-child { border-left: 0; }
.logistics-bar b, .logistics-bar span { display: block; }
.logistics-bar b { font-size: 1.12rem; }
.logistics-bar span { margin-top: 3px; color: #647064; font-size: .88rem; }

.fit-section { background: linear-gradient(135deg, var(--pink-soft), #f7ece2); }
.fit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: stretch; }
.fit-no { padding: 35px; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.fit-no h3 { font-size: 1.45rem; }
.fit-no ul { padding-right: 22px; }
.fit-no li { margin: 12px 0; }
.fit-no p { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }

.about-section { background: var(--sage); color: var(--paper); }
.about-section .eyebrow { color: var(--butter); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.photo-wrap { position: relative; }
.photo-wrap img { width: 100%; max-height: 570px; border: 2px solid rgba(255,255,255,.6); border-radius: 140px 140px 28px 28px; object-fit: cover; }
.photo-wrap span { position: absolute; right: 20px; bottom: 20px; padding: 8px 17px; border-radius: 999px; background: var(--butter); color: var(--olive); font-weight: 900; transform: rotate(-4deg); }

.testimonials-section { background: var(--paper); }
.testimonial-feature { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; margin: 42px 0 30px; padding: 34px 38px; border-radius: 28px; background: var(--butter); }
.testimonial-feature blockquote { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 800; line-height: 1.55; }
.testimonial-feature span { max-width: 150px; font-size: .9rem; font-weight: 800; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.testimonial-grid img { width: 100%; height: 280px; object-fit: contain; background: #fff; }
.testimonial-grid figcaption { padding: 14px 18px; color: var(--pink-dark); font-weight: 850; text-align: center; }
.testimonial-note { margin: 22px 0 0; color: #6b7469; font-size: .9rem; text-align: center; }

.offer-section { background: var(--olive); color: var(--paper); }
.offer-section .eyebrow { color: var(--pink-soft); }
.offer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; }
.offer-list { list-style: none; padding: 0; }
.offer-list li { display: flex; gap: 12px; margin: 14px 0; font-size: 1.06rem; }
.offer-list span { color: var(--pink); font-weight: 900; }
.price-card { padding: 40px; border-radius: 32px; background: var(--paper); color: var(--olive); box-shadow: 14px 14px 0 var(--sage); text-align: center; }
.tag { display: inline-block; padding: 7px 14px; border-radius: 999px; background: var(--pink-soft); color: var(--pink-dark); font-weight: 900; }
.price-date { margin: 20px 0 5px; font-weight: 800; }
.price { display: flex; align-items: flex-start; justify-content: center; margin: 10px 0 20px; line-height: 1; }
.price b { font-size: 6rem; letter-spacing: -.08em; }
.price span { margin-top: 11px; font-size: 2rem; }
.price-card .cta { width: 100%; }
.price-card small { display: block; margin-top: 20px; color: #697168; }
.checkout-placeholder { margin: 16px 0 0; color: var(--pink-dark); font-size: .85rem; font-weight: 800; }

.faq-section { background: var(--cream); }
.faq-list { max-width: 900px; margin-top: 34px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--pink); font-size: 1.65rem; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 770px; padding-bottom: 20px; }

.closing-section { background: var(--butter); }
.closing-details { margin: 30px 0; font-size: 1.13rem; }
footer { padding: 28px 0; background: var(--olive); color: var(--paper); }
.footer-grid { display: flex; align-items: center; gap: 30px; }
.footer-grid img { width: 105px; }
.footer-grid p { flex: 1; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px; font-size: .9rem; }
.footer-links a { text-decoration: underline; text-underline-offset: 3px; }
.mobile-cta { display: none; }

.thank-you-body { min-height: 100vh; background: var(--cream); }
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 60px 20px; background: radial-gradient(circle at 15% 20%, var(--pink-soft) 0 9%, transparent 9.2%), radial-gradient(circle at 86% 82%, var(--butter) 0 12%, transparent 12.2%), var(--cream); }
.thank-you-card { width: min(760px, 100%); padding: 52px; border: 2px solid var(--olive); border-radius: 34px; background: var(--paper); box-shadow: 16px 18px 0 var(--sage); text-align: center; }
.thank-you-logo { width: 135px; margin: 0 auto 20px; }
.thank-you-check { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 24px; background: var(--pink); color: #fff; font-size: 2.1rem; font-weight: 900; transform: rotate(-5deg); }
.thank-you-card h1 { margin-bottom: 14px; font-size: clamp(2.45rem, 7vw, 4rem); }
.thank-you-lead { max-width: 590px; margin: 0 auto 30px; font-size: 1.2rem; font-weight: 700; }
.thank-you-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; }
.thank-you-details div { padding: 18px 10px; border-left: 1px solid var(--line); }
.thank-you-details div:last-child { border-left: 0; }
.thank-you-details b, .thank-you-details span { display: block; }
.thank-you-details b { font-size: 1.15rem; }
.thank-you-details span { margin-top: 3px; color: #667064; font-size: .86rem; }
.thank-you-next { max-width: 630px; margin: 0 auto 25px; }
.thank-you-card .whatsapp-cta { margin: 0 auto; }
.thank-you-help { margin: 28px 0 0; color: #697168; font-size: .9rem; }
.thank-you-help a { color: var(--pink-dark); font-weight: 800; text-decoration: underline; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 80; display: flex; align-items: center; gap: 22px; max-width: 1120px; margin: auto; padding: 18px 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); color: var(--olive); box-shadow: 0 16px 48px rgba(38,52,38,.22); }
.cookie-banner p { flex: 1; margin: 0; font-size: .94rem; }
.privacy-link { padding: 0 4px; border: 0; background: transparent; color: var(--pink-dark); font: inherit; font-weight: 800; text-decoration: underline; cursor: pointer; }
.cookie-accept { padding: 11px 27px; border: 0; border-radius: 999px; background: var(--pink); color: #fff; font-family: inherit; font-size: 1rem; font-weight: 900; cursor: pointer; }
.privacy-backdrop { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; background: rgba(20,29,20,.58); }
.privacy-modal { position: relative; width: min(600px, 100%); padding: 40px; border-radius: 26px; background: var(--paper); color: var(--olive); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.privacy-modal h2 { margin-bottom: 16px; font-size: 2rem; }
.privacy-modal p { margin: 0; font-size: 1.02rem; line-height: 1.8; }
.privacy-close { position: absolute; top: 11px; left: 14px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--olive); font-family: Arial, sans-serif; font-size: 2.1rem; cursor: pointer; }
.privacy-close:hover { background: var(--pink-soft); }

@media (max-width: 930px) {
  .hero-grid, .problem-grid, .gem-grid, .learning-grid, .fit-grid, .about-grid, .offer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .assistant-stack { width: min(570px, 100%); margin: auto; }
  .problem-grid, .gem-grid, .learning-grid, .about-grid, .offer-grid { gap: 48px; }
  .build-grid, .chat-grid { grid-template-columns: 1fr; }
  .chat-card { max-width: 720px; }
  .bonus-grid { grid-template-columns: auto 1fr; }
  .bonus-envelope { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .logistics-bar { grid-template-columns: repeat(3, 1fr); }
  .logistics-bar div:nth-child(3) { border-left: 0; }
  .logistics-bar div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid figure:last-child { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 84px; }
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.65rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .site-header { position: relative; }
  .nav { height: 66px; }
  .logo { width: 116px; }
  .nav nav > a:not(.cta) { display: none; }
  .nav .cta { display: none; }
  .hero { padding: 46px 0 72px; }
  .hero-grid { gap: 38px; }
  .hero-copy .lead { font-size: 1.08rem; }
  .hero-strong { font-size: 1rem; }
  .assistant-pills { gap: 7px; }
  .assistant-pills span { font-size: .82rem; }
  .event-line { gap: 7px; }
  .event-line > * { padding: 7px 11px; font-size: .86rem; }
  .hero .cta { width: 100%; }
  .microcopy { text-align: center; }
  .assistant-stack { gap: 20px; padding: 24px 18px 26px; }
  .assistant-stack:before { inset: 0; }
  .assistant-card { width: calc(100% - 18px); min-height: 150px; padding: 20px 22px; }
  .assistant-card p { font-size: 1.12rem; }
  .assistant-icon { width: 42px; height: 42px; }
  .assistant-bonus { grid-template-columns: auto 1fr; width: calc(100% - 12px); padding: 13px 15px; }
  .bonus-icon { display: none; }
  .context-list span { transform: none; }
  .problem-close { margin-top: 38px; }
  .problem-close .strong { padding: 18px; }
  .brief-visual > div { padding: 17px 19px; }
  .build-card { padding: 25px 21px; }
  .build-card-head { align-items: flex-start; }
  .build-card-head h3 { font-size: 1.48rem; }
  .wide-message { border-radius: 19px; }
  .bonus-band { padding: 42px 0; }
  .bonus-grid { grid-template-columns: 1fr; text-align: center; }
  .bonus-badge { width: 76px; height: 76px; margin: auto; }
  .chat-card { padding: 21px 17px; }
  .bubble { font-size: .9rem; }
  .user-bubble { margin-left: 12px; }
  .assistant-bubble { margin-right: 12px; }
  .learning-note { padding: 28px 24px; transform: rotate(-1deg); }
  .timing-lines span { border-radius: 16px; }
  .process-grid article { padding: 25px 22px; }
  .logistics-bar { grid-template-columns: 1fr 1fr; }
  .logistics-bar div { border-top: 1px solid var(--line); }
  .logistics-bar div:nth-child(odd) { border-left: 1px solid var(--line); }
  .logistics-bar div:nth-child(even) { border-left: 0; }
  .logistics-bar div:nth-child(-n+2) { border-top: 0; }
  .logistics-bar div:last-child { grid-column: 1 / -1; border-left: 0; }
  .fit-no { padding: 26px 22px; }
  .photo-wrap img { max-height: 470px; border-radius: 100px 100px 24px 24px; }
  .testimonial-feature { grid-template-columns: 1fr; padding: 26px 22px; }
  .testimonial-feature span { max-width: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid figure:last-child { display: block; }
  .testimonial-grid img { height: auto; max-height: 430px; }
  .price-card { padding: 31px 22px; }
  .price b { font-size: 5rem; }
  .faq-list summary { font-size: 1.02rem; }
  .footer-grid { flex-wrap: wrap; }
  .footer-grid p { flex-basis: 60%; }
  .footer-links { width: 100%; }
  .mobile-cta { position: fixed; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; z-index: 60; display: block; }
  .mobile-cta .cta { width: 100%; min-height: 52px; box-shadow: 0 6px 0 var(--pink-dark); }
  .cookie-banner { right: 10px; bottom: calc(76px + env(safe-area-inset-bottom)); left: 10px; display: block; padding: 15px; }
  .cookie-banner p { font-size: .86rem; }
  .cookie-accept { width: 100%; margin-top: 11px; }
  .privacy-modal { max-height: calc(100vh - 30px); overflow-y: auto; padding: 50px 21px 27px; }
  .privacy-modal h2 { font-size: 1.7rem; }
  .thank-you-body { padding-bottom: 0; }
  .thank-you-page { padding: 28px 14px; }
  .thank-you-card { padding: 35px 19px; border-radius: 26px; box-shadow: 8px 10px 0 var(--sage); }
  .thank-you-details { grid-template-columns: 1fr; }
  .thank-you-details div { border-top: 1px solid var(--line); border-left: 0; }
  .thank-you-details div:first-child { border-top: 0; }
}

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