:root {
  --black: #030304;
  --black-soft: #080809;
  --graphite: #111114;
  --graphite-2: #1c1c20;
  --silver: #bfc0c4;
  --white: #f5f4f1;
  --muted: #95959b;
  --red: #d10916;
  --red-bright: #ff2638;
  --border: rgba(255, 255, 255, 0.11);
  --shell: min(1240px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--red);
  color: white;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero,
.services,
.standard,
.process,
.contact {
  scroll-margin-top: 84px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 84px;
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.96), rgba(5, 5, 6, 0.72));
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.17), transparent 26%),
    linear-gradient(145deg, #1e1e22, #050506 68%);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.06), 0 0 0 4px rgba(255,255,255,.035);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: var(--red);
}

.brand-mark::before {
  width: 22px;
  height: 2px;
  left: -4px;
  top: 8px;
  transform: rotate(-42deg);
}

.brand-mark::after {
  width: 2px;
  height: 52px;
  right: 5px;
  top: -4px;
  transform: rotate(37deg);
  box-shadow: 0 0 14px rgba(239, 35, 60, 0.8);
}

.brand-mark > span {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-style: italic;
  letter-spacing: -0.04em;
  transform: skewX(-8deg);
  z-index: 1;
}

.brand-mark > i {
  position: absolute;
  inset: auto 5px 5px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 12px var(--red-bright);
}

.brand-mark.small {
  width: 38px;
  height: 38px;
}

.brand-mark.small > span {
  font-size: 23px;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name b {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 23px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.brand-name small {
  margin-top: 5px;
  color: #e82934;
  font-size: 8px;
  letter-spacing: 0.32em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  margin-right: 42px;
}

.main-nav a {
  color: #c9c9cd;
  font-size: 13px;
  font-weight: 600;
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: white;
}

.header-actions,
.language-switch {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 16px;
}

.language-switch {
  padding: 3px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.language-switch button {
  border: 0;
  padding: 8px 9px;
  background: transparent;
  color: #7f7f84;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.language-switch button.active {
  background: white;
  color: var(--black);
}

.header-cta {
  min-height: 40px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: transparent;
  padding: 12px 10px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 1px;
  margin: 5px 0;
  background: white;
}

.hero {
  position: relative;
  min-height: 860px;
  height: 100svh;
  overflow: hidden;
  background: #070708;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.82) 37%, rgba(5, 5, 6, 0.28) 67%, rgba(5, 5, 6, 0.48) 100%),
    linear-gradient(0deg, #070708 0%, transparent 34%),
    url("/sindikat-hero.png");
  background-size: cover;
  background-position: 60% center;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.01);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.hero-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  right: 3%;
  bottom: 8%;
  border-radius: 50%;
  background: rgba(193, 17, 28, 0.28);
  filter: blur(130px);
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 62px;
}

.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--silver);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 30px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 10px rgba(239, 35, 60, 0.6);
}

.hero h1,
.section h2,
.promo h2,
.contact h2 {
  font-family: Impact, "Arial Narrow", var(--font-geist-sans), sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 0.94;
  color: #c9c9cc;
  background: linear-gradient(180deg, #f2f2f2 0%, #b9b9bd 40%, #77777c 76%, #c7c7ca 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 rgba(255,255,255,.08)) drop-shadow(0 7px 16px rgba(0,0,0,.7));
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(66px, 7.2vw, 116px);
  text-wrap: balance;
}

.hero h1::first-line {
  color: white;
}

.hero-copy {
  max-width: 660px;
  margin: 28px 0 0;
  color: #c4c4c8;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  font-size: 17px;
  line-height: 1;
}

.button-primary {
  background: var(--red);
  color: white;
}

.button-primary:hover {
  background: var(--red-bright);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(9, 9, 10, 0.52);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.hero-trust {
  display: flex;
  gap: 25px;
  margin-top: 32px;
  color: #aaaab0;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-trust span::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid var(--red-bright);
  transform: rotate(45deg);
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100vw - 1240px) / 2));
  bottom: 34px;
  max-width: 440px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 10, 11, 0.88);
  backdrop-filter: blur(14px);
  font-size: 10px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tow-code {
  padding: 8px 10px;
  border: 1px solid rgba(255, 38, 56, 0.7);
  color: var(--red-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: .14em;
}

.pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 0 5px rgba(239, 35, 60, 0.14), 0 0 20px rgba(239, 35, 60, 0.8);
}

