@property --angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }

:root {
  --night: #04070f;
  --deep: #0a1322;
  --navy: #03246e;
  --brand: #007bff;
  --beam: #10a5ff;
  --ice: #eaf2fb;
  --mist: #93a7c2;
  --line: rgba(255, 255, 255, .11);
  --rec: #ff3b3b;
  --header-h: 76px;
  color-scheme: dark;
  --ease: cubic-bezier(.22, .75, .25, 1);
  --display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --body: "Public Sans", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; font: 400 1.0625rem/1.65 var(--body); color: var(--ice); background: var(--night); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--beam); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(1200px, 100% - 36px); margin-inline: auto; }
h1, h2, h3 { font-family: var(--display); line-height: 1.06; margin: 0; letter-spacing: -0.025em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 700; }
h3 { font-size: 1.28rem; font-weight: 700; letter-spacing: -0.015em; }
p { margin: 0; }

/* Scroll reveal, armed only once JS runs so a no-JS page stays readable */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js [data-reveal].in { opacity: 1; transform: none; }

/* Buttons */
.btn { position: relative; display: inline-block; font: 600 1rem/1 var(--body); text-decoration: none; padding: 15px 24px; border-radius: 10px; border: 1px solid transparent; cursor: pointer; overflow: hidden; transition: transform .25s var(--ease), background-color .25s, border-color .25s, box-shadow .25s, color .25s; }
.btn-lg { padding: 17px 30px; font-size: 1.02rem; }
.btn::after { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, .28) 50%, transparent 80%); transition: transform .7s var(--ease); }
.btn:hover::after { transform: translateX(120%); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--beam)); color: #fff; box-shadow: 0 12px 30px -12px rgba(0, 123, 255, .8); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(0, 123, 255, .95); }
.btn-ghost { border-color: rgba(255, 255, 255, .26); color: var(--ice); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--beam); background: rgba(16, 165, 255, .12); }
.btn-outline { border-color: rgba(0, 123, 255, .6); color: var(--ice); }
.btn-outline:hover { transform: translateY(-2px); background: rgba(0, 123, 255, .14); border-color: var(--beam); }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: var(--header-h); border-bottom: 1px solid transparent; transition: background-color .35s, backdrop-filter .35s, border-color .35s; }
.site-header.stuck { background: rgba(4, 10, 25, .78); backdrop-filter: blur(14px) saturate(140%); border-bottom-color: var(--line); }
.scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; }
.scroll-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--brand), var(--beam)); box-shadow: 0 0 12px rgba(16, 165, 255, .8); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 44px; width: auto; transition: transform .3s var(--ease); }
.brand:hover img { transform: scale(1.04); }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a:not(.btn) { position: relative; color: var(--ice); text-decoration: none; font-weight: 500; font-size: .95rem; padding: 8px 0; transition: color .25s; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--brand), var(--beam)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav a:not(.btn):hover::after, .nav a.is-active::after { transform: scaleX(1); }
.nav a.is-active { color: #fff; }
.nav-cta { padding: 12px 20px; font-size: .95rem; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; place-items: center; background: rgba(255, 255, 255, .06); border: 1px solid var(--line); border-radius: 12px; color: var(--ice); cursor: pointer; }
.nav-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.nav-toggle .cross { display: none; }
.nav-toggle[aria-expanded="true"] .bars { display: none; }
.nav-toggle[aria-expanded="true"] .cross { display: block; }

/* Hero */
.hero { position: relative; padding: calc(var(--header-h) + clamp(36px, 6vw, 76px)) 0 clamp(56px, 8vw, 110px); overflow: hidden; }
.hero-glow { position: absolute; inset: -20% -10% auto; height: 120%; pointer-events: none; background:
  radial-gradient(48rem 32rem at 12% 8%, rgba(0, 123, 255, .34), transparent 62%),
  radial-gradient(40rem 34rem at 88% 0%, rgba(16, 165, 255, .22), transparent 60%),
  radial-gradient(52rem 30rem at 60% 90%, rgba(3, 36, 110, .55), transparent 65%);
  animation: drift 22s ease-in-out infinite alternate; }
.hero-grid-lines { position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(147, 167, 194, .085) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 167, 194, .085) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 35%, #000 20%, transparent 100%);
  mask-image: radial-gradient(70% 60% at 50% 35%, #000 20%, transparent 100%); }
@keyframes drift { to { transform: translate3d(-3%, 2%, 0) scale(1.08); } }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(36px, 5vw, 70px); align-items: center; }

.badge { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .84rem; color: #c6d8ef; background: rgba(255, 255, 255, .05); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px 8px 13px; margin-bottom: 24px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--beam); box-shadow: 0 0 0 0 rgba(16, 165, 255, .7); animation: pulse 2.2s infinite; flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(16, 165, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(16, 165, 255, 0); } }
.lede { margin-top: 24px; font-size: 1.16rem; color: var(--mist); max-width: 36em; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust { list-style: none; margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; font-size: .94rem; color: #c3d2e5; }
.trust li { display: flex; align-items: flex-start; gap: 10px; }
.trust li::before { content: ""; flex: none; margin-top: .42em; width: 13px; height: 7px; border-left: 2px solid var(--beam); border-bottom: 2px solid var(--beam); transform: rotate(-45deg); }

/* Hero video, framed as a monitor */
.monitor { position: relative; margin: 0; padding: 12px; border-radius: 20px; background: linear-gradient(150deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02)); border: 1px solid var(--line); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .9), 0 0 70px -30px rgba(0, 123, 255, .5); }
.monitor-screen { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 9; background: #03070e; }
.yt-facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #03070e; cursor: pointer; display: block; }
.yt-thumb { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .4s, transform .8s var(--ease); }
.yt-facade:hover .yt-thumb { opacity: 1; transform: scale(1.04); }
.yt-play { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--beam)); box-shadow: 0 16px 40px -10px rgba(0, 123, 255, .9); transition: transform .3s var(--ease); }
.yt-play::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .45); animation: halo 2.4s ease-out infinite; }
@keyframes halo { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.yt-play svg { width: 34px; height: 34px; margin-left: 4px; }
.yt-facade:hover .yt-play { transform: scale(1.08); }
.monitor-screen iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.corner { position: absolute; width: 20px; height: 20px; border: 0 solid rgba(255, 255, 255, .75); pointer-events: none; transition: opacity .3s; }
.corner.tl { top: 12px; left: 12px; border-top-width: 2px; border-left-width: 2px; }
.corner.tr { top: 12px; right: 12px; border-top-width: 2px; border-right-width: 2px; }
.corner.bl { bottom: 12px; left: 12px; border-bottom-width: 2px; border-left-width: 2px; }
.corner.br { bottom: 12px; right: 12px; border-bottom-width: 2px; border-right-width: 2px; }
.osd { position: absolute; color: #fff; font: 600 .74rem/1 var(--body); letter-spacing: .04em; text-shadow: 0 1px 4px rgba(0, 0, 0, .85); pointer-events: none; transition: opacity .3s; }
.rec { top: 20px; left: 42px; display: flex; align-items: center; gap: 7px; }
.rec i { width: 9px; height: 9px; border-radius: 50%; background: var(--rec); box-shadow: 0 0 10px var(--rec); animation: blink 1.5s steps(2, jump-none) infinite; }
.res { top: 20px; right: 42px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 3px; padding: 4px 6px; }
.tc { bottom: 20px; right: 42px; font-variant-numeric: tabular-nums; }
.cam { bottom: 20px; left: 42px; }
.monitor.playing .osd, .monitor.playing .corner { opacity: 0; }
@keyframes blink { 50% { opacity: .15; } }
.monitor-bar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 14px 6px 4px; color: var(--mist); font-size: .84rem; }
.live { display: inline-flex; align-items: center; gap: 8px; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 9px #3ddc84; }
.talk { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 600; }

/* Sections */
.section { position: relative; padding: clamp(64px, 9vw, 120px) 0; }
.section-alt { background: linear-gradient(180deg, rgba(3, 36, 110, .22), rgba(4, 7, 15, 0) 70%); }
.section-alt::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 123, 255, .55), transparent); }
.section-head { max-width: 48rem; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head p { margin-top: 18px; color: var(--mist); font-size: 1.1rem; }

/* Features bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.card { position: relative; grid-column: span 2; padding: 30px 28px; border-radius: 18px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015)); overflow: hidden; transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.card-wide { grid-column: span 3; }
.card-banner { grid-column: span 6; display: flex; align-items: center; gap: 26px; background: linear-gradient(120deg, rgba(0, 123, 255, .16), rgba(255, 255, 255, .02) 55%); }
.card::before { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .35s; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(16, 165, 255, .2), transparent 62%); }
.card:hover { transform: translateY(-6px); border-color: rgba(0, 123, 255, .55); box-shadow: 0 30px 60px -30px rgba(0, 123, 255, .65); }
.card:hover::before { opacity: 1; }
.card > * { position: relative; }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; flex: none; margin-bottom: 20px; border-radius: 14px; background: linear-gradient(140deg, rgba(0, 123, 255, .28), rgba(16, 165, 255, .1)); border: 1px solid rgba(16, 165, 255, .3); color: var(--beam); transition: transform .4s var(--ease); }
.card-banner .card-icon { margin-bottom: 0; }
.card:hover .card-icon { transform: translateY(-3px) rotate(-4deg); }
.card-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin-bottom: 8px; }
.benefit { color: var(--beam); font-weight: 600; font-size: .92rem; margin-bottom: 10px; }
.card p:last-child { color: var(--mist); font-size: .97rem; }

/* Why us */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pillars article { position: relative; padding: 30px 30px 30px 34px; border-radius: 16px; background: rgba(255, 255, 255, .03); border: 1px solid var(--line); transition: transform .4s var(--ease), border-color .4s, background-color .4s; }
.pillars article::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 3px; border-radius: 3px; background: linear-gradient(180deg, var(--brand), var(--beam)); transform: scaleY(.25); transform-origin: top; transition: transform .45s var(--ease); }
.pillars article:hover { transform: translateY(-5px); border-color: rgba(0, 123, 255, .45); background: rgba(255, 255, 255, .055); }
.pillars article:hover::before { transform: scaleY(1); }
.pillars p { margin-top: 12px; color: var(--mist); font-size: .99rem; }

