:root {
  --ink: #05070a;
  --text: #151a20;
  --muted: #5c6672;
  --soft: #f3f8fc;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(7, 25, 42, 0.13);
  --accent: #ff9f0a;
  --accent-dark: #e88400;
  --gold: #ff9f0a;
  --sky: #9ed3ff;
  --sky-dark: #51aef4;
  --green: #9ed3ff;
  --coral: #ffbd59;
  --glass-light: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --glass-dark: rgba(4, 7, 10, 0.9);
  --shadow: 0 24px 58px rgba(5, 23, 40, 0.16);
  --shadow-soft: 0 14px 36px rgba(5, 23, 40, 0.1);
  --radius: 8px;
  --container: 1180px;
  --header-h: 88px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(135deg, #ffffff 0%, #f4fbff 44%, #fff4e4 100%);
  font-size: 16px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

a:hover {
  color: var(--accent);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: #05070a;
  background: var(--accent);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

:focus-visible {
  outline: 3px solid rgba(255, 159, 10, 0.36);
  outline-offset: 3px;
}

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

.section {
  padding: 84px 0;
}

.section-tight {
  padding: 56px 0;
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 248, 255, 0.92)),
    var(--soft);
}

.section-split {
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.12), rgba(158, 211, 255, 0.2)),
    linear-gradient(155deg, #ffffff, #f2f9ff);
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f2638;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker::before,
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--sky));
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.15rem, 4.4vw, 4.35rem);
  font-weight: 660;
}

h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  font-weight: 650;
}

h3 {
  font-size: 1.2rem;
  font-weight: 640;
}

p {
  margin: 0;
}

.lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head p {
  color: var(--muted);
}

.section-visual {
  display: grid;
  gap: 14px;
  justify-items: end;
  align-items: end;
}

.section-visual .code-visual {
  width: min(100%, 220px);
  height: 168px;
}

.code-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.18), rgba(158, 211, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 36px rgba(5, 23, 40, 0.14);
}

.code-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  background:
    linear-gradient(145deg, rgba(5, 7, 10, 0.14), transparent 58%),
    linear-gradient(45deg, transparent 0 48%, rgba(255, 255, 255, 0.14) 48% 52%, transparent 52%);
  border-radius: 6px;
}

.code-visual span {
  position: absolute;
  display: block;
}

.visual-window {
  left: 24px;
  top: 26px;
  width: 132px;
  height: 96px;
  background: rgba(5, 7, 10, 0.82);
  border: 1px solid rgba(158, 211, 255, 0.26);
  border-radius: 7px;
}

.visual-window::before,
.visual-panel::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 42px;
  height: 6px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 54px 0 0 rgba(158, 211, 255, 0.72);
}

.visual-sidebar {
  left: 40px;
  top: 58px;
  width: 22px;
  height: 54px;
  background: linear-gradient(180deg, var(--sky), var(--accent));
  border-radius: 6px;
}

.visual-panel {
  right: 22px;
  top: 44px;
  width: 74px;
  height: 86px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(5, 7, 10, 0.08);
  border-radius: 7px;
  box-shadow: 0 18px 32px rgba(5, 23, 40, 0.16);
}

.visual-line {
  left: 82px;
  height: 8px;
  background: rgba(158, 211, 255, 0.78);
  border-radius: 999px;
}

.visual-line-one {
  top: 66px;
  width: 54px;
}

.visual-line-two {
  top: 90px;
  width: 82px;
  background: rgba(255, 159, 10, 0.76);
}

.visual-spark {
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(255, 159, 10, 0.45);
  transform: rotate(12deg);
}

.visual-spark-one {
  right: 26px;
  top: 22px;
}

.visual-spark-two {
  right: 78px;
  bottom: 24px;
  background: var(--sky);
  box-shadow: 0 0 24px rgba(158, 211, 255, 0.42);
}

.visual-phone {
  left: 34px;
  top: 26px;
  width: 78px;
  height: 132px;
  background: rgba(5, 7, 10, 0.88);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: 18px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.06);
}

