/* VelocityDial shared Figma theme.
   Derived from the supplied Attio desktop/mobile frames and loaded last. */

:root{
  --attio-ink:#1d1f20;--attio-body:#31373d;--attio-muted:#555e67;
  --attio-subtle:#9098a0;--attio-line:#edeef0;--attio-line-strong:#d3d5d9;
  --attio-soft:#f4f5f6;--attio-canvas:#f8f9fa;--attio-white:#fff;
  --attio-blue:#266df0;--attio-blue-soft:#e8f0ff;--attio-teal:#0ab6b4;
  --attio-teal-dark:#078c8a;--attio-teal-soft:#e6fafa;--attio-green:#21a56e;
  --attio-amber:#b97908;--attio-red:#c83d4b;--attio-dark:#232529;
  --attio-dark-line:#4b4f58;--attio-r-sm:8px;--attio-r:12px;
  --attio-r-lg:18px;--attio-r-xl:24px;--attio-shadow:0 12px 36px rgba(29,31,32,.07);
  --attio-shadow-lg:0 24px 64px rgba(29,31,32,.11);
  --attio-font:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --attio-mono:"Source Code Pro",ui-monospace,SFMono-Regular,Menlo,monospace;
  --attio-content:1252px;
  --vd-purple:var(--attio-blue);--vd-purple-dark:#1558d7;--vd-blue:var(--attio-blue);
  --vd-cyan:var(--attio-teal);--vd-teal:var(--attio-teal-dark);--vd-navy:var(--attio-ink);
  --vd-navy-2:var(--attio-dark);--vd-ink:var(--attio-ink);--vd-muted:var(--attio-muted);
  --vd-soft:var(--attio-soft);--vd-bg:var(--attio-canvas);--vd-line:var(--attio-line);
  --vd-line-strong:var(--attio-line-strong);--vd-gradient:linear-gradient(135deg,var(--attio-blue),var(--attio-teal));
  --vd-gradient-dark:linear-gradient(145deg,var(--attio-ink),var(--attio-dark));
  --radius-sm:var(--attio-r);--radius-md:var(--attio-r-lg);--radius-lg:var(--attio-r-xl);
  --font:var(--attio-font);--mono:var(--attio-mono);--max-w:var(--attio-content);
  --ref-ink:var(--attio-ink);--ref-slate:var(--attio-muted);--ref-cloud:var(--attio-canvas);
  --ref-line:var(--attio-line);--ref-teal:var(--attio-teal);--ref-teal-dark:var(--attio-teal-dark);
}

html{background:#fff}
body{font-family:var(--attio-font);letter-spacing:-.012em}
body:not(.reference-home){background:var(--attio-canvas);color:var(--attio-ink)}
body:not(.reference-home) :where(h1,h2,h3,h4,strong){letter-spacing:-.03em}
body:not(.reference-home) :where(p,small){color:var(--attio-muted)}
body:not(.reference-home) :where(a,button,input,select,textarea,summary){font-family:var(--attio-font)}
body:not(.reference-home) :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(38,109,240,.22)!important;outline-offset:2px}
::selection{background:rgba(38,109,240,.18);color:var(--attio-ink)}

