:root {
  --bg: #070912;
  --bg-2: #0b0e1a;
  --panel: rgba(17, 21, 39, 0.76);
  --panel-solid: #111526;
  --panel-light: #151a2f;
  --text: #f5f7ff;
  --muted: #9ba4bc;
  --muted-2: #737d97;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(143, 115, 255, 0.28);
  --purple: #7b61ff;
  --purple-2: #9c7cff;
  --blue: #2795ff;
  --cyan: #26d7ff;
  --success: #56e6aa;
  --radius: 20px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 112px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.006)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.site-header { height: 76px; position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: .25s ease; }
.site-header.scrolled { background: rgba(7, 9, 18, .86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 600; letter-spacing: -.03em; }
.brand-copy strong { font-weight: 800; background: linear-gradient(90deg, var(--purple-2), var(--blue)); -webkit-background-clip: text; color: transparent; }
.brand-mark { width: 30px; height: 30px; position: relative; display: inline-block; transform: rotate(45deg); }
.brand-mark span { position: absolute; width: 12px; height: 12px; border-radius: 3px; background: linear-gradient(135deg, var(--purple), var(--blue)); box-shadow: 0 0 16px rgba(123,97,255,.45); }
.brand-mark span:nth-child(1) { left: 0; top: 0; }
.brand-mark span:nth-child(2) { right: 0; top: 0; opacity: .72; }
.brand-mark span:nth-child(3) { left: 0; bottom: 0; opacity: .46; }
.brand-mark.large { width: 50px; height: 50px; }
.brand-mark.large span { width: 21px; height: 21px; border-radius: 5px; }
.site-nav { display: flex; gap: 30px; margin-left: auto; }
.site-nav a { font-size: 14px; color: var(--muted); transition: .2s; }
.site-nav a:hover { color: white; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: white; margin: 4px 0; }
.button { min-height: 48px; padding: 0 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 13px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--purple), var(--blue)); box-shadow: 0 12px 30px rgba(82, 78, 255, .28); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(82, 78, 255, .42); }
.button-secondary, .button-ghost { color: white; border-color: var(--border); background: rgba(255,255,255,.04); }
.button-secondary:hover, .button-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.button.full { width: 100%; }
.hero { min-height: 850px; display: flex; align-items: center; padding-top: 150px; background: radial-gradient(circle at 50% 0%, rgba(69,50,155,.18), transparent 36%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 66px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; color: #b5b8ff; margin-bottom: 20px; }
.eyebrow span { width: 20px; height: 1px; background: linear-gradient(90deg, var(--purple), var(--blue)); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 6vw, 76px); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 24px; max-width: 700px; }
h1 span { background: linear-gradient(90deg, #b59cff, #63bdff); -webkit-background-clip: text; color: transparent; }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { letter-spacing: -.025em; }
.hero-lead { color: var(--muted); font-size: 18px; max-width: 650px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 42px; }
.hero-proof { display: flex; gap: 36px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-size: 21px; }
.hero-proof span { font-size: 11px; color: var(--muted-2); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .35; pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; background: #5c32ff; left: -180px; top: 160px; }
.hero-orb-two { width: 340px; height: 340px; background: #0079ff; right: -120px; top: 220px; }
.hero-visual { position: relative; perspective: 1000px; }
.glass-panel { background: linear-gradient(145deg, rgba(24,28,51,.9), rgba(12,15,29,.88)); border: 1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.workspace-card { border-radius: 24px; overflow: hidden; transform: rotateY(-4deg) rotateX(1deg); }
.workspace-topbar { height: 54px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 11px; }
.workspace-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.mini-logo { width: 14px; height: 14px; background: linear-gradient(135deg, var(--purple), var(--blue)); border-radius: 4px; transform: rotate(45deg); }
.status-pill { color: #aeb7ce; border: 1px solid var(--border); padding: 5px 9px; border-radius: 999px; }
.status-pill i { width: 6px; height: 6px; background: var(--success); border-radius: 50%; display: inline-block; margin-right: 5px; }
.workspace-body { display: grid; grid-template-columns: 112px 1fr; min-height: 430px; }
.workspace-sidebar { border-right: 1px solid var(--border); padding: 22px 10px; display: flex; flex-direction: column; gap: 7px; }
.workspace-sidebar span { padding: 8px 9px; font-size: 9px; color: var(--muted-2); border-radius: 7px; }
.workspace-sidebar .side-active { background: rgba(123,97,255,.13); color: #c4b9ff; }
.workspace-content { padding: 25px 20px; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.workspace-heading div { display: flex; flex-direction: column; }
.workspace-heading small { color: var(--muted-2); font-size: 8px; }
.workspace-heading strong { font-size: 14px; }
.workspace-heading button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--border); color: white; background: rgba(255,255,255,.05); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 12px; }
.metric-card { min-height: 95px; padding: 13px; border-radius: 12px; background: rgba(255,255,255,.035); border: 1px solid var(--border); display: flex; flex-direction: column; }
.metric-card span, .metric-card small { color: var(--muted-2); font-size: 7px; }
.metric-card strong { font-size: 20px; margin: 5px 0 auto; }
.metric-card.accent { background: linear-gradient(145deg, rgba(123,97,255,.2), rgba(39,149,255,.07)); }
.product-grid-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.product-grid-mini div { padding: 12px; min-height: 65px; border: 1px solid var(--border); border-radius: 10px; display: grid; grid-template-columns: 18px 1fr; align-items: center; column-gap: 7px; background: rgba(255,255,255,.025); }
.product-grid-mini b { font-size: 9px; }
.product-grid-mini small { grid-column: 2; font-size: 7px; color: var(--muted-2); }
.product-dot { width: 10px; height: 10px; border-radius: 3px; background: var(--purple); box-shadow: 0 0 12px currentColor; }
.product-dot.seo { background: var(--blue); }.product-dot.shield { background: var(--cyan); }.product-dot.partner { background: #ff65c3; }.product-dot.links { background: #a17cff; }.product-dot.site { background: #536dff; }
.floating-card { position: absolute; border-radius: 14px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card strong { font-size: 10px; }.floating-card small { font-size: 8px; color: var(--muted-2); }
.floating-agent { right: -22px; bottom: 25px; }.floating-security { left: -28px; top: 75px; }
.agent-spark { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(135deg, var(--purple), var(--blue)); }
.security-ring { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: var(--success); border: 1px solid rgba(86,230,170,.35); background: rgba(86,230,170,.08); }
.trust-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.015); }
.trust-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.trust-tags { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-tags span { font-size: 11px; color: #c0c7d9; padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; }
.section-heading { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.section-heading.left { margin: 0; text-align: left; }
.section-heading p, .split-heading p, .boundaries-copy > p, .standalone-panel p { color: var(--muted); }
.product-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { min-height: 330px; padding: 25px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.042), rgba(255,255,255,.018)); transition: transform .25s, border-color .25s, background .25s; }
.product-card:hover { transform: translateY(-6px); border-color: var(--border-strong); background: linear-gradient(160deg, rgba(123,97,255,.08), rgba(255,255,255,.02)); }
.product-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(123,97,255,.12); border: 1px solid rgba(123,97,255,.25); color: #b6a5ff; margin-bottom: 20px; font-size: 20px; }
.product-card[data-accent="blue"] .product-icon { color: #6fbdff; background: rgba(39,149,255,.1); border-color: rgba(39,149,255,.24); }
.product-card[data-accent="cyan"] .product-icon { color: #75e6ff; background: rgba(38,215,255,.08); border-color: rgba(38,215,255,.2); }
.product-card[data-accent="pink"] .product-icon { color: #ff87cf; background: rgba(255,101,195,.08); border-color: rgba(255,101,195,.18); }
.ownership { color: var(--muted-2); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.product-card h3 { font-size: 21px; margin: 8px 0 10px; }
.product-card p { color: var(--muted); font-size: 13px; }
.product-card ul, .price-card ul, .standalone-panel ul { list-style: none; padding: 0; margin: 20px 0 0; }
.product-card li, .price-card li, .standalone-panel li { color: #c1c7d6; font-size: 12px; padding: 5px 0 5px 18px; position: relative; }
.product-card li:before, .price-card li:before, .standalone-panel li:before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--blue)); position: absolute; left: 0; top: 13px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.split-heading p { margin-bottom: 8px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.step-card > span { color: #8d7cff; font-size: 11px; font-weight: 800; }
.step-card h3 { margin: 24px 0 10px; font-size: 19px; }
.step-card p { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.architecture-card { margin-top: 18px; border: 1px solid var(--border); border-radius: 28px; padding: 46px; background: radial-gradient(circle at center, rgba(123,97,255,.13), transparent 48%), rgba(255,255,255,.02); display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.architecture-center { display: flex; flex-direction: column; align-items: flex-start; }
.architecture-center strong { font-size: 25px; margin-top: 18px; }.architecture-center small { color: var(--muted); }
.architecture-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.architecture-products span { padding: 13px 15px; border: 1px solid var(--border); border-radius: 10px; font-size: 12px; background: rgba(255,255,255,.03); }
.boundaries-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.boundary-callout { margin-top: 30px; border-left: 2px solid var(--purple); padding: 8px 0 8px 18px; display: flex; flex-direction: column; }
.boundary-callout strong { font-size: 13px; }.boundary-callout span { color: var(--muted); font-size: 12px; }
.boundary-list { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.boundary-list div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.018); }
.boundary-list div:last-child { border-bottom: 0; }
.boundary-list span { font-weight: 700; font-size: 13px; }.boundary-list p { color: var(--muted); font-size: 12px; margin: 0; }
.pricing-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.billing-toggle { border: 1px solid var(--border); border-radius: 12px; padding: 4px; display: flex; background: rgba(255,255,255,.03); }
.billing-toggle button { border: 0; background: transparent; color: var(--muted); padding: 9px 13px; border-radius: 8px; cursor: pointer; font-size: 12px; }
.billing-toggle button.active { background: rgba(123,97,255,.16); color: white; }
.billing-toggle span { font-size: 8px; color: #9e91f0; display: block; }
.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: stretch; }
.price-card { position: relative; padding: 24px 18px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.price-card.featured { border-color: rgba(123,97,255,.48); background: linear-gradient(180deg, rgba(123,97,255,.15), rgba(255,255,255,.02)); box-shadow: 0 20px 60px rgba(76,55,183,.15); }
.price-card.enterprise { background: linear-gradient(180deg, rgba(39,149,255,.09), rgba(255,255,255,.015)); }
.popular-ribbon { position: absolute; top: -11px; right: 15px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: white; background: linear-gradient(90deg, var(--purple), var(--blue)); padding: 5px 8px; border-radius: 999px; }
.plan-badge { color: #aaa0e8; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.plan-top h3 { font-size: 19px; margin: 8px 0; }.plan-top p { color: var(--muted); font-size: 11px; min-height: 70px; }
.price { min-height: 73px; display: flex; flex-direction: column; justify-content: center; margin: 15px 0; }
.price strong { font-size: 22px; }.price span { font-size: 9px; color: var(--muted-2); }
.price-card ul { border-top: 1px solid var(--border); padding-top: 16px; }
.price-card li { font-size: 11px; }
.pricing-note { text-align: center; color: var(--muted-2); font-size: 10px; margin: 20px 0 0; }
.standalone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.standalone-panel { min-height: 360px; border: 1px solid var(--border); border-radius: 26px; padding: 42px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.standalone-panel.bundle { background: radial-gradient(circle at 100% 0, rgba(39,149,255,.16), transparent 38%), radial-gradient(circle at 0 100%, rgba(123,97,255,.16), transparent 40%), rgba(255,255,255,.025); border-color: rgba(123,97,255,.28); }
.panel-label { display: inline-block; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: #b4a8ef; margin-bottom: 35px; }
.standalone-panel h2 { font-size: 34px; }
.addons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.addon-card { display: flex; gap: 14px; padding: 21px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.024); transition: .2s; }
.addon-card:hover { border-color: rgba(123,97,255,.32); transform: translateY(-3px); }
.addon-card > span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; color: #b9abff; background: rgba(123,97,255,.1); }
.addon-card h3 { font-size: 14px; margin: 1px 0 5px; }.addon-card p { color: var(--muted); font-size: 11px; margin: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 20px; }
table { width: 100%; min-width: 900px; border-collapse: collapse; background: rgba(255,255,255,.018); }
th, td { padding: 16px 15px; text-align: center; border-bottom: 1px solid var(--border); font-size: 11px; }
th { color: #c6cada; background: rgba(255,255,255,.035); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
th:first-child, td:first-child { text-align: left; font-weight: 700; color: #e1e5ef; }
td { color: var(--muted); }
tbody tr:last-child td { border-bottom: 0; }
.included { color: #73e3bb; }.limited { color: #beb1ff; }
.cta-section { padding-top: 30px; }
.cta-card { min-height: 310px; border-radius: 28px; padding: 55px; display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; overflow: hidden; background: linear-gradient(135deg, #6544e9, #126fdd); box-shadow: 0 35px 90px rgba(51,52,180,.28); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card > div:first-of-type { max-width: 700px; }
.cta-card h2 { max-width: 650px; }.cta-card p { margin: 0; color: rgba(255,255,255,.75); }
.eyebrow.light { color: white; }.eyebrow.light span { background: white; }
.cta-glow { position: absolute; width: 500px; height: 500px; right: -180px; top: -250px; border-radius: 50%; background: rgba(255,255,255,.16); filter: blur(20px); }
.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 170px; }
.button-light { color: #4434a6; background: white; }.button-outline-light { border-color: rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.08); }
footer { padding: 70px 0 24px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-grid p { color: var(--muted); font-size: 12px; margin-top: 15px; }
.footer-links { display: flex; justify-content: flex-end; gap: 80px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }.footer-links strong { font-size: 12px; margin-bottom: 7px; }.footer-links a { color: var(--muted); font-size: 11px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; color: var(--muted-2); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 760px; margin: 0 auto; width: 100%; }
  .product-cards { grid-template-columns: repeat(2, 1fr); }.pricing-grid { grid-template-columns: repeat(2, 1fr); }.price-card.featured { order: -1; }
  .addons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }.site-nav, .nav-cta { display: none; }.menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .site-nav.open { display: flex; position: absolute; top: 68px; left: 20px; right: 20px; flex-direction: column; gap: 0; padding: 10px; background: #101421; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open a { padding: 12px; }
  .hero { padding-top: 120px; }.hero-grid { gap: 50px; }.hero-proof { gap: 22px; }
  .trust-inner, .pricing-head { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .split-heading, .boundaries-grid, .architecture-card { grid-template-columns: 1fr; gap: 35px; }
  .steps-grid { grid-template-columns: 1fr; }.pricing-head .section-heading { margin-bottom: 0; }.standalone-grid { grid-template-columns: 1fr; }
  .cta-card { flex-direction: column; align-items: flex-start; padding: 38px; }.cta-actions { flex-direction: row; width: 100%; }.cta-actions .button { flex: 1; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }.section-pad { padding: 70px 0; }
  h1 { font-size: 46px; }.hero { min-height: auto; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-proof { justify-content: space-between; gap: 10px; }.hero-proof span { font-size: 9px; }
  .workspace-card { transform: none; }.workspace-body { grid-template-columns: 75px 1fr; }.workspace-sidebar { padding: 16px 6px; }.workspace-sidebar span { font-size: 7px; padding: 7px 5px; }
  .workspace-content { padding: 18px 10px; }.metric-row { grid-template-columns: 1fr; }.metric-card { min-height: 74px; }.metric-card:nth-child(2), .metric-card:nth-child(3) { display: none; }
  .product-grid-mini { grid-template-columns: 1fr; }.product-grid-mini div:nth-child(n+5) { display: none; }.floating-security { left: 8px; top: -20px; }.floating-agent { right: 8px; bottom: -20px; }
  .product-cards, .pricing-grid, .addons-grid { grid-template-columns: 1fr; }.product-card { min-height: 0; }.price-card.featured { order: initial; }
  .architecture-card, .standalone-panel { padding: 28px; }.architecture-products { grid-template-columns: 1fr; }
  .boundary-list div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .cta-card { padding: 30px 24px; }.cta-actions { flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* Connector v2 additions */
.brand-logo{display:block;width:140px;max-width:100%;height:auto;object-fit:contain}
.workspace-brand img{display:block;width:118px;height:auto;object-fit:contain}
.architecture-logo{display:block;width:210px;max-width:100%;height:auto;margin:0 auto 12px}
.product-card,.addon-card{color:inherit;text-decoration:none;cursor:pointer}
.product-card:focus-visible,.addon-card:focus-visible{outline:2px solid var(--purple);outline-offset:3px}
.stack-affiliation{display:inline-flex;margin-top:8px;color:#9e91f0;font-size:11px;font-weight:700;text-decoration:none}
.stack-affiliation:hover{color:#fff}
.legal-links{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.legal-links a{color:var(--muted-2);text-decoration:none}
.legal-links a:hover{color:#fff}
@media(max-width:620px){.brand-logo{width:120px}.workspace-brand img{width:95px}.legal-links{justify-content:flex-start}}
