:root {
  --navy-950: #061426;
  --navy-900: #0a1d35;
  --navy-850: #0d2748;
  --navy-800: #12315a;
  --blue-700: #1459d9;
  --blue-600: #1268e8;
  --cyan-500: #20d4f8;
  --cyan-400: #59e5ff;
  --orange-500: #ff7a1a;
  --orange-600: #f4660b;
  --green-500: #3ddc84;
  --teal-600: #1499a5;
  --rose-500: #d94f86;
  --slate-700: #25405f;
  --slate-600: #405a78;
  --slate-500: #637895;
  --slate-300: #b7c5d5;
  --slate-200: #d8e2ed;
  --slate-100: #eef5fb;
  --white: #ffffff;
  --shadow-blue: 0 22px 60px rgb(6 30 68 / 18%);
  --shadow-soft: 0 16px 38px rgb(14 45 86 / 10%);
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--navy-900);
  background: #f8fbff;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  min-height: 68px;
  padding-inline: clamp(18px, 2.6vw, 40px);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background: rgb(6 20 38 / 86%);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgb(6 20 38 / 94%);
  box-shadow: 0 10px 34px rgb(0 0 0 / 18%);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--white);
  font-family: "Rajdhani", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.brand span:nth-child(2) {
  color: var(--cyan-500);
}

.brand.muted {
  color: rgb(255 255 255 / 70%);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 25px);
  color: rgb(255 255 255 / 78%);
  font-size: 0.82rem;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  padding-block: 8px;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 2px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--cyan-500);
  transition: inset 0.2s ease;
}

.desktop-nav a:hover::after {
  right: 0;
  left: 0;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.header-cta {
  min-height: 44px;
  padding: 0 18px 0 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  box-shadow: 0 14px 34px rgb(244 102 11 / 28%);
  white-space: nowrap;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  color: var(--white);
  background: rgb(255 255 255 / 6%);
}

.mobile-nav {
  position: fixed;
  top: 72px;
  right: 16px;
  left: 16px;
  display: none;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 8px;
  background: rgb(8 26 49 / 98%);
  box-shadow: 0 22px 60px rgb(0 0 0 / 30%);
}

.mobile-nav.is-open {
  display: grid;
}

.mobile-nav a {
  border-radius: 6px;
  padding: 13px 14px;
  color: rgb(255 255 255 / 88%);
  font-weight: 700;
}

.mobile-nav a:hover {
  background: rgb(255 255 255 / 8%);
}

.section {
  padding-block: clamp(48px, 5.8vw, 82px);
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgb(32 212 248 / 18%), transparent 24%),
    radial-gradient(circle at 10% 72%, rgb(20 89 217 / 22%), transparent 30%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 46%, #07182e);
}

.hero {
  position: relative;
  min-height: 760px;
  padding-top: 94px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(3 12 24 / 96%) 0%, rgb(3 12 24 / 90%) 31%, rgb(3 12 24 / 56%) 56%, rgb(3 12 24 / 18%) 76%, rgb(3 12 24 / 48%) 100%),
    linear-gradient(180deg, rgb(3 12 24 / 78%) 0%, transparent 32%, rgb(3 12 24 / 76%) 100%),
    url("../images/hero-alert-vector-background.png") center right / cover no-repeat;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 70% 43%, rgb(255 77 95 / 20%), transparent 18%),
    radial-gradient(circle at 57% 22%, rgb(32 212 248 / 14%), transparent 30%),
    linear-gradient(180deg, rgb(3 12 24 / 18%), transparent 42%, rgb(3 12 24 / 48%));
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgb(32 212 248 / 34%), transparent);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.24;
  background-image:
    linear-gradient(rgb(32 212 248 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(32 212 248 / 8%) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 72%) 48%, transparent 100%);
}

.network-lines {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 36%;
  opacity: 0.36;
  background:
    linear-gradient(130deg, transparent 0 46%, rgb(32 212 248 / 22%) 46.2% 46.45%, transparent 46.65%),
    linear-gradient(25deg, transparent 0 58%, rgb(18 104 232 / 28%) 58.2% 58.5%, transparent 58.7%),
    radial-gradient(circle at 8% 62%, var(--cyan-500) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 46%, var(--blue-600) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 72%, var(--cyan-500) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 40%, var(--blue-600) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 64%, var(--cyan-500) 0 2px, transparent 3px);
}

.hero-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 710px);
  gap: 0;
  align-items: center;
  justify-content: start;
  min-height: 610px;
}

.hero-copy {
  max-width: 710px;
  padding-block: clamp(16px, 2.4vw, 32px);
}

.area-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  border: 1px solid rgb(32 212 248 / 36%);
  border-radius: 999px;
  padding: 7px 13px;
  color: var(--cyan-400);
  background: rgb(32 212 248 / 10%);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.1rem, 5.7vw, 5.7rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 8px 32px rgb(0 0 0 / 42%);
}

.hero-lead {
  margin: 14px 0 17px;
  color: rgb(255 255 255 / 88%);
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  font-weight: 800;
  text-shadow: 0 6px 18px rgb(0 0 0 / 40%);
}

