/* ============================================================
   BOTICS — style.css
   Colors: #171515 (dark), #e7ecf1 (light)
   Fonts: Bahnschrift, Golos Text VF
   ============================================================ */

/* ── Fonts ── */
@font-face {
  font-family: 'Bahnschrift';
  src: url('fonts/bahnschrift.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('fonts/golos-text_vf.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

:root {
  --dark:   #171515;
  --light:  #e7ecf1;
  --accent: #e7ecf1;
  --mid:    #2e2b2b;
  --muted:  #7a7373;
  --font-display: 'Bahnschrift', 'Arial Narrow', sans-serif;
  --font-body:    'Golos Text', 'Inter', sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:  cubic-bezier(0.7, 0, 0.84, 0);
  --nav-h: 72px;
}

body {
  background: var(--dark);
  color: var(--light);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}

::selection { background: var(--light); color: var(--dark); }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

/* ── Container ── */
.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 40px;
}

/* ── Custom Cursor ── */
.cursor {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--light);
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  mix-blend-mode: difference;
}
.cursor-follower {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(231,236,241,0.4);
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s var(--ease-out), width 0.3s, height 0.3s, border-color 0.3s;
}
.cursor-follower.is-hover {
  width: 60px; height: 60px;
  border-color: var(--light);
}
.cursor-follower.is-link {
  width: 70px; height: 70px;
  background: rgba(231,236,241,0.07);
  border-color: var(--light);
}
@media (pointer: coarse) {
  .cursor, .cursor-follower { display: none; }
  body { cursor: auto; }
}

/* ── Preloader ── */
.preloader {
  position: fixed; inset: 0;
  background: var(--dark);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transition: opacity 0.7s var(--ease-out), visibility 0.7s;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__logo { width: 160px; opacity: 0; animation: fadeInUp 0.6s 0.2s var(--ease-out) forwards; }
.preloader__line {
  width: 240px; height: 1px;
  background: var(--mid);
  position: relative; overflow: hidden;
}
.preloader__line::after {
  content: ''; position: absolute; inset: 0;
  background: var(--light);
  transform: translateX(-100%);
  animation: lineProgress 1.8s 0.4s var(--ease-out) forwards;
}
.preloader__counter {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--light);
  opacity: 0;
  animation: fadeInUp 0.4s 0.4s forwards;
}
@keyframes lineProgress { to { transform: translateX(0); } }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Navigation ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 1000;
  display: flex; align-items: center;
  padding: 0 40px;
  gap: 40px;
  transition: background 0.4s, backdrop-filter 0.4s;
}
.nav.scrolled {
  background: rgba(23,21,21,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(231,236,241,0.06);
}
.nav__logo { flex-shrink: 0; }
.nav__logo img { height: 28px; width: auto; filter: invert(0); }
.nav__links {
  display: flex; gap: 32px;
  margin-left: auto;
}
.nav__link {
  font-size: 0.875rem;
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(231,236,241,0.65);
  transition: color 0.25s;
  position: relative;
}
.nav__link::after {
  content: ''; position: absolute; left: 0; bottom: -3px;
  width: 0; height: 1px;
  background: var(--light);
  transition: width 0.3s var(--ease-out);
}
.nav__link:hover { color: var(--light); }
.nav__link:hover::after { width: 100%; }
.nav__cta { margin-left: 16px; font-size: 0.8125rem; }
.nav__burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: none;
  padding: 4px; margin-left: auto;
}
.nav__burger span {
  display: block; width: 22px; height: 1px;
  background: var(--light);
  transition: transform 0.3s, opacity 0.3s;
}
.nav__burger.open span:first-child { transform: translateY(6px) rotate(45deg); }
.nav__burger.open span:last-child  { transform: translateY(-6px) rotate(-45deg); }

/* ── Mobile Menu ── */
.mobile-menu {
  position: fixed; inset: 0;
  background: var(--dark);
  z-index: 999;
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 40px;
  opacity: 0; visibility: hidden;
  transform: translateY(-16px);
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out), visibility 0.4s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu__links { display: flex; flex-direction: column; gap: 24px; }
.mobile-menu__link {
  font-family: var(--font-display); font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 700; letter-spacing: -0.02em;
  color: var(--light); line-height: 1;
}
.mobile-menu__footer { margin-top: auto; color: var(--muted); font-size: 0.875rem; }

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--light); color: var(--dark);
  font-family: var(--font-body); font-weight: 600;
  font-size: 0.9375rem; padding: 14px 28px;
  border-radius: 2px;
  border: 1px solid var(--light);
  transition: background 0.3s, color 0.3s, transform 0.2s;
  cursor: none;
}
.btn-primary:hover { background: transparent; color: var(--light); transform: translateY(-2px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--light);
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.9375rem; padding: 13px 27px;
  border-radius: 2px;
  border: 1px solid rgba(231,236,241,0.3);
  transition: border-color 0.3s, background 0.3s, transform 0.2s;
  cursor: none;
}
.btn-outline:hover { border-color: var(--light); background: rgba(231,236,241,0.05); transform: translateY(-2px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: rgba(231,236,241,0.6);
  font-family: var(--font-body); font-size: 0.9375rem;
  transition: color 0.3s; cursor: none;
}
.btn-ghost:hover { color: var(--light); }

/* ── Section Label ── */
.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
  padding: 6px 14px;
  border: 1px solid rgba(231,236,241,0.12);
  border-radius: 100px;
}