.signal-strip {
  min-height: 62px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #0c0c0e;
}

.signal-track {
  width: 100%;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  white-space: nowrap;
}

.signal-track span {
  color: #c7c7cb;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.signal-track i {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  background: var(--red);
  transform: rotate(45deg);
}

.section {
  padding: 120px 0;
}

.section-heading {
  margin-bottom: 54px;
}

.two-column-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.7fr);
  gap: 70px;
  align-items: end;
}

.section-heading h2,
.contact h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(46px, 5.4vw, 82px);
}

.two-column-heading > p,
.standard-copy > p,
.section-heading > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.services {
  position: relative;
  background:
    radial-gradient(circle at 84% 20%, rgba(193, 17, 28, 0.08), transparent 30%),
    var(--black);
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: linear-gradient(90deg, transparent 49.8%, white 50%, transparent 50.2%);
  background-size: 25% 100%;
  pointer-events: none;
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.service-card {
  position: relative;
  min-height: 340px;
  padding: 26px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.008));
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease;
}

.service-card.priority:first-child {
  border: 1px solid rgba(255, 38, 56, 0.68);
  box-shadow: inset 0 0 42px rgba(209, 9, 22, 0.08), 0 0 32px rgba(209, 9, 22, 0.08);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.service-card:hover {
  z-index: 2;
  background: #151518;
  transform: translateY(-5px);
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.service-topline > span:first-child {
  color: #626268;
}

.service-price {
  padding: 6px 8px;
  border: 1px solid rgba(239, 35, 60, 0.34);
  color: #f26c76;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-icon {
  width: 64px;
  height: 64px;
  margin-top: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #d0d0d3;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  box-shadow: inset 0 0 18px rgba(255,255,255,.035);
}

.service-card.priority .service-icon {
  border-color: rgba(255, 38, 56, 0.58);
  color: #fff;
}

.service-card h3 {
  max-width: 250px;
  margin: 26px 0 14px;
  font-size: 22px;
  line-height: 1.15;
}

.service-card p {
  max-width: 280px;
  margin: 0;
  color: #85858b;
  font-size: 13px;
  line-height: 1.65;
}

.price-note {
  margin: 14px 0 0;
  color: #6f6f74;
  font-size: 11px;
}

.more-services {
  margin-top: 30px;
  padding: 26px 0 0;
  display: grid;
  grid-template-columns: 0.55fr 2fr;
  gap: 40px;
  border-top: 1px solid var(--border);
}

.more-services > p {
  margin: 6px 0 0;
  color: #69696e;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.more-services > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.more-services span {
  padding: 11px 14px;
  border: 1px solid var(--border);
  color: #c2c2c6;
  font-size: 12px;
}

.standard {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(209, 9, 22, .1), transparent 30%),
    #050506;
  color: var(--white);
  overflow: hidden;
}

.standard::before {
  content: "S";
  position: absolute;
  left: -3vw;
  bottom: -21vw;
  color: rgba(255, 255, 255, 0.018);
  font-family: Impact, sans-serif;
  font-size: min(58vw, 820px);
  line-height: 1;
  transform: skewX(-8deg);
}

.standard-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 6vw;
}

.standard .eyebrow {
  color: #a1a1a7;
}

.standard-copy h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(52px, 6vw, 88px);
}

.standard-copy > p {
  max-width: 560px;
  margin-top: 30px;
  color: #9a9aa0;
}

.stats {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
}

.stats > div {
  padding: 24px 18px 0 0;
  display: flex;
  flex-direction: column;
}

.stats strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 31px;
  font-weight: 500;
}

.stats span {
  max-width: 130px;
  margin-top: 7px;
  color: #7f7f85;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

.advantage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.advantage-list article {
  min-height: 166px;
  padding: 24px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.018);
}