.hero-response-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 650px);
  margin: 0 0 16px;
  border-top: 1px solid rgb(255 255 255 / 14%);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  background: linear-gradient(90deg, rgb(32 212 248 / 8%), rgb(255 77 95 / 7%), transparent);
}

.hero-response-flow span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
}

.hero-response-flow span + span {
  border-left: 1px solid rgb(255 255 255 / 14%);
}

.hero-response-flow em {
  color: var(--cyan-400);
  font-family: "Rajdhani", "Noto Sans JP", sans-serif;
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 800;
}

.hero-response-flow strong {
  color: rgb(255 255 255 / 88%);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 650px);
  border-top: 1px solid rgb(255 255 255 / 14%);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  background: rgb(2 14 29 / 28%);
  backdrop-filter: blur(8px);
}

.hero-proof div {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 10px;
  color: rgb(255 255 255 / 86%);
  text-align: center;
}

.hero-proof div + div {
  border-left: 1px solid rgb(255 255 255 / 14%);
}

.hero-proof .icon {
  width: 32px;
  height: 32px;
  color: var(--cyan-400);
}

.hero-proof strong {
  font-size: 0.84rem;
}

.hero-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 22px 0 20px;
  color: var(--cyan-400);
}

.hero-price span:first-child {
  color: var(--white);
  font-size: 1.16rem;
  font-weight: 800;
}

.hero-price strong {
  font-family: "Rajdhani", "Noto Sans JP", sans-serif;
  font-size: clamp(3.55rem, 5vw, 4.85rem);
  line-height: 0.9;
}

.hero-price span:last-child {
  font-size: 1.45rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  min-height: 52px;
  padding: 0 24px;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  box-shadow: 0 18px 34px rgb(244 102 11 / 28%);
}

.btn-ghost {
  color: var(--white);
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 6%);
}

.btn-light {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 16px 36px rgb(0 0 0 / 18%);
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding-inline: 10px;
  color: rgb(255 255 255 / 72%);
  font-size: 0.88rem;
}

.dashboard-topbar strong {
  margin-left: 8px;
}

.window-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.window-dot.red {
  background: #ff5f57;
}

.window-dot.amber {
  background: #ffbd2e;
}

.window-dot.green {
  background: #28c840;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 0.9fr 1.16fr;
  gap: 9px;
}

.panel {
  border: 1px solid rgb(162 210 255 / 14%);
  border-radius: 8px;
  background: rgb(9 31 57 / 82%);
  box-shadow: inset 0 0 28px rgb(32 212 248 / 4%);
}

.panel p {
  margin: 0;
  color: rgb(255 255 255 / 62%);
  font-size: 0.74rem;
  font-weight: 800;
}

.health-ring,
.traffic,
.summary,
.ai-panel,
.device-panel,
.topology,
.alert-log {
  padding: 13px;
}

.ring {
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  margin: 13px auto 2px;
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--navy-900) 0 56%, transparent 57%),
    conic-gradient(var(--green-500) 0 88%, rgb(255 255 255 / 14%) 88% 100%);
  text-align: center;
}

.ring span {
  align-self: end;
  color: var(--green-500);
  font-size: 0.86rem;
  font-weight: 900;
}

.ring strong {
  color: var(--white);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.95rem;
  line-height: 0.9;
}

.ring small {
  align-self: start;
  color: rgb(255 255 255 / 58%);
}

.metric-row {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  color: rgb(255 255 255 / 68%);
}

.metric-row strong {
  color: var(--white);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.32rem;
  line-height: 1;
}

.sparkline {
  height: 28px;
  margin-top: 8px;
  border-radius: 6px;
  background-size: 12px 12px, 100% 100%;
}

.sparkline.blue {
  background:
    linear-gradient(110deg, transparent 0 12%, var(--cyan-500) 12% 13%, transparent 13% 23%, var(--cyan-500) 23% 24%, transparent 24% 40%, var(--cyan-500) 40% 41%, transparent 41%),
    linear-gradient(180deg, rgb(32 212 248 / 16%), transparent);
}

.sparkline.amber {
  background:
    linear-gradient(110deg, transparent 0 8%, #ffb347 8% 9%, transparent 9% 26%, #ffb347 26% 27%, transparent 27% 44%, #ffb347 44% 45%, transparent 45%),
    linear-gradient(180deg, rgb(255 122 26 / 16%), transparent);
}

.summary {
  display: grid;
  gap: 10px;
}

.summary div,
.alert-log div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  color: rgb(255 255 255 / 78%);
  font-size: 0.8rem;
}

.summary strong {
  color: var(--cyan-400);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem;
}

.status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.status.critical {
  background: #ff4d5f;
}

.status.warn {
  background: #ffb347;
}

.status.info {
  background: var(--cyan-500);
}

.status.ok {
  background: var(--green-500);
}

.ai-panel {
  grid-row: span 2;
}

