:root {
  --ink: #11152b;
  --muted: #5f657d;
  --paper: #fbfbff;
  --line: #e5e3f1;
  --violet: #7648d8;
  --violet-deep: #5130a9;
  --magenta: #bd5bd4;
  --cyan: #28c2cf;
  --steel-blue: #3f76a5;
  --mist-blue: #c7dce2;
  --warm-ivory: #f8f3dc;
  --sunset-coral: #dc8878;
  --deep-plum: #5b294e;
  --success: #13795b;
  --shadow: 0 24px 70px rgba(30, 22, 70, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #fff; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.site-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(229,227,241,.82); background: rgba(251,251,255,.9); backdrop-filter: blur(18px); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.wordmark-mark { display:grid; place-items:center; width:42px; height:42px; padding:4px; overflow:hidden; border-radius:12px; background:#fff; box-shadow:0 8px 24px rgba(118,72,216,.22); }
.wordmark-mark img { display:block; width:100%; height:100%; object-fit:contain; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { color: #373b51; text-decoration: none; font-size: .94rem; font-weight: 650; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .45rem; min-height: 48px; padding: .72rem 1.15rem; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 750; cursor: pointer; }
.button-primary { color:#fff !important; background:linear-gradient(125deg,var(--steel-blue),var(--violet) 48%,var(--magenta) 74%,var(--sunset-coral)); box-shadow:0 12px 30px rgba(91,55,183,.25); }
.button-secondary { border-color: var(--line); background: #fff; color: var(--ink) !important; }
.button:hover { transform: translateY(-1px); }
.hero { position:relative; overflow:hidden; padding:clamp(4rem,6vw,5.75rem) 0 4.25rem; background:radial-gradient(circle at 48% 48%,rgba(248,243,220,.94) 0%,rgba(248,243,220,.46) 27%,transparent 53%),radial-gradient(circle at 8% 0%,rgba(63,118,165,.33),transparent 42%),radial-gradient(circle at 94% 4%,rgba(54,91,151,.38),transparent 43%),radial-gradient(circle at 8% 100%,rgba(91,41,78,.26),transparent 42%),radial-gradient(circle at 82% 105%,rgba(220,136,120,.34),transparent 44%),linear-gradient(145deg,#f7fbfb,#f7f1e5 62%,#f7e6dc); isolation:isolate; }
.hero::before { content:""; position:absolute; width:650px; height:650px; right:-240px; top:-280px; border-radius:50%; background:radial-gradient(circle,rgba(220,136,120,.27),rgba(118,72,216,.09) 50%,transparent 70%); }
.hero::after { content:""; position:absolute; inset:0; z-index:-2; opacity:.48; background-image:linear-gradient(rgba(81,48,169,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(81,48,169,.055) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(90deg,transparent,black 18%,black 82%,transparent); }
.hero-circuit { position:absolute; inset:0; z-index:-1; pointer-events:none; opacity:.76; }
.hero-circuit svg { width:100%; height:100%; }
.circuit-grid,.circuit-pulses { fill:none; stroke-linecap:round; stroke-linejoin:round; }
.circuit-grid { stroke:rgba(93,63,174,.24); stroke-width:2; }
.circuit-nodes { fill:#8b63dc; filter:drop-shadow(0 0 6px rgba(118,72,216,.5)); }
.circuit-pulses { stroke:#35cbd5; stroke-width:3; stroke-dasharray:2 54; filter:drop-shadow(0 0 7px rgba(40,194,207,.9)); animation:circuit-flow 3.8s linear infinite; }
.circuit-pulses path:nth-child(2) { animation-delay:-1.1s; }
.circuit-pulses path:nth-child(3) { animation-delay:-2.2s; }
.circuit-pulses path:nth-child(4) { animation-delay:-3.1s; }
@keyframes circuit-flow { to { stroke-dashoffset:-224; } }
.hero-grid { position:relative; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); align-items:center; gap:clamp(2rem,7vw,6rem); }
.eyebrow { display:inline-flex; align-items:center; gap:.55rem; color:var(--violet-deep); font-size:.78rem; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.eyebrow::before { content:""; width:24px; height:2px; background:var(--magenta); }
h1,h2,h3 { line-height:1.08; letter-spacing:-.04em; }
h1 { max-width:760px; margin:.8rem 0 1.25rem; font-size:clamp(3rem,5.6vw,5rem); }
.gradient-text { color:transparent; background:linear-gradient(110deg,var(--steel-blue),var(--violet-deep) 30%,var(--violet) 55%,var(--magenta) 76%,var(--sunset-coral)); background-clip:text; -webkit-background-clip:text; }
.hero-copy { max-width:650px; color:var(--muted); font-size:clamp(1.05rem,2vw,1.28rem); }
.hero-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2rem; }
.trust-row { display:flex; flex-wrap:wrap; gap:1.3rem; margin-top:2.25rem; color:#454a61; font-size:.9rem; }
.trust-row span::before { content:"\2713"; margin-right:.45rem; color:var(--success); font-weight:900; }
.product-stage { position:relative; min-height:440px; display:grid; place-items:center; }
.product-card { position:relative; width:min(100%,420px); padding:2.4rem; border:1px solid rgba(255,255,255,.7); border-radius:30px; background:rgba(255,255,255,.78); box-shadow:var(--shadow); backdrop-filter:blur(18px); }
.product-card::after { content:""; position:absolute; inset:auto 30px -18px; height:44px; z-index:-1; border-radius:50%; background:rgba(74,43,148,.18); filter:blur(22px); }
.ptnexus-logo { display:block; width:min(250px,75%); margin:0 auto 1.5rem; }
.tenant-pill { display:inline-flex; align-items:center; gap:.5rem; padding:.42rem .7rem; border-radius:999px; color:#4e3a87; background:#f1ebff; font-size:.78rem; font-weight:780; }
.tenant-pill::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--cyan); box-shadow:0 0 0 4px rgba(40,194,207,.12); }
.product-card h2 { margin:.9rem 0 .5rem; font-size:1.8rem; }
.product-card p { color:var(--muted); margin:0; }
.brand-stage { position:relative; min-height:440px; display:grid; place-items:center; isolation:isolate; }
.brand-stage::before { content:""; position:absolute; width:360px; height:360px; border:1px solid rgba(118,72,216,.18); border-radius:50%; background:radial-gradient(circle,rgba(255,255,255,.98),rgba(248,243,220,.84) 43%,rgba(199,220,226,.48) 58%,transparent 59%); box-shadow:0 24px 80px rgba(65,42,139,.2),0 0 90px rgba(63,118,165,.2); }
.brand-stage::after { content:""; position:absolute; width:270px; height:270px; border:1px dashed rgba(118,72,216,.25); border-radius:50%; }
.brand-core { position:relative; z-index:2; display:grid; place-items:center; text-align:center; }
.brand-core-mark { display:grid; place-items:center; width:132px; height:160px; margin-bottom:.6rem; padding:8px; border-radius:30px; background:rgba(255,255,255,.78); box-shadow:0 16px 42px rgba(91,55,183,.22),0 0 32px rgba(40,194,207,.12); }
.brand-core-mark img { display:block; width:100%; height:100%; object-fit:contain; }
.brand-core strong { font-size:1.15rem; letter-spacing:-.03em; }
.brand-core small { color:var(--muted); }
.brand-orbit { position:absolute; z-index:3; padding:.6rem .85rem; border:1px solid rgba(118,72,216,.14); border-radius:999px; background:#fff; box-shadow:0 10px 30px rgba(30,22,70,.1); color:#4d426c; font-size:.78rem; font-weight:800; }
.brand-orbit-one { top:14%; right:8%; }
.brand-orbit-two { bottom:18%; right:0; }
.brand-orbit-three { bottom:12%; left:8%; }
.positioning-section { padding:0 0 clamp(4.5rem,8vw,7rem); background:#fff; }
.proof-strip { position:relative; z-index:5; display:grid; grid-template-columns:repeat(3,1fr); margin-top:-1.4rem; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 18px 55px rgba(30,22,70,.1); }
.proof-strip>div { display:flex; align-items:center; gap:1rem; min-height:118px; padding:1.4rem 1.7rem; }
.proof-strip>div+div { border-left:1px solid var(--line); }
.proof-strip strong { color:var(--violet-deep); font-size:clamp(1.65rem,3vw,2.5rem); letter-spacing:-.05em; }
.proof-strip span { color:#454a61; font-size:.9rem; line-height:1.4; }
.promise-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; padding-top:clamp(3.5rem,7vw,6rem); }
.promise-grid article { padding:1.5rem 1.6rem 1.7rem; border-top:3px solid #d8cff3; }
.promise-grid article:nth-child(2) { border-color:var(--cyan); }
.promise-grid article:nth-child(3) { border-color:var(--magenta); }
.promise-kicker { color:var(--violet-deep); font-size:.73rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.promise-grid h2 { margin:.65rem 0 .8rem; font-size:1.55rem; }
.promise-grid p { margin:0; color:var(--muted); }
.experience-line { display:flex; flex-wrap:wrap; align-items:center; gap:.65rem; margin-top:2rem; padding-top:1.7rem; border-top:1px solid var(--line); }
.experience-line span { margin-right:.35rem; color:var(--muted); font-size:.83rem; font-weight:750; }
.experience-line strong { padding:.45rem .7rem; border-radius:999px; color:#514766; background:#f4f2fb; font-size:.76rem; }
.section { padding:clamp(4.5rem,9vw,8rem) 0; }
.section-tint { background:radial-gradient(circle at 8% 18%,rgba(199,220,226,.46),transparent 30%),radial-gradient(circle at 92% 86%,rgba(220,136,120,.19),transparent 32%),linear-gradient(145deg,#f7f7fb,#f7f3ec); }
.section-heading { max-width:720px; margin-bottom:2.6rem; }
.section-heading h2 { margin:.7rem 0 1rem; font-size:clamp(2.15rem,4vw,3.7rem); }
.section-heading p { color:var(--muted); font-size:1.08rem; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.feature { min-height:250px; padding:1.65rem; border:1px solid var(--line); border-radius:20px; background:#fff; }
.feature-number { display:grid; place-items:center; width:40px; height:40px; border-radius:11px; color:var(--violet-deep); background:#eee8ff; font-size:.8rem; font-weight:850; }
.feature h3 { margin:1.4rem 0 .65rem; font-size:1.35rem; }
.feature p { margin:0; color:var(--muted); }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.service { min-height:260px; padding:1.55rem; border:1px solid var(--line); border-radius:20px; background:#fff; transition:transform .18s ease,box-shadow .18s ease; }
.service:hover { transform:translateY(-3px); box-shadow:0 15px 35px rgba(30,22,70,.08); }
.service h3 { margin:1.3rem 0 .65rem; font-size:1.2rem; text-transform:none; }
.service p { margin:0; color:var(--muted); font-size:.94rem; }
.ecosystem-card { display:grid; grid-template-columns:120px minmax(0,1fr) auto; gap:1.7rem; align-items:center; margin-bottom:1rem; padding:clamp(1.5rem,4vw,2.4rem); border:1px solid #d9ccf7; border-radius:24px; background:radial-gradient(circle at 88% 18%,rgba(199,220,226,.65),transparent 34%),linear-gradient(135deg,#fbf9ff,#f5f0f5 62%,#faefe5); box-shadow:0 18px 48px rgba(30,22,70,.08); }
.ecosystem-brand { display:grid; justify-items:start; gap:.7rem; }
.ecosystem-card h3 { margin:0 0 .45rem; font-size:clamp(1.7rem,3vw,2.35rem); }
.ecosystem-card p { max-width:700px; margin:.3rem 0 0; color:var(--muted); }
.ecosystem-card>.text-link { white-space:nowrap; }
.app-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.app-card { display:flex; flex-direction:column; min-height:510px; padding:1.7rem; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 12px 35px rgba(30,22,70,.05); }
.app-card-featured { background:linear-gradient(145deg,#fbf9ff,#f4efff); border-color:#d9ccf7; }
.app-card-care { border-color:#dcd2fa; background:linear-gradient(160deg,#fff,#faf8ff); }
.app-card-sola { border-color:#cfeeee; background:linear-gradient(160deg,#fff,#f4ffff); }
.app-card h3 { margin:.4rem 0 .65rem; font-size:1.45rem; }
.app-card p { margin:0; color:var(--muted); }
.app-card ul { margin:1.2rem 0 1.5rem; padding-left:1.15rem; color:#454a61; font-size:.9rem; }
.app-card li+li { margin-top:.35rem; }
.app-logo-wrap { display:grid; place-items:center; width:76px; height:76px; margin-bottom:1rem; border-radius:18px; background:#fff; box-shadow:0 8px 25px rgba(91,55,183,.11); }
.app-logo-wrap .ptnexus-logo { width:64px; margin:0; }
.app-logo-wrap-large { width:96px; height:96px; margin:0; }
.app-logo-wrap-large .ptnexus-logo { width:82px; }
.app-logo-banner { display:flex; align-items:center; justify-content:center; width:100%; height:128px; margin-bottom:1.1rem; overflow:hidden; border:1px solid #ece9f5; border-radius:18px; background:#fff; }
.app-logo-board img { display:block; width:100%; height:100%; object-fit:cover; object-position:center 10%; }
.app-logo-contained img { display:block; width:100%; height:100%; padding:.3rem; object-fit:contain; }
.app-logo-standalone img { transform:scale(1.55); }
.app-logo-contained .ptre-logo { padding:.45rem; }
.app-logo-symbol { gap:1rem; background:linear-gradient(145deg,#fff9f4,#fff); }
.app-logo-symbol strong { color:#22263c; font-size:1.65rem; letter-spacing:-.05em; }
.ptre-logo-wrap { width:88px; height:76px; overflow:hidden; }
.ptre-logo { display:block; width:82px; height:82px; object-fit:contain; }
.product-name-guide { margin-top:.2rem; color:var(--violet-deep); font-size:.76rem; font-weight:850; letter-spacing:.03em; text-transform:uppercase; }
.app-tagline { color:var(--violet-deep) !important; font-size:.8rem; font-weight:850; letter-spacing:.03em; text-transform:uppercase; }
.ecosystem-card .app-tagline { font-size:.85rem; }
.app-trust { margin:-.25rem 0 1.25rem !important; padding:.75rem .85rem; border-left:3px solid var(--cyan); border-radius:0 10px 10px 0; background:#effbfc; color:#405067 !important; font-size:.8rem; line-height:1.45; }
.app-monogram { display:grid; place-items:center; width:52px; height:52px; border-radius:15px; color:#fff; background:linear-gradient(145deg,var(--violet-deep),var(--violet)); font-size:.8rem; font-weight:900; letter-spacing:.02em; }
.app-green { background:linear-gradient(145deg,#08765c,#22a27d); }
.app-blue { background:linear-gradient(145deg,#215aa8,#3f86df); }
.app-orange { background:linear-gradient(145deg,#a94618,#e87d38); }
.app-dark { background:linear-gradient(145deg,#22263c,#51576f); font-size:1.35rem; }
.text-link { margin-top:auto; color:var(--violet-deep); font-weight:800; text-decoration:none; }
.text-link:hover { text-decoration:underline; }
.values-section { position:relative; overflow:hidden; color:#fff; background:linear-gradient(135deg,#17142c,#2c2056 58%,#4e2c7c); }
.values-section::before { content:""; position:absolute; width:560px; height:560px; right:-220px; top:-240px; border-radius:50%; background:radial-gradient(circle,rgba(189,91,212,.24),transparent 68%); }
.values-heading { position:relative; }
.values-heading .eyebrow { color:#d5b9ff; }
.values-heading p { color:#d5d0e8; }
.values-grid { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.value-card { position:relative; overflow:hidden; min-height:380px; padding:1.6rem; border:1px solid rgba(255,255,255,.14); border-radius:20px; background:rgba(255,255,255,.06); }
.value-index { color:#c9a9ff; font-size:.75rem; font-weight:900; letter-spacing:.1em; }
.quote-mark { position:absolute; top:-1.2rem; right:.75rem; color:rgba(255,255,255,.08); font-family:Georgia,serif; font-size:10rem; line-height:1; }
.value-promise { position:relative; margin:2.4rem 0 .3rem; color:#bdb6d2; font-size:.78rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.value-card h3 { position:relative; margin:.2rem 0 1.4rem; font-size:1.6rem; }
.value-card blockquote { position:relative; margin:0 0 1.1rem; color:#f3effd; font-family:Georgia,serif; font-size:1.03rem; line-height:1.65; }
.value-card cite { color:#bdb6d2; font-size:.82rem; font-style:normal; }
.impact-section { background:linear-gradient(145deg,#f7f4ff,#fff 55%,#eefbfc); }
.impact-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(2.5rem,7vw,6.5rem); align-items:start; }
.impact-layout h2 { margin:.7rem 0 1.1rem; font-size:clamp(2.3rem,4.5vw,4rem); }
.impact-layout p { color:var(--muted); }
.impact-lead { color:#39344b !important; font-size:1.15rem; }
.impact-cards { display:grid; gap:1rem; }
.impact-cards article { padding:1.4rem 1.5rem; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.85); box-shadow:0 12px 35px rgba(30,22,70,.05); }
.impact-cards h3 { margin:0 0 .55rem; font-size:1.18rem; }
.impact-cards p { margin:0; }
.impact-cards small { display:block; margin-top:.75rem; color:#6d6680; line-height:1.5; }
.impact-number { display:inline-block; margin-bottom:.75rem; color:var(--violet); font-size:.75rem; font-weight:900; letter-spacing:.1em; }
.care-principle { display:grid; gap:.25rem; margin:1.5rem 0 1.7rem; padding:1rem 1.1rem; border-left:4px solid var(--cyan); border-radius:0 14px 14px 0; background:rgba(255,255,255,.82); }
.care-principle strong { color:var(--ink); }
.care-principle span { color:var(--muted); font-size:.9rem; }
.workflow { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; counter-reset:steps; }
.workflow article { position:relative; padding:1.4rem 1.2rem; border-left:2px solid #d8cff3; }
.workflow article::before { counter-increment:steps; content:"0" counter(steps); color:var(--violet); font-size:.77rem; font-weight:900; letter-spacing:.08em; }
.workflow h3 { margin:.7rem 0 .45rem; font-size:1.05rem; letter-spacing:-.02em; }
.workflow p { margin:0; color:var(--muted); font-size:.92rem; }
.billing-panel { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:center; padding:clamp(2rem,6vw,4.5rem); border-radius:28px; color:#fff; background:linear-gradient(135deg,#17142c,#2c2056 55%,#4e2c7c); box-shadow:var(--shadow); }
.billing-panel h2 { margin:.65rem 0 1rem; font-size:clamp(2rem,4vw,3.4rem); }
.billing-panel p { color:#d5d0e8; }
.billing-eyebrow { color:#d5b9ff; }
.billing-list { display:grid; gap:.75rem; margin:0; padding:0; list-style:none; }
.billing-list li { padding:1rem 1.1rem; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:rgba(255,255,255,.06); }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(2rem,8vw,7rem); }
.contact-card { padding:clamp(1.5rem,4vw,2.5rem); border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 16px 45px rgba(30,22,70,.07); }
.steve-chat { overflow:hidden; border:1px solid #d9ccf7; border-radius:24px; background:#fff; box-shadow:0 18px 55px rgba(30,22,70,.1); }
.steve-header { display:flex; align-items:center; gap:.85rem; padding:1rem 1.2rem; color:#fff; background:linear-gradient(135deg,#17142c,#2c2056 60%,#4e2c7c); }
.steve-header h3 { margin:0; font-size:1.05rem; letter-spacing:-.02em; }
.steve-header>div span { display:flex; align-items:center; gap:.4rem; color:#d5d0e8; font-size:.75rem; }
.steve-header i { width:7px; height:7px; border-radius:50%; background:#45d7a0; box-shadow:0 0 0 3px rgba(69,215,160,.16); }
.steve-header .link-button { margin-left:auto; color:#eee8ff; text-decoration:none; font-size:.78rem; }
.steve-avatar { display:grid; place-items:center; width:42px; height:42px; flex:0 0 auto; border-radius:13px; color:#fff; background:linear-gradient(145deg,var(--violet),var(--magenta)); font-size:.78rem; font-weight:900; }
.steve-messages { display:flex; flex-direction:column; gap:.7rem; min-height:300px; max-height:430px; padding:1.25rem; overflow-y:auto; background:linear-gradient(180deg,#fbfaff,#fff); }
.steve-message { max-width:84%; padding:.75rem .9rem; border-radius:15px; font-size:.9rem; line-height:1.5; white-space:pre-wrap; }
.steve-message-bot { align-self:flex-start; border:1px solid #e7e1f7; border-bottom-left-radius:4px; background:#f3efff; }
.steve-message-user { align-self:flex-end; border-bottom-right-radius:4px; color:#fff; background:var(--violet-deep); }
.steve-actions { display:flex; flex-wrap:wrap; gap:.5rem; padding:0 1.25rem 1rem; }
.steve-choice { padding:.58rem .78rem; border:1px solid #d9ccf7; border-radius:999px; color:var(--violet-deep); background:#fff; font:inherit; font-size:.79rem; font-weight:750; cursor:pointer; }
.steve-choice:hover,.steve-choice:focus { border-color:var(--violet); background:#f3efff; }
.steve-chat form { border-top:1px solid var(--line); }
.steve-composer { display:flex; align-items:flex-end; gap:.65rem; padding:1rem 1.25rem; }
.steve-composer textarea { min-height:48px; max-height:120px; resize:vertical; }
.steve-composer .button { min-height:48px; }
.steve-contact-fields { padding:1.2rem 1.25rem 0; background:#fff; }
.steve-privacy { margin:.1rem 0 1rem; color:var(--muted); font-size:.76rem; }
.steve-status { min-height:1.3rem; margin:0; padding:0 1.25rem 1rem; color:var(--muted); font-size:.8rem; }
.steve-next-link { margin:0 0 .2rem; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
label { display:block; margin-bottom:.35rem; font-size:.86rem; font-weight:750; }
input,textarea { width:100%; padding:.85rem .9rem; border:1px solid #d9d6e7; border-radius:10px; background:#fff; color:var(--ink); font:inherit; }
input:focus,textarea:focus { outline:3px solid rgba(118,72,216,.14); border-color:var(--violet); }
.field { margin-bottom:1rem; }
.form-errors { color:#a51d44; font-size:.8rem; }
.site-footer { padding:2rem 0; border-top:1px solid var(--line); color:var(--muted); font-size:.9rem; }
.footer-inner { display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.footer-links { display:flex; gap:1.2rem; flex-wrap:wrap; align-items:center; }
.link-button { padding:0; border:0; background:none; color:var(--violet-deep); font:inherit; text-decoration:underline; cursor:pointer; }
.legal-hero { padding:clamp(3rem,8vw,6rem) 0 2.8rem; background:linear-gradient(145deg,#f7f4ff,#fbfbff 58%,#f3fbfc); }
.legal-hero h1 { margin:.7rem 0 1rem; font-size:clamp(2.5rem,6vw,5rem); }
.legal-meta { color:var(--muted); }
.legal-document { max-width:860px; padding-top:clamp(3rem,7vw,5.5rem); padding-bottom:clamp(4rem,8vw,7rem); }
.legal-document section { padding-top:2.4rem; scroll-margin-top:100px; }
.legal-document section:first-of-type { padding-top:1.5rem; }
.legal-document h2 { margin:0 0 .8rem; font-size:clamp(1.45rem,3vw,2rem); }
.legal-document p,.legal-document li { color:#454a61; }
.legal-document li+li { margin-top:.45rem; }
.policy-callout { padding:1.2rem 1.35rem; border-left:4px solid var(--violet); border-radius:0 12px 12px 0; background:#f3efff; }
.policy-callout p { margin:0; }
.policy-table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:16px; }
.policy-table { width:100%; border-collapse:collapse; background:#fff; }
.policy-table th,.policy-table td { padding:1rem; text-align:left; vertical-align:top; border-bottom:1px solid var(--line); }
.policy-table th { color:var(--ink); background:#f4f2fb; font-size:.84rem; }
.policy-table tr:last-child td { border-bottom:0; }
.legal-split { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,430px); gap:clamp(2rem,6vw,5rem); align-items:start; }
.legal-split .legal-document { padding:0; }
.request-card { padding:clamp(1.4rem,4vw,2.1rem); border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 16px 45px rgba(30,22,70,.07); }
.request-card h2 { margin-top:0; font-size:1.5rem; }
.request-card select { width:100%; padding:.85rem .9rem; border:1px solid #d9d6e7; border-radius:10px; background:#fff; color:var(--ink); font:inherit; }
.support-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.cookie-banner { position:fixed; right:1rem; bottom:1rem; z-index:1000; width:min(660px,calc(100% - 2rem)); padding:1.25rem; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 24px 70px rgba(30,22,70,.24); }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:.35rem 0 .9rem; color:var(--muted); }
.cookie-banner>a { display:inline-block; margin-top:.7rem; color:var(--violet-deep); font-size:.88rem; }
.cookie-actions { display:flex; flex-wrap:wrap; gap:.65rem; }

/* Signed-in customer portal */
.portal-page { background:#f5f6fa; }
.portal-header { position:sticky; top:0; z-index:50; border-bottom:1px solid #dedfea; background:rgba(255,255,255,.94); backdrop-filter:blur(18px); }
.portal-header-inner { min-height:78px; display:grid; grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr); align-items:center; gap:1.5rem; }
.portal-wordmark span:last-child { display:grid; line-height:1.2; }
.portal-wordmark small { margin-top:.2rem; color:var(--muted); font-size:.7rem; font-weight:650; letter-spacing:.02em; }
.portal-nav { display:flex; align-items:center; gap:.25rem; padding:.3rem; border:1px solid var(--line); border-radius:13px; background:#f7f6fb; }
.portal-nav a { padding:.55rem .8rem; border-radius:9px; color:#555a70; font-size:.84rem; font-weight:750; text-decoration:none; }
.portal-nav a:hover { color:var(--ink); background:#fff; }
.portal-nav a[aria-current="page"] { color:var(--violet-deep); background:#fff; box-shadow:0 3px 12px rgba(30,22,70,.08); }
.portal-signout { justify-self:end; color:#555a70; font-size:.84rem; font-weight:750; text-decoration:none; }
.portal-signout:hover { color:var(--violet-deep); }
.portal-main { min-height:calc(100vh - 160px); padding:clamp(2rem,5vw,4.5rem) 0 clamp(4rem,7vw,6rem); }
.portal-page-heading { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin-bottom:2rem; }
.portal-page-heading h1,.invoice-heading h1 { margin:.55rem 0 .5rem; font-size:clamp(2.3rem,5vw,4rem); }
.portal-page-heading p,.invoice-heading p { margin:0; color:var(--muted); }
.portal-account-chip { max-width:330px; padding:.8rem 1rem; border:1px solid var(--line); border-radius:13px; background:#fff; text-align:right; }
.portal-account-chip span,.portal-account-chip strong { display:block; overflow:hidden; text-overflow:ellipsis; }
.portal-account-chip span { color:var(--muted); font-size:.7rem; font-weight:750; letter-spacing:.06em; text-transform:uppercase; }
.portal-account-chip strong { margin-top:.15rem; font-size:.84rem; white-space:nowrap; }
.portal-notice { margin-bottom:1.25rem; padding:1rem 1.1rem; border:1px solid #ddd3f6; border-radius:13px; background:#f5f1ff; color:#40365e; }
.portal-notice-warning { border-color:#ead7a2; background:#fff9e9; color:#654f15; }
.billing-summary { display:grid; grid-template-columns:repeat(3,1fr); margin-bottom:1.25rem; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 10px 32px rgba(30,22,70,.05); }
.billing-summary article { min-height:126px; padding:1.25rem 1.4rem; }
.billing-summary article+article { border-left:1px solid var(--line); }
.billing-summary span,.billing-summary small { display:block; }
.billing-summary span { color:var(--muted); font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.billing-summary strong { display:block; margin:.3rem 0 .1rem; font-size:1.55rem; letter-spacing:-.035em; }
.billing-summary small { color:#656a7d; font-size:.78rem; }
.billing-summary-action { background:linear-gradient(145deg,#f7f4ff,#f0fbfc); }
.billing-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:1.25rem; align-items:start; }
.billing-primary,.billing-aside { min-width:0; display:grid; gap:1.25rem; }
.billing-aside { position:sticky; top:100px; }
.portal-card { min-width:0; padding:clamp(1.25rem,3vw,2rem); border:1px solid var(--line); border-radius:19px; background:#fff; box-shadow:0 10px 32px rgba(30,22,70,.045); }
.portal-card-compact { padding:1.45rem; }
.portal-card h2 { margin:.3rem 0 .7rem; font-size:1.35rem; letter-spacing:-.03em; }
.portal-card p { color:var(--muted); }
.portal-card-heading { display:flex; align-items:start; justify-content:space-between; gap:1rem; margin-bottom:1.2rem; }
.portal-card-heading h2 { margin-bottom:0; }
.section-kicker,.status-label,.muted-label { color:var(--muted); font-size:.7rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.muted-label { padding-top:.35rem; font-weight:650; letter-spacing:.03em; text-transform:none; }
.status-dot { display:inline-block; width:8px; height:8px; margin-right:.45rem; border-radius:50%; background:var(--cyan); box-shadow:0 0 0 4px rgba(40,194,207,.13); }
.status-badge { display:inline-flex; align-items:center; min-height:27px; padding:.28rem .55rem; border-radius:999px; color:#554080; background:#f1ebff; font-size:.7rem; font-weight:800; white-space:nowrap; }
.status-active,.status-paid,.status-trialing { color:#0b664c; background:#e7f7f0; }
.status-issued,.status-open { color:#3c5390; background:#edf2ff; }
.status-overdue,.status-past_due { color:#913b2a; background:#fff0eb; }
.status-canceled,.status-cancelled,.status-void { color:#616575; background:#f0f1f4; }
.billing-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin:0 0 1.2rem; border:1px solid var(--line); border-radius:14px; }
.billing-details>div { padding:1rem; }
.billing-details>div:nth-child(even) { border-left:1px solid var(--line); }
.billing-details>div:nth-child(n+3) { border-top:1px solid var(--line); }
.billing-details dt { color:var(--muted); font-size:.7rem; font-weight:750; text-transform:uppercase; }
.billing-details dd { margin:.25rem 0 0; font-weight:700; overflow-wrap:anywhere; }
.billing-action-panel { display:flex; align-items:center; justify-content:space-between; gap:1.2rem; padding:1.1rem; border-radius:14px; background:linear-gradient(135deg,#f5f1ff,#effbfc); }
.billing-action-panel p { max-width:600px; margin:.25rem 0 0; font-size:.84rem; }
.billing-action-panel .button { flex:0 0 auto; }
.setup-progress { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:1.5rem 0 0; padding:1.35rem 0 0; border-top:1px solid var(--line); list-style:none; }
.setup-progress li { position:relative; display:flex; gap:.65rem; padding-right:.6rem; }
.setup-progress li:not(:last-child)::after { content:""; position:absolute; top:15px; left:32px; right:6px; height:1px; background:#dedbea; }
.setup-progress li>span { position:relative; z-index:1; display:grid; place-items:center; width:30px; height:30px; flex:0 0 30px; border:1px solid #d7d5e1; border-radius:50%; color:#777b8c; background:#fff; font-size:.7rem; font-weight:850; }
.setup-progress strong,.setup-progress small { display:block; }
.setup-progress strong { margin-top:.1rem; font-size:.76rem; }
.setup-progress small { margin-top:.15rem; color:var(--muted); font-size:.67rem; line-height:1.4; }
.setup-progress .is-complete>span { border-color:var(--success); color:#fff; background:var(--success); }
.setup-progress .is-current>span { border-color:var(--violet); color:var(--violet-deep); background:#f1ebff; box-shadow:0 0 0 4px rgba(118,72,216,.1); }
.subscription-list { display:grid; gap:.65rem; }
.subscription-list article { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:1rem; border:1px solid var(--line); border-radius:13px; }
.subscription-list strong,.subscription-list small { display:block; }
.subscription-list small { margin-top:.2rem; color:var(--muted); font-size:.75rem; }
.portal-empty { display:flex; align-items:start; gap:1rem; padding:1.15rem; border:1px dashed #d7d4e5; border-radius:14px; background:#fafafe; }
.portal-empty>span { display:grid; place-items:center; width:38px; height:38px; flex:0 0 auto; border-radius:10px; color:#68519e; background:#eee8ff; font-size:.7rem; font-weight:900; }
.portal-empty p { margin:.25rem 0 0; font-size:.84rem; }
.invoice-table-wrap { overflow-x:auto; }
.invoice-table { width:100%; border-collapse:collapse; }
.invoice-table th,.invoice-table td { padding:.85rem .7rem; border-bottom:1px solid var(--line); text-align:left; vertical-align:middle; font-size:.82rem; }
.invoice-table th { color:var(--muted); font-size:.68rem; letter-spacing:.06em; text-transform:uppercase; }
.invoice-table tbody tr:last-child td { border-bottom:0; }
.invoice-table .amount { text-align:right; white-space:nowrap; }
.invoice-lines td strong,.invoice-lines td small { display:block; }
.invoice-lines td small { margin-top:.2rem; color:var(--muted); }
.security-row { display:flex; gap:.6rem; padding-top:1rem; border-top:1px solid var(--line); color:#4f556a; font-size:.8rem; }
.security-row>span:first-child { color:var(--success); font-weight:900; }
.button-full { width:100%; }
.support-note { display:block; margin-top:.8rem; color:var(--muted); font-size:.7rem; line-height:1.45; }
.portal-narrow { max-width:920px; }
.portal-back { display:inline-flex; margin-bottom:1.25rem; color:var(--violet-deep); font-size:.82rem; font-weight:800; text-decoration:none; }
.invoice-heading { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin-bottom:1.5rem; }
.invoice-totals { width:min(100%,360px); margin:1.5rem 0 0 auto; }
.invoice-totals>div { display:flex; justify-content:space-between; gap:2rem; padding:.45rem .2rem; }
.invoice-totals dt { color:var(--muted); font-weight:600; }
.invoice-totals dd { margin:0; font-weight:750; }
.invoice-totals .invoice-total { margin-top:.35rem; padding-top:.85rem; border-top:2px solid var(--ink); font-size:1.08rem; }
.invoice-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:.7rem; margin-top:1.5rem; padding-top:1.4rem; border-top:1px solid var(--line); }

@media (max-width: 860px) {
  .nav-links a:not(.button) { display:none; }
  .hero-grid,.billing-panel,.contact-grid,.legal-split,.impact-layout { grid-template-columns:1fr; }
  .hero { padding-top:4.5rem; }
  .product-stage,.brand-stage { min-height:400px; }
  .feature-grid,.service-grid,.app-grid,.values-grid,.promise-grid { grid-template-columns:1fr 1fr; }
  .ecosystem-card { grid-template-columns:110px minmax(0,1fr); }
  .ecosystem-card>.text-link { grid-column:1/-1; }
  .proof-strip { grid-template-columns:1fr; margin-top:1rem; }
  .proof-strip>div+div { border-left:0; border-top:1px solid var(--line); }
  .workflow { grid-template-columns:1fr 1fr; }
  .portal-header-inner { grid-template-columns:1fr auto; padding:.7rem 0; }
  .portal-nav { grid-column:1/-1; grid-row:2; justify-content:center; overflow-x:auto; }
  .portal-signout { grid-column:2; grid-row:1; }
  .billing-layout { grid-template-columns:1fr; }
  .billing-aside { position:static; grid-template-columns:1fr 1fr; }
}
@media (max-width: 580px) {
  .feature-grid,.service-grid,.app-grid,.values-grid,.promise-grid,.workflow,.form-row,.support-grid { grid-template-columns:1fr; }
  .nav-inner { min-height:66px; }
  .wordmark span:last-child { font-size:.9rem; }
  .nav-links { gap:.5rem; }
  .nav-links .button { min-height:42px; padding:.55rem .7rem; font-size:.82rem; }
  .hero-actions .button { width:100%; }
  .ecosystem-card { grid-template-columns:1fr; }
  .app-card { min-height:0; }
  .brand-stage { min-height:340px; }
  .brand-stage::before { width:290px; height:290px; }
  .brand-stage::after { width:220px; height:220px; }
  .brand-orbit-one { right:0; }
  .brand-orbit-two { right:0; bottom:12%; }
  .brand-orbit-three { left:0; bottom:8%; }
  .portal-header-inner { gap:.6rem; }
  .portal-wordmark .wordmark-mark { width:38px; height:38px; }
  .portal-wordmark strong { font-size:.82rem; }
  .portal-nav { justify-content:flex-start; }
  .portal-nav a { padding:.5rem .65rem; }
  .portal-page-heading,.invoice-heading { align-items:start; flex-direction:column; }
  .portal-account-chip { width:100%; max-width:none; text-align:left; }
  .billing-summary { grid-template-columns:1fr; }
  .billing-summary article { min-height:0; }
  .billing-summary article+article { border-left:0; border-top:1px solid var(--line); }
  .billing-details,.billing-aside { grid-template-columns:1fr; }
  .billing-details>div:nth-child(even) { border-left:0; }
  .billing-details>div+div { border-top:1px solid var(--line); }
  .billing-action-panel { align-items:stretch; flex-direction:column; }
  .setup-progress { grid-template-columns:1fr; gap:.8rem; }
  .setup-progress li:not(:last-child)::after { top:30px; bottom:-.8rem; left:15px; right:auto; width:1px; height:auto; }
  .invoice-actions .button { width:100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none !important; } .circuit-pulses { animation:none; stroke-dasharray:2 54; } }
