:root {
  --vinho: #500712;
  --vinho-profundo: #3a0510;
  --dourado: #d4a537;
  --bege: #f0e3c8;
  --bege-claro: #fffaf3;
  --cacau: #2b1206;
  --muted: #735d58;
  --green: #128c4a;
  --display: "Baloo 2", "Trebuchet MS", system-ui, sans-serif;
  --body: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bege); color: var(--cacau); font-family: var(--body); -webkit-font-smoothing: antialiased; margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1160px, 100% - 40px); margin: 0 auto; }

.hero { background: radial-gradient(circle at 78% 8%, rgba(212, 165, 55, .12), transparent 31%), linear-gradient(135deg, var(--vinho) 0%, #610a19 46%, var(--vinho-profundo) 100%); min-height: 720px; color: var(--bege); padding: 44px 0 92px; position: relative; overflow: hidden; }
.hero-rosette { width: 580px; height: 580px; position: absolute; top: -210px; right: -180px; color: var(--dourado); opacity: .08; object-fit: contain; }
.hero-sparkles { color: var(--dourado); opacity: .55; font-size: 18px; position: absolute; top: 18%; left: 3.5%; transform: rotate(-8deg); }
.hero-grid { z-index: 1; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; display: grid; position: relative; }
.hero-copy { padding-top: 10px; }
.success-pill { letter-spacing: .11em; text-transform: uppercase; background: rgba(43, 18, 6, .34); border: 1px solid rgba(240, 227, 200, .2); border-radius: 999px; align-items: center; gap: 9px; padding: 8px 13px 8px 8px; font-size: 12px; font-weight: 900; display: inline-flex; }
.success-pill span { background: var(--dourado); width: 25px; height: 25px; color: var(--cacau); border-radius: 50%; place-items: center; display: grid; }
.success-pill svg { width: 15px; height: 15px; stroke-width: 3; }
.brand-logo { width: min(330px, calc(100% + 44px)); height: auto; margin: 42px 0 32px -44px; display: block; }
.eyebrow, .section-label { color: var(--vinho); letter-spacing: .19em; text-transform: uppercase; margin: 0 0 12px; font-size: 11px; font-weight: 900; }
.hero .eyebrow { color: var(--bege); opacity: .9; }
.hero h1 { color: var(--bege); font-family: var(--display); letter-spacing: -.03em; max-width: 570px; margin: 0 0 20px; font-size: clamp(48px, 5.3vw, 74px); font-weight: 800; line-height: .98; }
.hero-lead { color: #f8edda; max-width: 590px; margin-bottom: 28px; font-size: 18px; line-height: 1.65; }
.hero-lead strong { color: #fff; font-weight: 900; }
.hero-actions { flex-wrap: wrap; align-items: center; gap: 22px; display: flex; }
.primary-button, .cream-button, .support-button { border-radius: 14px 999px 999px 14px; justify-content: center; align-items: center; gap: 10px; min-height: 54px; font-size: 15px; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; display: inline-flex; }
.primary-button { background: var(--dourado); color: var(--cacau); padding: 0 24px 0 31px; position: relative; box-shadow: rgba(43, 18, 6, .36) 0 8px, rgba(43, 18, 6, .2) 0 18px 35px; }
.primary-button::before { content: ""; background: var(--vinho); border-radius: 50%; width: 7px; height: 7px; position: absolute; left: 11px; }
.primary-button:hover, .cream-button:hover, .support-button:hover { transform: translateY(-2px); }
.primary-button:focus-visible, .cream-button:focus-visible, .support-button:focus-visible, .text-link:focus-visible, footer a:focus-visible { outline-offset: 4px; outline: #fff solid 3px; }
.text-link { color: #fff; border-bottom: 2px solid rgba(255,255,255,.55); font-weight: 800; }
.safe-note { color: #eadbc1; align-items: center; gap: 8px; margin: 24px 0 0; font-size: 13px; display: flex; }
.safe-note svg { width: 16px; height: 16px; }
.welcome-card { background: rgba(255,255,255,.1); border: 1px solid rgba(240,227,200,.24); border-radius: 28px; position: relative; overflow: hidden; transform: rotate(1.5deg); box-shadow: rgba(43,18,6,.42) 0 28px 70px; }
.card-kicker { background: var(--cacau); color: var(--dourado); letter-spacing: .14em; text-transform: uppercase; align-items: center; gap: 7px; padding: 12px 18px; font-size: 11px; font-weight: 900; display: flex; }
.card-kicker svg { width: 15px; height: 15px; }
.welcome-image { position: relative; overflow: hidden; background: var(--vinho); aspect-ratio: 820/440; }
.welcome-image > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.welcome-image.photo::after { content: ""; background: radial-gradient(circle at 12.5px 0, transparent 11.5px, var(--bege-claro) 12.5px) 0 0/25px 25px repeat-x; height: 25px; position: absolute; bottom: -1px; left: 0; right: 0; }
.welcome-card-footer { background: var(--bege-claro); color: var(--cacau); font-family: var(--display); justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; font-weight: 800; display: flex; }
.ready-dot { color: #5a4943; letter-spacing: .08em; text-transform: uppercase; align-items: center; gap: 7px; font-family: var(--body); font-size: 10px; font-weight: 900; display: flex; }
.ready-dot i { background: #22b96a; border-radius: 50%; width: 8px; height: 8px; box-shadow: rgba(34,185,106,.18) 0 0 0 5px; }
.chantilly-edge { z-index: 2; background: radial-gradient(circle at 15px 0, transparent 14px, var(--bege) 15px) 0 0/30px 30px repeat-x; height: 30px; position: absolute; bottom: -1px; left: 0; right: 0; }

.quick-info { background: var(--bege); padding: 92px 0 104px; }
.quick-info h2, .steps-intro h2, .help-section h2 { font-family: var(--display); letter-spacing: -.025em; margin-bottom: 34px; font-size: clamp(34px, 4vw, 52px); font-weight: 800; line-height: 1.04; }
.info-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; display: grid; }
.info-card { background: var(--bege-claro); border: 2px solid rgba(43,18,6,.08); border-radius: 22px; gap: 18px; padding: 25px; display: flex; box-shadow: rgba(73,23,28,.055) 0 12px 35px; }
.info-icon { background: var(--vinho); width: 48px; height: 48px; color: var(--bege); border-radius: 16px; flex: 0 0 auto; place-items: center; display: grid; box-shadow: rgba(43,18,6,.28) 0 -4px inset; }
.info-icon svg { width: 22px; }
.info-card span { color: var(--vinho); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 5px; font-size: 10px; font-weight: 900; display: block; }
.info-card h3 { margin-bottom: 6px; font-size: 22px; font-weight: 800; line-height: 1.15; }
.info-card p { color: var(--muted); margin-bottom: 0; font-size: 14px; line-height: 1.55; }

.steps-section { background: radial-gradient(circle at 0 90%, rgba(212,165,55,.1), transparent 25%), var(--cacau); color: var(--bege); padding: 104px 0 136px; position: relative; }
.section-label.light { color: var(--dourado); }
.steps-intro { justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 52px; display: flex; }
.steps-intro h2 { max-width: 650px; color: var(--bege); margin-bottom: 15px; }
.steps-intro > div > p:not(.section-label) { color: #dbc7c2; max-width: 620px; margin-bottom: 0; font-size: 17px; line-height: 1.6; }
.cream-button { background: var(--bege); color: var(--cacau); flex: 0 0 auto; padding: 0 24px; }
.visual-steps { gap: 32px; margin: 0; padding: 0; list-style: none; display: grid; }
.visual-step { background: var(--bege-claro); color: var(--cacau); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; grid-template-columns: minmax(250px,.64fr) minmax(0,1.36fr); display: grid; overflow: hidden; box-shadow: rgba(0,0,0,.22) 0 24px 54px; }
.visual-step.reverse { grid-template-columns: minmax(0,1.36fr) minmax(250px,.64fr); }
.visual-step.reverse .visual-step-copy { order: 2; }
.visual-step.reverse .step-shot { border-left: 0; border-right: 1px solid rgba(43,18,6,.1); order: 1; }
.visual-step-copy { flex-direction: column; justify-content: center; padding: 38px 34px; display: flex; }
.step-label { color: var(--vinho); letter-spacing: .13em; text-transform: uppercase; align-self: flex-start; align-items: center; gap: 9px; margin-bottom: 18px; font-size: 11px; font-weight: 900; display: inline-flex; }
.step-label b { background: var(--vinho); width: 34px; height: 34px; color: var(--dourado); font-family: var(--display); border-radius: 50%; place-items: center; font-size: 17px; display: grid; box-shadow: rgba(80,7,18,.09) 0 0 0 5px; }
.visual-step h3 { font-family: var(--display); margin-bottom: 12px; font-size: clamp(27px,2.8vw,37px); font-weight: 800; line-height: 1.05; }
.visual-step-copy > p:not(.step-tip) { color: var(--muted); margin-bottom: 20px; font-size: 15px; line-height: 1.65; }
.visual-step-copy strong { color: #321216; }
.step-tip { color: #6c2830; background: rgba(80,7,18,.07); border-radius: 13px; align-items: flex-start; gap: 9px; margin: 0; padding: 12px 13px; font-size: 13px; font-weight: 700; line-height: 1.45; display: flex; }
.step-tip svg { color: var(--vinho); flex: 0 0 auto; margin-top: 1px; width: 17px; height: 17px; }
.step-shot { background: #f4f5f6; border-left: 1px solid rgba(43,18,6,.1); flex-direction: column; justify-content: center; min-width: 0; margin: 0; display: flex; }
.shot-image { position: relative; }
.email-time-mask { background: #fff; width: 19%; height: 6.5%; position: absolute; top: 8.6%; right: 13.8%; }
.step-shot img { width: 100%; height: auto; display: block; }
.step-shot.portrait { background: #f5f6f7; padding: 26px; }
.step-shot.portrait img { border-radius: 12px; max-width: 560px; margin: 0 auto; }
.step-shot figcaption { color: #745d58; text-align: center; background: #fff; padding: 10px 16px; font-size: 11px; }
.steps-section .chantilly-edge { background: radial-gradient(circle at 15px 0, transparent 14px, var(--bege) 15px) 0 0/30px 30px repeat-x; }

.help-section { background: var(--bege); padding: 100px 0 112px; }
.help-layout { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 68px; display: grid; }
.help-section h2 { max-width: 560px; margin-bottom: 14px; }
.help-lead { color: var(--muted); font-size: 17px; }
.checklist { gap: 12px; display: grid; }
.checklist > div { background: var(--bege-claro); border-radius: 16px; grid-template-columns: 28px 1fr; align-items: start; gap: 13px; padding: 17px 19px; display: grid; }
.checklist svg { color: var(--vinho); margin-top: 1px; width: 24px; height: 24px; }
.checklist span { line-height: 1.55; }
.support-box { background: #e9f8ed; border-radius: 20px; grid-column: 1/-1; grid-template-columns: 66px 1fr auto; align-items: center; gap: 20px; padding: 27px; display: grid; box-shadow: rgba(18,140,74,.12) 0 0 0 2px inset; }
.support-icon { background: var(--green); color: #fff; border-radius: 50%; place-items: center; width: 62px; height: 62px; display: grid; }
.support-icon svg { width: 29px; height: 29px; }
.support-kicker { letter-spacing: .16em; text-transform: uppercase; font-size: 10px; font-weight: 900; color: var(--green) !important; }
.support-box h3 { margin-bottom: 5px; font-size: 23px; }
.support-box p { color: #476151; margin-bottom: 2px; }
.support-box strong { color: #173f27; font-size: 17px; }
.support-button { background: var(--green); color: #fff; white-space: nowrap; padding: 0 22px; box-shadow: #0b6935 0 6px; }
.support-button:focus-visible { outline-color: var(--green); }

footer { background: var(--vinho-profundo); color: var(--bege); padding: 47px 0; }
.footer-inner { grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; display: grid; }
.footer-inner img { width: 210px; height: auto; }
.footer-inner p { color: var(--bege); text-align: center; margin: 0; }
.footer-inner a { color: var(--dourado); align-items: center; gap: 7px; font-weight: 900; display: inline-flex; }
.footer-inner a svg { width: 16px; height: 16px; }

@media (max-width: 930px) {
  .hero { min-height: auto; }
  .hero-grid, .help-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .hero-copy { max-width: 680px; }
  .welcome-card { max-width: 700px; transform: none; }
  .help-layout { gap: 42px; }
  .steps-intro { flex-direction: column; align-items: flex-start; gap: 24px; }
  .visual-step, .visual-step.reverse { grid-template-columns: 1fr; }
  .visual-step.reverse .visual-step-copy, .visual-step.reverse .step-shot { order: initial; }
  .step-shot, .visual-step.reverse .step-shot { border-top: 1px solid rgba(43,18,6,.1); border-left: 0; border-right: 0; }
  .step-shot.portrait img { max-width: 520px; }
  .support-box { grid-template-columns: 66px 1fr; }
  .support-button { grid-column: 2; justify-self: start; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px,1160px); }
  .hero { padding-top: 26px; padding-bottom: 76px; }
  .hero-rosette { width: 420px; height: 420px; top: -180px; right: -210px; }
  .brand-logo { margin: 34px 0 27px -44px; }
  .hero h1 { font-size: clamp(46px,14.2vw,64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .primary-button { width: 100%; padding-left: 27px; }
  .primary-button::before { display: none; }
  .text-link { align-self: center; }
  .welcome-card-footer { flex-direction: column; align-items: flex-start; }
  .quick-info, .help-section { padding: 72px 0 82px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { padding: 20px; }
  .steps-section { padding: 78px 0 98px; }
  .steps-intro { margin-bottom: 34px; }
  .visual-steps { gap: 22px; }
  .visual-step { border-radius: 22px; }
  .visual-step-copy { padding: 26px 21px; }
  .visual-step h3 { font-size: 29px; }
  .step-shot.portrait { padding: 12px; }
  .support-box { grid-template-columns: 1fr; align-items: flex-start; padding: 24px; }
  .support-button { grid-column: 1; width: 100%; }
  .footer-inner p { max-width: 320px; }
}

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