:root {
  --bg: #081121;
  --bg-soft: #0f1c31;
  --bg-card: rgba(17, 31, 53, 0.84);
  --text: #eaf1ff;
  --muted: #a9b7d0;
  --line: rgba(161, 188, 255, 0.14);
  --primary: #50b8ff;
  --primary-2: #7cf2d3;
  --success: #67e8a5;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: min(1160px, calc(100vw - 2rem));
  --header-height: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(80, 184, 255, 0.18), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(124, 242, 211, 0.10), transparent 24%),
    linear-gradient(180deg, #081121 0%, #09121e 100%);
  color: var(--text);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  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: 28px 28px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 85%);
  pointer-events: none;
  z-index: -1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
strong { color: var(--text); }
ul, ol { margin: 0; padding-left: 1.25rem; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: rgba(255,255,255,0.08);
  padding: 0.12rem 0.38rem;
  border-radius: 0.45rem;
}
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus {
  left: 1rem; top: 1rem; z-index: 1000;
  background: #fff; color: #000; padding: 0.75rem 1rem; border-radius: 0.75rem;
}
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(8, 17, 33, 0.72);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: var(--header-height);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.9rem; font-weight: 700; letter-spacing: 0.02em;
}
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(80, 184, 255, 0.18), rgba(124, 242, 211, 0.14));
  display: grid; place-items: center;
  border: 1px solid rgba(124, 242, 211, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.brand-mark svg { width: 24px; height: 24px; }
.brand-label { display: flex; flex-direction: column; line-height: 1.15; }
.brand-label small { font-size: 0.76rem; color: var(--muted); font-weight: 500; }
.menu-toggle {
  display: none; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 14px;
  border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--text);
}
.site-nav { display: flex; align-items: center; gap: 0.5rem; }
.site-nav a {
  padding: 0.7rem 0.95rem; border-radius: 999px; color: var(--muted); font-weight: 600; transition: 0.2s ease;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); background: rgba(255,255,255,0.06); }
.site-nav .btn-inline { margin-left: 0.4rem; }
main { display: block; }
.hero { position: relative; padding: 5.75rem 0 4rem; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2rem; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.55rem 0.9rem; border-radius: 999px;
  border: 1px solid rgba(124, 242, 211, 0.24);
  background: rgba(124, 242, 211, 0.07);
  color: #d8fff5; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em;
}
.eyebrow::before {
  content: "";
  width: 9px; height: 9px; border-radius: 999px;
  background: var(--success); box-shadow: 0 0 20px rgba(103, 232, 165, 0.8);
}
.hero h1, .page-hero h1 {
  margin: 1.25rem 0 1rem; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -0.04em;
}
.hero p.lead, .page-hero p.lead { max-width: 60ch; font-size: 1.08rem; }
.highlight {
  color: #d8fff5;
  background: linear-gradient(120deg, rgba(80, 184, 255, 0.15), rgba(124, 242, 211, 0.18));
  border: 1px solid rgba(124, 242, 211, 0.18);
  padding: 0.12em 0.38em; border-radius: 0.55em; display: inline-block;
}
.hero-actions, .section-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.7rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem;
  padding: 0.95rem 1.25rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #07101d; box-shadow: 0 12px 32px rgba(80, 184, 255, 0.24);
}
.btn-secondary { background: rgba(255,255,255,0.05); border-color: var(--line); color: var(--text); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,0.12); color: var(--text); }
.btn-inline { background: rgba(255,255,255,0.06); border: 1px solid var(--line); color: var(--text); padding: 0.78rem 1rem; }
.hero-meta {
  margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: 0.75rem;
}
.hero-meta span, .tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.6rem 0.85rem; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--muted); font-size: 0.95rem;
}
.hero-panel, .card, .panel, .contact-card, .metric, .step, .faq-item, .timeline-item, .value-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow);
}
.hero-panel { padding: 1.35rem; }
.hero-panel .panel-grid { display: grid; gap: 1rem; }
.hero-panel .panel-block {
  padding: 1.05rem; border-radius: 1rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
}
.hero-panel h2, .section-heading h2, .cta h2, .contact-form-wrap h2, .faq-item h3, .panel h3, .card h3, .value-card h3, .timeline-item h3, .contact-card h3 {
  margin: 0 0 0.65rem; line-height: 1.2;
}
.section { padding: 1.4rem 0 4rem; }
.page-hero { padding: 4rem 0 2rem; }
.section-heading {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.5rem;
}
.section-heading p { max-width: 62ch; }
.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .value-card, .timeline-item, .faq-item, .contact-card, .panel, .step { padding: 1.35rem; }
.card .icon, .value-card .icon, .contact-card .icon, .step .step-index {
  width: 2.7rem; height: 2.7rem; border-radius: 0.95rem; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(80, 184, 255, 0.16), rgba(124, 242, 211, 0.14));
  border: 1px solid rgba(124, 242, 211, 0.18); margin-bottom: 1rem; color: #d8fff5; font-weight: 800;
}
.step .step-index { font-size: 1rem; }
.checklist { display: grid; gap: 0.65rem; margin-top: 1rem; padding-left: 0; }
.checklist li {
  list-style: none; position: relative; padding-left: 1.45rem; color: var(--muted);
}
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--success); font-weight: 700;
}
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 1rem; }
.timeline { display: grid; gap: 1rem; }
.timeline-item { position: relative; overflow: hidden; }
.timeline-item::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--primary), var(--primary-2));
}
.cta {
  padding: 2rem; border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 20%, rgba(80, 184, 255, 0.22), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(124, 242, 211, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(15, 28, 49, 0.9), rgba(9, 18, 30, 0.96));
  border: 1px solid rgba(124, 242, 211, 0.18); box-shadow: var(--shadow);
}
.cta p { max-width: 62ch; }
.contact-layout { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1rem; }
.contact-stack { display: grid; gap: 1rem; }
.contact-form-wrap {
  padding: 1.5rem; border-radius: var(--radius-md); background: var(--bg-card); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; }
