:root {
  --bg: #f6fbff;
  --bg-2: #edf7ff;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --border: rgba(39, 113, 166, 0.16);
  --border-strong: rgba(23, 93, 150, 0.26);
  --text: #0b1f33;
  --heading: #06172a;
  --muted: #52677d;
  --soft: #23445f;
  --accent: #00b894;
  --accent-2: #1677ff;
  --accent-3: #6d5dfc;
  --warning: #ff8a00;
  --shadow: 0 24px 70px rgba(31, 83, 126, 0.14);
  --shadow-soft: 0 14px 40px rgba(31, 83, 126, 0.1);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% -10%, rgba(0, 184, 148, 0.16), transparent 30rem),
    radial-gradient(circle at 92% 0%, rgba(22, 119, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 42%, #eef7ff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(22, 119, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0%, rgba(0, 184, 148, 0.08) 45%, transparent 62%),
    radial-gradient(circle at 50% 115%, rgba(109, 93, 252, 0.12), transparent 36rem);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--heading);
  color: #fff;
  font-weight: 800;
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 93, 150, 0.12);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
  box-shadow: 0 10px 30px rgba(33, 88, 136, 0.08);
}
.nav-shell, .section, .footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav-shell { display: flex; align-items: center; gap: 18px; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 154px; height: auto; filter: drop-shadow(0 8px 18px rgba(22, 119, 255, 0.12)); }
.brand-mark { display: none; width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; font-weight: 900; place-items: center; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--border-strong); border-radius: 999px; background: #fff; color: var(--heading); padding: 9px 14px; font-weight: 800; }
.nav-content { display: flex; align-items: center; gap: 16px; flex: 1; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 3px; flex: 1; flex-wrap: wrap; }
.nav-link { border-radius: 999px; padding: 8px 10px; color: var(--muted); font-size: 14px; font-weight: 800; transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: var(--accent-2); background: rgba(22, 119, 255, 0.08); outline: none; transform: translateY(-1px); }
.nav-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.language-switch { display: inline-flex; padding: 4px; border: 1px solid var(--border); border-radius: 999px; background: rgba(239, 248, 255, 0.86); }
.language-switch button { border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; padding: 7px 10px; font-size: 13px; font-weight: 900; }
.language-switch button.is-active { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 8px 18px rgba(22, 119, 255, 0.2); }
.portal-link, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-weight: 900; white-space: nowrap; }
.portal-link { min-height: 38px; padding: 8px 14px; background: rgba(0, 184, 148, 0.1); color: #087f68; border: 1px solid rgba(0, 184, 148, 0.24); }
.button { min-height: 48px; padding: 13px 18px; border: 1px solid var(--border-strong); background: rgba(255, 255, 255, 0.82); color: var(--heading); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; border-color: rgba(22, 119, 255, 0.35); box-shadow: 0 16px 36px rgba(22, 119, 255, 0.15); }
.button-primary { border: 0; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 16px 36px rgba(22, 119, 255, 0.22); }
.button-ghost { background: rgba(255, 255, 255, 0.7); }

.hero { position: relative; overflow: hidden; padding: 78px 0 42px; }
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.72)),
    var(--hero-image, url("../images/project2/banner_bg.png")) center / cover;
  opacity: 0.9;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 42px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; padding: 8px 12px; border: 1px solid rgba(0, 184, 148, 0.24); border-radius: 999px; background: rgba(0, 184, 148, 0.08); color: #087f68; font-size: 13px; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.eyebrow::before { width: 8px; height: 8px; border-radius: 999px; background: currentColor; box-shadow: 0 0 18px currentColor; content: ""; }
