/* ==========================================================================
   ISPbills marketing design system
   Shared navigation, product sections, responsive cards, forms and utility
   layouts for the complete public website.
   ========================================================================== */

:root {
	--purple: #904DFF;
	--purple-dark: #7A00DF;
	--purple-700: #6F42C1;
	--blue: #2874FC;
	--coral: #FF5E00;
	--amber: #FF991F;
	--green: #22C55E;
	--grad-purple-pink: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
	--grad-orange-red: linear-gradient(135deg, #FF6900 0%, #CF2E2E 100%);
	--grad-yellow-orange: linear-gradient(135deg, #FCB900 0%, #FF6900 100%);
	--grad-blue-purple: linear-gradient(135deg, #0693E3 0%, #9B51E0 100%);
	--text-dark: #1D2333;
	--text-muted: #5B6478;
	--text-faint: #8B96B7;
	--border-soft: #E3E7F1;
	--bg-subtle: #F5F6FA;
	--bg-white: #FCFCFD;
	--bg-charcoal: #0B0B13;
	--bg-slate-900: #111827;
	--radius-lg: 16px;
	--radius-md: 10px;
	--shadow-card: 0 1px 3px rgba(23, 26, 43, 0.06), 0 1px 2px rgba(23, 26, 43, 0.04);
	--shadow-card-hover: 0 12px 28px rgba(144, 77, 255, 0.16);
	--container: 1200px;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text-dark); background: var(--bg-white); line-height: 1.5; }
.text-gradient { background: var(--grad-purple-pink); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accent-serif { font-family: 'Inria Sans', serif; font-style: italic; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-weight: 700; line-height: 1.15; margin: 0 0 12px; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: 14.5px; cursor: pointer; border: 1px solid transparent; transition: all .15s ease; }
.btn-lg { padding: 14px 28px; font-size: 15.5px; }
.btn-sm { padding: 8px 18px; font-size: 13.5px; }
.nav-login { padding: 8px 6px; font-size: 14px; font-weight: 500; }
.btn-primary { background: var(--purple); color: #fff; }
.btn-primary:hover { background: var(--purple-dark); transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--text-dark); border-color: var(--border-soft); }
.btn-outline:hover { border-color: var(--purple); color: var(--purple); }
.btn-glass { background: rgba(255,255,255,0.75); backdrop-filter: blur(16px); border: 1px solid rgba(124,58,237,0.18); color: var(--text-dark); gap: 10px; }
.btn-glass .glass-icon { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--grad-purple-pink); color: #fff; font-size: 11px; }
.btn-glass:hover { transform: scale(1.03); box-shadow: 0 8px 20px rgba(124,58,237,0.15); }

/* Top bar */
.top-bar { background: var(--purple-700); color: #fff; text-align: center; font-size: 12.5px; padding: 8px 16px; }
.top-bar .sep { opacity: .5; margin: 0 8px; }

/* Header / mega-menu */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; gap: 20px; min-height: 86px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: var(--purple); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .5px; }
.brand span.accent { color: var(--purple); }
.nav-desktop { display: flex; align-items: center; gap: 6px; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 4px; padding: 10px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: var(--text-dark); }
.nav-link:hover { background: var(--bg-subtle); }
.nav-item .chev { font-size: 10px; color: var(--text-faint); }
.mega-panel { display: none; position: absolute; top: calc(100% + 10px); left: -40px; width: 620px; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: 0 24px 48px rgba(23,26,43,0.14); padding: 22px; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
.nav-item.open .mega-panel { display: grid; }
.mega-col-title { grid-column: span 1; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-faint); font-weight: 700; margin: 10px 0 6px; }
.mega-panel a { display: flex; align-items: flex-start; gap: 10px; padding: 8px 6px; border-radius: 8px; }
.mega-panel a:hover { background: var(--bg-subtle); }
.mega-panel .ic { font-size: 17px; line-height: 1.3; }
.mega-panel .lbl { display: block; font-weight: 600; font-size: 13.5px; }
.mega-panel .desc { display: block; font-size: 12px; color: var(--text-faint); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: flex; align-items: center; gap: 4px; font-size: 13px; color: var(--text-muted); padding: 8px; }
.hamburger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; padding: 6px; }
.mobile-nav { display: none; position: fixed; inset: 72px 0 0 0; background: #fff; overflow-y: auto; z-index: 90; padding: 16px; }
.mobile-nav.open { display: block; }
.mobile-group { border-bottom: 1px solid var(--border-soft); }
.mobile-group summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 16px 6px; font-weight: 600; cursor: pointer; }
.mobile-group summary::-webkit-details-marker { display: none; }
.mobile-group .mega-item { display: block; padding: 10px 6px; color: var(--text-muted); font-size: 14px; }
.mobile-group-label {
	display: block; margin: 10px 6px 2px; color: #6D28D9; font-size: 10px;
	font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.mobile-cta { display: flex; gap: 10px; padding: 20px 6px; }
@media (max-width: 900px) {
	.nav-desktop { display: none; }
	.hamburger { display: block; }
	.header-actions .btn-outline, .header-actions .lang-switch { display: none; }
}

/* Hero */
.hero { padding: 64px 0 40px; text-align: center; position: relative; overflow: hidden; }
.hero::before {
	content: ''; position: absolute; inset: -10% -10% auto -10%; height: 140%; pointer-events: none; z-index: 0;
	background:
		radial-gradient(ellipse 700px 500px at 12% 15%, rgba(255,225,140,0.35), transparent 60%),
		radial-gradient(ellipse 700px 500px at 88% 10%, rgba(255,160,210,0.30), transparent 60%),
		radial-gradient(ellipse 800px 600px at 50% 60%, rgba(140,170,255,0.25), transparent 65%);
}
.hero-inner { position: relative; z-index: 1; }
.hero h1 { font-size: 58px; font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; max-width: 880px; margin: 0 auto 20px; color: #0B0B13; }
.hero h1 .accent { color: var(--purple); }
.hero-sub { font-size: 18px; color: var(--text-muted); max-width: 620px; margin: 0 auto 32px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
@media (max-width: 640px) { .hero h1 { font-size: 34px; } }

/* Command bar */
.command-bar { max-width: 820px; margin: 0 auto 8px; }
.cb-glow-border { padding: 4px; border-radius: 26px; background: conic-gradient(from 180deg, #EC4899, #904DFF, #2874FC, #22C55E, #FF991F, #EC4899); margin-bottom: 18px; box-shadow: 0 20px 60px rgba(144,77,255,0.18); }
.cb-input { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 16px; background: #fff; border-radius: 22px; padding: 30px; text-align: left; min-height: 150px; }
.cb-text { font-size: 17px; color: var(--text-muted); }
.cb-go { align-self: flex-end; border: none; background: var(--purple); color: #fff; font-size: 13.5px; font-weight: 700; white-space: nowrap; padding: 12px 22px; border-radius: 999px; cursor: pointer; }
.cb-hint { font-size: 13px; color: var(--text-faint); margin: 0 0 14px; }
.cb-pills { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cb-pill { display: inline-flex; align-items: center; gap: 9px; border: 1.5px solid var(--dot, var(--border-soft)); background: #fff; border-radius: 999px; padding: 8px 18px 8px 8px; font-size: 14px; font-weight: 700; cursor: pointer; color: var(--dot, var(--text-dark)); box-shadow: var(--shadow-card); }
.cb-pill .cb-avatar { width: 22px; height: 22px; border-radius: 50%; background: var(--dot, var(--purple)); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; }
.cb-pill:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,0.1); }

/* Trust strip */
.trust-strip { padding: 32px 0; border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.trust-label { text-align: center; font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 32px; }
.logo-row { display: flex; flex-wrap: wrap; gap: 48px; justify-content: center; align-items: center; }
.logo-chip { font-weight: 800; font-size: 20px; letter-spacing: -0.01em; color: #C4C7D0; transition: color .2s ease; }
.logo-chip:hover { color: var(--text-dark); }

/* Migration band */
.migrate-band { background: var(--bg-subtle); padding: 26px 0; text-align: center; }
.migrate-label { font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.migrate-chips { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.migrate-chip { background: #fff; border: 1px solid var(--border-soft); border-radius: 999px; padding: 7px 16px; font-size: 13px; color: var(--text-muted); }

/* Sections */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-subtle); }
.section.section--top-0 { padding-top: 0; }
.section.section--top-8 { padding-top: 8px; }
.section.section--top-16 { padding-top: 16px; }
.section.section--top-24 { padding-top: 24px; }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-head--compact { margin-bottom: 40px; }
.section-title { font-size: 40px; font-weight: 800; letter-spacing: -0.01em; text-align: center; margin-bottom: 10px; }
.section-sub { text-align: center; color: var(--text-muted); max-width: 560px; margin: 0 auto 44px; font-size: 16px; }
.section-actions { margin-top: 40px; text-align: center; }
.content-link { color: var(--purple); font-weight: 600; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: normal; text-transform: none;
	color: var(--text-dark);
	background: #fff;
	padding: 10px 20px;
	border: 1px solid var(--border-soft);
	border-radius: 999px;
	margin-bottom: 24px;
	box-shadow: var(--shadow-card);
}
.eyebrow .dot { color: var(--text-faint); }

/* Feature grid */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .card-grid { grid-template-columns: 1fr; } }
.feature-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-card); transition: all .2s ease; }
.feature-card:hover { box-shadow: var(--shadow-card-hover); border-color: rgba(124,92,252,0.35); transform: translateY(-3px); }
.f-icon { font-size: 26px; margin-bottom: 14px; }
.feature-card h3 { font-size: 18px; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; color: var(--text-muted); margin: 0; }

/* Persona tabs */
.persona-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.persona-tab { border: 1px solid var(--border-soft); background: #fff; border-radius: 999px; padding: 9px 20px; font-size: 14px; font-weight: 600; cursor: pointer; color: var(--text-muted); }
.persona-tab.active { background: var(--purple); border-color: var(--purple); color: #fff; }
.persona-panel { display: none; max-width: 640px; margin: 0 auto; text-align: center; background: var(--bg-subtle); border-radius: var(--radius-lg); padding: 40px; }
.persona-panel.active { display: block; }
.persona-panel h3 { font-size: 22px; }
.persona-panel p { color: var(--text-muted); font-size: 15.5px; margin: 0; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 30px; text-align: center; box-shadow: var(--shadow-card); }
.testi-stat { font-size: 30px; font-weight: 800; color: var(--purple); margin-bottom: 10px; }
.testi-card p { color: var(--text-muted); font-size: 14.5px; margin: 0; }

/* Dark security band */
.dark-band { background: var(--bg-charcoal); color: #E7E9F5; padding: 72px 0; }
.dark-band h2 { text-align: center; font-size: 32px; color: #fff; }
.dark-sub { text-align: center; max-width: 560px; margin: 0 auto 40px; color: #9AA1C2; font-size: 15.5px; }
.g2-row { display: flex; justify-content: center; gap: 60px; margin-bottom: 44px; flex-wrap: wrap; }
.g2-item { text-align: center; }
.g2-item strong { display: block; font-size: 28px; color: #fff; }
.g2-item span { font-size: 13px; color: #9AA1C2; }
.integration-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.integration-chip { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 8px 18px; font-size: 13px; color: #E7E9F5; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-tile { background: var(--bg-subtle); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 40px 16px; text-align: center; font-weight: 600; color: var(--text-muted); }

/* CTA band */
.cta-band { background:
		radial-gradient(ellipse 900px 500px at 15% 20%, rgba(255,180,140,0.35), transparent 60%),
		radial-gradient(ellipse 900px 500px at 85% 15%, rgba(255,140,200,0.30), transparent 60%),
		radial-gradient(ellipse 1000px 700px at 50% 100%, rgba(160,150,255,0.35), transparent 65%),
		#FCFCFD;
	color: #0B0B13; padding: 80px 0; text-align: center; }
.cta-band h2 { font-size: 38px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 14px; }
.cta-band p { color: var(--text-muted); margin-bottom: 28px; }
.cta-band .btn-outline { background: transparent; color: var(--text-dark); border-color: var(--border-soft); }
.cta-band .btn-outline:hover { border-color: var(--text-dark); }
.cta-band .btn-primary { background: #0B0B13; color: #fff; }
.cta-band .btn-primary:hover { background: #24242E; }

/* Footer */
.site-footer { background: #fff; color: var(--text-muted); padding: 56px 0 28px; font-size: 14px; border-top: 1px solid var(--border-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 24px; margin-bottom: 36px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
.footer-grid h4 { color: var(--text-dark); font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer-grid a { display: block; color: var(--text-muted); padding: 6px 0; font-size: 13.5px; }
.footer-grid a:hover { color: var(--purple); }
.footer-brand p { color: var(--text-faint); line-height: 1.6; margin-top: 12px; }
.footer-bottom { border-top: 1px solid var(--border-soft); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: var(--text-faint); }
.footer-contact { font-size: 12.5px; color: var(--text-faint); margin-top: 14px; line-height: 1.6; }
.footer-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-bottom: 22px; }
.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-badges .awards-badge { padding: 6px 12px; font-size: 11.5px; font-weight: 600; }
.footer-lang { border: 1px solid var(--border-soft); border-radius: var(--radius-sm); padding: 6px 12px; font-size: 13px; color: var(--text-muted); background: #fff; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { color: var(--text-faint); font-size: 12.5px; }
.footer-legal a:hover { color: var(--purple); }

/* Migration tabs (Section D) */
.migrate-section { padding: 72px 0; }
.migrate-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.migrate-tab { display: inline-flex; align-items: center; border: none; border-radius: 999px; padding: 10px 22px; font-size: 14px; font-weight: 600; color: #fff; text-decoration: none; opacity: .82; transition: opacity .15s, transform .15s; }
.migrate-tab:hover, .migrate-tab:focus-visible { color: #fff; opacity: 1; transform: translateY(-2px); }
.migrate-tab[data-grad="a"] { background: var(--grad-blue-purple); }
.migrate-tab[data-grad="b"] { background: var(--grad-orange-red); }
.migrate-tab[data-grad="c"] { background: var(--grad-purple-pink); }
.migrate-tab[data-grad="d"] { background: linear-gradient(135deg,#0f5132,#22C55E); }
.migrate-tab[data-grad="e"] { background: linear-gradient(135deg,#6b7280,#374151); }

/* Decorative migration flow diagram */
.migrate-flow { position: relative; display: flex; align-items: center; justify-content: center; gap: 0; max-width: 720px; margin: 56px auto 0; height: 180px; }
.flow-col { display: flex; flex-direction: column; gap: 22px; z-index: 2; }
.flow-node { width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: var(--shadow-card); }
.flow-lines { position: absolute; left: 60px; right: 60px; top: 0; height: 100%; z-index: 1; }
.flow-lines path { fill: none; stroke: var(--border-soft); stroke-width: 1.5; }
.flow-orb { position: relative; z-index: 3; width: 78px; height: 78px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--purple); font-size: 15px; box-shadow: 0 0 0 1px var(--border-soft), 0 0 60px 20px rgba(144,77,255,0.35); margin: 0 24px; }
.flow-targets { flex-direction: row; gap: 0; position: relative; }
.flow-card { width: 130px; height: 90px; background: var(--bg-subtle); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.flow-card span { display: block; height: 8px; border-radius: 4px; background: rgba(11,11,19,0.08); }
.flow-card span:first-child { width: 40%; }
.flow-card--behind { position: absolute; left: 16px; top: 10px; z-index: -1; opacity: .5; }
@media (max-width: 720px) { .migrate-flow { display: none; } }

/* AI grid — dark section (Section E) */
.fx-grid-section {
	background-color: rgb(5,5,5);
	background-image:
		radial-gradient(ellipse 900px 400px at 50% 0%, rgba(128,5,216,0.1), transparent 70%),
		radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: auto, 22px 22px;
	padding: clamp(72px, 7.5vw, 104px) 0;
	position: relative;
	overflow: hidden;
}
.fx-grid-section .container { max-width: 1400px; }
.fx-grid-section .section-title, .fx-grid-section .section-sub { color: #fff; }
.fx-grid-section .section-sub { color: #9AA1C2; }
.fx-grid-section .section-title { font-size: clamp(40px, 3.3vw, 46px); margin-bottom: 12px; }
.fx-grid-section .section-sub { font-size: 15px; margin: 0 auto 34px; }
.fx-grid__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: row; gap: 8px; align-items: stretch; position: relative; z-index: 1; max-width: 1336px; margin: 0 auto; }
@media (max-width: 900px) { .fx-grid__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.fx-grid__chip {
	display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px;
	padding: 12px 10px; min-height: 105px; border-radius: 12px; grid-column: span 1;
	font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; line-height: 1.25; letter-spacing: -0.03px;
	border: 1px solid rgba(255,255,255,0.075);
	background: rgba(255,255,255,0.03);
	color: rgb(140,140,150);
	transition: background-color 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s cubic-bezier(0.16,1,0.3,1), color 0.35s cubic-bezier(0.16,1,0.3,1), transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
	cursor: pointer;
}
.fx-grid__chip:hover {
	transform: translateY(-4px); color: #fff; border-color: rgba(168,85,247,0.3);
	background: rgba(255,255,255,0.05);
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.12), inset -1px -1px 3px rgba(0,0,0,0.6), 0 20px 40px rgba(124,58,237,0.22), 0 10px 18px rgba(0,0,0,0.55);
}
.fx-grid__icon { display: flex; width: 20px; height: 20px; color: rgb(140,140,150); opacity: .85; }
.fx-grid__icon svg { width: 100%; height: 100%; }
.fx-grid__chip:hover .fx-grid__icon { color: #fff; }
.fx-grid__chip--big { grid-column: span 3; font-size: 15px; }
.fx-grid__chip--big .fx-grid__icon { width: 22px; height: 22px; }
@media (max-width: 900px) { .fx-grid__chip--big { grid-column: span 4; } }
/* Centered 2x2 card band with a single shared glow orb behind both cards */
.fx-grid__rail { grid-column: span 3; grid-row: span 2; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 8px; }
@media (max-width: 900px) { .fx-grid__rail { display: none; } }
.fx-grid__cards-wrap { grid-column: span 6; grid-row: span 4; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; position: relative; }
@media (max-width: 900px) { .fx-grid__cards-wrap { grid-column: span 4; grid-template-columns: 1fr; grid-row: span 8; } }
.fx-grid__cards-wrap::before {
	content: ''; position: absolute; top: 50%; left: 50%; width: 220px; height: 220px;
	transform: translate(-50%, -50%); border-radius: 50%; filter: blur(40px); opacity: .85; z-index: 0;
	background: conic-gradient(from 90deg, #A855F7, #3B82F6, #FF991F, #A855F7);
}
.fx-grid__cards-wrap::after {
	content: ''; position: absolute; top: 50%; left: 50%; width: 84px; height: 84px;
	transform: translate(-50%, -50%); border-radius: 50%; filter: blur(12px); opacity: .9; z-index: 0;
	background: radial-gradient(circle, #fff 0%, #C084FC 45%, transparent 75%);
}
.text-gradient-ai { background: linear-gradient(90deg, #A855F7, #EC4899); -webkit-background-clip: text; background-clip: text; color: transparent; position: relative; }
.sparkle { -webkit-text-fill-color: initial; background: none; font-size: 0.55em; vertical-align: super; margin-left: 2px; }
.ai-card {
	position: relative; z-index: 1; border-radius: 20px; padding: 26px; background: rgba(17,24,39,0.78);
	border: 1px solid rgba(255,255,255,0.085); overflow: hidden; display: flex; flex-direction: column; align-items: flex-start;
	text-decoration: none; cursor: pointer;
	transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s cubic-bezier(0.16,1,0.3,1), background-color 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.35s cubic-bezier(0.16,1,0.3,1);
}
.ai-card:hover {
	transform: translateY(-4px); border-color: rgba(168,85,247,0.35); background: rgba(24,20,42,0.88);
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.1), inset -1px -1px 3px rgba(0,0,0,0.6), 0 24px 46px rgba(124,58,237,0.25), 0 12px 20px rgba(0,0,0,0.55);
}
.ai-card h3 { color: #fff; font-size: 19px; font-weight: 600; line-height: 1.3; margin: 0 0 8px; letter-spacing: -0.1px; }
.ai-card p { color: #9AA1C2; font-size: 14px; font-weight: 400; line-height: 1.5; margin: 0; }
.ai-card__preview {
	display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 9px 14px; border-radius: 10px;
	background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); color: #C7CBE0; font-size: 12.5px; font-weight: 500;
}
.ai-card__dot { width: 7px; height: 7px; border-radius: 50%; background: #60A5FA; flex-shrink: 0; box-shadow: 0 0 8px rgba(96,165,250,0.7); }
.ai-card__dot--ok { background: #34D399; box-shadow: 0 0 8px rgba(52,211,153,0.7); }
.ai-card__dot--warn { background: #FBBF24; box-shadow: 0 0 8px rgba(251,191,36,0.7); }
.ai-card .f-icon { width: 26px; height: 26px; margin-bottom: 16px; color: #C4B5FD; }
.ai-card .f-icon svg { width: 100%; height: 100%; }
.fx-grid__orb {
	position: absolute; top: 50%; left: 50%; width: 68px; height: 68px; z-index: 2;
	transform: translate(-50%, -50%); border-radius: 50%; display: flex; align-items: center; justify-content: center;
	background: radial-gradient(circle at 35% 30%, #7C3AED, #1E1B4B 70%);
	border: 1.5px solid rgba(255,255,255,0.18); box-shadow: 0 0 26px rgba(168,85,247,0.5);
}
.fx-grid__orb span { color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .4px; }
/* Keep card copy clear of the shared orb badge, which sits at the exact center of all 4 cards */
.fx-grid__cards-wrap .ai-card:nth-child(2) { padding-right: 48px; padding-bottom: 40px; }
.fx-grid__cards-wrap .ai-card:nth-child(3) { padding-left: 48px; padding-bottom: 40px; }
.fx-grid__cards-wrap .ai-card:nth-child(4) { padding-right: 48px; padding-top: 40px; }
.fx-grid__cards-wrap .ai-card:nth-child(5) { padding-left: 48px; padding-top: 40px; }
@media (max-width: 900px) { .fx-grid__orb { display: none; } .fx-grid__cards-wrap .ai-card { padding: 26px !important; } }

/* Role tabs (Section F) */
.role-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.role-tab { border: 1px solid var(--border-soft); background: #fff; border-radius: 999px; padding: 9px 20px; font-size: 14px; font-weight: 600; cursor: pointer; color: var(--text-muted); }
.role-tab.active { background: var(--purple); border-color: var(--purple); color: #fff; }
.role-panel { display: none; max-width: 680px; margin: 0 auto; text-align: center; background: var(--bg-subtle); border-radius: var(--radius-lg); padding: 40px; }
.role-panel.active { display: block; }
.role-panel h3 { font-size: 22px; }
.role-panel p { color: var(--text-muted); font-size: 15.5px; margin: 0; }

/* Team workflow showcase (Section 7) */
.team-section { background: linear-gradient(180deg, #fff 0%, #F5F7FC 100%); }
.team-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.team-head .eyebrow { display: inline-flex; margin-bottom: 16px; }
.team-head__title { margin: 0; font-size: clamp(36px, 4vw, 52px); font-weight: 800; letter-spacing: -.045em; line-height: 1.06; }
.team-head__copy { padding-bottom: 4px; }
.team-head__sub { max-width: 520px; margin: 0 0 15px; color: var(--text-muted); font-size: 16px; line-height: 1.7; }
.team-head__copy .link-arrow { color: var(--purple); font-size: 13px; font-weight: 700; text-decoration: none; }
.team-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.team-card { position: relative; overflow: hidden; min-height: 320px; padding: 30px; border: 1px solid #DDE3EC; border-radius: 22px; background: #fff; box-shadow: var(--shadow-card); text-align: left; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.team-card::before { position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--team-accent); content: ''; }
.team-card::after { position: absolute; top: -90px; right: -70px; width: 210px; height: 210px; border-radius: 50%; background: var(--team-glow); content: ''; opacity: .6; }
.team-card:hover { transform: translateY(-5px); border-color: rgba(91,92,240,.28); box-shadow: 0 22px 48px rgba(35,46,72,.12); }
.team-card--support { --team-accent: #7C3AED; --team-glow: rgba(124,58,237,.12); }
.team-card--noc { --team-accent: #0284C7; --team-glow: rgba(2,132,199,.12); }
.team-card--billing { --team-accent: #059669; --team-glow: rgba(5,150,105,.12); }
.team-card--growth { --team-accent: #E11D48; --team-glow: rgba(225,29,72,.1); }
.team-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.team-card__top > span { color: #C7CEDA; font: 800 13px/1 'Manrope', sans-serif; letter-spacing: .08em; }
.team-avatar { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin: 0; border-radius: 14px; color: #fff; background: var(--team-accent); box-shadow: 0 10px 24px var(--team-glow); }
.team-avatar svg { width: 23px; height: 23px; }
.team-card__role { position: relative; z-index: 1; color: var(--team-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.team-card h3 { position: relative; z-index: 1; max-width: 500px; margin: 10px 0 12px; font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.team-card p { position: relative; z-index: 1; max-width: 520px; margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.team-card__flow { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--text-faint); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.team-card__flow span { padding: 7px 9px; border: 1px solid #E2E7EF; border-radius: 8px; background: #F8FAFC; }
.team-card__flow i { color: var(--team-accent); font-style: normal; }
.team-outcomes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; overflow: hidden; border: 1px solid #DDE3EC; border-radius: 18px; background: #111827; }
.team-outcomes > div { padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.1); }
.team-outcomes > div:last-child { border-right: 0; }
.team-outcomes strong, .team-outcomes span { display: block; }
.team-outcomes strong { color: #fff; font-size: 14px; }
.team-outcomes span { margin-top: 6px; color: #8F9AAF; font-size: 11px; line-height: 1.5; }
@media (max-width: 800px) {
	.team-head, .team-cards, .team-outcomes { grid-template-columns: 1fr; }
	.team-head { gap: 20px; }
	.team-card { min-height: 0; padding: 26px; }
	.team-outcomes > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
	.team-outcomes > div:last-child { border-bottom: 0; }
}

/* Single stat testimonial band */
.testi-band { background: var(--bg-charcoal); color: #fff; padding: 52px 56px; border-radius: 24px; margin: 0 24px; position: relative; overflow: hidden; }
.testi-band::before { content: ''; position: absolute; top: -40%; right: -10%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,0.35), transparent 70%); filter: blur(30px); }
.testi-band-inner { max-width: var(--container); margin: 0 auto; position: relative; z-index: 1; }
.testi-band-lead { font-size: 24px; font-weight: 600; line-height: 1.4; letter-spacing: -0.3px; margin: 0 0 32px; max-width: 780px; }
@media (max-width: 700px) { .testi-band { padding: 36px 28px; } .testi-band-lead { font-size: 19px; } }
.testi-band-stat { font-size: 44px; font-weight: 800; color: #C4B5FD; line-height: 1; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.testi-band-stat span { font-size: 14px; font-weight: 500; color: #9AA1C2; }
.testi-band-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; }
.testi-band-author { display: flex; align-items: center; gap: 14px; }
.testi-band-mark { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #7C3AED, #EC4899); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; }
.testi-band-author strong { display: block; font-size: 15px; }
.testi-band-author span { font-size: 13px; color: #9AA1C2; }
.awards-band { padding: 60px 0; text-align: center; }
.awards-badge { border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: 14px 22px; font-weight: 700; color: var(--purple-700); background: rgba(144,77,255,0.06); }
.trust-bento {
	display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: min-content; gap: 20px; margin-top: 40px; text-align: left;
}
@media (max-width: 800px) { .trust-bento { grid-template-columns: 1fr; } }
.trust-card { border-radius: 20px; padding: 32px; }
.trust-card--rating { grid-row: span 2; background: linear-gradient(160deg, #EFE6FF 0%, #F7F2FF 100%); }
.trust-card--security { background: linear-gradient(160deg, #FFE3EC 0%, #FFF3F1 100%); }
.trust-card--integrations { background: linear-gradient(160deg, #FBF3DE 0%, #FFFDF6 100%); }
.trust-card__eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--purple-700); margin-bottom: 14px; }
.trust-card h4 { font-size: 21px; font-weight: 700; line-height: 1.32; margin: 0 0 16px; letter-spacing: -0.2px; }
.trust-rating { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.trust-rating__score { font-size: 28px; font-weight: 800; }
.trust-rating__stars { color: var(--amber); font-size: 18px; letter-spacing: 2px; }
.trust-card--rating p { color: var(--text-muted); font-size: 14px; margin: 0 0 22px; }
.trust-medals { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-medal { background: #fff; border: 1px solid rgba(17,24,39,0.06); border-radius: 12px; padding: 12px 16px; font-weight: 700; font-size: 13px; text-align: center; box-shadow: 0 10px 22px rgba(124,58,237,0.1); }
.trust-medal--leader { padding: 18px 24px; font-size: 15px; }
.trust-cert-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.trust-cert { background: #fff; border-radius: 12px; padding: 11px 18px; font-weight: 700; font-size: 13px; box-shadow: 0 10px 22px rgba(236,72,153,0.12); }
.trust-card--integrations .integration-row { margin-top: 4px; justify-content: flex-start; }
.integration-icon {
	width: 44px; height: 44px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 18px rgba(17,24,39,0.08); color: var(--text-muted);
}
.integration-icon svg { width: 20px; height: 20px; }
.integration-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.integration-chip { border: 1px solid; border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 600; }
.hero-shot { margin-top: 48px; }
.mock-window { max-width: 960px; margin: 0 auto; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(29,35,51,.25); border: 1px solid var(--border-soft); background: #fff; }
.mock-bar { display: flex; gap: 6px; padding: 12px 16px; background: var(--bg-subtle); border-bottom: 1px solid var(--border-soft); }
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: var(--border-soft); }
.mock-body { display: flex; min-height: 320px; }
.mock-side { width: 180px; background: var(--bg-subtle); border-right: 1px solid var(--border-soft); padding: 18px 14px; display: flex; flex-direction: column; gap: 10px; }
.mock-row { height: 14px; border-radius: 6px; background: var(--border-soft); }
.mock-row.active { background: var(--purple); width: 70%; }
.mock-main { flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.mock-card { height: 60px; border-radius: 10px; background: var(--bg-subtle); border: 1px solid var(--border-soft); }
.mock-chart { flex: 1; border-radius: 10px; background: linear-gradient(180deg, rgba(124,92,252,.12), rgba(124,92,252,.02)); border: 1px solid var(--border-soft); }
@media (max-width: 640px) { .mock-side { display: none; } }

/* ==========================================================================
   Interior marketing pages (Features, Solutions, AI, Pricing, Contact, etc.)
   Built on the same tokens/components as the home page.
   ========================================================================== */

/* Shared interior page hero */
.page-hero { padding: 72px 0 40px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before {
	content: ''; position: absolute; inset: -10% -10% auto -10%; height: 150%; pointer-events: none; z-index: 0;
	background:
		radial-gradient(ellipse 640px 420px at 15% 12%, rgba(255,225,140,0.30), transparent 60%),
		radial-gradient(ellipse 640px 420px at 85% 8%, rgba(255,160,210,0.26), transparent 60%),
		radial-gradient(ellipse 760px 520px at 50% 70%, rgba(140,170,255,0.22), transparent 65%);
}
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { font-size: 50px; font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; max-width: 820px; margin: 0 auto 18px; color: #0B0B13; }
.page-hero__sub { font-size: 18px; color: var(--text-muted); max-width: 620px; margin: 0 auto 30px; }
@media (max-width: 640px) { .page-hero h1 { font-size: 32px; } }

/* Section header helper (left/centered) */
.section-head h2 { font-size: 34px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 10px; }
.section-head p { color: var(--text-muted); font-size: 16px; margin: 0; }

/* Feature detail rows (alternating) */
.feature-rows { display: flex; flex-direction: column; gap: 72px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.feature-row:nth-child(even) .feature-row__media { order: -1; }
@media (max-width: 820px) { .feature-row { grid-template-columns: 1fr; gap: 24px; } .feature-row:nth-child(even) .feature-row__media { order: 0; } }
.feature-row__eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--purple-700); margin-bottom: 12px; }
.feature-row__eyebrow--center { display: block; text-align: center; }
.feature-row h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 12px; }
.feature-row p { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; margin: 0 0 18px; }
.feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--text-dark); }
.feature-list li::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex-shrink: 0; border-radius: 50%; background: rgba(34,197,94,0.14); color: var(--green); font-size: 12px; font-weight: 800; margin-top: 1px; }
.feature-row__media { background: var(--bg-subtle); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); min-height: 260px; padding: 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-card); }
.media-head { display: flex; align-items: center; gap: 10px; color: var(--purple); }
.media-head svg { width: 22px; height: 22px; }
.media-head strong { font-size: 14px; color: var(--text-dark); }
.media-bar { height: 12px; border-radius: 6px; background: var(--border-soft); }
.media-bar--accent { background: var(--purple); width: 60%; }
.media-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 4px; }
.media-tile { background: #fff; border: 1px solid var(--border-soft); border-radius: 10px; padding: 16px; }
.media-tile b { display: block; font-size: 22px; color: var(--text-dark); }
.media-tile span { font-size: 12px; color: var(--text-faint); }

/* Icon feature grid (3-up) with line icons */
.icon-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-card); transition: all .2s ease; }
.icon-card:hover { box-shadow: var(--shadow-card-hover); border-color: rgba(124,92,252,0.35); transform: translateY(-3px); }
.icon-card .f-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(144,77,255,0.10); color: var(--purple); margin-bottom: 16px; transition: transform .2s ease, background-color .2s ease; }
.icon-card:hover .f-icon { transform: translateY(-2px) scale(1.06); background: var(--grad-purple-pink); color: #fff; }
.icon-card .f-icon svg { width: 22px; height: 22px; }
.icon-card h3 { font-size: 17px; margin-bottom: 8px; }
.icon-card p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* Stat band */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
@media (max-width: 800px) { .stat-row { grid-template-columns: repeat(2, 1fr); } }
.stat-item strong { display: block; font-size: 40px; font-weight: 800; color: var(--purple); letter-spacing: -0.02em; }
.stat-item span { font-size: 14px; color: var(--text-muted); }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.price-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; box-shadow: var(--shadow-card); }
.price-card--featured { border-color: var(--purple); box-shadow: 0 20px 44px rgba(144,77,255,0.18); position: relative; }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--purple); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.price-card h3 { font-size: 19px; margin-bottom: 6px; }
.price-card__desc { font-size: 13.5px; color: var(--text-muted); margin: 0 0 18px; min-height: 40px; }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-amount .amt { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; }
.price-amount .per { font-size: 14px; color: var(--text-faint); }
.price-card__note { font-size: 12.5px; color: var(--text-faint); margin: 0 0 22px; }
.price-card .btn { width: 100%; margin-bottom: 22px; }
.price-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-dark); }
.price-features li::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; flex-shrink: 0; border-radius: 50%; background: rgba(144,77,255,0.12); color: var(--purple); font-size: 11px; font-weight: 800; }

/* Pricing comparison table */
.cmp-table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 14px; }
.cmp-table th, .cmp-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border-soft); }
.cmp-table thead th { font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-faint); }
.cmp-table td:not(:first-child), .cmp-table th:not(:first-child) { text-align: center; }
.cmp-table .yes { color: var(--green); font-weight: 800; }
.cmp-table .no { color: var(--text-faint); }
.cmp-wrap { overflow-x: auto; }

/* FAQ / accordion */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 600; font-size: 15.5px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; color: var(--purple); font-weight: 400; flex-shrink: 0; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { margin: 0; padding: 0 22px 20px; color: var(--text-muted); font-size: 14.5px; line-height: 1.6; }

/* Contact / auth forms */
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 820px) { .form-split { grid-template-columns: 1fr; gap: 32px; } }
.form-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-card); }
.form-card--narrow { max-width: 440px; margin: 0 auto; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--text-dark); }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--border-soft); border-radius: 10px; padding: 12px 14px; font-size: 14.5px; font-family: inherit; color: var(--text-dark); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(144,77,255,0.12); }
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.form-note { font-size: 12.5px; color: var(--text-faint); margin: 6px 0 0; }
.auth-alt { text-align: center; font-size: 13.5px; color: var(--text-muted); margin-top: 18px; }
.auth-alt a { color: var(--purple); font-weight: 600; }
.divider-or { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: var(--text-faint); font-size: 12.5px; }
.divider-or::before, .divider-or::after { content: ''; flex: 1; height: 1px; background: var(--border-soft); }

/* Solutions / use-case cards */
.use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 800px) { .use-grid { grid-template-columns: 1fr; } }
.use-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-card); transition: all .2s ease; }
.use-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); border-color: rgba(124,92,252,0.35); }
.use-card__ico { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 16px; }
.use-card__ico svg { width: 24px; height: 24px; }
.use-card h3 { font-size: 19px; margin-bottom: 10px; }
.use-card p { color: var(--text-muted); font-size: 14.5px; line-height: 1.6; margin: 0 0 16px; }
.use-card a.link-arrow { color: var(--purple); font-weight: 600; font-size: 14px; }

/* Blog / case study / docs listing */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); display: flex; flex-direction: column; transition: all .2s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.post-card__thumb { height: 150px; background: var(--grad-purple-pink); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 15px; letter-spacing: .04em; }
.post-card__thumb--b { background: var(--grad-blue-purple); }
.post-card__thumb--c { background: var(--grad-yellow-orange); }
.post-card__thumb--d { background: var(--grad-orange-red); }
.post-card__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-tag { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--purple-700); }
.post-card h3 { font-size: 17px; margin: 0; line-height: 1.35; }
.post-card p { font-size: 13.5px; color: var(--text-muted); margin: 0; flex: 1; }
.post-meta { font-size: 12.5px; color: var(--text-faint); margin-top: 6px; }
.blog-empty { grid-column: 1 / -1; padding: 42px; border: 1px solid var(--border-soft); border-radius: 22px; background: linear-gradient(135deg, #F8FAFF, #F7F4FF); text-align: center; }
.blog-empty .eyebrow { margin-bottom: 16px; }
.blog-empty h2 { font-size: clamp(28px, 3vw, 38px); }
.blog-empty p { max-width: 620px; margin: 0 auto 24px; color: var(--text-muted); font-size: 15px; line-height: 1.7; }
.blog-empty .hero-ctas { margin-bottom: 0; }

/* Docs layout */
.docs-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
@media (max-width: 820px) { .docs-layout { grid-template-columns: 1fr; } }
.docs-side { position: sticky; top: 110px; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 20px; background: #fff; }
@media (max-width: 820px) { .docs-side { position: static; } }
.docs-side h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-faint); margin: 16px 0 8px; }
.docs-side h4:first-child { margin-top: 0; }
.docs-side a { display: block; padding: 6px 8px; border-radius: 8px; font-size: 14px; color: var(--text-muted); }
.docs-side a:hover, .docs-side a.active { background: var(--bg-subtle); color: var(--purple); }
.docs-content h2 { font-size: 26px; margin-bottom: 12px; scroll-margin-top: 110px; }
.docs-content h3 { font-size: 18px; margin: 28px 0 10px; }
.docs-content p { color: var(--text-muted); font-size: 15px; line-height: 1.7; margin: 0 0 14px; }
.docs-content p.docs-content__footer { margin-top: 22px; }
.docs-content pre { background: var(--bg-charcoal); color: #E7E9F5; border-radius: 12px; padding: 18px 20px; overflow-x: auto; font-size: 13px; line-height: 1.6; margin: 0 0 18px; }
.docs-content code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

/* Status page */
.page-hero.page-hero--compact { padding-bottom: 24px; }
.status-hero { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 8px; }
.status-hero__label { color: var(--green); font-weight: 700; }
.page-hero .status-hero__title { font-size: 40px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,197,94,0.18); }
.status-list { max-width: 760px; margin: 0 auto; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.status-item { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid var(--border-soft); }
.status-item:last-child { border-bottom: none; }
.status-item span { font-size: 14.5px; }
.status-pill { font-size: 12.5px; font-weight: 700; color: var(--green); display: inline-flex; align-items: center; gap: 7px; }
.status-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.status-note { margin: 24px 0 0; color: var(--text-faint); font-size: 13px; text-align: center; }

/* Legal / long-form prose */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 24px; margin: 32px 0 12px; }
.prose h3 { font-size: 18px; margin: 22px 0 8px; }
.prose p, .prose li { color: var(--text-muted); font-size: 15px; line-height: 1.7; }
.prose ul { padding-left: 20px; margin: 0 0 16px; }
.prose__updated { color: var(--text-faint); font-size: 13.5px; margin-bottom: 28px; }

/* Careers listings */
.job-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.job-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: 22px 26px; box-shadow: var(--shadow-card); transition: all .2s ease; }
.job-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card-hover); border-color: rgba(124,92,252,0.35); }
.job-card h3 { font-size: 17px; margin: 0 0 4px; }
.job-card span { font-size: 13.5px; color: var(--text-muted); }
.job-card .job-loc { text-align: right; white-space: nowrap; }

/* Active nav state */
.nav-link.is-active { color: var(--purple); background: var(--bg-subtle); }

/* ==========================================================================
   Pricing page v2 — active-subscriber plans, setup, own-server, license,
   interactive calculator.
   ========================================================================== */
.pricing-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .pricing-grid--4 { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; } }
@media (max-width: 560px) { .pricing-grid--4 { grid-template-columns: 1fr; max-width: 420px; } }
.price-card .price-amount .amt { font-size: 30px; }
.price-range { font-size: 13px; color: var(--text-faint); margin: 0 0 4px; }
.otg-box { margin-top: 18px; padding: 14px 16px; border: 1px dashed var(--border-soft); border-radius: 12px; background: var(--bg-subtle); }
.otg-box .otg-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--purple-700); }
.otg-box .otg-amt { font-size: 20px; font-weight: 800; margin: 2px 0; }
.otg-box .otg-desc { font-size: 12.5px; color: var(--text-muted); margin: 0; }
.price-card .price-features { margin-top: 18px; }
.pricing-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 960px; margin: 38px auto 0; }
.pricing-details-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1180px; }
.pricing-detail-card { padding: 30px; border: 1px solid var(--border-soft); border-radius: 20px; background: #fff; box-shadow: var(--shadow-card); }
.pricing-detail-card h3 { margin: 8px 0 20px; font-size: 23px; }
.pricing-detail-card--license { border-color: rgba(91,92,240,.32); background: linear-gradient(180deg, #F7F6FF 0%, #fff 42%); }
.pricing-license-price { margin: -4px 0 14px; color: #111827; font: 800 30px/1.1 'Manrope', sans-serif; letter-spacing: -.03em; }
.pricing-license-price small { display: block; margin-top: 6px; color: var(--text-muted); font: 500 12px/1.4 'Inter', sans-serif; letter-spacing: 0; }
.pricing-detail-card--license .btn { width: 100%; margin-top: 20px; }
@media (max-width: 980px) { .pricing-details-grid--three { grid-template-columns: 1fr; max-width: 620px; } }
.pricing-detail-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 18px; padding: 15px 0; border-top: 1px solid var(--border-soft); }
.pricing-detail-row > span { color: var(--text-dark); font-size: 14px; font-weight: 600; }
.pricing-detail-row > strong { color: var(--purple-700); font-size: 14px; }
.pricing-detail-row > small { grid-column: 1 / -1; color: var(--text-faint); font-size: 12px; }
@media (max-width: 760px) { .pricing-details-grid { grid-template-columns: 1fr; } }

/* Guarantee band */
.guarantee-band { background: var(--bg-charcoal); color: #fff; border-radius: 24px; margin: 0 24px; padding: 48px 40px; text-align: center; position: relative; overflow: hidden; }
.guarantee-band::before { content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(34,197,94,0.28), transparent 70%); filter: blur(30px); }
.guarantee-band__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.guarantee-band .g-ico { font-size: 40px; margin-bottom: 12px; }
.guarantee-band h2 { color: #fff; font-size: 28px; margin-bottom: 12px; }
.guarantee-band p { color: #C7CBE0; font-size: 15.5px; line-height: 1.6; margin: 0 0 26px; }
.guarantee-band .btn-wa { background: #22C55E; color: #04210f; border: none; }
.guarantee-band .btn-wa:hover { background: #1fb555; }

/* Wide feature cards (enterprise / own-server) */
.wide-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 900px) { .wide-cards { grid-template-columns: 1fr; } }
.wide-card { position: relative; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.wide-card--accent { background: linear-gradient(165deg, #F4EEFF 0%, #FCFBFF 60%); border-color: rgba(144,77,255,0.25); }
.wide-card--server { background: linear-gradient(165deg, #E7F6EE 0%, #FBFEFC 60%); border-color: rgba(34,197,94,0.28); }
.wide-card__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--purple-700); margin-bottom: 8px; }
.wide-card--server .wide-card__eyebrow { color: #0f7a43; }
.wide-card--license { max-width: 960px; margin: 0 auto; background: linear-gradient(150deg, #EEF2FF, #fff 65%); border-color: rgba(79,70,229,.24); }
.wide-card h3 { font-size: 24px; letter-spacing: -0.01em; margin-bottom: 10px; }
.wide-card > p { color: var(--text-muted); font-size: 14.5px; line-height: 1.6; margin: 0 0 20px; }
.wide-card .price-features { flex: 1; margin-bottom: 22px; }
.wide-card__price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.wide-card__price .amt { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; }
.wide-card__price .lbl { font-size: 13px; color: var(--text-faint); }
.wide-badge { position: absolute; top: 22px; right: 22px; background: #22C55E; color: #04210f; font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: 999px; }
.wide-card--accent .wide-badge { background: var(--purple); color: #fff; }
.license-prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 4px 0 22px; }
.license-prices > div { padding: 18px; border: 1px solid #DDE3EC; border-radius: 14px; background: rgba(255,255,255,.78); }
.license-prices strong { display: block; color: #4338CA; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.035em; }
.license-prices span { color: var(--text-muted); font-size: 12.5px; }
.license-services { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.license-services span { padding: 8px 11px; border: 1px solid #DDE3EC; border-radius: 999px; background: #fff; color: #4B5565; font-size: 11.5px; font-weight: 600; }
@media (max-width: 560px) { .license-prices { grid-template-columns: 1fr; } }

/* Interactive calculator */
.calc-card { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--border-soft); border-radius: 20px; box-shadow: var(--shadow-card); overflow: hidden; display: grid; grid-template-columns: 1.4fr 1fr; }
@media (max-width: 820px) { .calc-card { grid-template-columns: 1fr; } }
.calc-inputs { padding: 32px; }
.calc-inputs h3 { font-size: 20px; margin-bottom: 6px; }
.calc-inputs > p { color: var(--text-muted); font-size: 14px; margin: 0 0 26px; }
.calc-field { margin-bottom: 26px; }
.calc-field > label { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; font-weight: 600; margin-bottom: 12px; }
.calc-field .calc-val { font-size: 18px; font-weight: 800; color: var(--purple); }
.calc-select { width: 100%; padding: 12px 14px; border: 1px solid var(--border-soft); border-radius: 10px; background: #fff; color: var(--text-dark); font: inherit; }
.calc-select:focus { outline: 2px solid rgba(91,92,240,.18); border-color: var(--purple); }
.calc-slider { width: 100%; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px; background: var(--border-soft); outline: none; }
.calc-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--purple); cursor: pointer; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(144,77,255,0.4); }
.calc-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--purple); cursor: pointer; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(144,77,255,0.4); }
.calc-ticks { display: flex; justify-content: space-between; margin-top: 10px; font-size: 11px; color: var(--text-faint); }
.calc-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.calc-opt { border: 1.5px solid var(--border-soft); border-radius: 12px; padding: 14px; cursor: pointer; text-align: left; transition: all .15s ease; background: #fff; }
.calc-opt.active { border-color: var(--purple); background: rgba(144,77,255,0.05); }
.calc-opt strong { display: block; font-size: 14px; }
.calc-opt span { font-size: 12px; color: var(--text-muted); }
.calc-addon { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--border-soft); }
.calc-addon span { font-size: 13.5px; }
.calc-addon span small { display: block; color: #15803d; font-size: 11px; font-weight: 700; margin-top: 2px; }
.stepper { display: flex; align-items: center; gap: 12px; }
.stepper button { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--border-soft); background: #fff; font-size: 18px; line-height: 1; cursor: pointer; color: var(--text-dark); }
.stepper button:hover { border-color: var(--purple); color: var(--purple); }
.stepper .count { min-width: 20px; text-align: center; font-weight: 700; font-size: 15px; }
.calc-result { background: var(--bg-charcoal); color: #fff; padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.calc-result .cr-plan { font-size: 13.5px; color: #C7CBE0; margin-bottom: 8px; }
.calc-result .cr-plan b { color: #fff; }
.calc-result .cr-price { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 6px; color: #fff; }
.calc-result .cr-price span { font-size: 15px; font-weight: 500; color: #9AA1C2; }
.calc-result .cr-lines { list-style: none; margin: 14px 0 22px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.calc-result .cr-lines li { display: flex; justify-content: space-between; font-size: 13px; color: #C7CBE0; }
.calc-result .btn-primary { background: var(--purple); }
.calc-note { text-align: center; color: var(--text-faint); font-size: 12.5px; margin-top: 22px; }

/* ==========================================================================
   iPilot AI page + At-a-Glance additions
   ========================================================================== */
.callout { max-width: 860px; margin: 0 auto; border: 1px solid var(--border-soft); border-left: 4px solid var(--purple); border-radius: 12px; background: rgba(144,77,255,0.05); padding: 22px 26px; }
.callout--info { border-left-color: var(--blue); background: rgba(40,116,252,0.05); }
.callout--safe { border-left-color: var(--green); background: rgba(34,197,94,0.06); }
.callout h3 { font-size: 18px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.callout p { color: var(--text-muted); font-size: 14.5px; line-height: 1.6; margin: 0; }

/* Numbered steps */
.steps { max-width: 760px; margin: 0 auto; counter-reset: step; display: flex; flex-direction: column; gap: 14px; }
.step { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: 18px 22px; box-shadow: var(--shadow-card); }
.step::before { counter-increment: step; content: counter(step); flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--purple); color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.step div strong { display: block; font-size: 15px; margin-bottom: 2px; }
.step div span { font-size: 14px; color: var(--text-muted); }

/* Risk-level pills */
.risk-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.risk-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 18px; font-size: 13.5px; font-weight: 700; border: 1px solid; }
.risk-pill::before { content: ''; width: 9px; height: 9px; border-radius: 50%; }
.risk-safe { color: #0f7a43; border-color: rgba(34,197,94,0.4); background: rgba(34,197,94,0.08); }
.risk-safe::before { background: var(--green); }
.risk-caution { color: #9a6700; border-color: rgba(255,153,31,0.4); background: rgba(255,153,31,0.1); }
.risk-caution::before { background: var(--amber); }
.risk-destructive { color: #b42318; border-color: rgba(207,46,46,0.4); background: rgba(207,46,46,0.08); }
.risk-destructive::before { background: #cf2e2e; }

/* At-a-glance two-column table cell (left label emphasis) */
.cmp-table.glance td:first-child, .cmp-table.glance th:first-child { font-weight: 700; color: var(--text-dark); width: 34%; }
.cmp-table.glance td:not(:first-child), .cmp-table.glance th:not(:first-child) { text-align: left; color: var(--text-muted); }

/* ===== Platform highlights grid (Features) ===== */
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 940px; margin: 0 auto; }
.hl-item { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: 18px 20px; box-shadow: var(--shadow-card); }
.hl-item__ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(144,77,255,.10); color: var(--purple); }
.hl-item__ico svg { width: 20px; height: 20px; }
.hl-item div { display: flex; flex-direction: column; gap: 3px; }
.hl-item strong { font-size: 15px; }
.hl-item span { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 760px) { .highlight-grid { grid-template-columns: 1fr; } }

/* ===== Docs topic grid ===== */
.docs-topics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 8px; }
.docs-topic { display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; transition: border-color .15s, box-shadow .15s, transform .15s; }
.docs-topic:hover { border-color: var(--purple); box-shadow: var(--shadow-card); transform: translateY(-2px); }
.docs-topic strong { font-size: 14.5px; }
.docs-topic span { font-size: 13px; color: var(--text-muted); }
@media (max-width: 700px) { .docs-topics { grid-template-columns: 1fr; } }

/* ==========================================================================
   Design polish layer — global quality, scroll-reveal, micro-interactions
   ========================================================================== */

/* Global quality */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
::selection { background: rgba(144,77,255,0.20); color: var(--text-dark); }
:focus-visible { outline: 2px solid var(--purple); outline-offset: 2px; border-radius: 6px; }
a:focus-visible, button:focus-visible, summary:focus-visible,
.btn:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--purple); outline-offset: 2px; }
/* Subtle branded scrollbar (WebKit) */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-thumb { background: #C9CEDE; border-radius: 999px; border: 3px solid transparent; background-clip: content-box; }
::-webkit-scrollbar-thumb:hover { background: #A9B0C6; background-clip: content-box; }

/* Scroll-aware header: only shadow once scrolled */
.site-header { transition: box-shadow .25s ease, background-color .25s ease; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(23,26,43,0.08); background: rgba(255,255,255,0.98); }

/* Scroll-reveal — gated by body.has-reveal so no-JS shows everything */
.has-reveal .reveal { opacity: 0; transform: translateY(18px); will-change: opacity, transform; }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; transition: opacity .6s cubic-bezier(.22,.7,.2,1), transform .6s cubic-bezier(.22,.7,.2,1); }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.has-reveal .reveal { opacity: 1 !important; transform: none !important; }
}

/* Micro-interactions — bring interior components up to the home-card standard */
.price-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.price-card:not(.price-card--featured):hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: rgba(144,77,255,0.30); }
.price-card--featured { transition: transform .2s ease, box-shadow .2s ease; }
.price-card--featured:hover { transform: translateY(-4px); box-shadow: 0 26px 54px rgba(144,77,255,0.24); }
.step { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.step:hover { transform: translateX(3px); box-shadow: var(--shadow-card-hover); border-color: rgba(144,77,255,0.28); }
.wide-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.wide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.use-card__ico, .hl-item__ico { transition: transform .2s ease; }
.use-card:hover .use-card__ico, .hl-item:hover .hl-item__ico { transform: scale(1.08) rotate(-3deg); }
.use-card a.link-arrow { display: inline-flex; align-items: center; gap: 6px; transition: gap .18s ease; }
.use-card:hover a.link-arrow { gap: 11px; }

/* Zebra + hover for the At-a-Glance / capability tables */
.cmp-table.glance tbody tr { transition: background-color .15s ease; }
.cmp-table.glance tbody tr:nth-child(even) { background: rgba(245,246,250,0.6); }
.cmp-table.glance tbody tr:hover { background: rgba(144,77,255,0.06); }
.cmp-table.glance td:first-child { font-weight: 600; color: var(--text-dark); }

/* Feature-row media: soft gradient sheen instead of flat grey */
.feature-row__media { background: linear-gradient(160deg, #FBFAFF 0%, var(--bg-subtle) 100%); transition: transform .25s ease, box-shadow .25s ease; }
.feature-row:hover .feature-row__media { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }

/* Animated status dot on the public status page */
.status-dot { animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 4px rgba(34,197,94,0.18); } 50% { box-shadow: 0 0 0 8px rgba(34,197,94,0.05); } }
@media (prefers-reduced-motion: reduce) { .status-dot { animation: none; } }

/* Link-underline affordance for inline prose/docs links */
.docs-content a[style], .prose a { text-underline-offset: 3px; }

/* ===== Product screenshot frame (iPilot) ===== */
.shot { position: relative; max-width: 940px; margin: 0 auto; }
.shot::before {
	content: ''; position: absolute; inset: -12% -6% -6% -6%; z-index: 0; pointer-events: none;
	background:
		radial-gradient(ellipse 620px 300px at 20% 0%, rgba(144,77,255,0.22), transparent 62%),
		radial-gradient(ellipse 620px 300px at 85% 20%, rgba(236,72,153,0.18), transparent 62%);
	filter: blur(8px);
}
.shot__frame { position: relative; z-index: 1; border: 1px solid var(--border-soft); border-radius: 14px; overflow: hidden; background: #0B0B13; box-shadow: 0 30px 70px rgba(23,26,43,0.22); }
.shot__bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: #15151f; border-bottom: 1px solid rgba(255,255,255,0.06); }
.shot__bar span { width: 11px; height: 11px; border-radius: 50%; background: #3a3a48; }
.shot__bar span:nth-child(1) { background: #ff5f57; }
.shot__bar span:nth-child(2) { background: #febc2e; }
.shot__bar span:nth-child(3) { background: #28c840; }
.shot__bar .shot__url { margin-left: 10px; font-size: 12px; color: #8B96B7; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.shot__frame img { width: 100%; height: auto; display: block; }
.shot__cap { text-align: center; font-size: 13.5px; color: var(--text-faint); margin: 16px 0 0; }

/* Split: text + CLI shot */
.shot-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .shot-split { grid-template-columns: 1fr; gap: 28px; } }
.shot-split .shot { max-width: none; }
.shot-split h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 12px; }
.shot-split p { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; margin: 0 0 18px; }

/* ===== Glance grid (visual replacement for big tables) ===== */
.glance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1040px; margin: 0 auto; }
.glance-card { display: flex; gap: 13px; align-items: flex-start; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-md); padding: 16px 18px; box-shadow: var(--shadow-card); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.glance-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); border-color: rgba(144,77,255,0.28); }
.glance-card__ico { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(144,77,255,0.10); color: var(--purple); transition: transform .2s ease; }
.glance-card:hover .glance-card__ico { transform: scale(1.08) rotate(-3deg); }
.glance-card__ico svg { width: 19px; height: 19px; }
.glance-card div { display: flex; flex-direction: column; gap: 2px; }
.glance-card strong { font-size: 14px; line-height: 1.25; }
.glance-card span { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; }
@media (max-width: 900px) { .glance-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .glance-grid { grid-template-columns: 1fr; } }

/* "Where you'll find iPilot" — visual chips row */
.where-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; max-width: 1000px; margin: 0 auto; }
.where-card { text-align: center; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 24px 16px; box-shadow: var(--shadow-card); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.where-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: rgba(144,77,255,0.28); }
.where-card__ico { width: 48px; height: 48px; border-radius: 14px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; background: var(--grad-purple-pink); color: #fff; }
.where-card__ico svg { width: 24px; height: 24px; }
.where-card strong { display: block; font-size: 14.5px; margin-bottom: 6px; }
.where-card span { font-size: 12.5px; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 900px) { .where-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .where-grid { grid-template-columns: 1fr; } }

/* ===== Contact page ===== */
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 20px; padding: 13px 15px; border: 1px solid; border-radius: 10px; font-size: 13.5px; line-height: 1.5; }
.form-notice--success { border-color: #86EFAC; background: #F0FDF4; color: #166534; }
.form-notice--error { border-color: #FCA5A5; background: #FEF2F2; color: #991B1B; }
.form-notice a { color: inherit; text-decoration: underline; }
.section.contact-main { padding: clamp(20px, 2.5vw, 28px) 0 clamp(44px, 4vw, 56px); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: start; gap: clamp(24px, 3.5vw, 48px); }

/* Form column */
.form-card.contact-form-card { padding: clamp(24px, 3vw, 36px); }
.contact-form-head { margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--border-soft); }
.contact-form-card h2 { margin: 0 0 6px; font-size: clamp(22px, 2.3vw, 27px); }
.contact-form-head__sub { margin: 0; color: var(--text-muted); font-size: 14.5px; line-height: 1.6; }
.contact-form .field { margin-bottom: 14px; }
.contact-form .field-row { gap: 14px; }
.contact-form .field textarea { min-height: 118px; }
.contact-form .field-required { color: var(--coral); font-weight: 700; }
.contact-form .contact-files { margin-top: 2px; }
.contact-form .contact-files label span { color: var(--text-faint); font-size: 12px; font-weight: 500; }
.contact-form .contact-files input[type='file'] { padding: 9px; color: var(--text-muted); background: #F8FAFC; }
.contact-form .contact-files input[type='file']::file-selector-button { margin-right: 12px; padding: 8px 12px; border: 0; border-radius: 7px; color: var(--purple); background: rgba(99,102,241,.1); font: 700 12px/1.2 'Inter', sans-serif; cursor: pointer; }
.contact-actions { margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--border-soft); }
.contact-submit { width: 100%; }
.contact-email-direct { margin: 14px 0 6px; color: var(--text-muted); text-align: center; font-size: 13px; }
.contact-email-direct a, .contact-form .form-note a { color: var(--purple); font-weight: 600; }
.contact-actions .form-note { margin: 0; text-align: center; }

/* Contact information column */
.contact-information { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; }
.contact-information__intro { padding: 2px 2px 6px; }
.contact-information__eyebrow { margin: 0 0 5px; color: var(--purple-700); font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-information__intro h2 { margin: 0 0 7px; font-size: clamp(21px, 2vw, 24px); }
.contact-information__intro > p:last-child { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.6; }
.contact-info-card { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: start; gap: 14px; padding: 17px 18px; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
@media (hover: hover) {
	.contact-info-card:hover { transform: translateY(-2px); border-color: rgba(144,77,255,.28); box-shadow: var(--shadow-card-hover); }
}
.contact-info-card__icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; color: var(--purple); background: linear-gradient(150deg, rgba(144,77,255,.12), rgba(40,116,252,.12)); }
.contact-info-card__icon .fx-grid__icon { display: flex; width: 20px; height: 20px; color: inherit; opacity: 1; }
.contact-info-card__icon svg { width: 20px; height: 20px; }
.contact-info-card__body { min-width: 0; }
.contact-info-card h3 { margin: 0 0 6px; font-size: 16px; }
.contact-info-card p, .contact-info-card address { margin: 0 0 8px; color: var(--text-muted); font-size: 13px; font-style: normal; line-height: 1.6; }
.contact-info-card p:last-child { margin-bottom: 0; }
.contact-info-card a { color: var(--purple); text-decoration: none; }
.contact-info-card a:hover { text-decoration: underline; }
.contact-info-card .link-arrow { display: inline-flex; margin-top: 2px; font-size: 13px; font-weight: 700; }
.contact-info-card .link-arrow:hover { text-decoration: none; }
.contact-info-card ul { display: grid; gap: 6px; margin: 10px 0 0; padding: 0; list-style: none; }
.contact-info-card li a { color: var(--text-muted); font-size: 12.5px; }
.contact-info-card li a:hover { color: var(--purple); }
.contact-info-card li a::before { margin-right: 7px; color: var(--purple); content: '›'; font-weight: 800; }
.contact-info-card small { display: block; margin-top: 8px; color: var(--text-faint); font-size: 11.5px; line-height: 1.55; }
.contact-hours { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; margin: 0; font-size: 12.5px; }
.contact-hours dt { color: var(--text-dark); font-weight: 600; }
.contact-hours dd { margin: 0; color: var(--text-muted); }
@media (max-width: 980px) {
	.contact-layout { grid-template-columns: 1fr; gap: 30px; }
	.contact-information { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.contact-information__intro, .contact-info-card--docs { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.contact-information { grid-template-columns: 1fr; }
	.contact-information__intro, .contact-info-card--docs { grid-column: auto; }
	.form-card.contact-form-card { padding: 22px; }
	.contact-info-card { padding: 16px; }
}
@media (max-width: 480px) {
	.contact-form .field-row { gap: 0; }
}
.support-empty { margin: 26px 0 0; padding: 18px; border: 1px dashed #C9D1DE; border-radius: 12px; color: #657186; text-align: center; }
.support-search { max-width: 640px; }
.support-search .form-card { padding: 8px; }
.support-search__field { display: flex; align-items: center; gap: 10px; margin: 0; }
.support-search__icon { display: flex; color: var(--purple); }
.support-search__field input { padding: 10px 4px; border: 0; box-shadow: none; }
.support-search__field input:focus { box-shadow: none; }
.support-topic { display: block; color: inherit; text-decoration: none; }
.careers-empty { max-width: 720px; margin: 0 auto; text-align: center; }
.careers-empty .btn { margin-top: 16px; }
.status-pill { text-decoration: none; }
.btn.btn--on-dark { border-color: rgba(255,255,255,.3); color: #fff; background: transparent; }
.btn.btn--on-dark:hover { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); }
.fallback-main { min-height: 40vh; padding: 80px 20px; }

/* ── Real product screenshots inside feature rows (override placeholder box) ── */
.feature-row__media { background: transparent; border: 0; box-shadow: none; padding: 0; min-height: 0; }
.feature-row:hover .feature-row__media { transform: none; box-shadow: none; }
.feature-row__media .shot { max-width: none; margin: 0; }
.feature-row__media .shot__frame { transition: transform .3s ease, box-shadow .3s ease; }
.feature-row:hover .feature-row__media .shot__frame { transform: translateY(-4px); box-shadow: 0 40px 80px rgba(23,26,43,0.26); }
.feature-row__media .shot__cap { text-align: left; margin-top: 12px; }
.shot--tight .shot__frame { background: #fff; }

/* ── Product screenshot gallery (home "See it in action") ── */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 36px; margin-top: 44px; }
.gallery-grid .shot { max-width: none; margin: 0; }
.gallery-grid .shot__frame { transition: transform .3s ease, box-shadow .3s ease; }
.gallery-grid .shot:hover .shot__frame { transform: translateY(-4px); box-shadow: 0 40px 80px rgba(23,26,43,0.26); }
.gallery-grid figure { margin: 0; }
@media (max-width: 820px) { .gallery-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ── Fix grid blowout from wide screenshots (allow tracks to shrink) ── */
.feature-row > * { min-width: 0; }
.feature-row__media,
.feature-row__media .shot,
.feature-row__media .shot__frame { max-width: 100%; }
.feature-row__media .shot__frame img { width: 100%; height: auto; display: block; }
.gallery-grid > * { min-width: 0; }
.gallery-grid .shot,
.gallery-grid .shot__frame { max-width: 100%; }
.shot-split > * { min-width: 0; }
.shot, .shot__frame { max-width: 100%; }

/* ── Plain image panel (.pic) for illustrations & logo strips (no browser chrome) ── */
.pic { position: relative; max-width: 100%; margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border-soft); box-shadow: 0 26px 60px rgba(23,26,43,0.14); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.pic img { display: block; width: 100%; height: auto; }
.pic--pad { padding: 26px 28px; display: flex; align-items: center; justify-content: center; }
.pic--pad img { border-radius: 8px; }
.pic__cap { text-align: left; font-size: 13.5px; color: var(--text-faint); margin: 12px 0 0; }
.product-capture-section { padding-bottom: 42px; }
.product-capture { max-width: 1120px; margin: 0 auto; }
.product-capture .pic { border-radius: 20px; box-shadow: 0 32px 74px rgba(15,23,42,.18); }
.product-capture .pic__cap { text-align: center; }
.product-evidence { background: #fff; }
.product-evidence__head { margin-bottom: 38px; }
.product-evidence__head > p { max-width: 480px; }
.product-capture--wide { max-width: 1180px; }
.capture-grid {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px; margin-top: 38px;
}
.capture-grid .product-capture { min-width: 0; }
.capture-grid .product-capture .pic { border-radius: 16px; box-shadow: 0 22px 52px rgba(15,23,42,.14); }
@media (max-width: 760px) {
	.product-evidence__head { margin-bottom: 28px; }
	.capture-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 28px; }
	.product-capture .pic { border-radius: 14px; }
}
.feature-row:hover .pic { transform: translateY(-4px); box-shadow: 0 40px 80px rgba(23,26,43,0.2); }

/* ==========================================================================
   2026 visual system refresh
   A quieter, product-led system for every marketing page.
   ========================================================================== */

:root {
	--purple: #5B5CF0;
	--purple-dark: #4546D4;
	--purple-700: #4F46E5;
	--blue: #0284C7;
	--coral: #F97316;
	--amber: #F59E0B;
	--green: #16A34A;
	--grad-purple-pink: linear-gradient(135deg, #5B5CF0 0%, #8B5CF6 52%, #C026D3 100%);
	--grad-blue-purple: linear-gradient(135deg, #0284C7 0%, #5B5CF0 100%);
	--text-dark: #111827;
	--text-muted: #536074;
	--text-faint: #7C879B;
	--border-soft: #DDE3EC;
	--bg-subtle: #F4F7FB;
	--bg-white: #FFFFFF;
	--bg-charcoal: #090D18;
	--bg-slate-900: #101827;
	--radius-lg: 20px;
	--radius-md: 14px;
	--radius-sm: 10px;
	--shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 10px 28px rgba(15,23,42,.05);
	--shadow-card-hover: 0 22px 54px rgba(39,44,112,.13);
	--container: 1240px;
}

html { background: var(--bg-charcoal); }
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--text-dark);
	background:
		linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)),
		radial-gradient(circle at 1px 1px, rgba(91,92,240,.12) 1px, transparent 0);
	background-size: auto, 24px 24px;
}
body.menu-open { overflow: hidden; }
main { overflow: hidden; background: #fff; }
h1, h2, h3, h4, .brand-word { font-family: 'Manrope', 'Inter', sans-serif; }
p { text-wrap: pretty; }
.container { padding-left: clamp(20px, 3vw, 32px); padding-right: clamp(20px, 3vw, 32px); }
.text-gradient,
.text-gradient-ai {
	background: linear-gradient(100deg, #4F46E5 5%, #7C3AED 52%, #C026D3 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.skip-link {
	position: fixed; top: 10px; left: 12px; z-index: 1000; padding: 10px 14px;
	border-radius: 10px; background: var(--bg-charcoal); color: #fff;
	transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.btn {
	min-height: 44px; padding: 11px 21px; border-radius: 11px;
	font-weight: 700; letter-spacing: -.01em;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.btn-lg { min-height: 50px; padding: 13px 24px; }
.btn-sm { min-height: 40px; padding: 9px 17px; }
.btn-primary {
	background: linear-gradient(135deg, #5B5CF0, #4F46E5);
	box-shadow: 0 8px 20px rgba(79,70,229,.22);
}
.btn-primary:hover { background: linear-gradient(135deg, #4F46E5, #4338CA); box-shadow: 0 12px 28px rgba(79,70,229,.3); }
.btn-outline { background: rgba(255,255,255,.82); border-color: #CFD7E5; }
.btn-outline:hover { color: var(--text-dark); border-color: #9CA8BA; background: #fff; transform: translateY(-1px); }

/* Header */
.site-header {
	top: 0; background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(207,215,229,.8);
	backdrop-filter: blur(18px) saturate(150%);
}
.site-header.scrolled { background: rgba(255,255,255,.94); box-shadow: 0 10px 35px rgba(15,23,42,.08); }
.header-inner { min-height: 72px; padding-top: 10px; padding-bottom: 10px; }
.brand { gap: 11px; flex-shrink: 0; }
.brand-word { font-size: 20px; letter-spacing: -.04em; }
.brand-mark {
	width: 36px; height: 36px; padding: 8px; border-radius: 11px;
	display: flex; align-items: flex-end; gap: 3px;
	background: linear-gradient(145deg, #111827, #29324A);
	box-shadow: 0 8px 18px rgba(15,23,42,.2);
}
.brand-mark span { display: block; width: 5px; border-radius: 999px; background: #fff; }
.brand-mark span:nth-child(1) { height: 9px; opacity: .55; }
.brand-mark span:nth-child(2) { height: 15px; opacity: .78; }
.brand-mark span:nth-child(3) { height: 21px; background: #8B5CF6; }
.nav-desktop { gap: 2px; }
.nav-link {
	border: 0; background: transparent; font: 600 14px/1 'Inter', sans-serif;
	padding: 10px 12px; color: #354056; cursor: pointer;
}
.nav-link:hover, .nav-link.is-active { background: #F0F2F8; color: #111827; }
.nav-link.is-active { box-shadow: inset 0 -2px 0 var(--purple); }
.nav-toggle .chev { transition: transform .18s ease; }
.nav-item.open .nav-toggle .chev { transform: rotate(180deg); }
.mega-panel {
	top: calc(100% + 14px); left: -70px; width: 650px; padding: 18px;
	border-color: #D8DEEA; border-radius: 18px;
	box-shadow: 0 28px 80px rgba(15,23,42,.18);
}
.mega-panel::before {
	content: ''; position: absolute; inset: -10px 0 auto; height: 12px;
}
.mega-panel a { gap: 12px; padding: 12px; border-radius: 12px; }
.mega-panel a:hover { background: #F4F6FA; }
.mega-group { min-width: 0; }
.mega-panel--features { width: 700px; }
.mega-panel--products { width: 440px; grid-template-columns: 1fr; left: -100px; }
.mega-group--subscriptions {
	padding: 4px; border: 1px solid #E2E5F7; border-radius: 14px;
	background: linear-gradient(145deg, #F7F7FF, #FBF9FF);
}
.mega-group--subscriptions .mega-col-title { margin-top: 2px; }
.mega-col-title > span {
	float: right; padding: 3px 7px; border-radius: 999px; background: #EDE9FE;
	color: #6D28D9; font-size: 8px; letter-spacing: .04em;
}
.mega-panel .fx-grid__icon {
	width: 34px; height: 34px; padding: 8px; flex-shrink: 0; opacity: 1;
	border-radius: 10px; color: var(--purple); background: rgba(91,92,240,.09);
}
.mega-panel .lbl { font-size: 13.5px; color: #172033; }
.mega-panel .desc { margin-top: 3px; color: #6D788C; line-height: 1.35; }
.mega-col-title { color: #8A94A6; margin: 5px 10px 2px; }
.header-actions { gap: 8px; }
.nav-login { padding: 10px 12px; }
.hamburger {
	width: 42px; height: 42px; padding: 10px; border: 1px solid var(--border-soft);
	border-radius: 11px; align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
.hamburger span { width: 18px; height: 2px; border-radius: 999px; background: #172033; transition: transform .2s ease, opacity .2s ease; }
.hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav {
	inset: 72px 0 0; padding: 14px 22px 30px; background: rgba(255,255,255,.98);
	backdrop-filter: blur(18px); border-top: 1px solid var(--border-soft);
}
.mobile-link { display: block; padding: 16px 6px; border-bottom: 1px solid var(--border-soft); font-weight: 700; }
.mobile-cta .btn { flex: 1; }

/* Product-led home hero */
.hero {
	padding: clamp(68px, 8vw, 112px) 0 46px; text-align: left;
	background:
		radial-gradient(circle at 7% 10%, rgba(14,165,233,.13), transparent 29%),
		radial-gradient(circle at 92% 6%, rgba(139,92,246,.16), transparent 30%),
		linear-gradient(180deg, #F9FBFF 0%, #FFFFFF 78%);
}
.hero::before {
	inset: 0; height: 100%; opacity: .5;
	background-image: linear-gradient(rgba(75,85,99,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(75,85,99,.06) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.hero-inner { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { margin: 0 0 24px; padding: 9px 14px; box-shadow: none; border-color: #D8DFEB; color: #445066; }
.eyebrow-signal {
	width: 8px; height: 8px; border-radius: 50%; background: #22C55E;
	box-shadow: 0 0 0 5px rgba(34,197,94,.12);
}
.hero h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(44px, 5vw, 68px); line-height: 1.03; letter-spacing: -.052em; }
.hero-sub { max-width: 610px; margin: 0 0 30px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero .hero-ctas { justify-content: flex-start; margin: 0 0 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 20px; color: #5A6579; font-size: 13px; font-weight: 600; }
.hero-proof > span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof .fx-grid__icon { width: 17px; height: 17px; color: var(--green); opacity: 1; }
.hero-product { position: relative; z-index: 1; padding: 28px 0; }
.hero-product__glow {
	position: absolute; inset: 5% -8%; border-radius: 50%;
	background: radial-gradient(circle, rgba(91,92,240,.25), rgba(14,165,233,.1) 45%, transparent 70%);
	filter: blur(28px);
}
.hero-product .shot { transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.hero-product .shot::before { display: none; }
.hero-product .shot__frame { border-radius: 18px; box-shadow: 0 38px 85px rgba(26,34,65,.28); border-color: rgba(255,255,255,.7); }
.hero-float {
	position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px;
	min-width: 205px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.85);
	border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(15,23,42,.15);
	backdrop-filter: blur(16px);
}
.hero-float--network { top: 0; right: -18px; }
.hero-float--billing { bottom: 2px; left: -20px; }
.hero-float__icon { width: 34px; height: 34px; padding: 8px; border-radius: 10px; background: #EEF2FF; color: var(--purple); }
.hero-float__icon .fx-grid__icon { width: 100%; height: 100%; color: inherit; opacity: 1; }
.hero-float strong, .hero-float small { display: block; }
.hero-float strong { font: 700 12.5px/1.3 'Manrope', sans-serif; }
.hero-float small { margin-top: 2px; color: #778196; font-size: 10.5px; }
.ipilot-demo {
	grid-column: 1 / -1; width: min(1040px, 100%); margin: 24px auto 0; overflow: hidden;
	border: 1px solid rgba(139,148,177,.26); border-radius: 22px; color: #E8ECF7;
	background: #0B1020; box-shadow: 0 32px 80px rgba(15,23,42,.24);
}
.ipilot-demo__topbar {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px;
	border-bottom: 1px solid rgba(148,163,184,.15); background: rgba(18,25,45,.92);
}
.ipilot-demo__identity, .ipilot-demo__meta, .ipilot-demo__identity > span:last-child { display: flex; align-items: center; }
.ipilot-demo__identity { gap: 11px; }
.ipilot-demo__identity > span:last-child { align-items: flex-start; flex-direction: column; }
.ipilot-demo__identity strong { color: #fff; font: 800 14px/1.2 'Manrope', sans-serif; }
.ipilot-demo__identity small { margin-top: 3px; color: #8490AA; font-size: 10.5px; }
.ipilot-mark {
	display: inline-flex; align-items: flex-end; justify-content: center; gap: 2px; width: 34px; height: 34px;
	padding: 8px; border: 1px solid rgba(139,92,246,.36); border-radius: 10px;
	background: linear-gradient(145deg, rgba(91,92,240,.24), rgba(14,165,233,.12));
}
.ipilot-mark i { display: block; width: 4px; border-radius: 999px; background: linear-gradient(180deg, #67E8F9, #8B5CF6); }
.ipilot-mark i:nth-child(1) { height: 8px; }
.ipilot-mark i:nth-child(2) { height: 15px; }
.ipilot-mark i:nth-child(3) { height: 11px; }
.ipilot-demo__meta { flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.ipilot-demo__meta > span {
	display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(148,163,184,.15);
	border-radius: 999px; color: #AAB3C8; background: rgba(255,255,255,.035); font-size: 10px; font-weight: 650;
}
.ipilot-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #34D399; box-shadow: 0 0 9px rgba(52,211,153,.85); }
.ipilot-demo__thread {
	min-height: 300px; max-height: 540px; overflow-y: auto; padding: 24px;
	scrollbar-color: rgba(139,92,246,.45) transparent;
	background:
		radial-gradient(circle at 88% 0, rgba(91,92,240,.11), transparent 32%),
		linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
	background-size: auto, 100% 34px;
}
.ipilot-demo__empty { display: flex; align-items: center; gap: 16px; max-width: 650px; margin: 70px auto; }
.ipilot-demo__empty-icon {
	display: grid; flex: 0 0 48px; height: 48px; place-items: center; border: 1px solid rgba(103,232,249,.24);
	border-radius: 14px; color: #67E8F9; background: rgba(14,165,233,.08);
}
.ipilot-demo__empty-icon .fx-grid__icon { width: 23px; height: 23px; color: inherit; opacity: 1; }
.ipilot-demo__empty strong { color: #F8FAFC; font: 750 17px/1.3 'Manrope', sans-serif; }
.ipilot-demo__empty p { max-width: 570px; margin: 5px 0 0; color: #8F9AB3; font-size: 12.5px; line-height: 1.6; }
.ipilot-message--user {
	width: fit-content; max-width: 78%; margin: 0 0 22px auto; padding: 12px 15px;
	border: 1px solid rgba(99,102,241,.35); border-radius: 14px 14px 4px 14px; background: rgba(79,70,229,.17);
}
.ipilot-message__role { display: block; margin-bottom: 4px; color: #A5B4FC; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ipilot-message--user p { margin: 0; color: #EEF2FF; font-size: 13px; line-height: 1.5; }
.ipilot-message--assistant { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
.ipilot-message__avatar {
	display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(103,232,249,.28);
	border-radius: 10px; color: #CFFAFE; background: linear-gradient(145deg, rgba(14,165,233,.24), rgba(124,58,237,.22));
	font: 800 11px/1 'Manrope', sans-serif;
}
.ipilot-message__content { min-width: 0; }
.ipilot-message__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 10px; }
.ipilot-message__heading > span:first-child { display: flex; align-items: baseline; gap: 7px; }
.ipilot-message__heading strong { color: #fff; font: 750 13px/1.2 'Manrope', sans-serif; }
.ipilot-message__heading small { color: #77839D; font-size: 10px; }
.ipilot-run-state {
	padding: 5px 8px; border: 1px solid rgba(167,139,250,.28); border-radius: 999px;
	color: #C4B5FD; background: rgba(139,92,246,.09); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em;
}
.ipilot-run-state.is-complete { border-color: rgba(52,211,153,.25); color: #6EE7B7; background: rgba(16,185,129,.08); }
.ipilot-run-state.is-error { border-color: rgba(248,113,113,.25); color: #FCA5A5; background: rgba(239,68,68,.08); }
.ipilot-reasoning, .ipilot-tools {
	margin: 9px 0; overflow: hidden; border: 1px solid rgba(148,163,184,.14); border-radius: 12px; background: rgba(255,255,255,.025);
}
.ipilot-panel-label {
	display: flex; align-items: center; gap: 7px; padding: 9px 11px; border-bottom: 1px solid rgba(148,163,184,.12);
	color: #AAB4CA; font-size: 9.5px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase;
}
.ipilot-spinner {
	width: 8px; height: 8px; border: 1.5px solid rgba(103,232,249,.2); border-top-color: #67E8F9; border-radius: 50%;
	animation: ipilot-spin .8s linear infinite;
}
.ipilot-reasoning.is-complete .ipilot-spinner { border-color: #34D399; animation: none; }
@keyframes ipilot-spin { to { transform: rotate(360deg); } }
.ipilot-reasoning__text {
	max-height: 120px; overflow: auto; padding: 10px 12px; color: #8490A9; font: 11px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace;
	white-space: pre-wrap;
}
.ipilot-tools__list { padding: 5px 10px; }
.ipilot-tool-row { display: grid; grid-template-columns: 18px 1fr; gap: 4px; padding: 6px 0; color: #A9B4CA; font-size: 11px; line-height: 1.45; }
.ipilot-tool-row + .ipilot-tool-row { border-top: 1px solid rgba(148,163,184,.08); }
.ipilot-tool-row__icon { color: #67E8F9; font-family: ui-monospace, monospace; }
.ipilot-tool-row.is-complete .ipilot-tool-row__icon { color: #34D399; }
.ipilot-answer {
	position: relative; margin-top: 10px; padding: 15px 16px; border: 1px solid rgba(103,232,249,.16);
	border-radius: 13px; color: #DCE4F3; background: linear-gradient(135deg, rgba(14,165,233,.06), rgba(139,92,246,.05));
	font-size: 12.5px; line-height: 1.68;
}
.ipilot-answer p { margin: 0 0 9px; color: inherit; }
.ipilot-answer p:last-child { margin-bottom: 0; }
.ipilot-answer ul { display: grid; gap: 6px; margin: 8px 0 0; padding: 0; list-style: none; }
.ipilot-answer li { position: relative; padding-left: 17px; }
.ipilot-answer li::before { content: '→'; position: absolute; left: 0; color: #67E8F9; }
.ipilot-answer strong { color: #F8FAFC; }
.ipilot-answer code { padding: 2px 5px; border: 1px solid rgba(148,163,184,.18); border-radius: 5px; color: #C4B5FD; background: rgba(15,23,42,.55); }
.ipilot-answer.is-streaming::after {
	content: ''; display: inline-block; width: 6px; height: 13px; margin-left: 4px; vertical-align: -2px; background: #67E8F9;
	animation: ipilot-blink .8s steps(1) infinite;
}
@keyframes ipilot-blink { 50% { opacity: 0; } }
.ipilot-answer__cursor { color: #8F9BB4; }
.ipilot-demo__composer { padding: 14px 16px 12px; border-top: 1px solid rgba(148,163,184,.15); background: #10172A; }
.ipilot-demo__prompt-row {
	display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: end; gap: 10px; padding: 10px 10px 10px 13px;
	border: 1px solid rgba(148,163,184,.22); border-radius: 13px; background: #0A0F1D; box-shadow: inset 0 0 0 1px rgba(255,255,255,.018);
}
.ipilot-demo__prompt-row:focus-within { border-color: rgba(103,232,249,.42); box-shadow: 0 0 0 3px rgba(14,165,233,.08); }
.ipilot-demo__prompt-mark { align-self: center; color: #67E8F9; font: 700 22px/1 ui-monospace, monospace; }
.ipilot-demo__prompt-row textarea {
	width: 100%; min-height: 24px; max-height: 96px; resize: none; overflow-y: auto; padding: 3px 0;
	border: 0; outline: 0; color: #E5EAF4; background: transparent; font: 12.5px/1.5 'Inter', sans-serif;
}
.ipilot-demo__prompt-row textarea::placeholder { color: #64708A; }
.ipilot-demo__prompt-row button {
	padding: 8px 12px; border: 0; border-radius: 8px; color: #08111E; background: #67E8F9;
	font: 800 10px/1.2 'Manrope', sans-serif; cursor: pointer;
}
.ipilot-demo__prompt-row button:disabled { cursor: wait; opacity: .6; }
.ipilot-demo__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 9px; }
.ipilot-demo__footer > span { flex: 0 0 auto; color: #64708A; font-size: 9px; }
.ipilot-demo .cb-pills { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 6px; padding: 0; }
.ipilot-demo .cb-pill {
	padding: 5px 8px; border: 1px solid rgba(148,163,184,.13); border-radius: 999px;
	color: #8793AB; background: rgba(255,255,255,.025); box-shadow: none; font-size: 9.5px;
}
.ipilot-demo .cb-pill:hover { color: #D8E0EF; border-color: rgba(103,232,249,.28); background: rgba(14,165,233,.06); }
@media (max-width: 700px) {
	.ipilot-demo { margin-top: 8px; border-radius: 17px; }
	.ipilot-demo__topbar { align-items: flex-start; padding: 13px; }
	.ipilot-demo__meta > span:last-child { display: none; }
	.ipilot-demo__thread { min-height: 330px; max-height: 500px; padding: 16px 13px; }
	.ipilot-demo__empty { margin: 76px auto; }
	.ipilot-message--user { max-width: 92%; }
	.ipilot-message--assistant { grid-template-columns: 28px minmax(0,1fr); gap: 9px; }
	.ipilot-message__avatar { width: 28px; height: 28px; border-radius: 8px; font-size: 9px; }
	.ipilot-demo__composer { padding: 11px; }
	.ipilot-demo__footer { align-items: flex-start; flex-direction: column; }
	.ipilot-demo__footer > span { display: none; }
	.ipilot-demo .cb-pill { font-size: 9px; }
}

/* The homepage keeps its desktop bento composition. Mobile intentionally
   collapses it into a predictable scan order: chips, core workflows, chips. */
@media (max-width: 900px) {
	.fx-grid__grid > .fx-grid__chip { grid-column: span 1; min-width: 0; min-height: 72px; padding: 10px 6px; font-size: 10px; overflow-wrap: anywhere; text-align: center; justify-content: center; flex-direction: column; gap: 6px; }
	.fx-grid__grid > .fx-grid__chip .fx-grid__icon { width: 18px; height: 18px; }
	.fx-grid__rail { display: grid; grid-column: span 4; grid-row: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
	.fx-grid__rail .fx-grid__chip--big { display: flex; grid-column: span 1; font-size: 10px; }
	.fx-grid__rail .fx-grid__chip { grid-column: span 1; min-width: 0; min-height: 72px; padding: 10px 6px; font-size: 10px; overflow-wrap: anywhere; text-align: center; justify-content: center; flex-direction: column; gap: 6px; }
	.fx-grid__cards-wrap { grid-column: span 4; grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(220px, auto)); grid-row: auto; }
	.fx-grid__cards-wrap .ai-card { min-height: 220px; }
}

.comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.comparison-card { padding: 24px; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); }
.comparison-card h3 { margin: 0 0 10px; font-size: 19px; }
.comparison-card p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.65; }
.comparison-proof { padding: 14px 20px; color: var(--text-muted); background: #fff; border-bottom: 1px solid var(--border-soft); text-align: center; font-size: 14px; font-weight: 600; }
.comparison-section { padding-top: 64px; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-card); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 17px 20px; border-bottom: 1px solid var(--border-soft); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.55; }
.comparison-table thead th { color: #fff; background: #111827; font: 700 14px/1.4 'Manrope', sans-serif; }
.comparison-table thead th:nth-child(2) { background: var(--purple); }
.comparison-table tbody th { width: 28%; color: var(--text); background: #F8FAFC; font-weight: 700; }
.comparison-table tbody td { width: 36%; color: var(--text-muted); }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table__ispbills { color: var(--text) !important; background: rgba(99,102,241,.045); font-weight: 600; }
.comparison-disclaimer { margin: 16px auto 0; color: var(--text-faint); text-align: center; font-size: 12px; line-height: 1.6; }
.comparison-reasons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.comparison-reason { padding: 25px; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); }
.comparison-reason__icon { display: block; margin-bottom: 16px; font-size: 28px; line-height: 1; }
.comparison-reason h3 { margin: 0 0 10px; font-size: 18px; }
.comparison-reason p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.65; }
.pricing-faq { max-width: 900px; margin: 0 auto; }
.pricing-faq details { padding: 20px 0; border-bottom: 1px solid var(--border-soft); }
.pricing-faq summary { cursor: pointer; font: 700 17px/1.4 'Manrope', sans-serif; }
.pricing-faq p { max-width: 760px; margin: 12px 0 0; color: var(--text-muted); line-height: 1.65; }
.blog-meta { margin: 0 0 12px; color: var(--text-faint); font-size: 13px; }
.post-content { max-width: 780px; margin: 0 auto; font-size: 17px; line-height: 1.75; }
.post-content img { max-width: 100%; height: auto; }
.post-content h2 { margin-top: 52px; font-size: 30px; letter-spacing: -.02em; }
.post-content h3 { margin-top: 36px; font-size: 23px; }
.post-content p,
.post-content ul,
.post-content ol { margin: 0 0 22px; }
.post-content ul,
.post-content ol { padding-left: 24px; }
.post-content li + li { margin-top: 8px; }
.post-content a { color: var(--purple); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.post-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--purple); background: var(--bg-subtle); border-radius: 0 var(--radius-md) var(--radius-md) 0; color: var(--text-muted); }
.post-content blockquote p:last-child { margin-bottom: 0; }
.post-content code { padding: 2px 5px; border-radius: 4px; background: #F0EEFF; color: #5B21B6; font-size: .88em; overflow-wrap: anywhere; }
.post-content table { width: 100%; margin: 28px 0; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border-soft); border-radius: var(--radius-md); overflow: hidden; font-size: 14px; }
.post-content th,
.post-content td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border-soft); }
.post-content th { background: var(--bg-subtle); font-weight: 700; }
.post-content tr:last-child td { border-bottom: 0; }
@media (max-width: 640px) {
	.post-content { font-size: 16px; }
	.post-content h2 { margin-top: 40px; font-size: 26px; }
	.post-content table { display: block; overflow-x: auto; white-space: nowrap; }
}
@media (max-width: 760px) {
	.comparison-grid { grid-template-columns: 1fr; }
	.comparison-reasons { grid-template-columns: 1fr; }
	.comparison-section { padding-top: 48px; }
}
@media (min-width: 761px) and (max-width: 1040px) {
	.comparison-reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.capabilities-intro { padding-top: 48px; padding-bottom: 48px; }
.capabilities-vendors { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 24px; padding: 30px; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-card); }
.capabilities-vendors__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--purple); font: 800 24px/1 'Manrope', sans-serif; }
.capabilities-vendors h2 { margin: 8px 0 10px; font-size: clamp(24px, 3vw, 34px); }
.capabilities-vendors p { margin: 0; color: var(--text-muted); line-height: 1.8; }
.capabilities-groups { columns: 2; column-gap: 28px; }
.capabilities-group { display: inline-block; width: 100%; min-width: 0; margin: 0 0 28px; break-inside: avoid; }
.capabilities-group h3 { margin: 0 0 12px; font-size: 20px; }
.capabilities-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); }
.capabilities-table-wrap--wide { max-width: 1000px; margin: 0 auto; }
.capabilities-table { width: 100%; border-collapse: collapse; }
.capabilities-table th, .capabilities-table td { padding: 13px 16px; border-bottom: 1px solid var(--border-soft); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.55; }
.capabilities-table thead th { color: #fff; background: #111827; font: 700 13px/1.4 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.capabilities-table tbody th { width: 34%; color: var(--text); background: #F8FAFC; font-weight: 700; }
.capabilities-table tbody tr:last-child th, .capabilities-table tbody tr:last-child td { border-bottom: 0; }
.capabilities-table code { padding: 3px 7px; border-radius: 6px; color: var(--purple); background: rgba(99,102,241,.09); font: 700 13px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.capabilities-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.capabilities-tool { min-width: 0; padding: 24px; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); }
.capabilities-tool h3 { margin: 0 0 9px; font-size: 18px; }
.capabilities-tool p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 800px) {
	.capabilities-groups { columns: 1; }
	.capabilities-tools { grid-template-columns: 1fr; }
	.capabilities-vendors { grid-template-columns: 1fr; align-items: start; padding: 24px; }
}

.security-metrics-section { padding-top: 48px; padding-bottom: 48px; }
.security-metrics { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-card); }
.security-metric { min-height: 160px; padding: 25px 18px; border-right: 1px solid var(--border-soft); text-align: center; }
.security-metric:last-child { border-right: 0; }
.security-metric strong { display: block; color: var(--purple); font: 800 clamp(22px, 2.5vw, 31px)/1.1 'Manrope', sans-serif; }
.security-metric h2 { margin: 13px 0 7px; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.security-metric p { margin: 0; color: var(--text-faint); font-size: 12px; line-height: 1.55; }
.security-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.security-control { padding: 30px; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-card); }
.security-control__icon { display: block; margin-bottom: 18px; font-size: 30px; line-height: 1; }
.security-control h3 { margin: 0 0 10px; font-size: 21px; }
.security-control > p { margin: 0 0 18px; color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.security-control ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.security-control li { position: relative; padding-left: 20px; color: var(--text-dark); font-size: 13px; line-height: 1.5; }
.security-control li::before { position: absolute; left: 0; color: var(--purple); content: '•'; font-weight: 800; }
.security-badges { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.security-badge { padding: 24px 12px; border: 1px solid var(--border-soft); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); text-align: center; }
.security-badge strong, .security-badge span { display: block; }
.security-badge strong { color: var(--purple); font: 800 20px/1.2 'Manrope', sans-serif; }
.security-badge span { margin-top: 6px; color: var(--text-faint); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.security-disclosure { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 56px; padding: 34px; border: 1px solid var(--border-soft); border-radius: var(--radius-lg); background: linear-gradient(135deg, #F7F5FF, #EFF8FF); }
.security-disclosure h2 { margin: 10px 0; font-size: 27px; }
.security-disclosure p { max-width: 720px; margin: 0; color: var(--text-muted); line-height: 1.7; }
.security-disclosure .btn { flex: 0 0 auto; }
@media (max-width: 1050px) {
	.security-metrics, .security-badges { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.security-metric:nth-child(3) { border-right: 0; }
	.security-metric:nth-child(-n+3) { border-bottom: 1px solid var(--border-soft); }
}
@media (max-width: 700px) {
	.security-metrics, .security-badges, .security-controls { grid-template-columns: 1fr; }
	.security-metric { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border-soft); }
	.security-metric:nth-child(3) { border-bottom: 1px solid var(--border-soft); }
	.security-metric:last-child { border-bottom: 0; }
	.security-disclosure { align-items: flex-start; flex-direction: column; padding: 26px; }
}

.ipilot-demo-section { position: relative; overflow: hidden; padding: 88px 0; background: linear-gradient(180deg, #F8FAFF, #fff); }
.ipilot-demo-section::before {
	content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5;
	background: radial-gradient(circle at 50% 35%, rgba(91,92,240,.12), transparent 38%);
}
.ipilot-demo-section .container { position: relative; }
.ipilot-demo-section__head { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.ipilot-demo-section__head .eyebrow { margin-bottom: 16px; }
.ipilot-demo-section__head h2 { font-size: clamp(36px, 4.4vw, 54px); letter-spacing: -.045em; }
.ipilot-demo-section__head p { max-width: 680px; margin: 14px auto 0; color: #657086; font-size: 16px; line-height: 1.7; }
.ipilot-video {
	width: min(1040px, 100%); margin: 0 auto; overflow: hidden;
	border: 1px solid rgba(139,148,177,.26); border-radius: 22px; color: #E8ECF7;
	background: #0B1020; box-shadow: 0 32px 80px rgba(15,23,42,.24);
}
.ipilot-video__bar {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px;
	border-bottom: 1px solid rgba(148,163,184,.15); background: #12192D;
}
.ipilot-video__identity, .ipilot-video__identity > span:last-child, .ipilot-video__status { display: flex; align-items: center; }
.ipilot-video__identity { gap: 11px; }
.ipilot-video__identity > span:last-child { align-items: flex-start; flex-direction: column; }
.ipilot-video__identity strong { color: #fff; font: 800 14px/1.2 'Manrope', sans-serif; }
.ipilot-video__identity small { margin-top: 3px; color: #8490AA; font-size: 10.5px; }
.ipilot-video__status { gap: 6px; margin-left: auto; color: #9BA6BD; font-size: 10px; font-weight: 650; }
.ipilot-video__bar > a { color: #67E8F9; font-size: 10px; font-weight: 700; text-decoration: none; }
.ipilot-video__body {
	min-height: 780px; padding: 30px;
	background: radial-gradient(circle at 95% 0, rgba(91,92,240,.14), transparent 38%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
	background-size: auto, 100% 34px;
}
.ipilot-video__prompt {
	width: min(78%, 700px); margin: 0 0 18px auto; padding: 14px 16px; border: 1px solid rgba(99,102,241,.35);
	border-radius: 15px 15px 4px 15px; background: rgba(79,70,229,.17);
}
.ipilot-video__prompt > span, .ipilot-video__result > span {
	display: block; margin-bottom: 5px; color: #A5B4FC; font-size: 8.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.ipilot-video__prompt p { min-height: 22px; margin: 0; color: #EEF2FF; font: 12.5px/1.6 ui-monospace, monospace; }
.ipilot-video__cursor { display: inline-block; width: 7px; height: 15px; margin-left: 3px; vertical-align: -2px; background: #67E8F9; animation: ipilot-video-cursor .8s steps(1) infinite; }
@keyframes ipilot-video-cursor { 50% { opacity: 0; } }
.ipilot-video__reasoning, .ipilot-video__connections, .ipilot-video__tools, .ipilot-video__result { max-width: 790px; }
.ipilot-video__reasoning {
	padding: 12px 14px; border: 1px solid rgba(148,163,184,.13); border-radius: 12px; background: rgba(255,255,255,.025);
}
.ipilot-video__reasoning strong { display: flex; align-items: center; gap: 7px; color: #AAB4C9; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.ipilot-video__reasoning-stream { display: grid; gap: 4px; margin-top: 8px; }
.ipilot-video__reasoning p { min-height: 16px; margin: 0; color: #8894AC; font: 10.5px/1.55 ui-monospace, monospace; }
.ipilot-video__reasoning p::before { content: '›'; margin-right: 7px; color: #67E8F9; }
.ipilot-video__connections {
	display: grid; gap: 7px; margin-top: 10px; padding: 12px 14px; border: 1px solid rgba(103,232,249,.14); border-radius: 12px; background: rgba(14,165,233,.035);
}
.ipilot-video__connections > strong { color: #AAB4C9; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.ipilot-video__connections > div { display: grid; grid-template-columns: 8px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 7px 9px; border-radius: 8px; background: rgba(255,255,255,.022); }
.ipilot-video__connections > div > span { width: 7px; height: 7px; border-radius: 50%; background: #34D399; box-shadow: 0 0 8px rgba(52,211,153,.7); }
.ipilot-video__connections p, .ipilot-video__connections b, .ipilot-video__connections small { display: block; margin: 0; }
.ipilot-video__connections b { color: #DCE3EF; font-size: 10px; }
.ipilot-video__connections small { margin-top: 2px; color: #76829A; font-size: 8.5px; }
.ipilot-video__connections i { color: #6EE7B7; font-size: 8.5px; font-style: normal; font-weight: 700; }
.ipilot-video__tools { display: grid; gap: 7px; margin-top: 10px; }
.ipilot-video__tools > div {
	display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 10px; align-items: center; padding: 9px 12px;
	border: 1px solid rgba(148,163,184,.12); border-radius: 10px; background: rgba(255,255,255,.022);
}
.ipilot-video__tools > div > span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 7px; color: #34D399; background: rgba(52,211,153,.08); font-size: 9px; font-weight: 800; }
.ipilot-video__tools > div:nth-child(3) > span { color: #67E8F9; background: rgba(103,232,249,.08); }
.ipilot-video__tools p, .ipilot-video__tools strong, .ipilot-video__tools small { display: block; margin: 0; }
.ipilot-video__tools strong { color: #DCE3EF; font-size: 10.5px; }
.ipilot-video__tools small { margin-top: 2px; color: #76829A; font-size: 9px; }
.ipilot-video__result {
	margin-top: 13px; padding: 14px 16px; border: 1px solid rgba(52,211,153,.2); border-radius: 12px;
	background: linear-gradient(135deg, rgba(16,185,129,.07), rgba(14,165,233,.05));
}
.ipilot-video__result > span { color: #6EE7B7; }
.ipilot-video__result > span i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #34D399; box-shadow: 0 0 8px rgba(52,211,153,.75); }
.ipilot-video__result strong { display: block; min-height: 18px; color: #F8FAFC; font: 750 13px/1.45 'Manrope', sans-serif; }
.ipilot-video__result p { min-height: 34px; margin: 5px 0 0; color: #9EA9BF; font-size: 10.5px; line-height: 1.55; }
.ipilot-video.is-animating .ipilot-video__reasoning,
.ipilot-video.is-animating .ipilot-video__reasoning p,
.ipilot-video.is-animating .ipilot-video__connections,
.ipilot-video.is-animating .ipilot-video__connections > div,
.ipilot-video.is-animating .ipilot-video__tools > div,
.ipilot-video.is-animating .ipilot-video__result { opacity: 0; transform: translateY(8px); }
.ipilot-video.is-animating .is-visible { opacity: 1; transform: none; transition: opacity .35s ease, transform .35s ease; }
.ipilot-video.is-animating .ipilot-video__reasoning p.is-visible,
.ipilot-video.is-animating .ipilot-video__connections > div.is-visible,
.ipilot-video.is-animating .ipilot-video__tools > div.is-visible {
	opacity: 1; transform: none; transition: opacity .35s ease, transform .35s ease;
}
.ipilot-video__footer {
	display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 28px; padding: 15px 18px;
	border-top: 1px solid rgba(148,163,184,.15); color: #AEB8CC; background: #12192D; font-size: 11px; font-weight: 650;
}
.ipilot-video__footer span { display: inline-flex; align-items: center; gap: 7px; }
.ipilot-video__footer svg { width: 14px; color: #34D399; }
@media (max-width: 520px) {
	.ipilot-demo-section { padding: 64px 0; }
	.ipilot-video { border-radius: 17px; }
	.ipilot-video__bar { align-items: flex-start; padding: 13px; }
	.ipilot-video__status { display: none; }
	.ipilot-video__body { min-height: 790px; padding: 14px; }
	.ipilot-video__prompt { width: 94%; }
	.ipilot-video__footer { justify-content: flex-start; gap: 8px 18px; }
}
@media (prefers-reduced-motion: reduce) {
	.ipilot-video__cursor { animation: none; }
}

.ai-engineer-hero {
	position: relative; overflow: hidden; padding: clamp(76px, 8vw, 118px) 0;
	background:
		radial-gradient(circle at 82% 20%, rgba(91,92,240,.18), transparent 33%),
		radial-gradient(circle at 12% 8%, rgba(14,165,233,.11), transparent 28%),
		linear-gradient(180deg, #F8FAFF, #fff);
}
.ai-engineer-hero::before {
	content: ''; position: absolute; inset: 0; opacity: .45; pointer-events: none;
	background-image: linear-gradient(rgba(91,92,240,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(91,92,240,.065) 1px, transparent 1px);
	background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.ai-engineer-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,.86fr) minmax(520px,1.14fr); gap: 58px; align-items: center; }
.ai-engineer-hero__copy h1 { max-width: 690px; margin: 21px 0 24px; font-size: clamp(44px, 5vw, 68px); line-height: 1.03; letter-spacing: -.052em; }
.ai-engineer-hero__copy > p { max-width: 630px; margin: 0 0 30px; color: #556177; font-size: 18px; line-height: 1.7; }
.ai-engineer-hero__copy .hero-ctas { justify-content: flex-start; }
.ai-engineer-proof { display: flex; flex-wrap: wrap; gap: 11px 18px; margin-top: 24px; color: #58657B; font-size: 12px; font-weight: 650; }
.ai-engineer-proof span { display: inline-flex; align-items: center; gap: 6px; }
.ai-engineer-proof .fx-grid__icon { width: 16px; height: 16px; color: #16A36A; opacity: 1; }
.ai-cockpit { overflow: hidden; border: 1px solid rgba(139,148,177,.28); border-radius: 22px; background: #0B1020; box-shadow: 0 40px 90px rgba(20,29,55,.3); transform: perspective(1500px) rotateY(-2deg); }
.ai-cockpit__bar { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; padding: 14px 16px; border-bottom: 1px solid rgba(148,163,184,.14); background: #12192D; }
.ai-cockpit__bar > span:nth-child(2) { display: flex; align-items: flex-start; flex-direction: column; }
.ai-cockpit__bar strong { color: #fff; font: 800 13px/1.2 'Manrope', sans-serif; }
.ai-cockpit__bar small { margin-top: 3px; color: #7D89A3; font-size: 9.5px; }
.ai-cockpit__body { display: grid; gap: 10px; padding: 18px; background: radial-gradient(circle at 100% 0, rgba(91,92,240,.12), transparent 38%); }
.ai-cockpit__prompt { width: 87%; margin-left: auto; padding: 11px 13px; border: 1px solid rgba(99,102,241,.3); border-radius: 13px 13px 4px 13px; background: rgba(79,70,229,.15); }
.ai-cockpit__prompt span, .ai-cockpit__result > span { display: block; margin-bottom: 4px; color: #A5B4FC; font-size: 8.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ai-cockpit__prompt p { margin: 0; color: #EEF2FF; font-size: 11px; line-height: 1.5; }
.ai-cockpit__reasoning, .ai-cockpit__tools { padding: 10px 12px; border: 1px solid rgba(148,163,184,.13); border-radius: 11px; background: rgba(255,255,255,.025); }
.ai-cockpit__reasoning strong { display: flex; align-items: center; gap: 7px; color: #AAB4C9; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.ai-cockpit__reasoning p { margin: 7px 0 0; color: #7F8AA2; font: 10px/1.5 ui-monospace, monospace; }
.ai-cockpit__tools { display: grid; gap: 6px; color: #AEB8CC; font-size: 10px; }
.ai-cockpit__tools div { display: grid; grid-template-columns: 15px 1fr; gap: 5px; }
.ai-cockpit__tools span { color: #34D399; }
.ai-cockpit__tools div:last-child span { color: #67E8F9; }
.ai-cockpit__result { padding: 13px 14px; border: 1px solid rgba(103,232,249,.17); border-radius: 12px; background: linear-gradient(135deg, rgba(14,165,233,.07), rgba(139,92,246,.06)); }
.ai-cockpit__result > span { color: #67E8F9; }
.ai-cockpit__result strong { display: block; color: #F8FAFC; font: 750 12.5px/1.45 'Manrope', sans-serif; }
.ai-cockpit__result p { margin: 6px 0 0; color: #A3AEC3; font-size: 10.5px; line-height: 1.55; }
.ai-cockpit__composer { margin: 0 14px 14px; padding: 11px 12px; border: 1px solid rgba(148,163,184,.18); border-radius: 11px; color: #65728C; background: #080D19; font-size: 10px; }
.ai-cockpit__composer > span { margin-right: 6px; color: #67E8F9; font: 700 17px/1 monospace; }
.ai-cockpit__composer kbd { float: right; padding: 3px 5px; border: 1px solid rgba(148,163,184,.18); border-radius: 5px; color: #8490A8; background: rgba(255,255,255,.035); font: 8px/1 monospace; }
.ai-section-head { max-width: 760px !important; margin: 0 auto 40px; text-align: center; }
.ai-section-head .eyebrow { margin-bottom: 18px; }
.ai-section-head h2 { font-size: clamp(36px, 4.5vw, 54px); }
.ai-workflow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid #DDE4EE; border-radius: 22px; background: #fff; box-shadow: var(--shadow-card); }
.ai-workflow__step { position: relative; min-height: 250px; padding: 30px; }
.ai-workflow__step + .ai-workflow__step { border-left: 1px solid #E2E7EF; }
.ai-workflow__step > span { position: absolute; top: 22px; right: 24px; color: #C5CCDA; font: 800 12px/1 'Manrope', sans-serif; }
.ai-workflow__step .f-icon { width: 34px; height: 34px; margin-bottom: 28px; color: #5B5CF0; }
.ai-workflow__step .f-icon .fx-grid__icon { width: 100%; height: 100%; color: inherit; opacity: 1; }
.ai-workflow__step h3 { margin-bottom: 10px; font-size: 20px; }
.ai-workflow__step p { margin: 0; color: #667187; font-size: 13px; line-height: 1.65; }
.ai-product-proof { background: #0A0F1D; }
.ai-section-head--light h2 { color: #fff; }
.ai-section-head--light p { color: #909CB4; }
.ai-section-head--light .eyebrow { border-color: rgba(148,163,184,.2); color: #AEB8CC; background: rgba(255,255,255,.04); }
.ai-proof-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 28px; align-items: stretch; }
.ai-product-proof .product-capture { margin: 0; }
.ai-product-proof .pic { height: 100%; border-color: rgba(148,163,184,.18); background: #12192B; }
.ai-product-proof .pic__cap { color: #8E99B0; }
.ai-proof-points { display: grid; gap: 12px; }
.ai-proof-points > div { padding: 24px; border: 1px solid rgba(148,163,184,.15); border-radius: 17px; background: rgba(255,255,255,.035); }
.ai-proof-points__icon { display: grid; width: 36px; height: 36px; margin-bottom: 17px; place-items: center; border-radius: 10px; color: #67E8F9; background: rgba(14,165,233,.09); }
.ai-proof-points__icon .fx-grid__icon { width: 19px; height: 19px; color: inherit; opacity: 1; }
.ai-proof-points h3 { margin-bottom: 8px; color: #F8FAFC; font-size: 18px; }
.ai-proof-points p { margin: 0; color: #909CB4; font-size: 12.5px; line-height: 1.6; }
.ai-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.ai-role-card { padding: 29px; border: 1px solid #DDE4EE; border-radius: 20px; background: #fff; box-shadow: var(--shadow-card); }
.ai-role-card > span { color: #5B5CF0; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ai-role-card h3 { margin: 16px 0 10px; font-size: 21px; line-height: 1.3; }
.ai-role-card p { margin: 0 0 20px; color: #657086; font-size: 13px; line-height: 1.65; }
.ai-role-card code { display: block; padding: 13px 14px; border: 1px solid #E2E7F0; border-radius: 11px; color: #4F46E5; background: #F8FAFC; font: 11px/1.55 ui-monospace, monospace; }
.ai-cli-panel { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 48px; align-items: center; }
.ai-cli-panel__copy h2 { margin: 18px 0 14px; font-size: clamp(34px, 4vw, 48px); }
.ai-cli-panel__copy p { margin: 0 0 24px; color: #657086; font-size: 15px; line-height: 1.7; }
.ai-cli-panel__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ai-safety-panel { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 50px; align-items: center; padding: 40px; border: 1px solid #DDE4EE; border-radius: 23px; background: linear-gradient(135deg, #F8FAFF, #F7F4FF); }
.ai-safety-panel h2 { margin: 18px 0 0; font-size: clamp(32px, 4vw, 46px); }
.ai-safety-panel__rules { display: grid; gap: 11px; }
.ai-safety-panel__rules span { display: grid; grid-template-columns: 10px 1fr; gap: 10px; align-items: center; padding: 13px 15px; border: 1px solid rgba(148,163,184,.22); border-radius: 12px; color: #556177; background: rgba(255,255,255,.72); font-size: 12px; font-weight: 650; }
.ai-safety-panel__rules i { width: 8px; height: 8px; border-radius: 50%; }
.ai-safety-panel__rules i.risk-safe { background: #22C55E; box-shadow: 0 0 0 4px rgba(34,197,94,.1); }
.ai-safety-panel__rules i.risk-caution { background: #F59E0B; box-shadow: 0 0 0 4px rgba(245,158,11,.1); }
.ai-safety-panel__rules i.risk-destructive { background: #EF4444; box-shadow: 0 0 0 4px rgba(239,68,68,.1); }
@media (max-width: 1020px) {
	.ai-engineer-hero__grid { grid-template-columns: 1fr; }
	.ai-engineer-hero__copy { text-align: center; }
	.ai-engineer-hero__copy h1, .ai-engineer-hero__copy > p { margin-left: auto; margin-right: auto; }
	.ai-engineer-hero__copy .hero-ctas, .ai-engineer-proof { justify-content: center; }
	.ai-cockpit { max-width: 720px; margin: 0 auto; transform: none; }
	.ai-workflow { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.ai-workflow__step:nth-child(3) { border-left: 0; border-top: 1px solid #E2E7EF; }
	.ai-workflow__step:nth-child(4) { border-top: 1px solid #E2E7EF; }
	.ai-proof-grid, .ai-cli-panel { grid-template-columns: 1fr; }
	.ai-role-grid { grid-template-columns: 1fr; }
	.ai-safety-panel { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 620px) {
	.ai-engineer-hero { padding-top: 64px; }
	.ai-engineer-hero__grid { gap: 36px; }
	.ai-engineer-hero__copy h1 { font-size: 41px; }
	.ai-engineer-hero__copy > p { font-size: 16px; }
	.ai-cockpit__body { padding: 12px; }
	.ai-cockpit__prompt { width: 94%; }
	.ai-workflow { grid-template-columns: 1fr; }
	.ai-workflow__step { min-height: 0; }
	.ai-workflow__step + .ai-workflow__step { border-top: 1px solid #E2E7EF; border-left: 0; }
	.ai-proof-points > div, .ai-role-card { padding: 23px; }
	.ai-safety-panel { padding: 27px 22px; }
}

.dns-engineer-hero, .solution-engineer-hero {
	position: relative; overflow: hidden; padding: clamp(76px, 8vw, 116px) 0;
	background:
		radial-gradient(circle at 84% 18%, rgba(91,92,240,.17), transparent 34%),
		radial-gradient(circle at 10% 8%, rgba(14,165,233,.11), transparent 27%),
		linear-gradient(180deg, #F8FAFF, #fff);
}
.dns-engineer-hero::before, .solution-engineer-hero::before {
	content: ''; position: absolute; inset: 0; opacity: .45; pointer-events: none;
	background-image: linear-gradient(rgba(91,92,240,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(91,92,240,.06) 1px, transparent 1px);
	background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.dns-engineer-hero__grid, .solution-engineer-hero__grid {
	position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); gap: 58px; align-items: center;
}
.dns-engineer-hero__copy h1, .solution-engineer-hero__copy h1 {
	max-width: 700px; margin: 21px 0 24px; font-size: clamp(44px, 5vw, 67px); line-height: 1.03; letter-spacing: -.052em;
}
.dns-engineer-hero__copy > p, .solution-engineer-hero__copy > p {
	max-width: 630px; margin: 0 0 30px; color: #556177; font-size: 18px; line-height: 1.7;
}
.dns-engineer-hero__copy .hero-ctas, .solution-engineer-hero__copy .hero-ctas { justify-content: flex-start; }
.dns-engineer-proof, .solution-engineer-proof { display: flex; flex-wrap: wrap; gap: 11px 18px; margin-top: 24px; color: #58657B; font-size: 11.5px; font-weight: 650; }
.dns-engineer-proof span, .solution-engineer-proof span { display: inline-flex; align-items: center; gap: 6px; }
.dns-engineer-proof .fx-grid__icon, .solution-engineer-proof .fx-grid__icon { width: 16px; height: 16px; color: #16A36A; opacity: 1; }
.dns-cockpit {
	overflow: hidden; border: 1px solid rgba(139,148,177,.28); border-radius: 22px;
	color: #E8ECF7; background: #0B1020; box-shadow: 0 40px 90px rgba(20,29,55,.3); transform: perspective(1500px) rotateY(-2deg);
}
.dns-cockpit__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border-bottom: 1px solid rgba(148,163,184,.14); background: #12192D; color: #7F8BA4; font-size: 9.5px; }
.dns-cockpit__status { display: inline-flex; align-items: center; gap: 7px; color: #AEB8CC; font-weight: 700; }
.dns-cockpit__status i { width: 6px; height: 6px; border-radius: 50%; background: #34D399; box-shadow: 0 0 9px rgba(52,211,153,.8); }
.dns-cockpit__canvas { position: relative; min-height: 390px; padding: 30px; background: radial-gradient(circle at center, rgba(14,165,233,.09), transparent 40%); }
.dns-cockpit__clients, .dns-cockpit__services { position: absolute; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.dns-cockpit__clients { top: 28px; }
.dns-cockpit__clients span {
	padding: 7px 11px; border: 1px solid rgba(148,163,184,.16); border-radius: 8px; color: #9DA8BD; background: #12192D; font-size: 8.5px; font-weight: 700;
}
.dns-cockpit__resolver {
	position: absolute; top: 50%; left: 50%; z-index: 3; display: flex; align-items: center; flex-direction: column;
	width: 138px; height: 138px; justify-content: center; border: 1px solid rgba(103,232,249,.32); border-radius: 50%;
	background: radial-gradient(circle, rgba(14,165,233,.2), rgba(11,16,32,.95) 68%); box-shadow: 0 0 60px rgba(14,165,233,.16);
	transform: translate(-50%,-50%);
}
.dns-cockpit__resolver > span { color: #67E8F9; }
.dns-cockpit__resolver .fx-grid__icon { width: 29px; height: 29px; color: inherit; opacity: 1; }
.dns-cockpit__resolver strong { margin-top: 8px; color: #fff; font: 800 13px/1.2 'Manrope', sans-serif; }
.dns-cockpit__resolver small { margin-top: 3px; color: #8490A8; font-size: 8.5px; }
.dns-cockpit__resolver > i { position: absolute; inset: -9px; border: 1px dashed rgba(103,232,249,.22); border-radius: 50%; animation: dns-spin 12s linear infinite; }
@keyframes dns-spin { to { transform: rotate(360deg); } }
.dns-cockpit__path { position: absolute; left: 50%; width: 2px; height: 62px; overflow: hidden; background: rgba(103,232,249,.13); transform: translateX(-50%); }
.dns-cockpit__path::after { content: ''; position: absolute; inset: -100% 0 auto; height: 70%; background: linear-gradient(transparent, #67E8F9, transparent); animation: dns-path 2s linear infinite; }
.dns-cockpit__path--in { top: 65px; }
.dns-cockpit__path--out { bottom: 75px; }
.dns-cockpit__path--out::after { animation-delay: 1s; }
@keyframes dns-path { to { transform: translateY(300%); } }
.dns-cockpit__services { bottom: 24px; }
.dns-cockpit__services > div { min-width: 92px; padding: 10px; text-align: center; border: 1px solid rgba(148,163,184,.15); border-radius: 10px; background: #12192D; }
.dns-cockpit__services > div > span { display: grid; width: 25px; height: 25px; margin: 0 auto 6px; place-items: center; border-radius: 7px; color: #67E8F9; background: rgba(14,165,233,.08); }
.dns-cockpit__services .fx-grid__icon { width: 14px; height: 14px; color: inherit; opacity: 1; }
.dns-cockpit__services strong, .dns-cockpit__services small { display: block; }
.dns-cockpit__services strong { color: #E8EDF7; font-size: 9px; }
.dns-cockpit__services small { margin-top: 3px; color: #748099; font-size: 7.5px; }
.dns-query {
	position: absolute; z-index: 5; display: grid; min-width: 25px; height: 18px; place-items: center; padding: 0 4px;
	border-radius: 5px; color: #07111E; background: #67E8F9; font: 800 6px/1 ui-monospace, monospace;
	animation: dns-query 4.5s ease-in-out infinite;
}
.dns-query--one { top: 22%; left: 30%; }
.dns-query--two { top: 35%; right: 25%; animation-delay: 1.5s; }
.dns-query--three { bottom: 30%; left: 24%; animation-delay: 3s; }
@keyframes dns-query { 0% { opacity: 0; transform: scale(.7); } 30%,60% { opacity: 1; transform: translate(35px,42px) scale(1); } 100% { opacity: 0; transform: translate(90px,92px) scale(.8); } }
.dns-cockpit__events { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border-top: 1px solid rgba(148,163,184,.14); background: rgba(148,163,184,.1); }
.dns-cockpit__events div { padding: 11px; color: #8995AC; background: #10172A; font-size: 8px; line-height: 1.4; }
.dns-cockpit__events span { margin-right: 4px; color: #34D399; }
.dns-workflow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #DDE4EE; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.dns-workflow__step { position: relative; min-height: 250px; padding: 30px; }
.dns-workflow__step + .dns-workflow__step { border-left: 1px solid #E2E7EF; }
.dns-workflow__step > span, .solution-workflow__step > span { position: absolute; top: 22px; right: 24px; color: #C5CCDA; font: 800 12px/1 'Manrope', sans-serif; }
.dns-workflow__step .f-icon, .solution-workflow__step .f-icon { width: 34px; height: 34px; margin-bottom: 28px; color: #5B5CF0; }
.dns-workflow__step .fx-grid__icon, .solution-workflow__step .fx-grid__icon { width: 100%; height: 100%; color: inherit; opacity: 1; }
.dns-workflow__step h3, .solution-workflow__step h3 { margin-bottom: 10px; font-size: 20px; }
.dns-workflow__step p, .solution-workflow__step p { margin: 0; color: #667187; font-size: 13px; line-height: 1.65; }
.dns-operations { background: #0A0F1D; }
.dns-operations__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 24px; }
.dns-operations__panel { overflow: hidden; border: 1px solid rgba(148,163,184,.16); border-radius: 18px; background: #11182A; }
.dns-operations__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-bottom: 1px solid rgba(148,163,184,.13); }
.dns-operations__panel-head span { display: inline-flex; align-items: center; gap: 7px; color: #AEB8CC; font-size: 11px; font-weight: 750; }
.dns-operations__panel-head i { width: 6px; height: 6px; border-radius: 50%; background: #34D399; }
.dns-operations__panel-head strong { color: #6EE7B7; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.dns-health-row { display: flex; justify-content: space-between; gap: 15px; padding: 16px 20px; color: #929EB4; font-size: 12px; }
.dns-health-row + .dns-health-row { border-top: 1px solid rgba(148,163,184,.09); }
.dns-health-row strong { color: #E4EAF4; }
.dns-operations__points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.dns-operations__points > div { padding: 23px; border: 1px solid rgba(148,163,184,.15); border-radius: 17px; background: rgba(255,255,255,.035); }
.dns-operations__points > div > span, .solution-capability-card > span {
	display: grid; width: 36px; height: 36px; margin-bottom: 17px; place-items: center; border-radius: 10px; color: #67E8F9; background: rgba(14,165,233,.09);
}
.dns-operations__points .fx-grid__icon, .solution-capability-card .fx-grid__icon { width: 19px; height: 19px; color: inherit; opacity: 1; }
.dns-operations__points h3 { margin-bottom: 8px; color: #F8FAFC; font-size: 17px; }
.dns-operations__points p { margin: 0; color: #909CB4; font-size: 12px; line-height: 1.6; }
.dns-role-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.dns-role-card { padding: 29px; border: 1px solid #DDE4EE; border-radius: 20px; background: #fff; box-shadow: var(--shadow-card); }
.dns-role-card > span { color: #5B5CF0; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.dns-role-card h3 { margin: 16px 0 10px; font-size: 21px; line-height: 1.3; }
.dns-role-card p { margin: 0; color: #657086; font-size: 13px; line-height: 1.65; }
.dns-setup-panel { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 36px; align-items: center; padding: 40px; border: 1px solid #DDE4EE; border-radius: 23px; background: #fff; box-shadow: var(--shadow-card); }
.dns-setup-panel__copy h2 { margin: 18px 0 12px; font-size: clamp(34px,4vw,48px); }
.dns-setup-panel__copy > p { max-width: 600px; margin: 0 0 22px; color: #657086; line-height: 1.65; }
.dns-setup-panel__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 13px; margin-bottom: 22px; }
.dns-setup-panel__price strong { color: #111827; font: 800 34px/1 'Manrope', sans-serif; }
.dns-setup-panel__price span { color: #758096; font-size: 11px; }
.dns-setup-panel__included { padding: 27px; border: 1px solid rgba(91,92,240,.2); border-radius: 18px; background: linear-gradient(145deg,#F8FAFF,#F6F3FF); }
.dns-setup-panel__included > span { color: #5B5CF0; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.dns-setup-panel__included ul { display: grid; gap: 13px; margin: 20px 0 0; padding: 0; list-style: none; }
.dns-setup-panel__included li { position: relative; padding-left: 22px; color: #4E5A70; font-size: 13px; line-height: 1.5; }
.dns-setup-panel__included li::before { content: '✓'; position: absolute; left: 0; color: #16A36A; font-weight: 800; }

.solution-engineer-hero__copy .eyebrow a { color: inherit; text-decoration: none; }
.solution-product-view { position: relative; overflow: hidden; border: 1px solid rgba(139,148,177,.28); border-radius: 22px; background: #0B1020; box-shadow: 0 40px 90px rgba(20,29,55,.28); transform: perspective(1500px) rotateY(-2deg); }
.solution-product-view__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 16px; border-bottom: 1px solid rgba(148,163,184,.13); color: #8490A8; background: #12192D; font-size: 9.5px; }
.solution-product-view__bar span { display: inline-flex; align-items: center; gap: 7px; }
.solution-product-view__bar i { width: 6px; height: 6px; border-radius: 50%; background: #34D399; box-shadow: 0 0 8px rgba(52,211,153,.8); }
.solution-product-view__bar strong { color: #DCE3F0; font-size: 10px; }
.solution-product-view > img { display: block; width: 100%; height: auto; }
.solution-product-view__fallback { display: grid; min-height: 360px; place-items: center; color: #67E8F9; }
.solution-product-view__fallback > span .fx-grid__icon { width: 52px; height: 52px; color: inherit; opacity: 1; }
.solution-product-view__fallback strong { color: #fff; }
.solution-product-view__status { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(148,163,184,.1); }
.solution-product-view__status > div { padding: 12px; text-align: center; background: #10172A; }
.solution-product-view__status strong, .solution-product-view__status span { display: block; }
.solution-product-view__status strong { color: #E9EEF7; font-size: 12px; }
.solution-product-view__status span { margin-top: 3px; color: #7D89A2; font-size: 8px; }
.solution-workflow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #DDE4EE; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.solution-workflow__step { position: relative; min-height: 270px; padding: 30px; }
.solution-workflow__step + .solution-workflow__step { border-left: 1px solid #E2E7EF; }
.solution-capabilities { background: #0A0F1D; }
.solution-capability-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.solution-capability-card { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 15px; padding: 23px; border: 1px solid rgba(148,163,184,.15); border-radius: 17px; background: rgba(255,255,255,.035); }
.solution-capability-card > span { width: 38px; height: 38px; margin: 0; }
.solution-capability-card h3 { margin: 0 0 7px; color: #F8FAFC; font-size: 17px; }
.solution-capability-card p { margin: 0; color: #909CB4; font-size: 12px; line-height: 1.6; }
.solution-outcomes { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 50px; align-items: center; padding: 40px; border: 1px solid #DDE4EE; border-radius: 23px; background: linear-gradient(135deg,#F8FAFF,#F7F4FF); }
.solution-outcomes h2 { margin: 18px 0 12px; font-size: clamp(34px,4vw,48px); }
.solution-outcomes p { margin: 0; color: #657086; line-height: 1.65; }
.solution-outcomes__stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.solution-outcomes__stats > div { padding: 19px; border: 1px solid rgba(148,163,184,.2); border-radius: 14px; background: rgba(255,255,255,.76); }
.solution-outcomes__stats strong, .solution-outcomes__stats span { display: block; }
.solution-outcomes__stats strong { color: #4F46E5; font: 800 22px/1.1 'Manrope', sans-serif; }
.solution-outcomes__stats span { margin-top: 6px; color: #6B768B; font-size: 10.5px; }
.solution-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.solution-related-card { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 16px; padding: 25px; border: 1px solid #DDE4EE; border-radius: 19px; color: inherit; background: #fff; box-shadow: var(--shadow-card); text-decoration: none; }
.solution-related-card > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #5B5CF0; background: #EEF2FF; }
.solution-related-card > span .fx-grid__icon { width: 22px; height: 22px; color: inherit; opacity: 1; }
.solution-related-card small { color: #7D879A; font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.solution-related-card h3 { margin: 8px 0; font-size: 19px; }
.solution-related-card p { margin: 0 0 14px; color: #687388; font-size: 12px; line-height: 1.55; }
.solution-related-card div > strong { color: #4F46E5; font-size: 11px; }
.solutions-index-hero {
	position: relative; overflow: hidden; padding: clamp(76px,8vw,116px) 0;
	background:
		radial-gradient(circle at 80% 20%, rgba(91,92,240,.18), transparent 34%),
		radial-gradient(circle at 12% 8%, rgba(14,165,233,.11), transparent 28%),
		linear-gradient(180deg,#F8FAFF,#fff);
}
.solutions-index-hero::before {
	content: ''; position: absolute; inset: 0; opacity: .45; pointer-events: none;
	background-image: linear-gradient(rgba(91,92,240,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(91,92,240,.06) 1px,transparent 1px);
	background-size: 52px 52px; mask-image: linear-gradient(to bottom,#000,transparent 92%);
}
.solutions-index-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: 60px; align-items: center; }
.solutions-index-hero__copy h1 { max-width: 700px; margin: 21px 0 24px; font-size: clamp(46px,5vw,69px); line-height: 1.03; letter-spacing: -.052em; }
.solutions-index-hero__copy > p { max-width: 630px; margin: 0 0 30px; color: #556177; font-size: 18px; line-height: 1.7; }
.solutions-index-hero__copy .hero-ctas { justify-content: flex-start; }
.solutions-map { position: relative; min-height: 500px; }
.solutions-map__core {
	position: absolute; top: 50%; left: 50%; z-index: 3; display: flex; align-items: center; flex-direction: column; justify-content: center;
	width: 155px; height: 155px; border: 1px solid rgba(103,232,249,.32); border-radius: 50%; color: #fff;
	background: radial-gradient(circle,rgba(14,165,233,.2),#0B1020 68%); box-shadow: 0 30px 70px rgba(20,29,55,.3); transform: translate(-50%,-50%);
}
.solutions-map__core strong { margin-top: 8px; font: 800 14px/1.2 'Manrope',sans-serif; }
.solutions-map__core small { margin-top: 3px; color: #8490A8; font-size: 8.5px; }
.solutions-map__node {
	position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 12px;
	border: 1px solid #D9E0EB; border-radius: 12px; color: #4D596F; background: rgba(255,255,255,.94);
	box-shadow: 0 16px 35px rgba(15,23,42,.12); font-size: 10px;
}
.solutions-map__node .fx-grid__icon { width: 17px; height: 17px; color: #5B5CF0; opacity: 1; }
.solutions-map__node--fiber { top: 6%; left: 44%; }
.solutions-map__node--wired { top: 29%; right: 0; }
.solutions-map__node--wireless { bottom: 18%; right: 6%; }
.solutions-map__node--hotspot { bottom: 7%; left: 19%; }
.solutions-map__node--region { top: 28%; left: 0; }
.solutions-map__ring { position: absolute; top: 50%; left: 50%; width: 350px; height: 350px; border: 1px dashed rgba(91,92,240,.24); border-radius: 50%; transform: translate(-50%,-50%); animation: solution-map-spin 30s linear infinite; }
.solutions-map__pulse { position: absolute; top: 50%; left: 50%; width: 235px; height: 235px; border: 1px solid rgba(14,165,233,.16); border-radius: 50%; transform: translate(-50%,-50%); animation: solution-map-pulse 3s ease-in-out infinite; }
@keyframes solution-map-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes solution-map-pulse { 50% { width: 275px; height: 275px; opacity: .35; } }
.solutions-index-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.solutions-index-card { overflow: hidden; border: 1px solid #DDE4EE; border-radius: 21px; color: inherit; background: #fff; box-shadow: var(--shadow-card); text-decoration: none; transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.solutions-index-card:hover { transform: translateY(-4px); border-color: rgba(91,92,240,.35); box-shadow: var(--shadow-card-hover); }
.solutions-index-card__media { position: relative; overflow: hidden; height: 230px; background: #0B1020; }
.solutions-index-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.solutions-index-card:hover .solutions-index-card__media img { transform: scale(1.025); }
.solutions-index-card__media > span { position: absolute; left: 18px; bottom: 16px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: #fff; background: rgba(11,16,32,.82); backdrop-filter: blur(10px); }
.solutions-index-card__media .fx-grid__icon { width: 22px; height: 22px; color: inherit; opacity: 1; }
.solutions-index-card__body { padding: 25px; }
.solutions-index-card__body small { color: #5B5CF0; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.solutions-index-card__body h3 { margin: 10px 0; font-size: 23px; }
.solutions-index-card__body p { margin: 0 0 18px; color: #657086; font-size: 13px; line-height: 1.65; }
.solutions-index-card__body > div { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 19px; }
.solutions-index-card__body > div span { padding: 6px 8px; border: 1px solid #E1E6EE; border-radius: 8px; color: #7A8598; background: #F8FAFC; font-size: 9px; }
.solutions-index-card__body > div strong { color: #4F46E5; }
.solutions-index-card__body > b { color: #4F46E5; font-size: 11px; }
.solutions-index-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; padding: 40px; border: 1px solid #DDE4EE; border-radius: 23px; background: linear-gradient(135deg,#F8FAFF,#F7F4FF); }
.solutions-index-cta h2 { margin: 18px 0 10px; font-size: clamp(32px,4vw,45px); }
.solutions-index-cta p { max-width: 760px; margin: 0; color: #657086; line-height: 1.65; }
@media (max-width: 1020px) {
	.dns-engineer-hero__grid, .solution-engineer-hero__grid { grid-template-columns: 1fr; }
	.dns-engineer-hero__copy, .solution-engineer-hero__copy { text-align: center; }
	.dns-engineer-hero__copy h1, .dns-engineer-hero__copy > p, .solution-engineer-hero__copy h1, .solution-engineer-hero__copy > p { margin-left: auto; margin-right: auto; }
	.dns-engineer-hero__copy .hero-ctas, .solution-engineer-hero__copy .hero-ctas, .dns-engineer-proof, .solution-engineer-proof { justify-content: center; }
	.dns-cockpit, .solution-product-view { max-width: 760px; margin: 0 auto; transform: none; }
	.dns-workflow, .solution-workflow { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.dns-workflow__step:nth-child(3), .solution-workflow__step:nth-child(3) { border-top: 1px solid #E2E7EF; border-left: 0; }
	.dns-workflow__step:nth-child(4), .solution-workflow__step:nth-child(4) { border-top: 1px solid #E2E7EF; }
	.dns-operations__grid, .dns-setup-panel, .solution-outcomes { grid-template-columns: 1fr; }
	.dns-role-grid, .solution-related-grid { grid-template-columns: 1fr; }
	.solution-capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.solutions-index-hero__grid { grid-template-columns: 1fr; }
	.solutions-index-hero__copy { text-align: center; }
	.solutions-index-hero__copy h1, .solutions-index-hero__copy > p { margin-left: auto; margin-right: auto; }
	.solutions-index-hero__copy .hero-ctas { justify-content: center; }
	.solutions-map { max-width: 650px; width: 100%; margin: 0 auto; }
}
@media (max-width: 650px) {
	.dns-engineer-hero, .solution-engineer-hero { padding-top: 64px; }
	.dns-engineer-hero__copy h1, .solution-engineer-hero__copy h1 { font-size: 41px; }
	.dns-engineer-hero__copy > p, .solution-engineer-hero__copy > p { font-size: 16px; }
	.dns-cockpit__canvas { min-height: 350px; padding: 18px; }
	.dns-cockpit__services > div { min-width: 78px; }
	.dns-cockpit__events { grid-template-columns: 1fr; }
	.dns-workflow, .solution-workflow, .solution-capability-grid { grid-template-columns: 1fr; }
	.dns-workflow__step, .solution-workflow__step { min-height: 0; }
	.dns-workflow__step + .dns-workflow__step, .solution-workflow__step + .solution-workflow__step { border-top: 1px solid #E2E7EF; border-left: 0; }
	.dns-operations__points { grid-template-columns: 1fr; }
	.dns-setup-panel, .solution-outcomes { padding: 27px 22px; }
	.solution-product-view__status { grid-template-columns: 1fr; }
	.solutions-index-hero { padding-top: 64px; }
	.solutions-index-hero__copy h1 { font-size: 41px; }
	.solutions-index-hero__copy > p { font-size: 16px; }
	.solutions-map { min-height: 420px; transform: scale(.88); margin: -20px auto; }
	.solutions-index-grid { grid-template-columns: 1fr; }
	.solutions-index-card__media { height: 190px; }
	.solutions-index-cta { grid-template-columns: 1fr; padding: 27px 22px; }
}
@media (prefers-reduced-motion: reduce) {
	.dns-cockpit__resolver > i, .dns-cockpit__path::after, .dns-query { animation: none !important; }
	.solutions-map__ring, .solutions-map__pulse { animation: none !important; }
}

.trust-strip { padding: 28px 0; background: #fff; }
.trust-label { margin: 0 0 20px; color: #798396; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.logo-row { gap: 10px; }
.logo-chip {
	padding: 9px 15px; border: 1px solid #E0E5EE; border-radius: 999px;
	color: #4E5A70; background: #F8FAFC; font-size: 12px; letter-spacing: .01em;
}
.logo-chip:hover { color: #111827; border-color: #B9C2D1; }

/* Shared interior hierarchy */
.section { padding: clamp(68px, 7vw, 96px) 0; }
.section-alt { background: #F5F7FB; border-top: 1px solid #E8ECF3; border-bottom: 1px solid #E8ECF3; }
.section-title { font-size: clamp(34px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.08; }
.section-sub { max-width: 680px; font-size: 16px; line-height: 1.65; }
.section-head { max-width: 700px !important; }
.section-head h2 { font-size: clamp(30px, 3vw, 42px); letter-spacing: -.035em; }
.section-head p { line-height: 1.65; }
.page-hero {
	padding: clamp(72px, 8vw, 112px) 0 clamp(58px, 6vw, 84px);
	background:
		radial-gradient(circle at 12% 15%, rgba(14,165,233,.12), transparent 28%),
		radial-gradient(circle at 86% 10%, rgba(139,92,246,.15), transparent 30%),
		linear-gradient(180deg, #F8FAFF, #fff);
	border-bottom: 1px solid #E9EDF4;
}
.page-hero::before {
	inset: 0; height: 100%; opacity: .45;
	background-image: linear-gradient(rgba(91,92,240,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(91,92,240,.07) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.page-hero h1 { max-width: 900px; font-size: clamp(40px, 5.2vw, 64px); line-height: 1.04; letter-spacing: -.052em; }
.page-hero__sub { max-width: 720px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.page-hero .eyebrow { box-shadow: none; background: rgba(255,255,255,.78); }
.page-hero .hero-ctas { margin-bottom: 0; }

/* Cards and content surfaces */
.icon-card, .use-card, .post-card, .job-card, .hl-item, .glance-card, .where-card,
.price-card, .wide-card, .form-card, .docs-side, .docs-topic, .faq-item, .step {
	border-color: #DDE3EC; box-shadow: var(--shadow-card);
}
.icon-card, .use-card, .price-card, .wide-card, .form-card { border-radius: 20px; }
.icon-card:hover, .use-card:hover, .post-card:hover, .job-card:hover, .hl-item:hover,
.glance-card:hover, .where-card:hover, .docs-topic:hover {
	border-color: rgba(91,92,240,.38); box-shadow: var(--shadow-card-hover);
}
.icon-card { padding: 30px; }
.icon-card .f-icon, .hl-item__ico, .glance-card__ico {
	background: linear-gradient(145deg, #EEF2FF, #F5F0FF); color: #5B5CF0;
}
.icon-card:hover .f-icon { background: linear-gradient(135deg, #5B5CF0, #7C3AED); }
.icon-card h3, .use-card h3 { font-size: 18px; letter-spacing: -.02em; }
.icon-card p, .use-card p { line-height: 1.65; }
.feature-row { gap: clamp(36px, 6vw, 78px); }
.feature-row h3 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.04em; line-height: 1.1; }
.feature-row p { font-size: 16px; line-height: 1.75; }
.feature-row__eyebrow, .wide-card__eyebrow {
	color: #4F46E5; letter-spacing: .09em;
}
.feature-list { gap: 13px; }
.feature-list li { font-size: 14.5px; }
.stat-row {
	padding: 34px; border: 1px solid #DDE3EC; border-radius: 22px;
	background: linear-gradient(145deg, #fff, #F6F8FC); box-shadow: var(--shadow-card);
}
.stat-item strong { color: #4F46E5; font-size: clamp(34px, 4vw, 48px); }
.stat-item span { display: block; margin-top: 4px; }
.post-card { border-radius: 18px; }
.post-card__thumb {
	position: relative; height: 172px; justify-content: flex-start; align-items: flex-end; padding: 22px;
	background-color: #111827; background-image: radial-gradient(circle at 75% 25%, rgba(139,92,246,.8), transparent 34%), linear-gradient(135deg, #111827, #273250);
	overflow: hidden;
}
.post-card__thumb::before {
	content: ''; position: absolute; width: 180px; height: 180px; right: -50px; top: -80px;
	border: 1px solid rgba(255,255,255,.22); border-radius: 50%;
	box-shadow: 0 0 0 24px rgba(255,255,255,.04), 0 0 0 48px rgba(255,255,255,.025);
}
.post-card__thumb--b { background-image: radial-gradient(circle at 75% 25%, rgba(14,165,233,.8), transparent 34%), linear-gradient(135deg, #0F172A, #164E63); }
.post-card__thumb--c { background-image: radial-gradient(circle at 75% 25%, rgba(245,158,11,.8), transparent 34%), linear-gradient(135deg, #292524, #78350F); }
.post-card__thumb--d { background-image: radial-gradient(circle at 75% 25%, rgba(244,63,94,.75), transparent 34%), linear-gradient(135deg, #1F1724, #701A75); }
.post-card__body { padding: 25px; }
.post-card h3 { font-size: 19px; }
.job-card { padding: 24px 26px; border-radius: 14px; }
.job-card::after { content: '→'; color: var(--purple); font-weight: 800; }

/* Pricing, forms, docs and utility pages */
.pricing-grid--4 { gap: 18px; }
.price-card { padding: 28px; }
.price-card--featured {
	border: 1.5px solid #5B5CF0;
	background: linear-gradient(180deg, #F5F3FF 0%, #fff 28%);
	box-shadow: 0 25px 60px rgba(79,70,229,.18);
}
.price-badge { background: #111827; }
.price-amount .amt { font-family: 'Manrope', sans-serif; letter-spacing: -.04em; }
.otg-box { border-style: solid; background: #F6F8FC; }
.wide-card--accent { background: linear-gradient(150deg, #EEF2FF, #fff 62%); }
.wide-card--server { background: linear-gradient(150deg, #ECFDF5, #fff 62%); }
.guarantee-band, .testi-band {
	background:
		radial-gradient(circle at 82% 10%, rgba(91,92,240,.45), transparent 32%),
		linear-gradient(135deg, #080C16, #131B2C);
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 30px 70px rgba(15,23,42,.2);
}
.calc-card { border-radius: 22px; box-shadow: 0 24px 60px rgba(15,23,42,.12); }
.calc-result { background: linear-gradient(145deg, #0B1020, #19233A); }
.form-card { padding: clamp(26px, 4vw, 38px); box-shadow: 0 24px 60px rgba(15,23,42,.09); }
.field input, .field textarea, .field select {
	min-height: 48px; border-color: #CBD4E1; border-radius: 11px; background: #FBFCFE;
}
.field input:hover, .field textarea:hover, .field select:hover { border-color: #AEB9C9; }
.docs-side { border-radius: 16px; }
.docs-content { max-width: 850px; }
.docs-content h2 { font-size: 30px; letter-spacing: -.03em; }
.docs-content p, .prose p, .prose li { line-height: 1.8; }
.docs-topic { padding: 17px 18px; }
.status-list { border-radius: 18px; box-shadow: var(--shadow-card); }
.status-item { padding: 18px 22px; }
.prose { max-width: 780px; }
.prose h2 { font-size: 28px; letter-spacing: -.03em; }

/* Dark sections */
.fx-grid-section {
	background-color: #080B13;
	background-image:
		radial-gradient(ellipse 900px 520px at 50% -10%, rgba(91,92,240,.24), transparent 68%),
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: auto, 34px 34px, 34px 34px;
}
.ai-card { background: rgba(17,24,39,.76); border-color: rgba(255,255,255,.1); }
.ai-card:hover { background: rgba(24,31,50,.94); }
.fx-grid__chip { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.035); color: #9CA6BA; }
.cta-band {
	padding: clamp(76px, 8vw, 108px) 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(14,165,233,.16), transparent 30%),
		radial-gradient(circle at 86% 18%, rgba(139,92,246,.2), transparent 32%),
		linear-gradient(180deg, #F7F9FF, #fff);
	border-top: 1px solid #E6EAF2;
}
.cta-band h2 { max-width: 820px; margin-left: auto; margin-right: auto; font-size: clamp(35px, 4.2vw, 52px); letter-spacing: -.045em; }

/* Footer */
.site-footer { padding: 72px 0 28px; background: #090D18; color: #AAB3C3; border: 0; }
.site-footer .brand-word { color: #fff; }
.site-footer .brand-mark { background: #fff; box-shadow: none; }
.site-footer .brand-mark span { background: #111827; }
.site-footer .brand-mark span:nth-child(3) { background: #6D5EF7; }
.footer-grid { gap: 32px; margin-bottom: 46px; }
.footer-grid h4 { color: #F8FAFC; }
.footer-grid a { color: #9CA7B8; }
.footer-grid a:hover, .footer-email:hover { color: #fff; }
.footer-brand p { max-width: 260px; color: #9CA7B8; }
.footer-email { display: inline-block; margin-top: 8px; color: #C9D1DE; font-size: 13px; }
.footer-meta { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-meta p { margin: 0; color: #778397; font-size: 12px; }
.footer-status { display: inline-flex; align-items: center; gap: 8px; color: #AAB3C3; font-size: 12px; }
.footer-status span { width: 8px; height: 8px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 4px rgba(34,197,94,.12); }
.footer-bottom { border: 0; color: #6F7B8F; }
.footer-legal a { color: #7F8A9E; }
.footer-legal a:hover { color: #fff; }

@media (max-width: 1080px) {
	.header-actions .nav-login { display: none; }
	.nav-link { padding-left: 9px; padding-right: 9px; }
	.hero-inner { gap: 34px; }
	.hero-float--network { right: 0; }
	.hero-float--billing { left: 0; }
}

@media (max-width: 900px) {
	.hamburger { display: flex; }
	.header-actions .btn-primary { display: none; }
	.hero-inner { grid-template-columns: 1fr; text-align: center; }
	.hero-copy { max-width: 760px; margin: 0 auto; }
	.hero h1, .hero-sub { margin-left: auto; margin-right: auto; }
	.hero .hero-ctas, .hero-proof { justify-content: center; }
	.hero-product { width: min(760px, 100%); margin: 0 auto; }
	.command-bar--hero { margin-top: 0; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.header-inner { min-height: 66px; }
	.mobile-nav { inset: 66px 0 0; }
	.hero { padding-top: 56px; }
	.hero h1 { font-size: 42px; }
	.hero .eyebrow { font-size: 11.5px; }
	.hero-proof { display: grid; grid-template-columns: 1fr; justify-items: center; }
	.hero-product { padding: 8px 0 34px; }
	.hero-product .shot { transform: none; }
	.hero-float { min-width: 175px; padding: 9px 11px; }
	.hero-float--network { top: -12px; right: -8px; }
	.hero-float--billing { bottom: 6px; left: -8px; }
	.hero-float small { display: none; }
	.command-bar--hero .cb-input { align-items: stretch; flex-direction: column; }
	.command-bar--hero .cb-go { width: 100%; }
	.command-bar--hero .cb-pills { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
	.command-bar--hero .cb-pill { flex: 0 0 auto; }
	.page-hero h1 { font-size: 38px; }
	.section-title { font-size: 34px; }
	.stat-row { padding: 24px 16px; gap: 24px 10px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
	.footer-meta, .footer-bottom { align-items: flex-start; flex-direction: column; }
	.guarantee-band, .testi-band { margin-left: 12px; margin-right: 12px; }
}

@media (max-width: 420px) {
	.brand-word { font-size: 18px; }
	.hero h1 { font-size: 36px; }
	.hero-float { display: none; }
	.hero-product { padding-bottom: 8px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
}

/* Route-specific finishing touches */
.d360-page-login main {
	background:
		radial-gradient(circle at 20% 20%, rgba(14,165,233,.13), transparent 30%),
		radial-gradient(circle at 80% 10%, rgba(139,92,246,.16), transparent 32%),
		#F7F9FD;
}
.d360-page-login .form-card--narrow {
	position: relative; max-width: 480px; padding: 40px;
	box-shadow: 0 30px 80px rgba(15,23,42,.14);
}
.d360-page-login .form-card--narrow::before {
	content: ''; display: block; width: 46px; height: 46px; margin: 0 auto 20px;
	border-radius: 14px; background: linear-gradient(135deg, #5B5CF0, #8B5CF6);
	box-shadow: 0 12px 28px rgba(91,92,240,.28);
}
.d360-page-contact .page-hero { padding-bottom: clamp(22px, 3vw, 32px); }
.d360-page-contact .page-hero__sub { margin-bottom: 0; }
.d360-page-contact .cta-band { padding: clamp(56px, 6vw, 72px) 0; }
.d360-page-status .status-list { max-width: 820px; }
.d360-page-status .status-item:nth-child(even) { background: #F8FAFC; }
.d360-page-privacy .prose,
.d360-page-terms .prose {
	padding: clamp(24px, 4vw, 44px); border: 1px solid #DDE3EC; border-radius: 20px;
	background: #fff; box-shadow: var(--shadow-card);
}
.d360-page-support .command-bar .form-card { box-shadow: 0 18px 45px rgba(15,23,42,.1); }

.dns-visual {
	min-height: 340px; padding: 42px; align-items: center; justify-content: center;
	border: 1px solid #DDE3EC; border-radius: 22px;
	background:
		radial-gradient(circle at center, rgba(91,92,240,.16), transparent 38%),
		linear-gradient(rgba(91,92,240,.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(91,92,240,.06) 1px, transparent 1px),
		#F8FAFF;
	background-size: auto, 28px 28px, 28px 28px, auto;
}
.feature-row:hover .dns-visual { transform: none; box-shadow: var(--shadow-card-hover); }
.dns-node {
	position: relative; z-index: 2; display: flex; align-items: center; gap: 9px;
	padding: 16px 20px; border: 1px solid #CFCFFB; border-radius: 14px;
	background: #fff; box-shadow: 0 18px 42px rgba(79,70,229,.18);
}
.dns-node .fx-grid__icon { width: 23px; height: 23px; color: var(--purple); opacity: 1; }
.dns-node strong { font: 800 14px/1 'Manrope', sans-serif; }
.dns-node span { padding: 4px 8px; border-radius: 999px; background: #DCFCE7; color: #15803D; font-size: 10px; font-weight: 800; }
.dns-route { width: 2px; height: 70px; background: linear-gradient(var(--purple), #CBD5E1); }
.dns-clients { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.dns-clients span {
	padding: 10px 14px; border: 1px solid #DDE3EC; border-radius: 10px;
	background: #fff; color: #536074; font-size: 12px; font-weight: 700;
	box-shadow: var(--shadow-card);
}

/* Single blog article */
.blog-article {
	background: #fff;
}
.blog-reading-progress {
	position: fixed; top: 0; left: 0; z-index: 220; width: 100%; height: 3px;
	background: transparent; pointer-events: none;
}
.blog-reading-progress span {
	display: block; width: 0; height: 100%;
	background: #5B5CF0;
}
.blog-article__hero {
	padding: clamp(72px, 8vw, 112px) 0 clamp(58px, 6vw, 84px);
}
.blog-article__hero-inner {
	position: relative; z-index: 1; text-align: center;
}
.blog-article__back {
	display: flex; width: max-content; margin: 0 auto 24px; color: #667085; font-size: 13px; font-weight: 650;
}
.blog-article__back:hover { color: #5B5CF0; }
.blog-article__category {
	margin-bottom: 22px; color: #334155; font-size: 12px; font-weight: 700;
}
.blog-article__category a:hover { text-decoration: underline; text-underline-offset: 3px; }
.blog-article__hero h1 {
	max-width: 900px; margin: 0 auto 20px; color: #0F172A;
	font: 800 clamp(40px, 5.2vw, 64px)/1.04 'Manrope', sans-serif;
	letter-spacing: -.052em;
}
.blog-article__dek {
	max-width: 720px; margin: 0 auto 25px; color: #5B6478;
}
.blog-article__meta {
	display: flex; flex-wrap: wrap; justify-content: center; gap: 9px;
	color: #7B8799; font-size: 12.5px; font-weight: 600;
}
.blog-article__layout {
	display: grid; grid-template-columns: minmax(0, 800px) minmax(200px, 240px);
	justify-content: center; align-items: start; gap: clamp(42px, 6vw, 72px);
	padding-top: 72px; padding-bottom: 72px;
}
.blog-post-body {
	min-width: 0; color: #4B5565; font-size: 17px; line-height: 1.82;
	font-kerning: normal; text-rendering: optimizeLegibility;
}
.blog-post-body__featured {
	margin: 0 0 44px; overflow: hidden; border: 1px solid #DDE3EC; border-radius: 20px;
	box-shadow: var(--shadow-card);
}
.blog-post-body__featured img { width: 100%; height: auto; }
.blog-post-body h2 {
	position: relative; scroll-margin-top: 118px;
	margin: 54px 0 17px; color: #15171C;
	font: 800 clamp(27px, 3vw, 32px)/1.22 'Manrope', sans-serif; letter-spacing: -.03em;
}
.blog-post-body h2:first-child,
.blog-post-body div:first-child > h2:first-child { margin-top: 0; }
.blog-post-body h3 {
	position: relative; scroll-margin-top: 118px;
	margin: 34px 0 12px; color: #20232A;
	font: 750 21px/1.32 'Manrope', sans-serif; letter-spacing: -.018em;
}
.blog-post-body h4 {
	margin: 27px 0 9px; color: #2E333D; font: 750 17px/1.35 'Manrope', sans-serif;
}
.blog-post-body p { margin: 0 0 21px; }
.blog-post-body strong { color: #20242B; font-weight: 700; }
.blog-post-body a {
	color: #4F46E5; font-weight: 650; text-decoration: underline; text-decoration-color: rgba(79,70,229,.3);
	text-decoration-thickness: 1px; text-underline-offset: 3px;
}
.blog-post-body a:hover { color: #3730A3; text-decoration-color: currentColor; }
.blog-heading-anchor {
	margin-left: 9px; color: #A5B4FC !important; font-size: .72em; text-decoration: none !important;
	opacity: 0; transition: opacity .15s ease, color .15s ease;
}
.blog-post-body h2:hover .blog-heading-anchor,
.blog-post-body h3:hover .blog-heading-anchor,
.blog-heading-anchor:focus { color: #6366F1 !important; opacity: 1; }
.blog-post-body ul,
.blog-post-body ol { margin: 0 0 24px; padding-left: 28px; }
.blog-post-body li { margin: 9px 0; padding-left: 5px; }
.blog-post-body li::marker { color: #777F8C; font-weight: 700; }
.blog-post-body hr {
	height: 1px; margin: 44px 0; border: 0;
	background: linear-gradient(90deg, transparent, #D6DDEA 12%, #D6DDEA 88%, transparent);
}
.blog-post-body blockquote {
	margin: 32px 0; padding: 22px 25px; border-left: 4px solid #6366F1; border-radius: 0 14px 14px 0;
	background: #F5F7FF; color: #34415A;
}
.blog-post-body blockquote p:last-child { margin-bottom: 0; }
.blog-post-body code {
	padding: 2px 6px; border: 1px solid #DCE2EE; border-radius: 6px;
	background: #F3F5F9; color: #B4235A; font: 500 .86em/1.6 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.blog-post-body pre {
	margin: 28px 0; padding: 22px 24px; overflow-x: auto; border: 1px solid rgba(255,255,255,.08);
	border-radius: 15px; background: #0B1020; color: #DCE5F5; box-shadow: 0 18px 40px rgba(15,23,42,.14);
	font: 500 13px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace;
	tab-size: 4;
}
.blog-post-body pre code { padding: 0; border: 0; background: transparent; color: inherit; }
.blog-post-body button:not(.blog-code-copy) { display: none; }
.blog-code-block {
	margin: 30px 0; overflow: hidden; border: 1px solid #293142; border-radius: 10px;
	background: #10141D; box-shadow: 0 10px 26px rgba(15,23,42,.1);
}
.blog-code-head {
	display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 8px 10px 8px 16px;
	border-bottom: 1px solid rgba(255,255,255,.08); background: #11182A;
}
.blog-code-language {
	color: #91A0B8; font: 750 10px/1 'Inter', sans-serif; letter-spacing: .09em; text-transform: uppercase;
}
.blog-code-copy {
	display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #34415B;
	border-radius: 7px; background: #182137; color: #CBD5E1; cursor: pointer;
	font: 700 11px/1 'Inter', sans-serif; transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.blog-code-copy::before {
	content: ''; width: 12px; height: 12px; border: 1.5px solid currentColor; border-radius: 2px;
	box-shadow: 3px -3px 0 -1px #11182A, 3px -3px 0 0 currentColor;
}
.blog-code-copy:hover { border-color: #64748B; background: #202C45; color: #fff; }
.blog-code-copy.is-copied { border-color: rgba(34,197,94,.5); background: rgba(34,197,94,.12); color: #86EFAC; }
.blog-code-scroll { overflow-x: auto; }
.blog-code-block pre,
.blog-code-scroll pre {
	margin: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent;
}
.blog-panel,
.blog-card {
	margin: 26px 0; padding: clamp(20px, 3vw, 28px); border: 1px solid #DDE3EC; border-radius: 20px;
	background: linear-gradient(145deg, #F8FAFF, #fff); box-shadow: var(--shadow-card);
}
.blog-panel > :first-child,
.blog-card > :first-child { margin-top: 0; }
.blog-panel > :last-child,
.blog-card > :last-child { margin-bottom: 0; }
.blog-panel h3,
.blog-card h3 { margin-top: 0; font-size: 19px; }
.blog-highlight {
	margin: 28px 0; padding: 22px 25px; border: 1px solid #D8DDFB; border-left: 4px solid #5B5CF0;
	border-radius: 0 14px 14px 0; background: #F5F4FF; color: #3E4652;
}
.blog-highlight > :last-child { margin-bottom: 0; }
.blog-grid {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 26px 0;
}
.blog-grid > * {
	min-width: 0; padding: 22px; border: 1px solid #DDE3EC; border-radius: 16px; background: #fff;
	box-shadow: var(--shadow-card);
}
.blog-grid > * > :first-child { margin-top: 0; }
.blog-grid > * > :last-child { margin-bottom: 0; }
.blog-scroll { margin: 28px 0; overflow-x: auto; border-radius: 15px; }
.blog-table-block { margin: 30px 0; overflow: hidden; border-radius: 15px; }
.blog-table-block table,
.blog-scroll table { margin: 0; }
.blog-pill {
	display: inline-flex; align-items: center; margin: 3px 5px 3px 0; padding: 5px 9px;
	border: 1px solid #D6DDF0; border-radius: 999px; background: #F5F7FF;
	color: #4F46E5; font-size: 11px; font-weight: 750; line-height: 1.3;
}
.blog-tone-success { border-color: #BBE7CC; background-color: #F0FDF4; }
.blog-tone-warning { border-color: #F4D69B; background-color: #FFFBEB; }
.blog-tone-danger { border-color: #F1C0C7; background-color: #FFF1F2; }
.blog-align-center { text-align: center; }
.blog-post-body table {
	width: 100%; margin: 30px 0 36px; border: 1px solid #DDE3EC; border-collapse: separate;
	border-spacing: 0; border-radius: 15px; overflow: hidden; background: #fff;
	box-shadow: var(--shadow-card);
}
.blog-post-body th,
.blog-post-body td { padding: 15px 17px; border-right: 1px solid #E3E8F0; border-bottom: 1px solid #E3E8F0; text-align: left; vertical-align: top; font-size: 14px; line-height: 1.55; }
.blog-post-body th { background: #F3F5FA; color: #202B40; font-weight: 750; }
.blog-post-body tr:last-child td { border-bottom: 0; }
.blog-post-body th:last-child,
.blog-post-body td:last-child { border-right: 0; }
.blog-post-body tbody tr:nth-child(even) td { background: #FAFAFB; }
.blog-post-body img {
	height: auto; margin: 32px auto; border-radius: 16px; box-shadow: 0 16px 38px rgba(15,23,42,.1);
}
.blog-related {
	margin-top: 64px; padding: clamp(24px, 4vw, 34px); border: 1px solid #DDE3EC; border-radius: 22px;
	background: linear-gradient(145deg, #F8FAFF, #fff); box-shadow: var(--shadow-card);
}
.blog-related__eyebrow {
	display: block; margin-bottom: 8px; color: #5B5CF0; font-size: 11px; font-weight: 800;
	letter-spacing: .09em; text-transform: uppercase;
}
.blog-post-body .blog-related h2 { margin: 0 0 22px; font-size: 27px; }
.blog-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.blog-post-body .blog-related__grid a {
	display: flex; flex-direction: column; min-width: 0; padding: 17px; border: 1px solid #E0E5EE; border-radius: 14px;
	background: #fff; color: #293244; text-decoration: none; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.blog-post-body .blog-related__grid a:hover {
	border-color: rgba(91,92,240,.38); box-shadow: var(--shadow-card-hover); transform: translateY(-2px);
}
.blog-related__grid strong { margin-bottom: 7px; color: #172033; font: 750 15px/1.35 'Manrope', sans-serif; }
.blog-related__grid span { flex: 1; color: #687386; font-size: 12.5px; line-height: 1.55; }
.blog-related__grid small { margin-top: 13px; color: #5B5CF0; font-size: 11.5px; font-weight: 750; }
.blog-post-tags {
	display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 54px; padding-top: 28px;
	border-top: 1px solid #E1E6EE;
}
.blog-post-tags > span { margin-right: 4px; color: #334155; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.blog-post-tags a {
	padding: 7px 11px; border: 1px solid #DDE3EC; border-radius: 999px; background: #F8FAFC;
	color: #596579; font-size: 12px; font-weight: 700; text-decoration: none;
}
.blog-post-tags a:hover { border-color: #A5B4FC; background: #EEF2FF; color: #4338CA; }
.blog-article__aside { position: sticky; top: 112px; }
.blog-toc {
	position: static; padding: 20px; border-left: 1px solid #DDE3EC;
}
.blog-toc__title {
	display: block; margin-bottom: 12px; color: #1E293B; font-size: 11px; font-weight: 850;
	letter-spacing: .09em; text-transform: uppercase;
}
.blog-toc ol { margin: 0; padding: 0; list-style: none; }
.blog-toc__item { margin: 0; }
.blog-toc__item a {
	display: block; padding: 6px 0; color: #778397; font-size: 12px; line-height: 1.45;
	transition: color .15s ease, transform .15s ease;
}
.blog-toc__item a:hover,
.blog-toc__item a.is-active { color: #5B5CF0; transform: translateX(2px); }
.blog-toc__item--h3 a { padding-left: 12px; font-size: 11.5px; }
.blog-post-nav {
	display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1052px;
	padding-top: 0; padding-bottom: 72px;
}
.blog-post-nav > div:last-child { text-align: right; }
.blog-post-nav a {
	display: inline-flex; flex-direction: column; width: 100%; max-width: 440px; padding: 20px 22px;
	border: 1px solid #DDE3EC; border-radius: 16px; background: #fff; box-shadow: var(--shadow-card); color: #263247;
	font: 750 15px/1.4 'Manrope', sans-serif;
}
.blog-post-nav a:hover { border-color: rgba(91,92,240,.38); color: #4F46E5; box-shadow: var(--shadow-card-hover); }
.blog-post-nav span {
	margin-bottom: 5px; color: #8A95A8; font: 800 10px/1.4 'Inter', sans-serif;
	letter-spacing: .08em; text-transform: uppercase;
}
@media (max-width: 920px) {
	.blog-article__layout { grid-template-columns: minmax(0, 800px); }
	.blog-article__aside { position: static; }
	.blog-toc { display: none; }
}
@media (max-width: 640px) {
	.blog-article__hero { padding: 56px 0 52px; }
	.blog-article__hero h1 { font-size: 36px; letter-spacing: -.04em; }
	.blog-article__dek { font-size: 16px; }
	.blog-article__layout { padding-top: 44px; padding-bottom: 46px; }
	.blog-post-body { font-size: 16px; line-height: 1.78; }
	.blog-post-body h2 { margin-top: 44px; font-size: 27px; }
	.blog-post-body h3 { font-size: 20px; }
	.blog-post-body table { display: block; overflow-x: auto; white-space: nowrap; }
	.blog-post-body th, .blog-post-body td { min-width: 145px; }
	.blog-grid { grid-template-columns: 1fr; }
	.blog-related__grid { grid-template-columns: 1fr; }
	.blog-post-nav { grid-template-columns: 1fr; padding-bottom: 56px; }
	.blog-post-nav > div:last-child { text-align: left; }
}

/* Complete features catalog */
.module-overview { position: relative; z-index: 3; padding: 0 0 28px; background: #fff; }
.platform-metrics {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
	margin-top: -28px; border: 1px solid #DDE3EC; border-radius: 20px;
	background: #DDE3EC; overflow: hidden; box-shadow: 0 22px 55px rgba(15,23,42,.11);
}
.platform-metrics > div { padding: 25px 20px; text-align: center; background: #fff; }
.platform-metrics strong {
	display: block; color: #4F46E5; font: 800 clamp(28px, 3vw, 40px)/1 'Manrope', sans-serif;
	letter-spacing: -.04em;
}
.platform-metrics span {
	display: block; margin-top: 7px; color: #69758A; font-size: 12px;
	font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
}
.feature-showcase { padding-top: 62px; background: #fff; }
.feature-showcase__head,
.module-catalog__head { margin-bottom: 42px; }
.feature-showcase__head > p,
.module-catalog__head > p { max-width: 450px; }
.feature-showcase__list { display: flex; flex-direction: column; gap: 42px; }
.feature-showcase__item {
	display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
	align-items: center; gap: clamp(32px, 5vw, 72px);
	padding: clamp(18px, 2vw, 28px); border: 1px solid #DDE3EC; border-radius: 26px;
	background: linear-gradient(145deg, #F8FAFF, #fff); box-shadow: var(--shadow-card);
}
.feature-showcase__item:nth-child(even) {
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.65fr);
}
.feature-showcase__item:nth-child(even) figure { order: 2; }
.feature-showcase__item figure {
	margin: 0; overflow: hidden; border: 1px solid #D6DDE8; border-radius: 16px;
	background: #EEF2F7; box-shadow: 0 18px 42px rgba(15,23,42,.15);
}
.feature-showcase__item img { display: block; width: 100%; height: auto; }
.feature-showcase__copy > span {
	color: #5B5CF0; font-size: 11px; font-weight: 800;
	letter-spacing: .09em; text-transform: uppercase;
}
.feature-showcase__copy h3 {
	margin: 12px 0 13px; font-size: clamp(25px, 2.6vw, 36px);
	letter-spacing: -.045em; line-height: 1.12;
}
.feature-showcase__copy > p { margin: 0; color: #5C687C; font-size: 15px; line-height: 1.7; }
.feature-showcase__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.feature-showcase__tags strong {
	padding: 8px 11px; border: 1px solid #DDE3EC; border-radius: 999px;
	background: #fff; color: #3F4B5E; font-size: 11px;
}
.module-catalog { border-bottom: 0; }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.module-card {
	scroll-margin-top: 100px; min-width: 0;
	border: 1px solid #DDE3EC; border-radius: 18px; background: #fff;
	box-shadow: var(--shadow-card);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.module-card:hover {
	transform: translateY(-4px); border-color: rgba(91,92,240,.38);
	box-shadow: var(--shadow-card-hover);
}
.module-card__body { padding: 23px 22px 25px; }
.module-card__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.module-number {
	color: #5B5CF0; font: 800 12px/1 'Manrope', sans-serif;
	letter-spacing: .09em;
}
.module-icon {
	width: 36px; height: 36px; padding: 9px; border-radius: 10px;
	background: #EEF2FF; color: #5B5CF0;
}
.module-icon .fx-grid__icon { width: 100%; height: 100%; color: inherit; opacity: 1; }
.module-card h2 { margin: 0 0 9px; font-size: 19px; letter-spacing: -.035em; line-height: 1.22; }
.module-card__body > p { margin: 0 0 17px; color: #5C687C; font-size: 13px; line-height: 1.58; }
.module-card ul { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.module-card li {
	position: relative; padding-left: 24px; color: #344054; font-size: 12.5px; line-height: 1.48;
}
.module-card li::before {
	content: '✓'; position: absolute; top: 1px; left: 0;
	display: flex; align-items: center; justify-content: center;
	width: 18px; height: 18px; border-radius: 50%; background: #DCFCE7;
	color: #15803D; font-size: 10px; font-weight: 900;
}

@media (max-width: 820px) {
	.feature-showcase__item { grid-template-columns: 1fr; gap: 24px; }
	.feature-showcase__item:nth-child(even) { grid-template-columns: 1fr; }
	.feature-showcase__item:nth-child(even) figure { order: 0; }
	.module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.platform-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
	.platform-metrics { margin-top: -18px; }
	.platform-metrics > div { padding: 20px 10px; }
	.feature-showcase { padding-top: 46px; }
	.feature-showcase__head,
	.module-catalog__head { margin-bottom: 28px; }
	.feature-showcase__list { gap: 24px; }
	.feature-showcase__item { padding: 12px; border-radius: 20px; }
	.feature-showcase__copy { padding: 4px 7px 9px; }
	.feature-showcase__copy h3 { font-size: 25px; }
	.module-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* Integration directory */
[hidden] { display: none !important; }
.integration-promo { background: #fff; border-top: 1px solid #E7EBF2; }
.integration-promo__inner {
	display: flex; align-items: center; justify-content: space-between; gap: 42px;
	padding: clamp(30px, 5vw, 52px); border: 1px solid #D9E0EB; border-radius: 24px;
	background:
		radial-gradient(circle at 90% 10%, rgba(139,92,246,.17), transparent 30%),
		linear-gradient(145deg, #F8FAFF, #fff);
	box-shadow: var(--shadow-card);
}
.integration-promo__inner h2 { margin: 0 0 10px; font-size: clamp(28px, 3.5vw, 42px); letter-spacing: -.04em; }
.integration-promo__inner p { max-width: 720px; margin: 0; color: #5D697D; font-size: 15.5px; line-height: 1.7; }
.integration-promo__inner .btn { flex: 0 0 auto; }
.integration-directory { padding: 56px 0 86px; background: #F5F7FB; }
.integration-toolbar {
	position: relative; z-index: 5; margin: 0 0 58px; padding: 20px;
	border: 1px solid #D9E0EB; border-radius: 20px; background: rgba(255,255,255,.94);
	box-shadow: 0 18px 48px rgba(15,23,42,.09); backdrop-filter: blur(14px);
}
.integration-search {
	display: flex; align-items: center; gap: 11px; min-height: 52px; padding: 0 16px;
	border: 1px solid #C9D3E0; border-radius: 12px; background: #F9FBFD;
}
.integration-search:focus-within { border-color: #5B5CF0; box-shadow: 0 0 0 3px rgba(91,92,240,.11); }
.integration-search .fx-grid__icon { width: 21px; height: 21px; flex-shrink: 0; color: #6F7B8F; opacity: 1; }
.integration-search input {
	width: 100%; border: 0; outline: 0; background: transparent;
	color: #111827; font: 500 14px/1.4 'Inter', sans-serif;
}
.integration-search input::placeholder { color: #8B95A7; }
.integration-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.integration-filter {
	display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 8px 12px;
	border: 1px solid #DCE2EC; border-radius: 9px; background: #fff;
	color: #536074; font: 700 11.5px/1 'Inter', sans-serif; cursor: pointer;
}
.integration-filter span {
	display: inline-flex; align-items: center; justify-content: center; min-width: 21px; height: 21px;
	padding: 0 5px; border-radius: 999px; background: #F0F2F6; color: #7C8799; font-size: 9.5px;
}
.integration-filter:hover { border-color: #AEB7F4; color: #4338CA; }
.integration-filter.active { border-color: #5B5CF0; background: #5B5CF0; color: #fff; }
.integration-filter.active span { background: rgba(255,255,255,.18); color: #fff; }
.integration-results { margin: 13px 2px 0; color: #788397; font-size: 11.5px; }
.integration-results strong { color: #4F46E5; }
.integration-section { margin-bottom: 74px; }
.integration-section:last-child { margin-bottom: 0; }
.integration-section__head { display: flex; align-items: flex-start; gap: 16px; max-width: 820px; margin-bottom: 26px; }
.integration-section__icon {
	width: 48px; height: 48px; padding: 13px; flex: 0 0 auto;
	border-radius: 14px; background: linear-gradient(145deg, #EDEEFF, #F3ECFF); color: #5B5CF0;
}
.integration-section__icon .fx-grid__icon { width: 100%; height: 100%; color: inherit; opacity: 1; }
.integration-section__head h2 { margin: 0 0 7px; font-size: clamp(27px, 3vw, 36px); letter-spacing: -.04em; }
.integration-section__head p { margin: 0; color: #657186; font-size: 14.5px; line-height: 1.65; }
.integration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.integration-card {
	display: flex; flex-direction: column; min-width: 0; padding: 22px;
	border: 1px solid #DCE2EC; border-radius: 16px; background: #fff;
	box-shadow: 0 7px 20px rgba(15,23,42,.04);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.integration-card:hover {
	transform: translateY(-3px); border-color: rgba(91,92,240,.38);
	box-shadow: 0 18px 38px rgba(39,44,112,.11);
}
.integration-card__top { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.integration-card__mark {
	display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 auto;
	border-radius: 11px; background: linear-gradient(145deg, #151D30, #29344B);
	color: #fff; font: 800 10px/1 'Manrope', sans-serif; letter-spacing: .03em;
	box-shadow: 0 8px 18px rgba(15,23,42,.15);
}
.integration-card h3 { margin: 0; font-size: 16px; letter-spacing: -.025em; }
.integration-card > p { flex: 1; margin: 0 0 17px; color: #637084; font-size: 12.8px; line-height: 1.62; }
.integration-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.integration-tags span {
	padding: 5px 8px; border: 1px solid #E0E5EE; border-radius: 999px;
	background: #F7F9FC; color: #657186; font-size: 9.5px; font-weight: 700;
}
.integration-empty {
	padding: 70px 20px; border: 1px dashed #C9D2DF; border-radius: 20px;
	text-align: center; background: #fff;
}
.integration-empty > .fx-grid__icon {
	width: 42px; height: 42px; margin: 0 auto 16px; color: #7C8799; opacity: 1;
}
.integration-empty h2 { margin: 0 0 7px; font-size: 24px; }
.integration-empty p { margin: 0; color: #778397; }
.custom-integration { background: #fff; }

@media (max-width: 960px) {
	.integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	.integration-promo__inner { align-items: flex-start; flex-direction: column; gap: 24px; }
	.integration-directory { padding-top: 34px; }
	.integration-toolbar { margin-bottom: 42px; padding: 14px; }
	.integration-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
	.integration-filter { flex: 0 0 auto; }
	.integration-grid { grid-template-columns: 1fr; }
	.integration-section { margin-bottom: 54px; }
}