.field, .field-full { display: grid; gap: 0.45rem; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 600; color: var(--text); }
input, textarea, select {
  width: 100%; padding: 0.95rem 1rem; border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--text); font: inherit;
}
textarea { min-height: 180px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #94a6c4; }
.form-note, .small-note { font-size: 0.92rem; color: var(--muted); }
.form-status { min-height: 1.5rem; margin-top: 0.8rem; color: #d8fff5; }
.faq { display: grid; gap: 1rem; }
.faq-item p:last-child, .card p:last-child, .panel p:last-child, .value-card p:last-child, .contact-card p:last-child, .timeline-item p:last-child { margin-bottom: 0; }
.site-footer {
  margin-top: 3.5rem; border-top: 1px solid var(--line); padding: 2rem 0 2.5rem; background: rgba(8, 17, 33, 0.7);
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 1.2rem; }
.footer-nav, .footer-legal { display: grid; gap: 0.65rem; align-content: start; }
.footer-nav a, .footer-legal a { color: var(--muted); }
.footer-bottom {
  margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: space-between; color: var(--muted); font-size: 0.95rem;
}
.notice {
  padding: 1rem 1.1rem; border-radius: 1rem; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.05);
}
.kpi-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.9rem; }
.kpi {
  padding: 1rem 1.1rem; border-radius: 1rem; border: 1px solid var(--line); background: rgba(255,255,255,0.03);
}
.kpi strong { display: block; font-size: 1.2rem; }
.centered { text-align: center; }
.empty-state {
  min-height: 62vh; display: grid; place-items: center; text-align: center;
}
.empty-state .panel { max-width: 720px; }
[data-reveal] {
  opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1000px) {
  .hero-grid, .split, .contact-layout, .footer-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3, .grid-2, .kpi-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .menu-toggle { display: inline-flex; }
  .site-nav {
    display: none; position: absolute; top: calc(100% + 0.75rem); left: 1rem; right: 1rem;
    padding: 0.8rem; border-radius: 1.2rem; background: rgba(11, 18, 32, 0.98); border: 1px solid var(--line);
    box-shadow: var(--shadow); flex-direction: column; align-items: stretch;
  }
  .site-nav.is-open { display: flex; }
  .site-nav .btn-inline { margin-left: 0; }
  .site-nav a { padding: 0.95rem 1rem; border-radius: 1rem; }
}
@media (max-width: 680px) {
  .hero { padding-top: 4rem; }
  .grid-4, .grid-3, .grid-2, .kpi-strip, .form-grid { grid-template-columns: 1fr; }
  .container { width: min(1160px, calc(100vw - 1.2rem)); }
  .hero-actions, .section-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .cta, .hero-panel, .card, .value-card, .timeline-item, .contact-card, .contact-form-wrap, .faq-item, .panel, .step { padding: 1.15rem; }
}


.hover-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.hover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(80, 184, 255, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(124, 242, 211, 0.12), transparent 30%);
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.hover-card > * { position: relative; z-index: 1; }
.hover-card .card-intro {
  color: var(--muted);
  max-width: 30ch;
  margin-bottom: 0;
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.hover-card .hover-details {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.32s ease, opacity 0.24s ease, transform 0.24s ease;
}
.hover-card:hover,
.hover-card:focus-within {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(124, 242, 211, 0.34);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.36);
  background: linear-gradient(180deg, rgba(19, 33, 57, 0.95), rgba(10, 18, 31, 0.98));
}
.hover-card:hover::before,
.hover-card:focus-within::before {
  opacity: 1;
}
.hover-card:hover .hover-details,
.hover-card:focus-within .hover-details {
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
}
.hover-card:hover .card-intro,
.hover-card:focus-within .card-intro {
  opacity: 0.82;
}
.hover-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.hover-points span {
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce8ff;
  font-size: 0.9rem;
}
.hover-note {
  font-size: 0.95rem;
  color: #d8fff5;
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(124, 242, 211, 0.08);
  border: 1px solid rgba(124, 242, 211, 0.14);
}
@media (hover: none), (max-width: 820px) {
  .hover-card {
    min-height: auto;
    transform: none !important;
  }
  .hover-card .hover-details {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
  }
}


@media (hover: hover) and (pointer: fine) {
  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button,
  body.has-custom-cursor .btn,
  body.has-custom-cursor .hover-card,
  body.has-custom-cursor input,
  body.has-custom-cursor textarea,
  body.has-custom-cursor select,
  body.has-custom-cursor label {
    cursor: none;
  }
  .cursor-dot,
  .cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1200;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.18s ease, width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }
  .cursor-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 0 22px rgba(80, 184, 255, 0.45);
  }
  .cursor-ring {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(124, 242, 211, 0.48);
    background: rgba(124, 242, 211, 0.04);
    backdrop-filter: blur(2px);
  }
  body.cursor-visible .cursor-dot,
  body.cursor-visible .cursor-ring {
    opacity: 1;
  }
  body.cursor-hover .cursor-ring {
    width: 54px;
    height: 54px;
    border-color: rgba(80, 184, 255, 0.7);
    background: rgba(80, 184, 255, 0.08);
  }
  body.cursor-hover .cursor-dot {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