.hero h1 { margin: 0; max-width: 780px; color: var(--heading); font-size: clamp(42px, 7vw, 82px); line-height: 0.98; letter-spacing: -0.065em; }
.hero h1 span { display: block; background: linear-gradient(135deg, #06172a, #135fa8 48%, #00a98b); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-subtitle { max-width: 780px; margin: 22px 0 0; color: var(--soft); font-size: clamp(18px, 2vw, 25px); line-height: 1.38; font-weight: 850; }
.hero-description { max-width: 750px; margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-panel { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(236,248,255,0.9)); box-shadow: var(--shadow); }
.hero-panel::before { position: absolute; inset: -50% -20% auto; height: 260px; background: conic-gradient(from 180deg, transparent, rgba(0, 184, 148, 0.2), transparent, rgba(22, 119, 255, 0.18), transparent); content: ""; animation: spin 14s linear infinite; }
.network-card { position: relative; padding: 26px; }
.network-screen { border: 1px solid rgba(23, 93, 150, 0.14); border-radius: 22px; padding: 20px; background: rgba(255, 255, 255, 0.78); }
.screen-header { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.screen-header span { width: 9px; height: 9px; border-radius: 999px; background: var(--accent); opacity: 0.9; }
.screen-header span:nth-child(2) { background: var(--accent-2); }
.screen-header span:nth-child(3) { background: var(--accent-3); }
.node-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.node { min-height: 96px; border: 1px solid rgba(23, 93, 150, 0.12); border-radius: 18px; padding: 14px; background: radial-gradient(circle at 75% 15%, rgba(0, 184, 148, 0.16), transparent 40px), #fff; box-shadow: 0 12px 26px rgba(31, 83, 126, 0.08); }
.node strong { display: block; color: var(--heading); font-size: 13px; }
.node span { display: block; margin-top: 18px; color: var(--accent-2); font-size: 20px; font-weight: 950; }
.traffic-line { position: relative; height: 8px; margin: 24px 0 6px; overflow: hidden; border-radius: 999px; background: rgba(22, 119, 255, 0.1); }
.traffic-line::before { position: absolute; inset: 0; width: 45%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--accent-2)); content: ""; animation: pulse-line 3.4s ease-in-out infinite; }

.section { padding: 72px 0; }
.section.compact { padding-top: 42px; }
.section-header { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 30px; align-items: end; margin-bottom: 34px; }
.section-kicker { margin: 0 0 10px; color: var(--accent-2); font-size: 13px; font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; }
.section-title { margin: 0; color: var(--heading); font-size: clamp(30px, 5vw, 54px); line-height: 1; letter-spacing: -0.045em; }
.section-copy { margin: 0; color: var(--muted); font-size: 17px; }
.metrics-grid, .feature-grid, .service-grid, .tool-grid, .step-grid, .plan-grid, .extras-grid, .contact-grid { display: grid; gap: 18px; }
.metrics-grid { grid-template-columns: repeat(4, 1fr); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.step-grid { grid-template-columns: repeat(3, 1fr); }
.plan-grid { grid-template-columns: repeat(3, 1fr); }
.extras-grid { grid-template-columns: repeat(2, 1fr); }
.tool-grid { grid-template-columns: repeat(3, 1fr); }
.contact-grid { grid-template-columns: 1.15fr 0.85fr; }

.metric-card, .feature-card, .service-card, .plan-card, .tool-card, .contact-card, .step-card, .visual-card { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--panel); box-shadow: var(--shadow-soft); }
.metric-card, .feature-card, .service-card, .tool-card, .contact-card, .step-card, .visual-card { padding: 22px; }
.metric-card::before, .feature-card::before, .service-card::before, .plan-card::before, .step-card::before, .visual-card::before { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(0, 184, 148, 0.1), transparent 45%); content: ""; }
.metric-card strong { position: relative; display: block; color: var(--heading); font-size: clamp(24px, 4vw, 36px); line-height: 1; }
.metric-card span { position: relative; display: block; margin-top: 8px; color: var(--muted); font-weight: 800; }
.feature-index, .service-icon, .plan-icon, .step-index { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; margin-bottom: 18px; border-radius: 14px; background: rgba(22, 119, 255, 0.09); color: var(--accent-2); font-weight: 950; }
.feature-card h3, .service-card h3, .step-card h3, .tool-card h3, .contact-card h3 { position: relative; margin: 0 0 10px; color: var(--heading); font-size: 21px; line-height: 1.2; }
.feature-card p, .service-card p, .step-card p, .tool-card p, .contact-card p { position: relative; margin: 0; color: var(--muted); }
.service-card { min-height: 260px; display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease; }
.service-card:hover, .tool-card:hover { transform: translateY(-3px); border-color: rgba(22,119,255,.28); }
.service-card img { width: 100%; height: 94px; margin-top: auto; object-fit: contain; opacity: 0.95; filter: drop-shadow(0 16px 20px rgba(31,83,126,.12)); }
.visual-card img { width: 100%; max-height: 330px; object-fit: contain; margin: 0 auto; }
.content-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.showcase-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.showcase-images img { width: 100%; height: 220px; object-fit: cover; border: 1px solid var(--border); border-radius: 22px; background: #fff; }
.showcase-images img:first-child { grid-row: span 2; height: 100%; }

.plan-section + .plan-section { margin-top: 28px; }
.plan-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.plan-section-header h2, .plan-section-header h3 { margin: 0; color: var(--heading); font-size: clamp(28px, 4.8vw, 50px); line-height: 1; letter-spacing: -0.045em; }
.plan-section-header p { max-width: 650px; margin: 0; color: var(--muted); }
.plan-group { margin-top: 22px; }
.plan-group-title { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--soft); font-size: 18px; }
.plan-group-title::before { width: 32px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); content: ""; }
.plan-card { display: flex; flex-direction: column; background: rgba(255,255,255,.92); }
.plan-card-header { position: relative; padding: 24px; border-bottom: 1px solid var(--border); }
.plan-card-header h4 { margin: 0; color: var(--heading); font-size: 20px; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; }
.plan-price strong { color: var(--heading); font-size: 36px; line-height: 1; }
.plan-price span { color: var(--muted); }
.spec-list { position: relative; display: grid; gap: 0; margin: 0; padding: 10px 24px 24px; }
.spec-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid rgba(23,93,150,.1); }
.spec-row:last-child { border-bottom: 0; }
.spec-row dt { color: var(--muted); font-weight: 800; }
.spec-row dd { margin: 0; color: var(--heading); font-weight: 950; text-align: right; }
.tool-card { display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: transform .18s ease, border-color .18s ease; }
.tool-card span { position: relative; color: var(--accent-2); font-weight: 950; }
.contact-panel { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; background: radial-gradient(circle at 0% 0%, rgba(0,184,148,.11), transparent 22rem), var(--panel-strong); box-shadow: var(--shadow); }
.contact-list { display: grid; gap: 10px; margin-top: 18px; }
.contact-list a, .contact-list span { display: inline-flex; align-items: center; gap: 10px; color: #087f68; font-weight: 950; }
.page-content > * + * { margin-top: 34px; }
.footer { padding: 34px 0; border-top: 1px solid rgba(23, 93, 150, 0.12); color: var(--muted); background: rgba(255,255,255,.45); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { color: var(--heading); font-weight: 950; }
.hidden { display: none !important; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse-line { 0%,100% { transform: translateX(-30%); } 50% { transform: translateX(150%); } }

@media (max-width: 1080px) {
  .nav-shell { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; }
  .nav-content { display: none; width: 100%; flex-direction: column; align-items: stretch; padding-bottom: 18px; }
  .site-header.is-open .nav-content { display: flex; }
  .nav-links, .nav-actions { justify-content: flex-start; }
  .hero-grid, .section-header, .content-split, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .tool-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .metrics-grid, .feature-grid, .step-grid, .plan-grid, .extras-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .node-map { grid-template-columns: 1fr; }
  .showcase-images { grid-template-columns: 1fr; }
  .showcase-images img, .showcase-images img:first-child { height: auto; }
  .plan-section-header { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .nav-shell, .section, .footer-inner { width: min(100% - 24px, 1180px); }
  .brand img { width: 132px; }
  .service-grid, .tool-grid { grid-template-columns: 1fr; }
  .hero-actions, .footer-inner { align-items: stretch; flex-direction: column; }
  .button, .portal-link { width: 100%; }
}

/* V3 exploration: brighter edge-network SaaS visual language. */
:root {
  --vivid-orange: #ff7a1a;
  --vivid-cyan: #00d4ff;
  --vivid-pink: #ff4ecd;
  --vivid-ink: #081827;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 122, 26, 0.18), transparent 26rem),
    radial-gradient(circle at 78% 0%, rgba(0, 212, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 92% 58%, rgba(255, 78, 205, 0.12), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 38%, #edf8ff 100%);
}

body::after {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 122, 26, 0.08) 26%, transparent 43%),
    linear-gradient(238deg, transparent 18%, rgba(0, 212, 255, 0.11) 49%, transparent 66%),
    radial-gradient(circle at 50% 115%, rgba(109, 93, 252, 0.14), transparent 36rem);
}

.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
    rgba(255, 255, 255, 0.84);
}

.site-header::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.55), rgba(22, 119, 255, 0.58), transparent);
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: var(--vivid-ink);
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.12), rgba(22, 119, 255, 0.12));
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.1);
}

