:root{--bg:#070707;--panel:#101010;--panel2:#16120d;--text:#f6efe5;--muted:#b8ad9f;--gold:#caa968;--gold2:#f0d69b;--line:rgba(240,214,155,.18);--white:#fff;--shadow:0 30px 80px rgba(0,0,0,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 10%,rgba(202,169,104,.18),transparent 30%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08),transparent 22%),linear-gradient(135deg,#070707,#0b0907 45%,#070707);pointer-events:none;z-index:-3}.noise{position:fixed;inset:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:-2}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{padding:110px 0}.site-header{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:18px 34px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(7,7,7,.62);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:Playfair Display,serif;font-size:25px;color:var(--gold2);background:linear-gradient(145deg,rgba(202,169,104,.18),rgba(255,255,255,.03))}.brand-text{font-weight:800;letter-spacing:.14em;font-size:13px;line-height:1.05}.brand-text em{font-style:normal;color:var(--gold);font-weight:600;letter-spacing:.18em}.nav{display:flex;gap:26px;color:var(--muted);font-size:14px}.nav a:hover,.text-link:hover,.footer a:hover{color:var(--gold2)}.header-cta{padding:12px 18px;border:1px solid var(--line);border-radius:999px;color:var(--gold2);font-weight:700}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:130px}.hero-bg{position:absolute;right:-8%;top:18%;width:600px;height:600px;background:linear-gradient(135deg,rgba(202,169,104,.16),transparent),radial-gradient(circle,rgba(255,255,255,.08),transparent 60%);filter:blur(4px);border-radius:50%;z-index:-1}.hero-grid{display:grid;grid-template-columns:1.08fr .72fr;gap:60px;align-items:center}.eyebrow{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;font-size:12px;font-weight:800;margin-bottom:18px}.hero h1{font-family:Playfair Display,serif;font-size:clamp(58px,8vw,118px);line-height:.9;margin:0 0 26px;letter-spacing:.02em}.lead{font-size:clamp(22px,3vw,34px);line-height:1.2;margin:0 0 18px;max-width:820px}.hero-sub{color:var(--muted);font-size:18px;line-height:1.75;max-width:720px;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 26px;border-radius:999px;font-weight:800;transition:.25s ease;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#17110a;box-shadow:0 18px 42px rgba(202,169,104,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 25px 55px rgba(202,169,104,.32)}.btn-secondary{border-color:var(--line);color:var(--gold2);background:rgba(255,255,255,.03)}.btn-secondary:hover{background:rgba(202,169,104,.1);transform:translateY(-2px)}.hero-stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:42px}.hero-stats div{padding:18px 20px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(255,255,255,.035);min-width:150px}.hero-stats strong{display:block;color:var(--gold2);font-size:22px}.hero-stats span{color:var(--muted);font-size:13px}.hero-card{border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));padding:34px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(202,169,104,.12),transparent);opacity:.8}.hero-card>*{position:relative}.card-top{font-size:12px;letter-spacing:.24em;color:var(--gold);font-weight:800;margin-bottom:28px}.hero-card h2,.section h2{font-family:Playfair Display,serif;font-size:clamp(34px,4vw,58px);line-height:1.02;margin:0}.hero-card h2{font-size:36px;margin-bottom:18px}.hero-card p,.intro p,.section-head p,.trust-copy p,.request-copy p,.final-cta p{color:var(--muted);line-height:1.8;font-size:17px}.hero-card ul{padding:0;margin:24px 0;list-style:none}.hero-card li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#e6d9c8}.text-link{color:var(--gold2);font-weight:800}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head p{max-width:460px;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{padding:30px;border:1px solid rgba(255,255,255,.09);border-radius:28px;background:rgba(255,255,255,.035);min-height:240px;transition:.25s ease}.service-card:hover{transform:translateY(-6px);border-color:var(--line);background:rgba(202,169,104,.07)}.service-card span{color:var(--gold);font-weight:900}.service-card h3,.trust-list h3,.step h3,.footer h3{font-size:21px;margin:28px 0 12px}.service-card p,.trust-list p,.step p,.footer p{color:var(--muted);line-height:1.7}.dark-panel{background:linear-gradient(180deg,rgba(202,169,104,.06),rgba(255,255,255,.02));border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{padding:26px;border:1px solid var(--line);border-radius:28px;background:#0b0b0b}.step b{color:var(--gold2);font-size:30px}.trust-grid,.request-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.trust-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.trust-list div{padding:26px;border:1px solid rgba(255,255,255,.09);border-radius:26px;background:rgba(255,255,255,.035)}.request{background:radial-gradient(circle at 80% 20%,rgba(202,169,104,.14),transparent 35%)}.contact-mini{display:flex;flex-direction:column;gap:12px;margin-top:26px;color:var(--gold2);font-weight:800}.lux-form{padding:34px;border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.055);box-shadow:var(--shadow)}label{display:block;font-weight:800;margin-bottom:18px;color:#fff}input,textarea{width:100%;margin-top:9px;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#090909;color:#fff;font:inherit;outline:none}input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(202,169,104,.1)}textarea{resize:vertical}.lux-form .btn{width:100%;margin-top:4px}.form-note{color:var(--muted);font-size:13px;line-height:1.6;margin:16px 0 0}.final-cta{text-align:center;padding:90px 0}.final-cta .container{border:1px solid var(--line);border-radius:38px;padding:60px;background:linear-gradient(145deg,rgba(202,169,104,.12),rgba(255,255,255,.03))}.final-cta p{max-width:620px;margin:18px auto 28px}.footer{border-top:1px solid rgba(255,255,255,.09);padding:50px 0 24px;background:#050505}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer a{display:block;color:var(--muted);margin:10px 0}.footer p{max-width:420px}.copyright{text-align:center;color:#776f66;font-size:13px;margin-top:36px}.float-tg{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#14100a;font-weight:900;box-shadow:0 18px 45px rgba(202,169,104,.3);z-index:9}.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.is-visible{opacity:1;transform:none}@media(max-width:980px){.nav{display:none}.hero-grid,.split,.trust-grid,.request-grid{grid-template-columns:1fr}.cards-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr 1fr}.site-header{padding:14px 18px}.section{padding:80px 0}.hero{padding-top:120px}.hero-card{order:2}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.header-cta{display:none}.brand-mark{width:40px;height:40px}.brand-text{font-size:11px}.hero h1{font-size:52px}.lead{font-size:22px}.hero-actions .btn{width:100%}.hero-stats{display:grid;grid-template-columns:1fr;width:100%}.cards-grid,.timeline,.trust-list,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.service-card{min-height:auto}.final-cta .container{padding:34px 18px}.footer{padding-bottom:90px}}

/* FORCE FIX: показать весь контент */
.hero,
.hero *,
.section,
.section *,
.container,
.container *,
.card,
.card *,
form,
form * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

.hero {
  min-height: auto !important;
  padding: 120px 24px 80px !important;
}

.hero-content,
.hero__content,
.hero-inner,
.hero .container {
  display: block !important;
  position: relative !important;
  z-index: 5 !important;
}

h1, h2, h3, p, span, label, input, textarea, button, a {
  color: #f5ead2 !important;
}

section {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
}


/* FIX ТЕКСТА — НОРМАЛЬНЫЕ ОТСТУПЫ */
h1 {
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  letter-spacing: -1px;
}

h2 {
  line-height: 1.2 !important;
  margin-bottom: 18px !important;
}

p {
  line-height: 1.6 !important;
  margin-bottom: 16px !important;
  max-width: 700px;
}

.hero p {
  font-size: 18px;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

.hero h1 {
  font-size: 64px !important;
  line-height: 1.05 !important;
  margin-bottom: 24px !important;
}

.hero {
  padding-top: 120px !important;
}

/* блоки ниже */
.section {
  padding: 80px 0 !important;
}

/* карточки */
.card {
  padding: 24px !important;
  line-height: 1.5 !important;
}

/* PRIVATE REQUEST блок */
.private-request h2 {
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}

.private-request p {
  line-height: 1.6 !important;
}


/* FIX СТАТИСТИКИ В HERO */
.hero-stats,
.stats,
.stat-grid {
  display: flex !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
  margin-top: 34px !important;
  margin-bottom: 32px !important;
}

.hero-stat,
.stat,
.stats-card,
.stat-card {
  padding: 22px 28px !important;
  min-width: 150px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.hero-stat strong,
.hero-stat b,
.stat strong,
.stat b,
.stats-card strong,
.stats-card b,
.stat-card strong,
.stat-card b {
  display: block !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  margin: 0 0 8px 0 !important;
}

.hero-stat span,
.stat span,
.stats-card span,
.stat-card span {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  opacity: .9 !important;
}

/* если цифры и подписи сделаны через div */
.hero-stats div,
.stats div {
  line-height: 1.35 !important;
}


/* FIX HERO STATS — ЧЁТКО ПОД ТВОЮ ВЕРСТКУ */
.hero-stats {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.hero-stats > div {
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(6px);
}

.hero-stats > div strong {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.hero-stats > div span {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
}


/* ОТСТУП СНИЗУ У HERO STATS (как на скрине) */
.hero-stats {
  margin-bottom: 60px !important;
}

/* чтобы точно не прижимался следующий блок */
.hero-card {
  margin-top: 20px !important;
}


/* РАЗНОСИМ СТАТЫ И КАРТОЧКУ НИЖЕ */
.hero-inner {
  display: flex !important;
  flex-direction: column !important;
}

.hero-stats {
  margin-bottom: 40px !important;
}

.hero-card {
  margin-top: 40px !important;
}


/* УБИРАЕМ НАЕЗД КАРТОЧКИ */
.hero-card {
  margin-top: 60px !important;
  transform: none !important;
}

/* УБИРАЕМ ПОДТЯГИВАНИЕ ВВЕРХ */
.hero-card.reveal {
  transform: none !important;
}

/* ДАЕМ НОРМАЛЬНЫЙ ОТСТУП СТАТАМ */
.hero-stats {
  margin-bottom: 40px !important;
}


/* ФИНАЛЬНЫЙ ОТСТУП МЕЖДУ СТАТАМИ И PRIVATE REQUEST */
.hero-stats {
  margin-bottom: 90px !important;
}

.hero-card {
  margin-top: 90px !important;
}


/* ЖЕСТКИЙ ФИКС ОТСТУПА — НОВЫЙ CSS */
.hero-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 90px !important;
}

.hero-content {
  margin-bottom: 0 !important;
}

.hero-stats {
  margin-bottom: 0 !important;
}

.hero-card {
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 1100px !important;
}