.ai-panel strong {
  display: block;
  margin: 14px 0 10px;
  color: var(--white);
  line-height: 1.5;
}

.ai-panel ul {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0 0 0 1.15em;
  color: rgb(255 255 255 / 68%);
  font-size: 0.78rem;
}

.ai-panel button {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgb(32 212 248 / 56%);
  border-radius: 6px;
  color: var(--cyan-400);
  background: rgb(32 212 248 / 8%);
  font-weight: 800;
}

.device-panel {
  grid-column: span 3;
}

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

.device-grid span {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 66px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 6px;
  padding: 9px 7px 7px;
  color: rgb(255 255 255 / 76%);
  font-size: 0.74rem;
  text-align: center;
}

.device-grid .icon {
  color: var(--cyan-400);
}

.topology {
  grid-column: span 3;
}

.topology-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 12px;
}

.topology-line span {
  position: relative;
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid rgb(32 212 248 / 28%);
  border-radius: 6px;
  color: rgb(255 255 255 / 82%);
  background: rgb(32 212 248 / 8%);
  font-size: 0.78rem;
  font-weight: 800;
}

.topology-line span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  width: 16px;
  height: 2px;
  content: "";
  background: var(--green-500);
}

.alert-log {
  grid-column: span 1;
}

.alert-log p {
  margin-bottom: 12px;
}

.alert-log div {
  grid-template-columns: 38px 1fr auto;
  padding-block: 6px;
  border-top: 1px solid rgb(255 255 255 / 7%);
}

.alert-log time {
  color: rgb(255 255 255 / 42%);
  font-size: 0.72rem;
}

.alert-log b {
  border-radius: 3px;
  padding: 1px 5px;
  color: var(--white);
  background: #ff4d5f;
  font-size: 0.66rem;
}

.alert-log .warn-b {
  background: #ffb347;
}

.alert-log .info-b {
  background: var(--cyan-500);
}

.section-heading {
  margin-bottom: clamp(26px, 3vw, 38px);
}

.section-heading.centered {
  text-align: center;
}

.section-heading p,
.section-kicker {
  margin: 0 0 8px;
  color: var(--blue-600);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.72rem, 2.8vw, 2.55rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--slate-600);
  font-size: 0.98rem;
  line-height: 1.9;
}

.trouble .section-heading {
  margin-bottom: clamp(28px, 3.2vw, 42px);
}

.trouble {
  background: linear-gradient(180deg, #f8fbff, #edf5fc);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.problem-card,
.industry-card,
.plan-card,
.faq-box {
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.problem-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 174px;
  padding: 22px 16px;
  text-align: center;
}

.problem-card .icon {
  width: 46px;
  height: 46px;
  color: var(--blue-700);
}

.problem-card h3,
.industry-card h3,
.feature-strip h3,
.plan-card h3,
.flow-line h3 {
  margin: 0;
  font-weight: 900;
  line-height: 1.45;
}

.problem-card h3 {
  font-size: 1rem;
}

.problem-card p {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.86rem;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.industry-card {
  overflow: hidden;
}

.industry-card img {
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
}

.industry-card div {
  padding: 15px 15px 17px;
}

.industry-card .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  color: var(--blue-600);
}

.industry-card.accent-orange .icon {
  color: var(--orange-600);
}

.industry-card.accent-teal .icon {
  color: var(--teal-600);
}

.industry-card.accent-rose .icon {
  color: var(--rose-500);
}

.industry-card.accent-green .icon {
  color: #078b4f;
}

.industry-card h3 {
  font-size: 0.98rem;
}

.industry-card ul,
.plan-card ul,
.support-list {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.industry-card li,
.plan-card li {
  position: relative;
  padding-left: 18px;
  color: var(--slate-600);
  font-size: 0.81rem;
  line-height: 1.55;
}

.industry-card li::before,
.plan-card li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--blue-600);
  content: "✓";
  font-weight: 900;
}

.features {
  padding-block: 52px;
  border-block: 1px solid var(--slate-200);
  background: linear-gradient(180deg, #ffffff, #f4f9fd);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0;
}

.feature-strip article {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 8px 18px;
  text-align: center;
}

.feature-strip article + article {
  border-left: 1px solid var(--slate-200);
}

.feature-strip .icon {
  width: 42px;
  height: 42px;
  color: var(--blue-700);
}

.feature-strip h3 {
  color: var(--blue-700);
  font-size: 0.98rem;
}

.feature-strip p {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.82rem;
}

.plans {
  background: #f8fbff;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 28px 28px 24px;
}

.plan-card.recommended {
  border-color: var(--blue-600);
  box-shadow:
    0 24px 62px rgb(18 104 232 / 18%),
    inset 0 6px 0 var(--blue-700);
}

.plan-card.enterprise {
  border-color: rgb(7 139 79 / 28%);
}

.plan-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  padding: 5px;
  color: var(--white);
  background: var(--blue-700);
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

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

.plan-card h3 {
  color: var(--blue-700);
  font-size: 1.28rem;
  text-align: center;
}

.plan-card.enterprise h3 {
  color: #078b4f;
}

.plan-card > p {
  margin: 8px 0 18px;
  color: var(--slate-600);
  font-size: 0.9rem;
  text-align: center;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
  color: var(--navy-900);
}

.price strong {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.55rem, 3.8vw, 3.85rem);
  line-height: 0.95;
}

.price span {
  font-weight: 900;
}

.plan-button {
  display: grid;
  min-height: 46px;
  place-items: center;
  margin-top: auto;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue-700);
  font-weight: 900;
  transition: transform 0.18s ease;
}

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

