
:root {
  --bg: #0b1220;
  --bg-soft: #111a2d;
  --card: rgba(17, 26, 45, 0.78);
  --text: #eef2ff;
  --muted: #a7b0c2;
  --line: rgba(255,255,255,0.08);
  --accent: #f59e0b;
  --accent-2: #fbbf24;
  --success: #34d399;
  --danger: #fb7185;
  --shadow: 0 24px 80px rgba(0,0,0,0.35);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 28%),
    linear-gradient(180deg, #09101c 0%, #0b1220 55%, #0a1322 100%);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.bg-grid {
  position: fixed; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 88%);
  pointer-events: none; opacity: .35;
}
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--accent-2); font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(32px, 5vw, 52px); margin: 0 0 12px; }
.section-head p { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0; }
.header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(9,16,28,0.58); border-bottom: 1px solid var(--line); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-weight: 800; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #1d1300; box-shadow: 0 12px 30px rgba(245, 158, 11, 0.24); }
.logo strong { display: block; font-size: 16px; }
.logo small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--muted); font-weight: 500; }
.nav-links a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 0; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: white; margin: 5px auto; border-radius: 999px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 16px; font-weight: 700; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #241700; box-shadow: 0 16px 36px rgba(245, 158, 11, 0.25); }
.btn-secondary { background: rgba(255,255,255,0.08); border-color: var(--line); color: white; }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.15); color: white; }
.full { width: 100%; }
.hero { padding-top: 48px; }
.hero-grid { display: block; }
.hero-copy { max-width: 860px; }
.badge { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border-radius: 999px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.08); color: #ffd58a; font-weight: 600; margin-bottom: 16px; }
.hero h1 { font-size: clamp(40px, 6vw, 72px); line-height: 1.02; letter-spacing: -0.04em; margin: 0 0 18px; }
.hero-text { color: var(--muted); font-size: 19px; line-height: 1.75; max-width: 720px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.stat-card, .info-card, .spec-card, .price-card, .step-card, .contact-card { background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.stat-card { padding: 18px; border-radius: 22px; }
.stat-card strong { display: block; font-size: 22px; margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.hero-points li { color: var(--muted); display: flex; align-items: center; gap: 10px; }
.hero-points li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 6px rgba(52,211,153,0.12); }
.card-grid.four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { border-radius: 24px; padding: 28px; }
.icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 24px; background: rgba(245,158,11,0.12); margin-bottom: 18px; }
.info-card h3, .step-card h3, .contact-card h3 { margin: 0 0 10px; font-size: 22px; }
.info-card p, .step-card p, .contact-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.split-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 24px; align-items: stretch; }
.split-copy { padding: 10px 0; }
.split-copy h2 { font-size: clamp(32px, 4vw, 52px); margin: 0 0 14px; }
.split-copy p { color: var(--muted); font-size: 18px; line-height: 1.8; margin: 0 0 22px; }
.check-list { display: grid; gap: 14px; }
.check-list div { position: relative; padding-left: 34px; color: #d7e1f5; }
.check-list div::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: rgba(52,211,153,0.14); color: var(--success); font-weight: 800; }
.spec-card { border-radius: 28px; padding: 34px; background: linear-gradient(180deg, rgba(245, 158, 11, 0.09), rgba(255,255,255,0.02)); }
.spec-size { font-size: clamp(34px, 5vw, 58px); font-weight: 800; margin-bottom: 14px; }
.spec-card p { color: var(--muted); line-height: 1.7; }
.spec-bars { display: grid; gap: 14px; margin-top: 24px; }
.spec-bars div { padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.spec-bars span { color: var(--muted); }
.spec-bars strong { font-size: 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { border-radius: 28px; padding: 34px; }
.price-card.featured { background: linear-gradient(180deg, rgba(245, 158, 11, 0.10), rgba(255,255,255,0.04)); border-color: rgba(245,158,11,0.24); }
.price-label { display: inline-block; color: var(--accent-2); font-weight: 700; margin-bottom: 16px; }
.price-value { font-size: clamp(42px, 6vw, 74px); font-weight: 800; line-height: 1; margin-bottom: 14px; }
.price-value small { font-size: clamp(18px, 2vw, 28px); color: var(--muted); font-weight: 600; }
.price-card p { color: var(--muted); line-height: 1.7; margin: 0 0 24px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { padding: 0; border: 0; border-radius: 24px; overflow: hidden; position: relative; cursor: pointer; background: rgba(255,255,255,0.04); box-shadow: var(--shadow); transition: transform .25s ease; }
.gallery-item:hover { transform: translateY(-4px) scale(1.01); }
.gallery-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { border-radius: 24px; padding: 30px; }
.step-card span { display: inline-flex; width: 52px; height: 52px; border-radius: 16px; align-items: center; justify-content: center; margin-bottom: 18px; font-weight: 800; color: #241700; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.contact-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 20px; align-items: start; }
.contact-copy h2 { font-size: clamp(32px, 5vw, 54px); margin: 0 0 14px; }
.contact-copy p { color: var(--muted); font-size: 18px; line-height: 1.8; margin: 0 0 22px; }
.contact-list { display: grid; gap: 14px; }
.contact-list a, .contact-list div { padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); }
.contact-card { border-radius: 28px; padding: 30px; }
.mini-form { display: grid; gap: 12px; margin-top: 18px; }
.mini-form input, .mini-form textarea { width: 100%; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.05); color: white; border-radius: 16px; padding: 16px 18px; outline: none; }
.mini-form input:focus, .mini-form textarea:focus { border-color: rgba(245,158,11,.45); box-shadow: 0 0 0 4px rgba(245,158,11,.10); }
.mini-form textarea { min-height: 130px; resize: vertical; }
.mini-form input::placeholder, .mini-form textarea::placeholder { color: #94a3b8; }
.form-status { min-height: 24px; margin-top: 14px; font-size: 14px; color: var(--muted); }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }
.contact-mini-note { margin-top: 14px; color: var(--muted); }
.footer { border-top: 1px solid var(--line); padding: 26px 0 100px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.footer p { color: var(--muted); margin: 8px 0 0; }
.lightbox { position: fixed; inset: 0; background: rgba(3, 6, 12, 0.88); backdrop-filter: blur(12px); display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: .25s ease; z-index: 100; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { width: min(900px, 100%); max-height: 76vh; object-fit: contain; border-radius: 24px; border: 1px solid rgba(255,255,255,0.12); background: #0b1220; }
.lightbox-close { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.12); color: white; font-size: 28px; cursor: pointer; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 40; min-height: 58px; padding: 0 18px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; color: #241700; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 16px 38px rgba(245,158,11,.32); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (max-width: 1024px) {
  .split-grid, .contact-grid, .pricing-grid, .steps-grid, .card-grid.four, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 76px 0; }
  .nav-links { position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; flex-direction: column; padding: 16px; border-radius: 20px; background: rgba(9,16,28,0.96); border: 1px solid rgba(255,255,255,0.08); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .menu-toggle { display: block; }
  .desktop-only { display: none; }
  .hero-stats, .card-grid.four, .pricing-grid, .gallery-grid, .steps-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
  .hero-text, .section-head p, .split-copy p, .contact-copy p { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}

.contact-mini-note a{color:#ffd58a;font-weight:700}
