:root {
  --ink: #07111f;
  --ink-2: #0b1728;
  --panel: #101e33;
  --panel-2: #13243b;
  --line: rgba(148, 163, 184, .17);
  --line-strong: rgba(148, 163, 184, .28);
  --white: #f8fbff;
  --text: #e6edf7;
  --muted: #9eacbf;
  --subtle: #708096;
  --indigo: #7769ff;
  --indigo-2: #9e94ff;
  --cyan: #37d6c0;
  --amber: #ffb45e;
  --green: #79e49e;
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font: 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  padding: .7rem 1rem; border-radius: 9px; background: var(--white); color: var(--ink);
}
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.container { width: min(1180px, 90%); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section-tight { padding: 4rem 0; }
.section-head { max-width: 760px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  margin: 0 0 1rem; color: var(--cyan);
  font: 700 .76rem/1.4 var(--display); letter-spacing: .14em; text-transform: uppercase;
}
.kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.section-title {
  margin: 0; color: var(--white); font: 700 clamp(2rem, 4.4vw, 3.35rem)/1.08 var(--display);
  letter-spacing: -.045em;
}
.section-copy { max-width: 680px; margin: 1.2rem 0 0; color: var(--muted); font-size: 1.05rem; }
.center .section-copy { margin-inline: auto; }
.gradient-text {
  background: linear-gradient(110deg, #fff 0%, #bfc8ff 45%, #62e2cf 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.site-nav {
  position: fixed; inset: 0 0 auto; z-index: 200; height: 72px;
  border-bottom: 1px solid transparent; transition: background .25s, border-color .25s;
}
.site-nav.scrolled { background: rgba(7, 17, 31, .9); border-color: var(--line); backdrop-filter: blur(16px); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .68rem; color: var(--white); font: 700 1.05rem/1 var(--display); text-decoration: none; letter-spacing: -.02em; }
.brand-text span { color: var(--indigo-2); }
.brand-mark {
  position: relative; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 9px;
  background: linear-gradient(145deg, var(--indigo), #4f46e5); box-shadow: 0 7px 24px rgba(119,105,255,.35);
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border: 2px solid white; border-radius: 4px; }
.brand-mark::before { width: 9px; height: 9px; left: 6px; top: 6px; }
.brand-mark::after { width: 8px; height: 8px; right: 5px; bottom: 5px; border-color: var(--cyan); }
.nav-links { display: flex; align-items: center; gap: 1.55rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: var(--muted); font-size: .85rem; font-weight: 600; text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-button { padding: .58rem 1rem; border: 1px solid rgba(119,105,255,.5); border-radius: 9px; background: rgba(119,105,255,.14); color: var(--white) !important; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); color: var(--white); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative; min-height: 720px; padding: 8rem 0 4.5rem; overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(119,105,255,.16), transparent 35%),
    radial-gradient(circle at 12% 50%, rgba(55,214,192,.07), transparent 30%),
    linear-gradient(rgba(119,105,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119,105,255,.035) 1px, transparent 1px);
  background-size: auto, auto, 54px 54px, 54px 54px;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 3.2rem; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.3rem; padding: .45rem .75rem;
  border: 1px solid rgba(55,214,192,.24); border-radius: 999px; background: rgba(55,214,192,.07);
  color: #92eddf; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(55,214,192,.11); }
.hero h1 { margin: 0; color: var(--white); font: 700 clamp(3rem, 6.2vw, 5.55rem)/.98 var(--display); letter-spacing: -.062em; }
.hero-sub { max-width: 650px; margin: 1.55rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.2rem); }
.hero-sub strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button-primary, .button-secondary, .text-link {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-weight: 700; text-decoration: none;
}
.button-primary { min-height: 50px; padding: .78rem 1.25rem; border-radius: 10px; background: linear-gradient(135deg, var(--indigo), #6454ed); color: white; box-shadow: 0 12px 34px rgba(119,105,255,.3); transition: transform .2s, box-shadow .2s; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 42px rgba(119,105,255,.4); }
.button-secondary { min-height: 50px; padding: .75rem 1.2rem; border: 1px solid var(--line-strong); border-radius: 10px; color: var(--white); background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: rgba(55,214,192,.45); }
.arrow { font-size: 1.1em; transition: transform .2s; }
a:hover .arrow { transform: translateX(3px); }
.hero-note { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-top: 1.4rem; color: var(--subtle); font-size: .79rem; }
.hero-note span { display: inline-flex; align-items: center; gap: .35rem; }
.check { color: var(--green); font-weight: 900; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 4%; border-radius: 50%; background: rgba(119,105,255,.18); filter: blur(65px); }
.hero-visual img { position: relative; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border: 1px solid rgba(158,148,255,.2); border-radius: 26px; box-shadow: var(--shadow); }
.floating-tag {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: .5rem; padding: .62rem .78rem;
  border: 1px solid var(--line-strong); border-radius: 11px; background: rgba(10,22,38,.88); backdrop-filter: blur(12px);
  color: var(--white); font-size: .75rem; font-weight: 700; box-shadow: 0 15px 40px rgba(0,0,0,.25);
}
.floating-tag i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.floating-tag.one { left: -20px; bottom: 17%; }
.floating-tag.two { right: -16px; top: 12%; }
.floating-tag.two i { background: var(--amber); }

.trust-strip { position: relative; z-index: 2; margin-top: -1px; border-block: 1px solid var(--line); background: #091524; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.35rem 1.1rem; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--white); font: 700 1rem/1.3 var(--display); }
.trust-item span { color: var(--subtle); font-size: .76rem; }

.platforms { padding: 3.7rem 0; }
.platform-label { margin: 0 0 1.3rem; color: var(--subtle); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.platform-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.platform-chip { padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.018); color: #b8c4d4; font: 600 .84rem/1 var(--display); }

.services { background: linear-gradient(180deg, var(--ink), #091626 50%, var(--ink)); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card {
  position: relative; overflow: hidden; min-height: 255px; padding: 1.4rem;
  border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, rgba(19,36,59,.92), rgba(11,23,40,.85));
  transition: transform .22s, border-color .22s;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(119,105,255,.45); }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; border-radius: 50%; background: rgba(119,105,255,.09); }
.service-icon {
  display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1.25rem;
  border: 1px solid rgba(119,105,255,.33); border-radius: 12px; background: rgba(119,105,255,.12); color: var(--indigo-2);
  font: 700 .76rem/1 var(--display); letter-spacing: .04em;
}
.service-card:nth-child(3n+2) .service-icon { border-color: rgba(55,214,192,.3); background: rgba(55,214,192,.09); color: var(--cyan); }
.service-card:nth-child(3n) .service-icon { border-color: rgba(255,180,94,.28); background: rgba(255,180,94,.08); color: var(--amber); }
.service-card h3 { margin: 0 0 .65rem; color: var(--white); font: 700 1.18rem/1.28 var(--display); letter-spacing: -.02em; }
.service-card p { margin: 0 0 1rem; color: var(--muted); font-size: .88rem; }
.service-list { display: flex; flex-wrap: wrap; gap: .42rem; margin: 0; padding: 0; list-style: none; }
.service-list li { padding: .26rem .48rem; border: 1px solid var(--line); border-radius: 6px; color: #aab6c7; font-size: .69rem; line-height: 1.25; }
.service-price { display: inline-block; margin-top: 1.1rem; color: var(--cyan); font-size: .76rem; font-weight: 800; }

.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.showcase-card { position: relative; overflow: hidden; min-height: 0; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.showcase-card img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: center; }
.showcase-copy { padding: 1.65rem; }
.showcase-copy h3 { margin: 0 0 .8rem; color: var(--white); font: 700 1.55rem/1.2 var(--display); letter-spacing: -.03em; }
.showcase-copy p { margin: 0; color: var(--muted); font-size: .92rem; }
.mini-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.mini-list li { color: #c8d2df; font-size: .78rem; }
.mini-list li::before { content: "✓"; margin-right: .35rem; color: var(--green); }

.pricing { position: relative; overflow: hidden; }
.pricing::before { content: ""; position: absolute; width: 550px; height: 550px; left: 50%; top: 35%; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(119,105,255,.08); filter: blur(90px); }
.pricing-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1rem; }
.price-card { display: flex; flex-direction: column; padding: 1.8rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(16,30,51,.88); }
.price-card.featured { border-color: rgba(119,105,255,.55); background: linear-gradient(160deg, rgba(119,105,255,.17), rgba(16,30,51,.95)); box-shadow: 0 20px 65px rgba(40,34,110,.25); }
.price-badge { align-self: flex-start; margin-bottom: 1rem; padding: .32rem .55rem; border-radius: 6px; background: rgba(55,214,192,.1); color: var(--cyan); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 0; color: var(--white); font: 700 1.25rem/1.3 var(--display); }
.price { margin: 1.25rem 0 .2rem; color: var(--white); font: 700 2.8rem/1 var(--display); letter-spacing: -.04em; }
.price small { color: var(--muted); font: 500 .78rem/1 var(--body); letter-spacing: 0; }
.price-desc { margin: .7rem 0 1.2rem; color: var(--muted); font-size: .85rem; }
.price-features { flex: 1; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.price-features li { position: relative; margin: .65rem 0; padding-left: 1.3rem; color: #c3cedb; font-size: .82rem; }
.price-features li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.price-card .button-primary, .price-card .button-secondary { width: 100%; }
.price-note { max-width: 800px; margin: 1.4rem auto 0; color: var(--subtle); font-size: .76rem; text-align: center; }

.why { background: #091524; border-block: 1px solid var(--line); }
.why-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; align-items: start; }
.why-sticky { position: sticky; top: 110px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.why-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.018); }
.why-num { color: var(--indigo-2); font: 700 .72rem/1 var(--display); letter-spacing: .1em; }
.why-card h3 { margin: 1.4rem 0 .55rem; color: var(--white); font: 700 1.02rem/1.3 var(--display); }
.why-card p { margin: 0; color: var(--muted); font-size: .82rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.process-step { position: relative; padding: 1.5rem 1.4rem; border-top: 1px solid var(--line); counter-increment: process; }
.process-step::before { content: "0" counter(process); display: block; margin-bottom: 2rem; color: var(--indigo-2); font: 700 .72rem/1 var(--display); letter-spacing: .1em; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: -3px; right: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(55,214,192,.08); }
.process-step h3 { margin: 0 0 .55rem; color: var(--white); font: 700 1.08rem/1.3 var(--display); }
.process-step p { margin: 0; color: var(--muted); font-size: .82rem; }

.product { background: linear-gradient(180deg, var(--ink), #0b1427); }
.product-card { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; overflow: hidden; border: 1px solid rgba(119,105,255,.32); border-radius: 26px; background: linear-gradient(145deg, rgba(119,105,255,.12), rgba(16,30,51,.9)); box-shadow: var(--shadow); }
.product-image { height: auto; min-height: 0; aspect-ratio: 4/3; margin: 1.5rem 0 1.5rem 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-copy { padding: clamp(2rem, 5vw, 4rem); }
.product-copy h2 { margin: 0; color: var(--white); font: 700 clamp(2rem,4vw,3.1rem)/1.08 var(--display); letter-spacing: -.04em; }
.product-copy > p { color: var(--muted); }
.product-features { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 1.5rem 0 1.8rem; padding: 0; list-style: none; }
.product-features li { color: #c7d1de; font-size: .78rem; }
.product-features li::before { content: "✓"; margin-right: .4rem; color: var(--cyan); }

.insight-card { display: grid; grid-template-columns: 280px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.insight-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.insight-copy { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
.insight-meta { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.insight-copy h3 { margin: .75rem 0 .7rem; color: var(--white); font: 700 clamp(1.5rem,3vw,2.1rem)/1.18 var(--display); letter-spacing: -.03em; }
.insight-copy p { margin: 0 0 1rem; color: var(--muted); }
.text-link { align-self: flex-start; color: var(--indigo-2); }

.faq-list { max-width: 860px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; color: var(--white); font: 700 1rem/1.4 var(--display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.1rem; color: var(--indigo-2); font: 400 1.8rem/1 var(--display); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 740px; margin: -.3rem 0 1.5rem; color: var(--muted); font-size: .9rem; }

.contact { position: relative; overflow: hidden; background: #091524; border-top: 1px solid var(--line); }
.contact::before { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; top: -180px; border-radius: 50%; background: rgba(119,105,255,.12); filter: blur(75px); }
.contact-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; padding: clamp(2rem,6vw,4.5rem); border: 1px solid var(--line); border-radius: 24px; background: rgba(16,30,51,.78); }
.contact-card h2 { margin: 0; color: var(--white); font: 700 clamp(2.25rem,5vw,4.2rem)/1.02 var(--display); letter-spacing: -.052em; }
.contact-card p { max-width: 620px; color: var(--muted); }
.email-box { padding: 1.3rem; border: 1px solid rgba(55,214,192,.25); border-radius: 14px; background: rgba(55,214,192,.06); }
.email-box span { display: block; color: var(--subtle); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.email-box a { display: block; margin: .3rem 0 1rem; color: var(--white); font: 700 clamp(.9rem,2vw,1.05rem)/1.3 var(--display); text-decoration: none; overflow-wrap: anywhere; }

.site-footer { padding: 2.5rem 0; border-top: 1px solid var(--line); }
.footer-main { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: var(--muted); font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.8rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--subtle); font-size: .72rem; }

@media (max-width: 1020px) {
  .nav-links { gap: 1rem; }
  .nav-links a { font-size: .78rem; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(780px, 100%); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .why-sticky { position: static; }
}
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: .7rem 5% 1.2rem;
    border-bottom: 1px solid var(--line); background: rgba(7,17,31,.98); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .22s, opacity .22s;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links li:last-child { border: 0; }
  .nav-links a { display: block; padding: .9rem .2rem; font-size: .9rem; }
  .nav-button { margin-top: .5rem; text-align: center; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .showcase-grid, .pricing-grid, .product-card, .contact-card { grid-template-columns: 1fr; }
  .price-card.featured { order: -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .product-image { min-height: auto; max-height: 440px; margin: 0; border: 0; border-radius: 0; aspect-ratio: 16/10; }
  .insight-card { grid-template-columns: 1fr; }
  .insight-card img { min-height: auto; aspect-ratio: 16/10; }
}
@media (max-width: 620px) {
  .section { padding: 4.25rem 0; }
  .hero { min-height: auto; padding: 6.25rem 0 3.75rem; }
  .hero h1 { font-size: clamp(2.6rem, 12.2vw, 3.25rem); line-height: 1.01; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .floating-tag { display: none; }
  .service-grid, .why-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .showcase-card { min-height: auto; }
  .showcase-card img { aspect-ratio: 4/3; }
  .showcase-copy { padding: 1.4rem; }
  .product-image { max-height: 360px; aspect-ratio: 4/3; }
  .insight-card img { aspect-ratio: 4/3; }
  .product-features { grid-template-columns: 1fr; }
  .footer-main, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
