:root {
  --ink: #17212b;
  --muted: #5e6b76;
  --line: #dbe3e8;
  --paper: #fbfaf7;
  --card: #ffffff;
  --brand: #126b68;
  --brand-dark: #0b4f4d;
  --accent: #f2b84b;
  --accent-soft: #fff4d9;
  --success: #16734c;
  --danger: #a43a3a;
  --shadow: 0 18px 50px rgba(25, 47, 58, .09);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: var(--brand-dark); }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 10; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.site-header { background: rgba(251,250,247,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(10px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); min-width: 0; flex-shrink: 1; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; background: var(--brand); color: #fff; font-size: 22px; font-weight: 800; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 19px; letter-spacing: -.03em; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 18px; font-size: 14px; min-width: 0; flex-shrink: 1; }
.main-nav a { text-decoration: none; }
.nav-cta { padding: 10px 15px; border: 1px solid var(--brand); border-radius: 999px; color: var(--brand-dark); font-weight: 700; }
.sandbox-bar { background: var(--accent-soft); color: #604716; font-size: 13px; padding: 9px 0; }
.page-content { padding-top: 54px; padding-bottom: 80px; min-height: calc(100vh - 180px); }
.site-footer { border-top: 1px solid var(--line); padding: 26px 0; color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner strong { color: var(--ink); }
.footer-inner p { margin: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; margin: 0 0 14px; }
h1 { font-size: clamp(2.2rem, 6vw, 4.7rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { font-size: 1.1rem; }
p { margin: 0 0 16px; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 620px; }
.eyebrow { color: var(--brand); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; margin-bottom: 12px; }
.muted, .small-note, .microcopy { color: var(--muted); }
.microcopy, .small-note { font-size: 12px; }
.muted { max-width: 700px; }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 35px 0 82px; min-width: 0; }
.hero > *, .product-layout > *, .review-layout > *, .checkout-layout > *, .status-layout > *, .feature-band > * { min-width: 0; }
.hero h1 { max-width: 720px; }
.hero h1 span { color: var(--brand); }
.hero-actions, .center-action, .form-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-actions { margin: 28px 0 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 12px; padding: 11px 18px; border: 1px solid transparent; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(242,184,75,.7); outline-offset: 2px; }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 18px rgba(18,107,104,.18); }
.button-primary:hover { background: var(--brand-dark); }
.button-secondary { background: #fff; border-color: var(--brand); color: var(--brand-dark); }
.button-quiet { background: transparent; color: var(--brand-dark); }
.button-full { width: 100%; margin-top: 18px; }
.text-link, .back-link { font-weight: 750; text-decoration: none; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--muted); }
.hero-card { background: var(--brand-dark); color: #fff; border-radius: 30px; padding: 28px; min-height: 350px; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-card-top, .hero-card-foot { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; color: #b9d9d4; min-width: 0; flex-wrap: wrap; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #72d29d; display: inline-block; margin-right: 6px; }
.hero-card-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 23px; background: var(--accent); color: var(--brand-dark); font-size: 36px; margin: 50px 0 25px; }
.hero-card h2 { font-size: 2rem; overflow-wrap: anywhere; }
.hero-card p { color: #d7e7e4; overflow-wrap: anywhere; }
.hero-card-line { height: 1px; background: rgba(255,255,255,.18); margin: 32px 0 17px; }
.section { padding: 70px 0; }
.section-heading { max-width: 600px; margin-bottom: 28px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card, .component-card, .form-card, .review-card, .checkout-card, .status-card, .side-card, .document-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(25,47,58,.04); }
.step-card { padding: 25px; }
.step-number { color: var(--brand); font-weight: 800; font-size: 13px; }
.step-card p { color: var(--muted); margin-bottom: 0; }
.feature-band { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: var(--accent-soft); border-radius: 28px; padding: 45px; margin: 20px 0 70px; }
.feature-band h2 { font-size: 2.4rem; }
.feature-list { display: grid; gap: 12px; align-content: center; }
.feature-list div { background: rgba(255,255,255,.75); border-radius: 12px; padding: 14px 16px; font-weight: 700; }
.feature-list span { color: var(--success); margin-right: 10px; }
.coming-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #f3eee5; border: 1px solid #e5dac6; border-radius: 24px; padding: 32px 38px; margin: 10px 0 70px; }
.coming-band h2 { font-size: 2rem; }
.coming-band p:not(.eyebrow) { color: var(--muted); max-width: 680px; }
.restoration-intro { align-items: center; }
.restoration-mark { display: grid; place-items: center; width: 100px; height: 100px; border-radius: 30px; background: var(--accent); color: var(--brand-dark); font-size: 48px; transform: rotate(7deg); }
.coming-pill { display: inline-block; padding: 7px 11px; border-radius: 999px; background: #f6e4b9; color: #6e5214; font-size: 12px; font-weight: 800; margin-bottom: 15px; }
.page-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.page-intro h1 { font-size: clamp(2.4rem, 6vw, 4.3rem); }
.product-layout, .review-layout, .checkout-layout, .status-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 26px; align-items: start; }
.component-list { display: grid; gap: 12px; margin-top: 25px; }
.component-card { display: flex; gap: 15px; padding: 20px; }
.component-card p { color: var(--muted); margin: 5px 0; }
.component-card small { color: var(--brand); }
.check { color: var(--success); font-weight: 900; font-size: 20px; }
.side-card { padding: 25px; }
.side-card h2 { font-size: 1.55rem; }
.sticky-card { position: sticky; top: 100px; }
.plain-list, .check-list { padding-left: 20px; color: var(--muted); }
.plain-list li, .check-list li { margin: 10px 0; }
.notice-card, .demo-banner { border-radius: 14px; padding: 16px 19px; background: #eef7f5; border: 1px solid #c6e4de; margin: 30px 0; }
.legal-copy { max-width: 820px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 5vw, 42px); }
.legal-copy h2 { font-size: 1.45rem; margin-top: 28px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); }
.demo-banner { display: flex; justify-content: space-between; gap: 15px; color: var(--brand-dark); }
.price-lockup, .order-reference { min-width: 190px; padding: 17px; border-radius: 15px; background: var(--accent-soft); text-align: right; }
.price-lockup span, .price-lockup small, .order-reference span { display: block; color: var(--muted); font-size: 12px; }
.price-lockup strong { display: block; color: var(--brand-dark); font-size: 1.55rem; margin: 4px 0; }
.order-reference { text-align: left; }
.order-reference code, .pix-box code { overflow-wrap: anywhere; font-size: 12px; }
.wizard-shell { max-width: 780px; margin: 0 auto; }
.wizard-heading { margin-bottom: 22px; }
.wizard-heading h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); }
.progress-track { height: 7px; background: #e4e9e8; border-radius: 999px; margin-bottom: 18px; overflow: hidden; }
.progress-track span { display: block; height: 100%; background: var(--brand); border-radius: inherit; }
.form-card { padding: clamp(22px, 5vw, 38px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
label { font-weight: 750; font-size: 14px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="file"], textarea, select { width: 100%; border: 1px solid #bcc9ce; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; padding: 12px 13px; }
textarea { resize: vertical; min-height: 100px; }
input:focus, textarea:focus { border-color: var(--brand); outline: 3px solid rgba(18,107,104,.12); }
.field small, .field-error { font-size: 12px; }
.field-error { color: var(--danger); margin: 0; }
.check-field { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0 8px; font-weight: 500; }
.check-field input { margin-top: 4px; accent-color: var(--brand); }
.form-actions { justify-content: space-between; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 22px; }
.repeat-card { border: 1px solid var(--line); border-radius: 13px; padding: 18px; margin: 0 0 14px; }
.repeat-card legend { font-weight: 800; padding: 0 7px; }
.upload-box { border: 2px dashed #b8ccc9; border-radius: 18px; padding: 38px 20px; text-align: center; background: #f5fbfa; }
.upload-box h2 { font-size: 1.45rem; }
.upload-box p { color: var(--muted); max-width: 450px; margin: 0 auto 18px; }
.upload-box input[type="file"] { max-width: 100%; margin: 20px auto 8px; }
.upload-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--brand-dark); font-size: 28px; margin: 0 auto 14px; }
.review-card { padding: 0 25px; }
.review-section { padding: 25px 0; border-bottom: 1px solid var(--line); }
.review-section:last-child { border-bottom: 0; }
.review-heading { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.review-heading h2 { font-size: 1.35rem; }
.review-heading a { font-size: 13px; font-weight: 750; }
dl { margin: 0; }
dl > div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 5px 0; }
dt { color: var(--muted); }
dd { margin: 0; }
.review-item { padding: 9px 0; border-bottom: 1px dashed var(--line); }
.review-item:last-child { border-bottom: 0; }
.review-item strong, .review-item span { display: block; }
.review-item span { color: var(--muted); font-size: 13px; }
.checkout-card, .checkout-form { padding: 28px; }
.check-list { list-style: none; padding: 0; }
.check-list li::before { content: "✓"; color: var(--success); font-weight: 900; margin-right: 10px; }
.total-row { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 25px; padding-top: 20px; }
.total-row strong { color: var(--brand-dark); font-size: 1.4rem; }
.status-card { padding: 35px; text-align: center; }
.status-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--accent-soft); color: #8a691c; font-size: 34px; font-weight: 900; }
.status-success { background: #e1f4e9; color: var(--success); }
.status-fail { background: #fbe8e8; color: var(--danger); }
.status-message { color: var(--muted); max-width: 560px; margin: 0 auto 13px; }
.status-updated { color: var(--muted); font-size: 12px; }
.link-button { border: 0; background: none; color: var(--brand); text-decoration: underline; cursor: pointer; font: inherit; padding: 0; }
.pix-box { display: grid; gap: 10px; padding: 14px; border-radius: 12px; background: #f5f7f7; margin: 18px 0; }
.pix-box span { font-size: 12px; color: var(--muted); }
.pix-qr { display: block; width: min(100%, 250px); margin: 18px auto; }
.document-card { padding: 25px; min-height: 370px; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.document-top, .document-footer { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.document-card hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.document-footer { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 28px; text-transform: none; letter-spacing: 0; }
.center-action { justify-content: center; margin-top: 32px; }
.empty-state { text-align: center; padding: 90px 0; }
.empty-state p:not(.eyebrow) { color: var(--muted); }
.flash-stack { display: grid; gap: 8px; margin-bottom: 20px; }
.flash { border-radius: 10px; padding: 12px 15px; background: #eef7f5; border: 1px solid #c6e4de; }
.flash-error { background: #fbe8e8; border-color: #efcaca; color: #7b2929; }
@media (max-width: 800px) { .hero, .product-layout, .review-layout, .checkout-layout, .status-layout, .feature-band { grid-template-columns: 1fr; } .hero { gap: 35px; padding-bottom: 55px; } .hero-card { transform: none; } .steps-grid, .demo-grid { grid-template-columns: 1fr; } .feature-band, .coming-band { padding: 28px; } .coming-band { align-items: flex-start; flex-direction: column; } .restoration-mark { width: 72px; height: 72px; border-radius: 22px; font-size: 34px; } .sticky-card { position: static; } .page-intro { align-items: start; flex-direction: column; } .price-lockup, .order-reference { text-align: left; width: 100%; } .footer-inner { flex-direction: column; } }
@media (max-width: 540px) { .container { width: min(100% - 24px, 1120px); min-width: 0; } .header-inner { min-height: 66px; gap: 8px; } .brand { gap: 8px; } .brand small { font-size: 10px; } .main-nav { gap: 8px; flex: 0 0 auto; } .main-nav > a:first-child { display: none; } .nav-cta { padding: 9px 10px; font-size: 12px; white-space: nowrap; } .page-content { padding-top: 34px; } .form-grid { grid-template-columns: 1fr; } .field-wide { grid-column: auto; } .form-actions { align-items: stretch; } .form-actions .button { flex: 1; } .demo-banner { flex-direction: column; } dl > div { grid-template-columns: 1fr; gap: 2px; } }