.portal-link {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.11), rgba(0, 184, 148, 0.12));
  color: #0a7b68;
}

.button-primary,
.language-switch button.is-active {
  background: linear-gradient(135deg, var(--vivid-orange), var(--accent-2) 55%, var(--accent-3));
}

.button-primary {
  box-shadow: 0 18px 42px rgba(22, 119, 255, 0.26), 0 10px 22px rgba(255, 122, 26, 0.12);
}

.hero {
  padding: 92px 0 52px;
}

.hero::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.68) 33%, transparent 62%),
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.64)),
    var(--hero-image, url("../images/project2/banner_bg.png")) center / cover;
}

.hero::after {
  position: absolute;
  inset: 8% 6% auto auto;
  z-index: -1;
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  border-radius: 999px;
  pointer-events: none;
  content: "";
  background: conic-gradient(from 90deg, rgba(255, 122, 26, 0.22), rgba(0, 212, 255, 0.24), rgba(109, 93, 252, 0.18), rgba(255, 122, 26, 0.22));
  filter: blur(42px);
  opacity: 0.78;
  animation: aurora-float 9s ease-in-out infinite;
}

.eyebrow {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.1), rgba(0, 184, 148, 0.1));
  color: #0c7a6b;
}

.hero h1 span {
  background: linear-gradient(120deg, #06172a, #135fa8 36%, #00a98b 64%, #ff7a1a);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subtitle {
  color: #183b5a;
}

.hero-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(238,248,255,0.9)),
    radial-gradient(circle at 20% 0%, rgba(255, 122, 26, 0.12), transparent 16rem);
  box-shadow: 0 32px 90px rgba(31, 83, 126, 0.18), 0 18px 42px rgba(0, 212, 255, 0.1);
}

