*,
*::before,
*::after { box-sizing: border-box; }

:root {
  --bg: #060812;
  --text: #eef4ff;
  --muted: #98a7c3;
  --line: rgba(255,255,255,.09);
  --cyan: #63ddff;
  --blue: #5c85ff;
  --violet: #8e61ff;
  --green: #46ff98;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --container: 1220px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(68,124,255,.18), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(142,97,255,.14), transparent 25%),
    linear-gradient(180deg, #03050a, #060a14 35%, #050711 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

#scene {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.noise {
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: .05;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,.85) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(255,255,255,.55) 0 1px, transparent 1px);
  background-size: 18px 18px, 22px 22px;
}
.bg-blur {
  position: fixed;
  border-radius: 999px;
  filter: blur(80px);
  z-index: -2;
  pointer-events: none;
  opacity: .23;
}
.blur-a { width: 24rem; height: 24rem; left: -8rem; top: 10rem; background: radial-gradient(circle, rgba(86,222,255,.75), transparent 68%); animation: drift1 16s ease-in-out infinite; }
.blur-b { width: 26rem; height: 26rem; right: -10rem; top: 18rem; background: radial-gradient(circle, rgba(142,97,255,.72), transparent 68%); animation: drift2 18s ease-in-out infinite; }
.blur-c { width: 18rem; height: 18rem; right: 12%; bottom: 10%; background: radial-gradient(circle, rgba(70,255,152,.26), transparent 70%); animation: drift3 15s ease-in-out infinite; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.glass {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(5,8,15,.52);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.simple-header { position: relative; }
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand img { height: 70px; width: auto; filter: drop-shadow(0 0 22px rgba(99,221,255,.16)); }
.desktop-nav {
  display: flex;
  gap: 28px;
  color: #d6e1f5;
  font-size: 14px;
}
.desktop-nav a {
  position: relative;
  padding: 8px 0;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  transition: width .24s ease;
}
.desktop-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.mini-btn, .floating-cta {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  transition: transform .18s ease, border-color .18s ease;
}
.mini-btn:hover, .floating-cta:hover { transform: translateY(-2px); border-color: rgba(109,192,255,.34); }
.menu-btn {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.menu-btn span { width: 18px; height: 2px; background: white; border-radius: 2px; }
.mobile-nav {
  display: none;
  padding: 0 20px 16px;
  flex-direction: column;
  gap: 10px;
}
.mobile-nav a {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.mobile-nav.is-open { display: flex; }

.hero { padding: 72px 0 26px; }
.hero-grid {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 38px;
  align-items: center;
}
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: #c6d3eb;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.kicker { margin-bottom: 14px; }
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 24px rgba(99,221,255,.85);
}
.hero h1, .subpage-hero h1 {
  margin: 18px 0 18px;
  line-height: .92;
  font-size: clamp(48px, 8vw, 102px);
  font-weight: 900;
  letter-spacing: -.05em;
}
.hero h1 span {
  display: block;
  margin-top: 12px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  color: #d8e3f5;
  max-width: 17ch;
}
.lead, .section-head p, .solution p, .case-body p, .cap p, .step p, .contact-copy p, .subpage-hero p, .sub-box p, .why-card p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn-primary {
  background: linear-gradient(135deg, rgba(99,221,255,1), rgba(92,133,255,1) 55%, rgba(142,97,255,1));
  color: white;
  box-shadow: 0 14px 40px rgba(89,139,255,.28), inset 0 1px 0 rgba(255,255,255,.22);
  font-weight: 700;
  border: 0;
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}
.hero-stats {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.stat {
  min-height: 118px;
  border-radius: 24px;
  padding: 18px;
}
.stat strong { display: block; margin-bottom: 8px; font-size: 15px; letter-spacing: .16em; }
.stat span { color: #9fb0cb; font-size: 13px; line-height: 1.6; }

.hero-panel {
  position: relative;
  width: min(100%, 570px);
  aspect-ratio: 1 / 1.02;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(73,87,165,.16), transparent 28%),
    linear-gradient(180deg, rgba(11,15,26,.9), rgba(8,11,18,.94));
}
.rings {
  position: absolute;
  inset: 50%;
  width: 300px; height: 300px;
  transform: translate(-50%, -50%);
}
.ring {
  position: absolute; inset: 0; border-radius: 999px;
  border: 1px solid rgba(160, 210, 255, .22);
}
.ring-1 { animation: spin 18s linear infinite; }
.ring-2 { inset: 26px; border-color: rgba(142,97,255,.28); animation: spinReverse 14s linear infinite; }
.ring-3 { inset: 60px; border-color: rgba(99,221,255,.36); animation: pulseRing 5s ease-in-out infinite; }
.core {
  position: absolute; inset: 50%;
  width: 96px; height: 96px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.98), rgba(116,236,255,.84) 20%, rgba(88,139,255,.68) 42%, transparent 72%);
  box-shadow: 0 0 100px rgba(99,221,255,.55), 0 0 30px rgba(142,97,255,.34);
  animation: pulseCore 5.4s ease-in-out infinite;
}
.float-card {
  position: absolute;
  width: 170px;
  min-height: 106px;
  border-radius: 22px;
  padding: 14px;
}
.float-card small { display: inline-block; margin-bottom: 8px; letter-spacing: .2em; color: #d2ddf2; }
.float-card strong { display: block; font-size: 19px; margin-bottom: 4px; }
.float-card span { color: #a7b5cd; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.card-a { left: 22px; top: 24px; animation: float1 7s ease-in-out infinite; }
.card-b { right: 18px; top: 132px; animation: float2 8s ease-in-out infinite; }
.card-c { left: 42px; bottom: 28px; animation: float3 7.2s ease-in-out infinite; }
.hud {
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
}
.hud-top-left { left: 18px; top: 18px; width: 150px; height: 150px; border-right: 0; border-bottom: 0; }
.hud-bottom-right { right: 18px; bottom: 18px; width: 180px; height: 180px; border-left: 0; border-top: 0; }

.hero-strip {
  overflow: hidden;
  border-radius: 24px;
  padding: 16px 0;
}
.strip-track {
  display: flex;
  gap: 34px;
  width: max-content;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
}
.strip-track span {
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #b2c1dc;
}

.section { padding: 110px 0; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head.narrow { max-width: 720px; }
.section-head h2, .contact-copy h2, .subpage-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .98;
  letter-spacing: -.05em;
}

.solutions-grid, .caps-grid, .timeline, .why-grid, .subpage-grid {
  display: grid;
  gap: 18px;
}
.solutions-grid, .caps-grid, .why-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.solution {
  min-height: 430px;
  border-radius: 30px;
  padding: 24px;
}
.solution.featured {
  background:
    radial-gradient(circle at top, rgba(99,221,255,.14), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
}
.solution-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.num { font-size: 13px; letter-spacing: .18em; }
.badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: #cad6ee;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.solution h3, .case-body h3, .step h3 {
  margin: 24px 0 12px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
}
.solution ul {
  margin: 18px 0 22px;
  padding-left: 18px;
  color: #c7d3e7;
}
.solution li { margin: 10px 0; }
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.link-arrow::after { content: "↗"; color: var(--cyan); }

.why-card {
  min-height: 220px;
  border-radius: 28px;
  padding: 24px;
}
.why-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.case-card { border-radius: 28px; overflow: hidden; }
.case-visual {
  height: 220px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  position: relative;
}
.case-visual::before,
.case-visual::after { content: ""; position: absolute; }
.case-visual-a::before {
  inset: 26px; border-radius: 22px;
  background: linear-gradient(135deg, rgba(85,216,255,.28), rgba(92,133,255,.16));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.case-visual-a::after {
  width: 120px; height: 120px; right: 30px; top: 50px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(94,218,255,.9), transparent 70%);
}
.case-visual-b::before {
  left: 24px; right: 24px; top: 34px; height: 22px;
  background: repeating-linear-gradient(90deg, rgba(142,97,255,.86) 0 18px, transparent 18px 28px);
}
.case-visual-b::after {
  left: 24px; right: 24px; bottom: 28px; height: 90px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(99,221,255,.22), rgba(255,255,255,.04));
}
.case-visual-c::before {
  width: 72%; height: 72%; left: 14%; top: 14%;
  border-radius: 28px; border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 0 0 20px rgba(255,255,255,.03), 0 0 0 40px rgba(99,221,255,.04);
}
.case-visual-c::after {
  width: 120px; height: 120px; left: 50%; top: 50%;
  transform: translate(-50%, -50%); border-radius: 999px;
  background: radial-gradient(circle, rgba(142,97,255,.62), transparent 70%);
}
.case-body { padding: 24px; }
.case-type {
  display: inline-flex;
  margin-bottom: 10px;
  color: #c9d6ed;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cap {
  min-height: 180px;
  border-radius: 24px;
  padding: 22px;
}
.cap strong { display: block; margin-bottom: 12px; font-size: 22px; }

.timeline { grid-template-columns: repeat(4, minmax(0,1fr)); }
.step {
  border-radius: 26px;
  padding: 22px;
  min-height: 230px;
}
.step span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #cfe0f5;
  letter-spacing: .2em;
  font-size: 13px;
}

.contact-card {
  border-radius: 30px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}
.lead-form {
  display: grid;
  gap: 12px;
}
.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: white;
  border-radius: 18px;
  padding: 16px 18px;
  outline: none;
}
.lead-form textarea {
  min-height: 140px;
  resize: vertical;
}
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: #95a4bf; }

.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  background: linear-gradient(135deg, rgba(99,221,255,.96), rgba(92,133,255,.96) 55%, rgba(142,97,255,.96));
  border: 0;
  color: white;
  box-shadow: 0 16px 42px rgba(75,128,255,.3);
}