/* ── Reveal Animations ── */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: var(--nav-h) 0 80px;
}

/* Two-column inner layout */
.hero__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  flex: 1;
}

/* Left: text */
.hero__content {
  position: relative; z-index: 2;
}

/* Right: canvas container */
.hero__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}
.hero__canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero__label {
  font-size: 0.8125rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6.5vw, 8.5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  display: flex; flex-direction: column;
  margin-bottom: 36px;
}
.hero__line { display: block; }
.hero__line--accent { color: transparent; -webkit-text-stroke: 2px var(--light); }
.hero__sub {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  color: rgba(231,236,241,0.55);
  max-width: 420px;
  margin-bottom: 48px;
  line-height: 1.65;
}
.hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

/* Scroll indicator */
.hero__scroll-indicator {
  position: absolute; bottom: 40px; left: 40px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero__scroll-line {
  width: 1px; height: 60px;
  background: rgba(231,236,241,0.2);
  position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%;
  background: var(--light);
  animation: scrollLine 2s 1.5s ease-in-out infinite;
}
@keyframes scrollLine {
  0%   { top: -100%; }
  50%  { top: 100%; }
  100% { top: 100%; }
}
.hero__scroll-indicator span {
  writing-mode: vertical-rl;
  font-size: 0.6875rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}

/* Ticker */
.hero__ticker-wrap {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  overflow: hidden; border-top: 1px solid rgba(231,236,241,0.07);
  background: rgba(23,21,21,0.6); backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 0;
}
.hero__ticker {
  display: flex; white-space: nowrap;
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
  animation: ticker 25s linear infinite;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: 140px 0;
  border-top: 1px solid rgba(231,236,241,0.07);
}
.about__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
  margin-bottom: 100px;
}
.about__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800; line-height: 1;
  letter-spacing: -0.03em; text-transform: uppercase;
  display: flex; flex-direction: column; gap: 4px;
}
.about__text {
  font-size: 1.0625rem; color: rgba(231,236,241,0.65);
  line-height: 1.7; margin-bottom: 24px;
}

/* Stats */
.about__stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(231,236,241,0.08);
  border: 1px solid rgba(231,236,241,0.08);
}
.about__stat {
  padding: 48px 36px;
  background: var(--dark);
  transition: background 0.3s;
}
.about__stat:hover { background: rgba(231,236,241,0.03); }
.about__stat-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.5vw, 5rem);
  font-weight: 800; line-height: 1;
  letter-spacing: -0.04em;
  color: var(--light);
  margin-bottom: 12px;
}
.about__stat-num::after { content: '+'; }
.about__stat-label {
  font-size: 0.875rem; color: var(--muted); line-height: 1.4;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: 140px 0;
  border-top: 1px solid rgba(231,236,241,0.07);
}
.services__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 800; letter-spacing: -0.03em;
  text-transform: uppercase; line-height: 1;
  margin-bottom: 72px;
}
.services__list { display: flex; flex-direction: column; }

.service-item {
  display: grid; grid-template-columns: 80px 1fr 40px;
  gap: 32px; align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid rgba(231,236,241,0.08);
  cursor: none;
  transition: background 0.3s;
  position: relative; overflow: hidden;
}
.service-item::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(231,236,241,0.03);
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-out);
}
.service-item:hover::before { transform: translateX(0); }
.service-item:first-child { border-top: 1px solid rgba(231,236,241,0.08); }
.service-item__num {
  font-family: var(--font-display); font-size: 0.8125rem;
  font-weight: 700; color: var(--muted); letter-spacing: 0.06em;
}
.service-item__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700; letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.service-item__desc { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.service-item__arrow {
  font-size: 1.5rem; color: var(--muted);
  transition: transform 0.3s, color 0.3s;
}
.service-item:hover .service-item__arrow { transform: translate(4px, -4px); color: var(--light); }

/* ============================================================
   WORKS
   ============================================================ */
.works {
  padding: 140px 0 0;
  border-top: 1px solid rgba(231,236,241,0.07);
}
.works__header {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-bottom: 60px;
}
.works__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 800; letter-spacing: -0.03em;
  text-transform: uppercase; line-height: 1;
}

