:root{--bg:#07101f;--panel:#101d32;--text:#f7f9fc;--muted:#a9b5c7;--line:rgba(255,255,255,.1);--primary:#8b7cf6;--primary2:#b08cff;--max:1080px;--radius:20px}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 15% 0%,rgba(139,124,246,.18),transparent 31rem),var(--bg);line-height:1.6}a{color:var(--primary2);text-decoration:none}a:hover{text-decoration:underline}.shell{width:min(calc(100% - 36px),var(--max));margin:0 auto}header{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:rgba(7,16,31,.82);border-bottom:1px solid var(--line)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);font-weight:900;letter-spacing:.08em}.brand:hover{text-decoration:none}.mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;font-size:13px;background:linear-gradient(145deg,var(--primary),var(--primary2))}nav ul{list-style:none;display:flex;gap:22px;margin:0;padding:0}nav a{color:var(--muted);font-weight:700;font-size:14px}.hero{padding:94px 0 74px;text-align:center}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;border:1px solid rgba(139,124,246,.28);background:rgba(139,124,246,.09);color:#d7d0ff;font-size:13px;font-weight:800}.hero h1{max-width:850px;margin:18px auto 16px;font-size:clamp(44px,7vw,78px);line-height:1.02;letter-spacing:-.045em}.hero p{max-width:710px;margin:0 auto;color:var(--muted);font-size:clamp(17px,2vw,20px)}.actions{margin-top:30px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;font-weight:800;border:1px solid var(--line);color:var(--text);background:rgba(255,255,255,.04)}.btn.primary{background:linear-gradient(145deg,var(--primary),var(--primary2));border-color:transparent}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:76px}.card,.legal{background:linear-gradient(180deg,rgba(20,35,59,.92),rgba(13,24,42,.92));border:1px solid var(--line);border-radius:var(--radius);padding:24px}.card p,.legal p,.legal li{color:#c4ccda}.icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(139,124,246,.12);color:#d9d2ff;font-weight:900}.page{padding:64px 0 88px}.page-head{margin-bottom:34px}.page-head h1{font-size:clamp(34px,5vw,52px);line-height:1.08;letter-spacing:-.03em;margin:0 0 10px}.page-head p,.meta{color:var(--muted)}.legal{padding:clamp(22px,4vw,42px)}.legal h2{margin-top:34px;font-size:22px}.legal h2:first-child{margin-top:0}.note{margin-top:28px;padding:16px 18px;border:1px solid rgba(227,170,34,.3);background:rgba(227,170,34,.07);border-radius:14px;color:#e8d8ab;font-size:14px}.support-box{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.kicker{color:var(--primary2);text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.12em}footer{border-top:1px solid var(--line);padding:30px 0 42px;color:var(--muted);font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:760px){.grid,.support-box{grid-template-columns:1fr}.hero{padding-top:64px}nav ul{gap:12px}nav a{font-size:12px}}@media(max-width:520px){.shell{width:min(calc(100% - 24px),var(--max));}.hero h1{font-size:46px}}


.brand-logo{
  width:44px;
  height:44px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 8px 22px rgba(139,124,246,.22));
}
.store-row{
  margin-top:22px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.store-badge{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:190px;
  min-height:58px;
  padding:10px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:#05080d;
  color:#fff;
  text-align:left;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.store-badge:hover{
  text-decoration:none;
  filter:brightness(1.08);
}
.store-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  font-size:24px;
  line-height:1;
}
.store-copy{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.store-copy small{
  font-size:10px;
  color:#c6ceda;
  letter-spacing:.02em;
}
.store-copy strong{
  margin-top:4px;
  font-size:17px;
}
.coming-soon{
  margin-top:9px;
  color:var(--muted);
  font-size:12px;
}


/* v3 launch homepage */
.brand-wordmark{
  font-size:29px;
  font-weight:400;
  letter-spacing:.30em;
  color:#fff;
  line-height:1;
}
.brand-logo{
  width:74px;
  height:46px;
  object-fit:contain;
}
nav a.active{
  color:#fff;
  position:relative;
}
nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-17px;
  height:2px;
  background:linear-gradient(90deg,#a245ff,#6f5cff);
  border-radius:999px;
}

.hero-v3{
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 67% 44%,rgba(98,60,255,.16),transparent 31rem),
    radial-gradient(circle at 20% 12%,rgba(21,95,226,.11),transparent 26rem);
}
.hero-v3-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  min-height:650px;
  gap:28px;
  padding-top:38px;
  overflow:hidden;
}
.hero-copy{
  padding:34px 0 64px;
  position:relative;
  z-index:2;
}
.hero-kicker{
  margin-bottom:22px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.18em;
  color:#9fa7ff;
}
.hero-copy h1{
  margin:0;
  font-size:clamp(48px,6vw,78px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.hero-copy h1 span{
  background:linear-gradient(90deg,#c64bff 0%,#8b72ff 48%,#20c4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-copy p{
  max-width:720px;
  margin:30px 0 0;
  font-size:19px;
  line-height:1.65;
  color:#bcc5d6;
}
.hero-phones{
  align-self:end;
  display:flex;
  justify-content:flex-end;
  min-height:580px;
  align-items:flex-end;
}
.hero-phones img{
  width:min(650px,120%);
  max-width:none;
  display:block;
  filter:drop-shadow(0 28px 48px rgba(0,0,0,.35));
  transform:translateY(8px);
}
.store-badges{
  margin-top:30px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.store-badge-img{
  width:220px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  overflow:hidden;
}
.store-badge-img img{
  max-width:100%;
  max-height:100%;
  display:block;
  object-fit:contain;
}
.store-badge-img.coming{
  cursor:default;
}
.store-note{
  margin-top:8px;
  font-size:12px;
  color:#7f8aa0;
}
.feature-grid-v3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  padding:28px 0 66px;
}
.feature-card-v3{
  display:grid;
  grid-template-columns:66px 1fr;
  gap:18px;
  align-items:start;
  padding:24px 26px;
  min-height:190px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,29,50,.94),rgba(10,21,39,.96));
}
.feature-card-v3 h3{
  margin:6px 0 12px;
  font-size:19px;
  color:#fff;
}
.feature-card-v3 p{
  margin:0;
  font-size:15px;
  color:#b7c1d2;
}
.feature-icon-v3{
  width:58px;
  height:58px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,rgba(98,63,225,.30),rgba(57,37,130,.45));
  color:#9f76ff;
  font-size:28px;
  font-weight:900;
}

