/* ============================================================
   TE-MA Studne — Vŕtanie studní
   Black + Gold premium theme
   ============================================================ */

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

/* ---------- Tokens ---------- */
:root {
  --black: #08080a;
  --ink-900: #0b0a0c;
  --ink-850: #100e12;
  --ink-800: #15131880;
  --ink-700: #1b181f;
  --ink-600: #26222b;

  --gold-1: #fbe9b0;
  --gold-2: #e7c365;
  --gold-3: #d4af37;
  --gold-4: #b5872d;
  --gold-deep: #8a611d;

  --gold-grad: linear-gradient(135deg, #ecd28e 0%, #d8b65b 40%, #bb8e34 74%, #8f6620 100%);
  --gold-grad-soft: linear-gradient(135deg, #e2c882, #bb8e34);

  --text: #f5f2ea;
  --muted: #a9a39a;
  --muted-2: #76716b;
  --line: rgba(231, 195, 101, 0.14);
  --line-strong: rgba(231, 195, 101, 0.32);

  --glass: rgba(28, 25, 31, 0.55);
  --glass-2: rgba(20, 18, 23, 0.7);

  --green-1: #6fae3a;
  --green-2: #4e8a26;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;

  --container: 1200px;
  --shadow-glow: 0 0 0 1px rgba(231,195,101,.08), 0 24px 60px -34px rgba(0,0,0,.8);
  --gold-glow: 0 8px 26px -12px rgba(201, 154, 58, 0.32);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--black);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* subtle film grain + ambient gold light */
body::before {
  content: "";
  position: fixed; inset: 0;
  background:
    radial-gradient(60% 50% at 80% -5%, rgba(201,154,58,.06), transparent 62%),
    radial-gradient(50% 40% at 0% 100%, rgba(138,97,29,.05), transparent 62%);
  pointer-events: none; z-index: 0;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { position: relative; padding: clamp(64px, 9vw, 130px) 0; z-index: 1; }
.section--tight { padding-block: clamp(48px,6vw,80px); }
.grid { display: grid; gap: 24px; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: 'Manrope', system-ui, sans-serif; font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }
.display { font-size: clamp(2.6rem, 6.4vw, 5rem); font-weight: 600; line-height: 1.02; }
h2.title { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
p { color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #d7d2c8; }

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif; font-weight: 500;
  text-transform: uppercase; letter-spacing: .28em; font-size: .74rem;
  color: var(--gold-2);
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold-grad); }
.eyebrow.center::after { content: ""; width: 30px; height: 1px; background: var(--gold-grad); }
.center { text-align: center; }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head.center { margin-inline: auto; }
.section-head p { margin-top: 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 100px; border: 1px solid transparent;
  font-weight: 600; font-size: .98rem; letter-spacing: .01em;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s;
  min-height: 52px; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--gold { background: var(--gold-grad); color: #2a1d05; box-shadow: var(--gold-glow); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -12px rgba(201,154,58,.42); }
.btn--ghost { border-color: var(--line-strong); color: var(--text); background: rgba(255,255,255,.02); }
.btn--ghost:hover { border-color: var(--gold-2); color: var(--gold-1); transform: translateY(-3px); }
.btn--lg { padding: 18px 36px; font-size: 1.05rem; min-height: 60px; }
.btn--wa { background: #25d366; color: #04321b; }
.btn--wa:hover { background: #1fbe5a; transform: translateY(-2px); box-shadow: 0 12px 30px -12px rgba(37,211,102,.45); }
.btn--wa svg { fill: currentColor; }
.info-item svg.wa-icon { stroke: none; fill: #25d366; }
.contact-actions { display: grid; gap: 12px; margin-top: 26px; }
.contact-actions .btn { width: 100%; }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }

/* ---------- Cards / glass ---------- */
.card {
  position: relative; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(36,32,42,.6), rgba(14,12,16,.6));
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding: 32px; transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
  overflow: hidden;
}
.card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(120% 80% at 100% 0%, rgba(231,195,101,.045), transparent 55%);
  opacity: 0; transition: opacity .4s;
}
.card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-glow); }
.card:hover::after { opacity: 1; }

.icon-badge {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(231,195,101,.09), rgba(231,195,101,.015));
  border: 1px solid var(--line); margin-bottom: 22px;
}
.icon-badge svg { width: 30px; height: 30px; stroke: var(--gold-2); }
.card h3 { margin-bottom: 10px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s, backdrop-filter .4s, border-color .4s, padding .4s;
  border-bottom: 1px solid transparent; padding: 14px 0;
}
.site-header.scrolled {
  background: rgba(8,8,10,.72); backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%); border-color: var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: 'Manrope',sans-serif; }
.brand img { width: 42px; height: 42px; }
.brand .brand-name { font-size: 1.32rem; font-weight: 800; letter-spacing: .01em; line-height: 1; }
.brand .brand-sub { display: block; font-family: 'Inter',sans-serif; font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-2); margin-top: -3px; line-height: 1; }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  padding: 10px 14px; border-radius: 100px; font-size: .94rem; font-weight: 500; color: var(--muted);
  transition: color .25s, background .25s; position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a.active { color: var(--gold-1); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 9px 20px; min-height: 42px; }