.advantage-code {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: var(--red-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 800;
}

.advantage-list h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.advantage-list p {
  max-width: 520px;
  margin: 0;
  color: #7f7f85;
  font-size: 13px;
  line-height: 1.65;
}

.quote-line {
  position: relative;
  z-index: 1;
  margin-top: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #f0f0f2;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.quote-line b {
  color: var(--red-bright);
  font-family: Impact, sans-serif;
  font-size: 42px;
  font-style: italic;
}

.quote-line i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--red), transparent);
}

.process {
  background: var(--black-soft);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-grid article {
  min-height: 265px;
  padding-right: 28px;
}

.step-number {
  color: #65656a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.step-line {
  position: relative;
  height: 1px;
  margin: 25px 0 42px;
  background: #333338;
}

.step-line i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--red-bright);
  background: var(--black-soft);
  transform: translateY(-50%) rotate(45deg);
}

.process-grid article:not(:last-child) .step-line::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #55555b;
  border-right: 1px solid #55555b;
  transform: rotate(45deg);
}

.process-grid h3 {
  margin: 0 0 13px;
  font-size: 19px;
}

.process-grid p {
  max-width: 195px;
  margin: 0;
  color: #7f7f85;
  font-size: 12px;
  line-height: 1.65;
}

.cases {
  background: #0a0a0b;
  border-top: 1px solid var(--border);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.case-card {
  border: 1px solid var(--border);
  background: #111113;
  overflow: hidden;
}

.case-visual {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background-image:
    linear-gradient(0deg, rgba(12, 12, 14, 0.86), rgba(12, 12, 14, 0.05) 70%),
    linear-gradient(90deg, rgba(193, 17, 28, 0.2), transparent 40%),
    url("/sindikat-hero.png");
  background-size: cover;
  filter: saturate(0.7);
}

.case-1 .case-visual { background-position: 78% center; }
.case-2 .case-visual { background-position: 55% center; filter: grayscale(0.5) brightness(0.72); }
.case-3 .case-visual { background-position: 95% center; filter: grayscale(0.8) contrast(1.12); }

.case-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 34px 34px;
  mix-blend-mode: overlay;
}

.case-code {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255,255,255,.4);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.scanline {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--red-bright);
  box-shadow: 0 0 16px var(--red-bright);
  opacity: 0.7;
}

.case-content {
  padding: 28px;
}

.case-tag {
  color: var(--red-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.17em;
}

.case-content h3 {
  margin: 18px 0 12px;
  font-size: 20px;
}

.case-content p {
  margin: 0;
  color: #79797f;
  font-size: 12px;
  line-height: 1.6;
}

.promo {
  position: relative;
  padding: 82px 0;
  background: var(--red);
  overflow: hidden;
}

.promo::after {
  content: "0";
  position: absolute;
  right: -1vw;
  top: -110px;
  color: rgba(0, 0, 0, 0.12);
  font-family: Impact, sans-serif;
  font-size: 360px;
  line-height: 1;
}

.promo-noise {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image: repeating-linear-gradient(125deg, transparent 0 14px, rgba(255,255,255,.18) 15px, transparent 16px 31px);
}

.promo-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.promo .eyebrow {
  color: rgba(255,255,255,.75);
}

.promo .eyebrow span {
  background: white;
  box-shadow: none;
}

.promo h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(48px, 5vw, 78px);
}

.promo-inner > div > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.6;
}

.button-light {
  flex-shrink: 0;
  background: white;
  color: #111;
}

.faq {
  background:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #080809;
  background-size: 25% 100%;
  color: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 8vw;
}

.faq .eyebrow {
  color: #929298;
}

.faq-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--faq-delay, 0ms);
}

.faq .section-heading.faq-reveal {
  --faq-delay: 40ms;
}

.faq.is-visible .faq-reveal {
  opacity: 1;
  transform: none;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  min-height: 88px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--red);
  font-size: 25px;
  font-weight: 400;
  transition: transform 220ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -8px 0 26px;
  color: #88888e;
  font-size: 14px;
  line-height: 1.7;
}

