:root {
  color-scheme: dark;
  --bg: #060816;
  --panel: #0d1227;
  --panel-2: #121a35;
  --text: #f7f8ff;
  --muted: #aeb7d3;
  --line: #293354;
  --primary: #8b5cf6;
  --primary-2: #5c7cff;
  --accent: #4de0bd;
  --warm: #ffb86b;
  --radius: 1.35rem;
  --shadow: 0 26px 80px rgba(0,0,0,.38);
  --max: 75rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; overflow-x: hidden; color: var(--text); background:
    radial-gradient(circle at 78% 5%, rgba(139,92,246,.19), transparent 30rem),
    radial-gradient(circle at 10% 35%, rgba(77,224,189,.08), transparent 25rem),
    var(--bg);
  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: var(--accent); text-underline-offset: .2em; }
a:hover { color: #8ff9df; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip { position: fixed; z-index: 200; top: -5rem; left: 1rem; padding: .7rem 1rem; background: white; color: #070916; border-radius: .7rem; }
.skip:focus { top: 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 48rem); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(41,51,84,.7); background: rgba(6,8,22,.86); backdrop-filter: blur(18px); }
.header-in { min-height: 4.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: inline-flex; align-items: center; gap: .7rem; color: white; font-size: 1.05rem; font-weight: 900; text-decoration: none; }
.logo-badge { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: .75rem; background: linear-gradient(135deg,var(--primary),var(--primary-2)); box-shadow: 0 8px 25px rgba(139,92,246,.35); }
.logo small { color: var(--muted); font-weight: 600; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav a { padding: .5rem .7rem; color: var(--muted); border-radius: .65rem; font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav a:hover { color: white; background: var(--panel-2); }
.menu { display: none; padding: .55rem .75rem; color: white; border: 1px solid var(--line); border-radius: .7rem; background: var(--panel); }
.hero { padding: clamp(5.5rem,10vw,9rem) 0 5rem; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem,7vw,6rem); }
.hero-grid > *, .grid > *, .contact-grid > * { min-width: 0; }
.kicker { display: inline-flex; align-items: center; gap: .55rem; color: var(--accent); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.kicker::before { content: ""; width: 1.6rem; height: 2px; background: currentColor; }
h1,h2,h3 { line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 13ch; margin: 1rem 0 1.35rem; font-size: clamp(2.9rem,7vw,5.8rem); }
h2 { margin: 0 0 1rem; font-size: clamp(2rem,4.5vw,3.5rem); }
h3 { margin: 0 0 .65rem; font-size: 1.35rem; }
.gradient { background: linear-gradient(100deg,#fff 15%,#a889ff 55%,#62e9c8); color: transparent; background-clip: text; }
.lead { max-width: 60ch; color: var(--muted); font-size: clamp(1.08rem,2vw,1.24rem); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .75rem 1.1rem; border: 1px solid transparent; border-radius: .82rem; background: linear-gradient(135deg,var(--primary),var(--primary-2)); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 14px 35px rgba(110,92,246,.26); }
.btn:hover { color: white; filter: brightness(1.08); transform: translateY(-1px); }
.btn-ghost { background: var(--panel); border-color: var(--line); box-shadow: none; }
.browser { padding: .7rem; border: 1px solid var(--line); border-radius: 1.5rem; background: rgba(13,18,39,.9); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.browser-bar { display: flex; align-items: center; gap: .35rem; height: 2.2rem; padding: 0 .5rem; }
.dot { width: .55rem; height: .55rem; border-radius: 50%; background: #39415f; }
.browser-url { width: 55%; height: .65rem; margin-left: .5rem; border-radius: 99px; background: #202a49; }
.mock { min-height: 25rem; padding: 2rem; border-radius: 1rem; background: linear-gradient(145deg,#1b1241,#0f2343 60%,#103b39); overflow: hidden; }
.mock-nav { display: flex; justify-content: space-between; gap: 1rem; font-size: .78rem; font-weight: 800; }
.mock-hero { width: 75%; margin-top: 4.5rem; }
.mock-hero strong { display: block; font-size: clamp(2rem,5vw,3.3rem); line-height: 1; letter-spacing: -.05em; }
.mock-hero span { display: block; width: 75%; height: .6rem; margin-top: 1.4rem; border-radius: 99px; background: rgba(255,255,255,.3); }
.mock-button { width: 7rem; height: 2.2rem; margin-top: 1.5rem; border-radius: .65rem; background: var(--accent); }
.trust { padding: 1.1rem 0; border-block: 1px solid var(--line); background: rgba(13,18,39,.48); }
.trust-in { display: flex; justify-content: center; flex-wrap: wrap; gap: .7rem 2rem; color: var(--muted); font-size: .9rem; font-weight: 700; }
.trust-in span::before { content: "✓"; margin-right: .5rem; color: var(--accent); }
.section { padding: clamp(4.5rem,8vw,7rem) 0; }
.section-soft { border-block: 1px solid rgba(41,51,84,.65); background: rgba(13,18,39,.55); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-head p { max-width: 40rem; margin: 0; color: var(--muted); }
.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 { padding: clamp(1.25rem,3vw,1.8rem); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,rgba(18,26,53,.95),rgba(10,14,31,.95)); box-shadow: var(--shadow); }
.card p, .muted { color: var(--muted); }
.number { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; margin-bottom: 1.2rem; border: 1px solid rgba(139,92,246,.5); border-radius: .8rem; color: #c7b8ff; background: rgba(139,92,246,.12); font-weight: 900; }
.portfolio-card { position: relative; min-height: 24rem; overflow: hidden; }
.portfolio-visual { height: 14rem; margin: -1.8rem -1.8rem 1.3rem; padding: 1.3rem; background: var(--visual); }
.mini-window { height: 100%; padding: .7rem; border-radius: .7rem; background: rgba(255,255,255,.94); color: #121525; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.mini-top { display: flex; justify-content: space-between; font-size: .55rem; font-weight: 900; }
.mini-content { width: 72%; margin-top: 2.1rem; }
.mini-content b { display: block; font-size: 1.2rem; line-height: 1.1; }
.mini-line { width: 80%; height: .3rem; margin-top: .55rem; border-radius: 99px; background: #ccd1dd; }
.mini-cta { width: 3.8rem; height: 1.1rem; margin-top: .7rem; border-radius: .25rem; background: var(--mini); }
.label { display: inline-flex; padding: .25rem .6rem; border: 1px solid var(--line); border-radius: 99px; color: var(--accent); font-size: .75rem; font-weight: 800; }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: #8067e8; background: linear-gradient(160deg,rgba(82,55,153,.55),rgba(13,18,39,.96)); }
.price { margin: .9rem 0; font-size: 2.6rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: .8rem; font-weight: 650; letter-spacing: 0; }
.features { padding: 0; margin: 1rem 0 1.5rem; list-style: none; color: var(--muted); }
.features li { padding: .42rem 0; border-bottom: 1px solid rgba(41,51,84,.6); }
.features li::before { content: "✓"; margin-right: .5rem; color: var(--accent); }
.price-card .btn { margin-top: auto; }
.notice { padding: 1rem 1.2rem; border-left: 3px solid var(--warm); background: rgba(255,184,107,.08); color: #f3d7b6; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.2rem .15rem; cursor: pointer; font-weight: 800; }
.faq p { margin: -.25rem 0 1.3rem; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; }
.field { margin-bottom: 1rem; }
label { display: block; margin-bottom: .35rem; font-weight: 750; }
input,select,textarea { width: 100%; padding: .78rem .85rem; color: white; border: 1px solid #3a466d; border-radius: .72rem; background: #080d20; }
textarea { min-height: 9rem; resize: vertical; }
.check { display: flex; align-items: flex-start; gap: .7rem; }
.check input { width: auto; margin-top: .35rem; }
.hp { position: absolute; left: -9999px; }
.status { display: none; margin-top: 1rem; padding: .8rem 1rem; border: 1px solid var(--accent); border-radius: .7rem; color: #d9fff6; background: rgba(77,224,189,.08); }
.status.show { display: block; }
.legal { color: #d8dcef; }
.legal h2 { margin-top: 2.5rem; font-size: 1.8rem; }
.footer { padding: 4rem 0 2rem; border-top: 1px solid var(--line); background: #040611; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 2rem; }
.footer h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.links { display: grid; gap: .45rem; }
.links a { color: var(--muted); text-decoration: none; }
.links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.page-hero { padding: 5rem 0 3rem; }
.page-hero h1 { font-size: clamp(2.6rem,6vw,4.8rem); }
.crumb { color: var(--muted); font-size: .9rem; }
.not-found { min-height: 100vh; display: grid; place-items: center; text-align: center; }
.not-found strong { color: var(--accent); font-size: clamp(6rem,20vw,12rem); line-height: .8; }
@media (max-width: 930px) {
  .menu { display: inline-flex; }
  .nav { position: absolute; inset: 4.7rem 1rem auto; display: none; padding: .7rem; border: 1px solid var(--line); border-radius: 1rem; background: #090e21; box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .hero-grid,.contact-grid { grid-template-columns: minmax(0,1fr); }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .browser { width: min(100%,36rem); margin-inline: auto; transform: none; }
}
@media (max-width: 650px) {
  .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; }
  .section-head,.footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .actions .btn { width: 100%; }
  .logo small { display: none; }
  .mock { min-height: 20rem; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; } }