.enterprise .plan-button {
  background: #078b4f;
}

.plan-note {
  margin: 18px 0 0;
  color: var(--slate-600);
  font-size: 0.86rem;
  text-align: center;
}

.flow {
  background: linear-gradient(180deg, #ffffff, #f5faff);
}

.flow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
}

.flow-line::before {
  position: absolute;
  top: 31px;
  right: 9%;
  left: 9%;
  height: 2px;
  content: "";
  border-top: 3px dotted rgb(20 89 217 / 32%);
}

.flow-line article {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.flow-line span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 7px solid #eaf3fc;
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--white);
  box-shadow: 0 0 0 2px var(--blue-700);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.flow-line h3 {
  color: var(--blue-700);
  font-size: 1rem;
}

.flow-line p {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.85rem;
}

.support-faq {
  padding-top: 34px;
  background: #f8fbff;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(22px, 3.4vw, 42px);
  align-items: start;
}

.support-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--slate-700);
  font-weight: 700;
}

.support-list .icon {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 4px;
  color: var(--blue-600);
}

.support-visual-card {
  position: relative;
  overflow: hidden;
  margin: 22px 0 0;
  border: 1px solid rgb(18 104 232 / 18%);
  border-radius: 8px;
  background: var(--navy-950);
  box-shadow: var(--shadow-blue);
}

.support-visual-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.support-visual-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(6 20 38 / 78%), transparent 58%),
    linear-gradient(0deg, rgb(6 20 38 / 44%), transparent 42%);
  pointer-events: none;
}

.support-visual-card figcaption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 260px;
  margin: 0;
  color: var(--white);
}

.support-visual-card figcaption span {
  color: var(--cyan-400);
  font-size: 0.78rem;
  font-weight: 900;
}

.support-visual-card figcaption strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.support-visual-stats {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.support-visual-stats span {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--white);
  background: rgb(6 20 38 / 72%);
  backdrop-filter: blur(12px);
  font-size: 0.76rem;
  font-weight: 900;
}

.faq-box {
  overflow: hidden;
  padding: 8px 16px;
}

.faq-item {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  border-bottom: 1px solid var(--slate-200);
  padding: 0;
  color: var(--slate-700);
  cursor: pointer;
  background: transparent;
  text-align: left;
  font-weight: 800;
}

.faq-item .icon {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--blue-700);
  transition: transform 0.18s ease;
}

.faq-item[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  border-bottom: 1px solid var(--slate-200);
  padding: 0 0 16px;
  color: var(--slate-600);
  font-size: 0.92rem;
}

.faq-answer.is-open {
  display: block;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: 56px;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.72;
  background:
    radial-gradient(circle at 10% 72%, rgb(32 212 248 / 18%), transparent 18%),
    radial-gradient(circle at 82% 22%, rgb(20 89 217 / 24%), transparent 24%),
    linear-gradient(115deg, transparent 0 46%, rgb(32 212 248 / 18%) 46.2% 46.45%, transparent 46.7%),
    linear-gradient(22deg, transparent 0 64%, rgb(32 212 248 / 14%) 64.2% 64.45%, transparent 64.7%);
}

.cta-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.section-kicker {
  color: var(--cyan-400);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.1vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
}

.final-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgb(255 255 255 / 78%);
}

.cta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cta-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgb(255 255 255 / 80%);
  background: rgb(255 255 255 / 6%);
  font-size: 0.84rem;
  font-weight: 800;
}

.cta-badges .icon {
  width: 16px;
  height: 16px;
  color: var(--cyan-400);
}

.contact-card {
  display: grid;
  gap: 12px;
  width: min(100%, 350px);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 8px;
  padding: 18px;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(14px);
}

.contact-card .btn {
  width: 100%;
}

.contact-card p {
  margin: 2px 0 0;
  color: rgb(255 255 255 / 56%);
  font-size: 0.8rem;
  text-align: center;
}

