:root{--ink:#10131a;--muted:#666b75;--paper:#f3f2ed;--white:#fff;--line:#deded8;--accent:#c9ff46;--dark:#111318;--soft:#e9e8e2;--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 48px));margin:auto}.narrow{width:min(1000px,calc(100% - 48px))}
.site-header{position:absolute;inset:0 0 auto;z-index:5}.nav{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:850;letter-spacing:-.055em;font-size:21px}.brand span{font-weight:500;margin-left:4px;color:#777}.nav nav{display:flex;gap:30px;font-size:13px;font-weight:700}.nav nav a{opacity:.66;transition:opacity .2s ease}.nav nav a:hover{opacity:1}
.hero{position:relative;min-height:820px;display:flex;flex-direction:column;justify-content:center;padding:145px 0 46px;overflow:hidden;background:linear-gradient(135deg,#f5f4ef 0%,#edebe5 100%)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:rgba(16,19,26,.09)}.hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}.hero-glow-one{width:620px;height:620px;right:-180px;top:90px;background:radial-gradient(circle,rgba(201,255,70,.42) 0%,rgba(201,255,70,.15) 42%,transparent 70%)}.hero-glow-two{width:460px;height:460px;left:-260px;bottom:-170px;background:radial-gradient(circle,rgba(255,255,255,.95),transparent 70%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .88fr;gap:86px;align-items:center}.hero-copy{padding-top:10px}.status-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(16,19,26,.11);background:rgba(255,255,255,.52);backdrop-filter:blur(10px);border-radius:999px;padding:7px 12px;font-size:11px;font-weight:700;color:#60646d;margin-bottom:29px}.status-pill span{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(201,255,70,.18)}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:10.5px;font-weight:800;color:#747880;margin:0 0 18px}.hero h1{font-size:clamp(54px,7vw,92px);line-height:.96;letter-spacing:-.075em;margin:0 0 29px;font-weight:800}.hero h1 em{font-style:normal;color:#686d75}.lead{max-width:600px;color:#666b75;font-size:19px;margin:0 0 35px}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;background:var(--dark);color:var(--white);border-radius:999px;font-size:13px;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.13)}.button span{font-size:16px;line-height:1}.text-link{font-size:13px;font-weight:750;border-bottom:1px solid #bfc0ba;padding-bottom:3px}
.hero-card{position:relative;min-height:430px;padding:35px 38px 38px;border-radius:32px;background:var(--dark);color:white;overflow:hidden;box-shadow:0 36px 80px rgba(16,19,26,.19)}.card-accent{position:absolute;width:270px;height:270px;right:-110px;top:-100px;background:var(--accent);border-radius:50%}.card-topline{position:relative;display:flex;justify-content:space-between;align-items:center}.card-label{font-size:10px;letter-spacing:.19em;font-weight:800;color:#9599a1;margin:0}.card-badge{display:grid;place-items:center;width:31px;height:31px;border:1px solid #32353d;border-radius:50%;font-size:10px;font-weight:800;color:#7d818a}.support-symbol{position:relative;width:66px;height:66px;margin:57px 0 24px;display:grid;place-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:20px}.support-symbol svg{width:34px;height:34px;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card-title{position:relative;font-size:40px;line-height:1.03;letter-spacing:-.052em;font-weight:780;margin:0 0 15px;max-width:360px}.card-copy{position:relative;color:#b9bcc3;max-width:390px;margin:0 0 29px;font-size:14.5px}.card-copy strong{color:#f4f5f6}.mail{position:relative;display:inline-flex;gap:12px;align-items:center;color:var(--accent);font-weight:750;border-bottom:1px solid rgba(201,255,70,.38);padding-bottom:4px;font-size:14px}.mail span{font-size:16px}.hero-meta{position:relative;z-index:1;margin-top:72px;display:flex;gap:34px;color:#92958f;font-size:9px;font-weight:800;letter-spacing:.18em}.hero-meta span+span:before{content:"/";margin-right:34px;color:#c1c1bb}
.section{padding:118px 0}.support{background:var(--white)}.section-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}.support h2,.about h2{font-size:clamp(38px,5vw,60px);line-height:1.04;letter-spacing:-.061em;font-weight:790;margin:0}.section-heading>p{color:var(--muted);margin:0 0 7px;font-size:16px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:58px}.support-item{min-height:190px;border:1px solid #e3e3de;border-radius:21px;padding:24px 23px;background:#fafaf8;transition:transform .2s ease,border-color .2s ease}.support-item:hover{transform:translateY(-3px);border-color:#ccccca}.support-grid span{display:block;font-size:10px;font-weight:800;color:#95989e;letter-spacing:.14em;margin-bottom:42px}.support-grid strong{font-size:16px}.support-grid p{color:var(--muted);font-size:13.5px;margin:8px 0 0}.contact-strip{margin-top:18px;border-radius:23px;background:var(--dark);color:white;padding:24px 25px 24px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-strip small{display:block;color:#82868f;font-size:9px;font-weight:800;letter-spacing:.16em;margin-bottom:3px}.contact-strip strong{font-size:17px}.button-light{background:var(--accent);color:#15181f}.button-light:hover{box-shadow:0 12px 28px rgba(201,255,70,.13)}
.about{position:relative;border-top:1px solid var(--line);background:linear-gradient(180deg,var(--paper),#efeee9)}.about-grid{display:grid;grid-template-columns:1fr .82fr;gap:105px}.about-copy{align-self:end}.about-copy>p{margin:0;color:var(--muted);font-size:18px}.about-note{margin-top:32px;padding-top:20px;border-top:1px solid #d6d5cf;color:#73777e;font-size:12px;font-weight:700}.about-note span{color:#9bcf19;margin-right:8px;font-size:9px}
.footer{background:#0f1116;color:white;padding:52px 0 25px}.footer-top{display:flex;justify-content:space-between;gap:40px;padding-bottom:64px}.footer-brand{color:white}.footer-brand span{color:#8d9199}.footer p{color:#777b84;font-size:13px;margin:11px 0 0}.footer-links{display:flex;gap:28px;font-size:13px;font-weight:650}.footer-links a{color:#d4d6da;transition:color .2s ease}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #282b31;padding-top:19px;display:flex;justify-content:space-between;gap:20px;color:#686c75;font-size:10.5px;letter-spacing:.02em}
.legal{padding:155px 0 115px}.legal h1{font-size:clamp(46px,6vw,74px);line-height:1;letter-spacing:-.07em;font-weight:820;margin:0 0 22px}.legal .updated{color:#777;font-size:13px;margin-bottom:55px}.legal article{background:white;border:1px solid var(--line);border-radius:24px;padding:44px;max-width:900px;box-shadow:0 18px 55px rgba(16,19,26,.04)}.legal article h2{font-size:21px;font-weight:760;letter-spacing:-.025em;margin:35px 0 10px}.legal article h2:first-child{margin-top:0}.legal article h3{font-size:16px;margin:24px 0 8px}.legal article p,.legal article li{color:#4f545d;font-size:15px}.legal article ul{padding-left:22px}.placeholder{background:#fff8ce;border:1px dashed #c4ad43;border-radius:9px;padding:2px 7px;color:#6d5d0b;font-weight:650}.notice{margin-top:28px;padding:17px 18px;border-radius:13px;background:#eef0f2;color:#4d525b;font-size:13px}
@media(max-width:900px){.container,.narrow{width:min(100% - 32px,1160px)}.hero{padding-top:125px}.hero-grid,.about-grid,.section-heading{grid-template-columns:1fr;gap:48px}.hero-card{max-width:620px}.hero-meta{margin-top:54px;gap:16px;flex-wrap:wrap}.hero-meta span+span:before{margin-right:16px}.support-grid{grid-template-columns:1fr}.support-item{min-height:auto}.contact-strip,.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.nav nav{display:none}.footer-links{flex-wrap:wrap}.about-grid{gap:28px}}
@media(max-width:560px){.hero{min-height:auto;padding-bottom:35px}.hero h1{font-size:clamp(48px,15vw,66px)}.hero-card{padding:29px 27px;min-height:410px;border-radius:25px}.card-title{font-size:34px}.section{padding:88px 0}.support h2,.about h2{font-size:41px}.contact-strip{padding:22px}.contact-strip .button{width:100%}.legal{padding:125px 0 85px}.legal article{padding:28px 22px}.footer{padding-top:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.support-item,.nav nav a,.footer-links a{transition:none}}

/* One-page legal modal */
.legal-dialog {
  width: min(920px, calc(100% - 2rem));
  max-height: min(88vh, 900px);
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: #fff;
  color: #15171c;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.legal-dialog::backdrop {
  background: rgba(9, 11, 16, .72);
  backdrop-filter: blur(8px);
}
.legal-dialog-inner { padding: clamp(1.4rem, 3vw, 2.5rem); }
.legal-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(17,19,24,.1);
}
.legal-dialog-title { margin: 0; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.legal-dialog-close {
  appearance: none;
  border: 1px solid rgba(17,19,24,.14);
  background: #f6f7f9;
  color: #111318;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.35rem;
}
.legal-dialog-body {
  overflow: auto;
  max-height: calc(88vh - 110px);
  padding-top: 1.25rem;
}
.legal-dialog-body h2 { margin-top: 2rem; }
.legal-dialog-body h2:first-child { margin-top: .25rem; }
.legal-dialog-body .placeholder { background: #fff3c4; padding: .08em .25em; border-radius: .2em; }
.legal-dialog-body .notice { margin-top: 2rem; }
.legal-loading { padding: 2rem 0; color: #6b7280; }
.legal-error { padding: 1rem; border-radius: 12px; background: #fff1f1; }
body.modal-open { overflow: hidden; }

.legal-standalone {
  min-height: 100vh;
  background: #f5f6f8;
  padding: 2rem 0 4rem;
}
.legal-standalone .legal-shell {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.legal-standalone .back-home { display: inline-block; margin-bottom: 1.5rem; }

/* Support form */
.support-form{margin-top:58px;background:#fafaf8;border:1px solid #e1e1dc;border-radius:26px;padding:30px;box-shadow:0 18px 55px rgba(16,19,26,.045)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field-wide{grid-column:1/-1}.form-field label{font-size:12px;font-weight:800;letter-spacing:.015em;color:#333740}.form-field label>span{color:#9bcf19}.form-field label small{font-size:10px;font-weight:700;color:#92969d;margin-left:5px}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #d9d9d4;background:#fff;color:#15181f;border-radius:14px;padding:13px 14px;font:inherit;font-size:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.form-field select{min-height:50px}.form-field textarea{resize:vertical;min-height:145px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#a9c961;box-shadow:0 0 0 4px rgba(201,255,70,.18)}.form-field input::placeholder,.form-field textarea::placeholder{color:#a0a3aa}.field-hint{font-size:10.5px;color:#83878e;margin-top:-2px}.field-error{font-size:11px;color:#a73333;font-weight:700}.standalone-error{display:block;margin-top:7px}.privacy-check{display:flex;align-items:flex-start;gap:10px;margin-top:24px;color:#666b75;font-size:12px;line-height:1.5}.privacy-check input{margin-top:3px;accent-color:#15181f}.privacy-check a{color:#20242b;font-weight:750;border-bottom:1px solid #b9bbb6}.captcha-row{margin-top:23px;min-height:78px}.form-submit-row{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:24px;padding-top:24px;border-top:1px solid #deded9}.support-submit{border:0;cursor:pointer;font:inherit}.form-security-note{font-size:11px;color:#7b7f87}.form-security-note span{display:inline-grid;place-items:center;width:18px;height:18px;background:#e8f9bd;color:#536b14;border-radius:50%;margin-right:7px;font-weight:900}.form-alert{margin-top:35px;border-radius:16px;padding:16px 18px;font-size:13px}.form-alert strong{display:block;margin-bottom:2px}.form-alert span{color:#5f646c}.form-alert-success{background:#eff8d7;border:1px solid #d3eaa0;color:#344215}.form-alert-error{background:#fff0f0;border:1px solid #efcaca;color:#7f2929}.support-fallback{display:flex;justify-content:center;gap:8px;margin-top:20px;color:#8b8f96;font-size:11px}.support-fallback a{color:#363a42;font-weight:750;border-bottom:1px solid #c6c7c3}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
@media(max-width:700px){.support-form{padding:22px 18px;border-radius:21px}.form-grid{grid-template-columns:1fr}.form-field-wide{grid-column:auto}.form-submit-row{align-items:stretch;flex-direction:column}.support-submit{width:100%}.captcha-row{overflow-x:auto}.support-fallback{flex-direction:column;align-items:center}}