.nav-cta-call { display: none; }
@media (max-width: 600px) {
  .strip { display: none; }
  .nav-cta .nav-cta-text { display: none; }
  .nav-cta .nav-cta-call { display: inline-flex; align-items: center; justify-content: center; padding: 0; width: 48px; height: 48px; min-height: 48px; border-radius: 12px; }
  .nav-cta .nav-cta-call svg { width: 26px; height: 26px; stroke: #2a1d05; fill: none; flex: 0 0 auto; }
}

/* Language switcher (flag dropdown) */
.lang-switch { position: relative; }
.flag {
  width: 22px; height: 22px; border-radius: 50%; flex: none; display: inline-block;
  background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.flag-sk { background-image: url("../img/flag-sk.svg"); }
.flag-en { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Crect width='60' height='60' fill='%23012169'/%3E%3Cpath d='M0 0l60 60M60 0L0 60' stroke='%23fff' stroke-width='12'/%3E%3Cpath d='M0 0l60 60M60 0L0 60' stroke='%23C8102E' stroke-width='6'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='%23fff' stroke-width='20'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='%23C8102E' stroke-width='12'/%3E%3C/svg%3E"); }
.flag-de { background-image: linear-gradient(180deg,#000 0 33.33%,#dd0000 33.33% 66.66%,#ffce00 66.66% 100%); }
.flag-hu { background-image: linear-gradient(180deg,#cd2a3e 0 33.33%,#fff 33.33% 66.66%,#436f4d 66.66% 100%); }

.lang-current {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.02);
  color: var(--text); font-family: inherit; font-weight: 600; font-size: .8rem; letter-spacing: .03em;
  padding: 6px 10px 6px 7px; cursor: pointer; transition: border-color .2s, background .2s;
}
.lang-current:hover { border-color: var(--line-strong); }
.lang-current .chev { width: 14px; height: 14px; stroke: var(--muted); transition: transform .25s; }
.lang-switch.open .lang-current .chev { transform: rotate(180deg); }
.lang-current:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 2px; }

.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; min-width: 168px; z-index: 120;
  background: rgba(14,12,16,.92); backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid var(--line-strong); border-radius: 14px; padding: 6px;
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.85);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu button {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  background: none; border: 0; border-radius: 9px; color: var(--muted);
  font-family: inherit; font-size: .92rem; font-weight: 500; padding: 9px 11px; cursor: pointer;
  transition: background .18s, color .18s;
}
.lang-menu button:hover { background: rgba(231,195,101,.08); color: var(--text); }
.lang-menu button[aria-selected="true"] { color: var(--gold-1); }
.lang-menu button[aria-selected="true"] .check { margin-left: auto; width: 16px; height: 16px; stroke: var(--gold-2); }
.lang-menu button .check { display: none; }
.lang-menu button[aria-selected="true"] .check { display: block; }
.lang-menu button:focus-visible { outline: 2px solid var(--gold-2); outline-offset: -2px; }

.mobile-menu .lang-switch { margin-top: 28px; align-self: flex-start; }
.mobile-menu .lang-menu { top: auto; bottom: calc(100% + 10px); }
@media (max-width: 860px) { .nav-cta .lang-switch { display: none; } }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--text); white-space: nowrap; }
.nav-phone svg { width: 18px; height: 18px; stroke: var(--gold-2); }

.nav-toggle { display: none; background: none; border: 1px solid var(--line-strong); border-radius: 12px; width: 48px; height: 48px; place-items: center; }
.nav-toggle svg { width: 24px; height: 24px; stroke: var(--text); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: 160px; padding-bottom: 80px; overflow: hidden; z-index: 1; }

/* Hero with full-bleed background image, faded dark */
.hero--media {
  display: flex; align-items: center;
  min-height: clamp(580px, 84vh, 800px);
  padding-top: 180px; padding-bottom: 90px;
  background-image: url('../img/pozadie.png');
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero--media::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,8,10,.94) 0%, rgba(8,8,10,.74) 42%, rgba(8,8,10,.42) 100%),
    linear-gradient(180deg, rgba(8,8,10,.55) 0%, rgba(8,8,10,.35) 45%, rgba(8,8,10,.9) 88%, var(--black) 100%);
}
.hero--media .container { position: relative; z-index: 1; width: 100%; }
.hero--media .hero-copy { max-width: 720px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { margin: 18px 0 22px; }
.hero .lead { max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.hero-trust .t { display: flex; flex-direction: column; }
.hero-trust .t b { font-family: 'Manrope',sans-serif; font-size: 1.9rem; color: var(--gold-1); line-height: 1; }
.hero-trust .t span { font-size: .82rem; color: var(--muted); margin-top: 6px; }

.hero-visual { position: relative; }
.hero-visual .rig-wrap {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, #0d1408 0%, #0a0a0c 65%);
  box-shadow: var(--shadow-glow);
}
.hero-visual svg { width: 100%; height: auto; display: block; }
.hero-badge {
  position: absolute; left: 22px; bottom: 22px; z-index: 3;
  background: rgba(8,8,10,.7); backdrop-filter: blur(12px); border: 1px solid var(--line-strong);
  border-radius: 16px; padding: 14px 18px; display: flex; align-items: center; gap: 12px;
}
.hero-badge .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green-1); box-shadow: 0 0 6px rgba(111,174,58,.5); animation: pulse 2s infinite; }
.hero-badge b { display: block; font-family: 'Inter'; color: var(--text); font-size: .95rem; }
.hero-badge span { font-size: .78rem; color: var(--muted); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

/* ---------- Marquee (logos / keywords) ---------- */
.strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.012); overflow: hidden; }
.marquee { display: flex; gap: 60px; padding: 22px 0; white-space: nowrap; animation: scroll-x 32s linear infinite; }
.marquee span { font-family: 'Manrope',sans-serif; font-size: 1.15rem; color: var(--muted-2); display: inline-flex; align-items: center; gap: 60px; }
.marquee span::after { content: "✦"; color: var(--gold-3); }
@keyframes scroll-x { to { transform: translateX(-50%); } }
.strip:hover .marquee { animation-play-state: paused; }