@media(max-width:900px){
  .hero-v3-grid{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:30px;
  }
  .hero-copy{
    padding-bottom:12px;
  }
  .hero-phones{
    min-height:0;
    justify-content:center;
  }
  .hero-phones img{
    width:min(720px,100%);
  }
  .feature-grid-v3{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .brand-wordmark{
    font-size:21px;
    letter-spacing:.20em;
  }
  .brand-logo{
    width:56px;
    height:38px;
  }
  .hero-copy h1{
    font-size:48px;
  }
  .hero-copy p{
    font-size:17px;
  }
  .store-badges{
    gap:10px;
  }
  .store-badge-img{
    width:180px;
    height:58px;
  }
}


/* v4 spacing / balance refinements */
.brand-wordmark{
  font-size:25px !important;
  font-weight:700 !important;
  letter-spacing:.16em !important;
  color:#fff !important;
  line-height:1 !important;
}

.brand-logo{
  width:56px !important;
  height:34px !important;
  object-fit:contain !important;
}

.hero-v3-grid{
  grid-template-columns:1fr 1fr !important;
  align-items:center !important;
  gap:56px !important;
  min-height:620px !important;
  padding-top:30px !important;
  padding-bottom:50px !important;
  overflow:hidden !important;
}

.hero-copy{
  padding:20px 0 !important;
  max-width:560px !important;
}

.hero-kicker{
  margin-bottom:20px !important;
}

.hero-copy h1{
  font-size:clamp(52px,6vw,82px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
}

.hero-copy p{
  max-width:560px !important;
  margin-top:26px !important;
  font-size:18px !important;
  line-height:1.65 !important;
}

.store-badges{
  margin-top:28px !important;
  gap:14px !important;
}

.store-note{
  margin-top:10px !important;
  font-size:13px !important;
}

.hero-phones{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-height:0 !important;
}

.hero-phones img{
  width:100% !important;
  max-width:560px !important;
  display:block !important;
  transform:none !important;
  border-radius:20px !important;
  filter:drop-shadow(0 28px 48px rgba(0,0,0,.35)) !important;
}

.feature-grid-v3{
  gap:22px !important;
  padding:48px 0 70px !important;
}

.feature-card-v3{
  padding:26px !important;
  min-height:190px !important;
}

@media(max-width:900px){
  .hero-v3-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
    min-height:auto !important;
    padding-bottom:36px !important;
  }

  .hero-copy{
    max-width:100% !important;
  }

  .hero-phones img{
    max-width:520px !important;
  }

  .feature-grid-v3{
    grid-template-columns:1fr !important;
    padding-top:36px !important;
  }
}

@media(max-width:620px){
  .brand-wordmark{
    font-size:20px !important;
    letter-spacing:.13em !important;
  }

  .brand-logo{
    width:48px !important;
    height:30px !important;
  }

  .hero-copy h1{
    font-size:46px !important;
  }

  .hero-copy p{
    font-size:17px !important;
  }
}


/* v5 hero sizing cleanup */
.hero-v3-grid{
  grid-template-columns:.88fr 1.12fr !important;
  gap:34px !important;
  min-height:640px !important;
}

.hero-copy{
  max-width:520px !important;
}

.hero-copy p{
  max-width:520px !important;
}

.hero-phones{
  justify-content:flex-end !important;
  align-items:center !important;
}

.hero-phones img{
  width:118% !important;
  max-width:760px !important;
  transform:translateX(28px) !important;
}

.store-note{
  display:none !important;
}

@media(max-width:1100px){
  .hero-phones img{
    width:110% !important;
    max-width:700px !important;
    transform:translateX(16px) !important;
  }
}

@media(max-width:900px){
  .hero-v3-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .hero-phones{
    justify-content:center !important;
  }
  .hero-phones img{
    width:100% !important;
    max-width:620px !important;
    transform:none !important;
  }
}


/* v6 hero overlap fix */
.hero-v3{
  overflow:hidden;
}

.hero-v3-grid{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
  gap:52px !important;
  align-items:center !important;
}

.hero-copy{
  position:relative !important;
  z-index:2 !important;
  max-width:470px !important;
  min-width:0 !important;
}

.hero-copy p{
  max-width:470px !important;
}

.hero-phones{
  min-width:0 !important;
  justify-content:flex-end !important;
  align-items:center !important;
  overflow:hidden !important;
}

.hero-phones img{
  width:100% !important;
  max-width:780px !important;
  transform:none !important;
  margin-right:-54px !important;
  object-fit:contain !important;
  display:block !important;
}

@media (max-width:1200px){
  .hero-v3-grid{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr) !important;
    gap:40px !important;
  }
  .hero-phones img{
    max-width:720px !important;
    margin-right:-24px !important;
  }
}

