:root {
  --green-950: #052f23;
  --green-900: #083f2d;
  --green-800: #0a543a;
  --green-700: #0f7451;
  --green-100: #dff4ea;
  --orange: #dd6129;
  --orange-dark: #bc461b;
  --orange-soft: #fff0e8;
  --gold: #f4b629;
  --gold-soft: #fff7d9;
  --ink: #17231f;
  --muted: #64736d;
  --line: #e1e9e5;
  --cream: #f7f8f2;
  --white: #fff;
  --shadow: 0 22px 55px rgba(5,47,35,.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }

.ownership-strip { color: #fff; background: var(--green-950); border-bottom: 1px solid rgba(255,255,255,.1); }
.ownership-inner { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.district-identity { display: flex; align-items: center; gap: 9px; }
.district-identity img { width: 31px; height: 37px; object-fit: contain; }
.district-identity span { display: grid; line-height: 1.15; }
.district-identity b { font-size: .75rem; }.district-identity small { color: rgba(255,255,255,.58); font-size: .62rem; }
.ownership-inner > p { margin: 0; color: rgba(255,255,255,.64); font-size: .73rem; }

.public-header { position: sticky; top: 0; z-index: 50; height: 88px; color: #fff; background: rgba(5,47,35,.97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: flex; align-items: center; }
.public-brand { align-self: stretch; width: 162px; display: grid; place-items: center; overflow: hidden; background: transparent; }
.public-brand img { width: 145px; height: 80px; object-fit: contain; }
.public-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.public-nav > a { color: rgba(255,255,255,.75); font-size: .83rem; font-weight: 600; transition: .2s; }
.public-nav > a:hover { color: #fff; }
.public-nav .nav-login { padding: 10px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 11px; color: #fff; }
.public-nav .nav-register { padding: 11px 18px; border-radius: 11px; color: var(--green-950); background: var(--gold); }
.mobile-menu { display: none; margin-left: auto; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; color: #fff; background: transparent; }

.hero { position: relative; overflow: hidden; min-height: 670px; display: grid; align-items: center; color: #fff; background: radial-gradient(circle at 82% 16%, rgba(244,182,41,.12), transparent 30%), linear-gradient(125deg, var(--green-950), #073a2b 58%, #0b543a); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, #000 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(460px,.95fr); align-items: center; gap: 70px; padding-block: 70px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: .73rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-tag i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(244,182,41,.14); }
.section-tag.light { color: var(--gold); }
.hero h1 { max-width: 650px; margin: 18px 0 20px; font-size: clamp(2.8rem, 5.2vw, 4.8rem); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 0; border-radius: 13px; font-weight: 800; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--green-950); background: var(--gold); box-shadow: 0 10px 30px rgba(244,182,41,.2); }
.button.primary:hover { background: #ffc738; }
.button.secondary { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.hero-assurances li { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.68); font-size: .76rem; }
.hero-assurances svg { width: 16px; color: #7dd8af; }

.hero-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.sun-orbit { position: absolute; width: 415px; height: 415px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.025), 0 0 0 92px rgba(255,255,255,.018); }
.showcase-card { position: relative; z-index: 2; width: 430px; min-height: 255px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: radial-gradient(circle at 83% 13%, rgba(244,182,41,.45), transparent 28%), linear-gradient(145deg,#151c19,#20382f 64%,#91401e 150%); box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(-4deg); }
.showcase-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(125deg, transparent 45%, rgba(255,255,255,.06) 47%, transparent 50%); }
.showcase-top, .showcase-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.showcase-top > span { color: var(--gold); font-weight: 900; letter-spacing: .1em; }.showcase-top b { color: #fff; }
.showcase-top i { width: 46px; height: 34px; border-radius: 8px; background: linear-gradient(135deg,#ffe690,#b88618); }
.showcase-card > p { position: relative; z-index: 1; margin: 68px 0 32px; font-family: Consolas,monospace; font-size: 1.23rem; letter-spacing: .12em; }
.showcase-bottom { justify-content: flex-start; gap: 46px; }.showcase-bottom span { display: grid; }.showcase-bottom small { color: rgba(255,255,255,.5); font-size: .57rem; letter-spacing: .1em; }.showcase-bottom b { font-size: .72rem; }.showcase-bottom > strong { margin-left: auto; transform: rotate(90deg); letter-spacing: -3px; }
.wallet-float, .discount-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.wallet-float { left: -7px; top: 39px; }.wallet-float > span:last-child,.discount-float > span { display: grid; }.wallet-float small,.discount-float small { color: var(--muted); font-size: .63rem; }.wallet-float b { font-size: .93rem; }.float-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--green-700); background: var(--green-100); }
.discount-float { right: -5px; bottom: 34px; }.discount-float > strong { color: var(--orange); font-size: 1.25rem; }.discount-float > span { font-size: .73rem; font-weight: 700; }
.hero-dots { position: absolute; right: -80px; bottom: -40px; width: 170px; height: 170px; opacity: .24; background-image: radial-gradient(var(--gold) 2px, transparent 2px); background-size: 17px 17px; }

.trust-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 120px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; gap: 14px; padding: 12px 28px; border-left: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 0; }
.trust-grid strong { color: var(--orange); font-size: 1.6rem; }.trust-grid span { display: grid; font-size: .8rem; font-weight: 800; }.trust-grid small { color: var(--muted); font-size: .66rem; font-weight: 400; }

.section-heading { max-width: 570px; margin-bottom: 45px; }.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .benefits-copy h2, .business-copy h2, .owner-copy h2, .prereg-copy h2 { margin: 10px 0 13px; font-size: clamp(2rem,3.4vw,3.15rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .benefits-copy > p, .business-copy > p, .owner-copy p, .prereg-copy > p { margin: 0; color: var(--muted); }
.steps-section { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.steps-grid article { position: relative; min-height: 285px; padding: 28px 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(5,47,35,.04); }
.step-number { position: absolute; top: 20px; right: 22px; color: #e8eeeb; font-size: 2.2rem; font-weight: 900; }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 15px; color: var(--green-700); background: var(--green-100); }
.steps-grid article:nth-child(even) .step-icon { color: var(--orange); background: var(--orange-soft); }
.steps-grid h3 { margin: 0 0 8px; font-size: 1rem; }.steps-grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.benefits-section { color: #fff; background: var(--green-950); }
.benefits-grid { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 100px; }
.benefits-copy > p { color: rgba(255,255,255,.64); }
.benefit-points { display: grid; gap: 20px; margin-top: 30px; }
.benefit-points > div { display: flex; align-items: flex-start; gap: 13px; }.benefit-points > div > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--gold); background: rgba(244,182,41,.12); }.benefit-points p { display: grid; margin: 0; }.benefit-points b { font-size: .9rem; }.benefit-points small { color: rgba(255,255,255,.56); font-size: .76rem; }
.benefit-board { position: relative; overflow: hidden; padding: 28px; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.benefit-board::before { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -100px; border: 35px solid var(--gold-soft); border-radius: 50%; }
.board-head { position: relative; z-index: 1; display: flex; justify-content: space-between; font-weight: 800; }.board-head small { color: var(--muted); font-weight: 400; }
.saving-total { display: grid; margin: 25px 0; padding: 20px; border-radius: 16px; background: var(--green-100); }.saving-total small,.saving-total em { color: var(--muted); font-size: .7rem; font-style: normal; }.saving-total strong { color: var(--green-800); font-size: 2rem; }
.board-offers > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); }.board-offers p { display: grid; margin: 0; }.board-offers b { font-size: .79rem; }.board-offers small { color: var(--muted); font-size: .67rem; }.board-offers > div > strong { color: var(--orange); }.offer-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; font-weight: 800; }.offer-symbol.health{color:#b13f43;background:#ffe8e8}.offer-symbol.agro{color:#5d7d24;background:#eef8dc}.offer-symbol.school{color:#346fa1;background:#e8f3fd}.board-note { margin: 17px 0 0; color: var(--muted); font-size: .64rem; }

.business-section { background: #fff; }
.business-grid { display: grid; grid-template-columns: 500px 1fr; align-items: center; gap: 100px; }
.business-card { position: relative; overflow: hidden; padding: 30px; border-radius: 27px; color: #fff; background: radial-gradient(circle at 95% 0, rgba(244,182,41,.28), transparent 35%), linear-gradient(145deg,var(--green-800),var(--green-950)); box-shadow: var(--shadow); }
.business-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -100px; bottom: -100px; border: 28px solid rgba(221,97,41,.2); border-radius: 50%; }
.business-badge { display: inline-flex; padding: 5px 9px; border-radius: 7px; color: var(--gold); background: rgba(244,182,41,.1); font-size: .63rem; font-weight: 800; letter-spacing: .1em; }
.business-title { display: flex; align-items: center; gap: 13px; margin: 34px 0; }.business-title > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--green-950); background: #fff; }.business-title > div { display: grid; }.business-title small { color: rgba(255,255,255,.6); font-size: .7rem; }.business-title strong { font-size: 1.85rem; }
.business-metrics { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 25px; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.12); }.business-metrics div { display: grid; }.business-metrics div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.12); }.business-metrics small { color: rgba(255,255,255,.55); font-size: .66rem; }.business-metrics b { font-size: .95rem; }
.business-card button { position: relative; z-index: 2; width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 12px; color: var(--green-950); background: #fff; font-weight: 800; cursor: pointer; }
.business-copy ul { display: grid; gap: 17px; margin: 28px 0; padding: 0; list-style: none; }.business-copy li { display: flex; gap: 10px; }.business-copy li > svg { flex: 0 0 auto; width: 20px; color: var(--green-700); }.business-copy li span { display: grid; }.business-copy li b { font-size: .86rem; }.business-copy li small { color: var(--muted); font-size: .75rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--green-700); font-size: .82rem; font-weight: 800; }.text-link svg { width: 16px; }

.access-section { background: var(--cream); }
.access-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.access-grid article { min-height: 295px; padding: 30px; border: 1px solid var(--line); border-radius: 23px; background: #fff; }.access-grid article.featured { color: #fff; background: var(--orange); border-color: var(--orange); transform: translateY(-10px); box-shadow: 0 22px 45px rgba(221,97,41,.18); }.access-grid article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--green-700); background: var(--green-100); font-weight: 900; }.access-grid .featured > span { color: var(--orange); background: #fff; }.access-grid h3 { margin: 38px 0 8px; }.access-grid p { color: var(--muted); font-size: .82rem; }.access-grid .featured p { color: rgba(255,255,255,.75); }.access-grid small { color: var(--green-700); font-size: .69rem; font-weight: 800; }.access-grid .featured small { color: #fff; }

.owner-section { padding-top: 0; background: var(--cream); }
.owner-card { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 38px; padding: 48px; border-radius: 28px; color: #fff; background: linear-gradient(125deg,var(--green-950),var(--green-800)); box-shadow: var(--shadow); }
.owner-emblem { width: 140px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.08); }.owner-emblem img { width: 108px; height: 124px; object-fit: contain; }
.owner-copy h2 { font-size: clamp(1.8rem,3vw,2.7rem); }.owner-copy p { color: rgba(255,255,255,.64); font-size: .82rem; }.owner-copy p + p { margin-top: 10px; }
.owner-seal { width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(244,182,41,.5); border-radius: 50%; color: var(--gold); text-align: center; transform: rotate(-6deg); }.owner-seal span { font-size: .62rem; letter-spacing: .18em; }.owner-seal strong { font-size: 1.05rem; }.owner-seal small { color: rgba(255,255,255,.5); font-size: .57rem; }

.prereg-section { color: #fff; background: linear-gradient(125deg,var(--green-950),#0a4b35); }
.prereg-grid { display: grid; grid-template-columns: 1fr 560px; align-items: center; gap: 90px; }
.prereg-copy > p { color: rgba(255,255,255,.64); }
.prereg-checks { display: grid; gap: 17px; margin-top: 30px; }.prereg-checks > div { display: flex; align-items: center; gap: 13px; }.prereg-checks > div > span { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(244,182,41,.4); border-radius: 50%; color: var(--gold); font-size: .77rem; font-weight: 800; }.prereg-checks p { display: grid; margin: 0; }.prereg-checks b { font-size: .84rem; }.prereg-checks small { color: rgba(255,255,255,.55); font-size: .7rem; }
.prereg-form-card { min-height: 560px; padding: 32px; border-radius: 25px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }.form-heading h3 { margin: 0; }.form-heading span { padding: 5px 9px; border-radius: 7px; color: var(--green-700); background: var(--green-100); font-size: .69rem; font-weight: 800; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.field-grid label { display: grid; gap: 6px; color: var(--ink); font-size: .73rem; font-weight: 700; }.field-grid .full-field { grid-column: 1/-1; }.field-grid input,.field-grid select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: #fff; }.field-grid input:focus,.field-grid select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(15,116,81,.1); }.field-grid input.invalid,.field-grid select.invalid { border-color: #c84040; }
.consent-field { display: flex; align-items: flex-start; gap: 9px; margin: 19px 0 0; color: var(--muted); font-size: .69rem; }.consent-field input { margin-top: 3px; accent-color: var(--green-700); }
.form-error { min-height: 20px; margin: 5px 0 0; color: #b93636; font-size: .7rem; }.form-submit { width: 100%; }.privacy-note { display: flex; align-items: flex-start; gap: 6px; margin: 13px 0 0; color: var(--muted); font-size: .63rem; }.privacy-note svg { flex: 0 0 auto; width: 15px; }
.form-success { min-height: 490px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.form-success[hidden] { display: none; }.form-success > span { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); }.form-success > span svg { width: 30px; height: 30px; }.form-success h3 { margin: 20px 0 7px; font-size: 1.45rem; }.form-success p { max-width: 390px; margin: 0 0 24px; color: var(--muted); font-size: .8rem; }.form-success .button.secondary { color: var(--green-700); border-color: var(--green-700); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 360px 1fr; gap: 100px; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }.faq-item button svg { transition: .2s; }.faq-item.open button svg { transform: rotate(180deg); }.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.faq-item > div > p { overflow: hidden; margin: 0; color: var(--muted); font-size: .81rem; }.faq-item.open > div { grid-template-rows: 1fr; }.faq-item.open > div > p { padding-bottom: 22px; }

.public-footer { color: #fff; background: #031e16; }
.footer-top { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 60px; padding-block: 60px 45px; }.footer-brand img { width: 175px; max-height: 112px; object-fit: contain; background: transparent; }.footer-brand p,.footer-owner p { max-width: 280px; color: rgba(255,255,255,.5); font-size: .72rem; }.footer-top h3 { margin: 0 0 15px; color: var(--gold); font-size: .78rem; }.footer-top > div:not(.footer-brand):not(.footer-owner) { display: flex; flex-direction: column; }.footer-top a { margin: 4px 0; color: rgba(255,255,255,.62); font-size: .73rem; }.footer-top a:hover { color: #fff; }.footer-owner > span { display: flex; align-items: center; gap: 9px; }.footer-owner > span img { width: 35px; height: 42px; object-fit: contain; }.footer-owner b { max-width: 170px; font-size: .72rem; }
.footer-bottom { min-height: 65px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: .65rem; }
.public-toast { position: fixed; right: 25px; bottom: 25px; z-index: 80; min-width: 310px; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid #bfe6d2; border-radius: 14px; color: var(--ink); background: #fff; box-shadow: var(--shadow); transform: translateY(140%); opacity: 0; transition: .3s ease; }.public-toast.show { transform: translateY(0); opacity: 1; }.public-toast > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); }.public-toast p { display: grid; margin: 0; }.public-toast b { font-size: .78rem; }.public-toast small { color: var(--muted); font-size: .67rem; }

@media (max-width: 1050px) {
  .public-nav { gap: 16px; }.public-nav > a:not(.nav-login):not(.nav-register) { display: none; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 30px; }.showcase-card { width: 390px; }.wallet-float { left: 5px; }.discount-float { right: 5px; }
  .benefits-grid,.business-grid,.prereg-grid { gap: 55px; }.business-grid { grid-template-columns: 440px 1fr; }.prereg-grid { grid-template-columns: 1fr 520px; }
  .owner-card { grid-template-columns: 110px 1fr; }.owner-emblem { width: 110px; }.owner-seal { display: none; }
}
@media (max-width: 820px) {
  .ownership-inner > p { display: none; }
  .public-header { height: 76px; }.public-brand { width: 140px; }.public-brand img { width: 130px; height: 70px; }
  .mobile-menu { display: grid; }.public-nav { position: absolute; top: 76px; right: 20px; width: min(340px,calc(100vw - 40px)); display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: var(--green-950); box-shadow: var(--shadow); }.public-nav.open { display: flex; }.public-nav > a,.public-nav > a:not(.nav-login):not(.nav-register) { display: block; padding: 11px 12px; }.public-nav .nav-login,.public-nav .nav-register { text-align: center; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-block: 65px 90px; }.hero-copy { text-align: center; }.hero-copy > p,.hero h1 { margin-inline: auto; }.hero-actions,.hero-assurances { justify-content: center; }.hero-visual { margin-top: 15px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:nth-child(3) { border-left: 0; }.trust-grid > div { min-height: 90px; border-top: 1px solid var(--line); }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid,.business-grid,.prereg-grid,.faq-grid { grid-template-columns: 1fr; }.benefits-grid,.business-grid,.prereg-grid,.faq-grid { gap: 48px; }.benefit-board,.business-card { width: min(520px,100%); margin-inline: auto; }.business-card { order: 2; }
  .access-grid { grid-template-columns: 1fr; }.access-grid article.featured { transform: none; }
  .owner-card { grid-template-columns: 90px 1fr; gap: 24px; padding: 35px 30px; }.owner-emblem { width: 90px; height: 110px; }.owner-emblem img { width: 75px; height: 90px; }
  .prereg-copy { max-width: 590px; }.prereg-form-card { width: min(620px,100%); margin-inline: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .page-width { width: min(100% - 28px,1180px); }.section { padding: 76px 0; }
  .ownership-strip { display: none; }.public-header { top: 0; }.public-brand { margin-left: -14px; }
  .hero-grid { padding-top: 52px; }.hero h1 { font-size: clamp(2.55rem,13vw,3.55rem); }.hero-copy > p { font-size: .95rem; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-assurances { gap: 8px 14px; }
  .hero-visual { min-height: 350px; }.sun-orbit { width: 300px; height: 300px; }.showcase-card { width: 310px; min-height: 200px; padding: 21px; }.showcase-card > p { margin: 46px 0 25px; font-size: .9rem; }.showcase-bottom { gap: 20px; }.wallet-float { top: 15px; left: -4px; }.discount-float { right: -3px; bottom: 14px; }.discount-float,.wallet-float { padding: 10px 11px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div,.trust-grid > div:nth-child(3) { min-height: 80px; border-left: 0; }.trust-grid strong { min-width: 50px; }
  .steps-grid { grid-template-columns: 1fr; }.steps-grid article { min-height: 235px; }.step-icon { margin-bottom: 25px; }
  .owner-card { grid-template-columns: 1fr; text-align: center; }.owner-emblem { margin-inline: auto; }
  .field-grid { grid-template-columns: 1fr; }.field-grid .full-field { grid-column: auto; }.prereg-form-card { padding: 24px 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }.footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }.public-toast { right: 14px; left: 14px; bottom: 14px; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* =====================================================================
   Site dinâmico (index.php, empresas.php, verificar-cartao.php)
   ===================================================================== */
[hidden] { display: none !important; }
textarea { font: inherit; }
.public-header.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.18); }

/* Tons de categoria (avatares e símbolos) */
.offer-symbol.market,.company-avatar.market { color: var(--green-700); background: var(--green-100); }
.offer-symbol.pharmacy,.company-avatar.pharmacy,.company-avatar.health { color: #b13f43; background: #ffe8e8; }
.offer-symbol.mobile,.company-avatar.mobile { color: #a07806; background: var(--gold-soft); }
.offer-symbol.transport,.company-avatar.transport,.company-avatar.school { color: #346fa1; background: #e8f3fd; }
.company-avatar.agro { color: #5d7d24; background: #eef8dc; }

/* Quadro de benefícios */
.example-tag { display: inline-block; margin-left: 4px; padding: 1px 6px; border-radius: 5px; color: #8a5a00; background: var(--gold-soft); font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; vertical-align: 1px; }
.board-empty { margin: 0; padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.board-link { position: relative; margin-top: 12px; }
.business-links { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.text-link.muted-link { color: var(--muted); }
.channel-contact { display: inline-block; margin-top: 12px; padding: 7px 11px; border-radius: 9px; color: var(--green-800); background: var(--green-100); font-size: .74rem; font-weight: 800; }
.access-grid .featured .channel-contact { color: var(--orange-dark); background: #fff; }
.access-grid article > span b { font-size: .85rem; }

/* Pré-registo: honeypot, erros por campo, campos condicionais */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-heading span { transition: .2s; }
.form-heading span.empresa { color: var(--orange-dark); background: var(--orange-soft); }
.field-error { display: block; min-height: 0; color: #b93636; font-size: .66rem; font-weight: 600; line-height: 1.3; }
.field-error:empty { display: none; }
.consent-error { margin: 4px 0 0 22px; }
.field-grid select:disabled { color: var(--muted); background: #f4f6f5; cursor: not-allowed; }
.field-grid input[aria-invalid="true"],.field-grid select[aria-invalid="true"] { border-color: #c84040; box-shadow: 0 0 0 3px rgba(200,64,64,.1); }
.consent-field input.invalid { outline: 2px solid #c84040; outline-offset: 2px; }
.conditional-field { animation: campo-entra .2s ease; }
@keyframes campo-entra { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.form-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.privacy-note span { display: block; }
.success-ref { margin: 0 0 10px !important; color: var(--ink) !important; font-size: .85rem !important; }
.success-ref strong { display: block; margin-top: 4px; color: var(--green-800); font-family: Consolas, monospace; font-size: 1.5rem; letter-spacing: .06em; }
.success-canal { color: var(--green-800) !important; font-weight: 700; }
.form-success:focus { outline: none; }
.toast.erro,.public-toast.erro { border-color: #f1c4c4; }.public-toast.erro > span { background: #b93636; }

/* Botão fantasma */
.button.ghost { color: var(--green-800); background: transparent; border: 1px solid var(--line); }

/* Cabeçalho das páginas interiores */
.page-hero { position: relative; overflow: hidden; padding: 64px 0 58px; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(244,182,41,.14), transparent 32%), linear-gradient(125deg, var(--green-950), #073a2b 58%, #0b543a); }
.page-hero h1 { max-width: 760px; margin: 12px 0 10px; font-size: clamp(2.1rem, 4vw, 3.3rem); line-height: 1.04; letter-spacing: -.045em; }
.page-hero p { max-width: 640px; margin: 0; color: rgba(255,255,255,.7); }

/* Directório de empresas */
.directory-section { padding-top: 44px; background: var(--cream); }
.directory-filters { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) auto; align-items: end; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(5,47,35,.05); }
.directory-filters label { display: grid; gap: 6px; font-size: .73rem; font-weight: 700; }
.directory-filters input,.directory-filters select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: #fff; }
.directory-filters input:focus,.directory-filters select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(15,116,81,.1); }
.input-icon { position: relative; display: block; }.input-icon svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); }.input-icon input { padding-left: 40px; }
.filter-actions { display: flex; gap: 8px; }.filter-actions .button { min-height: 48px; }
.directory-count { margin: 22px 0 16px; color: var(--muted); font-size: .8rem; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; align-items: start; }
.company-card { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(5,47,35,.04); }
.company-head { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; }
.company-avatar,.company-logo { width: 48px; height: 48px; border-radius: 14px; }
.company-avatar { display: grid; place-items: center; font-weight: 900; font-size: .9rem; }
.company-logo { object-fit: cover; border: 1px solid var(--line); background: #fff; }
.company-title { min-width: 0; }.company-title h2 { margin: 0; overflow: hidden; font-size: 1rem; line-height: 1.25; text-overflow: ellipsis; }.company-title small { color: var(--muted); font-size: .72rem; }
.company-discount { padding: 6px 10px; border-radius: 10px; color: var(--orange); background: var(--orange-soft); font-size: 1.05rem; white-space: nowrap; }
.company-campaign { display: flex; align-items: center; gap: 6px; margin: 14px 0 0; padding: 8px 10px; border-radius: 10px; color: #8a5a00; background: var(--gold-soft); font-size: .74rem; font-weight: 700; }.company-campaign svg { flex: 0 0 auto; width: 16px; }
.company-info { display: grid; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .76rem; }.company-info li { display: flex; gap: 8px; }.company-info svg { flex: 0 0 auto; width: 16px; margin-top: 2px; color: var(--green-700); }
.company-details { margin-top: 14px; border-top: 1px solid var(--line); }
.company-details summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 0 0; color: var(--green-700); font-size: .78rem; font-weight: 800; cursor: pointer; list-style: none; }
.company-details summary::-webkit-details-marker { display: none; }
.company-details summary svg { width: 18px; transition: .2s; }.company-details[open] summary svg { transform: rotate(180deg); }
.company-details > div { padding-top: 10px; font-size: .78rem; }.company-details > div > p { margin: 0 0 10px; color: var(--muted); }
.company-details dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; margin: 0; }.company-details dt { color: var(--muted); }.company-details dd { margin: 0; font-weight: 600; }
.company-details h3 { margin: 14px 0 8px; font-size: .82rem; }
.company-campaigns { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }.company-campaigns li { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; background: var(--cream); }.company-campaigns strong { color: var(--orange); }.company-campaigns span { display: grid; }.company-campaigns small { color: var(--muted); font-size: .68rem; }
.company-note { margin: 12px 0 0 !important; font-size: .68rem; }
.directory-empty { padding: 60px 24px; border: 1px dashed #cfdcd6; border-radius: 20px; text-align: center; background: #fff; }
.directory-empty > span { width: 58px; height: 58px; display: inline-grid; place-items: center; border-radius: 16px; color: var(--green-700); background: var(--green-100); }.directory-empty h2 { margin: 16px 0 6px; font-size: 1.25rem; }.directory-empty p { margin: 0 0 16px; color: var(--muted); font-size: .85rem; }
.directory-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 28px; }
.directory-pagination a { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: .8rem; font-weight: 700; }
.directory-pagination a.current { color: #fff; border-color: var(--green-800); background: var(--green-800); }
.directory-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; padding: 26px 28px; border-radius: 22px; color: #fff; background: linear-gradient(125deg,var(--green-950),var(--green-800)); }
.directory-cta > div { display: grid; }.directory-cta small { color: rgba(255,255,255,.65); }

/* Verificação do cartão */
.verify-section { background: var(--cream); }
.verify-card { max-width: 560px; margin-inline: auto; padding: 38px 34px; border: 1px solid var(--line); border-top: 5px solid var(--green-700); border-radius: 24px; text-align: center; background: #fff; box-shadow: var(--shadow); }
.verify-card.aviso { border-top-color: var(--gold); }.verify-card.erro { border-top-color: #c84040; }
.verify-card > .section-tag { display: flex; justify-content: center; }
.verify-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: var(--green-700); }
.verify-icon svg { width: 34px; height: 34px; }
.verify-card.aviso .verify-icon { color: #6b4b00; background: var(--gold); }.verify-card.erro .verify-icon { background: #c84040; }
.verify-card h1 { margin: 8px 0 8px; font-size: clamp(1.7rem, 4vw, 2.3rem); letter-spacing: -.035em; }
.verify-card > p { margin: 0 auto; max-width: 420px; color: var(--muted); font-size: .9rem; }
.verify-data { display: grid; gap: 0; margin: 24px 0 0; border: 1px solid var(--line); border-radius: 14px; text-align: left; }
.verify-data > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 16px; }.verify-data > div + div { border-top: 1px solid var(--line); }
.verify-data dt { color: var(--muted); font-size: .78rem; }.verify-data dd { margin: 0; font-weight: 800; }
.verify-note { display: flex; gap: 8px; margin: 22px 0 18px !important; text-align: left; font-size: .72rem !important; }.verify-note svg { flex: 0 0 auto; width: 16px; margin-top: 2px; }

@media (max-width: 1050px) {
  .directory-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .directory-filters { grid-template-columns: 1fr 1fr; }.filter-search { grid-column: 1/-1; }.filter-actions { grid-column: 1/-1; }
}
@media (max-width: 560px) {
  .directory-grid { grid-template-columns: 1fr; }
  .directory-filters { grid-template-columns: 1fr; padding: 16px; }.filter-actions .button { flex: 1; }
  .directory-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .page-hero { padding: 46px 0 42px; }
  .verify-card { padding: 30px 20px; }
}