.visual-phone::after {
  content: "";
  position: absolute;
  left: 23px;
  bottom: 13px;
  width: 32px;
  height: 5px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

.visual-bubble {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px 999px 999px 4px;
  box-shadow: 0 14px 28px rgba(5, 23, 40, 0.14);
}

.visual-bubble-one {
  right: 34px;
  top: 36px;
  width: 84px;
  height: 40px;
}

.visual-bubble-two {
  right: 58px;
  top: 94px;
  width: 64px;
  height: 32px;
  background: var(--sky);
}

.visual-heart {
  right: 64px;
  bottom: 34px;
  width: 34px;
  height: 34px;
  background: #ff405f;
  border-radius: 5px;
  transform: rotate(-45deg);
  box-shadow: 0 16px 28px rgba(255, 64, 95, 0.28);
}

.visual-heart::before,
.visual-heart::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: inherit;
  border-radius: 50%;
}

.visual-heart::before {
  top: -17px;
  left: 0;
}

.visual-heart::after {
  left: 17px;
  top: 0;
}

.visual-ring {
  right: 22px;
  top: 118px;
  width: 44px;
  height: 44px;
  border: 10px solid var(--accent);
  border-left-color: var(--sky);
  border-radius: 50%;
}

.visual-route {
  left: 26px;
  top: 82px;
  width: 176px;
  height: 52px;
  border-top: 5px dashed rgba(158, 211, 255, 0.86);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.visual-pin {
  width: 30px;
  height: 30px;
  background: var(--accent);
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  box-shadow: 0 12px 24px rgba(255, 159, 10, 0.28);
}

.visual-pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  border-radius: 50%;
}

.visual-pin-one {
  left: 28px;
  top: 42px;
}

.visual-pin-two {
  right: 34px;
  bottom: 42px;
  background: var(--sky);
}

.visual-ticket {
  left: 70px;
  bottom: 26px;
  width: 92px;
  height: 44px;
  background: rgba(255, 255, 255, 0.86);
  border-left: 8px solid var(--accent);
  border-radius: 7px;
  box-shadow: 0 16px 26px rgba(5, 23, 40, 0.14);
}

.visual-suitcase {
  right: 54px;
  top: 42px;
  width: 58px;
  height: 54px;
  background: rgba(5, 7, 10, 0.82);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: 7px;
}

.visual-suitcase::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -11px;
  width: 28px;
  height: 16px;
  border: 4px solid var(--sky);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.visual-book {
  left: 34px;
  bottom: 34px;
  width: 126px;
  height: 82px;
  background: linear-gradient(90deg, var(--accent) 0 49%, #fff 49% 51%, var(--sky) 51%);
  border-radius: 7px;
  box-shadow: 0 18px 34px rgba(5, 23, 40, 0.18);
  transform: rotate(-4deg);
}

.visual-page {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  box-shadow: 0 16px 28px rgba(5, 23, 40, 0.14);
}

.visual-page-one {
  right: 44px;
  top: 36px;
  width: 78px;
  height: 100px;
  transform: rotate(8deg);
}

.visual-page-two {
  right: 74px;
  top: 54px;
  width: 72px;
  height: 88px;
  transform: rotate(-7deg);
}

.visual-dot-grid {
  left: 52px;
  top: 34px;
  width: 74px;
  height: 48px;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.62) 4px, transparent 4px),
    linear-gradient(180deg, rgba(5, 7, 10, 0.62) 4px, transparent 4px);
  background-size: 16px 16px;
  opacity: 0.28;
}

.visual-question-mark {
  left: 38px;
  top: 20px;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 860;
  line-height: 1;
  text-shadow: 0 18px 32px rgba(5, 23, 40, 0.22);
}

.visual-question .visual-bubble-one {
  right: 28px;
  top: 44px;
  width: 94px;
  height: 42px;
}

.visual-question .visual-bubble-two {
  right: 52px;
  top: 108px;
  width: 68px;
  height: 34px;
}

.visual-check {
  right: 38px;
  bottom: 36px;
  width: 48px;
  height: 26px;
  border-left: 7px solid var(--accent);
  border-bottom: 7px solid var(--accent);
  border-radius: 4px;
  transform: rotate(-45deg);
}

.visual-laptop {
  left: 34px;
  bottom: 38px;
  width: 138px;
  height: 82px;
  background: rgba(5, 7, 10, 0.84);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: 8px;
}

.visual-laptop::after {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: -14px;
  height: 14px;
  background: linear-gradient(90deg, var(--sky), var(--accent));
  border-radius: 0 0 14px 14px;
}

.visual-message {
  right: 34px;
  top: 34px;
  width: 92px;
  height: 58px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px 10px 10px 2px;
  box-shadow: 0 18px 30px rgba(5, 23, 40, 0.16);
}

