:root {
  color-scheme: dark;
  --bg: #080912;
  --surface: #11131f;
  --surface-2: #171927;
  --line: rgba(255,255,255,.09);
  --text: #f7f7fb;
  --muted: #999dad;
  --muted-2: #6d7182;
  --primary: #7268f4;
  --primary-bright: #9f96ff;
  --accent: #b65cff;
  --green: #54df9a;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom,black,transparent 72%); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.site-glow { position: fixed; z-index: -2; width: 46rem; height: 46rem; border-radius: 50%; filter: blur(135px); pointer-events: none; }
.site-glow-one { top: -25rem; right: -8rem; background: rgba(119,88,255,.18); }
.site-glow-two { top: 48rem; left: -35rem; background: rgba(103,55,203,.11); }

.public-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(calc(100% - 32px),var(--max)); min-height: 74px; margin: 14px auto 0; padding: 0 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(9,10,18,.78); box-shadow: 0 14px 50px rgba(0,0,0,.22); backdrop-filter: blur(24px); }
.public-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; }
.public-brand img { width: 36px; height: 36px; object-fit: contain; }
.public-brand > span { display: grid; line-height: 1; }
.public-brand strong { font-size: 14px; font-weight: 850; }
.public-brand small { margin-top: 5px; color: var(--muted-2); font-size: 8px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.public-nav { display: flex; align-items: center; gap: 30px; }
.public-nav a, .text-link { color: var(--muted); font-size: 11px; font-weight: 650; text-decoration: none; transition: color .2s; }
.public-nav a:hover, .text-link:hover { color: white; }
.header-cta { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.language-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 9px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: rgba(255,255,255,.025); font-size: 8px; font-weight: 800; cursor: pointer; }
.language-toggle i { width: 1px; height: 12px; background: var(--line); }
.language-toggle [data-language-current] { color: #fff; }
.public-menu-button { display: none; width: 38px; height: 38px; padding: 9px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: rgba(255,255,255,.025); cursor: pointer; }
.public-menu-button i { display: block; width: 18px; height: 1.5px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .2s,opacity .2s; }
.public-menu-button.is-open i:first-child { transform: translateY(5.5px) rotate(45deg); }
.public-menu-button.is-open i:nth-child(2) { opacity: 0; }
.public-menu-button.is-open i:last-child { transform: translateY(-5.5px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 44px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; color: #fff; font-size: 11px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s,filter .2s,border-color .2s,background .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-small { min-height: 38px; padding-inline: 14px; background: linear-gradient(135deg,var(--primary),#8b55e8); box-shadow: 0 10px 26px rgba(114,104,244,.2); }
.button-primary { background: linear-gradient(135deg,var(--primary),#8e56e9); box-shadow: 0 14px 34px rgba(114,104,244,.22); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.035); }
.button-light { color: #32264e; background: white; }
.full-button { width: 100%; }

.public-section { width: min(calc(100% - 40px),var(--max)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(36px,6vw,78px); min-height: 750px; padding-block: 90px 70px; }
.eyebrow, .kicker { color: var(--primary-bright); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.hero h1 { margin: 24px 0 22px; font-size: clamp(62px,8vw,104px); font-weight: 900; line-height: .86; letter-spacing: -.078em; }
.hero h1 span, .custom-copy h2 span, .final-cta h2 span { color: transparent; background: linear-gradient(105deg,#9d96ff,#ce72ff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 11px; margin-top: 30px; }
.live-proof { display: flex; align-items: center; gap: 22px; margin-top: 48px; }
.live-proof > div { display: grid; gap: 5px; }
.live-proof strong { font-size: 21px; font-weight: 850; }
.live-proof small { color: var(--muted-2); font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.live-proof > span { width: 1px; height: 31px; background: var(--line); }

.product-stage { position: relative; display: grid; min-height: 520px; place-items: center; perspective: 1200px; }
.stage-orbit { position: absolute; border: 1px solid rgba(159,150,255,.13); border-radius: 50%; }
.orbit-one { width: 480px; height: 290px; transform: rotate(-16deg); }
.orbit-two { width: 390px; height: 470px; transform: rotate(34deg); opacity: .6; }
.bot-window { position: relative; z-index: 2; width: min(100%,430px); overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 21px; background: linear-gradient(155deg,rgba(27,29,45,.96),rgba(14,15,25,.96)); box-shadow: 0 40px 100px rgba(0,0,0,.48),0 0 70px rgba(112,82,234,.13); transform: rotateY(-6deg) rotateX(2deg); }
.bot-window > header, .bot-window > footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; }
.bot-window > header { border-bottom: 1px solid var(--line); }
.bot-window > header > b { padding: 6px 9px; border-radius: 999px; color: #bbb5ff; background: rgba(114,104,244,.11); font-size: 8px; }
.bot-identity { display: flex; align-items: center; gap: 11px; }
.bot-identity img { width: 39px; height: 39px; object-fit: contain; border-radius: 11px; background: rgba(114,104,244,.13); }
.bot-identity > span { display: grid; gap: 5px; }
.bot-identity strong { font-size: 11px; }
.bot-identity small { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 8px; }
.bot-identity small i, .bot-window footer i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.module-preview { padding: 8px 20px; }
.preview-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; min-height: 73px; border-bottom: 1px solid var(--line); }
.preview-row:last-child { border-bottom: 0; }
.module-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; font-style: normal; font-weight: 850; }
.module-icon.violet { color: #b8b2ff; background: rgba(114,104,244,.12); }
.module-icon.blue { color: #89bcff; background: rgba(73,145,244,.11); }
.module-icon.pink { color: #e099ff; background: rgba(193,89,244,.1); }
.module-icon.gold { color: #ffd68c; background: rgba(240,173,71,.1); }
.preview-row > span:nth-child(2) { display: grid; gap: 4px; }
.preview-row strong { font-size: 10px; }
.preview-row small { color: var(--muted-2); font-size: 8px; }
.switch-on { position: relative; width: 34px; height: 19px; border-radius: 999px; background: var(--primary); }
.switch-on::after { content: ""; position: absolute; top: 3px; right: 3px; width: 13px; height: 13px; border-radius: 50%; background: white; }
.bot-window > footer { border-top: 1px solid var(--line); font-size: 8px; }
.bot-window > footer span { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.bot-window > footer a { color: var(--primary-bright); font-weight: 750; text-decoration: none; }
.floating-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; background: rgba(17,19,31,.9); box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(16px); font-size: 9px; }
.floating-badge > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: #c5bfff; background: rgba(114,104,244,.13); }
.badge-top { top: 14%; right: -1%; }
.badge-bottom { bottom: 12%; left: -2%; }

.signal-strip { display: flex; align-items: center; justify-content: space-around; gap: 20px; overflow: hidden; width: 100%; padding: 19px 30px; border-block: 1px solid var(--line); color: #777b8c; background: rgba(255,255,255,.018); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.signal-strip i { width: 3px; height: 3px; border-radius: 50%; background: #4b4e5a; }

.features-section, .hosting-section, .custom-section, .faq-section { padding-block: 125px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.section-heading .kicker, .section-heading > div .kicker { margin: 0 0 14px; }
.section-heading h2 { margin: 0; font-size: clamp(46px,6vw,76px); line-height: .96; letter-spacing: -.065em; }
.section-heading > p { max-width: 440px; margin: 0 0 3px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.section-heading.centered { display: block; max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 18px auto 0; }

.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.feature-card { position: relative; overflow: hidden; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(22,24,38,.86),rgba(14,15,25,.88)); }
.feature-card::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 220px; height: 220px; border-radius: 50%; background: rgba(114,104,244,.07); filter: blur(30px); }
.feature-card::after, .custom-panel::before, .custom-panel::after { pointer-events: none; }
.feature-number { float: right; color: #454855; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.feature-symbol { display: grid; width: 45px; height: 45px; place-items: center; margin-bottom: 50px; border: 1px solid rgba(159,150,255,.18); border-radius: 12px; color: var(--primary-bright); background: rgba(114,104,244,.09); font-size: 18px; }
.feature-card h3 { position: relative; z-index: 1; margin: 0 0 12px; font-size: 24px; letter-spacing: -.035em; }
.feature-card p { position: relative; z-index: 1; max-width: 570px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.feature-card ul, .price-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-card li, .price-card li { color: #bbbcca; font-size: 10px; }
.feature-card li::before, .price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.feature-large { min-height: 390px; background: linear-gradient(145deg,rgba(37,30,70,.78),rgba(14,15,25,.9)); }
.feature-wide { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr .8fr; align-items: center; gap: 40px; min-height: 280px; }
.mini-dashboard { display: grid; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #11131f; transform: rotate(-2deg); }
.mini-dashboard span { display: grid; gap: 4px; }
.mini-dashboard b { font-size: 12px; }
.mini-dashboard small { color: var(--muted-2); font-size: 8px; }
.mini-dashboard em { color: #bcb7ff; font-size: 10px; font-style: normal; }
.mini-dashboard > div { height: 6px; overflow: hidden; border-radius: 999px; background: #242637; }
.mini-dashboard > div i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--primary),var(--accent)); }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.hosting-section { width: 100%; padding-inline: max(20px,calc((100% - var(--max))/2)); background: linear-gradient(180deg,transparent,rgba(114,104,244,.05) 45%,transparent); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 480px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(17,19,31,.78); }
.price-card .plan-name { margin: 0 0 25px; color: var(--primary-bright); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 39px; letter-spacing: -.05em; }
.price-card h3 small { color: var(--muted-2); font-size: 10px; font-weight: 650; letter-spacing: .05em; }
.price-card h3 span { color: var(--muted-2); font-size: 10px; font-weight: 500; letter-spacing: 0; }
.price-card > p:not(.plan-name) { min-height: 42px; margin: 14px 0 10px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.price-card ul { margin-bottom: 32px; }
.price-card .button { margin-top: auto; }
.featured-price { border-color: rgba(159,150,255,.43); background: linear-gradient(165deg,rgba(51,43,92,.9),rgba(17,19,31,.92)); box-shadow: 0 25px 65px rgba(73,55,157,.18); transform: translateY(-10px); }
.popular { position: absolute; top: 0; left: 50%; padding: 6px 11px; border-radius: 0 0 8px 8px; color: white; background: var(--primary); font-size: 8px; font-weight: 800; transform: translateX(-50%); }
.pricing-note { margin: 23px auto 0; color: var(--muted-2); font-size: 9px; text-align: center; }

.custom-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; overflow: hidden; padding: clamp(38px,7vw,82px); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(125deg,#6e62e5,#8f50db 55%,#a455d6); box-shadow: 0 40px 100px rgba(64,39,127,.22); }
.custom-panel::after { content: "S"; position: absolute; right: -40px; bottom: -170px; color: rgba(255,255,255,.045); font-size: 520px; font-weight: 950; line-height: 1; }
.custom-copy, .process-list { position: relative; z-index: 1; }
.custom-copy .kicker { color: rgba(255,255,255,.72); }
.custom-copy h2 { margin: 18px 0; font-size: clamp(48px,6vw,75px); line-height: .95; letter-spacing: -.065em; }
.custom-copy h2 span { color: #fff; background: none; -webkit-text-fill-color: initial; }
.custom-copy > p:not(.kicker) { max-width: 550px; margin: 0 0 29px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.75; }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list li:last-child { border-bottom: 0; }
.process-list li > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; color: rgba(255,255,255,.8); font-size: 9px; font-weight: 800; }
.process-list div { display: grid; gap: 5px; }
.process-list strong { font-size: 12px; }
.process-list small { color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.5; }

.faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.faq-grid details { border: 1px solid var(--line); border-radius: 14px; background: rgba(17,19,31,.7); }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; padding: 0 20px; font-size: 11px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--primary-bright); font-size: 17px; transition: transform .2s; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 10px; line-height: 1.7; }

.final-cta { margin-bottom: 110px; padding: 100px 30px; border-block: 1px solid var(--line); text-align: center; }
.final-cta h2 { margin: 18px 0 30px; font-size: clamp(53px,8vw,92px); line-height: .92; letter-spacing: -.075em; }
.final-cta > div { display: flex; justify-content: center; gap: 10px; }
.public-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; width: min(calc(100% - 40px),var(--max)); margin: 0 auto; padding: 34px 0 45px; border-top: 1px solid var(--line); }
.public-footer > p { color: var(--muted-2); font-size: 9px; }
.public-footer nav { display: flex; gap: 18px; }
.public-footer nav a { color: var(--muted); font-size: 9px; text-decoration: none; }
.public-footer > small { grid-column: 1 / -1; color: #555866; font-size: 8px; }

.request-dialog { width: min(calc(100% - 28px),760px); max-height: min(90vh,820px); overflow-y: auto; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: var(--text); background: #11131f; box-shadow: 0 40px 120px rgba(0,0,0,.64); }
.request-dialog::backdrop { background: rgba(5,6,11,.82); backdrop-filter: blur(8px); }
.request-form { padding: clamp(24px,5vw,42px); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.dialog-head .kicker { margin: 0 0 10px; }
.dialog-head h2 { margin: 0; font-size: clamp(30px,5vw,46px); letter-spacing: -.05em; }
.dialog-close { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: rgba(255,255,255,.03); font-size: 22px; cursor: pointer; }
.dialog-intro { max-width: 580px; margin: 17px 0 26px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span { color: #c7c8d1; font-size: 9px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: white; background: #0b0c14; font-size: 11px; }
.form-grid input, .form-grid select { height: 43px; padding: 0 12px; }
.form-grid textarea { padding: 12px; resize: vertical; line-height: 1.55; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: rgba(159,150,255,.65); box-shadow: 0 0 0 3px rgba(114,104,244,.1); }
.field-wide { grid-column: 1 / -1; }
.honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.consent { display: grid!important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px!important; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--primary); }
.consent span { color: var(--muted)!important; font-weight: 500!important; line-height: 1.5; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }
.form-status { margin: 0; color: var(--muted); font-size: 10px; }
.form-status.is-error { color: #ff9baa; }
.form-status.is-success { color: var(--green); }
.contact-requirement { margin: -2px 0 2px; color: var(--muted); font-size: 9px; line-height: 1.5; }

@media (max-width: 960px) {
  .public-header { grid-template-columns: 1fr auto; }
  .public-menu-button { display: block; }
  .public-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; align-items: stretch; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,11,17,.98); box-shadow: 0 20px 55px rgba(0,0,0,.45); backdrop-filter: blur(24px); }
  .public-nav.is-mobile-open { display: grid; }
  .public-nav a { padding: 12px 14px; border-radius: 9px; font-size: 12px; }
  .public-nav a:hover { background: rgba(255,255,255,.05); }
  .public-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 95px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .live-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .product-stage { min-height: 490px; }
  .badge-top { right: 5%; }
  .badge-bottom { left: 5%; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .featured-price { transform: none; }
  .price-card { min-height: 430px; }
  .custom-panel { grid-template-columns: 1fr; gap: 45px; }
  .public-footer { grid-template-columns: 1fr auto; }
  .public-footer > p { display: none; }
}

@media (max-width: 650px) {
  .public-header { min-height: 64px; padding-inline: 12px; }
  .public-brand span, .header-cta .text-link { display: none; }
  .button-small { min-height: 36px; }
  .public-section { width: min(calc(100% - 28px),var(--max)); }
  .hero { min-height: auto; padding-block: 80px 40px; }
  .hero h1 { font-size: clamp(54px,18vw,78px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .live-proof { gap: 12px; }
  .live-proof strong { font-size: 17px; }
  .live-proof small { font-size: 7px; }
  .product-stage { min-height: 430px; }
  .bot-window { transform: none; }
  .stage-orbit { transform: scale(.8); }
  .floating-badge { display: none; }
  .signal-strip { justify-content: flex-start; overflow-x: auto; }
  .features-section, .hosting-section, .custom-section, .faq-section { padding-block: 86px; }
  .section-heading h2 { font-size: 45px; }
  .feature-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; padding: 24px; }
  .feature-symbol { margin-bottom: 35px; }
  .custom-panel { padding: 35px 23px; border-radius: 21px; }
  .custom-copy h2 { font-size: 47px; }
  .final-cta { padding-inline: 0; }
  .final-cta > div { align-items: stretch; flex-direction: column; }
  .public-footer { align-items: flex-start; grid-template-columns: 1fr; }
  .public-footer .public-brand span { display: grid; }
  .public-footer nav { flex-wrap: wrap; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-foot { align-items: stretch; flex-direction: column; }
  .form-foot .button { width: 100%; }
}

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

/* Premium public-site refresh */
:root {
  --bg: #07080d;
  --surface: #101118;
  --surface-2: #161821;
  --line: rgba(255,255,255,.095);
  --muted: #a1a5b3;
  --primary: #7669ff;
  --primary-bright: #aaa2ff;
  --accent: #b868ff;
  --max: 1240px;
}

body {
  background:
    radial-gradient(circle at 50% -12%,rgba(116,91,255,.15),transparent 32rem),
    radial-gradient(circle at 90% 34%,rgba(75,117,255,.07),transparent 28rem),
    var(--bg);
}

.public-header {
  width: min(calc(100% - 40px),var(--max));
  min-height: 68px;
  margin-top: 18px;
  padding-inline: 14px 12px;
  border-color: rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(10,11,17,.72);
  box-shadow: 0 18px 60px rgba(0,0,0,.26);
}

.public-brand img { width: 34px; height: 34px; }
.public-nav a { position: relative; font-size: 11px; }
.public-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--primary-bright); transform: scaleX(0); transition: transform .2s; }
.public-nav a:hover::after { transform: scaleX(1); }
.button { min-height: 48px; padding-inline: 21px; border-radius: 12px; font-size: 12px; }
.button-small { min-height: 40px; }
.button-primary { background: linear-gradient(135deg,#7669ff,#9a5be8); box-shadow: 0 14px 38px rgba(106,87,255,.28); }
.button-ghost { background: rgba(255,255,255,.025); }

.hero {
  display: block;
  min-height: auto;
  padding-block: clamp(92px,12vw,145px) 88px;
  text-align: center;
}

.hero-copy { position: relative; z-index: 3; max-width: 990px; margin-inline: auto; }
.hero .eyebrow {
  width: max-content;
  margin-inline: auto;
  padding: 8px 12px;
  border: 1px solid rgba(159,150,255,.18);
  border-radius: 999px;
  background: rgba(118,105,255,.065);
}
.hero h1 {
  margin: 25px 0 24px;
  font-size: clamp(66px,9.5vw,126px);
  font-weight: 900;
  line-height: .87;
  letter-spacing: -.083em;
}
.hero h1 span { background: linear-gradient(105deg,#a9a2ff 10%,#d079ff 58%,#839fff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 720px; margin-inline: auto; color: #a9acb9; font-size: 16px; line-height: 1.75; }
.hero-actions { justify-content: center; margin-top: 34px; }
.hero-trust { display: flex; justify-content: center; gap: 28px; margin-top: 25px; color: #7f8392; font-size: 10px; font-weight: 650; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust b { color: var(--green); }

.product-stage {
  min-height: auto;
  margin-top: 82px;
  padding-inline: 34px;
  perspective: 1400px;
}
.stage-halo { position: absolute; inset: -16% 8% -5%; border-radius: 50%; background: radial-gradient(ellipse,rgba(121,91,255,.2),rgba(92,62,214,.06) 43%,transparent 70%); filter: blur(30px); pointer-events: none; }
.bot-console {
  position: relative;
  z-index: 2;
  width: min(100%,1070px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: #0d0f16;
  box-shadow: 0 60px 140px rgba(0,0,0,.62),0 0 80px rgba(110,79,246,.13),inset 0 1px rgba(255,255,255,.04);
  text-align: left;
  transform: rotateX(3deg);
  transform-origin: center bottom;
}
.console-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 69px; padding: 0 22px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #333641; }
.window-dots i:first-child { background: #795eff; }
.console-server { display: flex; align-items: center; gap: 10px; }
.console-server img { width: 34px; height: 34px; object-fit: contain; border-radius: 9px; background: rgba(118,105,255,.1); }
.console-server span { display: grid; gap: 3px; }
.console-server small,.console-content small,.console-float small { color: #686d7e; font-size: 7px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.console-server strong { font-size: 10px; }
.console-live { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: #8b908f; font-size: 8px; }
.console-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px rgba(84,223,154,.75); }
.console-layout { display: grid; grid-template-columns: 70px 1fr; min-height: 455px; }
.console-nav { display: flex; align-items: center; flex-direction: column; gap: 14px; padding: 20px 12px; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); }
.console-nav img { width: 31px; height: 31px; margin-bottom: 17px; object-fit: contain; }
.console-nav i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: #626675; font-size: 13px; font-style: normal; }
.console-nav i.active { color: white; background: linear-gradient(135deg,#6f63ee,#8957df); box-shadow: 0 9px 22px rgba(108,82,231,.25); }
.console-content { padding: 42px 46px; }
.console-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.console-heading h2 { margin: 8px 0 0; font-size: clamp(24px,3vw,36px); letter-spacing: -.05em; }
.console-heading > a { color: var(--primary-bright); font-size: 9px; font-weight: 750; text-decoration: none; }
.console-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 30px; }
.console-stats > div { display: grid; gap: 7px; padding: 19px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.console-stats strong { font-size: 25px; letter-spacing: -.05em; }
.console-stats em { color: #636878; font-size: 7px; font-style: normal; }
.console-modules { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 11px; }
.console-modules > div { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; min-height: 70px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.014); }
.console-modules p { display: grid; gap: 4px; margin: 0; }
.console-modules strong { font-size: 10px; }
.console-modules p small { font-size: 7px; letter-spacing: 0; text-transform: none; }
.console-modules .switch-on { width: 30px; height: 17px; }
.console-modules .switch-on::after { width: 11px; height: 11px; }
.console-float { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(19,20,30,.88); box-shadow: 0 22px 55px rgba(0,0,0,.42); text-align: left; backdrop-filter: blur(18px); }
.console-float > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 8px; color: var(--primary-bright); background: rgba(118,105,255,.13); font-size: 11px; }
.console-float > div { display: grid; gap: 4px; }
.console-float strong { font-size: 9px; }
.float-uptime { top: 11%; right: -2px; }
.float-uptime > span { color: var(--green); }
.float-command { bottom: 11%; left: 0; }

.signal-strip { width: min(calc(100% - 40px),1400px); margin-inline: auto; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.017); }
.features-section,.hosting-section,.custom-section,.faq-section { padding-block: 145px; }
.section-heading h2 { font-size: clamp(48px,6vw,78px); }
.section-heading > p { font-size: 14px; }
.feature-grid { gap: 16px; }
.feature-card { min-height: 330px; padding: 34px; border-radius: 24px; transition: border-color .25s,transform .25s,background .25s; }
.feature-card:hover { border-color: rgba(159,150,255,.27); background: linear-gradient(145deg,rgba(28,28,43,.92),rgba(14,15,24,.94)); transform: translateY(-3px); }
.feature-symbol { width: 49px; height: 49px; margin-bottom: 58px; border-radius: 14px; }
.feature-card h3 { font-size: 27px; }
.feature-card p { font-size: 13px; }
.feature-large { min-height: 420px; }
.feature-wide { min-height: 300px; }
.mini-dashboard { padding: 28px; border-radius: 18px; background: linear-gradient(145deg,#141620,#0f1018); box-shadow: 0 22px 60px rgba(0,0,0,.24); }

.hosting-section { border-block: 1px solid rgba(255,255,255,.055); background: linear-gradient(180deg,rgba(118,105,255,.025),rgba(118,105,255,.075) 50%,rgba(118,105,255,.025)); }
.price-card { min-height: 500px; padding: 34px; border-radius: 24px; background: rgba(15,17,25,.74); transition: transform .25s,border-color .25s; }
.price-card:hover { border-color: rgba(255,255,255,.17); transform: translateY(-4px); }
.featured-price { border-color: rgba(159,150,255,.46); background: radial-gradient(circle at 50% 0,rgba(118,105,255,.2),transparent 40%),linear-gradient(165deg,rgba(31,27,57,.94),rgba(14,15,23,.96)); transform: translateY(-12px); }
.featured-price:hover { transform: translateY(-16px); }
.popular { padding: 7px 13px; border-radius: 0 0 9px 9px; }

.custom-panel { gap: 86px; border-color: rgba(159,150,255,.22); background: radial-gradient(circle at 10% 5%,rgba(139,103,255,.26),transparent 38%),linear-gradient(135deg,#171526,#101117 68%); box-shadow: 0 45px 110px rgba(0,0,0,.3); }
.custom-panel::before { content: ""; position: absolute; top: 0; left: 8%; width: 40%; height: 1px; background: linear-gradient(90deg,transparent,#a099ff,transparent); }
.custom-panel::after { color: rgba(159,150,255,.035); }
.custom-copy .kicker { color: var(--primary-bright); }
.custom-copy h2 span { color: transparent; background: linear-gradient(105deg,#aaa2ff,#cf73ff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.custom-copy > p:not(.kicker),.process-list small { color: var(--muted); }
.process-list li { border-color: var(--line); }
.process-list li > span { border-color: rgba(159,150,255,.19); color: var(--primary-bright); background: rgba(118,105,255,.07); }
.faq-grid details { border-radius: 17px; transition: border-color .2s,background .2s; }
.faq-grid details:hover,.faq-grid details[open] { border-color: rgba(159,150,255,.23); background: rgba(20,21,32,.84); }
.faq-grid summary { min-height: 80px; padding-inline: 23px; font-size: 12px; }
.final-cta { margin-bottom: 84px; padding-block: 125px; }

@media (max-width: 960px) {
  .hero { padding-top: 105px; }
  .product-stage { padding-inline: 0; }
  .bot-console { transform: none; }
  .console-content { padding: 35px 30px; }
  .console-float { display: none; }
  .features-section,.hosting-section,.custom-section,.faq-section { padding-block: 110px; }
  .featured-price,.featured-price:hover { transform: none; }
}

@media (max-width: 650px) {
  .public-header { width: calc(100% - 24px); margin-top: 12px; }
  .hero { padding-block: 82px 58px; }
  .hero h1 { font-size: clamp(53px,17vw,75px); }
  .hero-lead { font-size: 14px; }
  .hero-trust { flex-wrap: wrap; gap: 10px 18px; }
  .product-stage { margin-top: 55px; }
  .bot-console { border-radius: 18px; }
  .console-bar { grid-template-columns: auto 1fr; min-height: 58px; padding-inline: 15px; }
  .console-server { justify-self: end; }
  .console-live { display: none; }
  .console-layout { grid-template-columns: 1fr; min-height: 0; }
  .console-nav { display: none; }
  .console-content { padding: 25px 18px 20px; }
  .console-heading { align-items: flex-start; flex-direction: column; }
  .console-heading h2 { font-size: 24px; }
  .console-heading > a { display: none; }
  .console-stats { gap: 6px; margin-top: 22px; }
  .console-stats > div { gap: 5px; padding: 13px 10px; }
  .console-stats strong { font-size: 18px; }
  .console-modules { grid-template-columns: 1fr; gap: 6px; }
  .console-modules > div { min-height: 61px; }
  .console-modules > div:nth-child(n+3) { display: none; }
  .signal-strip { width: calc(100% - 24px); }
  .features-section,.hosting-section,.custom-section,.faq-section { padding-block: 88px; }
  .section-heading h2 { font-size: 44px; }
  .feature-card { padding: 26px; border-radius: 20px; }
  .feature-symbol { margin-bottom: 38px; }
  .price-card { min-height: 450px; padding: 28px; }
  .final-cta { padding-block: 90px; }
}
