@charset "UTF-8";

:root {
  --green: #22c55e;
  --green-dark: #22c55e;
  --green-deep: #22c55e;
  --green-pastel: #d2f9e2;
  --teal: #22c55e;
  --ink: #1a1a1a;
  --body: #47566b;
  --muted: #65758b;
  --border: #f1f5f9;
  --soft: #f8fafc;
  --coral: #ff5c5c;
  --purple: #8456b8;
  --yellow: #ffd900;
  --shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Poppins", sans-serif; -webkit-font-smoothing: antialiased; }
main > section:not(.hero):not(.stats-strip) { content-visibility: auto; contain-intrinsic-size: auto 900px; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(100% - 32px, 1152px); margin-inline: auto; }
.narrow-container { max-width: 768px; }
.section-white { background: #fff; }
.section-soft { background: var(--soft); }

.urgency-bar { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 9px 18px; color: #fff; background: var(--green); font-size: 15px; line-height: 1.4; text-align: center; }
.urgency-bar span { font-size: 20px; }

.hero { overflow: hidden; padding: 56px 0 0; text-align: center; }
.hero-container { display: flex; flex-direction: column; align-items: center; }
.eyebrow { margin-bottom: 24px; }
.badge { width: fit-content; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .05em; }
.badge svg { width: 16px; height: 16px; }
.badge-outline { padding: 6px 16px; color: var(--green-dark); background: var(--green-pastel); border: 1px solid rgba(34, 197, 94, .35); }
.badge-solid { padding: 6px 16px; color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: var(--shadow); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(40px, 6vw, 60px); font-weight: 900; line-height: 1.05; letter-spacing: -.05em; }
.hero h1 span, .section-heading h2 span, .about-copy h2 span { color: var(--green); }
.hero-subtitle { max-width: 768px; margin: 24px auto 40px; color: var(--body); font-size: 24px; line-height: 1.375; }
.hero-subtitle strong { color: var(--ink); }
.hero-description { max-width: 820px; margin: -20px auto 12px; color: var(--body); font-size: 17px; line-height: 1.625; }
.hero-description strong, .hero-audience strong { color: var(--ink); }
.hero-audience { max-width: 760px; margin: 0 auto 34px; color: var(--body); font-size: 16px; line-height: 1.625; }
.cta-button { min-width: 208px; min-height: 72px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 20px 48px; border: 0; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 4px 14px rgba(16, 185, 129, .39); font-size: 24px; font-weight: 900; letter-spacing: -.025em; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.cta-button svg { width: 28px; height: 28px; stroke-width: 3; }
.cta-button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 8px 24px rgba(16, 185, 129, .3); }
.cta-button:active { transform: scale(.97); }
.microcopy { margin: 16px 0 48px; color: var(--muted); font-size: 14px; }
.microcopy span { margin-right: 5px; color: var(--green); font-weight: 800; }
.media-glow { position: relative; z-index: 0; }
.media-glow::before { content: ""; position: absolute; z-index: -1; inset: 10% -32%; background: rgba(34, 197, 94, .14); filter: blur(64px); border-radius: 50%; }
.hero-media { width: min(100%, 360px); }
.phone-vsl { aspect-ratio: 9 / 16; position: relative; isolation: isolate; margin-inline: auto; overflow: visible; background: transparent; }
.phone-screen { position: absolute; z-index: 1; inset: 0; overflow: hidden; border-radius: 26px; background: transparent; box-shadow: 0 24px 55px rgba(15, 23, 42, .24); }
.phone-screen::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, .4)); pointer-events: none; }
.phone-screen video, .phone-screen > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.vimeo-poster { position: absolute; inset: 0; }
.vimeo-player { width: 100%; height: 100%; position: absolute; z-index: 1; inset: 0; border: 0; background: #000; opacity: 0; transition: opacity .18s ease; }
.phone-vsl.has-started .vimeo-player { opacity: 1; }
.phone-vsl.has-started .phone-screen::after { opacity: 0; }
.phone-frame-overlay { width: 100%; height: 100%; position: absolute; z-index: 4; inset: 0; object-fit: fill; pointer-events: none; }
.floating-label { position: absolute; z-index: 5; top: 16px; right: -18px; padding: 9px 20px; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 5px 12px rgba(34, 197, 94, .3); font-size: 14px; font-weight: 900; transform: rotate(3deg); }
.play-button { width: 82px; height: 82px; position: absolute; z-index: 6; inset: 50% auto auto 50%; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 0 25px rgba(16, 185, 129, .7); transform: translate(-50%, -50%); cursor: pointer; transition: transform .2s ease; }
.play-button:hover { transform: translate(-50%, -50%) scale(1.08); }
.play-button svg { width: 48px; height: 48px; fill: currentColor; stroke: none; }
.phone-vsl .play-button, .phone-vsl .sound-label { transition: opacity .16s ease, visibility .16s ease, transform .2s ease; }
.phone-vsl.has-started .play-button, .phone-vsl.has-started .sound-label { visibility: hidden; opacity: 0; pointer-events: none; }
.sound-label { position: absolute; z-index: 6; left: 50%; top: calc(50% + 58px); width: max-content; max-width: calc(100% - 32px); padding: 6px 16px; border-radius: 999px; color: #fff; background: rgba(0, 0, 0, .75); font-size: 12px; font-weight: 800; text-align: center; transform: translateX(-50%); }

.stats-strip { border-block: 1px solid var(--border); background: #fff; }
.stats-container { width: min(100% - 32px, 1152px); min-height: 176px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 32px; margin-inline: auto; }
.stats-container.four-stats { grid-template-columns: repeat(4, 1fr); }
.stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.stat strong { color: var(--teal); font-size: 48px; font-weight: 900; letter-spacing: -.05em; }
.stat strong.purple, .purple { color: var(--purple) !important; }
.stat span { margin-top: 8px; color: var(--body); font-size: 14px; font-weight: 800; letter-spacing: .05em; }

.content-section { padding: 112px 0; content-visibility: auto; contain-intrinsic-size: auto 800px; }
.section-heading { max-width: 768px; margin: 0 auto 80px; text-align: center; }
.section-heading .kicker { display: block; margin-bottom: 12px; }
.kicker { color: var(--green-dark); font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.kicker-coral { color: var(--coral); }
.section-heading h2, .about-copy h2 { margin: 0; font-size: 48px; font-weight: 800; line-height: 1.1; letter-spacing: -.025em; }
.section-heading p { max-width: 640px; margin: 16px auto 0; color: var(--body); font-size: 18px; line-height: 1.625; }
.section-heading p span { color: var(--green); font-weight: 700; }
.card-grid { display: grid; gap: 24px; }
.three-columns { grid-template-columns: repeat(3, 1fr); }
.four-columns { grid-template-columns: repeat(4, 1fr); }
.four-columns .info-card { min-height: 310px; padding: 26px; }
.four-columns .info-card h3 { font-size: 21px; }
.info-card { min-height: 292px; padding: 32px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.info-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0, 0, 0, .09); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 12px; color: #fff; background: var(--green); box-shadow: 0 4px 10px rgba(34, 197, 94, .23); }
.icon-box svg { width: 24px; height: 24px; }
.info-card h3 { margin: 0 0 12px; font-size: 24px; font-weight: 700; line-height: 1.375; }
.info-card p { margin: 0; color: var(--body); font-size: 16px; line-height: 1.625; }
.feature-grid { grid-template-rows: repeat(2, 1fr); }
.feature-grid .info-card { min-height: 292px; }

.project-contents { border-block: 1px solid var(--border); }
.project-complete-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 64px; max-width: 1050px; margin-inline: auto; }
.material-gallery { width: min(1280px, calc(100vw - 24px)); margin-inline: 50%; padding: 16px 0 30px; overflow: hidden; transform: translateX(-50%); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.material-carousel-track { width: max-content; display: flex; gap: 20px; animation: material-carousel-scroll 72s linear infinite; will-change: transform; }
.material-carousel-group { display: flex; flex: none; gap: 20px; }
.material-slide { width: clamp(170px, 18vw, 250px); aspect-ratio: 9 / 16; position: relative; flex: none; display: grid; place-items: center; margin: 0; overflow: hidden; border: 0; border-radius: 22px; background: #0b6b31; box-shadow: 0 18px 38px rgba(15, 23, 42, .12); }
.material-slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
@keyframes material-carousel-scroll { to { transform: translate3d(calc(-50% - 10px), 0, 0); } }
.checklist-panel, .project-list-card { padding: 40px; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); }
.checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 40px; margin: 0; padding: 0; list-style: none; }
.checklist-grid li, .project-list li { position: relative; padding-left: 34px; color: #333; font-size: 16px; line-height: 1.5; }
.checklist-grid li::before, .project-list li::before { content: "\2713"; width: 22px; height: 22px; position: absolute; left: 0; top: 1px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; font-weight: 900; }

.showcase { overflow: hidden; padding-bottom: 112px; }
.showcase .section-heading { margin-bottom: 64px; }
.phone-demo { width: 340px; aspect-ratio: 9 / 19.5; margin: 0 auto; padding: 58px 12px 12px; border: 12px solid #171a19; border-radius: 48px; background: #050505; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25); }
.phone-demo::after { content: ""; position: absolute; inset: 5px; border-radius: 36px; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.phone-demo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.phone-speaker { width: 96px; height: 24px; position: absolute; top: 8px; left: 50%; border-radius: 999px; background: #000; transform: translateX(-50%); }
.showcase-grid { display: grid; grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); align-items: center; justify-content: center; gap: 72px; max-width: 960px; margin-inline: auto; }
.project-list { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }

.bonuses { border-top: 1px solid var(--border); }
.bonuses .section-heading { margin-bottom: 80px; }
.bonuses .badge { margin-bottom: 16px; }
.bonus-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.bonus-card { grid-column: span 2; min-width: 0; overflow: hidden; border: 2px solid rgba(34, 197, 94, .3); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.bonus-card:nth-child(4) { grid-column: 2 / span 2; }
.bonus-image { aspect-ratio: 4 / 5; position: relative; overflow: hidden; background: #f7f1e5; }
.bonus-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.18), transparent 55%); }
.bonus-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bonus-image img.bonus-cover { object-fit: contain; object-position: center; }
.bonus-card:nth-child(3) .bonus-image,
.bonus-card:nth-child(5) .bonus-image { background: transparent; }
.bonus-card:nth-child(3) .bonus-image { aspect-ratio: 2 / 3; }
.bonus-card:nth-child(5) .bonus-image { aspect-ratio: 80 / 111; }
.bonus-card:nth-child(3) .bonus-cover,
.bonus-card:nth-child(5) .bonus-cover {
  width: 100%;
  height: 100%;
  object-fit: fill !important;
  object-position: center !important;
  transform: none;
}
.bonus-image > span { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 4px 12px; border-radius: 999px; color: #fff; background: var(--green); font-size: 12px; font-weight: 900; }
.bonus-body { min-height: 335px; display: flex; flex-direction: column; padding: 24px; }
.bonus-body h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.375; }
.bonus-body p { margin: 0; color: var(--body); font-size: 16px; line-height: 1.625; }
.bonus-price { display: grid; gap: 2px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); font-size: 12px; }
.bonus-price small { color: var(--muted); font-size: 15px; }
.bonus-price small s { color: #ef233c; font-size: 20px; font-weight: 900; line-height: 1.25; text-decoration-color: #ef233c; text-decoration-thickness: 3px; }
.bonus-price strong { color: var(--teal); font-size: 22px; line-height: 1.2; }

.testimonial-card { min-height: 440px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.stars { margin-bottom: 16px; color: var(--yellow); font-size: 20px; letter-spacing: 1px; }
.testimonial-card > h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.35; }
.testimonial-card > p { margin: 0 0 24px; color: #333; font-size: 15px; line-height: 1.6; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); }
.testimonial-card footer img { width: 48px; height: 48px; object-fit: cover; border: 2px solid var(--yellow); border-radius: 50%; }
.testimonial-card footer div { display: grid; }
.testimonial-card footer strong { font-size: 16px; }
.testimonial-card footer span { color: var(--muted); font-size: 12px; }

.about { padding-block: 112px; }
.about-grid { display: grid; grid-template-columns: 2fr 3fr; align-items: center; gap: 56px; }
.about-photo { width: min(100%, 320px); aspect-ratio: 4 / 5; position: relative; margin: 0 auto; padding: 12px; border-radius: 24px; background: var(--green-pastel); transform: rotate(3deg); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 13px; transform: rotate(-3deg); }
.about-copy h2 { margin: 12px 0 20px; }
.about-copy p { margin: 0 0 16px; color: var(--body); font-size: 18px; line-height: 1.625; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.about-stats div { display: grid; }
.about-stats strong { color: var(--green); font-size: 30px; line-height: 1; }
.about-stats span { margin-top: 4px; color: var(--body); font-size: 10px; font-weight: 800; }

.faq { padding-top: 112px; }
.faq-container { max-width: 768px; }
.faq .section-heading { margin-bottom: 56px; }
.accordion { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; transition: border .2s ease; }
.faq-item.is-open { border-color: rgba(34, 197, 94, .55); }
.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; border: 0; color: var(--ink); background: transparent; font-size: 16px; font-weight: 700; text-align: left; cursor: pointer; }
.faq-item.is-open button { color: var(--green-dark); }
.faq-item button i { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--body); background: var(--border); font-size: 19px; font-style: normal; font-weight: 400; }
.faq-item.is-open button i { color: #fff; background: var(--green); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 24px; color: var(--body); font-size: 16px; line-height: 1.625; transition: padding .25s ease; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding: 0 24px 24px; }

.green-cta { padding: 112px 0; color: #fff; background: var(--green); text-align: center; }
.green-cta h2 { margin: 0; font-size: 48px; font-weight: 900; line-height: 1.1; letter-spacing: -.025em; }
.green-cta p { max-width: 672px; margin: 20px auto 40px; font-size: 20px; line-height: 1.375; }
.cta-light { min-width: 340px; background: rgba(255,255,255,.12); border: 1px solid rgba(0,0,0,.1); box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.cta-light:hover { background: rgba(255,255,255,.22); }
.green-cta small { display: block; margin-top: 20px; font-size: 14px; }

.pricing { padding-block: 112px; }
.pricing .section-heading { margin-bottom: 80px; }
.pricing-grid { max-width: 1024px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 24px; margin-inline: auto; }
.price-card { min-height: 850px; position: relative; display: flex; flex-direction: column; padding: 40px; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); }
.price-card.featured { border: 4px solid var(--green-dark); transform: scale(1.03); }
.popular-badge { position: absolute; top: -17px; left: 50%; padding: 6px 16px; border-radius: 999px; color: #fff; background: var(--green-dark); font-size: 12px; font-weight: 800; transform: translateX(-50%); white-space: nowrap; }
.price-card h3 { margin: 0 0 4px; font-size: 30px; }
.price-card > p { min-height: 56px; margin: 0 0 24px; color: var(--body); font-size: 16px; line-height: 1.5; }
.price-card > s { color: var(--muted); font-size: 14px; font-weight: 700; }
.price-card.featured > s { color: #ef233c; font-size: 16px; font-weight: 900; text-decoration-color: #ef233c; text-decoration-thickness: 3px; }
.price { display: flex; align-items: baseline; margin-top: -2px; }
.price span { margin-right: 4px; font-size: 16px; font-weight: 700; }
.price strong { font-size: 60px; line-height: 1; letter-spacing: -.05em; }
.price b { margin-left: 2px; font-size: 24px; }
.price.green strong, .price.green b { color: var(--teal); }
.price-card > small { color: var(--muted); font-size: 14px; }
.price-card ul { display: grid; gap: 12px; margin: 24px 0 32px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 32px; color: #333; font-size: 16px; line-height: 1.375; }
.price-card li::before { content: "\2713"; width: 20px; height: 20px; position: absolute; left: 0; top: 1px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-pastel); font-size: 12px; font-weight: 900; }
.price-card li.not-included { color: #9ca3af; }
.price-card li.not-included::before { content: "\00d7"; color: #dc2626; background: #fee2e2; font-size: 17px; line-height: 1; }
.plan-button { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: auto; border: 1px solid var(--border); border-radius: 999px; color: var(--body); background: #fff; font-size: 18px; font-weight: 900; letter-spacing: -.025em; text-decoration: none; transition: all .2s ease; }
.plan-button:hover { border-color: var(--green); color: var(--green-dark); transform: translateY(-2px); }
.plan-button.primary-plan { border-color: var(--green); color: #fff; background: var(--green); box-shadow: var(--shadow); }
.plan-button.primary-plan:hover { background: var(--green-dark); }
.payment-note { margin: 32px 0 0; color: var(--muted); font-size: 14px; text-align: center; }

.discount-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; }
.discount-modal[hidden] { display: none; }
.discount-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .66); backdrop-filter: blur(5px); }
.discount-modal__card { width: min(100%, 500px); max-height: calc(100vh - 32px); position: relative; z-index: 1; padding: 42px 38px 32px; overflow-y: auto; border: 2px solid rgba(34, 197, 94, .38); border-radius: 28px; background: #fff; box-shadow: 0 28px 80px rgba(15, 23, 42, .28); text-align: center; animation: discount-modal-in .34s cubic-bezier(.22, 1, .36, 1) both; }
.discount-modal__close { width: 38px; height: 38px; position: absolute; top: 14px; right: 14px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #64748b; background: #f1f5f9; font: inherit; font-size: 25px; line-height: 1; cursor: pointer; }
.discount-modal__badge { display: inline-flex; padding: 7px 14px; border-radius: 999px; color: #fff; background: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.discount-modal__card h2 { margin: 18px 0 12px; font-size: 32px; line-height: 1.12; letter-spacing: -.035em; }
.discount-modal__card h2 span { color: var(--green); }
.discount-modal__card > p { margin: 0 auto; color: var(--body); font-size: 15px; line-height: 1.55; }
.discount-modal__includes { margin-top: 18px; padding: 15px 17px; border: 1px solid rgba(34, 197, 94, .25); border-radius: 16px; background: #f2fff6; text-align: left; }
.discount-modal__includes > strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 14px; }
.discount-modal__includes ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.discount-modal__includes li { position: relative; padding-left: 23px; color: var(--body); font-size: 12.5px; line-height: 1.35; }
.discount-modal__includes li::before { content: "✓"; width: 16px; height: 16px; position: absolute; left: 0; top: 0; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; font-weight: 900; }
.discount-modal__includes b { color: var(--ink); }
.discount-modal__price { display: grid; justify-items: center; margin: 22px 0 10px; }
.discount-modal__price s { color: #ef233c; font-size: 16px; font-weight: 800; text-decoration-color: #ef233c; text-decoration-thickness: 3px; }
.discount-modal__price strong { color: var(--green); font-size: 62px; line-height: 1; letter-spacing: -.055em; }
.discount-modal__price strong small { font-size: 18px; letter-spacing: 0; }
.discount-modal__price strong span { font-size: 29px; }
.discount-modal__card .discount-modal__saving { color: var(--green-dark); font-size: 13px; font-weight: 700; }
.discount-modal__cta { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; padding: 15px 22px; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(34, 197, 94, .28); font-size: 15px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.discount-modal__cta:hover { color: #fff; box-shadow: 0 16px 34px rgba(34, 197, 94, .36); transform: translateY(-2px); }
.discount-modal__decline { display: inline-block; margin-top: 15px; padding: 5px; border: 0; color: #94a3b8; background: transparent; font: inherit; font-size: 12px; text-decoration: underline; cursor: pointer; }
body.modal-open { overflow: hidden; }
@keyframes discount-modal-in { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.confetti-canvas { width: 100%; height: 100%; position: fixed; z-index: 1200; inset: 0; pointer-events: none; }

.site-footer { display: flex; flex-direction: column; align-items: center; padding: 38px 20px; border-top: 1px solid var(--border); color: var(--muted); background: var(--soft); text-align: center; }
.site-footer img { width: 118px; height: auto; margin-bottom: 10px; }
.site-footer p { margin: 4px 0; font-size: 9px; }
.site-footer .legal { max-width: 600px; opacity: .82; }
.footer-brand { margin-bottom: 6px; color: var(--ink); font-size: 18px; font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 8px; font-size: 10px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--green-dark); text-decoration: underline; }

/* Entrada suave dos elementos durante a rolagem */
html.has-scroll-reveal .scroll-reveal {
  --reveal-x: 0px;
  --reveal-y: 32px;
  --reveal-scale: .985;
  --reveal-final-transform: translate3d(0, 0, 0);
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    transform .82s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
html.has-scroll-reveal .scroll-reveal.reveal-left { --reveal-x: -38px; --reveal-y: 10px; }
html.has-scroll-reveal .scroll-reveal.reveal-right { --reveal-x: 38px; --reveal-y: 10px; }
html.has-scroll-reveal .scroll-reveal.reveal-zoom { --reveal-y: 20px; --reveal-scale: .94; }
html.has-scroll-reveal .scroll-reveal.is-visible {
  opacity: 1;
  transform: var(--reveal-final-transform);
  will-change: auto;
}
html.has-scroll-reveal .about-photo.scroll-reveal { --reveal-final-transform: rotate(3deg); }
html.has-scroll-reveal .price-card.featured.scroll-reveal { --reveal-final-transform: scale(1.03); }

@media (max-width: 767px) {
  .hero { padding-top: 32px; }
  .hero h1 { max-width: 560px; font-size: clamp(24px, 7.5vw, 40px); line-height: 1.1; }
  .hero-subtitle { max-width: 560px; margin: 24px auto 40px; font-size: 18px; }
  .hero-description { margin-top: -20px; font-size: 15px; }
  .hero-audience { font-size: 15px; }
  .cta-button { min-height: 64px; padding: 18px 32px; font-size: 18px; }
  .cta-button svg { width: 24px; height: 24px; }
  .microcopy { font-size: 14px; }
  .hero-media { width: min(100%, 330px); }
  .content-section { padding-block: 80px; }
  .section-heading { margin-bottom: 56px; }
  .section-heading h2, .about-copy h2 { font-size: 30px; }
  .section-heading p { font-size: 18px; }
  .three-columns, .four-columns { grid-template-columns: 1fr; }
  .info-card, .feature-grid .info-card { min-height: auto; padding: 28px; }
  .four-columns .info-card { min-height: auto; padding: 28px; }
  .info-card h3 { font-size: 20px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-card, .bonus-card:nth-child(4), .bonus-card:nth-child(5) { width: 100%; grid-column: auto; }
  .bonus-body { min-height: 0; }
  .checklist-panel, .project-list-card { padding: 28px; }
  .checklist-grid { grid-template-columns: 1fr; }
  .project-complete-grid { grid-template-columns: 1fr; gap: 56px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-copy { text-align: center; }
  .about-stats { text-align: left; }
  .pricing-grid { grid-template-columns: 1fr; gap: 40px; }
  .price-card { min-height: 0; padding: 28px; }
  .price-card.featured { transform: none; }
  html.has-scroll-reveal .price-card.featured.scroll-reveal { --reveal-final-transform: translate3d(0, 0, 0); }
  .green-cta h2 { font-size: 30px; }
  .green-cta p { font-size: 18px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1152px); }
  .urgency-bar { min-height: 40px; padding: 8px 12px; font-size: 11px; }
  .hero-media { width: min(100%, 300px); }
  .floating-label { font-size: 11px; }
  .play-button { width: 72px; height: 72px; }
  .play-button svg { width: 38px; height: 38px; }
  .sound-label { font-size: 10px; }
  .hero-media .floating-label { top: 12px; right: -6px; padding: 7px 13px; }
  .stats-container { min-height: 132px; gap: 8px; }
  .stats-container.four-stats { grid-template-columns: repeat(2, 1fr); padding-block: 22px; row-gap: 22px; }
  .stat strong { font-size: 30px; }
  .stat span { font-size: 9px; }
  .phone-demo { width: min(100%, 280px); }
  .about-photo { width: 260px; }
  .faq-item button, .faq-answer > p { font-size: 14px; }
  .green-cta { padding-inline: 16px; }
  .cta-light { min-width: 0; width: 100%; font-size: 14px; }
  .plan-button { font-size: 15px; }
  .discount-modal__card { padding: 38px 22px 26px; border-radius: 22px; }
  .discount-modal__card h2 { font-size: 27px; }
  .discount-modal__price strong { font-size: 54px; }
  .discount-modal__cta { font-size: 13px; }
}

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