/* Horizontal scrolling track */
.works__track-wrap {
  overflow: hidden; padding-bottom: 80px;
  cursor: grab;
}
.works__track-wrap:active { cursor: grabbing; }
.works__track {
  display: flex; gap: 24px;
  padding: 0 40px;
  width: max-content;
  will-change: transform;
}

.work-card {
  width: clamp(320px, 33vw, 480px);
  flex-shrink: 0;
  display: flex; flex-direction: column;
  border: 1px solid rgba(231,236,241,0.08);
  overflow: hidden;
  border-radius: 2px;
  transition: border-color 0.3s, transform 0.4s var(--ease-out);
}
.work-card:hover { border-color: rgba(231,236,241,0.2); transform: translateY(-8px); }

.work-card__img {
  aspect-ratio: 16/10; overflow: hidden;
  position: relative;
}
.work-card__img-inner {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.5s var(--ease-out);
}
.work-card:hover .work-card__img-inner { transform: scale(1.04); }

/* Mockup — screen */
.work-card__mockup { width: 70%; }
.work-card__screen {
  background: rgba(231,236,241,0.06); border-radius: 4px;
  padding: 16px; display: flex; flex-direction: column; gap: 8px;
  border: 1px solid rgba(231,236,241,0.1);
}
.wcs-bar { height: 6px; background: rgba(231,236,241,0.15); border-radius: 2px; }
.wcs-line { height: 4px; background: rgba(231,236,241,0.1); border-radius: 2px; }
.wcs-block { height: 60px; background: rgba(231,236,241,0.05); border-radius: 2px; margin-top: 4px; }
.wcs-img { height: 80px; background: rgba(231,236,241,0.08); border-radius: 2px; }

/* Mockup — phone */
.work-card__phone {
  width: 50%; background: rgba(231,236,241,0.06);
  border: 1px solid rgba(231,236,241,0.1);
  border-radius: 24px; padding: 20px 12px;
  display: flex; flex-direction: column; gap: 10px; align-items: center;
}
.wcp-notch { width: 40%; height: 5px; background: rgba(231,236,241,0.15); border-radius: 10px; margin-bottom: 6px; }
.wcp-line { height: 4px; background: rgba(231,236,241,0.1); border-radius: 2px; }
.wcp-btn { width: 50%; height: 22px; background: rgba(231,236,241,0.12); border-radius: 4px; margin-top: 8px; }

/* Mockup — dashboard */
.work-card__dashboard {
  width: 75%; background: rgba(231,236,241,0.06);
  border: 1px solid rgba(231,236,241,0.1);
  border-radius: 4px; padding: 12px;
  display: flex; flex-direction: column; gap: 8px;
}
.wcd-head { height: 8px; background: rgba(231,236,241,0.15); border-radius: 2px; width: 50%; }
.wcd-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.wcd-col { height: 32px; background: rgba(231,236,241,0.07); border-radius: 2px; }
.wcd-bar-group { display: flex; gap: 4px; align-items: flex-end; height: 60px; margin-top: 4px; }
.wcd-bar { flex: 1; background: rgba(231,236,241,0.12); border-radius: 2px 2px 0 0; }

.work-card__info { padding: 24px; background: var(--dark); }
.work-card__meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.work-card__num { font-size: 0.75rem; color: var(--muted); font-weight: 500; letter-spacing: 0.06em; }
.work-card__tags { font-size: 0.75rem; color: var(--muted); }
.work-card__title {
  font-family: var(--font-display); font-size: 1.375rem;
  font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px;
}
.work-card__desc { font-size: 0.875rem; color: rgba(231,236,241,0.5); line-height: 1.6; }

/* Card image fills */
.work-card__photo {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease-out);
}
.work-card:hover .work-card__photo { transform: scale(1.04); }

.work-card__img-inner--logo {
  padding: 32px;
}
.work-card__logo-img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.5s var(--ease-out), opacity 0.3s;
}
.work-card:hover .work-card__logo-img { transform: scale(1.05); }

/* Work card variants */
.work-card__badge {
  display: inline-block;
  font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 2px;
}
.work-card__badge--project {
  background: rgba(100,180,255,0.12);
  color: rgba(130,200,255,0.85);
  border: 1px solid rgba(100,180,255,0.2);
}
.work-card__badge--partner {
  background: rgba(231,236,241,0.07);
  color: rgba(231,236,241,0.55);
  border: 1px solid rgba(231,236,241,0.12);
}

