:root {
  --lime: #ff2438;
  --cyan: #00dff7;
  --bg: #05070a;
  --panel: #0c1016;
  --panel2: #141922;
  --line: #292f39;
}

body {
  background: #05070a;
  color: #f7f8fa;
}

h1, h2, h3, p { word-break: keep-all; }

.noise { opacity: .055; }

.site-header {
  height: 96px;
  padding-inline: 5vw;
  background: linear-gradient(180deg, rgba(3,5,8,.92), rgba(3,5,8,.18));
  border-bottom-color: rgba(255,255,255,.08);
}

.logo img {
  display: block;
  width: 150px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255,25,45,.28));
}

.site-header nav a:hover { color: #00dff7; }
.site-header nav a { letter-spacing: .02em; }

.header-cta,
.button.ghost {
  border-color: rgba(255,255,255,.28);
  background: rgba(7,10,14,.58);
  backdrop-filter: blur(8px);
}

.button,
.header-cta {
  border-radius: 4px;
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.header-cta span,
.eyebrow,
.section-label.light span,
.compat-note > span,
.contact-lines a {
  color: #00dff7;
}

.hero {
  min-height: 940px;
  grid-template-columns: .82fr 1.18fr;
  background:
    linear-gradient(90deg, rgba(3,5,8,.98) 0%, rgba(3,5,8,.91) 32%, rgba(3,5,8,.2) 61%, rgba(3,5,8,.05) 100%),
    url('/assets/wzdbg.png') center center / cover no-repeat;
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  z-index: -1;
  background: linear-gradient(transparent, #05070a);
}

.hero-copy { max-width: 720px; }
.hero-visual { visibility: hidden; }

.hero h1 {
  font-size: clamp(56px, 5vw, 82px);
  text-shadow: 0 8px 36px #000;
}

.hero h1 em,
.price h2 em,
.quote h2 em {
  color: #ff2438;
  text-shadow: 0 0 24px rgba(255,30,52,.34);
}

.eyebrow span,
.service-card li::before {
  background: #00dff7;
  box-shadow: 0 0 12px rgba(0,223,247,.65);
}

.hero-desc { color: #d0d5dc; }

.button.primary,
.button.lime {
  color: white;
  background: linear-gradient(135deg, #ff1029, #a90016);
  box-shadow: 0 12px 30px rgba(255,18,43,.22), inset 0 1px rgba(255,255,255,.22);
}

.hero-metrics { border-top-color: rgba(255,255,255,.18); }
.hero-metrics strong { color: #fff; }
.hero-metrics span { color: #9ba4b0; }

.marquee {
  background: #090c11;
  border-color: #2b3039;
  color: #cdd3da;
}
.marquee b { color: #ff2438; }

.intro,
.price,
.process {
  color: #f5f7fa;
  background:
    linear-gradient(135deg, rgba(255,26,47,.035), transparent 38%),
    #0a0d12;
}

.devices {
  background:
    radial-gradient(circle at 90% 20%, rgba(0,223,247,.08), transparent 26%),
    #07090d;
}

.price {
  background:
    radial-gradient(circle at 12% 60%, rgba(255,26,47,.13), transparent 32%),
    #0d1016;
}

.process { background: #080b0f; }

.section-label,
.section-label.light { color: #99a3af; }
.section-label span,
.section-label.light span {
  color: white;
  background: linear-gradient(145deg, #ff2438, #76000f);
  box-shadow: 0 0 18px rgba(255,36,56,.28);
}

.section-intro p,
.device-head p,
.process-head p,
.price-copy > p:last-child,
.quote-copy > p { color: #aeb6c0; }

.section-intro h2 em { color: #ff2438; }

.section-intro h2,
.device-head h2,
.process-head h2,
.price h2,
.quote h2 {
  font-size: clamp(42px, 4.55vw, 66px);
  line-height: 1.08;
}

.device-head {
  grid-template-columns: 1.5fr .7fr;
}

.service-card,
.service-card.featured {
  color: #f7f8fa;
  background: linear-gradient(160deg, #171c24, #0b0e13);
  border-color: #343b46;
  border-radius: 4px;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.service-card.featured {
  border-color: rgba(255,36,56,.65);
  box-shadow: 0 0 0 1px rgba(255,36,56,.12), 0 24px 70px rgba(0,0,0,.35);
}

.service-card > p:not(.tag),
.featured > p:not(.tag) { color: #adb5bf; }
.service-card ul,
.featured ul { border-color: #303641; }
.featured .tag,
.service-card .tag { color: #00dff7; }
.mini-ui { background: #151a21; }
.tune-ui div { color: #dfe4e9; background: #11161c; border-color: #343b44; }
.tune-ui b { color: #00dff7; }

.portfolio {
  background:
    radial-gradient(circle at 75% 10%, rgba(255,36,56,.09), transparent 28%),
    #05070a;
}
.portfolio-head,
.assurance-head {
  display: grid;
  grid-template-columns: 1.25fr .65fr;
  gap: 9vw;
  align-items: end;
  margin: 58px 0 62px;
}
.portfolio-head h2,
.assurance-head h2,
.faq-head h2 {
  margin: 22px 0 0;
  font-size: clamp(42px, 4.55vw, 66px);
  line-height: 1.06;
  letter-spacing: -.055em;
}
.portfolio-head h2 em,
.assurance-head h2 em,
.faq-head h2 em { color: #ff2438; font-style: normal; }
.portfolio-head > p,
.assurance-head > p,
.faq-head > p { color: #aeb6c0; line-height: 1.85; }
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.result-card {
  padding: 22px;
  background: linear-gradient(160deg, #151a22, #090c10);
  border: 1px solid #313844;
  clip-path: polygon(17px 0,100% 0,100% calc(100% - 17px),calc(100% - 17px) 100%,0 100%,0 17px);
}
.result-card > small { color: #00dff7; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.result-card h3 { margin: 9px 0; font-size: 21px; }
.result-card > p { color: #99a3ae; font-size: 13px; margin-bottom: 0; }
.result-screen {
  height: 260px;
  margin-bottom: 24px;
  padding: 20px;
  background: #06080c;
  border: 1px solid #2d3540;
  position: relative;
  overflow: hidden;
}
.preview-badge { color: #ff4052; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.preview-nav { margin: 27px 0; color: #ff3045; font-size: 10px; font-weight: 900; word-spacing: 14px; }
.preview-nav b { color: white; }
.preview-covers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.preview-covers i { height: 105px; display: grid; place-items: end start; padding: 9px; color: white; font-style: normal; font-weight: 900; background: linear-gradient(150deg,#263c63,#db2448); }
.preview-covers i:nth-child(2) { background: linear-gradient(150deg,#723107,#ff871f); }
.preview-covers i:nth-child(3) { background: linear-gradient(150deg,#073f40,#00aebd); }
.preview-covers i:nth-child(4) { background: linear-gradient(150deg,#391250,#9a37d5); }
.preview-footer { margin-top: 13px; color: #697582; font-size: 7px; letter-spacing: .12em; }
.checklist-preview { display: flex; flex-direction: column; gap: 9px; }
.checklist-preview > .preview-badge { margin-bottom: 8px; }
.checklist-preview > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; padding: 11px; color: #aab3bd; background: #10151b; border: 1px solid #2f3740; font-size: 10px; }
.checklist-preview b { color: #66727e; }
.checklist-preview em { color: #00dff7; font-size: 8px; font-style: normal; font-weight: 900; }
.case-placeholder { display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 50% 35%,rgba(255,26,47,.15),transparent 35%),#06080c; }
.case-placeholder img { position: absolute; width: 190px; height: 190px; object-fit: contain; top: 8px; right: 8px; opacity: .25; filter: grayscale(.3); }
.case-placeholder span { color: #00dff7; font-size: 8px; font-weight: 900; letter-spacing: .15em; z-index: 1; }
.case-placeholder strong { margin-top: 8px; color: #fff; font-size: 25px; line-height: 1.08; z-index: 1; }

.device-list { border-top-color: #383f49; }
.device-list > div { border-bottom-color: #292f38; }
.device-list > div { transition: background-color .2s, padding .2s; }
.device-list > div:hover {
  padding-inline: 16px;
  background: linear-gradient(90deg, rgba(255,36,56,.08), rgba(0,223,247,.025));
}
.device-list b { color: #00dff7; }
.device-list small { color: #9da7b2; }

.price-card {
  background: linear-gradient(155deg, #171b22, #080a0e);
  border: 1px solid rgba(255,36,56,.48);
  border-radius: 4px;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  box-shadow: 0 30px 85px rgba(0,0,0,.42), 0 0 40px rgba(255,25,45,.07);
}
.price-top b { color: #fff; background: #ff2438; }
.price-card li span { color: #00dff7; }
.price-note { color: #c0c7cf; font-size: 12px; }
.quote-factors { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 16px; }
.quote-factors span { padding: 8px 12px; color: #dce2e8; background: #11161d; border: 1px solid #343b46; font-size: 11px; }
.quote-guide { display: block; color: #8f9aa6; line-height: 1.7; max-width: 560px; }

.steps { border-top-color: #303640; }
.steps li { border-right-color: #303640; }
.steps h3 { color: #fff; }
.steps p { color: #9fa8b3; }

.assurance { background: #070a0e; }
.assurance-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #303640; }
.assurance-grid article { min-height: 235px; padding: 28px 24px 26px 0; border-right: 1px solid #303640; }
.assurance-grid article + article { padding-left: 24px; }
.assurance-grid article:last-child { border-right: 0; }
.assurance-grid span { color: #ff3045; font-size: 10px; font-weight: 900; }
.assurance-grid h3 { margin: 50px 0 12px; font-size: 20px; }
.assurance-grid p { color: #929da8; font-size: 12px; line-height: 1.75; }

.faq { color: #f5f7fa; background: linear-gradient(145deg,rgba(0,223,247,.035),transparent 35%),#0a0d12; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; margin-top: 58px; }
.faq-head { position: sticky; top: 45px; align-self: start; }
.faq-head > p { margin-top: 27px; }
.faq-list { border-top: 1px solid #343b45; }
.faq-list details { border-bottom: 1px solid #343b45; }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #ff3045; font-size: 20px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #9fa9b4; font-size: 13px; line-height: 1.8; padding: 0 45px 24px 0; margin: 0; }

.quote {
  background:
    radial-gradient(circle at 8% 90%, rgba(255,30,51,.14), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(0,223,247,.05), transparent 24%),
    #05070a;
}
.quote-form {
  background: #10141b;
  border-color: #343b46;
  border-radius: 4px;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}
.quote-form input,
.quote-form select,
.quote-form textarea { background: #07090d; border-color: #343b46; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-color: #00dff7; }
.form-total strong { color: #ff3348; }
.legal { color: #aeb7c0; font-size: 11px; }

footer {
  height: 180px;
  background: #030507;
  border-top-color: #242a32;
}
footer .logo img { width: 110px; height: 90px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .device-head { grid-template-columns: 1fr; }
  .portfolio-head,
  .assurance-head,
  .faq-layout { grid-template-columns: 1fr; }
  .result-grid { grid-template-columns: 1fr; }
  .assurance-grid { grid-template-columns: 1fr 1fr; }
  .faq-head { position: static; }
}

@media (max-width: 620px) {
  .site-header { height: 82px; }
  .logo img { width: 90px; height: 66px; }
  .hero {
    padding-top: 440px;
    background:
      linear-gradient(180deg, rgba(3,5,8,.04) 0%, rgba(3,5,8,.1) 37%, #05070a 53%),
      url('/assets/wzdbg.png') 70% top / auto 520px no-repeat,
      #05070a;
  }
  .hero h1 { font-size: 50px; }
  .section-intro h2,
  .price h2,
  .quote h2,
  .device-head h2,
  .process-head h2 { font-size: 38px; }
  .service-card { background: #10141a; }
  .steps li { border-bottom-color: #303640; }
  .portfolio-head,
  .assurance-head { margin: 42px 0; }
  .portfolio-head h2,
  .assurance-head h2,
  .faq-head h2 { font-size: 38px; }
  .result-screen { height: 235px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid article,
  .assurance-grid article + article { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid #303640; }
  .assurance-grid h3 { margin: 20px 0 9px; }
  .faq-list summary { font-size: 14px; }
}