/* ---------- Feature grids ---------- */
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }

/* ---------- Split / image feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .title { margin-bottom: 22px; }
.split--reverse .split-media { order: 2; }
.split-media { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: var(--shadow-glow); background: linear-gradient(180deg,#0d1408,#0a0a0c); }
.split-media img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.split-media.is-photo img { aspect-ratio: 4 / 5; }

/* Side-by-side image pair inside a split column */
.media-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.media-duo figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: var(--shadow-glow); background: var(--ink-850); }
.media-duo img { width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.media-duo figure:hover img { transform: scale(1.04); }
.feature-list { list-style: none; margin-top: 24px; display: grid; gap: 16px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; color: #d7d2c8; }
.feature-list svg { width: 24px; height: 24px; flex: none; stroke: var(--gold-2); margin-top: 2px; }

/* ---------- Process timeline ---------- */
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 31px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(var(--gold-3), transparent); }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 22px 0; }
.step .num {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  font-family: 'Manrope',sans-serif; font-size: 1.4rem; color: var(--gold-1);
  border: 1px solid var(--line-strong); background: var(--ink-850); position: relative; z-index: 1;
}
.step .step-body h3 { margin-bottom: 8px; }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.stat { text-align: center; padding: 30px 18px; border: 1px solid var(--line); border-radius: var(--r-md); background: rgba(255,255,255,.015); }
.stat b { font-family: 'Manrope',sans-serif; font-size: clamp(2.2rem,4vw,3.2rem); color: transparent; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; line-height: 1; display: block; }
.stat span { font-size: .92rem; color: var(--muted); margin-top: 10px; display: block; }