.faq-list details[open] p {
  animation: faq-answer-in 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.contact {
  background: #09090a;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 6vw;
  align-items: stretch;
}

.contact-copy {
  padding: 18px 0;
}

.contact-lead {
  max-width: 540px;
  margin: 24px 0 0;
  color: #a2a2a8;
  font-size: 15px;
  line-height: 1.65;
}

.lead-form {
  margin-top: 34px;
  padding: 24px;
  display: grid;
  gap: 14px;
  border: 1px solid var(--border);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #0d0d10;
}

.lead-form-title {
  margin: 0 0 4px;
  color: #e8e8eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-field {
  display: grid;
  gap: 8px;
}

.lead-field span {
  color: #7a7a80;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-field input,
.lead-field textarea {
  width: 100%;
  margin: 0;
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 5, 6, 0.72);
  color: var(--white);
  font: inherit;
  font-size: 14px;
  outline: none;
  resize: vertical;
  transition: border-color 160ms ease, background 160ms ease;
}

.lead-field input:focus,
.lead-field textarea:focus {
  border-color: rgba(255, 38, 56, 0.55);
  background: rgba(8, 8, 10, 0.92);
}

.lead-field textarea {
  min-height: 110px;
}

.lead-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lead-submit {
  width: 100%;
  justify-content: space-between;
  margin-top: 4px;
}

.lead-submit:disabled {
  opacity: 0.7;
  transform: none;
  cursor: wait;
}

.lead-status {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.lead-status.is-success {
  color: #9ad5a4;
}

.lead-status.is-error {
  color: #ff7b86;
}

.contact-details {
  margin-top: 44px;
  border-top: 1px solid var(--border);
}

.contact-details > div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--border);
}

.contact-details span {
  color: #66666c;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details strong {
  color: #d6d6da;
  font-size: 13px;
  font-weight: 600;
}

.social-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  color: #727278;
  font-size: 11px;
}

.social-row a {
  color: #d3d3d7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.map-wrap {
  position: relative;
  min-height: 580px;
  border: 1px solid var(--border);
  background: #151518;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(.9) contrast(.88) brightness(.82);
}

.map-pin {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 10px 14px 10px 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(7,7,8,.88);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 44px rgba(0,0,0,.4);
}

.map-pin div {
  display: flex;
  flex-direction: column;
}

.map-pin b {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
}

.map-pin small {
  margin-top: 4px;
  color: #9b9ba0;
  font-size: 9px;
}

footer {
  padding: 26px 0;
  border-top: 1px solid var(--border);
  background: #050506;
}

.legal-details {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #707077;
  font-size: 10px;
}

.legal-details summary {
  width: fit-content;
  cursor: pointer;
  color: #a4a4aa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.legal-details p {
  max-width: 820px;
  margin: 12px 0 0;
  line-height: 1.65;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 50px;
}

