/* =========================
   UTISHEVA.RU — Premium Sans v2
   Clean grid • premium palette • micro-details
   ========================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  /* Layout */
  --container: 1240px;
  --gutter: clamp(14px, 2.2vw, 22px);

  /* Colors — Porcelain + Ink */
  --bg: #F4F4F2;
  --panel: rgba(255,255,255,.70);
  --panelSolid: #FFFFFF;

  --ink: #0E1116;
  --muted: rgba(14,17,22,.66);
  --muted2: rgba(14,17,22,.50);

  --stroke: rgba(14,17,22,.10);
  --stroke2: rgba(14,17,22,.14);

  /* Brand */
  --brand: #1C2E4A;          /* ink blue */
  --brand2: #2F5D8A;         /* steel blue */
  --brandWash: rgba(28,46,74,.08);

  /* Premium accent (use very sparingly) */
  --gold: #B49A63;
  --goldWash: rgba(180,154,99,.12);

  /* Radius + shadow */
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;

  --shadow-lg: 0 22px 70px rgba(10,12,16,.12);
  --shadow-md: 0 14px 40px rgba(10,12,16,.10);
  --shadow-sm: 0 8px 20px rgba(10,12,16,.08);

  /* Typography */
  --h1: clamp(38px, 4.1vw, 64px);
  --h2: clamp(26px, 3.0vw, 42px);
  --h3: 18px;
  --lead: clamp(16px, 1.25vw, 18px);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Manrope, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.58;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
p{ margin:0; }

.container{
  width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

.skip-link{
  position:absolute; left:-999px; top:0;
  background:#fff; padding:10px 12px; border-radius:10px;
  border:1px solid var(--stroke);
}
.skip-link:focus{ left: 16px; top: 16px; z-index:9999; }

/* =========================
   Header / Nav
   ========================= */
header{
  position: sticky; top:0; z-index: 80;
  background: rgba(244,244,242,.72);
  backdrop-filter: blur(16px) saturate(150%);
  border-bottom: 1px solid rgba(14,17,22,.08);
}

.navbar{
  height: 76px;
  display:flex; align-items:center; justify-content:space-between;
  gap: 14px;
}

.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 220px;
}
.brand-mark{
  width: 36px; height: 36px; border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 12px 26px rgba(28,46,74,.22);
}
.brand-text{ display:flex; flex-direction:column; line-height:1.1; }
.brand-name{
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 16px;
}
.brand-role{
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted2);
  font-size: 12px;
  margin-top: 3px;
}

.navlinks{
  display:flex; align-items:center; gap: 18px;
  color: var(--muted);
  font-size: 14px;
}
.navlinks a{
  padding: 10px 10px;
  border-radius: 12px;
  transition: .15s ease;
}
.navlinks a:hover{
  background: rgba(14,17,22,.04);
  color: var(--ink);
}
.navlinks a[aria-current="page"]{
  color: var(--ink);
  background: rgba(28,46,74,.08);
  border: 1px solid rgba(28,46,74,.14);
}

.nav-cta{ display:flex; align-items:center; gap: 10px; }

/* =========================
   Buttons
   ========================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 750;
  font-size: 14px;
  cursor: pointer;
  transition: .15s ease;
  user-select:none;
  white-space: nowrap;
}

.btn-primary{
  background: linear-gradient(135deg, var(--brand), #142338);
  color:#fff;
  box-shadow: 0 16px 38px rgba(28,46,74,.22);
}
.btn-primary:hover{ transform: translateY(-1px); filter: brightness(1.02); }

.btn-ghost{
  background: rgba(255,255,255,.62);
  border-color: rgba(14,17,22,.12);
  color: var(--ink);
}
.btn-ghost:hover{ background: rgba(255,255,255,.84); }

.btn-soft{
  background: rgba(28,46,74,.08);
  border-color: rgba(28,46,74,.16);
  color: var(--brand);
}
.btn-soft:hover{ background: rgba(28,46,74,.12); }

.icon-btn{
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(14,17,22,.12);
  background: rgba(255,255,255,.62);
  display:grid; place-items:center;
}
.icon-btn:hover{ background: rgba(255,255,255,.86); }

.mobile-toggle{ display:none; }

/* =========================
   Premium surface helpers
   ========================= */
.surface{
  background: var(--panel);
  border: 1px solid rgba(14,17,22,.10);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(14px) saturate(140%);
}