.visual-message::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 54px;
  height: 6px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 16px 0 rgba(158, 211, 255, 0.82);
}

.visual-cursor {
  right: 72px;
  bottom: 38px;
  width: 0;
  height: 0;
  border-top: 34px solid #fff;
  border-right: 18px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 10px 18px rgba(5, 23, 40, 0.18));
  transform: rotate(-18deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96), rgba(8, 13, 18, 0.92)),
    #05070a;
  border-bottom: 1px solid rgba(158, 211, 255, 0.18);
  box-shadow: 0 12px 34px rgba(5, 7, 10, 0.22);
  backdrop-filter: blur(20px) saturate(150%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.brand img {
  width: 158px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav > a,
.nav-drop {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  color: rgba(247, 251, 255, 0.88);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 680;
  white-space: nowrap;
}

.nav-drop::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.site-nav > a:hover,
.nav-drop:hover,
.nav-group:focus-within .nav-drop {
  color: #ffffff;
  background: rgba(255, 159, 10, 0.13);
}

.nav-group {
  position: relative;
}

.nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  min-width: 300px;
  padding: 12px;
  background: rgba(5, 8, 12, 0.92);
  border: 1px solid rgba(158, 211, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(150%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-group:nth-of-type(2) .nav-panel {
  right: 0;
  left: auto;
}

.nav-group:hover .nav-panel,
.nav-group:focus-within .nav-panel,
.nav-group.is-open .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-panel a {
  display: block;
  padding: 10px 12px;
  color: rgba(247, 251, 255, 0.88);
  border-radius: 6px;
  font-size: 0.93rem;
  font-weight: 630;
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  color: #ffffff;
  background: rgba(158, 211, 255, 0.13);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #000000;
  border: 1px solid rgba(158, 211, 255, 0.3);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, #05070a, #162330);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: var(--radius);
  font-weight: 780;
  line-height: 1.2;
  box-shadow: 0 14px 32px rgba(5, 23, 40, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #000000, #0e1b27);
  border-color: rgba(255, 159, 10, 0.58);
  box-shadow: 0 18px 38px rgba(5, 23, 40, 0.28);
  transform: translateY(-1px);
}

.btn-accent {
  color: #05070a;
  background: linear-gradient(135deg, #ff9f0a, #ffbd59);
  border-color: rgba(255, 159, 10, 0.9);
  box-shadow: 0 16px 34px rgba(255, 159, 10, 0.26);
}

.btn-accent:hover {
  color: #05070a;
  background: linear-gradient(135deg, #ffb13d, #9ed3ff);
  border-color: rgba(158, 211, 255, 0.84);
}

.btn-light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(158, 211, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
}

.btn-light:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 159, 10, 0.42);
}

.btn-small {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.92rem;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.ui-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  padding: 72px 0 66px;
  background:
    linear-gradient(115deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.88) 46%, rgba(7, 23, 36, 0.78) 72%, rgba(255, 255, 255, 0.96) 100%),
    linear-gradient(150deg, #05070a 0%, #07111a 52%, #f6fbff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 159, 10, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(158, 211, 255, 0.14), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px);
  opacity: 0.92;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 159, 10, 0.8), rgba(158, 211, 255, 0.72), transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.72fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  max-width: 800px;
  color: #f7fbff;
}

.hero .kicker {
  color: #ffbd59;
}

.hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.55vw, 4.85rem);
  font-weight: 650;
  line-height: 1.09;
  letter-spacing: 0;
}

.hero .lead {
  color: #d7e3ec;
  font-size: clamp(1.04rem, 1.45vw, 1.24rem);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 26px;
}

.hero-proof span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #eef8ff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(158, 211, 255, 0.18);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 760;
  text-align: center;
  backdrop-filter: blur(16px);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.trust-strip li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: #edf8ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 211, 255, 0.2);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 660;
  backdrop-filter: blur(14px);
}

.growth-board {
  position: relative;
  padding: 20px;
  color: #eeeeee;
  background:
    linear-gradient(145deg, rgba(255, 159, 10, 0.13), rgba(158, 211, 255, 0.09)),
    var(--glass-dark);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px) saturate(145%);
}

.growth-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 0 0 1px rgba(255, 159, 10, 0.08);
}

.board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.board-title {
  color: #ffffff;
  font-size: 1.03rem;
  font-weight: 700;
}

.board-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sky);
  font-size: 0.84rem;
  font-weight: 680;
}

