
:root {
  --bg: #060816;
  --bg-soft: #0b1022;
  --panel: rgba(13, 18, 39, 0.72);
  --panel-strong: rgba(15, 21, 44, 0.92);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.15);
  --text: #f4f7ff;
  --muted: #b4bdd6;
  --muted-strong: #8e97b4;
  --accent: #ff4d5f;
  --accent-2: #7a5cff;
  --accent-3: #25d0ff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 26px;
  --radius-sm: 18px;
  --container: 1180px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(122,92,255,0.18), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(37,208,255,0.14), transparent 26%),
    radial-gradient(circle at 50% 110%, rgba(255,77,95,0.18), transparent 38%),
    linear-gradient(180deg, #060816 0%, #090c1c 45%, #050711 100%);
  min-height: 100vh;
  overflow-x: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}
body.is-ready { opacity: 1; transform: translateY(0); }
body::before {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(122,92,255,0.18), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(255,77,95,0.16), transparent 18%),
    radial-gradient(circle at 50% 75%, rgba(37,208,255,0.12), transparent 22%);
  filter: blur(30px);
  animation: auroraShift 18s ease-in-out infinite alternate;
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.18), transparent 70%);
  opacity: .25;
  animation: drift 24s linear infinite;
  z-index: -1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.main { padding-top: calc(var(--header-h) + 12px); }