.footer {
  padding: 28px 0 44px;
  color: #8fa0bc;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img { height: 32px; width: auto; }
.footer-brand span { color: #e2ebfb; font-weight: 700; letter-spacing: .08em; }

.subpage-body { background: linear-gradient(180deg, #03050a, #070b14 100%); }
.subpage-main { min-height: 100vh; }
.subpage-hero { padding: 80px 0 100px; }
.subpage-grid { margin-top: 28px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sub-box {
  border-radius: 24px;
  padding: 22px;
  min-height: 210px;
}
.sub-box strong { display: block; margin-bottom: 12px; font-size: 20px; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@keyframes pulseCore {
  0%,100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes pulseRing {
  0%,100% { transform: scale(1); opacity: .6; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes float1 { 0%,100% { transform: translate3d(0,0,0);} 50% { transform: translate3d(6px,-10px,0);} }
@keyframes float2 { 0%,100% { transform: translate3d(0,0,0);} 50% { transform: translate3d(-10px,10px,0);} }
@keyframes float3 { 0%,100% { transform: translate3d(0,0,0);} 50% { transform: translate3d(10px,-8px,0);} }
@keyframes drift1 { 0%,100% { transform: translate(0,0);} 50% { transform: translate(28px,-18px);} }
@keyframes drift2 { 0%,100% { transform: translate(0,0);} 50% { transform: translate(-26px,16px);} }
@keyframes drift3 { 0%,100% { transform: translate(0,0);} 50% { transform: translate(18px,-20px);} }

@media (max-width: 1100px) {
  .hero-grid, .contact-card { grid-template-columns: 1fr; min-height: auto; }
  .solutions-grid, .cases-grid, .caps-grid, .timeline, .subpage-grid, .hero-stats, .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero h1 span { max-width: none; }
  .hero-visual { order: -1; }
}
@media (max-width: 760px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .desktop-nav, .desktop-only { display: none; }
  .menu-btn { display: inline-flex; }
  .hero, .section, .subpage-hero { padding: 74px 0; }
  .hero-grid, .solutions-grid, .cases-grid, .caps-grid, .timeline, .subpage-grid, .hero-stats, .why-grid { grid-template-columns: 1fr; }
  .brand img { height: 70px; }
  .hero h1, .subpage-hero h1 { font-size: clamp(40px, 14vw, 66px); }
  .lead, .section-head p, .solution p, .case-body p, .cap p, .step p, .contact-copy p, .subpage-hero p, .sub-box p, .why-card p { font-size: 15px; line-height: 1.7; }
  .section-head h2, .contact-copy h2 { font-size: clamp(32px, 10vw, 44px); }
  .hero-panel { width: 100%; border-radius: 28px; }
  .rings { width: 220px; height: 220px; }
  .float-card { width: 138px; min-height: 86px; padding: 12px; }
  .float-card strong { font-size: 15px; }
  .solution, .case-card, .cap, .step, .contact-card, .stat, .sub-box, .why-card { border-radius: 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}


.lang-switcher {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  gap: 4px;
}
.lang-btn {
  min-width: 46px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d6e1f5;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.lang-btn:hover { transform: translateY(-1px); }
.lang-btn.is-active {
  background: linear-gradient(135deg, rgba(99,221,255,.96), rgba(92,133,255,.96) 55%, rgba(142,97,255,.96));
  color: white;
}
@media (max-width: 760px) {
  .lang-switcher { order: -1; }
}


/* v5.1 hero title fix */
.hero h1 .hero-title-main {
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #f4f7ff;
}

.hero h1 .hero-title-sub {
  display: block;
  margin-top: 14px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #d8e3f5;
  /* max-width: 17ch; */
}

.hero h1 span {
  max-width: none;
}

@media (max-width: 1100px) {
  .hero h1 .hero-title-sub {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hero h1 .hero-title-sub {
    font-size: clamp(20px, 5.8vw, 26px);
    line-height: 1.18;
    margin-top: 10px;
  }
}


/* v5.2 visual polish */
:root {
  --header-height: 78px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
}

.header-inner {
  min-height: var(--header-height);
}

.header-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.desktop-nav a {
  opacity: .92;
}
.desktop-nav a:hover {
  opacity: 1;
}

.hero {
  padding-top: 86px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 12ch;
  text-wrap: balance;
}

.hero h1 .hero-title-main {
  text-shadow: 0 3px 26px rgba(98, 180, 255, .08);
}

.hero h1 .hero-title-sub {
  text-wrap: pretty;
}

.lead {
  max-width: 44rem;
}

.hero-actions {
  align-items: center;
}

.btn {
  white-space: nowrap;
}

.hero-stats {
  align-items: stretch;
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-panel {
  margin-inline: auto;
}

.solution,
.case-card,
.cap,
.step,
.why-card,
.contact-card,
.sub-box,
.stat {
  box-shadow:
    0 20px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.solution h3,
.case-body h3,
.step h3 {
  text-wrap: balance;
}

.solution ul {
  line-height: 1.55;
}

.why-card strong,
.cap strong {
  line-height: 1.2;
}

.contact-card {
  align-items: stretch;
}

.lead-form {
  align-content: start;
}

.lead-form input,
.lead-form textarea {
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: rgba(99,221,255,.38);
  background: rgba(255,255,255,.06);
  box-shadow: 0 0 0 4px rgba(99,221,255,.08);
}

.lang-switcher {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.lang-btn {
  font-weight: 700;
  letter-spacing: .04em;
}

.floating-cta {
  min-height: 54px;
  padding: 0 18px;
}

@media (max-width: 1100px) {
  .hero {
    padding-top: 72px;
  }

  .hero h1 {
    max-width: none;
  }

  .header-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 72px;
  }

  .hero {
    padding-top: 62px;
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .lang-switcher {
    transform: scale(.96);
    transform-origin: right center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .lead {
    max-width: none;
  }

  .floating-cta {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 16px;
    font-size: 14px;
  }

  .case-body,
  .solution,
  .cap,
  .step,
  .why-card,
  .contact-card,
  .sub-box,
  .stat {
    padding: 20px;
  }
}


.specs-section {
  padding-top: 80px;
}

.specs-grid {
  border-radius: 28px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  transition: all .2s ease;
}

.spec-row:hover {
  background: rgba(255,255,255,.04);
  border-color: rgba(99,221,255,.2);
}

.spec-row span {
  color: #a9b7d0;
  font-size: 14px;
}

.spec-row strong {
  font-size: 15px;
  color: #eaf2ff;
  letter-spacing: .02em;
}

.spec-row .yes {
  color: #46ff98;
  text-shadow: 0 0 10px rgba(70,255,152,.4);
}

/* mobile */

@media (max-width: 760px) {
  .spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* DroneAI system block */

.system-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

.system-content h2 {
  margin: 12px 0 16px;
  font-size: clamp(32px, 4vw, 52px);
}

.system-lead {
  margin-bottom: 28px;
  color: #a9b7d0;
  max-width: 520px;
}

.system-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.system-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.system-step span {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(99,221,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #63ddff;
  box-shadow: 0 0 12px rgba(99,221,255,.3);
}

.system-step p {
  color: #cbd6ea;
  line-height: 1.6;
}

.system-visual {
  border-radius: 28px;
  padding: 16px;
  overflow: hidden;
}

.system-visual img {
  width: 100%;
  border-radius: 20px;
}

/* mobile */

@media (max-width: 1100px) {
  .system-grid {
    grid-template-columns: 1fr;
  }
}

/* DroneAI system cards */

.system-section .section-head {
  margin-bottom: 28px;
}

.system-lead {
  max-width: 820px;
}

.system-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.system-card {
  border-radius: 26px;
  padding: 22px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.system-card-icon {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}

.system-card-icon img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(99,221,255,.22));
}

.system-card-num {
  display: inline-flex;
  margin-bottom: 12px;
  color: #9fc8ff;
  font-size: 13px;
  letter-spacing: .18em;
}

.system-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
}

.system-card p {
  margin: 0;
  color: #a9b7d0;
  line-height: 1.7;
  font-size: 15px;
}

.system-visual {
  border-radius: 28px;
  padding: 16px;
  overflow: hidden;
}

.system-visual img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Media block */

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.media-card {
  border-radius: 24px;
  padding: 12px;
  overflow: hidden;
}

.media-video {
  width: 100%;
  display: block;
  border-radius: 16px;
  background: #000;
}

/* Responsive */

@media (max-width: 1100px) {
  .system-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .system-cards-grid {
    grid-template-columns: 1fr;
  }

  .system-card {
    min-height: auto;
  }
}

/* DroneAI gallery */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  display: block;
  border-radius: 24px;
  padding: 10px;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(99,221,255,.24);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .25s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.gallery-card-wide {
  grid-column: span 2;
}

.gallery-card-wide img {
  height: 280px;
}

@media (max-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card-wide {
    grid-column: span 1;
  }

  .gallery-card img,
  .gallery-card-wide img {
    height: 220px;
  }
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  grid-template-areas:
    "copy messengers"
    "form form";
  gap: 42px 48px;
  padding: 28px;
  overflow: hidden;
}

.contact-copy {
  grid-area: copy;
  min-width: 0;
}

.contact-copy h2 {
  max-width: 680px;
  margin-top: 20px;
}

.contact-copy p {
  max-width: 650px;
}

/* QR-коды */

.contact-messengers {
  grid-area: messengers;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
}

.messenger-card {
  display: flex;
  flex-direction: column;
  align-items: center;

  min-width: 0;
  padding: 24px;

  color: inherit;
  text-decoration: none;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.012)
    );

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.messenger-card:hover {
  transform: translateY(-4px);

  border-color: rgba(109, 114, 255, 0.75);

  box-shadow:
    0 20px 50px rgba(25, 35, 90, 0.28),
    0 0 35px rgba(110, 82, 255, 0.12);
}

.messenger-title {
  display: block;

  margin-bottom: 20px;

  font-size: clamp(17px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.messenger-qr {
  display: block;

  width: 100%;
  max-width: 310px;
  height: auto;
  aspect-ratio: 1 / 1;

  object-fit: contain;
}

.messenger-description {
  display: block;

  max-width: 280px;
  margin-top: 16px;

  color: rgba(225, 232, 255, 0.68);

  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* Форма */

.lead-form {
  grid-area: form;

  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;

  width: 100%;
  min-width: 0;
}

.lead-form-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
}

.lead-form input,
.lead-form textarea {
  display: block;

  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.lead-form textarea {
  min-height: 180px;
  resize: vertical;
}

.lead-form .btn {
  width: 100%;
  min-height: 60px;
}

/* Планшеты */

@media (max-width: 1100px) {
  .contact-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "messengers"
      "form";
  }

  .contact-copy h2,
  .contact-copy p {
    max-width: none;
  }
}

/* Мобильные */

@media (max-width: 760px) {
  .contact-card {
    gap: 28px;
    padding: 20px;
  }

  .contact-messengers {
    grid-template-columns: 1fr;
  }

  .lead-form-fields {
    grid-template-columns: 1fr;
  }

  .messenger-card {
    padding: 20px;
  }

  .messenger-qr {
    max-width: 360px;
  }

  .lead-form textarea {
    min-height: 150px;
  }
}

/* ---------- AI Template ---------- */

.section-ai-template {
  padding-top: 110px;
}

.section-ai-template h1 {
  font-size: 3em;
}


.breadcrumbs {
  margin: 0 0 24px;
  font-size: 14px;
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;

  margin: 0;
  padding: 0;

  list-style: none;
}

.breadcrumbs-list li {
  display: inline-flex;
  align-items: center;

  color: var(--muted);
  line-height: 1.5;
}

.breadcrumbs-list li:not(:last-child)::after {
  content: "›";
  margin: 0 10px;

  color: rgba(255, 255, 255, 0.3);
}

.breadcrumbs-list a {
  color: #c6d3eb;
  text-decoration: none;

  transition: color 0.2s ease;
}

.breadcrumbs-list a:hover {
  color: var(--cyan);
}

.breadcrumbs-list li:last-child {
  color: rgba(152, 167, 195, 0.7);
}

/* Mobile */

@media (max-width: 600px) {

  .breadcrumbs {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .breadcrumbs-list li:not(:last-child)::after {
    margin: 0 7px;
  }
}

/*
 * На странице AI Template заголовок, изображение и описание находятся
 * внутри .section-head. У обычного .section-head max-width: 780px,
 * поэтому расширяем только этот экземпляр на всю ширину контейнера.
 */
.section-ai-template .section-head {
  width: 100%;
  max-width: none;
}

/* Текст при этом оставляем комфортной ширины */
/* H1 оставляем компактным */
.section-ai-template .section-head h1 {
  width: 100%;
  max-width: none;
}

/* Описание после картинки — на всю ширину */
.section-ai-template .section-head > p {
  width: 100%;
  max-width: none;

  margin-top: 0;

  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

/*
 * Главное изображение.
 * Оно центрируется относительно полноширинного .section-head,
 * а не относительно узкого текстового блока.
 */
.ai-template-main-image {
  display: block;

  /* Левая и правая границы совпадают с контейнером */
  width: 100%;
  max-width: 100%;
  height: auto;

  /* Убираем прежнее смещение */
  position: static;
  left: auto;
  transform: none;

  margin: 40px 0;

  object-fit: cover;
  object-position: center;

  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    0 0 50px rgba(108, 92, 231, 0.10);
}

@media (max-width: 900px) {
  .ai-template-main-image {
    width: 100%;
    margin: 30px 0;
    border-radius: 24px;
  }
}

@media (max-width: 600px) {
  .ai-template-main-image {
    width: 100%;
    margin: 24px 0;
    border-radius: 18px;
  }
}

.ai-content-template {
  border-radius: 30px;
  padding: 36px;
  overflow: hidden;
}

.ai-content-template h3 {
  margin: 42px 0 16px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
}

.ai-content-template h3:first-child {
  margin-top: 0;
}

.ai-content-template p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

@media (max-width: 760px) {
  .ai-content-template {
    border-radius: 24px;
    padding: 20px;
  }

  .ai-content-template h3 {
    font-size: 26px;
  }
}


/* ---------- AI Business ---------- */

.section-ai-business{
    padding-top:110px;
}

.ai-content{
    border-radius:30px;
    padding:36px;
    overflow:hidden;
}

.ai-content h3{
    margin:42px 0 16px;
    font-size:31px;
    line-height:1;
    letter-spacing:-.04em;
}

.ai-content h3:first-child{
    margin-top:0;
}

.ai-content p{
    margin:0;
    color:var(--muted);
    line-height:1.8;
    font-size:17px;
}

@media (max-width:760px){

    .ai-content{
        border-radius:24px;
        padding:20px;
    }

    .ai-content h3{
        font-size:26px;
    }

}

/* ---------- FAQ ---------- */

.section-faq{
    padding-top:110px;
}

.faq-list{

    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.faq-item{

    border-radius:30px;
    padding:30px;
}

.faq-item h3{

    margin:0 0 18px;

    font-size:28px;
    line-height:1.15;
    letter-spacing:-.03em;
}

.faq-item p{

    margin:0;

    color:var(--muted);
    font-size:17px;
    line-height:1.8;
}

@media(max-width:900px){

.faq-list{

    grid-template-columns:1fr;
}

}

@media(max-width:760px){

.faq-item{

    border-radius:24px;
    padding:22px;
}

.faq-item h3{

    font-size:24px;
}

}


/* ---------- Services directory ---------- */

.services-directory {
  padding-top: 110px;
}

.services-directory-head {
  width: 100%;
  max-width: none;
  margin-bottom: 70px;
}

.services-directory-head h1 {
  width: 100%;
  max-width: none;
}

.services-directory-head > p {
  width: 100%;
  max-width: 1050px;
  font-size: 18px;
  line-height: 1.8;
}

.services-group {
  margin-top: 70px;
}

.services-group:first-of-type {
  margin-top: 0;
}

.services-group .section-head {
  width: 100%;
  max-width: none;
  margin-bottom: 28px;
}

.services-group .section-head h2 {
  margin-bottom: 0;
}

.services-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.services-directory-card {
  display: flex;
  min-height: 220px;
  padding: 28px;
  flex-direction: column;
  text-decoration: none;
  border-radius: 26px;
  transition: transform .25s ease, border-color .25s ease;
}

.services-directory-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.2);
}

.services-directory-keyword {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.services-directory-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.services-directory-link {
  margin-top: auto;
  padding-top: 28px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .services-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-directory {
    padding-top: 90px;
  }

  .services-directory-head {
    margin-bottom: 50px;
  }

  .services-directory-grid {
    grid-template-columns: 1fr;
  }

  .services-directory-card {
    min-height: 190px;
    padding: 22px;
    border-radius: 22px;
  }

  .services-group {
    margin-top: 52px;
  }
}