.board-focus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.board-focus span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 8px;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

.board-status::before {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 50%;
}

.board-showcase {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 238px;
  margin-top: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(158, 211, 255, 0.18), transparent 46%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 159, 10, 0.08));
  border: 1px solid rgba(158, 211, 255, 0.18);
  border-radius: var(--radius);
}

.growth-visual {
  position: relative;
  width: min(92%, 420px);
  height: 210px;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.24));
}

.growth-screen {
  position: absolute;
  inset: 18px 18px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(158, 211, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: var(--radius);
}

.growth-node,
.growth-line,
.growth-bar {
  position: absolute;
  display: block;
}

.growth-node {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--accent), var(--sky));
  border: 6px solid rgba(5, 7, 10, 0.92);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.growth-node-one {
  left: 54px;
  top: 48px;
}

.growth-node-two {
  left: 172px;
  top: 96px;
}

.growth-node-three {
  right: 58px;
  top: 44px;
}

.growth-line {
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--sky));
  border-radius: 999px;
  transform-origin: left center;
}

.growth-line-one {
  left: 94px;
  top: 76px;
  width: 118px;
  transform: rotate(22deg);
}

.growth-line-two {
  left: 214px;
  top: 110px;
  width: 116px;
  transform: rotate(-27deg);
}

.growth-bar {
  bottom: 46px;
  width: 26px;
  height: var(--h);
  background: linear-gradient(180deg, var(--sky), var(--accent));
  border-radius: 6px 6px 0 0;
}

.growth-bar-one {
  left: 84px;
}

.growth-bar-two {
  left: 122px;
}

.growth-bar-three {
  right: 122px;
}

.growth-bar-four {
  right: 84px;
}

.showcase-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: #05070a;
  background: linear-gradient(135deg, var(--accent), var(--sky));
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  font-size: 0.78rem;
  font-weight: 720;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.metric-card {
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(158, 211, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.metric-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.42rem;
  font-weight: 680;
  line-height: 1.1;
}

.metric-card span {
  color: #d4e0e8;
  font-size: 0.93rem;
}

.metric-card.wide {
  grid-column: 1 / -1;
}

.bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 70px;
  margin-top: 14px;
}

.bars i {
  display: block;
  width: 100%;
  min-width: 20px;
  background: linear-gradient(180deg, var(--sky), var(--accent));
  border-radius: 5px 5px 0 0;
}

.pipeline {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.pipeline span {
  position: relative;
  display: block;
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 99px;
}

.pipeline span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: linear-gradient(90deg, var(--accent), var(--sky));
  border-radius: inherit;
}

.mini-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 14px;
  color: #d8d8d8;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 159, 10, 0.18);
  border-radius: var(--radius);
  font-size: 0.93rem;
}

.mini-note strong {
  display: block;
  color: #ffffff;
}

.grid {
  display: grid;
  gap: 18px;
}

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

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.location-summary-card {
  padding: 26px;
}

.location-card {
  padding: 24px;
}

.location-card p {
  margin-top: 10px;
  color: var(--muted);
}

.location-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-top: 18px;
}

.card,
.service-card,
.industry-card,
.stat-card,
.case-card,
.article-card,
.faq-card,
.process-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(5, 23, 40, 0.04);
  backdrop-filter: blur(18px) saturate(145%);
}

.card,
.service-card,
.industry-card,
.article-card {
  padding: 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover,
.industry-card:hover,
.article-card:hover {
  border-color: rgba(255, 159, 10, 0.42);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.card-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #05070a;
  background: linear-gradient(135deg, var(--accent), var(--coral));
  border-radius: 8px;
  font-weight: 900;
}

.service-card:nth-child(3n+2) .card-mark,
.industry-card:nth-child(3n+2) .card-mark {
  color: #05070a;
  background: linear-gradient(135deg, var(--sky), #d9efff);
}

.service-card:nth-child(3n+3) .card-mark,
.industry-card:nth-child(3n+3) .card-mark {
  color: #ffffff;
  background: linear-gradient(135deg, #05070a, #172838);
}

.service-card p,
.industry-card p,
.article-card p,
.card p {
  margin-top: 10px;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #c96d00;
  font-weight: 760;
}

.text-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat-card {
  padding: 22px;
}

.stat-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
}

.feature-panel {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.check-list,
.simple-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.simple-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--text);
}

.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background:
    linear-gradient(135deg, transparent 48%, #fff 49% 52%, transparent 53%),
    var(--accent);
  border-radius: 50%;
}

.simple-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--sky-dark);
  border-radius: 50%;
}

