:root {
      --bg: #060d1f;
      --surface: #0d1a2e;
      --surface2: #0f2040;
      --border: rgba(255,255,255,.08);
      --text: rgba(255,255,255,.92);
      --text2: rgba(255,255,255,.65);
      --muted: rgba(255,255,255,.38);
      --accent: #3b82f6;
      --accent2: #06b6d4;
      --red: #ef4444;
      --green: #4ade80;
      --glow: rgba(59,130,246,.20);
    }

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}

html{scroll-behavior:smooth;}

body{background:var(--bg);color:var(--text);font-family:"Poppins",sans-serif;font-weight:400;line-height:1.65;overflow-x:hidden;}

body::before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 80% 50% at -10% 0%,rgba(59,130,246,.07),transparent 60%),radial-gradient(ellipse 60% 40% at 110% 30%,rgba(6,182,212,.05),transparent 55%);pointer-events:none;z-index:0;}

body>*{position:relative;z-index:1;}

.legal-hero{padding:100px 0 60px;border-bottom:1px solid var(--border);}

.legal-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(239,68,68,.10);border:1px solid rgba(239,68,68,.2);padding:5px 14px;border-radius:20px;margin-bottom:16px;}

.legal-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 8px rgba(239,68,68,.6);flex-shrink:0;}

.legal-eyebrow-text{font-size:.65rem;font-weight:700;color:#f87171;letter-spacing:.10em;text-transform:uppercase;}

.legal-title{font-family:"Poppins",sans-serif;font-weight:800;font-size:clamp(1.8rem,3.5vw,3rem);color:rgba(255,255,255,.92);line-height:1.15;letter-spacing:-.04em;margin-bottom:12px;}

.legal-title .gr{background:linear-gradient(130deg,#ef4444 20%,#f87171 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}

.legal-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px;}

.legal-meta-item{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--muted);}

.legal-meta-item .material-icons-round{font-size:15px;color:var(--accent);}

.legal-content{padding:60px 0 80px;}

.info-card{background:rgba(59,130,246,.06);border:1px solid rgba(59,130,246,.18);border-radius:16px;padding:24px 28px;margin-bottom:36px;}

.info-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;}

.info-card-icon{width:36px;height:36px;border-radius:10px;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.25);display:flex;align-items:center;justify-content:center;}

.info-card-icon .material-icons-round{font-size:18px;color:#60a5fa;}

.info-card-title{font-size:.90rem;font-weight:700;color:rgba(255,255,255,.88);}

.info-card p{font-size:.84rem;color:var(--text2);line-height:1.75;margin:0;}

.steps-grid{display:flex;flex-direction:column;gap:16px;margin:32px 0;}

.step-item{display:flex;gap:16px;align-items:flex-start;}

.step-num{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;font-size:.80rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:"Poppins",sans-serif;}

.step-body{}

.step-title{font-size:.90rem;font-weight:700;color:rgba(255,255,255,.88);margin-bottom:4px;}

.step-desc{font-size:.82rem;color:var(--text2);line-height:1.7;}

.form-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:32px;margin:36px 0;}

.form-section-title{font-family:"Poppins",sans-serif;font-weight:700;font-size:1.1rem;color:rgba(255,255,255,.92);margin-bottom:6px;}

.form-section-sub{font-size:.82rem;color:var(--muted);margin-bottom:24px;}

.form-group{margin-bottom:18px;}

label{display:block;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.65);margin-bottom:6px;}

label .req{color:#f87171;}

input,select,textarea{width:100%;background:#0d1a2e;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.88);border-radius:10px;padding:10px 14px;font-size:.84rem;font-family:"Poppins",sans-serif;outline:none;transition:border-color .15s;}

input:focus,select:focus,textarea:focus{border-color:rgba(59,130,246,.5);box-shadow:0 0 0 3px rgba(59,130,246,.10);}

input::placeholder,textarea::placeholder{color:rgba(255,255,255,.28);}

select{color:rgba(255,255,255,.75);cursor:pointer;color-scheme:dark;}

select option{background:#0d1a2e;}

textarea{resize:vertical;min-height:100px;}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}

@media (max-width:575px) {
.form-row{grid-template-columns:1fr;}
}

.btn-delete{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;font-family:"Poppins",sans-serif;transition:opacity .2s,transform .15s;box-shadow:0 6px 20px rgba(239,68,68,.3);}

.btn-delete:hover{opacity:.88;transform:translateY(-1px);}

.form-note{font-size:.74rem;color:var(--muted);margin-top:10px;line-height:1.6;}

#successState{display:none;text-align:center;padding:32px 0;}

.success-icon{width:64px;height:64px;border-radius:50%;background:rgba(74,222,128,.12);border:2px solid rgba(74,222,128,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}

.success-icon .material-icons-round{font-size:32px;color:var(--green);}

.success-title{font-size:1.1rem;font-weight:700;color:rgba(255,255,255,.92);margin-bottom:8px;}

.success-sub{font-size:.84rem;color:var(--muted);max-width:380px;margin:0 auto;}

.legal-section{margin-bottom:40px;}

.legal-section-num{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;}

.legal-section h2{font-family:"Poppins",sans-serif;font-weight:700;font-size:1.2rem;color:rgba(255,255,255,.92);margin-bottom:14px;letter-spacing:-.02em;}

.legal-section p{font-size:.88rem;color:var(--text2);line-height:1.8;margin-bottom:12px;}

.legal-section ul{padding-left:1.4rem;margin-bottom:12px;}

.legal-section ul li{font-size:.88rem;color:var(--text2);line-height:1.8;margin-bottom:6px;}

.legal-section ul li::marker{color:var(--accent);}

.legal-highlight{background:rgba(59,130,246,.07);border:1px solid rgba(59,130,246,.15);border-left:3px solid var(--accent);border-radius:0 10px 10px 0;padding:14px 18px;margin:16px 0;}

.legal-highlight p{margin:0;font-size:.84rem;color:rgba(255,255,255,.7);}

.timeline{display:flex;flex-direction:column;gap:0;margin:20px 0;}

.timeline-item{display:flex;gap:14px;padding-bottom:20px;position:relative;}

.timeline-item::before{content:"";position:absolute;left:12px;top:28px;bottom:0;width:1px;background:rgba(255,255,255,.08);}

.timeline-item:last-child::before{display:none;}

.tl-dot{width:26px;height:26px;border-radius:50%;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;}

.tl-dot .material-icons-round{font-size:13px;color:#60a5fa;}

.tl-body{padding-top:2px;}

.tl-label{font-size:.80rem;font-weight:700;color:rgba(255,255,255,.80);margin-bottom:2px;}

.tl-desc{font-size:.75rem;color:var(--muted);line-height:1.6;}

::-webkit-scrollbar{width:6px;}

::-webkit-scrollbar-track{background:#060d1f;}

::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:3px;}