.edge-visual .network-screen {
  min-height: 410px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 251, 255, 0.7)),
    radial-gradient(circle at 50% 46%, rgba(0, 212, 255, 0.12), transparent 12rem);
}

.edge-map {
  position: relative;
  min-height: 270px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(rgba(22, 119, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(255, 122, 26, 0.08), transparent 14rem);
  background-size: 34px 34px, 34px 34px, auto;
}

.edge-glow {
  position: absolute;
  inset: 18%;
  border-radius: 999px;
  background: conic-gradient(from 180deg, rgba(255, 122, 26, 0.28), rgba(0, 212, 255, 0.25), rgba(109, 93, 252, 0.24), rgba(255, 122, 26, 0.28));
  filter: blur(34px);
  opacity: 0.72;
  animation: spin 16s linear infinite;
}

.edge-core,
.edge-node {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(22, 119, 255, 0.16);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(31, 83, 126, 0.14);
  backdrop-filter: blur(14px);
}

.edge-core {
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 38px;
  text-align: center;
}

.edge-core::before {
  position: absolute;
  inset: -9px;
  border-radius: 44px;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  content: "";
  animation: spin 18s linear infinite reverse;
}

.edge-core span,
.edge-node span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.edge-core strong {
  display: block;
  color: var(--vivid-ink);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.edge-node {
  min-width: 136px;
  padding: 14px;
  border-radius: 18px;
}

.edge-node strong {
  display: block;
  color: var(--vivid-ink);
  font-size: 14px;
}

.edge-node span {
  display: block;
  margin-top: 4px;
  color: var(--accent-2);
}

.edge-node-1 { left: 6%; top: 18%; }
.edge-node-2 { right: 6%; top: 17%; }
.edge-node-3 { left: 50%; bottom: 7%; transform: translateX(-50%); }

.edge-route {
  position: absolute;
  z-index: 1;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--vivid-orange), var(--vivid-cyan), transparent);
  opacity: 0.7;
  overflow: hidden;
}

