:root {
  --ink: #151126;
  --indigo: #17132f;
  --indigo-2: #23194b;
  --violet: #8f6cff;
  --teal: #56e6cf;
  --paper: #f7f5ef;
  --mist: #eceaf4;
  --muted: #68647b;
  --line: rgba(26, 19, 56, 0.14);
  --white: #fff;
  --radius: 24px;
  --shadow: 0 26px 70px rgba(19, 13, 45, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.announcement { background: var(--indigo); color: #d9d2ef; font-size: .8rem; letter-spacing: .04em; }
.announcement .shell { display: flex; justify-content: space-between; padding-block: 8px; }
.announcement span { color: var(--teal); }
[data-site-header] {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 245, 239, .92);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.025em; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; align-items: flex-end; gap: 3px; padding: 6px; border-radius: 12px; background: var(--indigo); }
.brand-mark i { display: block; flex: 1; border-radius: 5px; background: linear-gradient(180deg, var(--teal), var(--violet)); }
.brand-mark i:nth-child(1) { height: 55%; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 75%; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: var(--muted); text-decoration: none; font-size: .91rem; font-weight: 650; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.primary-nav .nav-cta { padding: 11px 18px; color: var(--white); background: var(--indigo); border-radius: 999px; }
.nav-toggle { display: none; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font: inherit; font-weight: 700; }
.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 28%, rgba(86, 230, 207, .22), transparent 28%),
    radial-gradient(circle at 62% 78%, rgba(143, 108, 255, .25), transparent 32%),
    linear-gradient(135deg, #100c22 0%, #211546 58%, #121426 100%);
}
.hero::after { content: ""; position: absolute; inset: auto -10% -180px 42%; height: 360px; transform: rotate(-7deg); background: linear-gradient(90deg, transparent, rgba(86,230,207,.14), rgba(143,108,255,.22), transparent); filter: blur(38px); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding-block: 88px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: #5d34d6; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow, .dark-section .eyebrow { color: var(--teal); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 6.3vw, 6.2rem); font-weight: 500; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4.1vw, 4rem); font-weight: 500; }
h3 { margin-bottom: 12px; font-size: 1.45rem; font-weight: 600; }
.lead { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.24rem); }
.hero .lead { max-width: 620px; color: #c7bfdc; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(105deg, var(--teal), #98f6e5); color: var(--indigo); text-decoration: none; font-weight: 800; box-shadow: 0 12px 30px rgba(86, 230, 207, .16); }
.button.secondary { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: var(--white); box-shadow: none; }
.button.dark { background: var(--indigo); color: var(--white); }
.hero-visual { position: relative; z-index: 2; }
.hero-visual img { filter: drop-shadow(0 36px 65px rgba(3, 1, 14, .48)); }
.hero-note { position: absolute; right: -8px; bottom: 12px; max-width: 230px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(18,14,39,.78); backdrop-filter: blur(14px); color: #d8d1e9; font-size: .85rem; }
.section { padding-block: 110px; }
.section.alt { background: var(--mist); }
.section-head { display: grid; grid-template-columns: .55fr 1.25fr; gap: 50px; align-items: end; margin-bottom: 54px; }
.section-head .eyebrow { align-self: start; }
.section-head h2 { margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 315px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.65); }
.card-kicker { display: block; margin-bottom: 64px; color: #7350de; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card p { color: var(--muted); }
.card a { color: #5e3ac9; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feature-panel { padding: 48px; border-radius: 34px; color: var(--white); background: linear-gradient(140deg, var(--indigo), #332063); box-shadow: var(--shadow); }
.feature-panel h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.feature-panel p { color: #ccc4df; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 25px 0 25px 68px; border-bottom: 1px solid var(--line); color: var(--muted); counter-increment: step; }
.steps li::before { content: "0" counter(step); position: absolute; left: 0; top: 23px; color: #7653dc; font-weight: 850; }
.steps strong { display: block; margin-bottom: 4px; color: var(--ink); }
.dark-section { position: relative; overflow: hidden; padding-block: 100px; color: var(--white); background: var(--indigo); }
.dark-section::before { content:""; position:absolute; inset:-40% 50% 10% -20%; background:radial-gradient(circle,rgba(143,108,255,.24),transparent 60%); }
.dark-section .split { position: relative; }
.dark-section .lead { color: #c8c2d8; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.stat strong { display: block; color: var(--teal); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.stat span { color: #c8c2d8; font-size: .86rem; }
.page-hero { padding-block: 86px 72px; background: linear-gradient(180deg, #eeeafa, var(--paper)); }
.page-hero h1 { max-width: 880px; font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.page-hero .lead { max-width: 780px; }
.content { padding-block: 84px 110px; }
.content-narrow { max-width: 800px; }
.content h2 { margin-top: 54px; font-size: clamp(1.75rem, 3vw, 2.7rem); }
.content h3 { margin-top: 34px; }
.content p, .content li { color: var(--muted); }
.service-row { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service-index { color: #7551dc; font-size: .82rem; font-weight: 850; letter-spacing: .12em; }
.service-row ul { columns: 2; padding-left: 18px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; }
.contact-card, .form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 45px rgba(19,13,45,.07); }
.contact-card { color: var(--white); background: var(--indigo); }
.contact-card p { color: #c8c2d8; }
.contact-card a { color: var(--teal); overflow-wrap: anywhere; }
form { display: grid; gap: 17px; }
.field { display: grid; gap: 7px; }
label { font-size: .82rem; font-weight: 760; }
input, select, textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #cac5d7; border-radius: 11px; background: #fbfaf7; color: var(--ink); font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(143,108,255,.18); border-color: var(--violet); }
.form-note, .form-status { color: var(--muted); font-size: .82rem; }
.form-status { padding: 12px 14px; border-radius: 10px; background: #e4f8f2; color: #185c51; }
[data-site-footer] { position: relative; overflow: hidden; padding-top: 76px; color: #cec9db; background: #0e0a1d; }
.footer-glow { position: absolute; inset: -170px auto auto 55%; width: 560px; height: 280px; background: radial-gradient(circle, rgba(86,230,207,.14), transparent 68%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr .55fr .55fr; gap: 72px; padding-bottom: 64px; }
.footer-intro p { max-width: 480px; }
.footer-brand { color: var(--white); }
.footer-grid h2 { margin-bottom: 15px; color: var(--white); font: 800 .74rem/1.2 Inter, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: 8px 0; color: #bfb9cc; text-decoration: none; }
.email-link { color: var(--teal); overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }

@media (max-width: 840px) {
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 20px; right: 20px; padding: 20px; align-items: stretch; flex-direction: column; gap: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav .nav-cta { text-align: center; }
  .hero-grid, .split, .section-head, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 72px; }
  .hero { min-height: auto; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card-kicker { margin-bottom: 28px; }
  .section { padding-block: 78px; }
  .section-head { gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .shell { width: min(100% - 28px, 1160px); }
  .announcement .shell { justify-content: center; }
  .announcement span { display: none; }
  .nav-shell { min-height: 68px; }
  .brand { max-width: 210px; font-size: .92rem; }
  h1 { font-size: 2.65rem; }
  .hero-grid { gap: 22px; padding-block: 58px; }
  .hero-note { position: static; margin-top: -18px; }
  .section, .content { padding-block: 64px; }
  .feature-panel, .contact-card, .form-card { padding: 26px; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .service-row ul { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