/* ---------- Price calculator ---------- */
.calc { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; border: 1px solid var(--line-strong); border-radius: var(--r-lg); overflow: hidden; }
.calc-form { padding: clamp(28px,4vw,46px); background: linear-gradient(160deg, rgba(36,32,42,.5), rgba(14,12,16,.5)); }
.calc-result { padding: clamp(28px,4vw,46px); background: linear-gradient(160deg, rgba(201,154,58,.08), rgba(138,97,29,.03)); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line-strong); }
.field { margin-bottom: 26px; }
.field label { display: flex; justify-content: space-between; font-weight: 500; margin-bottom: 12px; }
.field label b { color: var(--gold-1); font-family: 'Manrope',sans-serif; font-size: 1.15rem; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 6px; background: var(--ink-600); outline: none; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold-grad); cursor: pointer; box-shadow: 0 0 0 4px rgba(231,195,101,.1); }
input[type="range"]::-moz-range-thumb { width: 24px; height: 24px; border: none; border-radius: 50%; background: var(--gold-3); cursor: pointer; }
.seg { display: flex; gap: 8px; flex-wrap: wrap; }
.seg button { flex: 1; min-width: 90px; padding: 12px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.02); color: var(--muted); font-weight: 500; transition: .25s; }
.seg button.active { border-color: var(--gold-2); color: var(--gold-1); background: rgba(231,195,101,.08); }
.calc-result .price-label { font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
.calc-result .price { font-family: 'Manrope',sans-serif; font-size: clamp(2.6rem,6vw,4rem); color: var(--gold-1); line-height: 1; margin: 10px 0; }
.calc-result .price small { font-size: 1rem; color: var(--muted); }
.calc-result .price-note { font-size: .85rem; color: var(--muted); }
.calc-breakdown { margin-top: 22px; display: grid; gap: 10px; font-size: .9rem; }
.calc-breakdown div { display: flex; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px dashed var(--line); color: var(--muted); }
.calc-breakdown b { color: var(--text); }

/* ---------- FAQ accordion ---------- */
.faq { display: grid; gap: 14px; max-width: 820px; margin-inline: auto; }
.acc { border: 1px solid var(--line); border-radius: var(--r-md); background: rgba(255,255,255,.014); overflow: hidden; transition: border-color .3s; }
.acc[open] { border-color: var(--line-strong); }
.acc summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-weight: 500; font-size: 1.08rem; color: var(--text); }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .ico { width: 26px; height: 26px; flex: none; position: relative; }
.acc summary .ico::before, .acc summary .ico::after { content: ""; position: absolute; background: var(--gold-2); border-radius: 2px; transition: transform .3s; }
.acc summary .ico::before { top: 12px; left: 4px; right: 4px; height: 2px; }
.acc summary .ico::after { left: 12px; top: 4px; bottom: 4px; width: 2px; }
.acc[open] summary .ico::after { transform: scaleY(0); }
.acc .acc-body { padding: 0 26px 24px; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery figure { position: relative; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(180deg,#0d1408,#0a0a0c); aspect-ratio: 4/3; }
.gallery figure svg { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery figure:hover svg { transform: scale(1.06); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 18px 14px; font-size: .9rem; color: var(--text); background: linear-gradient(transparent, rgba(8,8,10,.85)); }
.gallery .tall { grid-row: span 2; aspect-ratio: auto; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.info-list { display: grid; gap: 18px; margin-top: 10px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid var(--line); border-radius: var(--r-md); background: rgba(255,255,255,.014); transition: .3s; }
.info-item:hover { border-color: var(--line-strong); }
.info-item svg { width: 26px; height: 26px; stroke: var(--gold-2); flex: none; }
.info-item .lbl { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 4px; }
.info-item b { display: block; font-size: 1.1rem; color: var(--text); line-height: 1.3; word-break: break-word; }
form .field input, form .field textarea, form .field select {
  width: 100%; padding: 15px 18px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(255,255,255,.02); color: var(--text); font-family: inherit; font-size: 1rem; transition: border-color .25s;
}
form .field input::placeholder, form .field textarea::placeholder { color: var(--muted-2); }
form .field input:focus, form .field textarea:focus, form .field select:focus { outline: none; border-color: var(--gold-2); }
form .field label { display: block; margin-bottom: 8px; font-weight: 500; font-size: .92rem; }
form .field { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--muted-2); margin-top: 6px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--r-xl); overflow: hidden; padding: clamp(48px,7vw,90px); text-align: center; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(201,154,58,.09), rgba(11,10,12,.6)); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% 0%, rgba(231,195,101,.09), transparent 62%); }
.cta-band > * { position: relative; }
.cta-band h2 { margin-bottom: 18px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 70px 0 30px; position: relative; z-index: 1; background: var(--ink-900); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-grid h4 { font-family: 'Inter',sans-serif; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 18px; }
.footer-grid ul { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0; }
.footer-grid a { color: var(--muted); transition: color .2s; }
.footer-grid a:hover { color: var(--gold-1); }
.footer-grid p { font-size: .95rem; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: var(--muted-2); }

/* ---------- Breadcrumb / page hero ---------- */
.page-hero { padding-top: 150px; padding-bottom: 30px; position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 8px; font-size: .85rem; color: var(--muted-2); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--gold-1); }
.breadcrumb span { color: var(--gold-2); }
.page-hero h1 { font-size: clamp(2.4rem,5vw,4rem); margin-bottom: 16px; }
.page-hero p { max-width: 640px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ---------- Mobile menu ---------- */
.mobile-menu { position: fixed; inset: 0; z-index: 200; background: rgba(8,8,10,.96); backdrop-filter: blur(20px); display: flex; flex-direction: column; padding: 28px 24px; transform: translateX(100%); transition: transform .4s var(--ease); }
.mobile-menu.open { transform: none; }
.mobile-menu .mm-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mobile-menu a { font-family: 'Manrope',sans-serif; font-size: 1.9rem; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--text); }
.mobile-menu a:hover { color: var(--gold-1); }
.mm-close { background: none; border: 1px solid var(--line-strong); border-radius: 12px; width: 48px; height: 48px; display: grid; place-items: center; }
.mm-close svg { width: 24px; height: 24px; stroke: var(--text); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 560px; }
  .cols-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: grid; }
  .cols-3 { grid-template-columns: 1fr; }
  .cols-2, .split, .contact-grid, .calc, .stats { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .calc-result { border-left: none; border-top: 1px solid var(--line-strong); }
  .stats { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery .tall { grid-row: auto; }
  .form-row { grid-template-columns: 1fr; }
  .hero--media { min-height: auto; background-position: 60% center; }
  .hero--media::before {
    background:
      linear-gradient(180deg, rgba(8,8,10,.78) 0%, rgba(8,8,10,.7) 45%, rgba(8,8,10,.92) 88%, var(--black) 100%);
  }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  .container { padding-inline: 18px; }
  .hero-trust { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
}