.process {
  counter-reset: step;
}

.process-step {
  position: relative;
  padding: 24px;
}

.process-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: #05070a;
  background: linear-gradient(135deg, var(--accent), var(--sky));
  border-radius: 50%;
  font-weight: 860;
}

.case-card {
  padding: 24px;
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: #0f2638;
  background: rgba(158, 211, 255, 0.22);
  border: 1px solid rgba(158, 211, 255, 0.34);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 680;
}

.placeholder-note {
  margin-top: 14px;
  padding: 12px;
  color: #2b210d;
  background: rgba(255, 245, 226, 0.78);
  border: 1px solid rgba(255, 159, 10, 0.42);
  border-radius: var(--radius);
  font-size: 0.92rem;
}

.breadcrumb-wrap {
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: #c96d00;
  font-weight: 700;
}

.breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #99a5aa;
}

.page-hero {
  padding: 70px 0;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.1), rgba(158, 211, 255, 0.18)),
    linear-gradient(160deg, #ffffff, #f3f9ff);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 34px;
  align-items: end;
}

.hero-panel {
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(158, 211, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(145%);
}

.hero-panel-visual {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(158, 211, 255, 0.22), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 229, 0.72));
}

.hero-panel-visual .code-visual {
  width: min(100%, 250px);
  height: 206px;
  margin: -4px auto 18px;
}

.hero-panel strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

.hero-panel p {
  margin-top: 10px;
  color: var(--muted);
}

.content-flow {
  max-width: 820px;
}

.content-flow h2 {
  margin-top: 36px;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
}

.content-flow h3 {
  margin-top: 24px;
}

.content-flow p,
.content-flow ul,
.content-flow ol {
  margin-top: 14px;
}

.content-flow li + li {
  margin-top: 8px;
}

.not-found-hero {
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  padding: 78px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, #f4fbff 46%, #05070a 100%);
}

.not-found-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.not-found-copy {
  max-width: 680px;
}

.error-stage {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: rgba(5, 5, 5, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(145%);
}

.error-device {
  position: absolute;
  left: clamp(12px, 4vw, 34px);
  bottom: 30px;
  z-index: 2;
  width: min(46%, 260px);
  height: 230px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(158, 211, 255, 0.06)),
    rgba(8, 14, 20, 0.92);
  border: 1px solid rgba(158, 211, 255, 0.22);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 42px rgba(0, 0, 0, 0.34);
  transform: rotate(-4deg);
  animation: errorFloat 4.8s ease-in-out infinite;
}

.error-device::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  height: 10px;
  background: linear-gradient(90deg, var(--accent), var(--sky));
  border-radius: 999px;
}

.error-device::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  height: 8px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 -34px 0 rgba(255, 255, 255, 0.08);
}

.error-link {
  left: 34px;
  top: 72px;
  width: 88px;
  height: 34px;
  border: 8px solid var(--sky);
  border-right-color: transparent;
  border-radius: 999px;
  transform: rotate(-24deg);
}

.error-link::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 24px;
  width: 88px;
  height: 34px;
  border: 8px solid var(--accent);
  border-left-color: transparent;
  border-radius: 999px;
}

.error-cross {
  right: 42px;
  top: 82px;
  width: 58px;
  height: 58px;
}

.error-cross::before,
.error-cross::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 8px;
  height: 58px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.38);
}

.error-cross::before {
  transform: rotate(45deg);
}

.error-cross::after {
  transform: rotate(-45deg);
}

.error-search {
  right: 34px;
  bottom: 56px;
  width: 48px;
  height: 48px;
  border: 7px solid rgba(158, 211, 255, 0.9);
  border-radius: 50%;
}

.error-search::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -12px;
  width: 32px;
  height: 7px;
  background: rgba(158, 211, 255, 0.9);
  border-radius: 999px;
  transform: rotate(42deg);
}

.error-stage-visual .error-code {
  position: absolute;
  top: 42px;
  right: clamp(18px, 5vw, 42px);
  z-index: 3;
  font-size: clamp(4rem, 8vw, 7.4rem);
}

.error-stage::before,
.error-stage::after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  animation: errorPulse 4.8s ease-in-out infinite;
}