/* Public navigation */
body:not(.reference-home) .reference-nav{
  position:sticky!important;top:0!important;z-index:80!important;display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;width:100%!important;max-width:none!important;
  min-height:72px!important;margin:0!important;padding:12px clamp(24px,6.4vw,92px)!important;
  border:0!important;border-bottom:1px solid var(--attio-line)!important;border-radius:0!important;
  background:rgba(255,255,255,.94)!important;box-shadow:none!important;backdrop-filter:blur(18px)!important;
}
body:not(.reference-home) .reference-nav .logo{gap:10px!important;min-width:max-content;color:var(--attio-ink)!important}
body:not(.reference-home) .reference-nav .brand-mark{width:28px!important;height:28px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body:not(.reference-home) .reference-nav .logo strong{font-size:14px;font-weight:650;letter-spacing:-.025em}
body:not(.reference-home) .reference-nav>nav{justify-content:center;gap:2px!important;overflow-x:auto;scrollbar-width:none}
body:not(.reference-home) .reference-nav>nav::-webkit-scrollbar{display:none}
body:not(.reference-home) .reference-nav>nav a{
  min-height:40px!important;padding:8px 13px!important;border:0!important;border-radius:8px!important;
  background:transparent!important;color:var(--attio-body)!important;font-size:14px!important;
  font-weight:450!important;line-height:20px;white-space:nowrap;
}
body:not(.reference-home) .reference-nav>nav a:hover,
body:not(.reference-home) .reference-nav>nav a.active{background:var(--attio-soft)!important;color:var(--attio-ink)!important}
body:not(.reference-home) .reference-nav .nav-actions{gap:8px!important;flex-wrap:nowrap}
body:not(.reference-home) .reference-nav :where(.ref-nav-cta,.link-button,.ref-login-menu>summary,.ref-account-link){
  display:inline-flex;min-height:40px!important;align-items:center;justify-content:center;padding:8px 14px!important;
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;color:var(--attio-body)!important;box-shadow:none!important;
  font-size:14px!important;font-weight:500!important;
}
body:not(.reference-home) .reference-nav .ref-nav-cta{border-color:var(--attio-muted)!important;background:var(--attio-ink)!important;color:#fff!important}
body:not(.reference-home) .reference-nav .ref-nav-cta:hover{border-color:var(--attio-blue)!important;background:var(--attio-blue)!important}
body:not(.reference-home) .ref-login-menu>div{
  top:calc(100% + 8px)!important;min-width:190px!important;padding:6px!important;
  border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:var(--attio-shadow)!important;
}
body:not(.reference-home) .ref-login-menu>div a{padding:10px 12px!important;border-radius:8px!important;color:var(--attio-body)!important;font-size:13px!important}
body:not(.reference-home) .ref-login-menu>div a:hover{background:var(--attio-soft)!important;color:var(--attio-ink)!important}

/* Public layout, typography, and content cards */
body:not(.reference-home) .page-wrap,
body:not(.reference-home) .affiliate-main{width:min(100%,calc(var(--attio-content) + 48px));margin:0 auto;padding-inline:24px}
body:not(.reference-home) :where(.page-hero,.affiliate-hero){
  position:relative;margin:24px 0 0!important;padding:clamp(56px,8vw,104px) clamp(24px,6vw,72px)!important;
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;overflow:hidden;
}
body:not(.reference-home) :where(.page-hero,.affiliate-hero):before{
  position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--attio-blue),var(--attio-teal));content:"";
}
body:not(.reference-home) :where(.page-hero,.affiliate-hero) h1{
  color:var(--attio-ink)!important;font-size:clamp(42px,6.2vw,78px)!important;
  font-weight:700!important;line-height:.98!important;letter-spacing:-.055em!important;
}
body:not(.reference-home) :where(.page-hero,.affiliate-hero) h1 span{color:var(--attio-teal-dark)!important}
body:not(.reference-home) :where(.page-hero,.affiliate-hero)>p,
body:not(.reference-home) :where(.page-hero,.affiliate-hero) .affiliate-hero-copy>p{
  max-width:650px;margin-top:24px!important;color:var(--attio-body)!important;font-size:19px!important;line-height:1.55!important;
}
body:not(.reference-home) :where(.eyebrow,.affiliate-kicker,.pricing-v3-kicker,.pricing-v3-section-head>span,.login-panel-eyebrow){
  color:var(--attio-teal-dark)!important;font-size:11px!important;font-weight:700!important;
  letter-spacing:.09em!important;text-transform:uppercase!important;
}
body:not(.reference-home) :where(.section,.affiliate-section){margin:0!important;padding:clamp(64px,8vw,112px) 0!important}
body:not(.reference-home) :where(.section-head,.affiliate-section-intro,.pricing-v3-section-head) h2,
body:not(.reference-home) :where(.section,.affiliate-section)>h2{
  max-width:820px;color:var(--attio-ink)!important;font-size:clamp(36px,4.2vw,56px)!important;
  font-weight:650!important;line-height:1.06!important;letter-spacing:-.045em!important;
}
body:not(.reference-home) :where(.panel,.feature-card,.platform-card-stack article,.solution-orbit div,.article-summary-card,.article-cta-panel,.related-posts-panel,.blog-card,.affiliate-rate-card,.affiliate-detail-grid article,.affiliate-terms-grid article,.affiliate-steps li){
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;
}
body:not(.reference-home) :where(.panel,.feature-card,.article-summary-card,.article-cta-panel,.related-posts-panel){padding:clamp(22px,3vw,36px)!important}
body:not(.reference-home) :where(.feature-card,.platform-card-stack article,.solution-orbit div,.blog-card,.affiliate-detail-grid article){transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
body:not(.reference-home) :where(.feature-card,.platform-card-stack article,.solution-orbit div,.blog-card,.affiliate-detail-grid article):hover{border-color:var(--attio-subtle)!important;box-shadow:var(--attio-shadow)!important;transform:translateY(-2px)}
body:not(.reference-home) :where(.dark-band,.affiliate-final-cta){
  margin:0!important;padding:clamp(54px,7vw,92px)!important;border:1px solid var(--attio-dark-line)!important;
  border-radius:var(--attio-r)!important;background:var(--attio-dark)!important;
  box-shadow:0 0 0 4px var(--attio-soft)!important;color:#fff!important;
}
body:not(.reference-home) :where(.dark-band,.affiliate-final-cta) :where(h2,h3,strong){color:#fff!important}
body:not(.reference-home) :where(.dark-band,.affiliate-final-cta) p{color:#b6bdc5!important}

/* Controls, tables, states */
body:not(.reference-home) :where(.primary,.secondary,.dark-secondary,.dark-cta,.white,.affiliate-primary,.affiliate-secondary,.pricing-v3-button,.pricing-submit,.login-submit){
  min-height:44px!important;padding:10px 16px!important;border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;box-shadow:none!important;font-size:14px!important;
  font-weight:600!important;line-height:22px!important;transition:background .15s ease,border-color .15s ease,color .15s ease!important;
}
body:not(.reference-home) :where(.primary,.dark-cta,.affiliate-primary,.pricing-v3-button.primary,.pricing-submit,.login-submit){
  border-color:var(--attio-muted)!important;background:var(--attio-ink)!important;color:#fff!important;
}
body:not(.reference-home) :where(.primary,.dark-cta,.affiliate-primary,.pricing-v3-button.primary,.pricing-submit,.login-submit):hover{
  border-color:var(--attio-blue)!important;background:var(--attio-blue)!important;color:#fff!important;transform:none!important;
}
body:not(.reference-home) :where(.secondary,.dark-secondary,.white,.affiliate-secondary,.pricing-v3-button.secondary){background:#fff!important;color:var(--attio-body)!important}
body:not(.reference-home) :where(.secondary,.dark-secondary,.white,.affiliate-secondary,.pricing-v3-button.secondary):hover{border-color:var(--attio-muted)!important;background:var(--attio-soft)!important;color:var(--attio-ink)!important}
body:not(.reference-home) :where(input,select,textarea){
  min-height:46px;border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;color:var(--attio-ink)!important;box-shadow:none!important;
}
body:not(.reference-home) :where(input,select,textarea)::placeholder{color:var(--attio-subtle)}
body:not(.reference-home) :where(input,select,textarea):focus{border-color:var(--attio-blue)!important;box-shadow:0 0 0 3px rgba(38,109,240,.12)!important;outline:0!important}
body:not(.reference-home) :where(label>span,.form-grid>label,.modern-login-form>label,.login-label-row label){color:var(--attio-body)!important;font-size:12px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}
body:not(.reference-home) :where(code,.mono){font-family:var(--attio-mono)!important}
body:not(.reference-home) :where(.table-wrap,.call-table-wrap,.pricing-v3-table-wrap,.agent-table-wrap){
  border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:#fff!important;
  box-shadow:none!important;overflow:auto;
}
body:not(.reference-home) table{border-collapse:separate;border-spacing:0}
body:not(.reference-home) th{
  padding:12px 14px!important;border-bottom:1px solid var(--attio-line)!important;
  background:var(--attio-soft)!important;color:var(--attio-muted)!important;font-size:10px!important;
  font-weight:700!important;letter-spacing:.075em!important;text-transform:uppercase!important;
}
body:not(.reference-home) td{padding:13px 14px!important;border-bottom:1px solid var(--attio-line)!important;color:var(--attio-body)}
body:not(.reference-home) tbody tr:last-child td{border-bottom:0!important}
body:not(.reference-home) tbody tr:hover{background:#fafbfc}
body:not(.reference-home) :where(.status,.status-chip,.badge,.pill,.pricing-v3-plan-badge){
  min-height:26px;padding:4px 9px!important;border:1px solid var(--attio-line-strong)!important;
  border-radius:999px!important;background:var(--attio-soft)!important;color:var(--attio-body)!important;
  box-shadow:none!important;font-size:10px!important;font-weight:650!important;
}
body:not(.reference-home) :where(.status.active,.status-chip.active,.status.ready,.status.connected){border-color:#bce6d5!important;background:#edf9f4!important;color:#19734f!important}
body:not(.reference-home) :where(.status.error,.status.failed,.status.danger){border-color:#f1c5cb!important;background:#fff1f3!important;color:#a52d3a!important}
body:not(.reference-home) .alert{padding:13px 15px!important;border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;box-shadow:none!important}
body:not(.reference-home) .alert.success{border-color:#bce6d5!important;background:#edf9f4!important;color:#176847!important}
body:not(.reference-home) .alert.error{border-color:#f1c5cb!important;background:#fff1f3!important;color:#9f2937!important}

/* Authentication */
.auth-body{min-height:100vh;background:var(--attio-soft)!important}
.auth-body .site-nav{background:rgba(255,255,255,.96)!important}
.auth-body .auth-shell,.modern-auth-body .modern-login-shell{width:min(100%,1160px)!important;margin:0 auto!important;padding:48px 24px 72px!important}
.auth-body .auth-shell{gap:0!important;align-items:stretch!important}
.auth-body :where(.auth-card,.auth-side){border:1px solid var(--attio-line-strong)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
.auth-body .auth-card{border-radius:var(--attio-r) 0 0 var(--attio-r)!important;padding:clamp(28px,5vw,56px)!important}
.auth-body .auth-side{border-left:0!important;border-radius:0 var(--attio-r) var(--attio-r) 0!important;background:var(--attio-dark)!important;color:#fff!important;padding:clamp(28px,5vw,52px)!important}
.auth-body .auth-side :where(h2,strong){color:#fff!important}
.auth-body .auth-side p{color:#b6bdc5!important}
.auth-body .auth-side .step>span{border:1px solid var(--attio-dark-line)!important;border-radius:8px!important;background:rgba(255,255,255,.06)!important;color:#fff!important}
.auth-body .clean-signup-card h1{margin:12px 0 16px!important;color:var(--attio-ink)!important;font-size:clamp(38px,5vw,58px)!important;line-height:1!important}
.auth-body .signup-plan-summary{border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important;box-shadow:none!important}
.modern-auth-body .login-orb{display:none!important}
.modern-auth-body .login-experience{
  grid-template-columns:minmax(0,1fr) minmax(380px,.82fr)!important;border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:var(--attio-shadow-lg)!important;overflow:hidden!important;
}
.modern-auth-body .login-story{min-height:670px!important;padding:48px!important;border:0!important;border-radius:0!important;background:var(--attio-dark)!important;box-shadow:none!important}
.modern-auth-body .login-story:before{background:radial-gradient(circle at 10% 10%,rgba(38,109,240,.28),transparent 42%)!important}
.modern-auth-body .login-story :where(h1,strong){color:#fff!important}
.modern-auth-body .login-story h1{font-size:clamp(44px,5vw,66px)!important;line-height:1!important}
.modern-auth-body .login-story h1 em{color:#a0bff8!important;font-style:normal!important}
.modern-auth-body .login-story p,.modern-auth-body .login-story small{color:#b6bdc5!important}
.modern-auth-body .login-story-kicker{color:#a0bff8!important}
.modern-auth-body .login-story-kicker i{background:var(--attio-blue)!important}
.modern-auth-body .login-proof-list li{border-color:var(--attio-dark-line)!important}
.modern-auth-body .login-proof-list li>span{border-radius:8px!important;background:rgba(255,255,255,.08)!important;color:#a0bff8!important}
.modern-auth-body .login-panel{padding:48px!important;background:#fff!important}
.modern-auth-body .login-mode-switch{padding:4px!important;border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important}
.modern-auth-body .login-mode-switch a{border-radius:8px!important;color:var(--attio-muted)!important}
.modern-auth-body .login-mode-switch a.active{background:#fff!important;color:var(--attio-ink)!important;box-shadow:0 1px 3px rgba(29,31,32,.08)!important}
.modern-auth-body .login-panel-icon{border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important;color:var(--attio-blue)!important}
.modern-auth-body .login-input-wrap{border:0!important;background:transparent!important;box-shadow:none!important}
.modern-auth-body .login-input-wrap input{padding-left:44px!important}
.modern-auth-body .login-submit{width:100%!important}
.modern-auth-body .login-remember-option{border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important}

/* Company workspace and legacy admin */
.company-control-body{
  --workspace-sidebar:244px;--saas-ink:var(--attio-ink);--saas-heading:var(--attio-ink);
  --saas-muted:var(--attio-muted);--saas-subtle:var(--attio-subtle);
  --saas-border:var(--attio-line);--saas-border-strong:var(--attio-line-strong);
  --saas-surface:#fff;--saas-canvas:var(--attio-canvas);
  --saas-primary:var(--attio-teal-dark);--saas-primary-dark:#067572;
  --saas-primary-soft:var(--attio-teal-soft);--saas-teal:var(--attio-teal-dark);
  --saas-teal-soft:var(--attio-teal-soft);--saas-shadow:none;
  min-height:100vh!important;background:var(--attio-canvas)!important;color:var(--attio-ink)!important;
}
.company-control-body .vd-shell-sidebar,
.company-control-body>.app-sidebar{
  position:fixed!important;inset:0 auto 0 0!important;width:var(--workspace-sidebar)!important;height:100vh!important;
  padding:20px 14px!important;border:0!important;border-right:1px solid var(--attio-line)!important;
  border-radius:0!important;background:#fff!important;box-shadow:none!important;
}
.company-control-body .vd-shell-sidebar .logo,
.company-control-body>.app-sidebar .logo{min-height:44px;padding:6px 10px!important;color:var(--attio-ink)!important}
.company-control-body .vd-shell-sidebar .brand-mark,
.company-control-body>.app-sidebar .brand-mark{width:28px!important;height:28px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.company-control-body .vd-shell-sidebar>nav,
.company-control-body>.app-sidebar>nav{display:grid!important;gap:2px!important;margin-top:26px!important}
.company-control-body .vd-shell-sidebar>nav a,
.company-control-body>.app-sidebar>nav a{
  min-height:42px!important;justify-content:flex-start!important;gap:10px!important;padding:9px 10px!important;
  border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;
  color:var(--attio-muted)!important;box-shadow:none!important;font-size:13px!important;font-weight:500!important;
}
.company-control-body .vd-shell-sidebar>nav a:hover,
.company-control-body .vd-shell-sidebar>nav a.active,
.company-control-body>.app-sidebar>nav a:hover,
.company-control-body>.app-sidebar>nav a.active{
  border-color:var(--attio-line)!important;background:var(--attio-soft)!important;color:var(--attio-ink)!important;
}
.company-control-body .sidebar-nav-icon{color:var(--attio-subtle)!important}
.company-control-body .vd-shell-sidebar>nav a.active .sidebar-nav-icon{color:var(--attio-blue)!important}
.company-control-body .company-control-main,
.company-control-body>.app-main{
  width:auto!important;min-height:100vh!important;margin-left:var(--workspace-sidebar)!important;
  padding:24px clamp(18px,3vw,42px) 64px!important;background:var(--attio-canvas)!important;
}
.company-control-body .company-topbar{
  margin:-24px clamp(-42px,-3vw,-18px) 24px!important;padding:14px clamp(18px,3vw,42px)!important;
  border-bottom:1px solid var(--attio-line)!important;background:rgba(255,255,255,.92)!important;
  box-shadow:none!important;backdrop-filter:blur(14px)!important;
}
.company-control-body .detail-hero{
  padding:32px!important;border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;
}
.company-control-body .detail-hero h1{color:var(--attio-ink)!important;font-size:clamp(32px,4vw,50px)!important;line-height:1.03!important}
.company-control-body .detail-hero p{max-width:800px!important;color:var(--attio-muted)!important}
.company-control-body .panel{
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;
}
.company-control-body .panel:hover{border-color:var(--attio-subtle)!important}
.company-control-body .panel-head{padding-bottom:16px!important;border-bottom:1px solid var(--attio-line)!important}
.company-control-body a.primary,
.company-control-body button.primary,
.company-control-body .primary{
  border:1px solid var(--attio-muted)!important;border-radius:var(--attio-r)!important;
  background:var(--attio-ink)!important;color:#fff!important;box-shadow:none!important;
}
.company-control-body a.primary:hover,
.company-control-body button.primary:hover{
  border-color:var(--attio-blue)!important;background:var(--attio-blue)!important;
  box-shadow:none!important;filter:none!important;transform:none!important;
}
.company-control-body a.secondary,
.company-control-body button.secondary,
.company-control-body .secondary{border-radius:var(--attio-r)!important;box-shadow:none!important}
.company-control-body.company-control-body .primary,
.company-control-body.company-control-body .secondary{border-radius:var(--attio-r)!important}
.company-control-body .sidebar-plan-pill{
  border-color:rgba(38,109,240,.22)!important;background:var(--attio-blue-soft)!important;color:#174ea6!important;
}
.company-control-body .sidebar-create-agent{
  border-color:var(--attio-line)!important;background:var(--attio-soft)!important;color:var(--attio-body)!important;
}
.company-control-body .sidebar-create-agent b{background:var(--attio-ink)!important}
.company-control-body .detail-hero:before{border-color:rgba(38,109,240,.07)!important}
.company-control-body .detail-hero:after{background:radial-gradient(circle,rgba(10,182,180,.09),transparent 68%)!important}
.company-control-body .metric-grid.ops-metrics>article:before{background:rgba(38,109,240,.045)!important}
.company-control-body :where(input,select,textarea):focus{
  border-color:var(--attio-blue)!important;box-shadow:0 0 0 3px rgba(38,109,240,.12)!important;
}
.company-control-body :where(.metric-grid,.compact-kpi-grid,.ops-metrics)>article{
  min-height:132px!important;padding:22px!important;border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:none!important;
}
.company-control-body :where(.metric-grid,.compact-kpi-grid,.ops-metrics)>article span{
  color:var(--attio-subtle)!important;font-size:10px!important;letter-spacing:.075em!important;text-transform:uppercase!important;
}
.company-control-body :where(.metric-grid,.compact-kpi-grid,.ops-metrics)>article strong{
  color:var(--attio-ink)!important;font-size:clamp(24px,2.3vw,34px)!important;
}
.company-control-body :where(.quick-actions-grid,.insight-grid,.agent-detail-grid,.contact-directory-grid)>article,
.company-control-body .quick-actions-grid>a{
  border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;
}
.company-control-body .quick-actions-grid>a:hover{border-color:var(--attio-blue)!important;background:var(--attio-blue-soft)!important;transform:none!important}
.company-control-body :where(.app-command-bar,.saas-context-bar){
  border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;
  background:var(--attio-soft)!important;box-shadow:none!important;
}
.company-control-body :where(.call-filter-panel,.agent-stats-filter-panel,.did-command-panel){
  border-top:1px solid var(--attio-line-strong)!important;background:#fff!important;
}
.company-control-body :where(.autodialer-manager,.autodialer-campaign-card,.did-agent-card,.contact-card,.agent-detail-card){
  border-color:var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:none!important;
}
.company-control-body :where(.autodialer-manager-tabs,.agent-contact-tabs){
  padding:4px!important;border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important;
}
.company-control-body :where(.autodialer-manager-tabs,.agent-contact-tabs) button{border-radius:8px!important;box-shadow:none!important}
.company-control-body :where(.autodialer-manager-tabs,.agent-contact-tabs) button.active{
  background:#fff!important;color:var(--attio-ink)!important;box-shadow:0 1px 3px rgba(29,31,32,.08)!important;
}
.company-control-body .autodialer-upload-guide{border-radius:var(--attio-r)!important;background:var(--attio-dark)!important}
.company-control-body .autodialer-upload-guide:before{background:rgba(38,109,240,.16)!important}
.company-control-body .autodialer-file-field{
  border-color:var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important;
}
.company-control-body .autodialer-file-field:hover{border-color:var(--attio-blue)!important;background:var(--attio-blue-soft)!important}
.company-control-body .autodialer-file-icon{border-radius:8px!important;background:var(--attio-blue-soft)!important;color:var(--attio-blue)!important}
.company-control-body .autodialer-file-field input[type=file]::file-selector-button{border-radius:8px!important;background:var(--attio-ink)!important}
.company-control-body :where(.did-agent-avatar,.avatar,.small-avatar){
  border-radius:var(--attio-r)!important;background:var(--attio-blue-soft)!important;color:var(--attio-blue)!important;box-shadow:none!important;
}
.company-control-body :where(.workflow-row-list article,.autodialer-event-list article){
  border-color:var(--attio-line)!important;background:#fff!important;
}
.company-control-body :where(.account-menu-panel,.vd-account-panel){
  border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:var(--attio-shadow)!important;
}

/* Agent workspace */
.agent-mode{--agent-sidebar:232px;min-height:100vh!important;background:var(--attio-canvas)!important;color:var(--attio-ink)!important}
.agent-mode .agent-sidebar{
  position:fixed!important;inset:0 auto 0 0!important;width:var(--agent-sidebar)!important;height:100vh!important;
  padding:20px 14px!important;border:0!important;border-right:1px solid var(--attio-line)!important;
  border-radius:0!important;background:#fff!important;box-shadow:none!important;
}
.agent-mode .agent-logo{min-height:44px;padding:6px 10px!important;color:var(--attio-ink)!important}
.agent-mode .agent-logo-mark{width:28px!important;height:28px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.agent-mode .agent-nav{display:grid!important;gap:2px!important;margin-top:26px!important}
.agent-mode .agent-nav a{
  min-height:42px!important;gap:10px!important;padding:9px 10px!important;border:1px solid transparent!important;
  border-radius:8px!important;background:transparent!important;color:var(--attio-muted)!important;
  box-shadow:none!important;font-size:13px!important;font-weight:500!important;
}
.agent-mode .agent-nav a:hover,
.agent-mode .agent-nav a.active{border-color:var(--attio-line)!important;background:var(--attio-soft)!important;color:var(--attio-ink)!important}
.agent-mode .agent-nav a.active svg{color:var(--attio-blue)!important}
.agent-mode .agent-main{
  width:auto!important;min-height:100vh!important;margin-left:var(--agent-sidebar)!important;
  padding:24px clamp(18px,3vw,42px) 64px!important;background:var(--attio-canvas)!important;
}
.agent-mode .agent-topbar{
  margin:-24px clamp(-42px,-3vw,-18px) 24px!important;padding:14px clamp(18px,3vw,42px)!important;
  border-bottom:1px solid var(--attio-line)!important;background:rgba(255,255,255,.92)!important;
  box-shadow:none!important;backdrop-filter:blur(14px)!important;
}
.agent-mode :where(.agent-page-header,.agent-phone-hero){
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;
}
.agent-mode .agent-page-header h1{font-size:clamp(32px,4vw,50px)!important;line-height:1.03!important}
.agent-mode :where(.agent-card,.agent-dialer-card,.agent-contact-card,.agent-metric,.agent-stat-box,.agent-readiness-card,.agent-header-webphone-panel){
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;
}
.agent-mode :where(.agent-card,.agent-dialer-card,.agent-contact-card){padding:clamp(18px,2.5vw,28px)!important}
.agent-mode .agent-dialer-card{box-shadow:0 0 0 4px var(--attio-soft)!important}
.agent-mode .agent-key{border-radius:50%!important;background:var(--attio-soft)!important;color:var(--attio-ink)!important}
.agent-mode .agent-key:hover{background:var(--attio-blue-soft)!important;color:var(--attio-blue)!important}
.agent-mode .agent-btn-call{background:var(--attio-blue)!important;box-shadow:none!important}
.agent-mode .agent-btn-secondary{
  border-color:var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;background:#fff!important;color:var(--attio-body)!important;
}
.agent-mode .agent-metric{min-height:124px!important}
.agent-mode .agent-metric span{color:var(--attio-subtle)!important;font-size:10px!important;letter-spacing:.075em!important;text-transform:uppercase!important}
.agent-mode .agent-metric strong{color:var(--attio-ink)!important;font-size:28px!important}
.agent-mode .agent-header-webphone-panel{border-radius:var(--attio-r)!important;box-shadow:var(--attio-shadow-lg)!important}
.agent-mode .agent-btn-primary,
.agent-mode .agent-page-link.primary{
  border-color:var(--attio-muted)!important;border-radius:var(--attio-r)!important;
  background:var(--attio-ink)!important;color:#fff!important;box-shadow:none!important;
}
.agent-mode :where(.agent-call-workspace,.agent-contact-directory,.agent-contact-create,.agent-readiness-card){
  border-color:var(--attio-line-strong)!important;background:#fff!important;
}
.agent-mode :where(.agent-account-menu-panel,.account-menu-panel){
  border:1px solid var(--attio-line)!important;border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:var(--attio-shadow)!important;
}

/* Pricing now shares the homepage system instead of using an isolated gradient. */
.pricing-v3-page{background:var(--attio-canvas)!important;color:var(--attio-ink)!important}
.pricing-v3-page .pricing-v3-hero{
  min-height:0!important;padding:clamp(72px,9vw,124px) 24px!important;
  border-bottom:1px solid var(--attio-line)!important;background:#fff!important;color:var(--attio-ink)!important;
}
.pricing-v3-page .pricing-v3-orb{display:none!important}
.pricing-v3-page .pricing-v3-hero h1{
  color:var(--attio-ink)!important;font-size:clamp(48px,7vw,88px)!important;
  line-height:.98!important;letter-spacing:-.06em!important;
}
.pricing-v3-page .pricing-v3-hero h1 span{color:var(--attio-teal-dark)!important}
.pricing-v3-page .pricing-v3-hero p{color:var(--attio-body)!important}
.pricing-v3-page .pricing-v3-eyebrow{
  border:0!important;border-radius:999px!important;background:var(--attio-soft)!important;
  color:var(--attio-body)!important;box-shadow:none!important;
}
.pricing-v3-page .pricing-v3-trust span{color:var(--attio-muted)!important}
.pricing-v3-page .pricing-v3-summary{
  border:1px solid var(--attio-line-strong)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;
}
.pricing-v3-page .pricing-v3-summary article:not(:last-child){border-right-color:var(--attio-line)!important}
.pricing-v3-page :where(.pricing-v3-card,.pricing-v3-rate-panel,.pricing-v3-steps article,.pricing-v3-bottom article){
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;
  background:#fff!important;box-shadow:none!important;color:var(--attio-ink)!important;
}
.pricing-v3-page .pricing-v3-card.general-card{box-shadow:0 0 0 4px var(--attio-blue-soft)!important}
.pricing-v3-page .pricing-v3-card-top{border-bottom-color:var(--attio-line)!important}
.pricing-v3-page .pricing-v3-plan-icon{border-radius:8px!important;background:var(--attio-soft)!important;color:var(--attio-blue)!important}
.pricing-v3-page .pricing-v3-total{border-color:var(--attio-line)!important;border-radius:var(--attio-r)!important;background:var(--attio-soft)!important}
.pricing-v3-page .pricing-v3-facts>div{border-color:var(--attio-line)!important;background:#fff!important}
.pricing-v3-page .pricing-v3-rate-search>div{border:0!important;background:transparent!important;box-shadow:none!important}
.pricing-v3-page .pricing-v3-rate-search button{border-radius:var(--attio-r)!important;background:var(--attio-ink)!important}
.pricing-v3-page .pricing-v3-bottom{background:var(--attio-dark)!important}
.pricing-v3-page .pricing-v3-bottom article{border-color:var(--attio-dark-line)!important;background:var(--attio-dark)!important;color:#fff!important}
.pricing-v3-page .pricing-v3-bottom article strong{color:#fff!important}
.pricing-v3-page .pricing-v3-bottom article p{color:#b6bdc5!important}

/* Affiliate, editorial, and SEO pages */
.affiliate-marketing-page{background:#fff!important}
.affiliate-marketing-page .affiliate-hero{display:grid!important;gap:48px!important;background:var(--attio-soft)!important}
.affiliate-marketing-page .affiliate-rate-card{
  padding:32px!important;background:var(--attio-dark)!important;color:#fff!important;
  box-shadow:0 0 0 4px var(--attio-line)!important;
}
.affiliate-marketing-page .affiliate-rate-card strong{color:#fff!important}
.affiliate-marketing-page .affiliate-rate-card :where(p,small){color:#b6bdc5!important}
.affiliate-marketing-page .affiliate-trust-strip{
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:none!important;
}
.affiliate-marketing-page .affiliate-trust-strip article:not(:last-child){border-right-color:var(--attio-line)!important}
.affiliate-marketing-page .affiliate-steps{
  gap:0!important;border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;overflow:hidden;
}
.affiliate-marketing-page .affiliate-steps li{border:0!important;border-bottom:1px solid var(--attio-line)!important;border-radius:0!important}
.affiliate-marketing-page .affiliate-steps li:last-child{border-bottom:0!important}
.affiliate-marketing-page .affiliate-icon{border-radius:8px!important;background:var(--attio-blue-soft)!important;color:var(--attio-blue)!important}
.blog-page .blog-grid,.blog-article-page .related-posts-grid{gap:16px!important}
.blog-page .blog-card,
.blog-article-page :where(.article-summary-card,.article-cta-panel,.related-posts-panel){border-radius:var(--attio-r)!important}
.seo-landing-page .seo-market-hero{background:var(--attio-soft)!important}
.seo-landing-page :where(.proof-card,.faq-item,.related-card){
  border:1px solid var(--attio-line-strong)!important;border-radius:var(--attio-r)!important;background:#fff!important;box-shadow:none!important;
}

/* Dark footer from the Figma source. */
body:not(.reference-home) :where(.site-footer,.ref-footer){
  width:100%!important;max-width:none!important;margin:64px 0 0!important;
  padding:42px clamp(24px,6.4vw,92px)!important;border:0!important;border-radius:0!important;
  background:var(--attio-dark)!important;color:var(--attio-subtle)!important;
  box-shadow:none!important;font-size:13px!important;
}
body:not(.reference-home) .ref-footer{
  display:grid!important;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(120px,1fr))!important;gap:42px!important;
}
body:not(.reference-home) :where(.site-footer,.ref-footer) a{color:#c5cad0!important}
body:not(.reference-home) :where(.site-footer,.ref-footer) a:hover{color:#fff!important}
body:not(.reference-home) .ref-footer strong{color:var(--attio-subtle)!important;font-size:11px!important;letter-spacing:.08em!important}
body:not(.reference-home) .ref-footer-brand .logo strong{color:#fff!important}
body:not(.reference-home) .ref-footer-brand .brand-mark{
  width:28px!important;height:28px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
}

/* Workspace dark mode uses the Figma dark-card palette. */
html[data-theme="dark"] body.app-body{
  --attio-canvas:#181a1d;--attio-soft:#232529;--attio-white:#232529;
  --attio-ink:#f4f5f6;--attio-body:#d3d5d9;--attio-muted:#a6adb4;
  --attio-subtle:#9098a0;--attio-line:#31373d;--attio-line-strong:#4b4f58;color-scheme:dark;
}
html[data-theme="dark"] body.app-body :where(.vd-shell-sidebar,.app-sidebar,.agent-sidebar,.company-topbar,.agent-topbar,.panel,.detail-hero,.agent-card,.agent-dialer-card,.agent-contact-card,.agent-metric,.agent-stat-box,.agent-page-header,.agent-phone-hero,input,select,textarea,.table-wrap,.call-table-wrap,.agent-table-wrap){
  background:#232529!important;color:var(--attio-ink)!important;
}
html[data-theme="dark"] body.app-body th{background:#1d1f20!important}
html[data-theme="dark"] body.app-body td{color:var(--attio-body)!important}

/* VelocityDial's longer hero copy needs a slightly smaller Figma display size. */
@media(min-width:1201px){
  .reference-home{overflow-x:clip}
  .reference-home .ref-hero h1{font-size:72px!important;line-height:72px!important;letter-spacing:-2.8px!important}
}

@media(min-width:761px) and (max-width:1200px){
  .reference-home{overflow-x:clip}
  .reference-home .ref-hero-copy{
    width:min(1050px,calc(100vw - 48px))!important;
    max-width:min(1050px,calc(100vw - 48px))!important;
  }
  .reference-home .ref-hero h1{
    width:100%!important;font-size:clamp(48px,6vw,72px)!important;
    line-height:1.02!important;letter-spacing:-.045em!important;
  }
  .reference-home .ref-hero h1 .ref-hero-title-line{white-space:nowrap!important}
}

@media(max-width:1120px){
  body:not(.reference-home) .reference-nav{grid-template-columns:auto minmax(0,1fr) auto!important;padding-inline:24px!important}
  body:not(.reference-home) .reference-nav>nav{justify-content:flex-start!important}
  body:not(.reference-home) .reference-nav>nav a{padding-inline:9px!important;font-size:12px!important}
  .company-control-body,.agent-mode{--workspace-sidebar:0px;--agent-sidebar:0px}
  .company-control-body .vd-shell-sidebar,
  .company-control-body>.app-sidebar,
  .agent-mode .agent-sidebar{
    position:sticky!important;inset:0!important;z-index:70!important;display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;width:100%!important;height:auto!important;
    padding:10px 14px!important;border-right:0!important;border-bottom:1px solid var(--attio-line)!important;
  }
  .company-control-body .vd-shell-sidebar>nav,
  .company-control-body>.app-sidebar>nav,
  .agent-mode .agent-nav{
    grid-column:1/-1!important;grid-row:2!important;display:flex!important;margin:8px 0 0!important;
    overflow-x:auto!important;scrollbar-width:none;
  }
  .company-control-body .company-control-main,
  .company-control-body>.app-main,
  .agent-mode .agent-main{margin-left:0!important}
  .modern-auth-body .login-experience{grid-template-columns:1fr 420px!important}
}

@media(min-width:821px) and (max-width:1120px){
  body:not(.reference-home) .reference-nav>nav a:nth-of-type(n+5){display:none!important}
  body:not(.reference-home) .reference-nav .logo strong{display:inline!important}
  .company-control-body{--workspace-sidebar:244px}
  .agent-mode{--agent-sidebar:232px}
  .company-control-body .vd-shell-sidebar,
  .company-control-body>.app-sidebar,
  .agent-mode .agent-sidebar{
    position:fixed!important;inset:0 auto 0 0!important;z-index:70!important;
    display:flex!important;grid-template-columns:none!important;flex-direction:column!important;
    width:var(--workspace-sidebar)!important;height:100vh!important;padding:20px 14px!important;
    border-right:1px solid var(--attio-line)!important;border-bottom:0!important;
  }
  .agent-mode .agent-sidebar{width:var(--agent-sidebar)!important}
  .company-control-body .vd-shell-sidebar>nav,
  .company-control-body>.app-sidebar>nav,
  .agent-mode .agent-nav{
    display:grid!important;grid-column:auto!important;grid-row:auto!important;
    width:100%!important;margin:26px 0 0!important;overflow:visible!important;
  }
  .company-control-body .vd-shell-sidebar>nav a,
  .company-control-body>.app-sidebar>nav a,
  .agent-mode .agent-nav a{width:100%!important;flex:none!important}
  .company-control-body .company-control-main,
  .company-control-body>.app-main{margin-left:var(--workspace-sidebar)!important}
  .agent-mode .agent-main{margin-left:var(--agent-sidebar)!important}
}

@media(max-width:820px){
  body:not(.reference-home) .reference-nav{
    display:grid!important;grid-template-columns:auto auto!important;min-height:64px!important;padding:10px 20px!important;
  }
  body:not(.reference-home) .reference-nav>nav{
    grid-column:1/-1!important;grid-row:2!important;order:3!important;width:100%!important;
    padding-top:8px!important;border-top:1px solid var(--attio-line)!important;
  }
  body:not(.reference-home) .reference-nav .nav-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important}
  body:not(.reference-home) .reference-nav>nav a{min-height:36px!important}
  body:not(.reference-home) :where(.page-hero,.affiliate-hero){padding:54px 28px!important}
  .modern-auth-body .login-experience{grid-template-columns:1fr!important}
  .modern-auth-body .login-story{min-height:0!important;padding:36px!important}
  .modern-auth-body .login-proof-list{display:none!important}
  .modern-auth-body .login-story-footer{margin-top:32px!important}
  .auth-body .auth-shell{grid-template-columns:1fr!important}
  .auth-body .auth-card{border-radius:var(--attio-r) var(--attio-r) 0 0!important}
  .auth-body .auth-side{
    border-top:0!important;border-left:1px solid var(--attio-line-strong)!important;
    border-radius:0 0 var(--attio-r) var(--attio-r)!important;
  }
  body:not(.reference-home) .ref-footer{grid-template-columns:1fr 1fr!important}
  body:not(.reference-home) .ref-footer-brand{grid-column:1/-1!important}
  .company-control-body .vd-shell-sidebar>nav a,
  .company-control-body>.app-sidebar>nav a,
  .agent-mode .agent-nav a{width:auto!important;min-width:max-content!important;flex:0 0 auto!important}
}

@media(max-width:560px){
  body:not(.reference-home) .reference-nav{padding-inline:16px!important}
  body:not(.reference-home) .reference-nav .logo strong{display:none}
  body:not(.reference-home) .reference-nav .ref-login-menu{display:none}
  body:not(.reference-home) .reference-nav .ref-nav-cta{min-height:38px!important;padding:7px 11px!important;font-size:12px!important}
  body:not(.reference-home) .page-wrap,
  body:not(.reference-home) .affiliate-main{padding-inline:14px}
  body:not(.reference-home) :where(.page-hero,.affiliate-hero){margin-top:14px!important;padding:42px 20px!important}
  body:not(.reference-home) :where(.page-hero,.affiliate-hero) h1{font-size:clamp(38px,12vw,54px)!important}
  body:not(.reference-home) :where(.page-hero,.affiliate-hero)>p,
  body:not(.reference-home) :where(.page-hero,.affiliate-hero) .affiliate-hero-copy>p{font-size:16px!important}
  .auth-body .auth-shell,.modern-auth-body .modern-login-shell{padding:22px 14px 44px!important}
  .modern-auth-body .login-story,.modern-auth-body .login-panel{padding:26px 20px!important}
  .modern-auth-body .login-story h1{font-size:40px!important}
  .company-control-body .company-control-main,
  .company-control-body>.app-main,
  .agent-mode .agent-main{padding:14px 12px 44px!important}
  .company-control-body .company-topbar,.agent-mode .agent-topbar{margin:-14px -12px 14px!important;padding:10px 12px!important}
  .company-control-body .detail-hero,
  .agent-mode :where(.agent-page-header,.agent-phone-hero){padding:22px!important}
  .company-control-body .panel,
  .agent-mode :where(.agent-card,.agent-dialer-card,.agent-contact-card){padding:18px!important}
  body:not(.reference-home) .ref-footer{grid-template-columns:1fr!important;padding-inline:24px!important}
  body:not(.reference-home) .ref-footer-brand{grid-column:auto!important}
}

@media(prefers-reduced-motion:reduce){
  body:not(.reference-home) *,body:not(.reference-home) *:before,body:not(.reference-home) *:after{
    scroll-behavior:auto!important;transition-duration:.01ms!important;
    animation-duration:.01ms!important;animation-iteration-count:1!important;
  }
}

/* Agent workspace layout authority.
   The legacy shell used a two-column body grid. The themed shell fixes the
   sidebar, so keeping that grid reserved the sidebar twice and collapsed the
   workspace into the left edge. Keep one source of truth for every viewport. */
body.agent-mode.agent-mode{
  --agent-sidebar:264px;
  display:block!important;
  grid-template-columns:none!important;
  min-width:0!important;
  overflow-x:hidden;
}

body.agent-mode.agent-mode .agent-sidebar{
  box-sizing:border-box!important;
  border-right-color:var(--attio-line)!important;
  background:var(--attio-white)!important;
  box-shadow:none!important;
}

body.agent-mode.agent-mode .agent-main{
  box-sizing:border-box!important;
  width:calc(100% - var(--agent-sidebar))!important;
  max-width:none!important;
  min-width:0!important;
  margin:0 0 0 var(--agent-sidebar)!important;
  padding:0 0 64px!important;
  align-self:auto!important;
  background:var(--attio-canvas)!important;
}

body.agent-mode.agent-mode .vd-workspace-topbar{
  top:0!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:64px!important;
  margin:0!important;
  padding:9px clamp(18px,2.4vw,36px)!important;
  border:0!important;
  border-bottom:1px solid var(--attio-line)!important;
  border-radius:0!important;
  background:var(--attio-white)!important;
  box-shadow:none!important;
}

body.agent-mode.agent-mode .agent-workspace-content{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:1420px!important;
  min-width:0!important;
  margin:0 auto!important;
  padding:24px clamp(20px,2.8vw,42px) 0!important;
}

body.agent-mode.agent-mode .agent-phone-layout{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:1180px!important;
  min-width:0!important;
  margin:0 auto!important;
  grid-template-columns:minmax(0,760px) minmax(280px,350px)!important;
  justify-content:center!important;
  align-items:start!important;
  gap:18px!important;
}

body.agent-mode.agent-mode .agent-dialer-col,
body.agent-mode.agent-mode .agent-phone-side{
  width:100%!important;
  min-width:0!important;
}

body.agent-mode.agent-mode .agent-dialer-col{order:-1!important}
body.agent-mode.agent-mode .agent-phone-side{order:2!important}
body.agent-mode.agent-mode .agent-dialer-card{width:100%!important;max-width:none!important}

body.agent-mode.agent-mode :is(
  .agent-card,
  .agent-dialer-card,
  .agent-engine-card,
  .agent-info-card,
  .agent-contact-card,
  .agent-profile-card,
  .agent-permissions-card,
  .agent-settings-card,
  .agent-security-card,
  .agent-metric,
  .agent-stat-box
){
  border-color:var(--attio-line-strong)!important;
  background:var(--attio-white)!important;
  box-shadow:none!important;
}

body.agent-mode.agent-mode .agent-dialer-card{box-shadow:0 0 0 4px var(--attio-soft)!important}
body.agent-mode.agent-mode .agent-workspace-card{
  border-color:var(--attio-line)!important;
  background:var(--attio-soft)!important;
  box-shadow:none!important;
}
body.agent-mode.agent-mode .agent-workspace-card .agent-initial{
  background:var(--attio-blue)!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.agent-mode.agent-mode .agent-nav-icon{
  background:var(--attio-soft)!important;
  color:var(--attio-muted)!important;
}
body.agent-mode.agent-mode .agent-nav>a:hover .agent-nav-icon,
body.agent-mode.agent-mode .agent-nav>a.active .agent-nav-icon{
  background:var(--attio-blue-soft)!important;
  color:var(--attio-blue)!important;
}

@media(max-width:1120px){
  body.agent-mode.agent-mode{--agent-sidebar:0px}
  body.agent-mode.agent-mode .agent-sidebar{
    position:sticky!important;
    inset:0!important;
    z-index:85!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    width:100%!important;
    height:auto!important;
    min-height:66px!important;
    padding:10px 14px!important;
    border-right:0!important;
    border-bottom:1px solid var(--attio-line)!important;
    overflow:visible!important;
  }
  body.agent-mode.agent-mode .agent-logo{
    grid-column:1!important;
    width:auto!important;
    min-width:max-content!important;
    padding:0 12px 0 0!important;
    border:0!important;
  }
  body.agent-mode.agent-mode .agent-workspace-card,
  body.agent-mode.agent-mode .agent-nav-label{display:none!important}
  body.agent-mode.agent-mode .agent-nav{
    grid-column:1/-1!important;
    grid-row:2!important;
    display:flex!important;
    width:100%!important;
    margin:8px 0 0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
  }
  body.agent-mode.agent-mode .agent-nav::-webkit-scrollbar{display:none}
  body.agent-mode.agent-mode .agent-nav>a{
    display:flex!important;
    width:auto!important;
    min-width:max-content!important;
    flex:0 0 auto!important;
  }
  body.agent-mode.agent-mode .agent-main{
    width:100%!important;
    margin:0!important;
  }
}

@media(max-width:900px){
  body.agent-mode.agent-mode .agent-phone-layout{
    max-width:760px!important;
    grid-template-columns:minmax(0,1fr)!important;
  }
  body.agent-mode.agent-mode .agent-phone-side{
    position:static!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.agent-mode.agent-mode .agent-phone-side :is(.agent-engine-card,.agent-info-card,.agent-quick-links){grid-column:1/-1!important}
}

@media(max-width:600px){
  body.agent-mode.agent-mode .vd-workspace-topbar{padding:7px 10px!important}
  body.agent-mode.agent-mode .agent-workspace-content{padding:12px 10px 0!important}
  body.agent-mode.agent-mode .agent-sidebar{padding:8px 10px!important}
  body.agent-mode.agent-mode .agent-phone-side{grid-template-columns:1fr!important}
  body.agent-mode.agent-mode .agent-phone-side>*{grid-column:1!important}
}

/* Unified public marketing shell.
   Every public page uses the homepage navigation, typography, and footer
   instead of maintaining a second pricing/marketing chrome. */
body .reference-nav.public-navigation{
  position:sticky!important;
  top:0!important;
  z-index:80!important;
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  height:132px!important;
  min-height:132px!important;
  margin:0!important;
  padding:16px 24px!important;
  border:0!important;
  border-bottom:1px solid #fff!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body .reference-nav.public-navigation.is-announcement-dismissed{
  height:72px!important;
  min-height:72px!important;
}
body .reference-nav.public-navigation .reference-announcement{
  position:relative;
  display:flex;
  box-sizing:border-box;
  width:100%;
  height:44px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:12px!important;
  border:0!important;
  border-radius:12px!important;
  background:var(--attio-ink)!important;
  color:#fff!important;
}
body .reference-nav.public-navigation .reference-announcement[hidden]{
  display:none!important;
}
body .reference-nav.public-navigation .reference-announcement p{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0;
  color:#fff!important;
  text-align:center;
  font-size:15px;
  font-weight:600;
  line-height:20px;
  letter-spacing:-.1px;
}
body .reference-nav.public-navigation .reference-announcement a{
  color:#fff!important;
  font-size:13px;
  font-weight:600;
  line-height:18px;
  border-bottom:1px solid #fff;
}
body .reference-nav.public-navigation .reference-announcement button{
  position:absolute;
  top:50%;
  right:12px;
  display:grid;
  width:20px;
  height:20px;
  min-height:20px!important;
  place-items:center;
  padding:0!important;
  transform:translateY(-50%);
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body .reference-nav.public-navigation .reference-announcement button img{
  display:block;
  width:14px;
  height:14px;
  transform:rotate(-45deg);
}
body .reference-nav.public-navigation .reference-nav-row{
  display:flex;
  box-sizing:border-box;
  width:100%;
  height:40px;
  min-height:40px;
  align-items:center;
  margin-top:16px;
  padding:0;
}
body .reference-nav.public-navigation.is-announcement-dismissed .reference-nav-row{margin-top:0}
body .reference-nav.public-navigation .logo{
  display:flex;
  width:110px;
  min-width:110px;
  height:40px;
  align-items:center;
  gap:6px!important;
  color:var(--attio-ink)!important;
}
body .reference-nav.public-navigation .brand-mark{
  width:24px!important;
  height:24px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .reference-nav.public-navigation .logo strong{
  color:var(--attio-ink)!important;
  font-family:var(--attio-font)!important;
  font-size:14px!important;
  font-weight:600!important;
  letter-spacing:-.2px!important;
}
body .reference-nav.public-navigation .reference-nav-links{
  display:flex;
  min-width:0;
  flex:1;
  align-items:center;
  justify-content:space-between;
  margin-left:48px;
}
body .reference-nav.public-navigation .reference-nav-links>nav{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:flex-start;
  gap:0!important;
  overflow:visible;
}
body .reference-nav.public-navigation .reference-nav-links>nav a{
  display:flex;
  min-height:40px!important;
  align-items:center;
  padding:8px 11px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:var(--attio-ink)!important;
  font-size:15px!important;
  font-weight:450!important;
  line-height:24px;
  letter-spacing:-.2px;
  white-space:nowrap;
}
body .reference-nav.public-navigation .reference-nav-links>nav a:hover,
body .reference-nav.public-navigation .reference-nav-links>nav a.active{
  background:var(--attio-soft)!important;
  color:var(--attio-ink)!important;
}
body .reference-nav.public-navigation .nav-actions{
  display:flex;
  height:40px;
  align-items:center;
  gap:8px!important;
  flex-wrap:nowrap;
}
body .reference-nav.public-navigation :is(.ref-sign-in,.ref-nav-cta,.ref-account-link){
  display:inline-flex;
  min-height:40px!important;
  align-items:center;
  justify-content:center;
  padding:8px 14px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--attio-body)!important;
  box-shadow:none!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:20px;
  white-space:nowrap;
}
body .reference-nav.public-navigation .ref-nav-cta{
  border-color:var(--attio-muted)!important;
  background:var(--attio-ink)!important;
  color:#fff!important;
}
body .reference-nav.public-navigation .ref-nav-cta:hover{
  border-color:var(--attio-teal)!important;
  background:var(--attio-teal)!important;
  color:#002625!important;
}
body .reference-nav.public-navigation .reference-menu-toggle{display:none!important}

body .public-footer.ref-footer{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(120px,1fr))!important;
  gap:42px!important;
  width:min(1252px,calc(100% - 48px))!important;
  max-width:1252px!important;
  margin:72px auto 0!important;
  padding:64px 0!important;
  border:0!important;
  border-top:1px solid var(--attio-line-strong)!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--attio-ink)!important;
  box-shadow:none!important;
}
body .public-footer.ref-footer .ref-footer-brand{grid-column:auto!important}
body .public-footer.ref-footer .logo{display:flex;align-items:center;gap:8px;color:var(--attio-ink)!important}
body .public-footer.ref-footer .brand-mark{
  width:28px!important;
  height:28px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .public-footer.ref-footer .logo strong{color:var(--attio-ink)!important}
body .public-footer.ref-footer>div>strong{
  color:var(--attio-ink)!important;
  font-size:10px!important;
  font-weight:650!important;
  letter-spacing:.08em!important;
}
body .public-footer.ref-footer :is(p,a){
  color:var(--attio-muted)!important;
  font-size:12px!important;
  line-height:1.55;
}
body .public-footer.ref-footer a:hover{color:var(--attio-ink)!important}

body.pricing-public-page .pricing-v3-page{
  font-family:var(--attio-font)!important;
  background:var(--attio-canvas)!important;
}
body.pricing-public-page .pricing-v3-page :is(h1,h2,h3,strong,a,button,input,select){
  font-family:var(--attio-font)!important;
}
body.pricing-public-page .pricing-v3-hero{
  width:min(1252px,100%)!important;
  margin:0 auto!important;
  padding:96px 24px 118px!important;
}
body.pricing-public-page .pricing-v3-hero-inner{width:min(1050px,100%)!important}
body.pricing-public-page .pricing-v3-hero h1{
  max-width:1050px!important;
  font-size:clamp(52px,5vw,72px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
}
body.pricing-public-page .pricing-v3-hero p{
  max-width:760px!important;
  font-size:18px!important;
  line-height:1.65!important;
}
body.pricing-public-page .pricing-v3-eyebrow b{color:var(--attio-muted)!important}
body.pricing-public-page .pricing-v3-button.secondary{
  border-color:var(--attio-line-strong)!important;
  background:#fff!important;
  color:var(--attio-body)!important;
}
body.pricing-public-page .pricing-v3-button.secondary:hover{
  border-color:var(--attio-muted)!important;
  background:var(--attio-soft)!important;
  color:var(--attio-ink)!important;
}

@media(max-width:1180px){
  body .reference-nav.public-navigation .reference-nav-links{display:none!important}
  body .reference-nav.public-navigation .reference-nav-row{justify-content:space-between}
  body .reference-nav.public-navigation .reference-menu-toggle{
    display:grid!important;
    width:40px!important;
    height:40px!important;
    min-height:40px!important;
    place-items:center;
    padding:0!important;
    border:1px solid var(--attio-line-strong)!important;
    border-radius:10px!important;
    background:#fff!important;
  }
  body .reference-nav.public-navigation .reference-menu-toggle>span{display:grid;gap:5px}
  body .reference-nav.public-navigation .reference-menu-toggle img{display:block;width:18px;height:2px}
  body .reference-nav.public-navigation.is-menu-open .reference-nav-links{
    position:absolute;
    top:132px;
    right:24px;
    left:24px;
    z-index:90;
    display:grid!important;
    gap:10px;
    margin:0;
    padding:12px;
    border:1px solid var(--attio-line)!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:var(--attio-shadow)!important;
    align-items:stretch!important;
    justify-content:stretch!important;
  }
  body .reference-nav.public-navigation.is-announcement-dismissed.is-menu-open .reference-nav-links{top:72px}
  body .reference-nav.public-navigation.is-menu-open .reference-nav-links>nav{
    display:grid!important;
    width:100%;
    min-width:0!important;
    grid-template-columns:minmax(0,1fr)!important;
    justify-content:stretch!important;
    overflow:visible;
  }
  body .reference-nav.public-navigation.is-menu-open .reference-nav-links>nav a{
    width:100%;
    min-height:40px!important;
    padding:8px 10px!important;
  }
  body .reference-nav.public-navigation.is-menu-open .nav-actions{height:auto}
}

@media(max-width:760px){
  body .reference-nav.public-navigation .reference-announcement{
    height:44px!important;
    min-height:44px!important;
    padding:8px 36px 8px 12px!important;
  }
  body .reference-nav.public-navigation .reference-announcement p{
    display:flex;
    width:auto!important;
    max-width:none!important;
    align-items:center;
    gap:8px;
    padding:0!important;
    font-size:12px;
    line-height:16px;
    white-space:nowrap;
  }
  body .reference-nav.public-navigation .reference-announcement a{display:inline-flex;margin:0;font-size:11px;line-height:16px}
  body .public-footer.ref-footer{
    grid-template-columns:1fr 1fr!important;
    gap:32px!important;
  }
  body .public-footer.ref-footer .ref-footer-brand{grid-column:1/-1!important}
  body.pricing-public-page .pricing-v3-hero{padding:72px 20px 96px!important}
  body.pricing-public-page .pricing-v3-hero h1{font-size:clamp(44px,12vw,60px)!important}
  body.pricing-public-page .pricing-v3-hero p{font-size:16px!important}
}

@media(max-width:560px){
  body .reference-nav.public-navigation{padding:12px!important}
  body .reference-nav.public-navigation .reference-announcement{
    width:100%!important;
    margin:0!important;
    padding:10px 36px 10px 12px!important;
  }
  body .reference-nav.public-navigation .reference-announcement p{display:flex;gap:7px;font-size:11px;line-height:16px;white-space:nowrap}
  body .reference-nav.public-navigation .reference-announcement a{display:inline-flex;margin:0;font-size:10px}
  body .reference-nav.public-navigation.is-menu-open .reference-nav-links{right:12px;left:12px}
  body .public-footer.ref-footer{
    grid-template-columns:1fr!important;
    width:calc(100% - 28px)!important;
    gap:28px!important;
    padding:44px 0!important;
  }
  body .public-footer.ref-footer .ref-footer-brand{grid-column:auto!important}
}

/* Use wide desktop screens intentionally while keeping readable text measures. */
@media(min-width:1441px){
  :root{--attio-content:1600px}

  .reference-home .reference-home-main{
    box-sizing:border-box;
    width:calc(100% - 48px)!important;
    max-width:1600px!important;
  }
  .reference-home .ref-hero-copy,
  .reference-home .ref-hero h1{width:min(1320px,100%)!important}
  .reference-home .ref-hero h1{
    font-size:clamp(72px,4.3vw,84px)!important;
    line-height:.98!important;
    letter-spacing:-3.2px!important;
  }
  .reference-home .ref-hero-copy>p{width:min(620px,100%)!important}
  .reference-home .ref-dialer-shell{max-width:820px!important}

  body.pricing-public-page .pricing-v3-hero{
    width:min(1600px,calc(100% - 48px))!important;
  }
  body .public-footer.ref-footer{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
  }
}

/* Solutions page: compact buyer-facing hierarchy on the shared public shell. */
body:not(.reference-home) .solutions-page{padding-bottom:0}
body:not(.reference-home) .solutions-page :is(.solutions-hero,.solutions-usecases-section,.solutions-growth-section){
  box-sizing:border-box;
  width:100%;
  max-width:none!important;
}
body:not(.reference-home) .solutions-page .solutions-hero{
  display:grid!important;
  min-height:680px;
  grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr)!important;
  align-items:center;
  gap:clamp(52px,6vw,96px)!important;
  margin:24px 0 0!important;
  padding:clamp(64px,6vw,96px)!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:linear-gradient(135deg,#fff 0%,#fff 58%,#edfafa 100%)!important;
  box-shadow:none!important;
  text-align:left!important;
}
body:not(.reference-home) .solutions-page .solutions-hero:after{
  top:-180px;
  right:-140px;
  width:440px;
  height:440px;
  background:radial-gradient(circle,rgba(10,182,180,.14),transparent 68%);
}
body:not(.reference-home) .solutions-page .solutions-hero>div:first-child{max-width:820px}
body:not(.reference-home) .solutions-page .solutions-hero .badge{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:4px 10px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:999px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-body)!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:600!important;
}
body:not(.reference-home) .solutions-page .solutions-hero h1{
  max-width:820px!important;
  margin:26px 0 0!important;
  color:var(--attio-ink)!important;
  font-size:clamp(54px,4.35vw,72px)!important;
  font-weight:700!important;
  line-height:.98!important;
  letter-spacing:-.058em!important;
  text-wrap:balance;
}
body:not(.reference-home) .solutions-page .solutions-hero h1 span{color:var(--attio-teal-dark)!important}
body:not(.reference-home) .solutions-page .solutions-hero p{
  max-width:700px!important;
  margin:26px 0 0!important;
  color:var(--attio-body)!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.65!important;
  text-wrap:pretty;
}
body:not(.reference-home) .solutions-page .solutions-hero .hero-actions{
  justify-content:flex-start!important;
  margin-top:30px!important;
  gap:10px!important;
}
body:not(.reference-home) .solutions-page .solutions-hero .hero-actions a{
  min-height:48px;
  padding:12px 18px!important;
  border-radius:var(--attio-r)!important;
  font-size:15px!important;
  font-weight:600!important;
}

body:not(.reference-home) .solutions-page .solution-orbit{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%;
  min-width:0;
}
body:not(.reference-home) .solutions-page .solution-orbit>div{
  display:flex;
  min-height:154px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  gap:4px;
  padding:20px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:none!important;
}
body:not(.reference-home) .solutions-page .solution-orbit>div:before{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  margin:0 0 auto;
  border-radius:10px!important;
  background:linear-gradient(135deg,var(--attio-blue),var(--attio-teal));
  box-shadow:none;
  color:#fff;
  font-size:15px;
  font-weight:700;
}
body:not(.reference-home) .solutions-page .solution-orbit strong{
  color:var(--attio-ink)!important;
  font-size:17px!important;
  font-weight:650!important;
  letter-spacing:-.025em!important;
}
body:not(.reference-home) .solutions-page .solution-orbit span{
  color:var(--attio-muted)!important;
  font-size:14px!important;
  font-weight:450!important;
}

body:not(.reference-home) .solutions-page .solutions-usecases-section{padding:104px 0!important}
body:not(.reference-home) .solutions-page .solutions-usecases-section .section-head{
  max-width:880px!important;
  align-items:flex-start!important;
  margin:0 0 48px!important;
  text-align:left!important;
}
body:not(.reference-home) .solutions-page .solutions-usecases-section .section-head h2{
  max-width:880px!important;
  margin-top:16px!important;
  color:var(--attio-ink)!important;
  font-size:clamp(42px,4.2vw,60px)!important;
  font-weight:650!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
}
body:not(.reference-home) .solutions-page .solutions-usecase-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
body:not(.reference-home) .solutions-page .solutions-usecase-grid .feature-card{
  display:flex!important;
  min-height:232px;
  flex-direction:column;
  align-items:flex-start;
  padding:28px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body:not(.reference-home) .solutions-page .solutions-usecase-grid .feature-card>span{
  display:inline-flex;
  width:max-content;
  min-height:25px;
  align-items:center;
  margin:0 0 24px!important;
  padding:4px 8px!important;
  border:1px solid var(--attio-line)!important;
  border-radius:6px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-teal-dark)!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
}
body:not(.reference-home) .solutions-page .solutions-usecase-grid h3{
  margin:0!important;
  color:var(--attio-ink)!important;
  font-size:21px!important;
  font-weight:650!important;
  line-height:1.2!important;
}
body:not(.reference-home) .solutions-page .solutions-usecase-grid p{
  margin:12px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.65!important;
}

body:not(.reference-home) .solutions-page .solutions-growth-section{
  display:grid!important;
  grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr)!important;
  align-items:stretch;
  gap:24px!important;
  padding:0 0 104px!important;
}
body:not(.reference-home) .solutions-page .growth-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:42px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body:not(.reference-home) .solutions-page .growth-copy h2{
  max-width:600px!important;
  margin:18px 0 0!important;
  color:var(--attio-ink)!important;
  font-size:clamp(38px,3.5vw,52px)!important;
  font-weight:650!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
}
body:not(.reference-home) .solutions-page .growth-copy>p{
  max-width:570px;
  margin:20px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body:not(.reference-home) .solutions-page .growth-proof-strip{margin-top:28px!important}
body:not(.reference-home) .solutions-page .growth-proof-strip span{
  border:1px solid var(--attio-line)!important;
  border-radius:6px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-body)!important;
  font-size:11px!important;
  font-weight:650!important;
}
body:not(.reference-home) .solutions-page .solutions-growth-list{display:grid!important;gap:12px!important}
body:not(.reference-home) .solutions-page .solutions-growth-list article{
  display:grid!important;
  min-height:104px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  padding:20px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body:not(.reference-home) .solutions-page .growth-feature-index{
  display:grid!important;
  width:44px;
  height:44px;
  place-items:center;
  border:1px solid var(--attio-line)!important;
  border-radius:10px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-teal-dark)!important;
  font-size:13px;
  font-weight:700;
}
body:not(.reference-home) .solutions-page .solutions-growth-list strong{
  color:var(--attio-ink)!important;
  font-size:17px!important;
  font-weight:650!important;
}
body:not(.reference-home) .solutions-page .solutions-growth-list p{
  margin:4px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.5!important;
}

body:not(.reference-home) .solutions-page .solutions-cta-band{
  margin:0!important;
  padding:0!important;
  border:1px solid var(--attio-dark-line)!important;
  border-radius:var(--attio-r)!important;
  background:radial-gradient(circle at 86% 12%,rgba(10,182,180,.18),transparent 28rem),var(--attio-dark)!important;
  box-shadow:none!important;
}
body:not(.reference-home) .solutions-page .solutions-final-cta{
  display:grid!important;
  max-width:none!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center;
  gap:48px!important;
  margin:0!important;
  padding:64px!important;
  background:transparent!important;
  text-align:left!important;
}
body:not(.reference-home) .solutions-page .solutions-final-cta h2{
  max-width:880px;
  margin:18px 0 0!important;
  color:#fff!important;
  font-size:clamp(42px,4.1vw,60px)!important;
  font-weight:650!important;
  line-height:1.03!important;
  letter-spacing:-.05em!important;
}
body:not(.reference-home) .solutions-page .solutions-final-cta p{
  max-width:760px;
  margin:18px 0 0!important;
  color:#b8c0c7!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body:not(.reference-home) .solutions-page .solutions-cta-proof{margin-top:24px!important}
body:not(.reference-home) .solutions-page .solutions-cta-proof span{
  border-radius:6px!important;
  font-size:11px!important;
  font-weight:600!important;
}
body:not(.reference-home) .solutions-page .solutions-cta-actions{gap:10px!important}
body:not(.reference-home) .solutions-page .solutions-cta-actions a{
  min-height:48px;
  padding:12px 18px!important;
  border-radius:var(--attio-r)!important;
  font-size:15px!important;
  font-weight:600!important;
}

@media(max-width:980px){
  body:not(.reference-home) .solutions-page .solutions-hero{
    min-height:0;
    grid-template-columns:1fr!important;
    gap:48px!important;
    text-align:left!important;
  }
  body:not(.reference-home) .solutions-page .solutions-hero .hero-actions{justify-content:flex-start!important}
  body:not(.reference-home) .solutions-page .solutions-hero p{margin-left:0!important;margin-right:0!important}
  body:not(.reference-home) .solutions-page .solution-orbit{max-width:none;margin:0}
  body:not(.reference-home) .solutions-page .solutions-usecase-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body:not(.reference-home) .solutions-page .solutions-growth-section{grid-template-columns:1fr!important}
  body:not(.reference-home) .solutions-page .growth-copy,
  body:not(.reference-home) .solutions-page .solutions-growth-list{max-width:none;margin:0}
  body:not(.reference-home) .solutions-page .solutions-final-cta{
    grid-template-columns:1fr!important;
    text-align:left!important;
  }
  body:not(.reference-home) .solutions-page .solutions-final-cta p{margin-left:0;margin-right:0}
  body:not(.reference-home) .solutions-page .solutions-cta-proof,
  body:not(.reference-home) .solutions-page .solutions-cta-actions{justify-content:flex-start!important}
}

@media(max-width:640px){
  body:not(.reference-home) .solutions-page .solutions-hero{
    gap:36px!important;
    margin-top:12px!important;
    padding:42px 22px!important;
    border-radius:var(--attio-r)!important;
  }
  body:not(.reference-home) .solutions-page .solutions-hero h1{
    margin-top:20px!important;
    font-size:clamp(38px,10.3vw,44px)!important;
    line-height:1.02!important;
    letter-spacing:-.05em!important;
  }
  body:not(.reference-home) .solutions-page .solutions-hero p{
    margin-top:20px!important;
    font-size:16px!important;
    line-height:1.6!important;
  }
  body:not(.reference-home) .solutions-page .solutions-hero .hero-actions{
    display:grid!important;
    grid-template-columns:1fr;
    margin-top:24px!important;
  }
  body:not(.reference-home) .solutions-page .solutions-hero .hero-actions a{width:100%;justify-content:center}
  body:not(.reference-home) .solutions-page .solution-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body:not(.reference-home) .solutions-page .solution-orbit>div{min-height:136px;padding:16px!important}
  body:not(.reference-home) .solutions-page .solution-orbit strong{font-size:15px!important}
  body:not(.reference-home) .solutions-page .solution-orbit span{font-size:12px!important}

  body:not(.reference-home) .solutions-page .solutions-usecases-section{padding:72px 0!important}
  body:not(.reference-home) .solutions-page .solutions-usecases-section .section-head{margin-bottom:32px!important}
  body:not(.reference-home) .solutions-page .solutions-usecases-section .section-head h2{font-size:36px!important}
  body:not(.reference-home) .solutions-page .solutions-usecase-grid{grid-template-columns:1fr!important;gap:12px!important}
  body:not(.reference-home) .solutions-page .solutions-usecase-grid .feature-card{min-height:0;padding:22px!important}
  body:not(.reference-home) .solutions-page .solutions-usecase-grid .feature-card>span{margin-bottom:18px!important}

  body:not(.reference-home) .solutions-page .solutions-growth-section{padding:0 0 72px!important}
  body:not(.reference-home) .solutions-page .growth-copy{padding:28px!important}
  body:not(.reference-home) .solutions-page .growth-copy h2{font-size:34px!important}
  body:not(.reference-home) .solutions-page .solutions-growth-list article{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:14px!important;
    padding:18px!important;
    text-align:left;
  }
  body:not(.reference-home) .solutions-page .growth-feature-index{width:40px;height:40px}

  body:not(.reference-home) .solutions-page .solutions-final-cta{gap:32px!important;padding:40px 24px!important}
  body:not(.reference-home) .solutions-page .solutions-final-cta h2{font-size:34px!important}
  body:not(.reference-home) .solutions-page .solutions-cta-actions{display:grid!important;width:100%;grid-template-columns:1fr}
  body:not(.reference-home) .solutions-page .solutions-cta-actions a{width:100%;justify-content:center}
}

@media(max-width:350px){
  body:not(.reference-home) .solutions-page .solution-orbit{grid-template-columns:1fr!important}
}

/* Affiliate page: align legacy partner-program sections with the public theme. */
body.affiliate-marketing-page{background:var(--attio-canvas)!important}
body.affiliate-marketing-page .affiliate-main{
  box-sizing:border-box;
  width:min(100%,calc(var(--attio-content) + 48px))!important;
  max-width:calc(var(--attio-content) + 48px)!important;
  margin:0 auto!important;
  padding:0 24px!important;
}
body.affiliate-marketing-page .affiliate-hero{
  display:grid!important;
  box-sizing:border-box;
  width:100%;
  min-height:660px!important;
  grid-template-columns:minmax(0,1.16fr) minmax(380px,.84fr)!important;
  align-items:center;
  gap:clamp(52px,6vw,96px)!important;
  margin:24px 0 0!important;
  padding:clamp(64px,6vw,88px)!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:linear-gradient(135deg,#fff 0%,#fff 62%,#ecfafa 100%)!important;
  box-shadow:none!important;
  overflow:hidden;
}
body.affiliate-marketing-page .affiliate-hero:before{
  position:absolute;
  z-index:0;
  inset:0 auto 0 0;
  width:4px;
  height:auto;
  border-radius:0;
  background:linear-gradient(180deg,var(--attio-blue),var(--attio-teal));
  content:"";
}
body.affiliate-marketing-page .affiliate-hero:after{
  position:absolute;
  z-index:0;
  top:-190px;
  right:-150px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(10,182,180,.14),transparent 68%);
  content:"";
}
body.affiliate-marketing-page .affiliate-hero>*{position:relative;z-index:1}
body.affiliate-marketing-page .affiliate-hero-copy{max-width:820px}
body.affiliate-marketing-page .affiliate-kicker{
  color:var(--attio-teal-dark)!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.1em!important;
}
body.affiliate-marketing-page .affiliate-kicker:before{
  width:24px;
  height:1px;
  border-radius:0;
  background:var(--attio-teal)!important;
}
body.affiliate-marketing-page .affiliate-hero h1{
  max-width:820px!important;
  margin:24px 0 0!important;
  color:var(--attio-ink)!important;
  font-size:clamp(54px,4.35vw,72px)!important;
  font-weight:700!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}
body.affiliate-marketing-page .affiliate-hero h1 span{color:var(--attio-teal-dark)!important}
body.affiliate-marketing-page .affiliate-hero-copy>p{
  max-width:720px!important;
  margin:24px 0 0!important;
  color:var(--attio-body)!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body.affiliate-marketing-page .affiliate-actions{gap:10px!important;margin:28px 0 22px!important}
body.affiliate-marketing-page :is(.affiliate-primary,.affiliate-secondary){
  min-height:48px;
  padding:12px 18px!important;
  border-radius:var(--attio-r)!important;
  box-shadow:none!important;
  font-size:14px!important;
  font-weight:600!important;
}
body.affiliate-marketing-page .affiliate-primary{
  border:1px solid var(--attio-ink)!important;
  background:var(--attio-ink)!important;
  color:#fff!important;
}
body.affiliate-marketing-page .affiliate-primary:hover{
  border-color:var(--attio-teal)!important;
  background:var(--attio-teal)!important;
  color:#002625!important;
}
body.affiliate-marketing-page .affiliate-secondary{
  border:1px solid var(--attio-line-strong)!important;
  background:#fff!important;
  color:var(--attio-body)!important;
}
body.affiliate-marketing-page .affiliate-proof{
  gap:8px 18px!important;
  color:var(--attio-muted)!important;
  font-size:12px!important;
  font-weight:550!important;
}
body.affiliate-marketing-page .affiliate-proof li:before{color:var(--attio-teal-dark)!important}
body.affiliate-marketing-page .affiliate-rate-card{
  box-sizing:border-box;
  width:100%;
  max-width:460px;
  justify-self:end;
  padding:32px!important;
  border:1px solid var(--attio-dark-line)!important;
  border-radius:var(--attio-r)!important;
  background:var(--attio-dark)!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.affiliate-marketing-page .affiliate-rate-card:before{background:rgba(10,182,180,.24)!important}
body.affiliate-marketing-page .affiliate-rate-card>strong{
  margin:12px 0 18px!important;
  color:#fff!important;
  font-size:clamp(88px,8vw,124px)!important;
}
body.affiliate-marketing-page .affiliate-rate-card>strong span{color:var(--attio-teal)!important}
body.affiliate-marketing-page .affiliate-rate-card>p,
body.affiliate-marketing-page .affiliate-rate-card>small{color:#b6bdc5!important}
body.affiliate-marketing-page .affiliate-rate-card>div{border-top-color:var(--attio-dark-line)!important;color:#a6adb4!important}
body.affiliate-marketing-page .affiliate-rate-card>div strong{color:#fff!important}

body.affiliate-marketing-page .affiliate-trust-strip{
  box-sizing:border-box;
  width:100%;
  margin:12px 0 0!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.affiliate-marketing-page .affiliate-trust-strip article{padding:24px!important}
body.affiliate-marketing-page .affiliate-trust-strip span{color:var(--attio-teal-dark)!important}
body.affiliate-marketing-page .affiliate-trust-strip small{color:var(--attio-muted)!important}

body.affiliate-marketing-page .affiliate-section{box-sizing:border-box;width:100%;padding:96px 0!important}
body.affiliate-marketing-page .affiliate-how{
  grid-template-columns:minmax(300px,.82fr) minmax(500px,1.18fr)!important;
  gap:clamp(48px,6vw,96px)!important;
}
body.affiliate-marketing-page .affiliate-section-intro{max-width:760px}
body.affiliate-marketing-page .affiliate-section h2{
  margin:16px 0 0!important;
  color:var(--attio-ink)!important;
  font-size:clamp(42px,4.1vw,60px)!important;
  font-weight:650!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
}
body.affiliate-marketing-page .affiliate-section-intro>p{
  margin-top:20px!important;
  color:var(--attio-muted)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body.affiliate-marketing-page .affiliate-steps{background:#fff!important}
body.affiliate-marketing-page .affiliate-steps li{
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:18px!important;
  padding:22px!important;
  background:#fff!important;
}
body.affiliate-marketing-page .affiliate-steps li>span{
  width:44px;
  height:44px;
  border:1px solid var(--attio-line)!important;
  border-radius:10px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-teal-dark)!important;
}
body.affiliate-marketing-page .affiliate-steps h3{
  color:var(--attio-ink)!important;
  font-size:17px!important;
  font-weight:650!important;
}
body.affiliate-marketing-page .affiliate-steps p{
  color:var(--attio-muted)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.6!important;
}

body.affiliate-marketing-page .affiliate-details{border-top:1px solid var(--attio-line)!important}
body.affiliate-marketing-page .affiliate-detail-grid{gap:16px!important;margin-top:40px!important}
body.affiliate-marketing-page .affiliate-detail-grid article{
  min-height:190px;
  padding:28px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  color:var(--attio-ink)!important;
  box-shadow:none!important;
}
body.affiliate-marketing-page .affiliate-icon{
  width:42px;
  height:42px;
  margin-bottom:22px!important;
  border:1px solid var(--attio-line)!important;
  border-radius:10px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-teal-dark)!important;
}
body.affiliate-marketing-page .affiliate-detail-grid h3{
  color:var(--attio-ink)!important;
  font-size:19px!important;
  font-weight:650!important;
}
body.affiliate-marketing-page .affiliate-detail-grid p{
  color:var(--attio-muted)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.6!important;
}

body.affiliate-marketing-page .affiliate-terms{
  display:grid!important;
  grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr)!important;
  gap:clamp(48px,6vw,96px)!important;
  margin:0!important;
  padding:72px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:linear-gradient(135deg,#eefafa 0%,#f8fdfd 62%,#fff 100%)!important;
  color:var(--attio-ink)!important;
}
body.affiliate-marketing-page .affiliate-terms h2{
  max-width:620px;
  color:var(--attio-ink)!important;
  font-size:clamp(42px,4vw,58px)!important;
}
body.affiliate-marketing-page .affiliate-terms .affiliate-kicker{color:var(--attio-teal-dark)!important}
body.affiliate-marketing-page .affiliate-terms-grid{gap:14px!important}
body.affiliate-marketing-page .affiliate-terms-grid article{
  padding:26px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  color:var(--attio-ink)!important;
  box-shadow:none!important;
}
body.affiliate-marketing-page .affiliate-terms-grid h3{
  margin:0 0 16px!important;
  color:var(--attio-teal-dark)!important;
  font-size:19px!important;
  font-weight:650!important;
}
body.affiliate-marketing-page .affiliate-terms-grid p,
body.affiliate-marketing-page .affiliate-terms-grid li{
  color:var(--attio-muted)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.55!important;
}
body.affiliate-marketing-page .affiliate-terms-grid p{margin:0 0 12px!important}
body.affiliate-marketing-page .affiliate-terms-grid ul{margin:0;padding-left:18px}
body.affiliate-marketing-page .affiliate-disclosure{
  grid-column:1/-1;
  margin:0!important;
  padding-top:24px!important;
  border-top:1px solid var(--attio-line-strong)!important;
  color:var(--attio-muted)!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.6!important;
}

body.affiliate-marketing-page .affiliate-final-cta{
  box-sizing:border-box;
  width:100%;
  margin:24px 0 0!important;
  padding:72px!important;
  border:1px solid var(--attio-dark-line)!important;
  border-radius:var(--attio-r)!important;
  background:radial-gradient(circle at 84% 10%,rgba(10,182,180,.18),transparent 30rem),var(--attio-dark)!important;
  color:#fff!important;
  box-shadow:none!important;
  overflow:hidden;
}
body.affiliate-marketing-page .affiliate-final-cta .affiliate-kicker{color:var(--attio-teal)!important}
body.affiliate-marketing-page .affiliate-final-cta h2{
  max-width:900px;
  margin:18px auto!important;
  color:#fff!important;
  font-size:clamp(44px,4.2vw,62px)!important;
  font-weight:650!important;
  line-height:1.03!important;
  letter-spacing:-.05em!important;
}
body.affiliate-marketing-page .affiliate-final-cta p{
  max-width:700px;
  margin:0 auto 28px!important;
  color:#b6bdc5!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body.affiliate-marketing-page .affiliate-primary.light{
  border-color:#fff!important;
  background:#fff!important;
  color:var(--attio-ink)!important;
}

@media(max-width:980px){
  body.affiliate-marketing-page .affiliate-hero{
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
  body.affiliate-marketing-page .affiliate-rate-card{max-width:620px;justify-self:start}
  body.affiliate-marketing-page .affiliate-how{grid-template-columns:1fr!important;gap:40px!important}
  body.affiliate-marketing-page .affiliate-section-intro{position:static}
  body.affiliate-marketing-page .affiliate-terms{grid-template-columns:1fr!important}
}

@media(max-width:760px){
  body.affiliate-marketing-page .affiliate-main{padding:0 14px!important}
  body.affiliate-marketing-page .affiliate-hero{
    gap:34px!important;
    margin-top:12px!important;
    padding:42px 22px!important;
  }
  body.affiliate-marketing-page .affiliate-hero h1{
    margin-top:20px!important;
    font-size:clamp(39px,10.8vw,46px)!important;
    line-height:1.01!important;
  }
  body.affiliate-marketing-page .affiliate-hero-copy>p{margin-top:20px!important;font-size:16px!important}
  body.affiliate-marketing-page .affiliate-actions{margin:24px 0 20px!important}
  body.affiliate-marketing-page .affiliate-rate-card{padding:24px!important}
  body.affiliate-marketing-page .affiliate-rate-card>strong{font-size:84px!important}
  body.affiliate-marketing-page .affiliate-trust-strip{grid-template-columns:1fr!important;margin-top:12px!important}
  body.affiliate-marketing-page .affiliate-trust-strip article+article{border-top:1px solid var(--attio-line)!important;border-left:0!important}
  body.affiliate-marketing-page .affiliate-section{padding:72px 0!important}
  body.affiliate-marketing-page .affiliate-section h2{font-size:36px!important}
  body.affiliate-marketing-page .affiliate-steps li{grid-template-columns:44px minmax(0,1fr)!important;gap:14px!important;padding:18px!important}
  body.affiliate-marketing-page .affiliate-detail-grid{grid-template-columns:1fr!important;gap:12px!important;margin-top:30px!important}
  body.affiliate-marketing-page .affiliate-detail-grid article{min-height:0;padding:22px!important}
  body.affiliate-marketing-page .affiliate-terms{gap:32px!important;padding:28px 24px!important}
  body.affiliate-marketing-page .affiliate-terms h2{font-size:36px!important}
  body.affiliate-marketing-page .affiliate-terms-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.affiliate-marketing-page .affiliate-terms-grid article{padding:22px!important}
  body.affiliate-marketing-page .affiliate-final-cta{margin-top:16px!important;padding:44px 24px!important}
  body.affiliate-marketing-page .affiliate-final-cta h2{font-size:38px!important}
}

/* Platform page: one responsive width and spacing system for every section. */
body:not(.reference-home) .platform-page{padding-bottom:0!important}
body:not(.reference-home) .platform-page :is(.platform-hero,.platform-core-section,.platform-capabilities-section,.platform-boundaries-band){
  box-sizing:border-box;
  width:100%;
  max-width:none!important;
}
body:not(.reference-home) .platform-page .platform-hero{
  display:grid!important;
  min-height:660px;
  grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr)!important;
  align-items:center;
  gap:clamp(52px,6vw,96px)!important;
  margin:24px 0 0!important;
  padding:clamp(64px,6vw,96px)!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:linear-gradient(135deg,#fff 0%,#fff 58%,#edfafa 100%)!important;
  box-shadow:none!important;
  text-align:left!important;
}
body:not(.reference-home) .platform-page .platform-hero:after{
  top:-180px;
  right:-140px;
  width:440px;
  height:440px;
  background:radial-gradient(circle,rgba(10,182,180,.14),transparent 68%);
}
body:not(.reference-home) .platform-page .platform-hero>div:first-child{max-width:840px}
body:not(.reference-home) .platform-page .platform-hero .badge{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:4px 10px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:999px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-body)!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:600!important;
}
body:not(.reference-home) .platform-page .platform-hero h1{
  max-width:840px!important;
  margin:26px 0 0!important;
  color:var(--attio-ink)!important;
  font-size:clamp(54px,4.25vw,72px)!important;
  font-weight:700!important;
  line-height:.98!important;
  letter-spacing:-.058em!important;
  text-wrap:balance;
}
body:not(.reference-home) .platform-page .platform-hero p{
  max-width:720px!important;
  margin:26px 0 0!important;
  color:var(--attio-body)!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.65!important;
  text-wrap:pretty;
}
body:not(.reference-home) .platform-page .platform-hero .hero-actions{
  justify-content:flex-start!important;
  margin-top:30px!important;
  gap:10px!important;
}
body:not(.reference-home) .platform-page .platform-hero .hero-actions a{
  min-height:48px;
  padding:12px 18px!important;
  border-radius:var(--attio-r)!important;
  font-size:15px!important;
  font-weight:600!important;
}
body:not(.reference-home) .platform-page .platform-card-stack{
  display:grid!important;
  gap:12px!important;
  width:100%;
  min-width:0;
}
body:not(.reference-home) .platform-page .platform-card-stack article{
  display:grid!important;
  min-height:112px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:4px 18px!important;
  align-items:center!important;
  padding:20px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:none!important;
  backdrop-filter:none;
}
body:not(.reference-home) .platform-page .platform-card-stack article span{
  display:grid;
  width:44px;
  height:44px;
  grid-row:1/3;
  place-items:center;
  border:1px solid var(--attio-line)!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,var(--attio-blue),var(--attio-teal));
  color:#fff;
  box-shadow:none;
  font-size:13px;
  font-weight:700;
}
body:not(.reference-home) .platform-page .platform-card-stack article strong{
  color:var(--attio-ink)!important;
  font-size:17px!important;
  font-weight:650!important;
}
body:not(.reference-home) .platform-page .platform-card-stack article p{
  margin:2px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.5!important;
}

body:not(.reference-home) .platform-page .platform-core-section{
  display:grid!important;
  grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr)!important;
  align-items:stretch;
  gap:24px!important;
  padding:104px 0!important;
}
body:not(.reference-home) .platform-page .platform-core-section>div:first-child{
  display:flex;
  min-width:0;
  max-width:none;
  flex-direction:column;
  justify-content:center;
  margin:0;
  padding:42px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body:not(.reference-home) .platform-page .platform-core-section h2{
  max-width:620px!important;
  margin:18px 0 0!important;
  color:var(--attio-ink)!important;
  font-size:clamp(38px,3.5vw,52px)!important;
  font-weight:650!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
}
body:not(.reference-home) .platform-page .platform-core-section>div:first-child>p{
  max-width:580px;
  margin:20px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body:not(.reference-home) .platform-page .platform-timeline{
  display:grid!important;
  gap:12px!important;
  max-width:none;
  margin:0;
}
body:not(.reference-home) .platform-page .platform-timeline article{
  display:grid!important;
  min-height:96px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  padding:18px 20px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body:not(.reference-home) .platform-page .platform-timeline article span{
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  border:1px solid var(--attio-line)!important;
  border-radius:10px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-teal-dark)!important;
  box-shadow:none;
  font-size:13px;
  font-weight:700;
}
body:not(.reference-home) .platform-page .platform-timeline article strong{
  color:var(--attio-ink)!important;
  font-size:17px!important;
  font-weight:650!important;
}
body:not(.reference-home) .platform-page .platform-timeline article p{
  margin:3px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.5!important;
}

body:not(.reference-home) .platform-page .platform-capabilities-section{padding:0 0 104px!important}
body:not(.reference-home) .platform-page .platform-capabilities-section .section-head{
  max-width:900px!important;
  align-items:flex-start!important;
  margin:0 0 48px!important;
  text-align:left!important;
}
body:not(.reference-home) .platform-page .platform-capabilities-section .section-head h2{
  max-width:900px!important;
  margin-top:16px!important;
  color:var(--attio-ink)!important;
  font-size:clamp(42px,4.2vw,60px)!important;
  font-weight:650!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
}
body:not(.reference-home) .platform-page .platform-capabilities-section .feature-grid.three{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
body:not(.reference-home) .platform-page .platform-capabilities-section .feature-card{
  display:flex!important;
  min-height:232px;
  flex-direction:column;
  align-items:flex-start;
  padding:28px!important;
  border:1px solid var(--attio-line-strong)!important;
  border-radius:var(--attio-r)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body:not(.reference-home) .platform-page .platform-capabilities-section .feature-card>span{
  display:inline-flex;
  width:max-content;
  min-height:25px;
  align-items:center;
  margin:0 0 24px!important;
  padding:4px 8px!important;
  border:1px solid var(--attio-line)!important;
  border-radius:6px!important;
  background:var(--attio-soft)!important;
  color:var(--attio-teal-dark)!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
}
body:not(.reference-home) .platform-page .platform-capabilities-section .feature-card h3{
  margin:0!important;
  color:var(--attio-ink)!important;
  font-size:21px!important;
  font-weight:650!important;
  line-height:1.2!important;
}
body:not(.reference-home) .platform-page .platform-capabilities-section .feature-card p{
  margin:12px 0 0!important;
  color:var(--attio-muted)!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.65!important;
}

body:not(.reference-home) .platform-page .platform-boundaries-band{
  margin:0!important;
  padding:0!important;
  border:1px solid var(--attio-dark-line)!important;
  border-radius:var(--attio-r)!important;
  background:radial-gradient(circle at 84% 10%,rgba(10,182,180,.18),transparent 30rem),var(--attio-dark)!important;
  box-shadow:none!important;
}
body:not(.reference-home) .platform-page .platform-boundaries-band>.section{
  display:grid!important;
  box-sizing:border-box;
  width:100%;
  max-width:none!important;
  grid-template-columns:minmax(0,.82fr) minmax(500px,1.18fr)!important;
  align-items:center!important;
  gap:64px!important;
  margin:0!important;
  padding:72px!important;
  text-align:left!important;
}
body:not(.reference-home) .platform-page .platform-boundaries-band h2{
  max-width:700px;
  margin:18px 0 0!important;
  color:#fff!important;
  font-size:clamp(42px,3.9vw,58px)!important;
  font-weight:650!important;
  line-height:1.03!important;
  letter-spacing:-.05em!important;
}
body:not(.reference-home) .platform-page .platform-boundaries-band p{
  max-width:620px;
  margin:18px 0 0!important;
  color:#b6bdc5!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
}
body:not(.reference-home) .platform-page .infra-map{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  max-width:none;
  margin:0;
}
body:not(.reference-home) .platform-page .infra-map>div{
  min-height:116px;
  padding:22px!important;
  border:1px solid var(--attio-dark-line)!important;
  border-radius:var(--attio-r)!important;
  background:rgba(255,255,255,.07)!important;
  box-shadow:none!important;
}
body:not(.reference-home) .platform-page .infra-map strong{
  color:#fff!important;
  font-size:17px!important;
  font-weight:650!important;
}
body:not(.reference-home) .platform-page .infra-map span{
  margin-top:6px!important;
  color:#b6bdc5!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.5!important;
}

@media(max-width:980px){
  body:not(.reference-home) .platform-page .platform-hero{
    min-height:0;
    grid-template-columns:1fr!important;
    gap:44px!important;
    text-align:left!important;
  }
  body:not(.reference-home) .platform-page .platform-hero .hero-actions{justify-content:flex-start!important}
  body:not(.reference-home) .platform-page .platform-hero p{margin-left:0!important;margin-right:0!important}
  body:not(.reference-home) .platform-page .platform-card-stack{max-width:none;margin:0}
  body:not(.reference-home) .platform-page .platform-core-section{grid-template-columns:1fr!important;gap:24px!important}
  body:not(.reference-home) .platform-page .platform-core-section>div:first-child,
  body:not(.reference-home) .platform-page .platform-timeline{max-width:none;margin:0}
  body:not(.reference-home) .platform-page .platform-capabilities-section .feature-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body:not(.reference-home) .platform-page .platform-boundaries-band>.section{
    grid-template-columns:1fr!important;
    text-align:left!important;
  }
  body:not(.reference-home) .platform-page .platform-boundaries-band p{margin-left:0;margin-right:0}
  body:not(.reference-home) .platform-page .infra-map{max-width:none;margin:0}
}

@media(max-width:640px){
  body:not(.reference-home) .platform-page .platform-hero{
    gap:34px!important;
    margin-top:12px!important;
    padding:42px 22px!important;
    border-radius:var(--attio-r)!important;
  }
  body:not(.reference-home) .platform-page .platform-hero h1{
    margin-top:20px!important;
    font-size:clamp(38px,10.3vw,44px)!important;
    line-height:1.02!important;
    letter-spacing:-.05em!important;
  }
  body:not(.reference-home) .platform-page .platform-hero p{margin-top:20px!important;font-size:16px!important;line-height:1.6!important}
  body:not(.reference-home) .platform-page .platform-hero .hero-actions{
    display:grid!important;
    grid-template-columns:1fr;
    margin-top:24px!important;
  }
  body:not(.reference-home) .platform-page .platform-hero .hero-actions a{width:100%;justify-content:center}
  body:not(.reference-home) .platform-page .platform-card-stack article,
  body:not(.reference-home) .platform-page .platform-timeline article{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:14px!important;
    text-align:left!important;
  }
  body:not(.reference-home) .platform-page .platform-card-stack article span{grid-row:1/3!important}

  body:not(.reference-home) .platform-page .platform-core-section{padding:72px 0!important}
  body:not(.reference-home) .platform-page .platform-core-section>div:first-child{padding:28px!important}
  body:not(.reference-home) .platform-page .platform-core-section h2{font-size:34px!important}
  body:not(.reference-home) .platform-page .platform-timeline article{padding:18px!important}

  body:not(.reference-home) .platform-page .platform-capabilities-section{padding:0 0 72px!important}
  body:not(.reference-home) .platform-page .platform-capabilities-section .section-head{margin-bottom:32px!important}
  body:not(.reference-home) .platform-page .platform-capabilities-section .section-head h2{font-size:36px!important}
  body:not(.reference-home) .platform-page .platform-capabilities-section .feature-grid.three{grid-template-columns:1fr!important;gap:12px!important}
  body:not(.reference-home) .platform-page .platform-capabilities-section .feature-card{min-height:0;padding:22px!important}
  body:not(.reference-home) .platform-page .platform-capabilities-section .feature-card>span{margin-bottom:18px!important}

  body:not(.reference-home) .platform-page .platform-boundaries-band>.section{gap:32px!important;padding:40px 24px!important}
  body:not(.reference-home) .platform-page .platform-boundaries-band h2{font-size:34px!important}
  body:not(.reference-home) .platform-page .infra-map{grid-template-columns:1fr!important;gap:10px!important}
  body:not(.reference-home) .platform-page .infra-map>div{min-height:0;padding:20px!important}
}
