:root {
  --bg: #08090d;
  --bg-2: #0d1017;
  --panel: #11151e;
  --panel-2: #151b27;
  --text: #f6f8fb;
  --muted: #9da7b6;
  --blue: #087cff;
  --blue-2: #2c9dff;
  --line: #242c3b;
  --success: #39d98a;
  --shadow: 0 26px 80px rgba(0,0,0,.34);
  --radius: 22px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.app-shell { min-height: 100svh; }
.sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 20; width: 244px;
  display: flex; flex-direction: column; padding: 24px 18px;
  background: rgba(8,9,13,.96); border-right: 1px solid var(--line); backdrop-filter: blur(20px);
}
.brand-button, .mobile-brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand-button { width: 100%; border: 0; background: none; padding: 0 8px 28px; text-align: left; }
.brand-button img, .mobile-brand img { border-radius: 10px; }
.brand-button span, .mobile-brand span { display: flex; flex-direction: column; line-height: 1; }
.brand-button strong, .mobile-brand strong { letter-spacing: .22em; font-size: .86rem; }
.brand-button small, .mobile-brand small { margin-top: 7px; color: var(--blue-2); letter-spacing: .39em; font-size: .63rem; }
.side-nav { display: grid; gap: 7px; }
.nav-item { color: #9ca6b5; border: 0; background: transparent; }
.side-nav .nav-item { display: flex; align-items: center; gap: 14px; width: 100%; padding: 13px 15px; border-radius: 12px; text-align: left; font-weight: 700; }
.nav-icon { display: grid; place-items: center; width: 23px; height: 23px; font-size: 1.25rem; font-style: normal; }
.nav-item:hover, .nav-item.active { color: #fff; background: #111722; }
.nav-item.active .nav-icon { color: var(--blue-2); }
.side-footer { margin-top: auto; display: flex; align-items: flex-start; gap: 11px; padding: 16px 10px 2px; border-top: 1px solid var(--line); }
.side-footer > span:last-child { display: grid; gap: 4px; }
.side-footer strong { font-size: .78rem; }
.side-footer small { color: var(--muted); font-size: .7rem; }
.live-dot { width: 8px; height: 8px; margin-top: 5px; background: var(--success); border-radius: 50%; box-shadow: 0 0 14px rgba(57,217,138,.8); }
.main-content { margin-left: 244px; min-height: 100svh; overflow: hidden; }
.topbar { height: 80px; display: flex; align-items: center; justify-content: flex-end; padding: 0 clamp(24px,5vw,72px); border-bottom: 1px solid rgba(36,44,59,.65); }
.mobile-brand { display: none; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.install-button, .round-button { min-height: 42px; border: 1px solid var(--line); background: var(--panel); color: #fff; border-radius: 11px; text-decoration: none; }
.install-button { display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; font-weight: 800; font-size: .8rem; }
.install-button[hidden] { display: none; }
.round-button { display: grid; place-items: center; width: 42px; }
.view { display: none; max-width: 1340px; margin: 0 auto; padding: clamp(40px,6vw,84px) clamp(24px,5vw,72px) 90px; animation: enter .35s ease both; }
.view.active { display: block; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: clamp(34px,5vw,76px); align-items: center; }
.hero-card { padding: 22px 0; }
.eyebrow, .kicker { color: var(--blue-2); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 32px; height: 2px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(2.7rem,5.6vw,5.6rem); line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--blue-2); font-style: normal; }
.hero-card > p, .page-intro > p, .project-intro > div > p { max-width: 720px; color: #b6bfce; font-size: clamp(1rem,1.3vw,1.16rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin: 30px 0 26px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; border-radius: 11px; border: 1px solid var(--line); font-weight: 850; font-size: .88rem; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 12px 28px rgba(8,124,255,.22); }
.button.secondary { background: rgba(255,255,255,.025); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #8f99a8; font-size: .75rem; font-weight: 700; }
.trust-row span::first-letter { color: var(--success); }
.command-card { position: relative; overflow: hidden; min-height: 500px; padding: 24px; border-radius: 28px; border: 1px solid #242c3c; background: radial-gradient(circle at 50% 43%, rgba(8,124,255,.13), transparent 38%), linear-gradient(145deg,#111722,#090b10); box-shadow: var(--shadow); }
.command-card::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom,#000,transparent 80%); }
.command-head, .command-metrics { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; }
.command-head > div { display: grid; gap: 6px; }
.command-head small, .command-metrics small { color: #717c8d; font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.command-head strong { font-size: .95rem; }
.status-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid #244531; border-radius: 999px; color: #7ee9ae; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.status-chip i { width: 6px; height: 6px; background: var(--success); border-radius: 50%; box-shadow: 0 0 10px var(--success); }
.orbit-wrap { position: relative; height: 330px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(111,132,162,.3); border-radius: 50%; }
.orbit-one { width: 246px; height: 246px; }
.orbit-two { width: 170px; height: 170px; border-style: dashed; animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.core-logo { position: relative; z-index: 2; display: grid; place-items: center; width: 106px; height: 106px; background: #0b0e14; border: 1px solid #2d394c; border-radius: 24px; box-shadow: 0 0 55px rgba(8,124,255,.22); }
.core-logo img { width: 82px; height: 82px; border-radius: 14px; }
.orbit-label { position: absolute; z-index: 3; padding: 6px 9px; color: #b5bfcd; background: #111722; border: 1px solid #283247; border-radius: 7px; font-size: .58rem; font-weight: 900; letter-spacing: .11em; }
.orbit-label.web { top: 52px; left: 48px; }.orbit-label.brand { right: 31px; top: 145px; }.orbit-label.grow { bottom: 39px; left: 91px; }
.command-metrics { align-items: stretch; padding-top: 18px; border-top: 1px solid var(--line); }
.command-metrics div { display: grid; gap: 7px; }
.command-metrics strong { font-size: 1rem; }.command-metrics sup, .price-top sup { color: var(--muted); font-size: .54em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: clamp(64px,8vw,110px) 0 24px; }
.section-heading h2 { margin: 7px 0 0; font-size: clamp(1.65rem,2.8vw,2.5rem); letter-spacing: -.035em; }
.text-button { border: 0; background: none; color: #d9e2ed; font-weight: 800; }
.text-button span { color: var(--blue-2); margin-left: 8px; }
.action-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.action-card { min-height: 138px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; text-align: left; padding: 22px; color: #fff; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg,var(--panel),#0d1016); transition: .2s ease; }
.action-card:hover { transform: translateY(-3px); border-color: #3a465b; }
.action-card.blue { background: linear-gradient(145deg,#0d335f,#0c1828); border-color: #164f8d; }
.action-glyph { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; font-weight: 900; }
.action-card span:nth-child(2) { display: grid; gap: 7px; }
.action-card small { color: #8fa2b8; font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.action-card strong { line-height: 1.3; }.action-card i { color: var(--blue-2); font-style: normal; }
.page-intro { max-width: 980px; margin-bottom: 42px; }
.page-intro .kicker { display: inline-block; margin-bottom: 18px; }
.page-intro h1 { font-size: clamp(2.6rem,5vw,5rem); }
.service-tabs { display: flex; width: fit-content; gap: 4px; padding: 4px; margin-bottom: 26px; background: #0d1118; border: 1px solid var(--line); border-radius: 12px; }
.service-tab { min-height: 40px; padding: 0 18px; color: #929dad; border: 0; border-radius: 8px; background: none; font-size: .8rem; font-weight: 850; }
.service-tab.active { color: #fff; background: #1b2330; box-shadow: 0 3px 12px rgba(0,0,0,.2); }
.service-panel { display: none; }.service-panel.active { display: block; animation: enter .25s ease both; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; min-height: 410px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,var(--panel),#0c0f15); }
.price-card.featured { border-color: #1b66b8; box-shadow: 0 20px 60px rgba(8,124,255,.1); }
.popular { position: absolute; top: 0; right: 22px; transform: translateY(-50%); padding: 6px 9px; color: #fff; background: var(--blue); border-radius: 999px; font-size: .58rem; font-weight: 950; letter-spacing: .12em; }
.price-top { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.price-top span { padding-top: 8px; color: #c4ceda; font-size: .7rem; font-weight: 950; letter-spacing: .16em; }
.price-top strong { font-size: 2.4rem; letter-spacing: -.04em; }
.price-card > p { min-height: 76px; color: #aeb7c5; line-height: 1.55; }
.price-card ul { display: grid; gap: 11px; padding: 17px 0 20px; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 21px; color: #d4dbe5; font-size: .82rem; }
.price-card li::before, .tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-2); }
.price-card .button { width: 100%; margin-top: auto; }
.cost-note { margin: 22px 0 0; padding: 18px 20px; color: #9ba6b5; border: 1px dashed #314057; border-radius: 13px; background: #0c1017; font-size: .82rem; line-height: 1.6; }
.cost-note strong { color: #dfe6ef; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; padding: 34px; margin-bottom: 18px; background: linear-gradient(145deg,var(--panel),#0b0e14); border: 1px solid var(--line); border-radius: 22px; }
.split-feature h2 { margin: 18px 0 13px; font-size: clamp(2rem,3.4vw,3rem); letter-spacing: -.045em; }
.split-feature p { color: #aeb7c5; line-height: 1.65; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--blue-2); background: #0b111b; border: 1px solid #27476c; border-radius: 13px; font-size: 1.3rem; font-weight: 950; }
.tick-list { display: grid; gap: 11px; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 22px; color: #d2dae5; font-size: .88rem; }
.brand-preview { overflow: hidden; min-height: 310px; display: grid; place-items: center; border-radius: 17px; background: #07080b; }
.brand-preview img { width: 100%; height: 100%; object-fit: cover; }
.project-intro { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.brief-status { display: flex; align-items: center; gap: 12px; min-width: 180px; padding: 15px 17px; background: #10151d; border: 1px solid var(--line); border-radius: 13px; }
.brief-status i { width: 9px; height: 9px; background: #697484; border-radius: 50%; }
.brief-status.saved i { background: var(--success); box-shadow: 0 0 12px rgba(57,217,138,.6); }
.brief-status span { display: grid; gap: 4px; }.brief-status small { color: #717c8d; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }.brief-status strong { font-size: .82rem; }
.project-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr); gap: 18px; align-items: start; }
.project-form, .timeline-card { padding: clamp(24px,4vw,38px); background: linear-gradient(145deg,var(--panel),#0c0f15); border: 1px solid var(--line); border-radius: var(--radius); }
.form-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.form-head > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--blue-2); background: #0b111b; border: 1px solid #25466b; border-radius: 11px; font-weight: 900; }
.form-head h2 { margin-bottom: 4px; font-size: 1.3rem; }.form-head p { color: var(--muted); font-size: .82rem; }
.project-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #cbd3de; font-size: .76rem; font-weight: 850; }
input, textarea, select { width: 100%; color: #fff; background: #090d13; border: 1px solid #2a3445; border-radius: 10px; padding: 13px 14px; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,124,255,.14); }
textarea { resize: vertical; min-height: 120px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.save-message { min-height: 19px; margin: 12px 0 0; color: #83e8af; font-size: .75rem; }
.timeline-head { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.timeline-head small { color: #7f8b9a; font-weight: 900; letter-spacing: .14em; }.timeline-head span { color: #a9b3c0; font-size: .7rem; }
.timeline { padding: 25px 0 10px; margin: 0; list-style: none; }
.timeline li { position: relative; display: flex; gap: 15px; padding-bottom: 22px; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 31px; bottom: 0; width: 1px; background: #2a3445; }
.timeline li > span { position: relative; z-index: 2; flex: 0 0 31px; display: grid; place-items: center; height: 31px; color: #8995a5; background: #111722; border: 1px solid #2a3445; border-radius: 50%; font-size: .7rem; font-weight: 900; }
.timeline li.current > span { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 0 20px rgba(8,124,255,.32); }
.timeline strong { font-size: .9rem; }.timeline p { margin: 5px 0 0; color: #8994a4; font-size: .77rem; line-height: 1.45; }
.ownership-note { display: flex; gap: 12px; padding: 15px; color: #b9c3d0; background: #0b1118; border: 1px solid #20364c; border-radius: 12px; }
.ownership-note span { color: var(--success); }.ownership-note p { margin: 0; font-size: .75rem; line-height: 1.5; }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.support-card { min-height: 245px; display: flex; flex-direction: column; padding: 27px; color: #fff; text-decoration: none; background: linear-gradient(145deg,var(--panel),#0c0f15); border: 1px solid var(--line); border-radius: 19px; }
.support-card.primary-support { background: linear-gradient(145deg,#0e3158,#0b1522); border-color: #17538f; }
.support-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 28px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; }
.support-card small { color: #7f8c9e; font-size: .62rem; font-weight: 950; letter-spacing: .15em; }.support-card strong { margin: 8px 0 12px; font-size: 1.08rem; }.support-card p { color: #aab4c2; font-size: .82rem; line-height: 1.55; }.support-card i { margin-top: auto; color: var(--blue-2); font-size: .75rem; font-style: normal; font-weight: 850; }
.faq-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; padding: clamp(26px,4vw,40px); margin-top: 18px; background: #0d1118; border: 1px solid var(--line); border-radius: var(--radius); }
.faq-card h2 { margin-top: 10px; font-size: 2rem; letter-spacing: -.04em; }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; font-size: .88rem; font-weight: 800; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue-2); }.faq-list p { padding: 0 24px 18px 0; color: #9ba6b5; font-size: .82rem; line-height: 1.6; }
.bottom-nav { display: none; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 26px; transform: translate(-50%,20px); padding: 11px 15px; color: #fff; background: #171d27; border: 1px solid #354156; border-radius: 11px; box-shadow: 0 14px 45px rgba(0,0,0,.4); opacity: 0; pointer-events: none; transition: .25s ease; font-size: .8rem; font-weight: 750; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.noscript { position: fixed; inset: auto 12px 12px; z-index: 100; padding: 12px; background: #8b1d1d; color: #fff; border-radius: 8px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }.command-card { max-width: 680px; width: 100%; }.action-grid { grid-template-columns: 1fr 1fr; }.action-card:last-child { grid-column: 1/-1; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { min-height: auto; }.price-card > p { min-height: 0; }.project-layout { grid-template-columns: 1fr; }.timeline-card { max-width: none; }
  .support-grid { grid-template-columns: 1fr 1fr; }.support-card:last-child { grid-column: 1/-1; min-height: 190px; }
}

@media (max-width: 760px) {
  .sidebar { display: none; }.main-content { margin-left: 0; padding-bottom: calc(70px + var(--safe-bottom)); }
  .topbar { position: sticky; top: 0; z-index: 15; height: 68px; justify-content: space-between; padding: 0 17px; background: rgba(8,9,13,.88); backdrop-filter: blur(18px); }
  .mobile-brand { display: flex; }.mobile-brand strong { font-size: .72rem; }.mobile-brand small { font-size: .52rem; }
  .round-button { display: none; }.install-button { min-height: 38px; padding: 0 11px; font-size: .7rem; }
  .view { padding: 36px 18px 56px; }.hero-card { padding-top: 8px; }.hero-card h1 { font-size: clamp(2.55rem,13vw,4.2rem); }
  .command-card { min-height: 470px; padding: 19px; border-radius: 22px; }.command-head strong { font-size: .8rem; }.orbit-wrap { height: 320px; }.orbit-one { width: 230px; height: 230px; }
  .command-metrics { gap: 12px; }.command-metrics strong { font-size: .78rem; }.command-metrics small { font-size: .5rem; }
  .section-heading { margin-top: 68px; }.section-heading .text-button { display: none; }.action-grid { grid-template-columns: 1fr; }.action-card:last-child { grid-column: auto; }
  .page-intro { margin-bottom: 30px; }.page-intro h1 { font-size: clamp(2.45rem,12vw,4rem); }.service-tabs { width: 100%; overflow-x: auto; }.service-tab { flex: 1; white-space: nowrap; padding: 0 12px; }
  .price-card { padding: 24px; }.split-feature { grid-template-columns: 1fr; padding: 24px; }.brand-preview { min-height: 230px; }
  .project-intro { display: grid; }.brief-status { width: fit-content; }.project-form, .timeline-card { padding: 23px 19px; }.form-actions .button { width: 100%; }
  .support-grid { grid-template-columns: 1fr; }.support-card:last-child { grid-column: auto; }.support-card { min-height: 220px; }.faq-card { grid-template-columns: 1fr; gap: 16px; padding: 23px 19px; }
  .bottom-nav { position: fixed; inset: auto 0 0; z-index: 30; display: grid; grid-template-columns: repeat(4,1fr); height: calc(68px + var(--safe-bottom)); padding: 6px 7px var(--safe-bottom); background: rgba(8,9,13,.94); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
  .bottom-nav .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 10px; }.bottom-nav .nav-icon { height: 25px; font-size: 1.18rem; }.bottom-nav small { font-size: .59rem; font-weight: 800; }
  .bottom-nav .project-nav .nav-icon { width: 34px; height: 34px; margin-top: -19px; color: #fff; background: var(--blue); border: 4px solid var(--bg); border-radius: 50%; box-sizing: content-box; box-shadow: 0 6px 20px rgba(8,124,255,.35); }.bottom-nav .project-nav small { margin-top: -3px; }
  .toast { bottom: calc(82px + var(--safe-bottom)); width: calc(100% - 36px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