@media (max-width:900px){
  .hero-v3-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .hero-copy,
  .hero-copy p{
    max-width:100% !important;
  }
  .hero-phones{
    justify-content:center !important;
    overflow:visible !important;
  }
  .hero-phones img{
    width:100% !important;
    max-width:620px !important;
    margin-right:0 !important;
  }
}


/* v7 hero real-estate / no-clipping pass */
:root{
  --max:1320px !important;
}

.hero-v3{
  overflow:visible !important;
}

.hero-v3-grid{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr) !important;
  gap:64px !important;
  min-height:720px !important;
  padding-top:42px !important;
  padding-bottom:58px !important;
  overflow:visible !important;
  align-items:center !important;
}

.hero-copy{
  max-width:500px !important;
  padding:12px 0 !important;
}

.hero-copy p{
  max-width:500px !important;
}

.hero-phones{
  min-width:0 !important;
  justify-content:flex-end !important;
  align-items:center !important;
  overflow:visible !important;
}

.hero-phones img{
  width:auto !important;
  height:min(72vh, 700px) !important;
  max-width:100% !important;
  max-height:700px !important;
  margin-right:0 !important;
  border-radius:0 !important;
  transform:none !important;
  object-fit:contain !important;
  display:block !important;
}

@media (max-width:1280px){
  :root{
    --max:1220px !important;
  }
  .hero-v3-grid{
    gap:48px !important;
    min-height:680px !important;
  }
  .hero-phones img{
    height:min(68vh, 640px) !important;
    max-height:640px !important;
  }
}

@media (max-width:1024px){
  :root{
    --max:1080px !important;
  }
  .hero-v3-grid{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
    gap:36px !important;
    min-height:620px !important;
  }
  .hero-copy{
    max-width:460px !important;
  }
  .hero-copy p{
    max-width:460px !important;
  }
  .hero-phones img{
    height:min(60vh, 560px) !important;
    max-height:560px !important;
  }
}

@media (max-width:900px){
  .hero-v3-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
    min-height:auto !important;
    padding-bottom:38px !important;
  }
  .hero-copy,
  .hero-copy p{
    max-width:100% !important;
  }
  .hero-phones{
    justify-content:center !important;
  }
  .hero-phones img{
    width:100% !important;
    height:auto !important;
    max-width:720px !important;
    max-height:none !important;
  }
}


