*,
*::before,
*::after { box-sizing: border-box; }
:root {
  --bg: #090b19;
  --bg-soft: #10152c;
  --panel: rgba(17, 22, 45, 0.72);
  --text: #f4f1ea;
  --muted: #c8c4bd;
  --line: rgba(244, 212, 143, 0.22);
  --gold: #e0bb73;
  --gold-strong: #ffd48b;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --container: 1240px;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top center, rgba(155, 101, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(255, 194, 87, 0.16), transparent 20%),
    radial-gradient(circle at bottom left, rgba(89, 126, 255, 0.11), transparent 20%),
    linear-gradient(180deg, #040612 0%, #0a0f24 45%, #050711 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
.bg-noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .35;
  background-image:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,.6) 0 1px, transparent 1px),
    radial-gradient(circle at 20% 75%, rgba(255,220,150,.8) 0 1px, transparent 1px),
    radial-gradient(circle at 82% 32%, rgba(255,255,255,.45) 0 1px, transparent 1px),
    radial-gradient(circle at 65% 82%, rgba(255,213,126,.4) 0 1px, transparent 1px);
  background-size: 340px 340px, 460px 460px, 520px 520px, 600px 600px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { position: relative; padding: 84px 0; }
.site-header {
  position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px);
  background: rgba(4, 7, 18, 0.42); border-bottom: 1px solid rgba(255,255,255,0.04);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-logo { width: 54px; height: 54px; filter: drop-shadow(0 10px 20px rgba(255, 201, 112, 0.22)); }
.brand-text { display: flex; flex-direction: column; gap: 2px; letter-spacing: 0.08em; }
.brand-text strong { font-size: 1.75rem; line-height: 1; font-weight: 700; }
.brand-text small { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.42em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--muted); transition: color .25s ease, transform .25s ease; font-weight: 500; }
.main-nav a:hover { color: var(--text); transform: translateY(-1px); }
.nav-toggle {
  display: none; width: 48px; height: 48px; background: transparent; border: 1px solid var(--line);
  border-radius: 14px; padding: 0; cursor: pointer;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 5px auto; border-radius: 2px; }