.surface-glow{
  position: relative;
  overflow: hidden;
}
.surface-glow:before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events:none;
  background:
    radial-gradient(900px 240px at 10% 0%, rgba(255,255,255,.55), rgba(255,255,255,0) 55%),
    radial-gradient(700px 240px at 95% 10%, rgba(28,46,74,.08), rgba(28,46,74,0) 60%);
  opacity: .9;
}

/* =========================
   Hero
   ========================= */
.hero{
  position: relative;
  padding: 44px 0 18px;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset: -240px -260px auto auto;
  width: 820px; height: 820px;
  background:
    radial-gradient(circle at 25% 25%, rgba(28,46,74,.18), rgba(28,46,74,0) 60%),
    radial-gradient(circle at 70% 55%, rgba(180,154,99,.12), rgba(180,154,99,0) 60%);
  pointer-events:none;
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Kicker */
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(14,17,22,.12);
  background: rgba(255,255,255,.62);
  color: var(--muted);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
}
.kicker-dot{
  width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
}

/* Titles */
h1{
  margin: 14px 0 14px;
  font-size: var(--h1);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.hero-lead{
  font-size: var(--lead);
  color: var(--muted);
  margin: 0 0 14px;
  max-width: 58ch;
  line-height: 1.7;
}

/* Points */
.hero-points{
  display:grid;
  gap: 10px;
  margin-top: 10px;
}
.point{
  display:flex; gap: 10px; align-items:flex-start;
  color: rgba(14,17,22,.82);
  font-size: 14px;
}
.check{
  width: 22px; height: 22px; border-radius: 999px;
  background: rgba(180,154,99,.14);
  border: 1px solid rgba(180,154,99,.22);
  color: #6E5A2C;
  display:grid; place-items:center;
  flex: 0 0 auto;
  margin-top: 1px;
}

/* Actions */
.hero-actions{
  display:flex; flex-wrap:wrap;
  gap: 10px;
  margin-top: 16px;
}

/* Premium microtrust */
.microtrust{
  margin-top: 14px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.microtrust .pill{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(14,17,22,.10);
  box-shadow: 0 1px 0 rgba(14,17,22,.03);
  font-family: Inter, system-ui, sans-serif;
  color: rgba(14,17,22,.78);
  font-size: 12px;
}

.microtrust .ic{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(28,46,74,.08);
  border: 1px solid rgba(28,46,74,.14);
  color: var(--brand);
}

.microtrust .pill.pill-gold .ic{
  background: rgba(180,154,99,.12);
  border: 1px solid rgba(180,154,99,.22);
  color: #6E5A2C;
}

/* Hero photo card */
.hero-card{
  border-radius: 30px;
  border: 1px solid rgba(14,17,22,.10);
  background: rgba(255,255,255,.66);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 28px 80px rgba(10,12,16,.14);
  overflow:hidden;
}
.hero-photo{
  aspect-ratio: 4 / 4.6;
  width:100%;
  object-fit: cover;
  filter: contrast(1.02) saturate(1.02);
}
.hero-card-bottom{
  padding: 16px;
  display:flex;
  justify-content:space-between;
  gap: 14px;
  align-items:flex-start;
}
.statline{
  display:flex; flex-direction:column; gap: 2px;
}
.stat{
  font-weight: 800;
  letter-spacing: -0.02em;
}
.stat small{
  display:block;
  font-weight: 600;
  color: var(--muted2);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
}

/* =========================
   Sections
   ========================= */
.section{ padding: 64px 0; }
.section-sm{ padding: 36px 0; }

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 14px;
  margin-bottom: 18px;
}
.section h2{
  margin:0;
  font-size: var(--h2);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 800;
  position: relative;
}
.section h2:after{
  content:"";
  display:block;
  width: 54px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(180,154,99,0));
  opacity: .9;
}

.lead{
  color: var(--muted);
  font-size: var(--lead);
  margin-top: 10px;
  max-width: 72ch;
  line-height: 1.7;
}
.section-actions{ display:flex; gap:10px; flex-wrap:wrap; }