/* v8 transparent phone mockup */
.hero-phones{
  overflow:visible !important;
  background:transparent !important;
}

.hero-phones img{
  width:auto !important;
  height:min(74vh, 720px) !important;
  max-width:100% !important;
  max-height:720px !important;
  margin:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:drop-shadow(0 34px 54px rgba(0,0,0,.38)) !important;
}

@media (max-width:1280px){
  .hero-phones img{
    height:min(68vh, 650px) !important;
    max-height:650px !important;
  }
}

@media (max-width:1024px){
  .hero-phones img{
    height:min(60vh, 570px) !important;
    max-height:570px !important;
  }
}

@media (max-width:900px){
  .hero-phones img{
    width:100% !important;
    height:auto !important;
    max-width:720px !important;
    max-height:none !important;
  }
}


/* v10 support request form */
.support-page{
  padding-top:70px;
}

.support-layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:54px;
  align-items:start;
}

.support-intro h1{
  margin:10px 0 16px;
  font-size:clamp(38px,5vw,58px);
  line-height:1.05;
  letter-spacing:-.035em;
}

.support-intro > p{
  margin:0;
  max-width:470px;
  color:var(--muted);
  font-size:17px;
}

.support-tip-card{
  margin-top:30px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(139,124,246,.07);
}

.support-tip-card strong{
  display:block;
  margin-bottom:6px;
}

.support-tip-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.support-direct{
  margin-top:22px;
  display:flex;
  flex-direction:column;
  gap:2px;
  color:var(--muted);
  font-size:14px;
}

.support-direct a{
  font-size:16px;
  font-weight:800;
}

.support-form-card{
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(17,31,53,.97),rgba(10,21,39,.97));
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}

.support-form{
  display:flex;
  flex-direction:column;
  gap:20px;
}

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

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.field label{
  font-size:14px;
  font-weight:800;
  color:#f1f4fa;
}

.field label span{
  color:#aa7dff;
}

.field input,
.field select,
.field textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  border-radius:13px;
  background:#0a1424;
  color:#f7f9fc;
  font:inherit;
  outline:none;
  transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;
}

.field input,
.field select{
  min-height:50px;
  padding:0 14px;
}

.field textarea{
  min-height:180px;
  padding:13px 14px;
  resize:vertical;
}

.field input::placeholder,
.field textarea::placeholder{
  color:#748096;
}

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color:#8f6dff;
  box-shadow:0 0 0 3px rgba(139,124,246,.13);
  background:#0c1729;
}

.field select{
  appearance:auto;
}

.field-hint{
  text-align:right;
  color:#7f8aa0;
  font-size:12px;
}

.turnstile-wrap{
  min-height:65px;
}

