:root {
  --brand: #175cd3;
  --brand-dark: #0f3f98;
  --brand-soft: #eaf2ff;
  --ink: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --surface: #ffffff;
  --canvas: #f7f9fc;
  --success: #067647;
  --warning: #b54708;
  --danger: #b42318;
  --shadow: 0 14px 40px rgba(16, 24, 40, .08);
  --radius: 16px;
  --radius-sm: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
code { background: #f2f4f7; border-radius: 5px; padding: .12rem .3rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.muted { color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button-row.centered { justify-content: center; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 44px; border: 1px solid transparent; border-radius: 10px; padding: 10px 17px; font-weight: 750; transition: .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(16,24,40,.12); }
.button.primary { color: white; background: var(--brand); }
.button.primary:hover { background: var(--brand-dark); }
.button.secondary { color: var(--ink); background: white; border-color: var(--line); }
.button.danger { color: white; background: var(--danger); }
.button.ghost { color: var(--muted); background: transparent; border-color: transparent; }
.button.small { min-height: 34px; padding: 6px 10px; font-size: .82rem; }
.button.wide { width: 100%; }
.button[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.alert { border-radius: 10px; padding: 12px 14px; margin: 12px 0; font-size: .92rem; }
.alert-error { background: #fef3f2; color: #912018; border: 1px solid #fecdca; }
.alert-success { background: #ecfdf3; color: #05603a; border: 1px solid #abefc6; }
.alert-warning { background: #fffaeb; color: #93370d; border: 1px solid #fedf89; }
.alert-info { background: #eff8ff; color: #175cd3; border: 1px solid #b2ddff; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 3px 9px; background: #f2f4f7; color: #344054; font-size: .74rem; font-weight: 750; white-space: nowrap; }
.badge-active,.badge-paid,.badge-installed,.badge-completed,.badge-sold,.badge-approved,.badge-funded { background: #ecfdf3; color: #067647; }
.badge-trial,.badge-trialing,.badge-pending,.badge-scheduled,.badge-appointment,.badge-follow-up,.badge-sent { background: #eff8ff; color: #175cd3; }
.badge-overdue,.badge-cancelled,.badge-chargeback,.badge-inactive,.badge-suspended { background: #fef3f2; color: #b42318; }
.badge-draft,.badge-knocked,.badge-no-answer,.badge-held,.badge-on-hold { background: #f2f4f7; color: #475467; }
.badge-proposal,.badge-high,.badge-processing,.badge-submitted { background: #fff6ed; color: #b54708; }

/* Public site */
.public-body { background: #fff; }
.public-nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(228,231,236,.8); }
.public-nav-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; background: linear-gradient(145deg, var(--brand), #07367e); color: #fff; border-radius: 10px; font-weight: 900; box-shadow: 0 8px 18px rgba(23,92,211,.24); }
.brand small { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .04em; font-weight: 650; }
.public-links { display: flex; align-items: center; gap: 24px; }
.public-links a { color: #344054; font-size: .91rem; font-weight: 700; }
.public-actions { display: flex; align-items: center; gap: 10px; }
.mobile-menu-button { display: none; background: white; border: 1px solid var(--line); border-radius: 9px; padding: 8px 10px; }
.hero { padding: 90px 0 72px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(23,92,211,.16), rgba(23,92,211,0) 68%); top: -180px; right: -80px; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.hero h1 { margin: 18px 0; font-size: clamp(2.7rem, 5.2vw, 5rem); line-height: 1.02; letter-spacing: -.055em; max-width: 770px; }
.hero-copy { color: #475467; font-size: 1.15rem; max-width: 690px; margin: 0 0 30px; }
.hero-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; color: #475467; font-size: .88rem; font-weight: 650; }
.hero-meta span::before { content: "✓"; margin-right: 7px; color: var(--success); font-weight: 900; }
.product-window { border-radius: 22px; background: #0d1930; padding: 13px; box-shadow: 0 38px 80px rgba(16,24,40,.22); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); }
.product-browser { background: #f8fafc; border-radius: 13px; overflow: hidden; min-height: 480px; }
.browser-top { background: #fff; border-bottom: 1px solid var(--line); padding: 11px 14px; display: flex; align-items: center; gap: 7px; }
.browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #d0d5dd; }
.browser-grid { display: grid; grid-template-columns: 112px 1fr; min-height: 440px; }
.browser-sidebar { background: #101828; padding: 20px 11px; }
.browser-logo { width: 30px; height: 30px; margin-bottom: 28px; background: var(--brand); border-radius: 8px; }
.browser-nav-line { height: 9px; border-radius: 4px; background: #344054; margin: 15px 2px; }
.browser-nav-line.active { background: #84adff; width: 80%; }
.browser-main { padding: 22px; }
.browser-title { height: 22px; width: 42%; border-radius: 6px; background: #101828; margin-bottom: 20px; }
.browser-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.browser-stat { background: #fff; border: 1px solid #eaecf0; border-radius: 10px; padding: 14px; }
.browser-stat span { display: block; height: 8px; width: 58%; background: #d0d5dd; border-radius: 4px; margin-bottom: 14px; }
.browser-stat strong { display: block; height: 22px; width: 72%; background: #175cd3; border-radius: 5px; }
.browser-chart { height: 160px; margin-top: 14px; background: #fff; border: 1px solid #eaecf0; border-radius: 10px; padding: 18px; display: flex; align-items: end; gap: 9px; }
.browser-chart i { flex: 1; background: linear-gradient(#84adff, #175cd3); border-radius: 4px 4px 0 0; min-height: 20px; }
.browser-table { margin-top: 14px; background: #fff; border: 1px solid #eaecf0; border-radius: 10px; padding: 14px; }
.browser-row { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid #f2f4f7; }
.browser-row:last-child { border-bottom: 0; }
.browser-row i { height: 8px; background: #d0d5dd; border-radius: 4px; }
.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fcfcfd; padding: 22px 0; }
.logo-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #667085; font-size: .88rem; font-weight: 800; }
.section { padding: 92px 0; }
.section.soft { background: #f8fafc; }
.section.dark { background: #0c1729; color: #fff; }
.section-head { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { margin: 13px 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.04em; }
.section-head p { color: #667085; font-size: 1.05rem; }
.section.dark .section-head p { color: #b8c1d1; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 27px; border-radius: 17px; border: 1px solid var(--line); background: #fff; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: var(--brand-soft); color: var(--brand); font-weight: 900; margin-bottom: 20px; }
.feature-card h3 { margin: 0 0 9px; font-size: 1.08rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.workflow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; counter-reset: step; }
.workflow-card { position: relative; padding: 24px 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 15px; }
.workflow-card::before { counter-increment: step; content: counter(step); width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: white; font-size: .8rem; font-weight: 900; margin-bottom: 18px; }
.workflow-card h3 { margin: 0 0 7px; font-size: 1rem; }
.workflow-card p { margin: 0; color: #b8c1d1; font-size: .85rem; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 26px; }
.check-grid div { display: flex; gap: 9px; color: #344054; font-weight: 650; font-size: .91rem; }
.check-grid div::before { content: "✓"; display: grid; place-items: center; flex: 0 0 21px; height: 21px; border-radius: 50%; background: #ecfdf3; color: var(--success); font-size: .7rem; font-weight: 900; }
.metric-stack { display: grid; gap: 15px; }
.metric-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 22px; box-shadow: var(--shadow); }
.metric-card strong { display: block; font-size: 2rem; letter-spacing: -.04em; }
.metric-card span { color: var(--muted); font-size: .88rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--brand); box-shadow: 0 22px 54px rgba(23,92,211,.15); transform: translateY(-10px); }
.popular-label { position: absolute; top: -14px; right: 22px; background: var(--brand); color: white; border-radius: 999px; padding: 6px 11px; font-size: .73rem; font-weight: 800; }
.price-card h3 { margin: 0; font-size: 1.25rem; }
.price-card .price { font-size: 3rem; line-height: 1; margin: 19px 0 8px; letter-spacing: -.05em; font-weight: 900; }
.price-card .price small { font-size: .9rem; color: var(--muted); letter-spacing: 0; font-weight: 650; }
.price-card p { color: var(--muted); min-height: 44px; }
.price-features { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 11px; flex: 1; }
.price-features li { display: flex; gap: 9px; font-size: .9rem; color: #344054; }
.price-features li::before { content: "✓"; color: var(--success); font-weight: 900; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.gallery-item img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.gallery-copy { padding: 17px; }
.gallery-copy h3 { margin: 0 0 5px; }
.gallery-copy p { margin: 0; color: var(--muted); font-size: .88rem; }
.faq-list { max-width: 850px; margin: 0 auto; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 13px; background: white; padding: 0 20px; }
summary { cursor: pointer; list-style: none; padding: 19px 0; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
details p { color: var(--muted); margin: 0 0 20px; }
.cta-band { margin: 0 auto 92px; width: min(1180px, calc(100% - 40px)); padding: 50px; border-radius: 24px; background: linear-gradient(125deg, #0f3f98, #175cd3 60%, #5087ec); color: white; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 8px; letter-spacing: -.04em; }
.cta-band p { margin: 0; color: #dbe8ff; }
.public-footer { background: #0c1729; color: #b8c1d1; padding: 54px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
.footer-grid h4 { color: white; margin: 0 0 13px; }
.footer-grid a { color: #b8c1d1; display: block; margin: 8px 0; font-size: .88rem; }
.footer-bottom { border-top: 1px solid #28364d; margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: .9fr 1.1fr; background: white; }
.auth-side { background: #0c1729; color: white; padding: 55px clamp(30px, 6vw, 90px); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.auth-side::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(54,117,230,.45), rgba(54,117,230,0) 70%); right: -230px; bottom: -180px; }
.auth-side .brand { color: white; position: relative; z-index: 1; }
.auth-pitch { position: relative; z-index: 1; max-width: 530px; }
.auth-pitch h1 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.05em; margin: 0 0 20px; }
.auth-pitch p { color: #cbd5e1; font-size: 1.05rem; }
.auth-points { display: grid; gap: 13px; margin-top: 30px; }
.auth-points div::before { content: "✓"; color: #84adff; margin-right: 10px; }
.auth-form-side { padding: 55px clamp(25px, 7vw, 110px); display: grid; place-items: center; }
.auth-card { width: min(560px, 100%); }
.auth-card h1 { font-size: 2rem; margin-bottom: 8px; letter-spacing: -.035em; }
.auth-card > p { color: var(--muted); margin-top: 0; }

/* Forms */
.stack-form { display: grid; gap: 17px; }
.form-grid { display: grid; gap: 16px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid.three { grid-template-columns: repeat(3, 1fr); }
.form-grid.four { grid-template-columns: repeat(4, 1fr); }
label { display: grid; gap: 6px; color: #344054; font-size: .84rem; font-weight: 750; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid #d0d5dd; border-radius: 9px; background: white; color: var(--ink); padding: 10px 12px; min-height: 42px; outline: none; transition: border .16s, box-shadow .16s; }
textarea { min-height: 105px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #84adff; box-shadow: 0 0 0 4px rgba(23,92,211,.11); }
.checkbox-line { display: flex; align-items: center; gap: 9px; font-weight: 650; }
.checkbox-line input { width: 17px; min-height: 17px; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
.search-bar { display: flex; gap: 9px; align-items: end; }
.search-bar label { flex: 1; }

/* Installer */
.install-body { min-height: 100vh; background: linear-gradient(145deg, #edf3fc, #f8fafc 45%, #eef2f7); padding: 35px 0; }
.install-shell { width: min(1150px, calc(100% - 36px)); margin: 0 auto; }
.install-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.install-brand strong { display: block; }
.install-brand span { display: block; color: var(--muted); font-size: .82rem; }
.install-grid { display: grid; grid-template-columns: 340px 1fr; gap: 22px; align-items: start; }
.requirements-card, .install-card { padding: 30px; }
.install-card h1 { font-size: 2.1rem; margin: 7px 0 8px; letter-spacing: -.04em; }
.check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: .87rem; }
.check-list li span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }
.check-list .passed span { background: #ecfdf3; color: var(--success); }
.check-list .failed span { background: #fef3f2; color: var(--danger); }
.install-note { background: #f8fafc; border: 1px solid var(--line); border-radius: 10px; padding: 13px; color: var(--muted); font-size: .82rem; }
.success-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #ecfdf3; color: var(--success); font-size: 1.7rem; font-weight: 900; margin: 0 auto; }
.install-card:has(.success-icon) { text-align: center; max-width: 680px; margin: 80px auto; }

/* Application shell */
.app-body { background: var(--canvas); }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 248px 1fr; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 248px; background: #101828; color: white; padding: 19px 14px; display: flex; flex-direction: column; z-index: 50; overflow-y: auto; }
.sidebar .brand { color: white; padding: 2px 8px 18px; border-bottom: 1px solid #26334a; }
.sidebar .brand small { color: #98a2b3; }
.company-switch { margin: 15px 5px 8px; padding: 10px; background: #1d2939; border-radius: 10px; }
.company-switch strong { display: block; font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.company-switch span { display: block; color: #98a2b3; font-size: .72rem; }
.nav-section { color: #667085; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; margin: 20px 11px 7px; }
.side-nav { display: grid; gap: 3px; }
.side-nav a { display: flex; align-items: center; gap: 10px; color: #c7d0de; padding: 9px 11px; border-radius: 8px; font-size: .86rem; font-weight: 650; }
.side-nav a:hover, .side-nav a.active { background: #26334a; color: white; }
.side-nav .nav-icon { width: 18px; color: #98a2b3; font-style: normal; text-align: center; font-size: .82rem; }
.sidebar-footer { margin-top: auto; padding: 16px 6px 4px; border-top: 1px solid #26334a; }
.sidebar-user { display: flex; gap: 10px; align-items: center; }
.avatar { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border-radius: 50%; background: #344054; color: white; font-size: .77rem; font-weight: 900; }
.sidebar-user strong { display: block; font-size: .79rem; }
.sidebar-user span { display: block; color: #98a2b3; font-size: .68rem; }
.main-wrap { grid-column: 2; min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 35; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 28px; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.topbar-title { display: flex; align-items: center; gap: 10px; }
.topbar-title h1 { margin: 0; font-size: 1rem; }
.mobile-sidebar-toggle { display: none; border: 0; background: #f2f4f7; border-radius: 8px; padding: 8px 10px; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.trial-pill { background: #eff8ff; color: #175cd3; border-radius: 999px; padding: 6px 10px; font-size: .73rem; font-weight: 800; }
.impersonation-bar { background: #fffaeb; color: #93370d; padding: 9px 28px; border-bottom: 1px solid #fedf89; display: flex; justify-content: space-between; align-items: center; font-size: .84rem; font-weight: 700; }
.page-content { padding: 27px; max-width: 1600px; margin: 0 auto; }
.page-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.page-header h2 { margin: 0; font-size: 1.7rem; letter-spacing: -.035em; }
.page-header p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 20px; }
.stat-card { padding: 20px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.stat-card .stat-label { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .79rem; font-weight: 700; }
.stat-card strong { display: block; font-size: 1.75rem; letter-spacing: -.04em; margin-top: 9px; }
.stat-card small { color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { background: white; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.card-header { padding: 17px 19px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-header h3 { margin: 0; font-size: .98rem; }
.card-body { padding: 19px; }
.empty-state { text-align: center; padding: 45px 20px; color: var(--muted); }
.empty-state strong { color: var(--ink); display: block; margin-bottom: 4px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 14px; border-bottom: 1px solid #eaecf0; text-align: left; vertical-align: middle; font-size: .82rem; }
th { color: #475467; background: #f9fafb; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
td strong { display: block; color: var(--ink); }
td small { display: block; color: var(--muted); margin-top: 2px; }
tr:last-child td { border-bottom: 0; }
.row-actions { display: flex; gap: 5px; justify-content: flex-end; white-space: nowrap; }
.kpi-list { display: grid; gap: 11px; }
.kpi-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 11px 0; border-bottom: 1px solid #f2f4f7; }
.kpi-row:last-child { border-bottom: 0; }
.progress { height: 7px; background: #eaecf0; border-radius: 999px; overflow: hidden; margin-top: 7px; }
.progress span { display: block; height: 100%; background: var(--brand); border-radius: inherit; }
.activity-list { display: grid; }
.activity-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: start; padding: 12px 0; border-bottom: 1px solid #f2f4f7; }
.activity-item:last-child { border-bottom: 0; }
.activity-dot { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--brand-soft); color: var(--brand); font-size: .72rem; font-weight: 900; }
.activity-item p { margin: 0; font-size: .82rem; }
.activity-item small { color: var(--muted); }
.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(16,24,40,.56); z-index: 100; }
.modal.open { display: flex; }
.modal-card { width: min(700px, 100%); max-height: 92vh; overflow-y: auto; background: white; border-radius: 16px; box-shadow: 0 30px 80px rgba(16,24,40,.25); }
.modal-header { display: flex; justify-content: space-between; align-items: center; padding: 19px 21px; border-bottom: 1px solid var(--line); }
.modal-header h3 { margin: 0; }
.modal-close { border: 0; background: #f2f4f7; width: 32px; height: 32px; border-radius: 8px; }
.modal-body { padding: 21px; }
.tabs { display: flex; gap: 5px; border-bottom: 1px solid var(--line); margin-bottom: 20px; overflow-x: auto; }
.tabs a { padding: 10px 12px; color: var(--muted); font-size: .82rem; font-weight: 750; border-bottom: 2px solid transparent; white-space: nowrap; }
.tabs a.active { color: var(--brand); border-bottom-color: var(--brand); }
.pill-filter { display: flex; gap: 7px; flex-wrap: wrap; }
.pill-filter a { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #475467; font-size: .75rem; font-weight: 750; background: white; }
.pill-filter a.active { background: var(--brand); color: white; border-color: var(--brand); }
.chart-bars { height: 210px; display: flex; align-items: end; gap: 9px; padding-top: 18px; }
.chart-bar { flex: 1; min-width: 24px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 7px; height: 100%; }
.chart-bar i { width: 100%; max-width: 42px; background: linear-gradient(180deg, #84adff, #175cd3); border-radius: 6px 6px 2px 2px; min-height: 4px; }
.chart-bar small { color: var(--muted); font-size: .65rem; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.media-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; }
.media-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.media-card-body { padding: 13px; }
.media-card-body h4 { margin: 0 0 4px; }
.color-preview { width: 38px; height: 38px; border-radius: 8px; border: 1px solid var(--line); }
.health-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.health-item { border: 1px solid var(--line); border-radius: 11px; padding: 15px; }
.health-item strong { display: block; }
.health-item span { color: var(--muted); font-size: .78rem; }

@media (max-width: 1080px) {
  .feature-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow { grid-template-columns: repeat(3, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { gap: 35px; }
}
@media (max-width: 900px) {
  .public-links, .public-actions .secondary { display: none; }
  .mobile-menu-button { display: block; }
  .hero { padding-top: 55px; }
  .hero-grid, .split-section, .auth-shell { grid-template-columns: 1fr; }
  .product-window { transform: none; max-width: 680px; }
  .auth-side { min-height: 380px; }
  .auth-form-side { padding-top: 38px; padding-bottom: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .app-shell { display: block; }
  .sidebar { transform: translateX(-100%); transition: transform .22s ease; }
  .sidebar.open { transform: translateX(0); }
  .main-wrap { margin-left: 0; }
  .mobile-sidebar-toggle { display: block; }
  .install-grid { grid-template-columns: 1fr; }
  .requirements-card { order: 2; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .public-nav-inner { height: 66px; }
  .public-actions .button { padding: 8px 11px; min-height: 38px; font-size: .8rem; }
  .hero h1 { font-size: 2.65rem; }
  .hero-copy { font-size: 1rem; }
  .browser-grid { grid-template-columns: 75px 1fr; }
  .browser-main { padding: 14px; }
  .feature-grid, .pricing-grid, .gallery-grid, .workflow, .grid-2, .grid-3, .media-grid, .health-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .check-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 34px 25px; display: block; }
  .cta-band .button-row { margin-top: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .auth-side { padding: 35px 25px; min-height: 330px; }
  .auth-form-side { padding: 30px 22px; }
  .form-grid.two, .form-grid.three, .form-grid.four { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr; }
  .topbar { padding: 0 15px; }
  .page-content { padding: 18px 13px; }
  .page-header { display: block; }
  .page-header .button-row { margin-top: 14px; }
  .trial-pill { display: none; }
  .impersonation-bar { padding: 8px 14px; }
  .install-body { padding: 18px 0; }
  .requirements-card, .install-card { padding: 21px; }
}

/* Integration center and owner-admin additions */
.integration-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-bottom:22px; }
.integration-card { display:flex; flex-direction:column; gap:12px; padding:17px; border:1px solid var(--line); border-radius:13px; background:#fff; color:inherit; transition:.18s ease; min-height:190px; }
.integration-card:hover,.integration-card.selected { border-color:var(--brand); box-shadow:0 9px 28px rgba(16,24,40,.08); transform:translateY(-1px); }
.integration-card-head { display:flex; align-items:center; gap:11px; }
.integration-card-head strong,.integration-card-head small { display:block; }
.integration-card-head small { color:var(--muted); margin-top:2px; font-size:.72rem; }
.integration-logo { width:39px; height:39px; border-radius:10px; display:grid; place-items:center; background:var(--brand-soft); color:var(--brand); font-weight:900; }
.integration-card p { color:var(--muted); font-size:.8rem; line-height:1.55; margin:0; flex:1; }
.integration-card-foot { display:flex; justify-content:space-between; align-items:center; gap:8px; color:var(--muted); font-size:.67rem; }
.integration-config { margin-bottom:20px; }
.integration-actions { display:flex; gap:8px; flex-wrap:wrap; padding-top:17px; margin-top:17px; border-top:1px solid var(--line); }
.webhook-box,.oauth-callout { display:flex; justify-content:space-between; align-items:center; gap:18px; margin-top:18px; border:1px solid #b2ddff; background:#eff8ff; border-radius:12px; padding:15px; }
.webhook-box p,.oauth-callout p { margin:3px 0 8px; color:#475467; font-size:.79rem; }
.webhook-box code,.oauth-callout code { word-break:break-all; font-size:.7rem; }
.check-grid.compact { grid-template-columns:repeat(3,1fr); gap:7px; }
.check-grid.compact label { border:1px solid var(--line); padding:8px 10px; border-radius:8px; background:#f9fafb; }
fieldset { border:1px solid var(--line); border-radius:11px; padding:14px; }
fieldset legend { padding:0 6px; font-size:.76rem; font-weight:800; color:#475467; }
.inline-form { display:flex; align-items:center; gap:7px; flex-wrap:wrap; }
.inline-form input,.inline-form select { min-width:110px; }
.health-list { display:grid; }
.health-list > div { display:flex; justify-content:space-between; align-items:center; gap:15px; padding:11px 0; border-bottom:1px solid #f2f4f7; }
.health-list > div:last-child { border-bottom:0; }
.health-list span { color:var(--muted); font-size:.8rem; }
.admin-pricing { align-items:stretch; }
.admin-pricing .price-card { transform:none; }
.compact-tabs { margin:0; border:0; }
.ticket-grid { display:grid; gap:16px; }
.ticket-message { background:#f9fafb; border:1px solid var(--line); border-radius:10px; padding:14px; line-height:1.65; }
.feature-overrides { display:grid; gap:7px; margin-top:12px; min-width:460px; }
.feature-row { display:grid; grid-template-columns:1fr 150px auto; }
.align-end { align-items:end; justify-content:flex-end; }
.brand-preview { border-radius:14px; padding:28px; background:linear-gradient(135deg,#101828,#1d2939); color:#fff; }
.brand-preview .brand-mark,.brand-preview .button.primary { background:var(--preview-brand); }
.brand-preview p { color:#d0d5dd; }
.media-admin-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; padding:18px; }
.media-admin-card { border:1px solid var(--line); border-radius:12px; overflow:hidden; background:#fff; }
.media-admin-card > img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.media-admin-card > form { margin:14px; }
.media-admin-card textarea { min-height:74px; }
.owner-sidebar { background:#111827; }
.owner-sidebar .side-nav a.active { background:#24324a; }
.owner-body .topbar { border-bottom-color:#d0d5dd; }
code { font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; }
hr { border:0; border-top:1px solid var(--line); margin:20px 0; }
.sidebar-overlay { display:none; }

@media (max-width:1180px){.integration-grid,.media-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:900px){.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.sidebar-overlay{position:fixed;inset:0;background:rgba(16,24,40,.38);z-index:39}.sidebar.open + .main-wrap + .sidebar-overlay{display:block}}
@media (max-width:680px){.integration-grid,.media-admin-grid{grid-template-columns:1fr}.webhook-box,.oauth-callout{align-items:flex-start;flex-direction:column}.check-grid.compact{grid-template-columns:1fr}.feature-overrides{min-width:0}.feature-row{grid-template-columns:1fr}.compact-tabs{margin-top:14px}.integration-card-foot{align-items:flex-start;flex-direction:column}}

/* Interaction fixes */
.sidebar-overlay[hidden] { display: none !important; }
body.sidebar-open { overflow: hidden; }
.button.is-busy, button:disabled { cursor: wait; }
@media (max-width: 900px) {
  .public-links.mobile-open {
    display: flex;
    position: absolute;
    top: 66px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(16,24,40,.12);
    z-index: 60;
  }
  .sidebar-overlay:not([hidden]) { display: block; }
}
.integration-health-bar { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:14px 0 20px; padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.integration-health-bar strong, .integration-health-bar span { display:block; }
.integration-health-bar span { color:var(--muted); font-size:.78rem; margin-top:3px; word-break:break-word; }
.api-example { margin-top:14px; border:1px solid var(--line); background:#101828; color:#f2f4f7; border-radius:10px; padding:13px; }
.api-example strong { display:block; margin-bottom:7px; }
.api-example pre { margin:0; overflow:auto; }
.api-example code { background:transparent; color:#d1e0ff; padding:0; white-space:pre-wrap; word-break:break-all; }
@media (max-width:680px) { .integration-health-bar { align-items:flex-start; flex-direction:column; } }

/* Plan entitlements and upgrade experience */
.nav-locked{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;color:#98a2b3;border-radius:8px;font-size:.88rem}.nav-locked>span{display:flex;align-items:center;min-width:0}.nav-locked .lock-mark{font-size:.7rem;margin-left:5px}.nav-upgrade{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700;cursor:pointer}.nav-upgrade:hover{background:var(--brand);border-color:var(--brand)}.modal-wide{width:min(1120px,96vw)}.compact-pricing{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.compact-pricing .price-card{padding:18px}.compact-pricing .price{font-size:1.7rem}.upgrade-note{text-align:center;color:#667085;font-size:.82rem;margin:16px 0 0}.button[disabled]{opacity:.58;cursor:not-allowed}.alert-info{background:#eff8ff;border-color:#b2ddff;color:#175cd3}@media(max-width:900px){.compact-pricing{grid-template-columns:1fr}.modal-wide{width:min(620px,96vw)}}

/* Provider-specific integration setup dialogs */
.integration-card-button{width:100%;text-align:left;font:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.integration-card-button:hover{border-color:var(--brand);transform:translateY(-1px);box-shadow:0 10px 28px rgba(16,24,40,.08)}.integration-card-action{align-self:flex-start;pointer-events:none}.integration-modal-card{max-height:92vh;overflow:hidden}.integration-modal-card .modal-body{overflow-y:auto;max-height:calc(92vh - 76px)}.integration-provider-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px;color:var(--muted);font-size:.76rem}.integration-provider-meta>span:not(.badge){padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:#f9fafb}.field-span-two{grid-column:1/-1}.integration-provider-form{margin:0}.integration-modal .modal-header p{margin:4px 0 0;color:var(--muted);font-size:.8rem;max-width:720px}.integration-modal .modal-header{align-items:flex-start}@media(max-width:680px){.integration-modal-card{width:96vw;max-height:96vh}.integration-modal-card .modal-body{max-height:calc(96vh - 76px)}.field-span-two{grid-column:auto}}
/* Public marketing expansion — 1.7.0 */
.hero-expanded{padding:96px 0 80px}.button-large{padding:15px 22px;font-size:1rem}.product-window img{border-radius:14px;width:100%;aspect-ratio:4/3;object-fit:cover}.dashboard-showcase{padding:18px;background:#fff;color:#101828}.showcase-top{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 16px;border-bottom:1px solid #eaecf0}.showcase-top b{font-size:.75rem;color:#067647;background:#ecfdf3;padding:6px 9px;border-radius:999px}.showcase-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.showcase-kpis div{padding:14px;border:1px solid #eaecf0;border-radius:12px}.showcase-kpis small,.showcase-kpis strong,.showcase-kpis em{display:block}.showcase-kpis strong{font-size:1.45rem;margin:5px 0}.showcase-kpis em{font-style:normal;color:#067647;font-size:.78rem}.showcase-body{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}.showcase-chart{height:180px;border:1px solid #eaecf0;border-radius:12px;padding:18px;display:flex;align-items:flex-end;gap:9px}.showcase-chart span{flex:1;background:var(--brand);border-radius:5px 5px 2px 2px;opacity:.78}.showcase-list{border:1px solid #eaecf0;border-radius:12px;padding:8px 14px}.showcase-list p{margin:0;padding:12px 0;border-bottom:1px solid #eaecf0}.showcase-list p:last-child{border:0}.showcase-list b,.showcase-list small{display:block}.showcase-list small{color:#667085;margin-top:3px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.comparison-card{border-radius:18px;padding:30px;border:1px solid #eaecf0}.comparison-card h3{font-size:1.45rem;margin-top:0}.comparison-card ul{list-style:none;padding:0;margin:20px 0 0}.comparison-card li{padding:11px 0 11px 30px;border-bottom:1px solid rgba(0,0,0,.06);position:relative}.comparison-card.bad{background:#fff7f5}.comparison-card.good{background:#f0f9ff}.comparison-card.bad li:before{content:'×';position:absolute;left:4px;color:#b42318;font-weight:800}.comparison-card.good li:before{content:'✓';position:absolute;left:4px;color:#067647;font-weight:800}.marketing-feature-grid .feature-card{display:flex;flex-direction:column}.marketing-feature-grid .text-link{margin-top:auto;padding-top:18px}.text-link{font-weight:700;color:var(--brand);text-decoration:none}.display-heading{font-size:clamp(2rem,4vw,3.45rem);line-height:1.06;letter-spacing:-.045em;margin:14px 0 20px}.role-grid,.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.role-grid article,.benefit-grid article{background:#fff;border:1px solid #eaecf0;border-radius:16px;padding:25px}.role-grid h3,.benefit-grid h3{margin:0 0 9px}.role-grid p,.benefit-grid p{margin:0;color:#667085}.workflow-six{grid-template-columns:repeat(6,1fr)}.workflow-six article{padding:22px;border:1px solid rgba(255,255,255,.15);border-radius:15px}.workflow-six b{color:#84caff}.workflow-six h3{margin:10px 0 6px}.website-preview{border:1px solid #d0d5dd;border-radius:20px;background:#fff;padding:14px;box-shadow:0 22px 60px rgba(16,24,40,.12);transform:rotate(-1deg)}.website-preview-nav{display:flex;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eaecf0}.website-preview-nav span{font-size:.8rem;color:#667085}.website-preview-hero{padding:50px 32px;background:linear-gradient(135deg,#101828,#344054);border-radius:0 0 13px 13px;color:#fff}.website-preview-hero h3{font-size:2rem;line-height:1.1;margin:10px 0}.website-preview-hero p{color:#d0d5dd}.fake-button{display:inline-block;background:#fff;color:#101828;padding:10px 14px;border-radius:8px;font-weight:700;margin-top:10px}.integration-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:32px 0}.integration-cloud span{background:#fff;border:1px solid #d0d5dd;border-radius:999px;padding:12px 18px;font-weight:700;box-shadow:0 4px 12px rgba(16,24,40,.05)}.center{text-align:center}.section-cta{margin-top:30px}.migration-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.migration-steps div{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:24px}.migration-steps b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#175cd3;color:#fff}.cta-band-large{padding:60px max(24px,calc((100vw - 1180px)/2));align-items:center}.light,.cta-band .light{color:#b2ddff}.white-button{background:#fff!important;color:#175cd3!important}.light-button{border-color:rgba(255,255,255,.65)!important;color:#fff!important}.footer-grid-expanded{grid-template-columns:1.5fr repeat(4,1fr)}
.public-page-hero{padding:82px 0 64px;background:linear-gradient(180deg,#f5f8ff,#fff)}.public-page-hero .container{max-width:950px;text-align:center}.public-page-hero h1{font-size:clamp(2.65rem,6vw,5rem);line-height:1;letter-spacing:-.055em;margin:16px 0}.public-page-hero p{font-size:1.2rem;line-height:1.7;color:#475467;max-width:800px;margin:0 auto 28px}.content-band{padding:72px 0}.content-band.soft{background:#f8fafc}.content-band.dark{background:#101828;color:#fff}.content-band.dark p{color:#d0d5dd}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.content-grid article{padding:26px;border:1px solid #eaecf0;border-radius:16px;background:#fff}.content-grid article h3{margin-top:0}.content-grid article p{color:#667085}.dark .content-grid article{background:#1d2939;border-color:#344054}.dark .content-grid article p{color:#d0d5dd}.long-copy{max-width:860px;margin:auto}.long-copy h2{font-size:2.1rem;margin:45px 0 14px}.long-copy h3{margin-top:28px}.long-copy p,.long-copy li{font-size:1.04rem;line-height:1.75;color:#475467}.cta-inline{background:#eff8ff;border:1px solid #b2ddff;border-radius:18px;padding:30px;margin-top:40px;display:flex;justify-content:space-between;gap:20px;align-items:center}.tag-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.tag-row span{border:1px solid #d0d5dd;background:#fff;padding:9px 14px;border-radius:999px;font-weight:650}.legal-copy{max-width:850px;margin:auto;padding:70px 0}.legal-copy h1{font-size:3rem}.legal-copy h2{margin-top:38px}.legal-copy p,.legal-copy li{line-height:1.75;color:#475467}
@media(max-width:980px){.workflow-six,.migration-steps{grid-template-columns:repeat(3,1fr)}.role-grid,.benefit-grid,.content-grid{grid-template-columns:repeat(2,1fr)}.footer-grid-expanded{grid-template-columns:repeat(3,1fr)}.footer-grid-expanded>div:first-child{grid-column:1/-1}.public-links{display:none}.public-links.open{display:flex;position:absolute;top:75px;left:16px;right:16px;flex-direction:column;background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:14px;box-shadow:0 15px 40px rgba(16,24,40,.15);z-index:50}}
@media(max-width:700px){.hero-expanded{padding-top:62px}.comparison-grid,.role-grid,.benefit-grid,.content-grid,.workflow-six,.migration-steps,.showcase-body,.showcase-kpis{grid-template-columns:1fr}.footer-grid-expanded{grid-template-columns:1fr}.cta-inline{display:block}.cta-inline .button{margin-top:16px}.public-page-hero h1{font-size:2.7rem}}
@media(max-width:980px){.public-links.mobile-open{display:flex;position:absolute;top:75px;left:16px;right:16px;flex-direction:column;background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:14px;box-shadow:0 15px 40px rgba(16,24,40,.15);z-index:50}}
.announcement-bar{background:#101828;color:#fff;text-align:center;padding:10px 20px;font-size:.9rem}.announcement-bar a{color:#fff;text-decoration:none}.announcement-bar strong{margin-left:8px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.testimonial-grid blockquote{margin:0}.testimonial-grid blockquote p{font-size:1.05rem;line-height:1.75}.testimonial-grid footer{display:flex;flex-direction:column;gap:4px;margin-top:20px}.testimonial-grid footer span{color:var(--muted);font-size:.88rem}.center-actions{text-align:center;margin-top:28px}.compact-list{display:grid;gap:10px;margin-top:24px}.compact-list>div{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:10px}.compact-list small{grid-column:1;color:var(--muted)}.compact-list form{grid-column:2;grid-row:1/3}.danger-link{color:#b42318;background:none;border:0;cursor:pointer}.narrow{max-width:850px}.prose{font-size:1.08rem;line-height:1.85}.prose p{margin:0 0 1.5em}.story-section{padding:38px 0;border-bottom:1px solid var(--border)}.story-section p{font-size:1.08rem;line-height:1.8}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.testimonial-grid,.form-grid.three{grid-template-columns:1fr}}

/* Guided customer onboarding */
.onboarding-card{width:min(820px,96vw);max-height:92vh;overflow:hidden}.onboarding-card .modal-body{max-height:calc(92vh - 84px);overflow:auto}.onboarding-progress{display:grid;gap:10px;margin-bottom:20px}.onboarding-progress>div:first-child{display:flex;justify-content:space-between;gap:18px}.onboarding-progress span{color:var(--muted)}.progress-track{height:10px;border-radius:999px;background:#eaecf0;overflow:hidden}.progress-track i{display:block;height:100%;background:var(--brand);border-radius:inherit;transition:width .3s ease}.onboarding-list{display:grid;gap:10px}.onboarding-step{display:grid;grid-template-columns:38px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:15px;background:#fff}.onboarding-step.complete{background:#f6fef9;border-color:#abefc6}.step-check{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eff4ff;color:var(--brand);font-weight:800}.onboarding-step.complete .step-check{background:#dcfae6;color:#067647}.onboarding-step h4{margin:0 0 4px;font-size:.95rem}.onboarding-step p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.45}.onboarding-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.onboarding-footer form{margin:0}.eyebrow{display:block;color:var(--brand);font-size:.7rem;font-weight:800;letter-spacing:.12em;margin-bottom:5px}.muted{color:var(--muted);font-size:.8rem}@media(max-width:640px){.onboarding-step{grid-template-columns:34px 1fr}.step-actions{grid-column:2}.onboarding-footer{align-items:stretch;flex-direction:column}.onboarding-footer .button{width:100%}}

/* DEFENDR OS 3.4 homepage — high-trust, campaign-led design */

.gpx-public-nav{background:#fff;border-bottom:0;box-shadow:0 1px 0 rgba(17,24,39,.08)}.gpx-public-nav .public-nav-inner{height:82px}.gpx-public-nav .brand-mark{border-radius:50%}.gpx-public-nav .public-links a{color:#293247}.gpx-public-nav .public-links a:hover{color:var(--brand)}.gpx-public-nav .public-actions .button{border-radius:5px}.gpx-public-nav .public-actions .button.primary{background:#111936}.gpx-public-nav .public-actions .button.primary:hover{background:#202c57}
.gpx-home{--gpx-ink:#111827;--gpx-deep:#111636;--gpx-deeper:#090d24;--gpx-soft:#f3f5fa;--gpx-pop:#45dfc1;--gpx-pop-dark:#0f766e;--gpx-line:#dfe3eb;color:var(--gpx-ink);overflow:hidden}.gpx-home h1,.gpx-home h2,.gpx-home h3,.gpx-home p{margin-top:0}.gpx-home h1,.gpx-home h2,.gpx-home h3{letter-spacing:-.04em}.gpx-offer-bar{display:flex;justify-content:center;align-items:center;gap:22px;padding:12px 24px;background:var(--gpx-deeper);color:#fff;font-size:.88rem;text-align:center}.gpx-offer-bar:hover{color:#fff}.gpx-offer-bar strong{color:var(--gpx-pop);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.gpx-kicker{display:inline-block;color:var(--gpx-pop);font-size:.74rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.gpx-kicker.dark{color:var(--brand)}.gpx-kicker.light{color:#9ef5e4}.gpx-hero{position:relative;min-height:760px;background:linear-gradient(118deg,var(--gpx-deeper) 0%,var(--gpx-deep) 48%,#1d2f66 100%);color:#fff}.gpx-hero-photo,.gpx-hero-grid-pattern,.gpx-hero-shade{position:absolute;inset:0}.gpx-hero-photo{background-size:cover;background-position:center;opacity:.34}.gpx-hero-grid-pattern{background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),radial-gradient(circle at 82% 22%,rgba(69,223,193,.2),transparent 25%),radial-gradient(circle at 68% 72%,rgba(80,118,255,.2),transparent 32%);background-size:42px 42px,42px 42px,auto,auto}.gpx-hero-shade{background:linear-gradient(90deg,rgba(9,13,36,.98) 0%,rgba(9,13,36,.85) 44%,rgba(9,13,36,.08) 100%)}.gpx-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);align-items:center;gap:52px;padding-top:96px;padding-bottom:122px}.gpx-hero-copy h1{max-width:760px;margin:18px 0 24px;font-size:clamp(3.45rem,6.2vw,6.5rem);line-height:.93}.gpx-hero-copy>p{max-width:680px;color:#d9deef;font-size:1.16rem;line-height:1.72}.gpx-hero-actions,.gpx-inline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:30px}.gpx-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 21px;border:1px solid transparent;border-radius:6px;font-weight:850;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.gpx-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.14)}.gpx-button-pop{background:var(--gpx-pop);color:#073a35}.gpx-button-pop:hover{background:#70ead2;color:#073a35}.gpx-button-glass{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.06);color:#fff}.gpx-button-dark{background:var(--gpx-deeper);color:#fff}.gpx-button-dark:hover{color:#fff}.gpx-button-outline-dark{border-color:#adb5c5;color:var(--gpx-ink);background:#fff}.gpx-text-link{font-weight:850;color:var(--brand)}.gpx-text-link span{margin-left:4px}.gpx-hero-trust{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:25px;color:#c8d0e5;font-size:.82rem;font-weight:750}.gpx-hero-trust span:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;margin-right:7px;border-radius:50%;background:rgba(69,223,193,.14);color:var(--gpx-pop)}.gpx-command-stage{position:relative}.gpx-command-window{overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#f8fafc;box-shadow:0 45px 90px rgba(0,0,0,.38);transform:perspective(1200px) rotateY(-4deg)}.gpx-window-bar{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fff;border-bottom:1px solid #e6e8ee;color:#5c667c;font-size:.74rem;font-weight:800}.gpx-window-bar>b{padding:5px 8px;border-radius:99px;background:#e8fbf7;color:#08776d;font-size:.62rem}.gpx-window-dots{display:flex;gap:5px}.gpx-window-dots i{width:7px;height:7px;border-radius:50%;background:#c4c9d4}.gpx-command-layout{display:grid;grid-template-columns:72px 1fr;min-height:475px}.gpx-command-nav{padding:20px 15px;background:#111936}.gpx-mini-logo{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 26px;border-radius:11px;background:var(--brand);color:#fff;font-weight:950}.gpx-command-nav span{display:block;height:9px;margin:18px 0;border-radius:5px;background:#33405e}.gpx-command-nav span.active{background:var(--gpx-pop)}.gpx-command-main{padding:24px;color:var(--gpx-ink)}.gpx-command-heading{display:flex;justify-content:space-between;align-items:center;gap:14px}.gpx-command-heading small,.gpx-command-heading strong{display:block}.gpx-command-heading small{color:#7d8799;font-size:.68rem}.gpx-command-heading strong{margin-top:5px;font-size:1rem}.gpx-command-heading .gpx-mock-button{display:inline-flex;border-radius:7px;background:#111936;color:#fff;padding:8px 12px;font-size:.72rem;font-weight:800}.gpx-command-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.gpx-command-kpis article{padding:15px;border:1px solid #e1e4ea;border-radius:10px;background:#fff}.gpx-command-kpis span,.gpx-command-kpis strong,.gpx-command-kpis small{display:block}.gpx-command-kpis span{color:#778195;font-size:.64rem;text-transform:uppercase;font-weight:800}.gpx-command-kpis strong{margin:6px 0;font-size:1.35rem}.gpx-command-kpis small{color:#0c8b79;font-size:.66rem}.gpx-command-lower{display:grid;grid-template-columns:1.15fr .85fr;gap:11px}.gpx-command-chart,.gpx-ai-card{min-height:225px;padding:16px;border:1px solid #e1e4ea;border-radius:10px;background:#fff}.gpx-chart-head{display:flex;justify-content:space-between;font-size:.72rem}.gpx-chart-head span{color:#7d8799}.gpx-bars{height:155px;display:flex;align-items:flex-end;gap:7px;padding-top:24px}.gpx-bars i{flex:1;min-height:15px;border-radius:4px 4px 0 0;background:linear-gradient(#73e9d2,#1e7bda)}.gpx-ai-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.gpx-ai-head span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#111936;color:#fff;font-size:.62rem;font-weight:900}.gpx-ai-head strong{font-size:.72rem}.gpx-ai-card p{display:grid;grid-template-columns:7px 1fr;gap:8px;padding:9px 0;margin:0;border-bottom:1px solid #eef0f4;color:#5d6679;font-size:.65rem;line-height:1.42}.gpx-ai-card p:last-child{border:0}.gpx-ai-card p>i{width:7px;height:7px;margin-top:4px;border-radius:50%;background:var(--gpx-pop)}.gpx-ai-card b{display:block;color:#1e293b}.gpx-floating-card{position:absolute;min-width:190px;padding:14px 16px;border-radius:11px;background:#fff;color:var(--gpx-ink);box-shadow:0 22px 45px rgba(0,0,0,.28)}.gpx-floating-card span,.gpx-floating-card strong,.gpx-floating-card small{display:block}.gpx-floating-card span{color:#768097;font-size:.62rem;text-transform:uppercase;font-weight:850}.gpx-floating-card strong{margin:5px 0;font-size:.91rem}.gpx-floating-card small{color:#0a8a77;font-size:.65rem}.gpx-floating-card-one{right:-28px;bottom:54px}.gpx-floating-card-two{left:-32px;top:88px}.gpx-conversion-shell{position:relative;z-index:5;margin-top:-66px}.gpx-conversion-card{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:end;padding:30px 34px;border-radius:14px;background:#fff;box-shadow:0 22px 70px rgba(17,24,39,.16)}.gpx-conversion-card h2{margin:8px 0;font-size:1.72rem}.gpx-conversion-card p{margin-bottom:0;color:#667085}.gpx-quick-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:12px;align-items:end}.gpx-quick-form label{display:grid;gap:5px;color:#4b5565;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.gpx-quick-form input,.gpx-quick-form select{width:100%;height:48px;border:1px solid #cfd5df;border-radius:6px;background:#fff;padding:0 12px;color:#111827}.gpx-quick-form .gpx-button{height:48px}.gpx-pillars{padding:110px 0 92px}.gpx-section-intro{max-width:820px;margin:0 auto 48px;text-align:center}.gpx-section-intro-wide{max-width:930px}.gpx-section-intro h2{margin:12px 0;font-size:clamp(2.4rem,4.7vw,4.6rem);line-height:1.02}.gpx-section-intro p{max-width:780px;margin:18px auto 0;color:#667085;font-size:1.05rem}.gpx-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.gpx-pillar-grid article{padding:34px 30px;border:1px solid #e3e6ed;border-radius:14px;background:#fff;box-shadow:0 9px 30px rgba(17,24,39,.05)}.gpx-shield-icon{width:62px;height:68px;display:grid;place-items:center;margin-bottom:24px;clip-path:polygon(50% 0,92% 17%,92% 62%,74% 83%,50% 100%,26% 83%,8% 62%,8% 17%);background:#eef4ff;color:var(--brand)}.gpx-shield-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gpx-pillar-grid h3{font-size:1.34rem}.gpx-pillar-grid p{min-height:112px;color:#667085;line-height:1.72}.gpx-pillar-grid a{font-weight:850}.gpx-pillar-grid a span{margin-left:4px}.gpx-story{padding:104px 0}.gpx-story-light{background:var(--gpx-soft)}.gpx-story-ink{background:var(--gpx-deep);color:#fff}.gpx-story-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:86px}.gpx-story-grid-reverse>div:first-child{order:1}.gpx-story-copy h2{margin:14px 0 22px;font-size:clamp(2.6rem,4.8vw,4.8rem);line-height:.98}.gpx-story-copy>p{color:#586174;font-size:1.08rem;line-height:1.78}.gpx-story-ink .gpx-story-copy>p{color:#c9d0e1}.gpx-check-list{display:grid;gap:14px;padding:0;margin:26px 0;list-style:none}.gpx-check-list li{position:relative;padding-left:31px;color:#384152;font-weight:700}.gpx-check-list li:before{content:'✓';position:absolute;left:0;top:-1px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#dff9f3;color:#08776d;font-size:.7rem}.gpx-visual-stack{position:relative}.gpx-visual-panel{padding:25px;border:1px solid #d7dce5;border-radius:16px;background:#fff;box-shadow:0 30px 70px rgba(17,24,39,.14)}.gpx-panel-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #edf0f4;font-weight:850}.gpx-panel-title b{padding:5px 8px;border-radius:99px;background:#e6faf6;color:#08776d;font-size:.68rem}.gpx-pipeline{display:grid;grid-template-columns:1fr 26px 1fr 26px 1fr 26px 1fr;align-items:center;gap:5px;padding:26px 0 10px}.gpx-pipeline article{min-height:126px;padding:15px;border:1px solid #e3e6ed;border-radius:9px;background:#f9fafc}.gpx-pipeline small,.gpx-pipeline strong,.gpx-pipeline span{display:block}.gpx-pipeline small{color:var(--brand);font-size:.58rem;font-weight:900;letter-spacing:.07em}.gpx-pipeline strong{margin:9px 0;font-size:.8rem}.gpx-pipeline span{color:#7b8495;font-size:.62rem}.gpx-pipeline>i{height:2px;background:#bfc7d4}.gpx-visual-stat{position:absolute;right:-28px;bottom:-35px;max-width:330px;padding:18px 20px;border-radius:10px;background:var(--gpx-deeper);color:#fff;box-shadow:0 20px 45px rgba(17,24,39,.24)}.gpx-visual-stat span,.gpx-visual-stat strong{display:block}.gpx-visual-stat span{color:#9ef5e4;font-size:.66rem;text-transform:uppercase;font-weight:850}.gpx-visual-stat strong{margin-top:6px;font-size:.85rem}.gpx-ai-workspace{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#fff;color:var(--gpx-ink);box-shadow:0 35px 75px rgba(0,0,0,.3)}.gpx-ai-workspace-top{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#0a0f29;color:#fff;font-size:.72rem;font-weight:850}.gpx-ai-workspace-top b{color:#9ef5e4}.gpx-ai-prompt{margin:22px;padding:17px;border:1px solid #d9dee7;border-radius:8px;color:#596276}.gpx-ai-answer{display:grid;grid-template-columns:40px 1fr;gap:14px;margin:0 22px;padding:20px;border-radius:10px;background:#f1f5fb}.gpx-ai-orb{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--brand);color:#fff;font-weight:950}.gpx-ai-answer p{margin-bottom:12px}.gpx-ai-answer ol{padding-left:20px;color:#525c70;font-size:.82rem;line-height:1.65}.gpx-ai-answer .gpx-mock-action{display:inline-flex;border-radius:6px;background:#111936;color:#fff;padding:10px 12px;font-size:.72rem;font-weight:850}.gpx-ai-suggestions{display:flex;gap:8px;padding:18px 22px}.gpx-ai-suggestions span{padding:8px 10px;border:1px solid #d9dee7;border-radius:99px;color:#596276;font-size:.66rem;font-weight:750}.gpx-mini-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0}.gpx-mini-feature-grid article{padding:16px;border:1px solid rgba(255,255,255,.15);border-radius:9px;background:rgba(255,255,255,.05)}.gpx-mini-feature-grid strong,.gpx-mini-feature-grid span{display:block}.gpx-mini-feature-grid strong{margin-bottom:6px}.gpx-mini-feature-grid span{color:#bbc4d8;font-size:.8rem;line-height:1.55}.gpx-platform-section{padding:110px 0;background:#fff}.gpx-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gpx-module-card{position:relative;min-height:288px;padding:26px;border:1px solid #e2e6ed;border-radius:11px;background:#fff;color:var(--gpx-ink);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.gpx-module-card:hover{transform:translateY(-5px);border-color:#b8c9ee;box-shadow:0 20px 45px rgba(17,24,39,.1)}.gpx-module-number{position:absolute;right:22px;top:20px;color:#c5cbd6;font-size:1.8rem;font-weight:950}.gpx-module-card>small{color:var(--brand);font-size:.66rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.gpx-module-card h3{margin:31px 0 12px;font-size:1.36rem}.gpx-module-card p{color:#667085;line-height:1.7}.gpx-module-card b{position:absolute;bottom:25px;left:26px;color:var(--brand)}.gpx-connected{padding:100px 0;background:linear-gradient(125deg,#121938,#203b79);color:#fff}.gpx-connected-grid{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:75px}.gpx-connected h2{margin:14px 0;font-size:clamp(2.6rem,4.8vw,4.7rem);line-height:.98}.gpx-connected p{color:#c9d0e1;font-size:1.05rem;line-height:1.72}.gpx-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.gpx-journey article{position:relative;min-height:190px;padding:28px 18px;border-left:1px solid rgba(255,255,255,.18)}.gpx-journey article:last-child{border-right:1px solid rgba(255,255,255,.18)}.gpx-journey b,.gpx-journey span,.gpx-journey small{display:block}.gpx-journey b{color:var(--gpx-pop);font-size:.72rem}.gpx-journey span{margin:42px 0 8px;font-size:1.05rem;font-weight:900}.gpx-journey small{color:#bdc6da;line-height:1.5}.gpx-industries{padding:110px 0;background:var(--gpx-soft)}.gpx-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.gpx-industry-grid a{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border-radius:10px;background:linear-gradient(145deg,#111936,#223d7c);color:#fff}.gpx-industry-grid a:nth-child(2n){background:linear-gradient(145deg,#1b315e,#12203d)}.gpx-industry-grid span{max-width:220px;font-size:1.45rem;font-weight:900;line-height:1.05}.gpx-industry-grid b{color:#9ef5e4;font-size:.75rem}.gpx-industry-grid i{font-style:normal}.gpx-proof{padding:105px 0;background:var(--gpx-deeper);color:#fff}.gpx-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gpx-proof blockquote{margin:0;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.055)}.gpx-stars{color:var(--gpx-pop);letter-spacing:.12em}.gpx-proof blockquote p{min-height:145px;margin:18px 0;color:#ecf0f8;font-size:1.02rem;line-height:1.75}.gpx-proof footer{display:grid;gap:4px}.gpx-proof footer span{color:#aeb8cf;font-size:.78rem}.gpx-centered{text-align:center;margin-top:28px}.gpx-trust-band{padding:35px 0;background:#fff;border-bottom:1px solid #e4e7ed}.gpx-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.gpx-trust-grid article{padding:5px 24px;border-right:1px solid #e4e7ed}.gpx-trust-grid article:last-child{border-right:0}.gpx-trust-grid strong,.gpx-trust-grid span{display:block}.gpx-trust-grid strong{margin-bottom:6px}.gpx-trust-grid span{color:#6b7280;font-size:.78rem;line-height:1.5}.gpx-pricing{padding:110px 0;background:#fff}.gpx-price-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px}.gpx-price-card{position:relative;display:flex;flex-direction:column;padding:30px;border:1px solid #dfe3ea;border-radius:12px;background:#fff}.gpx-price-card.featured{border:2px solid var(--brand);box-shadow:0 24px 55px rgba(23,92,211,.13)}.gpx-popular{position:absolute;top:-13px;right:20px;padding:7px 11px;border-radius:99px;background:var(--gpx-pop);color:#073a35;font-size:.65rem;font-weight:900;text-transform:uppercase}.gpx-price-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.gpx-price-head>span{font-size:1.3rem;font-weight:900}.gpx-price-head strong{font-size:2rem}.gpx-price-head small{font-size:.72rem;color:#697386}.gpx-price-card>p{min-height:70px;margin:18px 0;color:#667085}.gpx-price-card ul{display:grid;gap:10px;margin:0 0 28px;padding:0;list-style:none}.gpx-price-card li{position:relative;padding-left:24px;color:#475467;font-size:.86rem}.gpx-price-card li:before{content:'✓';position:absolute;left:0;color:#08776d;font-weight:900}.gpx-price-card .gpx-button{margin-top:auto}.gpx-price-link{margin-top:35px}.gpx-faq{padding:110px 0;background:var(--gpx-soft)}.gpx-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.gpx-faq-grid>div:first-child{position:sticky;top:115px;align-self:start}.gpx-faq h2{margin:13px 0;font-size:clamp(2.6rem,4.4vw,4.4rem);line-height:1}.gpx-faq-grid>div:first-child p{color:#667085;line-height:1.7}.gpx-faq-list details{border-bottom:1px solid #cfd5df}.gpx-faq-list summary{display:flex;justify-content:space-between;gap:20px;padding:23px 0;list-style:none;font-size:1.04rem;font-weight:850;cursor:pointer}.gpx-faq-list summary::-webkit-details-marker{display:none}.gpx-faq-list summary span{color:var(--brand);font-size:1.45rem;font-weight:400}.gpx-faq-list details[open] summary span{transform:rotate(45deg)}.gpx-faq-list details p{padding:0 35px 22px 0;margin:0;color:#5f6879;line-height:1.72}.gpx-final-cta{padding:88px 0;background:linear-gradient(110deg,#101632,#1e3470);color:#fff}.gpx-final-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px}.gpx-final-cta h2{margin:12px 0;font-size:clamp(2.7rem,4.7vw,4.8rem);line-height:.98}.gpx-final-cta p{max-width:780px;margin-bottom:0;color:#c9d0e1;font-size:1.05rem;line-height:1.7}.gpx-final-actions{display:grid;gap:12px;min-width:220px}
@media(max-width:1100px){.gpx-hero-inner{grid-template-columns:1fr;padding-top:78px}.gpx-command-stage{max-width:760px}.gpx-hero-shade{background:rgba(9,13,36,.87)}.gpx-conversion-card{grid-template-columns:1fr}.gpx-quick-form{grid-template-columns:repeat(2,1fr)}.gpx-quick-form .gpx-button{grid-column:1/-1}.gpx-story-grid,.gpx-connected-grid{grid-template-columns:1fr;gap:55px}.gpx-story-grid-reverse>div:first-child{order:0}.gpx-pipeline{grid-template-columns:repeat(4,1fr);gap:8px}.gpx-pipeline>i{display:none}.gpx-module-grid,.gpx-industry-grid{grid-template-columns:repeat(2,1fr)}.gpx-journey{max-width:900px}.gpx-faq-grid{grid-template-columns:1fr;gap:40px}.gpx-faq-grid>div:first-child{position:static}.gpx-final-grid{grid-template-columns:1fr}.gpx-final-actions{display:flex;flex-wrap:wrap}}
@media(max-width:800px){.gpx-hero{min-height:auto}.gpx-hero-inner{padding-bottom:105px}.gpx-hero-copy h1{font-size:clamp(3rem,13vw,5rem)}.gpx-command-stage{display:none}.gpx-pillar-grid,.gpx-module-grid,.gpx-industry-grid,.gpx-proof-grid,.gpx-price-grid,.gpx-trust-grid{grid-template-columns:1fr}.gpx-pillar-grid article p{min-height:0}.gpx-story{padding:80px 0}.gpx-visual-stat{position:static;margin-top:12px}.gpx-pipeline{grid-template-columns:1fr 1fr}.gpx-journey{grid-template-columns:1fr}.gpx-journey article,.gpx-journey article:last-child{min-height:auto;border:0;border-bottom:1px solid rgba(255,255,255,.18)}.gpx-journey span{margin:15px 0 5px}.gpx-trust-grid article{padding:18px 0;border-right:0;border-bottom:1px solid #e4e7ed}.gpx-mini-feature-grid{grid-template-columns:1fr}}
@media(max-width:620px){.gpx-offer-bar{display:block}.gpx-offer-bar strong{display:block;margin-top:3px}.gpx-hero-inner{padding-top:64px}.gpx-hero-copy h1{font-size:3.1rem}.gpx-hero-copy>p{font-size:1rem}.gpx-hero-actions .gpx-button,.gpx-final-actions .gpx-button{width:100%}.gpx-conversion-shell{margin-top:-48px}.gpx-conversion-card{padding:25px 20px}.gpx-quick-form{grid-template-columns:1fr}.gpx-section-intro h2,.gpx-story-copy h2,.gpx-connected h2,.gpx-faq h2,.gpx-final-cta h2{font-size:2.65rem}.gpx-pipeline{grid-template-columns:1fr}.gpx-ai-answer{grid-template-columns:1fr}.gpx-ai-suggestions{flex-wrap:wrap}.gpx-price-head{align-items:flex-start;flex-direction:column}.gpx-final-actions{display:grid;width:100%}}