.edge-route::after {
  position: absolute;
  inset: 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  content: "";
  animation: route-pulse 2.8s ease-in-out infinite;
}

.route-a { left: 25%; right: 50%; top: 38%; transform: rotate(19deg); }
.route-b { left: 50%; right: 24%; top: 38%; transform: rotate(-18deg); }
.route-c { left: 38%; right: 38%; top: 70%; transform: rotate(90deg); }

.edge-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.edge-status span {
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 999px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--vivid-ink);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.traffic-line.vivid {
  background: rgba(255, 122, 26, 0.12);
}

.traffic-line.vivid::before {
  background: linear-gradient(90deg, var(--vivid-orange), var(--vivid-cyan), var(--accent-3));
}

.metric-card,
.feature-card,
.service-card,
.plan-card,
.tool-card,
.contact-card,
.step-card,
.visual-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 252, 255, 0.82));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.metric-card:hover,
.feature-card:hover,
.service-card:hover,
.plan-card:hover,
.tool-card:hover,
.step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(22, 119, 255, 0.32);
  box-shadow: 0 28px 72px rgba(31, 83, 126, 0.16), 0 14px 28px rgba(255, 122, 26, 0.08);
}

.service-icon,
.feature-index,
.plan-icon,
.step-index {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.12), rgba(22, 119, 255, 0.12));
  color: #0d5da8;
}

.service-card img,
.visual-card img {
  transition: transform 0.24s ease, filter 0.24s ease;
}

.service-card:hover img,
.visual-card:hover img {
  transform: translateY(-4px) scale(1.03);
  filter: drop-shadow(0 22px 24px rgba(31, 83, 126, 0.16));
}

.plan-card-header {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.07), rgba(0, 212, 255, 0.07));
}

.footer {
  background:
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(239,248,255,.76));
}

@keyframes aurora-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-18px, 18px, 0) scale(1.08); }
}

@keyframes route-pulse {
  0% { transform: translateX(-100%); opacity: 0; }
  20%, 80% { opacity: 0.85; }
  100% { transform: translateX(260%); opacity: 0; }
}

@media (max-width: 820px) {
  .edge-map { min-height: 430px; }
  .edge-node-1 { left: 50%; top: 6%; transform: translateX(-50%); }
  .edge-node-2 { left: 50%; right: auto; top: auto; bottom: 6%; transform: translateX(-50%); }
  .edge-node-3 { left: 50%; bottom: 35%; }
  .edge-status { grid-template-columns: 1fr; }
}
