:root {
  --bg: #08120d;
  --bg-soft: #0d1b14;
  --panel: rgba(16, 34, 25, 0.72);
  --text: #eef6f0;
  --muted: #b9cbbd;
  --line: rgba(255,255,255,0.08);
  --accent: #58d68d;
  --accent-2: #9ef0a1;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
  --radius: 24px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: radial-gradient(circle at top, #0f2218 0%, var(--bg) 50%, #050a07 100%);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.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: 30px 30px; mask-image: radial-gradient(circle at center, black 40%, transparent 85%); pointer-events: none; z-index: -3; }
.bg-orb { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(70px); opacity: .18; pointer-events: none; z-index: -2; }
.orb-1 { top: -80px; left: -80px; background: #4ed18a; }
.orb-2 { bottom: -100px; right: -80px; background: #6cd2ff; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(8,18,13,0.65); border-bottom: 1px solid var(--line); }
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:78px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand strong { display:block; font-size:1rem; }
.brand small { display:block; color:var(--muted); }
.brand-mark { width:48px; height:48px; border-radius:16px; background: linear-gradient(135deg, rgba(88,214,141,0.25), rgba(158,240,161,0.08)); border:1px solid rgba(255,255,255,0.08); position:relative; overflow:hidden; box-shadow: var(--shadow); }
.leaf, .drop { position:absolute; display:block; }
.leaf-a { width:18px; height:24px; left:11px; top:10px; background: linear-gradient(180deg, #9ef0a1, #58d68d); border-radius:18px 18px 2px 18px; transform: rotate(-28deg); }
.leaf-b { width:16px; height:22px; right:10px; top:12px; background: linear-gradient(180deg, #7be39b, #2ea860); border-radius:18px 18px 18px 2px; transform: rotate(22deg); }
.drop { width:10px; height:14px; left:20px; bottom:7px; background: linear-gradient(180deg, #9ee7ff, #5cbff8); border-radius:50% 50% 60% 60%; }
.main-nav { display:flex; gap:22px; color:var(--muted); }
.main-nav a:hover { color: var(--text); }
.header-actions { display:flex; align-items:center; gap:10px; }
.menu-toggle { display:none; background:transparent; color:var(--text); border:1px solid var(--line); border-radius:14px; padding:10px 12px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:999px; padding:12px 18px; font-weight:700; transition:.25s ease; border:1px solid transparent; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#072213; box-shadow: 0 12px 30px rgba(88,214,141,0.22); }
.btn-ghost { background: rgba(255,255,255,0.04); color:var(--text); border-color:var(--line); }
.btn-lg { padding:15px 22px; font-size:1rem; }
.full { width:100%; }
.hero { padding:80px 0 60px; }
.hero-grid { display:grid; grid-template-columns: 1.12fr .88fr; gap:36px; align-items:start; }
.hero-copy { display:flex; flex-direction:column; gap:18px; }
.hero-visual { display:flex; flex-direction:column; gap:18px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:.85rem; font-weight:700; padding:8px 12px; border:1px solid var(--line); border-radius:999px; background: rgba(255,255,255,0.03); color:#d5eadb; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); line-height:.98; margin:4px 0 10px; letter-spacing:-.04em; }
.hero h1 span { color:var(--accent-2); display:inline-block; }
.hero-text { font-size:1.08rem; color:var(--muted); max-width:760px; }
.hero-points { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.point-card,.service-card,.step-card,.contact-card,.pricing-card,.stats-card,.contact-note { background:var(--panel); border:1px solid var(--line); backdrop-filter: blur(18px); border-radius:var(--radius); box-shadow:var(--shadow); }
.point-card { padding:16px; }
.point-card strong { display:block; margin-bottom:6px; }
.point-card span { color:var(--muted); font-size:.94rem; }
.hero-cta { display:flex; flex-wrap:wrap; gap:12px; }
.hero-subline { color:var(--muted); display:flex; flex-wrap:wrap; gap:10px; }
.hero-subline a { color:var(--text); }
.glass-card { padding:24px; }
.stats-top { display:flex; align-items:center; gap:10px; color:var(--muted); margin-bottom:18px; }
.status-dot { width:10px; height:10px; border-radius:50%; background:#56f09b; box-shadow:0 0 0 6px rgba(86,240,155,0.15); }
.stats-grid, .stats-grid-fixed { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.stats-grid div, .stats-grid-fixed div { padding:18px; border-radius:20px; background:rgba(255,255,255,0.035); border:1px solid rgba(255,255,255,0.05); }
.stats-grid strong, .stats-grid-fixed strong { display:block; margin-bottom:8px; }
.stats-grid span, .stats-grid-fixed span { color:var(--muted); font-size:.95rem; }
.hero-info-grid { display:grid; gap:16px; }
.hero-mini-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.preview-card { border-radius:30px; border:1px solid rgba(255,255,255,0.06); background: linear-gradient(135deg, rgba(88,214,141,0.15), rgba(255,255,255,0.03)), rgba(255,255,255,0.03); box-shadow:var(--shadow); }
.preview-card.accent { background: linear-gradient(135deg, rgba(108,210,255,0.15), rgba(255,255,255,0.03)), rgba(255,255,255,0.03); }
.preview-text-card,.preview-mini-card { padding:24px; }
.preview-text-card p,.preview-mini-card span { color:var(--muted); }
.trust-strip { padding:12px 0 24px; }
.trust-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.trust-grid div { padding:16px 18px; border-radius:18px; background: rgba(255,255,255,0.04); border:1px solid var(--line); color:#d7eadc; text-align:center; }
.section { padding:84px 0; }
.section-dark { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.015)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-head { max-width:820px; margin-bottom:28px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); line-height:1.05; margin:14px 0; }
.section-head p { color:var(--muted); }
.services-grid,.steps-grid,.contact-cards,.trust-feature-grid,.service-areas-grid,.faq-grid { display:grid; gap:18px; }
.services-grid,.trust-feature-grid,.service-areas-grid { grid-template-columns:repeat(3,1fr); }
.steps-grid { grid-template-columns:repeat(4,1fr); }
.contact-cards { grid-template-columns:repeat(2,1fr); }
.faq-grid { grid-template-columns:repeat(3,1fr); }
.service-card,.step-card,.contact-card,.contact-note { padding:24px; }
.service-card p,.step-card p,.contact-card small,.contact-card span,.muted { color:var(--muted); }
.step-number { display:inline-flex; width:44px; height:44px; align-items:center; justify-content:center; border-radius:50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#072213; font-weight:800; margin-bottom:16px; }
.pricing-wrap,.contact-grid,.footer-grid { display:grid; gap:22px; }
.pricing-wrap { grid-template-columns:1.05fr .95fr; align-items:center; }
.contact-grid { grid-template-columns:.9fr 1.1fr; align-items:start; }
.footer-grid { grid-template-columns:1.1fr 1fr 1fr; }
.check-list { list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px; }
.check-list li { padding-left:28px; position:relative; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--accent-2); font-weight:800; }
.compact-list { gap:8px; }
.price-list { display:grid; gap:12px; margin:18px 0; }
.price-row { display:flex; justify-content:space-between; gap:14px; padding:12px 14px; border-radius:16px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.06); }
.price-row span { color:var(--muted); }
.price-row strong { white-space:nowrap; }
.small-note { font-size:.92rem; }
.contact-card { display:flex; flex-direction:column; gap:8px; }
.contact-card.primary { background: linear-gradient(135deg, rgba(88,214,141,0.20), rgba(255,255,255,0.05)); }
.site-footer { padding:28px 0 96px; border-top:1px solid var(--line); background: rgba(255,255,255,0.015); }
.site-footer h4 { margin-top:0; margin-bottom:12px; }
.site-footer a,.site-footer span,.site-footer p { display:block; color:var(--muted); margin-bottom:8px; }
.cookie-note { text-align:center; color:var(--muted); font-size:.92rem; padding:0 16px 18px; }
.legal-links-bar { display:flex; justify-content:center; gap:18px; padding:0 0 16px; }
.legal-links-bar a { color:var(--muted); border-bottom:1px solid rgba(255,255,255,0.18); }
.floating-bar { position:fixed; left:50%; transform:translateX(-50%); bottom:16px; display:none; gap:10px; background: rgba(9,18,13,0.88); backdrop-filter: blur(18px); border:1px solid var(--line); padding:10px; border-radius:999px; box-shadow:var(--shadow); z-index:70; }
.floating-bar a { padding:12px 16px; border-radius:999px; background:rgba(255,255,255,0.05); }
.floating-bar a:first-child { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#072213; font-weight:800; }
h1,h2,h3,p,span { word-break: break-word; }
@media (max-width:1100px) {
  .hero-grid,.pricing-wrap,.contact-grid,.footer-grid { grid-template-columns:1fr; }
  .services-grid,.steps-grid,.contact-cards,.hero-points,.trust-grid,.trust-feature-grid,.service-areas-grid,.faq-grid { grid-template-columns:1fr 1fr; }
  .hero-mini-grid,.stats-grid,.stats-grid-fixed { grid-template-columns:1fr 1fr; }
}
@media (max-width:860px) {
  .main-nav { position:absolute; left:16px; right:16px; top:82px; display:none; flex-direction:column; padding:14px; border-radius:22px; background: rgba(9,18,13,0.96); border:1px solid var(--line); }
  .main-nav.open { display:flex; }
  .menu-toggle { display:inline-flex; }
  .header-actions .btn-ghost { display:none; }
}
@media (max-width:720px) {
  .hero,.section { padding:58px 0; }
  .services-grid,.steps-grid,.contact-cards,.hero-points,.trust-grid,.trust-feature-grid,.service-areas-grid,.faq-grid,.hero-mini-grid,.stats-grid,.stats-grid-fixed { grid-template-columns:1fr; }
  .hero h1 { font-size:2.4rem; }
  .header-actions .btn-primary { display:none; }
  .floating-bar { display:flex; }
  .price-row { flex-direction:column; align-items:flex-start; }
}