.error-stage::after {
  inset: 82px;
  animation-delay: 1.2s;
}

.error-code {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 18px);
  color: #fff;
  font-size: clamp(4.8rem, 12vw, 9.6rem);
  font-weight: 860;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.error-code span {
  display: inline-block;
  animation: errorFloat 3.8s ease-in-out infinite;
}

.error-code span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.92);
  animation-delay: 0.3s;
}

.error-code span:nth-child(3) {
  animation-delay: 0.65s;
}

.error-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.error-orbit span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.7);
  animation: errorDrift 8s linear infinite;
}

.error-orbit span:nth-child(1) {
  top: 22%;
  left: 18%;
}

.error-orbit span:nth-child(2) {
  right: 20%;
  bottom: 28%;
  animation-delay: -2.4s;
}

.error-orbit span:nth-child(3) {
  top: 58%;
  left: 12%;
  animation-delay: -4.6s;
}

.error-panel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  max-width: 245px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.error-panel strong {
  display: block;
  color: #fff;
}

.error-panel p {
  margin-top: 6px;
  color: #d0d0d0;
  font-size: 0.92rem;
}

@keyframes errorFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes errorPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.18;
  }
}

@keyframes errorDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }

  50% {
    transform: translate3d(28px, -26px, 0) scale(1.5);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.faq-visual-card,
.contact-visual-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(158, 211, 255, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(5, 7, 10, 0.96), rgba(13, 24, 34, 0.94));
  border: 1px solid rgba(158, 211, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  color: #edf8ff;
  backdrop-filter: blur(20px) saturate(145%);
}

.faq-visual-card .code-visual,
.contact-visual-card .code-visual {
  display: block;
  width: min(100%, 250px);
  height: 208px;
  margin: 0 auto 16px;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.28));
}

.faq-visual-card h3,
.contact-visual-card h3 {
  color: #ffffff;
}

.faq-visual-card p,
.contact-visual-card p {
  margin-top: 8px;
  color: #cbdce8;
}

.contact-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 22px;
  align-items: stretch;
}

.contact-card-grid {
  align-content: start;
}

.contact-visual-card {
  display: grid;
  align-content: end;
  min-height: 100%;
}

.contact-visual-card .code-visual {
  width: min(100%, 330px);
  height: 236px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-card {
  padding: 0;
  overflow: hidden;
}

.faq-card summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 760;
}

.faq-card p {
  padding: 0 20px 20px;
  color: var(--muted);
}

.conversion {
  background:
    linear-gradient(135deg, rgba(5, 7, 10, 0.98), rgba(15, 30, 43, 0.96)),
    linear-gradient(90deg, rgba(255, 159, 10, 0.16), rgba(158, 211, 255, 0.14)),
    var(--ink);
  color: #efefef;
}

.conversion .eyebrow {
  padding: 6px 12px;
  color: #05070a;
  background: #FF9F0A;
  border: 1px solid rgba(255, 159, 10, 0.9);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(255, 159, 10, 0.22);
  line-height: 1;
}

.conversion .eyebrow::before {
  width: 16px;
  background: #05070a;
}

.conversion h2,
.conversion h3 {
  color: #fff;
}

.conversion .lead,
.conversion p {
  color: #d9e6ef;
}

.conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: start;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(158, 211, 255, 0.34);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(145%);
}

.form-row,
.form-row-full {
  display: grid;
  gap: 6px;
}

.form-row-full {
  grid-column: 1 / -1;
}

.lead-form label {
  color: #132333;
  font-size: 0.9rem;
  font-weight: 740;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 25, 42, 0.18);
  border-radius: var(--radius);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

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

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 159, 10, 0.16);
  outline: 0;
}

.field-error {
  min-height: 18px;
  color: #b94c00;
  font-size: 0.83rem;
}