.support-submit{
  min-height:52px;
  border:0;
  border-radius:14px;
  padding:0 20px;
  background:linear-gradient(135deg,#925bff,#7958f7);
  color:white;
  font:inherit;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(117,75,255,.22);
}

.support-submit:hover:not(:disabled){
  filter:brightness(1.08);
}

.support-submit:disabled{
  opacity:.72;
  cursor:wait;
}

.form-message{
  display:none;
  padding:13px 15px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
}

.form-message.success{
  display:block;
  color:#9af0cf;
  border:1px solid rgba(78,210,164,.28);
  background:rgba(78,210,164,.08);
}

.form-message.error{
  display:block;
  color:#ffb8bd;
  border:1px solid rgba(255,111,120,.28);
  background:rgba(255,111,120,.08);
}

.form-privacy{
  margin:0;
  text-align:center;
  color:#7f8aa0;
  font-size:12px;
}

@media(max-width:900px){
  .support-layout{
    grid-template-columns:1fr;
    gap:30px;
  }

  .support-intro > p{
    max-width:100%;
  }
}

@media(max-width:620px){
  .support-page{
    padding-top:44px;
  }

  .support-form-card{
    padding:20px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }
}


/* v11 polished support page */
.support-page{
  padding:72px 0 96px;
}

.support-layout{
  display:grid;
  grid-template-columns:minmax(0,.76fr) minmax(520px,1.24fr);
  gap:64px;
  align-items:start;
}

.support-intro{
  padding-top:18px;
}

.support-intro .kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid rgba(156,123,255,.26);
  border-radius:999px;
  background:rgba(143,109,255,.09);
  color:#b99fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.support-intro h1{
  margin:18px 0 18px;
  max-width:520px;
  font-size:clamp(42px,5vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.support-intro > p{
  margin:0;
  max-width:500px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}

.support-tip-card{
  margin-top:32px;
  padding:22px 22px 20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.support-tip-card strong{
  display:block;
  margin-bottom:8px;
  color:#f7f8fc;
  font-size:15px;
}

.support-tip-card p{
  margin:0;
  color:#9ba7bb;
  font-size:14px;
  line-height:1.65;
}

.support-direct{
  margin-top:26px;
  display:flex;
  flex-direction:row;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  color:#8d99ad;
  font-size:14px;
}

.support-direct a{
  color:#ad92ff;
  font-size:14px;
  font-weight:800;
}

.support-form-card{
  position:relative;
  overflow:hidden;
  padding:32px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 0%,rgba(121,88,247,.15),transparent 30%),
    linear-gradient(180deg,rgba(18,31,53,.98),rgba(8,18,34,.99));
  box-shadow:
    0 34px 90px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.support-form-head{
  margin-bottom:26px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.support-form-eyebrow{
  margin-bottom:7px;
  color:#a98fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.support-form-head h2{
  margin:0;
  color:#fff;
  font-size:26px;
  letter-spacing:-.025em;
}

.support-form-head p{
  margin:8px 0 0;
  color:#8995aa;
  font-size:14px;
  line-height:1.55;
}

.support-form{
  display:flex;
  flex-direction:column;
  gap:20px;
}

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

.field{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.field label{
  color:#dce3ee;
  font-size:13px;
  font-weight:800;
}

.field label span{
  color:#a98fff;
}

.field input,
.field select,
.field textarea{
  box-sizing:border-box;
  width:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(4,12,25,.72);
  color:#f7f9fc;
  font:inherit;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.015);
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}

.field input,
.field select{
  height:52px;
  padding:0 15px;
}

.field textarea{
  min-height:190px;
  padding:15px;
  line-height:1.55;
  resize:vertical;
}

.field input::placeholder,
.field textarea::placeholder{
  color:#647087;
}

.field select{
  color:#dfe5ef;
  cursor:pointer;
}

.field select option{
  background:#0b1525;
  color:#f7f9fc;
}

.field input:hover,
.field select:hover,
.field textarea:hover{
  border-color:rgba(255,255,255,.17);
}

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color:#8d6cff;
  background:#081528;
  box-shadow:0 0 0 4px rgba(137,103,255,.12);
}

.field-hint{
  margin-top:-2px;
  text-align:right;
  color:#667287;
  font-size:11px;
}

.turnstile-wrap{
  display:flex;
  align-items:center;
  min-height:70px;
  padding:2px 0;
}

.support-submit{
  width:100%;
  min-height:54px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:0 22px;
  background:linear-gradient(135deg,#9a65ff 0%,#7458f7 100%);
  color:#fff;
  font:inherit;
  font-weight:900;
  letter-spacing:.005em;
  cursor:pointer;
  box-shadow:
    0 14px 32px rgba(116,88,247,.28),
    inset 0 1px 0 rgba(255,255,255,.16);
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;
}

.support-submit:hover:not(:disabled){
  transform:translateY(-1px);
  filter:brightness(1.06);
  box-shadow:
    0 18px 38px rgba(116,88,247,.32),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.support-submit:active:not(:disabled){
  transform:translateY(0);
}

.support-submit:disabled{
  opacity:.65;
  cursor:wait;
}

.form-message{
  display:none;
  padding:14px 16px;
  border-radius:13px;
  font-size:13px;
  font-weight:750;
}

.form-message.success{
  display:block;
  border:1px solid rgba(74,205,159,.22);
  background:rgba(74,205,159,.08);
  color:#a2f0d1;
}

.form-message.error{
  display:block;
  border:1px solid rgba(255,110,120,.22);
  background:rgba(255,110,120,.08);
  color:#ffc0c5;
}

.form-privacy{
  margin:0;
  color:#68758b;
  text-align:center;
  font-size:11px;
  line-height:1.55;
}

.form-privacy a{
  color:#9e83ff;
}

@media(max-width:980px){
  .support-layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  .support-intro{
    padding-top:0;
  }

  .support-intro > p{
    max-width:680px;
  }
}

@media(max-width:620px){
  .support-page{
    padding:48px 0 72px;
  }

  .support-form-card{
    padding:22px;
    border-radius:20px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .support-form-head h2{
    font-size:23px;
  }
}
