:root {
  --bg: #080808;
  --bg-soft: #111111;
  --card: rgba(255, 255, 255, 0.055);
  --border: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: #b5b5b5;
  --muted-2: #7d7d7d;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 14px; object-fit: cover; background: transparent; }
.brand span { display: block; font-size: 12px; color: var(--muted-2); }
.nav nav { display: flex; gap: 24px; color: var(--muted); font-size: 14px; }
.nav nav a:hover { color: #fff; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 22px; border-radius: 16px;
  font-weight: 700; transition: .2s ease; border: 1px solid transparent;
}
.btn-light { background: #fff; color: #050505; }
.btn-light:hover { transform: translateY(-2px); background: #e9e9e9; }
.btn-outline { border-color: var(--border); background: rgba(255,255,255,.04); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.14), transparent 28%), radial-gradient(circle at 12% 80%, rgba(255,255,255,.08), transparent 25%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 96px 0; }
.badge { display: inline-flex; border: 1px solid var(--border); background: var(--card); color: var(--muted); padding: 9px 14px; border-radius: 999px; font-size: 14px; margin-bottom: 22px; }
h1 { font-size: clamp(40px, 6vw, 72px); line-height: .98; letter-spacing: -0.05em; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.04em; max-width: 850px; }
h3 { font-size: 22px; margin-bottom: 12px; }
.hero-text > p:not(.badge), .lead { color: var(--muted); font-size: 18px; margin-top: 24px; max-width: 620px; }
.actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.actions.center { justify-content: center; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.metrics div { border: 1px solid var(--border); background: var(--card); border-radius: 22px; padding: 18px; text-align: center; }
.metrics strong { display: block; font-size: 22px; }
.metrics span { color: var(--muted-2); font-size: 13px; }
.hero-media { position: relative; border: 1px solid var(--border); background: linear-gradient(135deg, #202020, #050505); border-radius: 34px; padding: 16px; min-height: 520px; }
.hero-media img { width: 100%; height: 520px; object-fit: cover; border-radius: 24px; background: #161616; }
.floating-card { position: absolute; left: -20px; bottom: 26px; background: #fff; color: #050505; border-radius: 20px; padding: 16px 18px; font-weight: 800; box-shadow: 0 20px 50px rgba(0,0,0,.35); }

.section { padding: 92px 0; }
.dark-section { background: var(--bg-soft); border-block: 1px solid var(--border); }
.eyebrow { color: var(--muted-2); text-transform: uppercase; letter-spacing: .22em; font-size: 13px; font-weight: 800; margin-bottom: 16px; }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.text-block { color: var(--muted); font-size: 18px; display: grid; gap: 18px; }
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 52px 0; }
.trust div, .list-item, .spec-item, .card { border: 1px solid var(--border); background: var(--card); border-radius: 24px; }
.trust div { padding: 22px; color: var(--muted); font-weight: 700; text-align: center; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.card { padding: 28px; }
.card p, .card li { color: var(--muted); }
.icon { width: 46px; height: 46px; display: grid; place-items: center; background: #fff; color: #050505; border-radius: 16px; margin-bottom: 22px; font-weight: 900; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.spec-item { display: flex; justify-content: space-between; gap: 24px; padding: 20px; }
.spec-item span { color: var(--muted-2); }
.spec-item strong { text-align: right; }
.list { display: grid; gap: 14px; }
.list-item { padding: 18px 20px; color: var(--muted); }
.package ul { list-style: none; display: grid; gap: 10px; margin: 22px 0; }
.package li::before { content: "✓ "; color: #fff; font-weight: 800; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; border: 1px solid var(--border); background: #191919; }
/*.cta-section { position: relative; text-align: center; padding: 100px 0; border-top: 1px solid var(--border); overflow: hidden; }*/
.cta-section { position: relative; min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 100px 0; }
.cta-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.16), transparent 38%); }

.cta-section .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-section h2 {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.cta-section p { color: var(--muted); font-size: 18px; max-width: 760px; margin: 24px auto 0; }
.cta-section small { display: block; color: var(--muted-2); margin-top: 22px; }
footer { border-top: 1px solid var(--border); color: var(--muted-2); padding: 26px 0; text-align: center; }
.reveal { opacity: 0; transform: translateY(24px); transition: .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 850px) {
  .nav nav { display: none; }
  .nav .btn { display: none; }
  .hero-grid, .two-cols { grid-template-columns: 1fr; }
  .hero-grid { padding: 64px 0; }
  .hero-media, .hero-media img { min-height: auto; height: auto; }
  .trust, .cards, .spec-grid, .gallery { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .floating-card { display: none; }
  .section { padding: 68px 0; }
}