.work-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px;
  font-size: 0.8125rem; font-weight: 600;
  color: rgba(130,200,255,0.8);
  transition: color 0.25s, gap 0.25s;
}
.work-card__link:hover { color: rgba(180,220,255,1); gap: 10px; }

.work-card__partner-note {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px;
  font-size: 0.8rem; color: rgba(231,236,241,0.3);
}

/* Telegram mock */
.work-card__tg-mock {
  width: 100%;
  background: #1c2a3a;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.tg-mock__head {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  background: #17222d;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tg-mock__avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #2b5278, #1a3d5c);
  flex-shrink: 0;
}
.tg-mock__title-wrap { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.tg-mock__name { height: 8px; background: rgba(255,255,255,0.25); border-radius: 2px; width: 55%; }
.tg-mock__sub { height: 6px; background: rgba(255,255,255,0.1); border-radius: 2px; width: 35%; }

.tg-mock__messages {
  display: flex; flex-direction: column; gap: 8px;
  padding: 12px 14px;
}
.tg-mock__msg { display: flex; }
.tg-mock__msg--out { justify-content: flex-end; }
.tg-mock__bubble {
  max-width: 75%;
  background: rgba(255,255,255,0.06);
  border-radius: 10px 10px 10px 2px;
  padding: 8px 10px;
  display: flex; flex-direction: column; gap: 4px;
}
.tg-mock__bubble--out {
  background: rgba(43,82,120,0.7);
  border-radius: 10px 10px 2px 10px;
}
.tg-mock__text {
  height: 6px; background: rgba(255,255,255,0.18); border-radius: 2px;
  width: 100%;
}
.tg-mock__progress {
  height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px;
  overflow: hidden; width: 120px;
}
.tg-mock__quiz-options {
  display: flex; flex-direction: column; gap: 5px;
  margin-top: 8px;
}
.tg-mock__quiz-opt {
  height: 18px; border-radius: 4px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.tg-mock__quiz-opt--a  { background: rgba(100,180,255,0.15); border-color: rgba(100,180,255,0.25); }
.tg-mock__quiz-opt--correct { background: rgba(80,200,130,0.15); border-color: rgba(80,200,130,0.3); }

.tg-mock__progress-bar {
  height: 100%; width: 60%;
  background: rgba(100,180,255,0.5);
  border-radius: 2px;
  animation: tg-load 2.4s ease-in-out infinite;
}
@keyframes tg-load {
  0%   { width: 20%; }
  50%  { width: 80%; }
  100% { width: 20%; }
}

/* Partner icon */
.work-card__partner-icon {
  width: 80px; height: 80px;
  color: rgba(231,236,241,0.25);
}
.work-card__partner-icon svg { width: 100%; height: 100%; }

/* CTA card */
.work-card--cta {
  background: linear-gradient(145deg, #1e1b1b 0%, #282424 100%);
  border-color: rgba(231,236,241,0.1) !important;
  justify-content: center;
}
.work-card--cta:hover { transform: translateY(-8px); border-color: rgba(231,236,241,0.22) !important; }
.work-card__cta-inner {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: 48px 32px;
  gap: 24px;
}
.work-card__cta-logo {
  width: 64px; height: 64px; opacity: 0.55;
}
.work-card__cta-logo img { width: 100%; height: 100%; object-fit: contain; }
.work-card__cta-text {
  font-size: 1rem; color: rgba(231,236,241,0.6); line-height: 1.6;
  max-width: 260px;
}
.work-card__cta-btn { margin-top: 8px; }

/* ============================================================
   PROCESS
   ============================================================ */
.process {
  padding: 140px 0;
  border-top: 1px solid rgba(231,236,241,0.07);
}
.process__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 800; letter-spacing: -0.03em;
  text-transform: uppercase; line-height: 1;
  margin-bottom: 72px;
}
.process__steps { display: flex; flex-direction: column; }
.process__step {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 32px; padding: 36px 0;
  border-bottom: 1px solid rgba(231,236,241,0.08);
  position: relative;
}
.process__step:first-child { border-top: 1px solid rgba(231,236,241,0.08); }
.process__step-num {
  font-family: var(--font-display); font-size: 0.8125rem;
  font-weight: 700; color: var(--muted); letter-spacing: 0.06em;
  padding-top: 4px;
}
.process__step-body h3 {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px;
}
.process__step-body p { font-size: 0.9375rem; color: var(--muted); line-height: 1.6; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-section {
  border-top: 1px solid rgba(231,236,241,0.08);
  border-bottom: 1px solid rgba(231,236,241,0.08);
  overflow: hidden; padding: 28px 0;
  background: rgba(231,236,241,0.02);
}
.marquee-track { display: flex; }
.marquee-inner {
  display: flex; gap: 32px; align-items: center;
  animation: marquee 22s linear infinite;
  white-space: nowrap;
  padding-right: 32px;
}
.marquee-inner span {
  font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.875rem);
  font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase;
}
.marquee-dot { color: var(--muted) !important; font-weight: 400 !important; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: 140px 0;
  border-top: 1px solid rgba(231,236,241,0.07);
}
.contact__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.contact__title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 800; line-height: 0.9;
  letter-spacing: -0.04em; text-transform: uppercase;
  display: flex; flex-direction: column; gap: 4px;
  margin-bottom: 36px;
}
.contact__sub {
  font-size: 1.0625rem; color: rgba(231,236,241,0.55);
  line-height: 1.65; margin-bottom: 48px; max-width: 400px;
}
.contact__links { display: flex; flex-direction: column; gap: 16px; }
.contact__link {
  font-size: 1rem; color: rgba(231,236,241,0.65);
  transition: color 0.25s, transform 0.25s;
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 500;
}
.contact__link:hover { color: var(--light); transform: translateX(4px); }
.contact__icon {
  width: 20px; height: 20px;
  flex-shrink: 0;
  color: rgba(231,236,241,0.4);
  transition: color 0.25s;
}
.contact__link:hover .contact__icon { color: var(--light); }

/* Form */
.contact__form { display: flex; flex-direction: column; gap: 16px; }
.form-group { position: relative; }
.form-input {
  width: 100%; background: rgba(231,236,241,0.04);
  border: 1px solid rgba(231,236,241,0.1);
  color: var(--light); font-family: var(--font-body); font-size: 0.9375rem;
  padding: 16px 20px; border-radius: 2px;
  outline: none; transition: border-color 0.3s, background 0.3s;
}
.form-input::placeholder { color: var(--muted); }
.form-input:focus {
  border-color: rgba(231,236,241,0.35);
  background: rgba(231,236,241,0.06);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; justify-content: center; margin-top: 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid rgba(231,236,241,0.08);
  padding: 48px 0 40px;
}
.footer__top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 64px;
}
.footer__logo img { height: 24px; width: auto; }
.footer__nav { display: flex; gap: 32px; }
.footer__nav a {
  font-size: 0.875rem; color: rgba(231,236,241,0.45);
  transition: color 0.25s;
}
.footer__nav a:hover { color: var(--light); }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(231,236,241,0.06); padding-top: 28px;
}
.footer__copy { font-size: 0.8125rem; color: var(--muted); }
.footer__tagline {
  font-family: var(--font-display); font-size: 0.875rem;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(231,236,241,0.2);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .hero__inner { gap: 40px; padding: 0 24px; }
  .about__grid { grid-template-columns: 1fr; gap: 48px; }
  .about__stats { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 60px; }
  .nav { padding: 0 20px; }
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .container { padding: 0 20px; }

  /* Hero: stack vertically on mobile */
  .hero__inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 40px;
  }
  .hero__visual {
    width: min(280px, 70vw);
    margin: 0 auto;
  }
  .hero__title { font-size: clamp(3rem, 13vw, 5.5rem); }
  .hero__line--accent { -webkit-text-stroke-width: 1.5px; }
  .hero__scroll-indicator { display: none; }

  .about { padding: 80px 0; }
  .about__stats { grid-template-columns: 1fr 1fr; }
  .about__stat { padding: 32px 20px; }

  .services { padding: 80px 0; }
  .service-item { grid-template-columns: 60px 1fr; }
  .service-item__arrow { display: none; }

  .works { padding: 80px 0 0; }
  .works__header { flex-direction: column; }
  .works__track { padding: 0 20px; }
  .work-card { width: clamp(280px, 75vw, 360px); }

  .process { padding: 80px 0; }
  .process__step { grid-template-columns: 52px 1fr; gap: 20px; }

  .contact { padding: 80px 0; }
  .contact__title { font-size: clamp(3rem, 14vw, 5rem); }
  .contact__grid { gap: 48px; }

  .footer__top { flex-direction: column; align-items: flex-start; gap: 32px; }
  .footer__nav { flex-wrap: wrap; gap: 20px; }
  .footer__bottom { flex-direction: column; gap: 12px; align-items: flex-start; }

  .marquee-section { padding: 20px 0; }
}

@media (max-width: 480px) {
  .about__stats { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
}
