:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background: #050506;
  color: #f7f7f8;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: linear-gradient(rgba(5,0,1,.56),rgba(5,0,1,.78)),url("background-streaming-v2.png") center top/cover fixed no-repeat,#150307; }
main { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 80px; }
.brand { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 36px; color: #fff; font-weight: 900; letter-spacing: .12em; text-decoration: none; }
.brand span { color: #ff3044; }
h1 { margin: 0 0 12px; font-size: clamp(2rem, 6vw, 3.4rem); }
h2 { margin: 36px 0 10px; font-size: 1.25rem; }
p, li { color: #b7b7bc; font-size: 1rem; line-height: 1.7; }
a { color: #ff5263; }
.lead { max-width: 760px; font-size: 1.12rem; }
.card { margin-top: 28px; padding: 24px; border: 1px solid #2c2c31; border-radius: 14px; background: rgba(17,17,20,.88); }
.meta { color: #77777e; font-size: .88rem; }
.code { display: inline-block; padding: 8px 12px; border-radius: 8px; background: #1d1d21; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
footer { margin-top: 48px; padding-top: 22px; border-top: 1px solid #25252a; color: #707077; font-size: .85rem; }
.landing-page { width: min(1180px,calc(100% - 40px)); }
.public-nav { display: flex; align-items: center; justify-content: space-between; }
.public-nav .brand { margin: 0; }
.public-nav > div { display: flex; gap: 24px; }
.public-nav > div a { color: #d4d4d7; font-size: .9rem; text-decoration: none; }
.public-hero { max-width: 820px; padding: 130px 0 90px; }
.public-hero h1 { font-size: clamp(3rem,8vw,6.8rem); line-height: .95; letter-spacing: -.065em; }
.public-hero h1 em { color: #ff3044; font-style: normal; }
.public-hero .lead { max-width: 720px; margin-top: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.public-link-button,.public-secondary { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; text-decoration: none; }
.public-secondary { border: 1px solid rgba(255,255,255,.28); border-radius: 9px; color: #fff; background: rgba(12,8,10,.58); }
.public-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.public-features article { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(12,8,10,.76); backdrop-filter: blur(12px); }
.public-features article > strong { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: #d90f29; }
.public-features h2 { margin-top: 22px; }
.public-disclaimer { margin-top: 42px; background: rgba(12,8,10,.84); }
.landing-page footer { display: flex; justify-content: space-between; gap: 20px; }
.provider-page { width: min(880px, calc(100% - 32px)); padding-top: 42px; }
.provider-intro { margin-bottom: 24px; }
.provider-form { display: grid; gap: 18px; }
.provider-form fieldset { display: grid; gap: 16px; margin: 0; padding: 22px; border: 1px solid #2c2c31; border-radius: 14px; background: rgba(17,17,20,.88); }
.provider-form legend { padding: 0 8px; color: #fff; font-size: 1rem; font-weight: 800; }
.public-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.provider-form label { display: grid; gap: 7px; color: #c7c7cb; font-size: .9rem; }
.provider-form input,.provider-form select,.provider-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #34343a; border-radius: 8px; outline: 0; color: #fff; background: #09090b; font: inherit; }
.provider-form input:focus,.provider-form select:focus,.provider-form textarea:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(230,21,43,.45); }
.provider-form textarea { resize: vertical; }
.content-choice { display: grid; gap: 10px; }
.content-choice > span { color: #c7c7cb; font-size: .9rem; }
.content-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.content-choice-grid label { display: flex; align-items: center; gap: 9px; padding: 11px 12px; border: 1px solid #303036; border-radius: 8px; background: #09090b; }
.content-choice-grid input { width: 18px; margin: 0; }
.content-choice-grid b { font-size: .85rem; font-weight: 700; }
.public-consent { grid-template-columns: auto 1fr !important; align-items: start; padding: 16px 18px; border: 1px solid rgba(230,21,43,.32); border-radius: 10px; background: rgba(230,21,43,.08); }
.public-consent input { width: 18px; margin-top: 3px; }
.public-primary { min-height: 50px; padding: 0 24px; border: 0; border-radius: 9px; color: #fff; background: linear-gradient(135deg,#ef1831,#a80718); font: 800 1rem/1 Arial,sans-serif; cursor: pointer; }
.public-primary:hover { filter: brightness(1.12); }
.public-alert { margin: 20px 0; padding: 14px 16px; border: 1px solid rgba(230,21,43,.4); border-radius: 9px; color: #ffc0c8; background: rgba(230,21,43,.12); }
.public-footnote { text-align: center; font-size: .83rem; }
.provider-result { padding: 44px; border: 1px solid #2c2c31; border-radius: 16px; text-align: center; background: rgba(17,17,20,.92); }
.result-check { display: grid; width: 70px; height: 70px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: #fff; background: #24a95d; font-size: 2.4rem; }
.request-code { display: grid; width: fit-content; gap: 5px; margin: 24px auto; padding: 14px 22px; border-radius: 9px; background: #242428; }
.request-code small { color: #8f8f96; font-size: .68rem; letter-spacing: .12em; }
.request-code strong { font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 1.15rem; letter-spacing: .08em; }
@media(max-width:680px){.public-grid,.content-choice-grid,.public-features{grid-template-columns:1fr}.provider-result{padding:28px 20px}.public-nav>div{gap:12px}.public-hero{padding:90px 0 60px}.landing-page footer{display:grid}}
