:root {
  --bg: #02050a;
  --panel: rgba(8, 20, 34, .84);
  --panel-strong: #07111e;
  --line: rgba(94, 229, 255, .24);
  --cyan: #00d9ff;
  --cyan-soft: #7deeff;
  --orange: #ff7a18;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, .46);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 7%, rgba(0, 217, 255, .13), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(255, 122, 24, .09), transparent 26rem),
    linear-gradient(180deg, #02060c 0%, #030914 48%, #010409 100%);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65;
  min-height: 100vh;
  padding: 46px 0 74px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }

.ds-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #28384a;
  background: #fff;
  font: 500 11px/1.35 Arial, sans-serif;
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
}
.ds-bar a { color: #17689c; }
.ds-top { top: 0; height: 46px; }
.ds-top .container { height: 100%; display: flex; align-items: center; }
.ds-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.ds-brand > img { width: 118px; height: 24px; object-fit: contain; }
.ds-trust { display: inline-flex; align-items: center; gap: 5px; padding-left: 9px; border-left: 1px solid #d8e0e6; }
.ds-trust img { width: 13px; height: 16px; }
.ds-bottom { bottom: 0; min-height: 62px; padding: 9px 0; text-align: center; }

.site-nav { position: relative; z-index: 2; padding: 26px 0 14px; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.wordmark {
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .07em;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
}
.nav-note, .eyebrow {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav-note { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }

.hero { position: relative; z-index: 1; padding: 54px 0 92px; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -280px;
  bottom: -200px;
  border: 1px solid rgba(0,217,255,.22);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(0,217,255,.11);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg,var(--cyan),var(--orange)); }
h1, h2, h3, p { color: #fff; }
h1, h2, h3 { font-family: "Barlow Condensed", Arial, sans-serif; line-height: 1.02; margin: 0; }
h1 { max-width: 760px; font-size: clamp(50px, 7vw, 92px); text-transform: uppercase; letter-spacing: -.02em; }
h2 { font-size: clamp(38px, 5vw, 64px); text-transform: uppercase; }
h3 { font-size: 28px; }
p { margin: 0; }
.hero-copy > p { max-width: 660px; margin: 24px 0 30px; font-size: 18px; opacity: .84; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  text-decoration: none;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(110deg, #007da0, #00bde8 58%, #db5f00); box-shadow: 0 14px 38px rgba(0,177,220,.22); }
.btn-secondary { background: rgba(255,255,255,.05); }
.btn-wide { width: 100%; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; font-size: 13px; font-weight: 700; }
.trust-line span { color: #fff; opacity: .78; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: #fff; }

.art-frame { position: relative; padding: 13px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg,rgba(0,217,255,.13),rgba(255,122,24,.09)); box-shadow: var(--shadow); }
.art-frame::before { content:""; position:absolute; inset: 9% -8%; z-index:-1; background:radial-gradient(circle,rgba(0,217,255,.24),transparent 65%); filter:blur(22px); }
.art-frame img { width: 100%; aspect-ratio: 1; border-radius: 24px; object-fit: cover; }
.floating-tag { position: absolute; left: -28px; bottom: 28px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(3,10,18,.9); box-shadow: var(--shadow); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.section { position: relative; padding: 92px 0; }
.section-alt { background: linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008)); border-block: 1px solid rgba(255,255,255,.06); }
.section-head { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.section-head p { opacity: .76; font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card {
  min-height: 222px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(8,24,40,.9),rgba(2,9,17,.84));
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.card-number { display: inline-grid; place-items: center; width: 43px; height: 43px; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color:#fff; font-weight:900; }
.card h3 { margin-bottom: 12px; }
.card p { opacity: .72; }

.path-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: rgba(3,12,21,.75); }
.path-step { padding: 30px 24px; border-right: 1px solid var(--line); }
.path-step:last-child { border-right: 0; }
.path-step strong { display: block; color:#fff; font-family:"Barlow Condensed",Arial,sans-serif; font-size:25px; text-transform:uppercase; }
.path-step span { color:#fff; opacity:.72; font-size:14px; }

.offer-panel { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: center; padding: 44px; border: 1px solid rgba(0,217,255,.32); border-radius: var(--radius); background: linear-gradient(120deg,#071526,#06101b 60%,#281005); box-shadow: var(--shadow); }
.offer-panel p { max-width: 700px; margin-top: 16px; opacity: .76; }
.price { margin: 15px 0 20px; color:#fff; font-family:"Barlow Condensed",Arial,sans-serif; font-size:64px; font-weight:900; line-height:1; }
.price small { font-size:17px; text-transform:uppercase; }
.offer-actions { display:flex; flex-direction:column; gap:12px; }
.decline { color:#fff; text-align:center; font-size:13px; opacity:.7; }

.faq { display: grid; gap: 12px; max-width: 900px; margin: 38px auto 0; }
details { border: 1px solid var(--line); border-radius: 14px; background: rgba(5,16,28,.72); }
summary { padding: 20px 22px; color:#fff; font-weight:800; cursor:pointer; }
details p { padding: 0 22px 22px; opacity:.72; }

.guarantee { display:grid; grid-template-columns:180px 1fr; gap:34px; align-items:center; max-width:880px; margin:42px auto 0; padding:28px; border:1px solid var(--line); border-radius:22px; background:rgba(4,14,24,.8); }
.guarantee img { width:180px; }
.guarantee p { margin-top:12px; opacity:.74; }

.spec { max-width:920px; margin:auto; padding:34px; border:1px solid var(--line); border-radius:22px; background:rgba(3,11,20,.86); }
.spec-head { display:flex; align-items:center; gap:22px; margin-bottom:24px; }
.spec-head img { width:78px; border-radius:12px; }
.spec dl { display:grid; grid-template-columns:210px 1fr; margin:0; }
.spec dt, .spec dd { color:#fff; margin:0; padding:13px 0; border-top:1px solid rgba(255,255,255,.08); }
.spec dt { font-weight:800; }
.spec dd { opacity:.76; }

.site-footer { padding: 50px 0; border-top:1px solid rgba(255,255,255,.08); }
.footer-grid { display:grid; grid-template-columns:1fr auto; gap:28px; align-items:start; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; }
.footer-links a { color:#fff; opacity:.82; }
.fine-print { grid-column:1/-1; color:#fff; opacity:.55; font-size:12px; }

.upsell-hero { padding-top: 42px; }
.upsell-hero h1 { font-size:clamp(48px,6.2vw,82px); }
.offer-ribbon { display:inline-block; margin-bottom:18px; padding:8px 12px; border:1px solid rgba(255,255,255,.22); border-radius:8px; color:#fff; font-weight:900; font-size:12px; text-transform:uppercase; letter-spacing:.15em; }
.feature-list { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:26px; }
.feature-list span { color:#fff; padding:14px 16px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.035); border-radius:10px; font-weight:700; }
.feature-list span::before { content:"+"; margin-right:9px; }
.comparison { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.compare-card { padding:32px; border:1px solid var(--line); border-radius:20px; background:var(--panel); }
.compare-card h3 { margin-bottom:18px; }
.compare-card ul { margin:0; padding-left:20px; }
.compare-card li { color:#fff; margin:10px 0; opacity:.78; }
.compare-card.highlight { background:linear-gradient(145deg,rgba(0,217,255,.13),rgba(255,122,24,.09)); }

.thanks-main { padding:80px 0 100px; }
.thanks-shell { max-width:900px; margin:auto; text-align:center; }
.success-mark { display:grid; place-items:center; width:82px; height:82px; margin:0 auto 22px; border:1px solid rgba(255,255,255,.3); border-radius:50%; background:linear-gradient(135deg,#007d9c,#00bee9,#ca5908); color:#fff; font-size:38px; font-weight:900; }
.thanks-shell > p { max-width:700px; margin:20px auto 38px; opacity:.78; }
.thanks-card { margin-top:20px; padding:34px; text-align:left; border:1px solid var(--line); border-radius:22px; background:var(--panel); }
.thanks-card img.logo { width:120px; margin-bottom:20px; border-radius:12px; }
.thanks-card ul { padding-left:22px; }
.thanks-card li { color:#fff; margin:9px 0; opacity:.78; }
.support-link { margin-top:18px; }

@media (max-width: 860px) {
  body { padding-bottom: 102px; }
  .ds-bottom { min-height:90px; }
  .hero-grid, .section-head, .offer-panel, .footer-grid { grid-template-columns:1fr; }
  .hero-copy { order:1; }
  .hero-visual { order:2; max-width:620px; }
  .card-grid { grid-template-columns:1fr 1fr; }
  .path-grid { grid-template-columns:1fr 1fr; }
  .path-step { border-bottom:1px solid var(--line); }
  .spec dl { grid-template-columns:1fr; }
  .spec dd { padding-top:0; border-top:0; }
  .fine-print { grid-column:auto; }
}

@media (max-width: 560px) {
  body { padding-top:42px; padding-bottom:132px; }
  .ds-top { height:42px; }
  .ds-brand > img { width:102px; }
  .ds-trust { font-size:10px; }
  .ds-bottom { min-height:120px; font-size:9.5px; }
  .nav-note { display:none; }
  .hero { padding:34px 0 66px; }
  h1 { font-size:48px; }
  .hero-copy > p { font-size:16px; }
  .hero-actions, .btn { width:100%; }
  .floating-tag { left:10px; bottom:20px; }
  .section { padding:68px 0; }
  .card-grid, .feature-list, .comparison, .guarantee { grid-template-columns:1fr; }
  .path-grid { grid-template-columns:1fr; }
  .path-step { border-right:0; }
  .offer-panel { padding:28px; }
  .price { font-size:54px; }
  .guarantee { text-align:center; }
  .guarantee img { margin:auto; }
  .spec { padding:24px; }
}