.is-invalid {
  border-color: #d76400 !important;
  box-shadow: 0 0 0 4px rgba(255, 159, 10, 0.16) !important;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #44505a;
  font-size: 0.93rem;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-status {
  min-height: 24px;
  color: #c96d00;
  font-weight: 720;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.93rem;
}

.toc {
  margin-top: 28px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.toc strong {
  display: block;
  color: var(--ink);
  margin-bottom: 10px;
}

.toc a {
  display: block;
  padding: 6px 0;
  color: #c96d00;
  font-weight: 680;
}

.site-footer {
  color: #deedf7;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.1), rgba(158, 211, 255, 0.08)),
    linear-gradient(135deg, #000000, #07111a);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.7fr));
  gap: 30px;
  padding: 58px 0;
}

.footer-brand img {
  width: 210px;
  height: auto;
  display: block;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 18px;
  color: #b9c8d3;
}

.footer-col h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 14px;
}

.footer-col a,
.footer-col span {
  display: block;
  margin-top: 9px;
  color: #b9c8d3;
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 0 24px;
  color: #91a5b4;
  border-top: 1px solid rgba(158, 211, 255, 0.14);
  font-size: 0.92rem;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  gap: 10px;
}

.float-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-radius: 50%;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.float-btn:hover {
  color: #fff;
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(5, 23, 40, 0.24);
}

.float-btn .ui-icon {
  width: 26px;
  height: 26px;
}

.mobile-call-btn {
  background: linear-gradient(135deg, #05070a, #172838);
  border-color: rgba(158, 211, 255, 0.24);
}

.mobile-contact-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

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

@media (max-width: 1080px) {
  .header-actions .btn {
    display: none;
  }

  .site-nav > a,
  .nav-drop {
    padding-inline: 9px;
    font-size: 0.9rem;
  }

  .hero-grid,
  .feature-band,
  .conversion-grid,
  .contact-overview-grid,
  .faq-layout,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 860px;
  }

  .feature-panel {
    position: static;
  }

  .grid-4,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  :root {
    --header-h: 76px;
  }

  body {
    padding-bottom: 74px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 62px 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-visual {
    justify-items: start;
  }

  .section-visual .code-visual {
    width: 168px;
    height: 136px;
  }

  .brand img {
    width: 126px;
    max-width: calc(100vw - 112px);
    height: auto;
  }

  .brand {
    max-width: calc(100% - 64px);
  }

  .nav-toggle {
    display: inline-block;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .header-actions {
    display: none;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    padding: 16px 14px 26px;
    background: rgba(5, 8, 12, 0.96);
    border-bottom: 1px solid rgba(158, 211, 255, 0.18);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 4px;
  }

  .site-nav > a,
  .nav-drop {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px;
  }

  .nav-panel {
    position: static;
    display: none;
    min-width: 0;
    margin: 2px 0 10px;
    padding: 6px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-group.is-open .nav-panel {
    display: grid;
  }

  .hero {
    padding: 56px 0 58px;
    background:
      linear-gradient(180deg, #05070a 0%, #07111a 68%, #10283a 100%);
  }

  .hero-grid {
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.65rem);
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-board {
    padding: 14px;
  }

  .board-showcase {
    min-height: 205px;
  }

  .growth-visual {
    height: 188px;
  }

  .grid-3,
  .grid-2,
  .location-summary-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

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

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

  .board-focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-hero {
    padding: 54px 0;
  }

  .not-found-hero {
    min-height: auto;
    padding: 58px 0;
    background:
      linear-gradient(180deg, #ffffff 0%, #f3faff 52%, #06111a 100%);
  }

  .not-found-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .error-stage {
    min-height: 310px;
  }

  .error-device {
    width: min(48%, 190px);
    height: 188px;
  }

  .error-stage-visual .error-code {
    top: 34px;
    right: 18px;
    font-size: clamp(3.4rem, 14vw, 5.8rem);
  }

  .hero-panel-visual .code-visual {
    height: 184px;
  }

  .faq-visual-card,
  .contact-visual-card {
    padding: 18px;
  }

  .faq-visual-card .code-visual,
  .contact-visual-card .code-visual {
    height: 198px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }

  .floating-contact {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(5, 8, 12, 0.88);
    border-top: 1px solid rgba(158, 211, 255, 0.18);
    backdrop-filter: blur(18px) saturate(145%);
  }

  .mobile-contact-bar .btn {
    min-height: 48px;
    padding-inline: 10px;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 112px;
    max-width: calc(100vw - 104px);
    height: auto;
  }

  .hero-actions,
  .cta-row,
  .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .board-showcase {
    min-height: 184px;
  }

  .growth-visual {
    width: min(96%, 360px);
    height: 170px;
  }

  .showcase-chip {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }

  .btn {
    width: 100%;
  }

  .trust-strip li {
    width: 100%;
  }

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

  .lead-form {
    padding: 16px;
  }

  .error-device {
    opacity: 0.72;
  }

  .error-stage-visual .error-code {
    position: relative;
    inset: auto;
  }
}