/* Pricing */
.plans { display: grid; grid-template-columns: 1.08fr 1fr; gap: 24px; align-items: stretch; }
.plan { border-radius: 22px; padding: 1px; background: var(--line); }
.plan-main { background: conic-gradient(from var(--angle), rgba(0, 123, 255, 0) 0deg, var(--brand) 70deg, var(--beam) 120deg, rgba(0, 123, 255, 0) 200deg, rgba(0, 123, 255, 0) 360deg); animation: spin 6s linear infinite; }
@keyframes spin { to { --angle: 360deg; } }
.plan-inner { height: 100%; border-radius: 21px; padding: clamp(26px, 3.4vw, 42px); display: flex; flex-direction: column; gap: 18px; background: linear-gradient(170deg, #0c1728, #070d18); }
.plan-main .plan-inner { background: linear-gradient(170deg, #0d1c33, #060c17); }
.plan-flag { align-self: flex-start; background: linear-gradient(135deg, var(--brand), var(--beam)); color: #fff; font-weight: 600; font-size: .8rem; padding: 7px 14px; border-radius: 999px; }
.plan h3 { font-size: clamp(1.6rem, 2.4vw, 2rem); }
.plan-tag { font-weight: 600; color: var(--beam); }
.plan-for { color: var(--mist); font-size: .98rem; }
.costs { margin: 0; display: grid; gap: 14px; }
.costs div { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.costs dt { font-weight: 600; color: #a9bdd6; font-size: .92rem; }
.costs dd { margin: 0; font-size: .97rem; }
.costs strong { font-family: var(--display); font-size: 1.5rem; font-weight: 800; color: var(--beam); }
.includes { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; font-size: .96rem; }
.includes li { display: flex; align-items: flex-start; gap: 11px; }
.includes li::before { content: ""; flex: none; margin-top: .45em; width: 12px; height: 7px; border-left: 2px solid var(--brand); border-bottom: 2px solid var(--brand); transform: rotate(-45deg); }
.plan .btn { align-self: flex-start; margin-top: auto; }

/* How it works */
.steps-wrap { position: relative; }
.steps-track { position: absolute; left: 28px; right: 28px; top: 27px; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.steps-track i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--brand), var(--beam)); box-shadow: 0 0 14px rgba(16, 165, 255, .9); transition: width .2s linear; }
.steps { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; counter-reset: step; }
.steps li { counter-increment: step; padding-right: 12px; }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(140deg, #0d1c33, #070d18); border: 2px solid rgba(0, 123, 255, .5); color: var(--beam); font: 800 1.25rem var(--display); margin-bottom: 22px; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; }
.steps li:hover::before { transform: translateY(-4px); border-color: var(--beam); box-shadow: 0 14px 34px -12px rgba(16, 165, 255, .9); }
.steps h3 { font-size: 1.1rem; }
.steps p { margin-top: 10px; color: var(--mist); font-size: .95rem; }

/* Form */
.apply-grid { display: grid; gap: clamp(30px, 4vw, 48px); }
.apply-grid .section-head { margin: 0 auto; text-align: center; }
.form { display: grid; gap: 16px; border-radius: 20px; padding: clamp(22px, 3vw, 36px); background: linear-gradient(170deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)); border: 1px solid var(--line); box-shadow: 0 40px 80px -50px rgba(0, 0, 0, .9); }
.row { display: grid; gap: 16px; }
.row.cols-2 { grid-template-columns: repeat(2, 1fr); }
.row.cols-3 { grid-template-columns: repeat(3, 1fr); }
.row.cols-4 { grid-template-columns: repeat(4, 1fr); }
.row .span-2 { grid-column: span 2; }
.field { border: 0; padding: 0; margin: 0; min-width: 0; display: grid; gap: 6px; align-content: start; }
.field label:not(.choice), .field legend { font-weight: 600; font-size: .82rem; color: #a9bdd6; padding: 0; }
.req { color: var(--beam); font-size: 0; margin-left: 2px; }
.req::before { content: "*"; font-size: .95rem; font-weight: 700; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; font: inherit; font-size: .95rem; color: var(--ice); background: rgba(6, 12, 24, .7); border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; height: 46px; transition: border-color .25s, box-shadow .25s, background-color .25s; }
textarea { height: auto; resize: vertical; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: #61799a; }
input:hover, textarea:hover { border-color: rgba(255, 255, 255, .24); }
input:focus-visible, textarea:focus-visible { outline: 0; border-color: var(--brand); background: rgba(6, 12, 24, .95); box-shadow: 0 0 0 4px rgba(0, 123, 255, .22); }
fieldset.field { display: flex; flex-wrap: wrap; gap: 9px; }
fieldset.field legend { width: 100%; margin-bottom: 4px; }
fieldset.field-3 { display: grid; grid-template-columns: repeat(3, 1fr); }
fieldset.field-3 legend { grid-column: 1 / -1; }
.choice { display: inline-flex; align-items: center; gap: 9px; font-size: .88rem; font-weight: 500; line-height: 1.2; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(6, 12, 24, .55); color: var(--ice); cursor: pointer; transition: border-color .25s, background-color .25s, transform .25s var(--ease); }
.choice:hover { border-color: rgba(255, 255, 255, .3); transform: translateY(-1px); }
.choice:has(input:checked) { border-color: var(--brand); background: rgba(0, 123, 255, .18); }
.choice:has(input:focus-visible) { box-shadow: 0 0 0 4px rgba(0, 123, 255, .22); }
.choice input { accent-color: var(--beam); width: 15px; height: 15px; margin: 0; flex: none; }
.field.invalid input, .field.invalid textarea { border-color: var(--rec); }
.error { color: #ff8b8b; font-size: .8rem; font-weight: 500; }
.form-status { font-size: .92rem; font-weight: 600; text-align: center; }
.form-status:empty { display: none; }
.form-status.ok { color: #5ae0a0; }
.form-status.err { color: #ff8b8b; }
.form .btn { justify-self: center; min-width: 240px; text-align: center; }

/* Custom select */
.cselect { position: relative; }
.cselect-native { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.cselect-btn { width: 100%; height: 46px; text-align: left; font: inherit; font-size: .95rem; color: var(--ice); background: rgba(6, 12, 24, .7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%2393a7c2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 15px center; border: 1px solid var(--line); border-radius: 10px; padding: 11px 38px 11px 14px; cursor: pointer; transition: border-color .25s, box-shadow .25s; }
.cselect-btn:hover { border-color: rgba(255, 255, 255, .24); }
.cselect-btn:focus-visible, .cselect.open .cselect-btn { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(0, 123, 255, .22); }
.cselect-list { display: none; position: absolute; z-index: 30; left: 0; right: 0; top: calc(100% + 8px); margin: 0; padding: 6px; list-style: none; max-height: 260px; overflow: auto; background: #0b1524; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .95); outline: 0; }
.cselect.open .cselect-list { display: block; animation: pop .22s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(-6px); } }
.cselect-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 9px; font-size: .92rem; cursor: pointer; }
.cselect-list li.is-active { background: rgba(0, 123, 255, .2); }
.cselect-list li[aria-selected="true"] { font-weight: 600; color: var(--beam); }
.cselect-list li[aria-selected="true"]::after { content: ""; width: 10px; height: 6px; border-left: 2px solid var(--beam); border-bottom: 2px solid var(--beam); transform: rotate(-45deg) translate(1px, -1px); flex: none; }

/* FAQ */
.faq-wrap { max-width: 900px; }
.faq details { border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .03); margin-bottom: 12px; transition: border-color .3s, background-color .3s; }
.faq details[open], .faq details:hover { border-color: rgba(0, 123, 255, .45); background: rgba(255, 255, 255, .05); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 60px 22px 24px; font: 700 1.1rem/1.4 var(--display); letter-spacing: -0.01em; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after, .faq summary::before { content: ""; position: absolute; right: 26px; top: 50%; width: 14px; height: 2px; border-radius: 2px; background: var(--beam); transition: transform .35s var(--ease); }
.faq summary::before { transform: translateY(-50%) rotate(90deg); }
.faq summary::after { transform: translateY(-50%); }
.faq details[open] summary::before { transform: translateY(-50%) rotate(0deg); }
.faq-body { overflow: hidden; transition: height .35s var(--ease); }
.faq-body p { padding: 0 60px 24px 24px; color: var(--mist); }

/* Footer */
.site-footer { position: relative; background: #060a12; border-top: 1px solid var(--line); color: #b9c8db; padding: 48px 0 44px; font-size: .88rem; line-height: 1.5; }
.site-footer a { text-decoration: none; transition: color .25s; }
.site-footer a:hover { color: var(--beam); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1.1fr 1.1fr 2.6fr; gap: 0 32px; align-items: start; }
.f-brand img { width: 140px; height: auto; }
.f-brand p { margin-top: 10px; color: var(--mist); max-width: 16em; }
.f-title { font: 700 1rem/1.2 var(--body); color: #fff; margin: 8px 0 16px; }
.f-col li { margin-bottom: 9px; }
.f-contact .f-title { margin-bottom: 12px; }
.f-block { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .08); }
.f-title + .f-block { border-top: 0; padding-top: 0; }
.f-label { font: 700 1rem/1.2 var(--body); color: #fff; margin: 0 0 6px; }
.f-label span { font-weight: 400; font-size: .88rem; color: #b9c8db; }
.f-indent { padding-left: 20px !important; }
.f-indent li { margin: 0 0 3px; }
.muted { color: #6f8199; }
.social { display: flex; gap: 12px; margin-top: 10px; }
.social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .07); border: 1px solid var(--line); color: #dbe6f3; display: grid; place-items: center; transition: transform .3s var(--ease), background-color .3s, color .3s, border-color .3s; }
.social a:hover { transform: translateY(-3px); background: linear-gradient(135deg, var(--brand), var(--beam)); color: #fff; border-color: transparent; }
.social svg { width: 18px; height: 18px; }

/* Back to top, with a scroll-progress ring */
.to-top { position: fixed; right: 30px; bottom: 30px; z-index: 55; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(9, 17, 32, .88); border: 1px solid var(--line); color: #fff; backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transform: translateY(14px); pointer-events: none; transition: opacity .3s, visibility .3s, transform .3s var(--ease), background-color .3s; }
.to-top.show { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.to-top:hover { background: rgba(0, 123, 255, .32); }
.to-top .ring { position: absolute; inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px); transform: rotate(-90deg); fill: none; stroke-width: 2.5; }
.ring-track { stroke: rgba(255, 255, 255, .1); }
.ring-bar { stroke: var(--beam); stroke-linecap: round; }
.to-top .arrow { width: 22px; height: 22px; }

/* Responsive */
@media (max-width: 1020px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .card, .card-wide { grid-column: span 2; }
  .card-banner { grid-column: span 4; }
}
@media (max-width: 960px) {
  .hero-grid, .plans { grid-template-columns: 1fr; }
  .monitor { order: -1; }
  .row.cols-3, .row.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .row.cols-3 .span-2 { grid-column: 1 / -1; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .steps-track { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .f-brand, .f-contact { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .nav-toggle { display: grid; }
  .nav { display: none; position: absolute; top: calc(var(--header-h) - 6px); left: 14px; right: 14px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(7, 13, 26, .97); backdrop-filter: blur(16px); border: 1px solid var(--line); border-radius: 16px; padding: 10px 18px 20px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .9); }
  .nav.open { display: flex; animation: pop .25s var(--ease); }
  .nav a:not(.btn) { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .nav a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 16px; text-align: center; padding: 15px; }
}
@media (max-width: 700px) {
  .bento { grid-template-columns: 1fr; }
  .card, .card-wide, .card-banner { grid-column: auto; }
  .card-banner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .pillars { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body { text-align: center; }
  .steps, .row.cols-2, .row.cols-3, .row.cols-4, fieldset.field-3 { grid-template-columns: 1fr; }
  .row .span-2 { grid-column: auto; }
  .section-head, .lede, .pillars p, .f-brand p { margin-inline: auto; }
  .cta-row { flex-direction: column; }
  .cta-row .btn { width: 100%; text-align: center; }
  .badge { margin-inline: auto; }
  .trust { grid-template-columns: 1fr; }
  .trust li, .includes li { justify-content: center; }
  .card, .pillars article { text-align: center; }
  .card-icon, .steps li::before { margin-inline: auto; }
  .pillars article { padding: 28px 24px 32px; }
  .pillars article::before { left: 50%; top: auto; bottom: 0; translate: -50% 0; width: 46px; height: 3px; transform: scaleX(.3); transform-origin: center; }
  .pillars article:hover::before { transform: scaleX(1); }
  .card-banner { align-items: center; }
  .plan-inner { align-items: center; }
  .plan-flag, .plan .btn { align-self: center; }
  .costs div { grid-template-columns: 1fr; gap: 3px; text-align: center; }
  .steps li { padding-right: 0; }
  .faq summary { padding: 20px 52px; }
  .faq-body p { padding: 0 24px 22px; }
  .form { text-align: left; }
  .f-indent { padding-left: 0 !important; }
  .f-brand img, .social { margin-inline: auto; }
  .social { justify-content: center; }
  .monitor-bar { justify-content: center; }
  .brand img { height: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .to-top { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
