:root { --paper: #fffdfa; --surface: #ffffff; --ink: #080e3a; --muted: #47506b; --orange: #f47900; --orange-dark: #d96300; --line: #ffd1aa; --font: Manrope, Arial, sans-serif; --content-max: 910px; --section-gutter: clamp(28px, 4vw, 68px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 14px/1.55 var(--font); }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 550, 'GRAD' 0, 'opsz' 24; }

.topbar { position: relative; z-index: 2; width: min(100%, var(--content-max)); height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: auto; padding: 0 var(--section-gutter); background: var(--surface); border-bottom: 1px solid #ede8e2; }
.brand { display: inline-flex; align-items: center; gap: 7px; min-width: 138px; }
.brand__mark { width: 38px; height: 38px; border-radius: 50%; background: url('../../assets/site/visual/tagse-logo-oficial.png') center 8% / 152% auto no-repeat; }
.brand__mark img { display: none; }
.brand__wordmark { display: grid; color: var(--ink); font-size: 20px; font-weight: 800; line-height: .8; letter-spacing: 0; }
.brand__wordmark small { margin-top: 5px; font-size: 6px; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; }
.topbar nav { display: flex; align-items: center; gap: 27px; margin-left: auto; margin-right: auto; font-size: 10px; font-weight: 800; }
.topbar nav a:hover { color: var(--orange); }
.whatsapp { display: inline-flex; align-items: center; gap: 5px; min-width: 193px; justify-content: center; padding: 9px 13px; border-radius: 5px; background: var(--orange); color: #fff; box-shadow: 0 6px 15px rgba(244, 121, 0, .24); font-size: 10px; font-weight: 800; white-space: nowrap; }
.whatsapp .material-symbols-outlined { font-size: 15px; }

.hero { width: min(100%, var(--content-max)); height: 547px; display: grid; grid-template-columns: minmax(0, 55.5fr) minmax(340px, 44.5fr); margin: auto; overflow: hidden; background: var(--surface); }
.hero__copy { align-self: start; padding: 63px clamp(51px, 6vw, 82px) 0; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 430px; margin: 0; font-size: clamp(2.2rem, 3.1vw, 2.75rem); font-weight: 800; line-height: 1.13; letter-spacing: 0; }
.hero-nowrap { white-space: nowrap; }
.hero h1 strong { color: var(--orange); }
.lead { max-width: 423px; margin: 21px 0 21px; color: #27304e; font-size: 13px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 5px; padding: 13px 18px; font: 800 13px/1 var(--font); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.button--primary { background: var(--orange); color: #fff; box-shadow: 0 8px 17px rgba(244, 121, 0, .22); }
.button--primary .material-symbols-outlined { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: #fff; color: var(--orange); font-size: 12px; }
.hero__note, .privacy { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: #747b8c; font-size: 10px; }
.hero__note .material-symbols-outlined, .privacy .material-symbols-outlined { font-size: 15px; }
.hero__media { height: 547px; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-position: 81% center; transform: scale(1.16); transform-origin: 76% center; }

.section { width: min(100%, var(--content-max)); margin: auto; padding: 35px var(--section-gutter); }
.section > h2 { margin: 0; text-align: center; font-size: clamp(1.55rem, 2.35vw, 2rem); line-height: 1.18; letter-spacing: 0; }
.steps > .eyebrow { margin-bottom: 9px; text-align: center; }
.steps__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; width: 100%; margin: 29px auto 36px; }
.steps article { position: relative; text-align: center; }
.steps article:not(:last-child)::after { position: absolute; top: 38px; right: -20%; width: 40%; border-top: 2px dotted var(--orange); content: ""; }
.step-icon { display: grid; place-items: center; width: 77px; height: 77px; margin: auto; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 34px; }
.step-number { position: absolute; top: 58px; margin-left: -9px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; }
.steps h3 { margin: 15px 0 7px; font-size: 13px; line-height: 1.3; }
.steps p { max-width: 206px; margin: auto; color: #414a66; font-size: 10.5px; line-height: 1.58; }
.validity { display: flex; align-items: center; gap: 20px; width: 100%; margin: auto; padding: 18px 23px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf5; }
.validity > .material-symbols-outlined { color: var(--orange); font-size: 47px; }
.validity strong { font-size: 13px; }
.validity p { max-width: none; margin: 4px 0 0; color: #35405e; font-size: 10px; line-height: 1.7; }

.reward { width: min(100%, var(--content-max)); display: grid; grid-template-columns: minmax(0, 51.5%) minmax(290px, 48.5%); align-items: stretch; margin: auto; padding: 35px 0 20px var(--section-gutter); background: var(--surface); }
.reward__copy { padding-right: clamp(28px, 5vw, 70px); }
.reward .eyebrow { margin-bottom: 8px; }
.reward h2, .form-intro h2 { margin: 0; font-size: clamp(1.55rem, 2.35vw, 2rem); line-height: 1.15; letter-spacing: 0; }
.reward ul { padding: 0; margin: 23px 0 0; list-style: none; }
.reward li { display: flex; gap: 14px; margin: 14px 0; }
.reward li > span { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid #ffb36a; border-radius: 50%; color: var(--orange); font-size: 15px; font-weight: 700; }
.reward li strong { display: block; font-size: 11px; line-height: 1.35; }
.reward li p { max-width: 285px; margin: 3px 0 0; color: #49536c; font-size: 9.7px; line-height: 1.55; }
.reward > img { width: 100%; height: 100%; min-height: 342px; object-position: center; }

.form-section { width: min(100%, var(--content-max)); margin: auto; padding: 15px var(--section-gutter) 19px; background: var(--paper); }
.form-section__inner { width: 100%; margin: auto; border: 1px solid var(--line); border-radius: 8px; background: #fffaf5; }
#referral-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(184px, 260px); gap: 34px; padding: 28px 34px 23px; }
.form-intro > p { max-width: 475px; margin: 5px 0 13px; color: #596178; font-size: 9px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px; }
.form-grid label { display: grid; gap: 4px; color: #202943; font-size: 8.5px; font-weight: 800; }
.form-grid b { color: #d95000; }
.form-grid small { color: #74798a; font-weight: 500; }
input { width: 100%; height: 28px; border: 1px solid #dcdfe5; border-radius: 4px; background: #fff; padding: 6px 8px; color: var(--ink); font: 400 9px var(--font); outline: none; }
input:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(244, 121, 0, .13); }
.privacy { margin-top: 13px; font-size: 8.8px; }
.form-status { min-height: 16px; margin: 5px 0 0; font-size: 9px; font-weight: 700; }
.form-status[data-state=success] { color: #10753d; }
.form-status[data-state=error] { color: #b1281a; }
.form-aside { display: flex; flex-direction: column; align-items: flex-start; padding-top: 1px; }
.form-aside__icon { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 8px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 36px; }
.form-aside h3 { margin: 0; font-size: 13px; line-height: 1.23; }
.form-aside p { margin: 9px 0 13px; color: #3e4967; font-size: 9.8px; line-height: 1.48; }
.form-aside .button { margin-top: auto; padding: 12px 13px; font-size: 11px; white-space: nowrap; }

footer { width: min(100%, var(--content-max)); margin: auto; padding: 14px 20px 19px; background: var(--surface); text-align: center; color: #515a70; font-size: 10px; }
footer p { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 0; }
footer .material-symbols-outlined { color: var(--orange); font-size: 17px; }
footer a { color: var(--orange); font-weight: 800; }

@media (max-width: 820px) {
  .topbar { padding: 0 18px; } .topbar nav { display: none; } .brand { min-width: 0; } .whatsapp { min-width: 0; padding: 10px; } .whatsapp span:last-child { display: none; }
  .hero { height: auto; grid-template-columns: 1fr; } .hero__copy { order: 1; padding: 42px 28px 45px; } .hero__media { order: 0; height: 330px; } .hero__media img { transform: none; } .hero h1 { font-size: clamp(2.25rem, 10vw, 3.2rem); } .hero-nowrap { white-space: normal; }
  .section { padding: 54px 24px; } .steps__grid { grid-template-columns: 1fr; gap: 39px; margin: 37px auto; } .steps article:not(:last-child)::after { display: none; } .validity { align-items: flex-start; padding: 17px; }
  .reward { grid-template-columns: 1fr; padding: 52px 28px 0; } .reward__copy { padding-right: 0; } .reward > img { min-height: 285px; margin-top: 24px; }
  .form-section { padding: 34px 16px; } #referral-form { grid-template-columns: 1fr; gap: 27px; padding: 26px 20px; } .form-grid { grid-template-columns: 1fr; } .form-aside { align-items: flex-start; } .form-aside .button { margin-top: 7px; }
  footer p { align-items: flex-start; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