.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; }
.section.compact { padding: 72px 0; }
.section-head {
  max-width: 700px;
  margin-bottom: 34px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  color: #dfe5ff;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  box-shadow: 0 0 18px rgba(255,77,95,.55);
  animation: pulseGlow 2.8s ease-in-out infinite;
}
.section-head h2,
.hero-copy h1,
.page-hero h1 {
  margin: 18px 0 14px;
  line-height: .98;
  letter-spacing: -.04em;
}
.section-head h2 { font-size: clamp(34px, 5vw, 56px); }
.section-head p,
.hero-copy p,
.page-hero p,
.copy,
.copy-sm,
.footer-copy,
.timeline-text,
.card p,
.price-text,
.doc-text,
.notice p,
.contact-card p {
  color: var(--muted);
  line-height: 1.72;
}
.copy-sm { font-size: 15px; }
.hero {
  position: relative;
  padding: 40px 0 54px;
}
.hero-grid,
.page-hero-grid,
.two-col,
.contact-layout,
.footer-grid {
  display: grid;
  gap: 28px;
}
.hero-grid,
.page-hero-grid { grid-template-columns: 1.15fr .85fr; align-items: center; }
.hero-copy h1,
.page-hero h1 { font-size: clamp(48px, 7vw, 92px); }
.hero-copy p,
.page-hero p { max-width: 690px; font-size: clamp(17px, 2vw, 20px); }
.text-gradient {
  background: linear-gradient(90deg, #ffffff 0%, #b8d9ff 25%, #ffd4da 55%, #d9dcff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shineText 7s linear infinite;
}
.hero-actions,
.inline-actions,
.contact-actions,
.notice-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: -.01em;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
  cursor: pointer;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 56%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-20deg);
}
.btn:hover::after { animation: btnSheen 1s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #ff7d66 48%, var(--accent-2));
  box-shadow: 0 18px 35px rgba(255,77,95,.22), inset 0 1px 0 rgba(255,255,255,.2);
}
.btn-primary:hover { box-shadow: 0 24px 45px rgba(255,77,95,.28); }
.btn-secondary {
  color: #eaf0ff;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.btn-secondary:hover { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.link-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
}
.link-inline::after {
  content: "↗";
  transition: transform .25s ease;
}
.link-inline:hover::after { transform: translate(4px, -4px); }
.badges,
.metrics,
.tags,
.doc-tags,
.contact-tags,
.notice-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.badge,
.tag,
.doc-tag,
.contact-tag,
.notice-point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #e7ecff;
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.badge { animation: floatY 6s ease-in-out infinite; }
.badge:nth-child(2) { animation-delay: -.9s; }
.badge:nth-child(3) { animation-delay: -1.8s; }
.badge:nth-child(4) { animation-delay: -2.6s; }
.hero-panel,
.card,
.price-card,
.doc-card,
.notice,
.contact-card,
.feature-panel,
.timeline-card,
.faq-item,
.footer-card {
  position: relative;
  background: linear-gradient(180deg, rgba(19,25,51,.78), rgba(10,14,31,.92));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.04);
  overflow: hidden;
}
.hero-panel::before,
.card::before,
.price-card::before,
.doc-card::before,
.notice::before,
.contact-card::before,
.feature-panel::before,
.timeline-card::before,
.faq-item::before,
.footer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255,255,255,.12), transparent 26%, transparent 74%, rgba(255,255,255,.06));
  pointer-events: none;
}
.hero-panel {
  min-height: 560px;
  padding: 28px;
}
.hero-visual {
  position: relative;
  height: 100%;
  min-height: 504px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(37,208,255,.26), transparent 20%),
    radial-gradient(circle at 72% 22%, rgba(255,77,95,.22), transparent 16%),
    radial-gradient(circle at 55% 80%, rgba(122,92,255,.28), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
}
.hero-visual .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  animation: floatY 8s ease-in-out infinite;
}
.hero-visual .orb.a { width: 240px; height: 240px; top: 10%; left: -8%; background: radial-gradient(circle, rgba(255,77,95,.72), rgba(255,77,95,.02)); }
.hero-visual .orb.b { width: 190px; height: 190px; top: 18%; right: -8%; background: radial-gradient(circle, rgba(37,208,255,.62), rgba(37,208,255,.02)); animation-delay: -2s; }
.hero-visual .orb.c { width: 260px; height: 260px; bottom: -8%; left: 32%; background: radial-gradient(circle, rgba(122,92,255,.64), rgba(122,92,255,.02)); animation-delay: -4s; }
.hero-frame {
  position: absolute;
  inset: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(8,11,24,.62), rgba(8,11,24,.2));
  backdrop-filter: blur(10px);
}
.hero-float {
  position: absolute;
  background: rgba(10,14,31,.75);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
  border-radius: 22px;
  padding: 18px;
  animation: floatY 7.5s ease-in-out infinite;
}
.hero-float.small { width: 164px; }
.hero-float.large { width: min(360px, calc(100% - 50px)); }
.hero-float.one { top: 42px; left: 30px; }
.hero-float.two { top: 146px; right: 28px; animation-delay: -2.1s; }
.hero-float.three { bottom: 26px; left: 46px; animation-delay: -4.4s; }
.hero-float .label,
.kpi-label,
.mini-label { color: var(--muted-strong); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.hero-float strong,
.kpi-value,
.mini-value { display: block; margin-top: 12px; font-size: 32px; line-height: 1; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.kpi-line {
  margin-top: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.kpi-line > span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
  animation: lineMove 4.4s ease-in-out infinite;
}
.hero-logo {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 130px;
  opacity: .88;
  filter: drop-shadow(0 10px 30px rgba(255,77,95,.18));
  animation: pulseLogo 4.2s ease-in-out infinite;
}
.scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
}
.scroll-indicator .wheel {
  width: 28px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  position: relative;
}
.scroll-indicator .wheel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 6px;
  height: 8px;
  margin-left: -3px;
  border-radius: 999px;
  background: #fff;
  animation: wheelMove 1.6s ease-in-out infinite;
}
.metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.metric {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(14px);
}
.metric .number {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: -.04em;
}
.metric .label { margin-top: 10px; color: var(--muted); }
.grid-3,
.grid-2,
.pricing-grid,
.docs-grid,
.values-grid,
.process-grid,
.faq-grid {
  display: grid;
  gap: 22px;
}
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.docs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.values-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card,
.price-card,
.doc-card,
.contact-card,
.feature-panel,
.timeline-card,
.faq-item,
.footer-card { padding: 24px; }
.card:hover,
.price-card:hover,
.doc-card:hover,
.contact-card:hover,
.feature-panel:hover,
.timeline-card:hover,
.footer-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,.14);
}
.card,
.price-card,
.doc-card,
.contact-card,
.feature-panel,
.timeline-card,
.footer-card {
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}
.card-title,
.price-title,
.doc-title,
.contact-title,
.timeline-title,
.faq-title,
.footer-title {
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 16px 0 10px;
}
.icon-badge,
.step-no,
.doc-no,
.value-no {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,77,95,.16), rgba(37,208,255,.16));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-weight: 700;
}
.value-no { width: 42px; height: 42px; border-radius: 12px; }
.section-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: start;
}
.feature-panel {
  min-height: 100%;
  padding: 30px;
}
.feature-list { display: grid; gap: 16px; margin-top: 22px; }
.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.feature-item strong { display: block; margin-bottom: 6px; }
.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255,77,95,.55), rgba(122,92,255,.6), rgba(37,208,255,.55));
  animation: linePulse 4s ease-in-out infinite;
}
.timeline-card {
  margin-left: 36px;
}
.timeline-card::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  box-shadow: 0 0 22px rgba(255,77,95,.42);
}
.price-head,
.doc-head,
.contact-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}
.price-amount {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.price-note,
.doc-meta,
.contact-meta { color: var(--muted-strong); font-size: 14px; }
.price-list,
.doc-list,
.check-list,
.contact-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.price-list li,
.doc-list li,
.check-list li,
.contact-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
}
.price-list li::before,
.doc-list li::before,
.check-list li::before,
.contact-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  box-shadow: 0 0 16px rgba(255,77,95,.4);
}
.notice {
  padding: 28px;
}
.notice h3 { margin: 10px 0 8px; font-size: 28px; letter-spacing: -.03em; }
.notice-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; }
.notice .mini-panel {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.page-hero .hero-panel { min-height: auto; }
.page-hero .hero-visual { min-height: 420px; }
.page-hero .hero-float.one { top: 34px; }
.page-hero .hero-float.two { top: 122px; }
.page-hero .hero-float.three { bottom: 22px; }
.faq-item {
  padding: 0;
}
.faq-trigger {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  cursor: pointer;
}
.faq-trigger span:last-child {
  font-size: 24px;
  color: var(--muted-strong);
  transition: transform .28s ease, color .28s ease;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .36s ease, opacity .36s ease;
  opacity: 0;
}
.faq-content-inner { padding: 0 24px 22px; color: var(--muted); line-height: 1.72; }
.faq-item.is-open .faq-content { max-height: 220px; opacity: 1; }
.faq-item.is-open .faq-trigger span:last-child { transform: rotate(45deg); color: var(--text); }
.contact-layout { grid-template-columns: .85fr 1.15fr; }
.contact-card strong { display: block; font-size: 18px; margin-bottom: 8px; }
.contact-form {
  display: grid;
  gap: 14px;
}
.field,
.textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: var(--text);
  padding: 16px 18px;
  outline: none;
  transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.textarea { min-height: 160px; resize: vertical; }
.field:focus,
.textarea:focus {
  border-color: rgba(255,77,95,.58);
  background: rgba(255,255,255,.06);
  box-shadow: 0 0 0 4px rgba(255,77,95,.12), 0 0 24px rgba(255,77,95,.08);
  transform: translateY(-1px);
}
.field::placeholder,
.textarea::placeholder { color: #9aa4c7; }
.top-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1200;
  background: transparent;
}
.top-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  box-shadow: 0 0 18px rgba(255,77,95,.5);
}
.site-header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 1100;
}
.nav-shell {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border-radius: 24px;
  background: rgba(8,11,24,.48);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
  transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled .nav-shell {
  background: rgba(8,11,24,.78);
  border-color: rgba(255,255,255,.12);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0,0,0,.3);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(255,77,95,.16);
}
.brand-copy strong { display: block; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy span { display: block; font-size: 12px; color: var(--muted-strong); margin-top: 3px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  color: #edf1ff;
  font-size: 14px;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.nav-links a:hover::after,
.nav-links a.is-active::after { transform: scaleX(1); }
.nav-links a:hover,
.nav-links a.is-active { background: rgba(255,255,255,.04); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .28s ease, opacity .28s ease;
}
.menu-toggle::before { transform: translateY(-7px); }
.menu-toggle::after { transform: translateY(7px); }
.menu-toggle.is-open span { opacity: 0; }
.menu-toggle.is-open::before { transform: rotate(45deg); }
.menu-toggle.is-open::after { transform: rotate(-45deg); }
.mobile-panel {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(8,11,24,.86);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}
.mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  color: #eef2ff;
}
.mobile-panel a:hover,
.mobile-panel a.is-active { background: rgba(255,255,255,.05); }
.mobile-panel.is-open { display: block; animation: revealMenu .3s ease; }
.footer {
  padding: 0 0 40px;
}
.footer-grid {
  grid-template-columns: 1.2fr .8fr;
}
.footer-card { padding: 28px; }
.footer-copy { max-width: 560px; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.footer-links a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.footer-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted-strong);
  font-size: 14px;
  margin-top: 20px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .66s ease, transform .66s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(8,11,24,.76);
  color: #fff;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 32px rgba(0,0,0,.25);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
}
.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: pulseGlow 2.8s ease-in-out infinite;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 24px);
  min-width: min(560px, calc(100% - 32px));
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(8,11,24,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
  color: #eaf0ff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
  z-index: 1500;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes auroraShift {
  0% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(1.5%, -2%, 0) scale(1.04); }
  100% { transform: translate3d(-2%, 1.5%, 0) scale(1.08); }
}
@keyframes drift {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-40px, -40px, 0); }
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(255,77,95,0), 0 0 18px rgba(255,77,95,.15); }
  50% { box-shadow: 0 0 0 8px rgba(255,77,95,0), 0 0 30px rgba(255,77,95,.4); }
}
@keyframes shineText {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes btnSheen {
  0% { left: -130%; }
  100% { left: 130%; }
}
@keyframes lineMove {
  0%, 100% { transform: translateX(-12%); width: 74%; }
  50% { transform: translateX(12%); width: 88%; }
}
@keyframes linePulse {
  0%,100% { opacity: .72; filter: saturate(1); }
  50% { opacity: 1; filter: saturate(1.3); }
}
@keyframes pulseLogo {
  0%,100% { transform: scale(1); filter: drop-shadow(0 10px 30px rgba(255,77,95,.18)); }
  50% { transform: scale(1.03); filter: drop-shadow(0 16px 40px rgba(255,77,95,.26)); }
}
@keyframes wheelMove {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}
@keyframes revealMenu {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
  .hero-grid,
  .page-hero-grid,
  .section-split,
  .contact-layout,
  .footer-grid,
  .notice-grid,
  .two-col { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-grid,
  .pricing-grid,
  .grid-3,
  .grid-2,
  .faq-grid,
  .docs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-panel { min-height: auto; }
  .hero-visual { min-height: 420px; }
}
@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .nav-links,
  .nav-actions .btn { display: none; }
  .menu-toggle { display: inline-flex; }
  .metrics { grid-template-columns: 1fr; }
  .values-grid,
  .pricing-grid,
  .grid-3,
  .grid-2,
  .docs-grid,
  .faq-grid,
  .process-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .hero-copy h1,
  .page-hero h1 { font-size: clamp(42px, 12vw, 66px); }
  .section { padding: 72px 0; }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 22px)); }
  .nav-shell { padding: 0 12px; border-radius: 20px; }
  .brand-copy span { display: none; }
  .hero-panel,
  .card,
  .price-card,
  .doc-card,
  .contact-card,
  .feature-panel,
  .timeline-card,
  .notice,
  .footer-card { padding: 20px; border-radius: 22px; }
  .hero-visual { min-height: 360px; }
  .hero-float.one { top: 20px; left: 16px; }
  .hero-float.two { top: 110px; right: 16px; }
  .hero-float.three { left: 18px; bottom: 16px; }
  .hero-float.large { width: calc(100% - 36px); }
  .hero-float.small { width: 144px; }
  .hero-logo { width: 88px; }
  .btn { width: 100%; }
  .hero-actions,
  .inline-actions,
  .contact-actions,
  .notice-actions { flex-direction: column; }
  .section-head h2 { font-size: 36px; }
  .back-top { right: 14px; bottom: 14px; }
}