.eyebrow {
  display: inline-block; margin-bottom: 16px; color: var(--gold); font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; font-size: 0.75rem;
}
.hero { padding-top: 72px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; }
.hero-copy h1, .section-heading h2, .security-grid h2, .contact-grid h2 {
  margin: 0 0 18px; font-size: clamp(2.3rem, 4.5vw, 4.5rem); line-height: 1.05; letter-spacing: -0.03em;
}
.hero-copy h1 span { color: var(--gold-strong); text-shadow: 0 0 16px rgba(255, 215, 133, 0.26); }
.hero-text, .section-heading p, .security-grid p, .contact-grid p, .site-footer p {
  color: var(--muted); font-size: 1.07rem; line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px;
  border-radius: 999px; border: 1px solid transparent; font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary, .btn-gold { color: #1b1408; background: linear-gradient(180deg, #f1cd8d 0%, #d8ab63 100%); box-shadow: 0 14px 32px rgba(230, 189, 110, 0.25); }
.btn-secondary, .btn-outline { color: var(--text); background: rgba(255,255,255,0.02); border-color: rgba(255, 221, 168, 0.28); }
.btn-full { width: 100%; }
.hero-points { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.hero-points li, .pricing-card li, .security-list li { position: relative; padding-left: 28px; color: var(--muted); }
.hero-points li::before, .pricing-card li::before, .security-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 800;
}
.hero-visual { position: relative; min-height: 620px; }
.visual-card {
  position: absolute; inset: 60px 40px 70px 20px; border-radius: 30px; border: 1px solid rgba(255, 211, 136, 0.18);
  background: linear-gradient(180deg, rgba(12, 17, 35, 0.94) 0%, rgba(10, 16, 32, 0.82) 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.03), 0 30px 80px rgba(0,0,0,0.55), 0 0 50px rgba(255, 205, 129, 0.08);
  overflow: hidden;
}
.visual-card::before {
  content: ""; position: absolute; inset: auto -20% 75% -20%; height: 180px;
  background: radial-gradient(circle, rgba(255, 206, 115, 0.3), transparent 60%); filter: blur(20px);
}
.window-top { display: flex; gap: 8px; padding: 18px; }
.window-top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(240, 235, 226, 0.4); }
.dashboard-layout { display: grid; grid-template-columns: 110px 1fr; height: calc(100% - 46px); }
.dashboard-layout aside { padding: 22px 16px; border-right: 1px solid rgba(255,255,255,0.04); }
.side-block { height: 74px; border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)); margin-bottom: 14px; }
.side-block.small { height: 48px; }
.dashboard-main { padding: 22px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }
.metric-card, .chart, .table-mock { border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.03); }
.metric-card { height: 92px; }
.chart-line { height: 190px; margin-bottom: 18px; position: relative; }
.chart-line::before, .chart-line::after { content: ""; position: absolute; inset: 20px; border-radius: 18px; }
.chart-line::before {
  background: linear-gradient(transparent 0 calc(100% - 1px), rgba(255,255,255,.06) 0) 0 0 / 100% 25%, linear-gradient(90deg, transparent 0 calc(100% - 1px), rgba(255,255,255,.04) 0) 0 0 / 20% 100%;
}
.chart-line::after {
  background: linear-gradient(115deg, transparent 0 12%, rgba(255, 214, 130, 0.0) 12% 22%, rgba(255, 214, 130, 0.95) 22% 24%, transparent 24% 38%, rgba(125, 163, 255, 0.95) 38% 40%, transparent 40% 58%, rgba(255, 214, 130, 0.95) 58% 60%, transparent 60% 100%);
  opacity: .95;
}
.table-mock { height: 130px; padding: 18px; display: grid; gap: 10px; }
.table-mock div { border-radius: 999px; background: rgba(255,255,255,0.08); }
.floating-box { position: absolute; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.45)); animation: drift 6s ease-in-out infinite; }
.floating-box-main { width: 290px; right: -20px; bottom: 30px; }
.floating-box-left { width: 180px; left: -12px; bottom: 34px; animation-delay: .8s; }
.floating-box-right { width: 210px; right: -40px; top: 72px; animation-delay: 1.6s; }
@keyframes drift { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-12px); } }
.trust { padding-top: 20px; }
.trust-label, .section-heading.center, .section-heading { text-align: center; }
.trust-label { color: var(--muted); margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.18em; font-size: .78rem; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.trust-item, .feature-card, .pricing-card, .security-panel, .contact-panel, .contact-form, .faq-item {
  background: var(--panel); border: 1px solid rgba(255,255,255,0.05); box-shadow: var(--shadow); backdrop-filter: blur(18px);
}
.trust-item { text-align: center; padding: 18px 12px; border-radius: 18px; color: var(--muted); }
.section-heading { max-width: 860px; margin: 0 auto 42px; }
.section-heading.center p { max-width: 760px; margin: 0 auto; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { padding: 28px; border-radius: 24px; }
.feature-card h3 { margin: 0 0 12px; font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.pricing-section { overflow: hidden; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pricing-card { position: relative; overflow: hidden; padding: 30px 24px 26px; border-radius: 28px; min-height: 100%; }
.pricing-card .card-glow {
  position: absolute; top: -80px; left: 50%; width: 220px; height: 180px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 209, 125, 0.35), transparent 65%); filter: blur(25px); pointer-events: none;
}
.pricing-card.popular { border-color: rgba(255, 220, 150, 0.36); transform: translateY(-10px); }
.badge {
  position: absolute; top: 16px; right: 16px; padding: 8px 14px; border-radius: 999px; background: linear-gradient(180deg, #f1cd8d, #d8ab63);
  color: #1b1408; font-size: 0.78rem; font-weight: 800;
}
.pricing-card h3 { margin: 0 0 8px; font-size: 2rem; }
.pricing-card .subtitle { margin: 0 0 12px; color: var(--muted); }
.product-pack { height: 180px; object-fit: contain; margin: 16px auto 8px; }
.price-row { display: flex; align-items: flex-end; gap: 8px; margin: 12px 0 18px; }
.price-row strong { font-size: 3rem; line-height: 1; letter-spacing: -0.04em; }
.price-row span { color: var(--muted); margin-bottom: 6px; }
.price-row.quote strong { font-size: 2.4rem; }
.pricing-card ul, .security-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.security-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.security-panel { position: relative; min-height: 420px; border-radius: 30px; padding: 28px; overflow: hidden; }
.security-panel::before {
  content: ""; position: absolute; inset: auto -80px -80px auto; width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(94, 136, 255, 0.28), transparent 70%);
}
.shield {
  position: absolute; top: 50%; left: 50%; width: 180px; height: 220px; transform: translate(-50%, -55%);
  background: linear-gradient(180deg, #f4d08f, #ac7c39); clip-path: polygon(50% 0%, 92% 14%, 92% 48%, 80% 82%, 50% 100%, 20% 82%, 8% 48%, 8% 14%);
  box-shadow: inset 0 0 0 8px rgba(15, 18, 33, 0.18), 0 0 60px rgba(255, 205, 118, 0.22);
}
.shield::before {
  content: ""; position: absolute; inset: 18px; clip-path: inherit;
  background: linear-gradient(180deg, rgba(9, 14, 28, 0.88), rgba(20, 28, 55, 0.88));
}
.shield::after {
  content: "N"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold-strong);
  font-size: 4rem; font-weight: 800; text-shadow: 0 0 18px rgba(255, 212, 133, 0.34);
}
.security-stats { position: absolute; inset: auto 24px 24px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.security-stats div, .contact-panel {
  padding: 18px; border-radius: 22px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.04);
}
.security-stats strong { display: block; font-size: 1.6rem; margin-bottom: 6px; }
.security-stats span { color: var(--muted); font-size: .95rem; }
.faq-list { display: grid; gap: 14px; max-width: 880px; margin: 0 auto; }
.faq-item { border-radius: 22px; overflow: hidden; }
.faq-question {
  width: 100%; background: transparent; color: var(--text); border: 0; text-align: left; padding: 22px 24px;
  font: inherit; font-weight: 700; cursor: pointer; position: relative;
}
.faq-question::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.6rem; }
.faq-item.active .faq-question::after { content: "–"; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; color: var(--muted); line-height: 1.8; padding: 0 24px 22px; }
.contact-form { padding: 28px; border-radius: 28px; }
.form-row { display: grid; gap: 10px; margin-bottom: 16px; }
label { font-weight: 600; }
input, select, textarea {
  width: 100%; padding: 15px 16px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03); color: var(--text); font: inherit;
}
input::placeholder, textarea::placeholder { color: #a9a59f; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--gold-strong); font-weight: 600; }
.site-footer { padding: 26px 0 40px; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { margin-bottom: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 20px; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (max-width: 1120px) {
  .feature-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .security-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: 560px; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .main-nav {
    position: absolute; top: calc(100% + 12px); left: 20px; right: 20px; display: none; flex-direction: column;
    align-items: stretch; gap: 12px; padding: 18px; border-radius: 22px; background: rgba(9, 12, 27, 0.95);
    border: 1px solid rgba(255,255,255,0.06); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .trust-grid, .feature-grid, .pricing-grid, .security-stats { grid-template-columns: 1fr; }
  .hero-copy h1, .section-heading h2, .security-grid h2, .contact-grid h2 { font-size: clamp(2rem, 8vw, 3.2rem); }
  .brand-text strong { font-size: 1.45rem; }
  .hero-visual { min-height: 500px; }
  .visual-card { inset: 40px 10px 50px 10px; }
  .floating-box-main { width: 220px; right: -8px; }
  .floating-box-left { width: 130px; left: -2px; }
  .floating-box-right { width: 150px; right: -10px; top: 50px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