.footer-inner p {
  margin: 0;
  color: #66666c;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mobile-bar {
  display: none;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 20px;
    margin-right: 22px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .standard-grid,
  .contact-grid {
    gap: 5vw;
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .site-header {
    height: 70px;
    padding-inline: 18px;
  }

  .hero,
  .services,
  .standard,
  .process,
  .contact {
    scroll-margin-top: 70px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-name b {
    font-size: 18px;
  }

  .brand-name small {
    font-size: 7px;
  }

  .main-nav {
    position: fixed;
    inset: 70px 0 auto;
    margin: 0;
    padding: 28px 20px 34px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid var(--border);
    background: rgba(7,7,8,.98);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100svh;
  }

  .hero-photo {
    background-image:
      linear-gradient(0deg, #070708 3%, rgba(7, 7, 8, 0.45) 48%, rgba(7, 7, 8, 0.24) 76%, rgba(7, 7, 8, 0.7) 100%),
      linear-gradient(90deg, rgba(7,7,8,.76) 0%, transparent 65%),
      url("/sindikat-hero.png");
    background-position: 66% center;
  }

  .hero-grid {
    background-size: 48px 48px;
    opacity: 0.08;
  }

  .hero-content {
    flex: 1 1 auto;
    height: auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: calc(70px + 28px);
    padding-bottom: 20px;
  }

  .hero .eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .hero .eyebrow > span {
    width: 28px;
  }

  .hero h1 {
    max-width: none;
    width: 100%;
    font-size: clamp(44px, 11.5vw, 68px);
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-wrap: pretty;
  }

  .hero-copy {
    max-width: none;
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero .button-row {
    width: 100%;
    margin-top: 22px;
  }

  .hero-trust {
    gap: 16px;
    margin-top: 22px;
    font-size: 9px;
  }

  .hero-badge {
    position: relative;
    inset: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 3;
    width: var(--shell);
    margin: 0 auto 22px;
    max-width: none;
    justify-content: flex-start;
  }

  .signal-track {
    width: max-content;
    min-width: 920px;
  }

  .section {
    padding: 84px 0;
  }

  .two-column-heading,
  .standard-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .advantage-list {
    grid-template-columns: 1fr;
  }

  .quote-line {
    margin-top: 52px;
    gap: 14px;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .two-column-heading {
    align-items: start;
  }

  .section-heading h2,
  .contact h2,
  .standard-copy h2 {
    font-size: clamp(44px, 11vw, 68px);
  }

  .standard-copy > p {
    margin-top: 22px;
  }

  .stats {
    margin-top: 42px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-visual {
    min-height: 260px;
  }

  .promo-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo::after {
    right: -70px;
  }

  .faq-grid {
    gap: 10px;
  }

  .map-wrap {
    min-height: 480px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 540px) {
  .brand-name {
    display: none;
  }

  .language-switch button {
    padding: 7px 8px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-content {
    padding-top: calc(70px + 18px);
    padding-bottom: 16px;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
    gap: 10px;
  }

  .hero h1 {
    font-size: clamp(40px, 11.2vw, 54px);
    line-height: 0.9;
  }

  .hero-copy {
    margin-top: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .hero .button-row {
    width: 100%;
    flex-direction: column;
    margin-top: 18px;
  }

  .hero .button {
    min-height: 50px;
    width: 100%;
    flex: none;
    padding: 0 16px;
    gap: 13px;
    justify-content: space-between;
    font-size: 11px;
  }

  .hero-trust {
    display: none;
  }

  .hero-badge {
    margin-bottom: 78px;
    padding: 12px 14px;
    font-size: 9px;
    align-items: flex-start;
  }

  .hero-badge > span:last-child {
    flex: 1;
    min-width: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .service-card h3 {
    margin-top: 22px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
    margin-top: 32px;
  }

  .more-services {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stats > div {
    padding: 18px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
  }

  .stats span {
    text-align: right;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: auto;
    display: grid;
    grid-template-columns: 34px 24px 1fr;
    column-gap: 12px;
    padding: 0 0 30px;
  }

  .step-number {
    grid-column: 1;
    grid-row: 1 / 3;
    padding-top: 3px;
  }

  .step-line {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 1px;
    height: 100%;
    margin: 0 auto;
  }

  .step-line i {
    top: 7px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .process-grid h3,
  .process-grid p {
    grid-column: 3;
  }

  .process-grid h3 {
    margin-bottom: 8px;
  }

  .process-grid article:not(:last-child) .step-line::after {
    display: none;
  }

  .promo {
    padding: 68px 0;
  }

  .promo h2 {
    font-size: 44px;
  }

  .quote-line b {
    font-size: 32px;
  }

  .contact-details > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .map-wrap {
    min-height: 410px;
  }

  footer {
    padding-bottom: 92px;
  }

  .mobile-bar {
    position: fixed;
    z-index: 70;
    right: 10px;
    bottom: 10px;
    left: 10px;
    height: 58px;
    padding: 5px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    background: rgba(8,8,9,.94);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 40px rgba(0,0,0,.45);
  }

  .mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
  }

  .mobile-bar a.primary {
    background: var(--red);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .faq-reveal {
    opacity: 1;
    transform: none;
  }
}