.site-footer {
  padding: 22px 0;
  color: rgb(255 255 255 / 36%);
  background: #04101f;
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-layout p {
  margin: 0;
  font-size: 0.82rem;
}

.icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex: none;
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.icon-activity { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M22%2012h-2.48a2%202%200%200%200-1.93%201.46l-2.35%208.36a.25.25%200%200%201-.48%200L9.24%202.18a.25.25%200%200%200-.48%200l-2.35%208.36A2%202%200%200%201%204.49%2012H2'%20/%3E%0A%3C/svg%3E"); }
.icon-alert-triangle { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='m21.73%2018-8-14a2%202%200%200%200-3.48%200l-8%2014A2%202%200%200%200%204%2021h16a2%202%200%200%200%201.73-3'%20/%3E%0A%20%20%3Cpath%20d='M12%209v4'%20/%3E%0A%20%20%3Cpath%20d='M12%2017h.01'%20/%3E%0A%3C/svg%3E"); }
.icon-arrow-right { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M5%2012h14'%20/%3E%0A%20%20%3Cpath%20d='m12%205%207%207-7%207'%20/%3E%0A%3C/svg%3E"); }
.icon-bell { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M10.268%2021a2%202%200%200%200%203.464%200'%20/%3E%0A%20%20%3Cpath%20d='M3.262%2015.326A1%201%200%200%200%204%2017h16a1%201%200%200%200%20.74-1.673C19.41%2013.956%2018%2012.499%2018%208A6%206%200%200%200%206%208c0%204.499-1.411%205.956-2.738%207.326'%20/%3E%0A%3C/svg%3E"); }
.icon-bot { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M12%208V4H8'%20/%3E%0A%20%20%3Crect%20width='16'%20height='12'%20x='4'%20y='8'%20rx='2'%20/%3E%0A%20%20%3Cpath%20d='M2%2014h2'%20/%3E%0A%20%20%3Cpath%20d='M20%2014h2'%20/%3E%0A%20%20%3Cpath%20d='M15%2013v2'%20/%3E%0A%20%20%3Cpath%20d='M9%2013v2'%20/%3E%0A%3C/svg%3E"); }
.icon-brain-circuit { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M12%205a3%203%200%201%200-5.997.125%204%204%200%200%200-2.526%205.77%204%204%200%200%200%20.556%206.588A4%204%200%201%200%2012%2018Z'%20/%3E%0A%20%20%3Cpath%20d='M9%2013a4.5%204.5%200%200%200%203-4'%20/%3E%0A%20%20%3Cpath%20d='M6.003%205.125A3%203%200%200%200%206.401%206.5'%20/%3E%0A%20%20%3Cpath%20d='M3.477%2010.896a4%204%200%200%201%20.585-.396'%20/%3E%0A%20%20%3Cpath%20d='M6%2018a4%204%200%200%201-1.967-.516'%20/%3E%0A%20%20%3Cpath%20d='M12%2013h4'%20/%3E%0A%20%20%3Cpath%20d='M12%2018h6a2%202%200%200%201%202%202v1'%20/%3E%0A%20%20%3Cpath%20d='M12%208h8'%20/%3E%0A%20%20%3Cpath%20d='M16%208V5a2%202%200%200%201%202-2'%20/%3E%0A%20%20%3Ccircle%20cx='16'%20cy='13'%20r='.5'%20/%3E%0A%20%20%3Ccircle%20cx='18'%20cy='3'%20r='.5'%20/%3E%0A%20%20%3Ccircle%20cx='20'%20cy='21'%20r='.5'%20/%3E%0A%20%20%3Ccircle%20cx='20'%20cy='8'%20r='.5'%20/%3E%0A%3C/svg%3E"); }
.icon-briefcase-business { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M12%2012h.01'%20/%3E%0A%20%20%3Cpath%20d='M16%206V4a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v2'%20/%3E%0A%20%20%3Cpath%20d='M22%2013a18.15%2018.15%200%200%201-20%200'%20/%3E%0A%20%20%3Crect%20width='20'%20height='14'%20x='2'%20y='6'%20rx='2'%20/%3E%0A%3C/svg%3E"); }
.icon-building-2 { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M6%2022V4a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v18Z'%20/%3E%0A%20%20%3Cpath%20d='M6%2012H4a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h2'%20/%3E%0A%20%20%3Cpath%20d='M18%209h2a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202h-2'%20/%3E%0A%20%20%3Cpath%20d='M10%206h4'%20/%3E%0A%20%20%3Cpath%20d='M10%2010h4'%20/%3E%0A%20%20%3Cpath%20d='M10%2014h4'%20/%3E%0A%20%20%3Cpath%20d='M10%2018h4'%20/%3E%0A%3C/svg%3E"); }
.icon-camera { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M14.5%204h-5L7%207H4a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V9a2%202%200%200%200-2-2h-3l-2.5-3z'%20/%3E%0A%20%20%3Ccircle%20cx='12'%20cy='13'%20r='3'%20/%3E%0A%3C/svg%3E"); }
.icon-check { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M20%206%209%2017l-5-5'%20/%3E%0A%3C/svg%3E"); }
.icon-chevron-down { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='m6%209%206%206%206-6'%20/%3E%0A%3C/svg%3E"); }
.icon-circle-gauge { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M15.6%202.7a10%2010%200%201%200%205.7%205.7'%20/%3E%0A%20%20%3Ccircle%20cx='12'%20cy='12'%20r='2'%20/%3E%0A%20%20%3Cpath%20d='M13.4%2010.6%2019%205'%20/%3E%0A%3C/svg%3E"); }
.icon-clock-3 { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Ccircle%20cx='12'%20cy='12'%20r='10'%20/%3E%0A%20%20%3Cpolyline%20points='12%206%2012%2012%2016.5%2012'%20/%3E%0A%3C/svg%3E"); }
.icon-credit-card { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Crect%20width='20'%20height='14'%20x='2'%20y='5'%20rx='2'%20/%3E%0A%20%20%3Cline%20x1='2'%20x2='22'%20y1='10'%20y2='10'%20/%3E%0A%3C/svg%3E"); }
.icon-headphones { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M3%2014h3a2%202%200%200%201%202%202v3a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-7a9%209%200%200%201%2018%200v7a2%202%200%200%201-2%202h-1a2%202%200%200%201-2-2v-3a2%202%200%200%201%202-2h3'%20/%3E%0A%3C/svg%3E"); }
.icon-hospital { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M12%206v4'%20/%3E%0A%20%20%3Cpath%20d='M14%2014h-4'%20/%3E%0A%20%20%3Cpath%20d='M14%2018h-4'%20/%3E%0A%20%20%3Cpath%20d='M14%208h-4'%20/%3E%0A%20%20%3Cpath%20d='M18%2012h2a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2v-9a2%202%200%200%201%202-2h2'%20/%3E%0A%20%20%3Cpath%20d='M18%2022V4a2%202%200%200%200-2-2H8a2%202%200%200%200-2%202v18'%20/%3E%0A%3C/svg%3E"); }
.icon-hotel { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M10%2022v-6.57'%20/%3E%0A%20%20%3Cpath%20d='M12%2011h.01'%20/%3E%0A%20%20%3Cpath%20d='M12%207h.01'%20/%3E%0A%20%20%3Cpath%20d='M14%2015.43V22'%20/%3E%0A%20%20%3Cpath%20d='M15%2016a5%205%200%200%200-6%200'%20/%3E%0A%20%20%3Cpath%20d='M16%2011h.01'%20/%3E%0A%20%20%3Cpath%20d='M16%207h.01'%20/%3E%0A%20%20%3Cpath%20d='M8%2011h.01'%20/%3E%0A%20%20%3Cpath%20d='M8%207h.01'%20/%3E%0A%20%20%3Crect%20x='4'%20y='2'%20width='16'%20height='20'%20rx='2'%20/%3E%0A%3C/svg%3E"); }
.icon-line-chart { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M12%2016v5'%20/%3E%0A%20%20%3Cpath%20d='M16%2014v7'%20/%3E%0A%20%20%3Cpath%20d='M20%2010v11'%20/%3E%0A%20%20%3Cpath%20d='m22%203-8.646%208.646a.5.5%200%200%201-.708%200L9.354%208.354a.5.5%200%200%200-.707%200L2%2015'%20/%3E%0A%20%20%3Cpath%20d='M4%2018v3'%20/%3E%0A%20%20%3Cpath%20d='M8%2014v7'%20/%3E%0A%3C/svg%3E"); }
.icon-lock-keyhole { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Ccircle%20cx='12'%20cy='16'%20r='1'%20/%3E%0A%20%20%3Crect%20x='3'%20y='10'%20width='18'%20height='12'%20rx='2'%20/%3E%0A%20%20%3Cpath%20d='M7%2010V7a5%205%200%200%201%2010%200v3'%20/%3E%0A%3C/svg%3E"); }
.icon-mail { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Crect%20width='20'%20height='16'%20x='2'%20y='4'%20rx='2'%20/%3E%0A%20%20%3Cpath%20d='m22%207-8.97%205.7a1.94%201.94%200%200%201-2.06%200L2%207'%20/%3E%0A%3C/svg%3E"); }
.icon-map-pin { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M20%2010c0%204.993-5.539%2010.193-7.399%2011.799a1%201%200%200%201-1.202%200C9.539%2020.193%204%2014.993%204%2010a8%208%200%200%201%2016%200'%20/%3E%0A%20%20%3Ccircle%20cx='12'%20cy='10'%20r='3'%20/%3E%0A%3C/svg%3E"); }
.icon-menu { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cline%20x1='4'%20x2='20'%20y1='12'%20y2='12'%20/%3E%0A%20%20%3Cline%20x1='4'%20x2='20'%20y1='6'%20y2='6'%20/%3E%0A%20%20%3Cline%20x1='4'%20x2='20'%20y1='18'%20y2='18'%20/%3E%0A%3C/svg%3E"); }
.icon-network { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Crect%20x='16'%20y='16'%20width='6'%20height='6'%20rx='1'%20/%3E%0A%20%20%3Crect%20x='2'%20y='16'%20width='6'%20height='6'%20rx='1'%20/%3E%0A%20%20%3Crect%20x='9'%20y='2'%20width='6'%20height='6'%20rx='1'%20/%3E%0A%20%20%3Cpath%20d='M5%2016v-3a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201v3'%20/%3E%0A%20%20%3Cpath%20d='M12%2012V8'%20/%3E%0A%3C/svg%3E"); }
.icon-phone { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.79%2019.79%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6%2019.79%2019.79%200%200%201-3.07-8.67A2%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72%2012.84%2012.84%200%200%200%20.7%202.81%202%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.27-1.27a2%202%200%200%201%202.11-.45%2012.84%2012.84%200%200%200%202.81.7A2%202%200%200%201%2022%2016.92z'%20/%3E%0A%3C/svg%3E"); }
.icon-printer { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M6%2018H4a2%202%200%200%201-2-2v-5a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-2'%20/%3E%0A%20%20%3Cpath%20d='M6%209V3a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v6'%20/%3E%0A%20%20%3Crect%20x='6'%20y='14'%20width='12'%20height='8'%20rx='1'%20/%3E%0A%3C/svg%3E"); }
.icon-radio-tower { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M4.9%2016.1C1%2012.2%201%205.8%204.9%201.9'%20/%3E%0A%20%20%3Cpath%20d='M7.8%204.7a6.14%206.14%200%200%200-.8%207.5'%20/%3E%0A%20%20%3Ccircle%20cx='12'%20cy='9'%20r='2'%20/%3E%0A%20%20%3Cpath%20d='M16.2%204.8c2%202%202.26%205.11.8%207.47'%20/%3E%0A%20%20%3Cpath%20d='M19.1%201.9a9.96%209.96%200%200%201%200%2014.1'%20/%3E%0A%20%20%3Cpath%20d='M9.5%2018h5'%20/%3E%0A%20%20%3Cpath%20d='m8%2022%204-11%204%2011'%20/%3E%0A%3C/svg%3E"); }
.icon-router { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Crect%20width='20'%20height='8'%20x='2'%20y='14'%20rx='2'%20/%3E%0A%20%20%3Cpath%20d='M6.01%2018H6'%20/%3E%0A%20%20%3Cpath%20d='M10.01%2018H10'%20/%3E%0A%20%20%3Cpath%20d='M15%2010v4'%20/%3E%0A%20%20%3Cpath%20d='M17.84%207.17a4%204%200%200%200-5.66%200'%20/%3E%0A%20%20%3Cpath%20d='M20.66%204.34a8%208%200%200%200-11.31%200'%20/%3E%0A%3C/svg%3E"); }
.icon-search { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Ccircle%20cx='11'%20cy='11'%20r='8'%20/%3E%0A%20%20%3Cpath%20d='m21%2021-4.3-4.3'%20/%3E%0A%3C/svg%3E"); }
.icon-server { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Crect%20width='20'%20height='8'%20x='2'%20y='2'%20rx='2'%20ry='2'%20/%3E%0A%20%20%3Crect%20width='20'%20height='8'%20x='2'%20y='14'%20rx='2'%20ry='2'%20/%3E%0A%20%20%3Cline%20x1='6'%20x2='6.01'%20y1='6'%20y2='6'%20/%3E%0A%20%20%3Cline%20x1='6'%20x2='6.01'%20y1='18'%20y2='18'%20/%3E%0A%3C/svg%3E"); }
.icon-shield-check { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M20%2013c0%205-3.5%207.5-7.66%208.95a1%201%200%200%201-.67-.01C7.5%2020.5%204%2018%204%2013V6a1%201%200%200%201%201-1c2%200%204.5-1.2%206.24-2.72a1.17%201.17%200%200%201%201.52%200C14.51%203.81%2017%205%2019%205a1%201%200%200%201%201%201z'%20/%3E%0A%20%20%3Cpath%20d='m9%2012%202%202%204-4'%20/%3E%0A%3C/svg%3E"); }
.icon-shopping-bag { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M6%202%203%206v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V6l-3-4Z'%20/%3E%0A%20%20%3Cpath%20d='M3%206h18'%20/%3E%0A%20%20%3Cpath%20d='M16%2010a4%204%200%200%201-8%200'%20/%3E%0A%3C/svg%3E"); }
.icon-store { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='m2%207%204.41-4.41A2%202%200%200%201%207.83%202h8.34a2%202%200%200%201%201.42.59L22%207'%20/%3E%0A%20%20%3Cpath%20d='M4%2012v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-8'%20/%3E%0A%20%20%3Cpath%20d='M15%2022v-4a2%202%200%200%200-2-2h-2a2%202%200%200%200-2%202v4'%20/%3E%0A%20%20%3Cpath%20d='M2%207h20'%20/%3E%0A%20%20%3Cpath%20d='M22%207v3a2%202%200%200%201-2%202a2.7%202.7%200%200%201-1.59-.63.7.7%200%200%200-.82%200A2.7%202.7%200%200%201%2016%2012a2.7%202.7%200%200%201-1.59-.63.7.7%200%200%200-.82%200A2.7%202.7%200%200%201%2012%2012a2.7%202.7%200%200%201-1.59-.63.7.7%200%200%200-.82%200A2.7%202.7%200%200%201%208%2012a2.7%202.7%200%200%201-1.59-.63.7.7%200%200%200-.82%200A2.7%202.7%200%200%201%204%2012a2%202%200%200%201-2-2V7'%20/%3E%0A%3C/svg%3E"); }
.icon-tablet { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Crect%20width='16'%20height='20'%20x='4'%20y='2'%20rx='2'%20ry='2'%20/%3E%0A%20%20%3Cline%20x1='12'%20x2='12.01'%20y1='18'%20y2='18'%20/%3E%0A%3C/svg%3E"); }
.icon-users { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M16%2021v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2'%20/%3E%0A%20%20%3Ccircle%20cx='9'%20cy='7'%20r='4'%20/%3E%0A%20%20%3Cpath%20d='M22%2021v-2a4%204%200%200%200-3-3.87'%20/%3E%0A%20%20%3Cpath%20d='M16%203.13a4%204%200%200%201%200%207.75'%20/%3E%0A%3C/svg%3E"); }
.icon-wifi { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M12%2020h.01'%20/%3E%0A%20%20%3Cpath%20d='M2%208.82a15%2015%200%200%201%2020%200'%20/%3E%0A%20%20%3Cpath%20d='M5%2012.859a10%2010%200%200%201%2014%200'%20/%3E%0A%20%20%3Cpath%20d='M8.5%2016.429a5%205%200%200%201%207%200'%20/%3E%0A%3C/svg%3E"); }
.icon-x { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M18%206%206%2018'%20/%3E%0A%20%20%3Cpath%20d='m6%206%2012%2012'%20/%3E%0A%3C/svg%3E"); }
.icon-zap { --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%0A%20%20%3Cpath%20d='M4%2014a1%201%200%200%201-.78-1.63l9.9-10.2a.5.5%200%200%201%20.86.46l-1.92%206.02A1%201%200%200%200%2013%2010h7a1%201%200%200%201%20.78%201.63l-9.9%2010.2a.5.5%200%200%201-.86-.46l1.92-6.02A1%201%200%200%200%2011%2014z'%20/%3E%0A%3C/svg%3E"); }

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.62s ease,
    transform 0.62s ease;
}

@media (max-width: 1180px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button {
    display: grid;
  }

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

  .ai-panel {
    grid-column: span 3;
    grid-row: auto;
  }

  .device-panel {
    grid-column: span 2;
  }

  .topology {
    grid-column: span 2;
  }

  .alert-log {
    grid-column: span 3;
    grid-row: auto;
  }

  .alert-log div {
    grid-template-columns: 44px 1fr auto;
  }

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

  .topology-line {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .topology-line span:not(:last-child)::after {
    top: 50%;
    left: calc(100% + 2px);
    width: 12px;
    height: 2px;
  }

  .hero-layout {
    align-items: start;
  }

  .hero-copy {
    padding-block: clamp(22px, 4vw, 48px);
  }
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }

  .hero-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .split-layout {
    grid-template-columns: 1fr;
  }

  .flow-line::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 64px;
  }

  .mobile-nav {
    top: 64px;
  }

  .brand {
    font-size: 1.72rem;
  }

  .hero {
    min-height: 0;
    padding-top: 86px;
    padding-bottom: 36px;
    background-position: 58% center;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgb(3 12 24 / 94%), rgb(3 12 24 / 75%)),
      radial-gradient(circle at 74% 30%, rgb(255 77 95 / 18%), transparent 28%);
  }

  .hero-layout {
    min-height: 0;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.15rem);
  }

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

  .hero-response-flow span {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: 60px;
    padding: 8px 6px;
  }

  .hero-response-flow span + span {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 14%);
  }

  .hero-response-flow em {
    font-size: 0.92rem;
  }

  .hero-response-flow strong {
    font-size: 0.72rem;
    line-height: 1.35;
  }

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

  .hero-proof div + div {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 14%);
  }

  .hero-proof div {
    gap: 6px;
    padding: 11px 4px;
  }

  .hero-proof .icon {
    width: 28px;
    height: 28px;
  }

  .hero-proof strong {
    font-size: 0.72rem;
    line-height: 1.35;
  }

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

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

  .ai-panel,
  .device-panel,
  .topology,
  .alert-log {
    grid-column: span 2;
    grid-row: auto;
  }

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

  .topology-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topology-line span:not(:last-child)::after {
    top: calc(100% + 5px);
    left: 50%;
    width: 2px;
    height: 8px;
  }

  .feature-strip,
  .flow-line,
  .split-layout,
  .cta-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .feature-strip article + article {
    border-left: 0;
  }

  .plan-card {
    padding: 30px 24px 24px;
  }

  .flow-line article {
    justify-items: start;
    grid-template-columns: 64px 1fr;
    text-align: left;
  }

  .flow-line article p,
  .flow-line article h3 {
    grid-column: 2;
  }

  .contact-card {
    width: 100%;
  }

  .footer-layout {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .section {
    padding-block: 44px;
  }

  .container {
    width: min(100% - 24px, 1180px);
  }

  .problem-grid,
  .industry-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .hero-price strong {
    font-size: 3.35rem;
  }

  .problem-card {
    min-height: 0;
  }
}

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