.grid-3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-2{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.grid-4{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }

/* Cards */
.card{
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(14,17,22,.10);
  border-radius: var(--radius-lg);
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.card:before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events:none;
  background:
    radial-gradient(900px 240px at 10% 0%, rgba(255,255,255,.55), rgba(255,255,255,0) 55%),
    radial-gradient(700px 240px at 95% 10%, rgba(28,46,74,.08), rgba(28,46,74,0) 60%);
  opacity: .9;
}
.card > *{ position: relative; z-index: 1; }

.card-solid{
  background: var(--panelSolid);
}
.card h3{
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.card p{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.mini{
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted2);
  font-size: 12px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(28,46,74,.08);
  border: 1px solid rgba(28,46,74,.14);
  color: var(--brand);
  font-weight: 700;
  font-size: 12px;
}

.hr{
  height: 1px;
  background: rgba(14,17,22,.10);
  border: 0;
  margin: 0;
}

/* Feature blocks */
.feature{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.feature-ic{
  width: 40px; height: 40px;
  border-radius: 14px;
  background: rgba(28,46,74,.08);
  border: 1px solid rgba(28,46,74,.14);
  display:grid; place-items:center;
  flex: 0 0 auto;
}
.feature-ic svg{ width: 18px; height: 18px; color: var(--brand); opacity:.92; }

/* Steps */
.steps{ display:grid; gap: 12px; }
.step{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(14,17,22,.10);
  background: rgba(255,255,255,.62);
}
.step-num{
  width: 34px; height: 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), #142338);
  color:#fff;
  display:grid; place-items:center;
  font-weight: 800;
  flex: 0 0 auto;
  box-shadow: 0 10px 26px rgba(28,46,74,.18);
}
.step h3{ margin:0 0 6px; }
.step p{ margin:0; color: var(--muted); font-size: 14px; }

/* Quotes */
.quote{
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(28,46,74,.06);
  border: 1px solid rgba(28,46,74,.12);
  position: relative;
  overflow: hidden;
}
.quote:before{
  content:"";
  position:absolute;
  inset:-40% -30% auto auto;
  width: 380px; height: 380px;
  background: radial-gradient(circle at 30% 30%, rgba(180,154,99,.18), rgba(180,154,99,0) 60%);
  pointer-events:none;
}
.quote p{ color: rgba(14,17,22,.84); font-size: 14px; position: relative; z-index: 1; }
.quote .who{
  margin-top: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  position: relative; z-index: 1;
}
.quote .who small{
  display:block;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  color: var(--muted2);
  margin-top: 2px;
  font-size: 12px;
}

/* FAQ */
.faq details{
  border-radius: 18px;
  border: 1px solid rgba(14,17,22,.10);
  background: rgba(255,255,255,.66);
  padding: 14px 16px;
}
.faq details + details{ margin-top: 10px; }
.faq summary{
  cursor:pointer;
  font-weight: 800;
  letter-spacing: -0.01em;
  list-style:none;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq .ans{
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

/* Forms */
.form{ display:grid; gap: 12px; margin-top: 12px; }
.form-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }

label{
  display:block;
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted2);
  font-size: 12px;
  margin-bottom: 6px;
}
input, textarea{
  width:100%;
  border-radius: 16px;
  border: 1px solid rgba(14,17,22,.12);
  background: rgba(255,255,255,.90);
  padding: 13px 14px;
  font: inherit;
  outline:none;
  transition: .15s ease;
}
textarea{ min-height: 120px; resize: vertical; }
input:focus, textarea:focus{
  border-color: rgba(28,46,74,.35);
  box-shadow: 0 0 0 4px rgba(28,46,74,.12);
}
.fineprint{
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted2);
  font-size: 12px;
}

/* CTA band */
.cta-band{
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(28,46,74,.10), rgba(47,93,138,.07));
  border: 1px solid rgba(28,46,74,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.cta-band:before{
  content:"";
  position:absolute;
  inset:-50% -40% auto auto;
  width: 520px; height: 520px;
  background: radial-gradient(circle at 35% 35%, rgba(180,154,99,.16), rgba(180,154,99,0) 62%);
  pointer-events:none;
}
.cta-band > *{ position: relative; z-index: 1; }

.cta-band h3{
  margin:0 0 6px;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.cta-band p{
  color: var(--muted);
  font-size: 14px;
}

/* =========================
   Footer
   ========================= */
footer{
  padding: 44px 0;
  border-top: 1px solid rgba(14,17,22,.08);
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap: 18px;
  flex-wrap:wrap;
}
.footer-links{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}
.footer-links a:hover{ color: var(--ink); }

/* =========================
   Page head
   ========================= */
.page-head{ padding: 44px 0 0; }
.breadcrumbs{
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  color: var(--muted2);
  margin-bottom: 10px;
}
.page-title{
  margin:0;
  font-size: clamp(32px, 3.2vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  font-weight: 800;
}
.page-sub{
  margin-top: 10px;
  color: var(--muted);
  font-size: var(--lead);
  max-width: 72ch;
}

/* =========================
   Mobile drawer
   ========================= */
.mobile-drawer{
  display:none;
  position: fixed;
  inset: 0;
  background: rgba(14,17,22,.46);
  z-index: 120;
}
.drawer-panel{
  position:absolute;
  right: 12px;
  top: 12px;
  width: min(420px, calc(100% - 24px));
  border-radius: 22px;
  background: rgba(244,244,242,.98);
  border: 1px solid rgba(14,17,22,.12);
  box-shadow: var(--shadow-lg);
  padding: 14px;
}
.drawer-panel .navlinks{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap: 8px;
  margin-top: 10px;
}
.drawer-panel .navlinks a{
  border: 1px solid rgba(14,17,22,.10);
  background: rgba(255,255,255,.74);
}
.drawer-actions{
  display:grid;
  gap: 10px;
  margin-top: 12px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 980px){
  .navlinks{ display:none; }
  .mobile-toggle{ display:inline-grid; }

  .hero-grid{ grid-template-columns: 1fr; gap: 16px; }

  .grid-3{ grid-template-columns: 1fr; }
  .grid-2{ grid-template-columns: 1fr; }
  .grid-4{ grid-template-columns: 1fr 1fr; }
  .form-grid{ grid-template-columns: 1fr; }

  .cta-band{ flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px){
  .grid-4{ grid-template-columns: 1fr; }
  .btn{ width: 100%; }
  .nav-cta .btn-soft{ display:none; }
}



.brand-mark{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1C2E4A, #142338);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #F4F4F2;
  box-shadow:
    0 14px 34px rgba(28,46,74,.28),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.brand-mark{
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1C2E4A, #142338);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .1em;
  color: #F4F4F2;
  border: 1px solid #B49A63;
  box-shadow:
    0 14px 34px rgba(28,46,74,.25),
    inset 0 1px 0 rgba(255,255,255,.08);
}


/* =========================
   Consulting-grade Header (McK/BCG vibe)
   ========================= */

/* Slightly different header surface */
header{
  background: rgba(244,244,242,.78);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(14,17,22,.08);
}

/* Top hairline (subtle premium accent) */
header:before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 1px;
  background: linear-gradient(90deg, rgba(180,154,99,.0), rgba(180,154,99,.55), rgba(180,154,99,.0));
  opacity: .65;
  pointer-events:none;
}

/* Container inside header */
.navbar{
  height: 74px;
  display:grid;
  grid-template-columns: auto 1fr auto;
  align-items:center;
  gap: 16px;
}

/* Brand block */
.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 260px;
}

/* Premium monogram mark */
.brand-mark{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: linear-gradient(135deg, #1C2E4A, #142338);
  border: 1px solid rgba(180,154,99,.55);

  box-shadow:
    0 14px 34px rgba(28,46,74,.22),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.brand-mark span{
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .14em;
  color: rgba(244,244,242,.95);
  transform: translateX(1px); /* оптическая компенсация кернинга */
}

/* Wordmark */
.brand-name{
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.1;
}

.brand-role{
  font-family: Inter, system-ui, sans-serif;
  color: rgba(14,17,22,.56);
  font-size: 12px;
  margin-top: 3px;
}

/* Navigation (BCG-like: compact, calm, underline reveal) */
.navlinks{
  justify-self:center;
  display:flex;
  align-items:center;
  gap: 18px;
  color: rgba(14,17,22,.62);
  font-size: 13.5px;
  letter-spacing: .01em;
}

.navlinks a{
  position:relative;
  padding: 10px 10px;
  border-radius: 10px;
  transition: .15s ease;
}

.navlinks a:hover{
  color: var(--ink);
  background: rgba(14,17,22,.035);
}

.navlinks a:after{
  content:"";
  position:absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(180,154,99,.0), rgba(180,154,99,.85), rgba(180,154,99,.0));
  opacity: 0;
  transform: translateY(2px);
  transition: .18s ease;
}

.navlinks a:hover:after{
  opacity: .9;
  transform: translateY(0);
}

.navlinks a[aria-current="page"]{
  color: var(--ink);
  background: rgba(28,46,74,.06);
  border: 1px solid rgba(28,46,74,.12);
}

.navlinks a[aria-current="page"]:after{
  opacity: .9;
  transform: translateY(0);
}

/* Right actions */
.nav-cta{
  display:flex;
  align-items:center;
  gap: 10px;
}

/* Secondary action like “Request call” */
.btn-quiet{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(14,17,22,.12);
  background: rgba(255,255,255,.65);
  color: rgba(14,17,22,.82);
  font-weight: 750;
  font-size: 13px;
  transition: .15s ease;
}

.btn-quiet:hover{
  background: rgba(255,255,255,.88);
  transform: translateY(-1px);
}

/* Primary CTA refinement */
.btn-primary{
  padding: 11px 15px;
  font-size: 13px;
  border-radius: 14px;
}

/* Mobile toggle */
.mobile-toggle{ display:none; }

@media (max-width: 980px){
  .navlinks{ display:none; }
  .mobile-toggle{ display:inline-grid; }
  .navbar{
    grid-template-columns: auto 1fr auto;
  }
}

@media (max-width: 520px){
  .brand{ min-width: 0; }
  .btn-quiet{ display:none; }
}



/* =========================
   THEME v3 — Glass + Gradients (Premium)
   Drop-in overrides for v2
   ========================= */

:root{
  /* Deeper premium neutrals */
  --bg: #F2F3F4;                 /* cool porcelain */
  --ink: #0B0F14;                /* near-black ink */
  --muted: rgba(11,15,20,.66);
  --muted2: rgba(11,15,20,.52);

  --stroke: rgba(11,15,20,.10);
  --stroke2: rgba(11,15,20,.16);

  /* Brand — deeper, more “executive” */
  --brand: #152B44;              /* deep ink blue */
  --brand2: #2C6FA4;             /* refined steel */
  --brandWash: rgba(21,43,68,.08);

  /* Luxury accent — champagne */
  --gold: #C2A46A;
  --goldWash: rgba(194,164,106,.14);

  /* Glass surfaces */
  --panel: rgba(255,255,255,.62);
  --panelSolid: rgba(255,255,255,.92);

  /* Shadows — more realistic */
  --shadow-lg: 0 26px 84px rgba(6,10,16,.14);
  --shadow-md: 0 16px 46px rgba(6,10,16,.12);
  --shadow-sm: 0 10px 26px rgba(6,10,16,.10);
}

/* Background “atmosphere” like premium products */
body{
  background:
    radial-gradient(900px 520px at 12% -6%, rgba(44,111,164,.12), rgba(44,111,164,0) 60%),
    radial-gradient(820px 520px at 88% 10%, rgba(194,164,106,.12), rgba(194,164,106,0) 62%),
    linear-gradient(180deg, #F2F3F4, #F1F2F1);
}

/* Header glass: more depth + calm border */
header{
  background: rgba(242,243,244,.64);
  backdrop-filter: blur(20px) saturate(175%);
  border-bottom: 1px solid rgba(11,15,20,.08);
}

/* Premium glass cards: subtle highlight edge */
.card, .hero-card, .cta-band, .drawer-panel{
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(11,15,20,.10);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 1px 0 rgba(255,255,255,.55) inset;
}

.card:before{
  background:
    radial-gradient(900px 260px at 12% 0%, rgba(255,255,255,.65), rgba(255,255,255,0) 58%),
    radial-gradient(720px 260px at 92% 8%, rgba(21,43,68,.10), rgba(21,43,68,0) 62%),
    radial-gradient(680px 240px at 96% 92%, rgba(194,164,106,.08), rgba(194,164,106,0) 62%);
}

/* Buttons: deeper + more premium gradient */
.btn-primary{
  background: linear-gradient(135deg, var(--brand), #0D1725);
  box-shadow:
    0 18px 44px rgba(21,43,68,.24),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.btn-primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn-ghost{
  background: rgba(255,255,255,.55);
  border-color: rgba(11,15,20,.12);
}

.btn-soft{
  background: rgba(21,43,68,.08);
  border-color: rgba(21,43,68,.16);
}

/* Hero: richer glow, more “executive” */
.hero:before{
  inset: -260px -280px auto auto;
  width: 900px; height: 900px;
  background:
    radial-gradient(circle at 25% 25%, rgba(21,43,68,.22), rgba(21,43,68,0) 62%),
    radial-gradient(circle at 72% 56%, rgba(194,164,106,.14), rgba(194,164,106,0) 64%),
    radial-gradient(circle at 55% 80%, rgba(44,111,164,.10), rgba(44,111,164,0) 66%);
}

/* Hero card: stronger “photo frame” feel */
.hero-card{
  box-shadow:
    0 34px 96px rgba(6,10,16,.18),
    0 1px 0 rgba(255,255,255,.50) inset;
  border-color: rgba(11,15,20,.10);
}

/* Microtrust pills: more expensive, less “taggy” */
.microtrust .pill{
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(11,15,20,.10);
  box-shadow:
    0 10px 26px rgba(6,10,16,.06),
    0 1px 0 rgba(255,255,255,.55) inset;
}

.microtrust .ic{
  background: rgba(21,43,68,.08);
  border: 1px solid rgba(21,43,68,.14);
}

.microtrust .pill.pill-gold .ic{
  background: rgba(194,164,106,.14);
  border: 1px solid rgba(194,164,106,.24);
  color: rgba(122,92,38,.95);
}

/* Section title accent: champagne line */
.section h2:after{
  background: linear-gradient(90deg, rgba(194,164,106,1), rgba(194,164,106,0));
  opacity: .85;
}

/* Links: consulting-grade understated */
a{
  text-decoration-color: rgba(194,164,106,.55);
  text-underline-offset: 3px;
}
a:hover{
  text-decoration: none;
}

/* Optional: premium hover on cards (very subtle) */
.card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(11,15,20,.14);
  box-shadow:
    0 22px 60px rgba(6,10,16,.12),
    0 1px 0 rgba(255,255,255,.55) inset;
}

/* Badges: calmer */
.badge{
  background: rgba(21,43,68,.08);
  border: 1px solid rgba(21,43,68,.14);
  color: rgba(21,43,68,.95);
}

/* Check icon: champagne */
.check{
  background: rgba(194,164,106,.16);
  border: 1px solid rgba(194,164,106,.26);
  color: rgba(122,92,38,.95);
}

body{
  background:
    radial-gradient(900px 520px at 10% -5%, rgba(44,111,164,.10), rgba(44,111,164,0) 60%),
    radial-gradient(800px 500px at 90% 8%, rgba(194,164,106,.10), rgba(194,164,106,0) 62%),
    linear-gradient(180deg, #F2F3F4, #EFF1F2);
}

body{
  background:
    linear-gradient(
      90deg,
      #EEF0F2 0%,
      #F6F7F8 18%,
      #FFFFFF 50%,
      #F6F7F8 82%,
      #EEF0F2 100%
    );
}

body{
  background:
    radial-gradient(1000px 700px at 20% 0%, rgba(21,43,68,.14), rgba(21,43,68,0) 65%),
    radial-gradient(1000px 700px at 80% 20%, rgba(194,164,106,.14), rgba(194,164,106,0) 70%),
    linear-gradient(180deg, #F2F3F4, #ECEFF1);
}

/* =========================
   HERO v2 — Executive Premium
   ========================= */

.hero--v2{
  padding: 42px 0 18px;
}

/* Background: richer but calm */
.hero--v2:before{
  inset: -260px -320px auto auto;
  width: 980px; height: 980px;
  background:
    radial-gradient(circle at 25% 25%, rgba(21,43,68,.24), rgba(21,43,68,0) 62%),
    radial-gradient(circle at 70% 55%, rgba(194,164,106,.14), rgba(194,164,106,0) 64%),
    radial-gradient(circle at 50% 80%, rgba(44,111,164,.10), rgba(44,111,164,0) 66%);
  opacity: .95;
}

.hero-grid--v2{
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: start;
}

/* Left column */
.hero-title{
  margin: 14px 0 14px;
  font-size: clamp(40px, 4.3vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.kicker--v2{
  padding: 8px 12px;
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(11,15,20,.10);
  backdrop-filter: blur(16px) saturate(160%);
}

.kicker-sep{
  width: 1px;
  height: 14px;
  background: rgba(11,15,20,.16);
  margin: 0 6px;
  display:inline-block;
  opacity: .6;
}

.kicker-note{
  color: rgba(11,15,20,.60);
}

.hero-lead--v2{
  max-width: 62ch;
  margin-bottom: 14px;
}

/* Bullets list */
.hero-bullets{
  list-style:none;
  padding:0;
  margin: 10px 0 0;
  display:grid;
  gap: 10px;
}

.hero-bullets li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(11,15,20,.82);
  font-size: 14px;
}

/* Trust panel: looks like consulting “fact bar” */
.hero-trust{
  margin-top: 16px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;

  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(11,15,20,.10);
  background: rgba(255,255,255,.50);
  backdrop-filter: blur(18px) saturate(165%);
  box-shadow:
    0 18px 46px rgba(6,10,16,.08),
    0 1px 0 rgba(255,255,255,.60) inset;
}

.trust-item{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(11,15,20,.08);
  background: rgba(255,255,255,.55);
}

.trust-ic{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(21,43,68,.08);
  border: 1px solid rgba(21,43,68,.14);
  color: rgba(21,43,68,.95);
  flex: 0 0 auto;
}

.trust-ic svg{
  width: 18px;
  height: 18px;
}

.trust-top{
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.trust-sub{
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  color: rgba(11,15,20,.58);
  margin-top: 3px;
  line-height: 1.35;
}

/* Right column: photo + overlay cards */
.hero-media{
  position: relative;
  border-radius: 30px;
}

.hero-photo-wrap{
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(11,15,20,.10);
  background: rgba(255,255,255,.40);
  box-shadow:
    0 34px 96px rgba(6,10,16,.18),
    0 1px 0 rgba(255,255,255,.55) inset;
}

.hero-photo{
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  filter: contrast(1.02) saturate(1.02);
}

/* Overlay cards */
.hero-cred{
  position:absolute;
  width: min(320px, 80%);
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(11,15,20,.10);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(18px) saturate(165%);
  box-shadow:
    0 18px 44px rgba(6,10,16,.10),
    0 1px 0 rgba(255,255,255,.55) inset;
}

.hero-cred--a{ left: 14px; bottom: 14px; }
.hero-cred--b{ right: 14px; top: 14px; }

.cred-title{
  font-weight: 850;
  letter-spacing: -0.02em;
}
.cred-sub{
  font-family: Inter, system-ui, sans-serif;
  color: rgba(11,15,20,.60);
  font-size: 12px;
  margin-top: 3px;
  line-height: 1.35;
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid--v2{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-trust{
    grid-template-columns: 1fr;
  }
  .hero-cred{
    position: static;
    width: auto;
    margin-top: 10px;
  }
  .hero-media{
    display:grid;
    gap: 10px;
  }
}

.hero-title{
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 12px 0 12px;
}

.hero-cred--a{
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}


.reviews .card{
  position: relative;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(11,15,20,.10);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(6,10,16,.08), 0 1px 0 rgba(255,255,255,.55) inset;
}

.reviews .card::before{
  content:"";
  position:absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;                 /* тонко */
  background: linear-gradient(180deg, rgba(194,164,106,.85), rgba(194,164,106,.25));
  opacity: .9;
}

/* =========================
   Reviews / Quotes — clean premium
   ========================= */

.quote{
  position: relative;
  padding: 20px;
  border-radius: 26px;

  /* единая аккуратная заливка */
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(11,15,20,.10);

  /* glass */
  backdrop-filter: blur(16px) saturate(160%);

  /* мягкая “дорогая” тень */
  box-shadow:
    0 18px 50px rgba(6,10,16,.08),
    0 1px 0 rgba(255,255,255,.55) inset;

  overflow: hidden;
}

/* убираем любые прошлые декоративные подложки */
.quote:before,
.quote:after{
  content: none !important;
}

/* тонкая премиум-линия сверху (вместо двухцветных панелей) */
.quote{
  --qline: linear-gradient(90deg, rgba(194,164,106,0), rgba(194,164,106,.85), rgba(194,164,106,0));
}
.quote .qline{
  display:none; /* на случай если где-то был элемент */
}
.quote::marker{ content:""; } /* просто защита */

.quote{
  /* линия сверху */
}
.quote::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--qline);
  opacity: .75;
}

/* текст */
.quote p{
  margin: 0;
  padding-top: 10px; /* чтобы не конфликтовать с линией */
  color: rgba(11,15,20,.76);
  font-size: 14px;
  line-height: 1.7;
}

/* подпись */
.quote .who{
  margin-top: 14px;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: rgba(11,15,20,.92);
}

.quote .who small{
  display:block;
  margin-top: 4px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 650;
  color: rgba(11,15,20,.56);
}



