/* Attio-inspired public homepage theme, adapted for VelocityDial. */
.reference-home{
  --attio-ink:#1d1f20;
  --attio-body:#31373d;
  --attio-muted:#555e67;
  --attio-soft:#f4f5f6;
  --attio-line:#edeef0;
  --attio-line-strong:#d3d5d9;
  --attio-accent:#0ab6b4;
  --attio-accent-dark:#078c8a;
  --attio-accent-soft:#e6fafa;
  --attio-blue:var(--attio-accent);
  --attio-green:var(--attio-accent);
  --attio-display:"Gilroy","Gilroy-Bold","Inter",ui-sans-serif,system-ui,sans-serif;
  --attio-body-font:"Inter",ui-sans-serif,system-ui,sans-serif;
  background:#fff!important;
  color:var(--attio-ink);
  font-family:var(--attio-body-font);
}
.reference-home :where(h1,h2,h3,strong){font-family:var(--attio-display)}
.reference-home .reference-nav{
  position:sticky!important;
  top:0;
  z-index:50;
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  height:132px;
  min-height:132px;
  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;
}
.reference-home .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);color:#fff}
.reference-home .reference-announcement p{display:flex;align-items:center;justify-content:center;gap:12px;margin:0;color:#fff;text-align:center;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.1px}
.reference-home .reference-announcement a{margin:0;color:#fff!important;font-size:12px;font-weight:600;line-height:18px;text-decoration:none;border-bottom:1px solid #fff}
.reference-home .reference-announcement button{position:absolute;right:12px;top:50%;display:grid;width:20px;height:20px;place-items:center;padding:0!important;transform:translateY(-50%);border:0!important;border-radius:0!important;background:transparent;cursor:pointer}
.reference-home .reference-announcement button:hover{background:transparent}
.reference-home .reference-announcement button img{display:block;width:13.857px;height:13.857px;transform:rotate(-45deg)}
.reference-home .reference-nav-row{display:flex;box-sizing:border-box;width:100%;height:40px;min-height:40px;align-items:center;margin-top:16px;padding:0}
.reference-home .reference-nav .logo{display:flex;width:100px;height:40px;min-width:100px;align-items:center;gap:6px;overflow:visible}
.reference-home .reference-nav .brand-mark{width:24px;height:24px;border-radius:0!important;background:transparent;box-shadow:none;overflow:visible}
.reference-home .reference-nav .brand-mark img{object-fit:contain}
.reference-home .reference-nav .logo strong{font-family:var(--attio-display);font-size:13px;font-weight:600;color:var(--attio-ink);letter-spacing:-.2px}
.reference-home .reference-nav-links{display:flex;min-width:0;flex:1;align-items:center;justify-content:space-between;margin-left:64px}
.reference-home .reference-nav-links>nav{display:flex;align-items:flex-start;gap:0}
.reference-home .reference-nav-links>nav a{display:flex;min-height:40px;align-items:center;padding:8px 16px;border-radius:0!important;color:var(--attio-ink)!important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.2px}
.reference-home .reference-nav-links>nav a:hover,.reference-home .reference-nav-links>nav a.active{background:var(--attio-accent-soft);color:var(--attio-ink)!important}
.reference-home .reference-nav-row .nav-actions{display:flex;height:40px;align-items:center;gap:12px;flex-wrap:nowrap}
.reference-home .ref-sign-in{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:8px 16px;border:1px solid var(--attio-line)!important;border-radius:12px!important;background:#fff;color:var(--attio-body)!important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.2px}
.reference-home .ref-sign-in:hover{border-color:var(--attio-ink)!important;color:var(--attio-ink)!important}
.reference-home .ref-nav-cta{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:8px 16px;border:1px solid var(--attio-muted)!important;border-radius:12px!important;background:var(--attio-ink)!important;color:#fff!important;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.2px;box-shadow:none}
.reference-home .ref-nav-cta:hover{border-color:var(--attio-accent)!important;background:var(--attio-accent)!important;color:#002625!important}
.reference-home .reference-menu-toggle{display:none}
.reference-home .reference-nav:has(.reference-announcement[hidden]){height:72px;min-height:72px}
.reference-home .reference-nav:has(.reference-announcement[hidden]) .reference-nav-row{margin-top:0}
.reference-home .reference-home-main{max-width:1252px;margin:0 auto;padding:0 0 96px}
.reference-home .ref-hero{
  position:relative;
  display:flex;
  width:100%;
  min-height:1241px;
  flex-direction:column;
  align-items:center;
  gap:0;
  padding:80px 0 0;
}
.reference-home .ref-hero-copy{position:relative;z-index:2;display:flex;width:1050px;max-width:100%;flex-direction:column;align-items:center;text-align:center}
.reference-home .ref-eyebrow,
.reference-home .ref-section-label{
  padding:0;
  border:0;
  background:transparent;
  color:var(--attio-muted);
  font-size:11px;
  font-weight:600;
  letter-spacing:.1em;
}
.reference-home .ref-eyebrow{display:flex;min-height:24px;align-items:center;gap:4px;padding:2px 8px 2px 2px;border-radius:100px!important;background:var(--attio-soft);color:var(--attio-body);font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.1px;text-transform:none}
.reference-home .ref-eyebrow strong{display:inline-flex;min-height:20px;align-items:center;padding:2px 8px;border-radius:100px!important;background:var(--attio-ink);color:#fff;font-family:var(--attio-body-font);font-size:14px;font-weight:400;line-height:20px}
.reference-home .ref-eyebrow b{color:var(--attio-accent-dark);font-family:var(--attio-body-font);font-weight:600}
.reference-home .ref-eyebrow:before{display:none}
.reference-home .ref-section-label:before{content:"";width:24px;height:1px;background:var(--attio-accent)}
.reference-home .ref-hero h1{
  width:1050px;
  max-width:100%;
  margin:32px 0 0;
  color:var(--attio-ink);
  font-family:var(--attio-display);
  font-size:92px;
  font-weight:700;
  line-height:88px;
  letter-spacing:-3.6px;
}
.reference-home .ref-hero h1 .ref-hero-title-line{display:block;width:100%;color:var(--attio-ink);white-space:nowrap}
.reference-home .ref-hero h1 .ref-hero-title-accent{color:var(--attio-accent)}
.reference-home .attio-mobile-break{display:none}
.reference-home .ref-hero-copy>p{width:548px;max-width:100%;margin:32px auto 0;color:var(--attio-body);font-size:22px;font-weight:400;line-height:32px;letter-spacing:-.3px;text-align:center}
.reference-home .ref-actions{width:100%;justify-content:center;margin-top:32px;gap:12px}
.reference-home .ref-btn{min-height:48px;padding:12px 18px;border-color:var(--attio-line-strong);font-size:13px;font-weight:600;box-shadow:none;transition:background .15s ease,color .15s ease,border-color .15s ease}
.reference-home .ref-hero .ref-actions .ref-btn{min-height:48px;padding:12px 16px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.2px}
.reference-home .ref-btn:hover{transform:none}
.reference-home .ref-btn-primary{background:var(--attio-ink)!important;color:#fff!important;border-color:var(--attio-ink)!important}
.reference-home .ref-btn-primary:hover{background:#000!important}
.reference-home .ref-btn-secondary{background:#fff;color:var(--attio-ink)!important}
.reference-home .ref-btn-secondary:hover{background:var(--attio-soft);border-color:var(--attio-line-strong)}
.reference-home .ref-proof-row{display:none}
.reference-home .ref-hero-graphic{position:relative;isolation:isolate;display:grid;width:100%;height:668px;flex:0 0 668px;place-items:center;margin-top:80px;overflow:hidden}
.reference-home .ref-hero-graphic:before{position:absolute;z-index:-2;inset:0;content:"";background-image:linear-gradient(rgba(208,213,223,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(208,213,223,.5) 1px,transparent 1px);background-position:center;background-size:90px 30px}
.reference-home .ref-hero-graphic:after{position:absolute;z-index:-1;inset:0 13.8% 3.3%;content:"";border-radius:76px!important;background:#f7f8fa;filter:blur(32px)}
.reference-home .ref-dialer-shell{
  position:relative;
  z-index:1;
  box-sizing:border-box;
  width:100%;
  max-width:700px;
  padding:24px 48px 22px;
  border:1px solid var(--attio-line-strong);
  background:#fff;
  box-shadow:0 2px 14px rgba(0,0,0,.25);
}
.reference-home .ref-dialer-top{padding-bottom:16px;border-bottom:1px solid var(--attio-line);margin-bottom:18px}
.reference-home .ref-dialer-top small,
.reference-home .ref-dialer-options small{color:#7b8188;font-size:9px;font-weight:600;letter-spacing:.08em}
.reference-home .ref-dialer-top strong,
.reference-home .ref-dialer-options strong{font-size:12px;font-weight:600}
.reference-home .ref-verified{border:1px solid var(--attio-line);background:#fff;color:var(--attio-muted);font-size:10px}
.reference-home .ref-number-box>p{color:var(--attio-muted);font-size:11px}
.reference-home .ref-number-field{min-height:58px;border-color:var(--attio-line-strong);background:var(--attio-soft)}
.reference-home .ref-number-field select,
.reference-home .ref-number-field input{font-family:var(--attio-body-font);font-size:13px;font-weight:500}
.reference-home .ref-dialer-options{gap:8px;margin:10px 0 14px}
.reference-home .ref-dialer-options>div{padding:10px 12px;border-color:var(--attio-line);background:#fff}
.reference-home .ref-keypad{max-width:280px;gap:2px 14px}
.reference-home .ref-keypad button{width:58px;height:58px;border:1px solid transparent}
.reference-home .ref-keypad button:hover{border-color:var(--attio-line-strong);background:var(--attio-soft)}
.reference-home .ref-keypad button strong{font-size:19px;font-weight:500}
.reference-home .ref-call-preview{width:58px;height:58px;margin:12px auto 8px;background:var(--attio-ink);color:#fff;font-size:18px;box-shadow:none}
.reference-home .ref-call-preview:hover{background:var(--attio-blue);transform:none}
.reference-home .ref-dialer-note{color:#777f87;font-size:10px}
/* Figma Proven band: exact exported company marks in two balanced rows. */
.reference-home .attio-proven-cloud{position:relative;display:flex;box-sizing:border-box;width:100%;height:288px;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:64px 0;background:#fff}
.reference-home .attio-proven-cloud-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.reference-home .attio-proven-cloud-row{display:flex;box-sizing:border-box;width:100%;min-height:64px;align-items:center;justify-content:space-between;margin:0;padding:12px 24px;list-style:none}
.reference-home .attio-proven-cloud-row li{display:flex;height:40px;align-items:center;justify-content:flex-start;overflow:hidden}
.reference-home .attio-proven-cloud-row img{display:block;max-width:100%;height:40px;object-fit:contain;object-position:left center}
.reference-home .attio-proven-cloud-row-six li:nth-child(1){width:110px}.reference-home .attio-proven-cloud-row-six li:nth-child(2){width:140px}.reference-home .attio-proven-cloud-row-six li:nth-child(3){width:126px}.reference-home .attio-proven-cloud-row-six li:nth-child(4){width:146px}.reference-home .attio-proven-cloud-row-six li:nth-child(5){width:82px}.reference-home .attio-proven-cloud-row-six li:nth-child(6){width:158px}
.reference-home .attio-proven-cloud-row-five li:nth-child(1){width:112px}.reference-home .attio-proven-cloud-row-five li:nth-child(2){width:192px}.reference-home .attio-proven-cloud-row-five li:nth-child(3){width:152px}.reference-home .attio-proven-cloud-row-five li:nth-child(4){width:160px}.reference-home .attio-proven-cloud-row-five li:nth-child(5){width:152px}
/* Figma value-proposition structure adapted to VelocityDial's core workflow. */
.reference-home .attio-workflow-section{display:grid;grid-template-columns:82px minmax(0,1fr);padding:120px 0}
.reference-home .attio-workflow-rail{position:relative;display:flex;justify-content:center}
.reference-home .attio-workflow-rail:after{position:absolute;top:48px;bottom:0;width:1px;background:var(--attio-line-strong);content:""}
.reference-home .attio-workflow-rail>span{position:relative;z-index:1;display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--attio-line-strong);border-radius:10px!important;background:#fff;color:var(--attio-muted);font-size:10px;font-weight:700}
.reference-home .attio-workflow-content{min-width:0;padding-left:24px}
.reference-home .attio-workflow-heading{max-width:610px}
.reference-home .attio-workflow-heading h2{margin:0;color:var(--attio-ink);font-family:var(--attio-display);font-size:52px;line-height:58px;letter-spacing:-1.2px}
.reference-home .attio-workflow-heading p{max-width:520px;margin:16px 0 0;color:#31373d;font-size:20px;line-height:30px;letter-spacing:-.3px}
.reference-home .attio-workflow-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;margin-top:64px}
.reference-home .attio-workflow-card{position:relative;display:flex;min-height:300px;grid-column:span 2;flex-direction:column;padding:34px;border:1px solid var(--attio-line-strong);border-radius:12px!important;background:#fff;overflow:hidden}
.reference-home .attio-workflow-card-wide{min-height:430px;grid-column:1/-1;display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:52px;padding:40px;background:#f4f5f6}
.reference-home .attio-workflow-card-copy{display:flex;flex-direction:column;align-items:flex-start}
.reference-home .attio-workflow-kicker{color:var(--attio-accent-dark);font-size:10px;font-weight:700;letter-spacing:.1em}
.reference-home .attio-workflow-card h3{max-width:420px;margin:20px 0 12px;color:var(--attio-ink);font-family:var(--attio-display);font-size:28px;line-height:1.12;letter-spacing:-.7px}
.reference-home .attio-workflow-card-wide h3{font-size:38px;line-height:1.08;letter-spacing:-1px}
.reference-home .attio-workflow-card p{margin:0;color:var(--attio-muted);font-size:15px;line-height:1.65}
.reference-home .attio-workflow-card-copy>a{display:inline-flex;align-items:center;gap:14px;margin-top:auto;padding-top:34px;color:var(--attio-ink);font-size:13px;font-weight:700}
.reference-home .attio-workflow-card-copy>a:hover{color:var(--attio-accent-dark)}
.reference-home .attio-workflow-preview{align-self:end;width:100%;height:350px;border:1px solid #d3d5d9;border-radius:12px 0 0 0!important;background:#fff;box-shadow:0 16px 40px rgba(29,31,32,.08);overflow:hidden}
.reference-home .attio-workflow-preview-bar{display:flex;height:56px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--attio-line);font-size:12px}
.reference-home .attio-workflow-preview-bar span{display:flex;align-items:center;gap:7px;color:var(--attio-muted);font-size:10px}.reference-home .attio-workflow-preview-bar i,.reference-home .attio-workflow-metric i{width:7px;height:7px;border-radius:50%!important;background:#21c787;box-shadow:0 0 0 4px #e7f9f2}
.reference-home .attio-workflow-preview-body{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:22px}
.reference-home .attio-workflow-preview-body>div{display:grid;gap:6px;padding:18px;border:1px solid var(--attio-line);border-radius:8px!important;background:#fafbfb}.reference-home .attio-workflow-preview-body small{color:var(--attio-muted);font-size:9px;font-weight:700;letter-spacing:.08em}.reference-home .attio-workflow-preview-body strong{font-size:14px}
.reference-home .attio-workflow-call-state{position:relative;grid-column:1/-1;min-height:142px;align-content:center;padding-left:74px!important;background:linear-gradient(135deg,#f0fbfa,#fff)!important}.reference-home .attio-workflow-call-state>span{position:absolute;left:22px;top:50%;width:34px;height:34px;border:8px solid var(--attio-accent);border-radius:50%!important;transform:translateY(-50%)}.reference-home .attio-workflow-call-state small{letter-spacing:0}
.reference-home .attio-workflow-metric{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:30px;border-top:1px solid var(--attio-line)}.reference-home .attio-workflow-metric span{display:flex;align-items:center;gap:9px;color:var(--attio-muted);font-size:11px}.reference-home .attio-workflow-metric strong{color:var(--attio-ink);font-size:22px}
.reference-home .attio-workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:auto 0 0;padding:30px 0 0;border-top:1px solid var(--attio-line);list-style:none}.reference-home .attio-workflow-steps li{position:relative;padding-top:20px;color:var(--attio-muted);font-size:10px;font-weight:700;text-align:center}.reference-home .attio-workflow-steps li:before{position:absolute;top:0;left:50%;z-index:1;width:9px;height:9px;border:2px solid #cfd3d6;border-radius:50%!important;background:#fff;content:"";transform:translateX(-50%)}.reference-home .attio-workflow-steps li:not(:last-child):after{position:absolute;top:5px;left:50%;width:100%;height:1px;background:var(--attio-line-strong);content:""}.reference-home .attio-workflow-steps li.is-done:before{border-color:var(--attio-accent);background:var(--attio-accent)}
/* Figma-inspired two-panel system for agent work and company controls. */
.reference-home .attio-basics-section{padding:0 0 120px}
.reference-home .attio-basics-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr);gap:64px;align-items:end;padding:0 0 56px}
.reference-home .attio-basics-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--attio-muted);font-size:10px;font-weight:700;letter-spacing:.1em}
.reference-home .attio-basics-eyebrow:before{width:24px;height:1px;background:var(--attio-accent);content:""}
.reference-home .attio-basics-heading h2{max-width:650px;margin:18px 0 0;color:var(--attio-ink);font-family:var(--attio-display);font-size:52px;line-height:58px;letter-spacing:-1.2px}
.reference-home .attio-basics-heading>p{max-width:430px;margin:0 0 6px;color:var(--attio-muted);font-size:18px;line-height:28px}
.reference-home .attio-basics-panels{display:grid;grid-template-columns:minmax(0,1.21fr) minmax(0,1fr);gap:24px}
.reference-home .attio-basics-panel{display:flex;min-height:560px;flex-direction:column;border:1px solid var(--attio-line-strong);border-radius:12px!important;background:#f4f5f6;overflow:hidden}
.reference-home .attio-basics-copy{padding:38px 40px 34px}
.reference-home .attio-basics-copy>span{color:var(--attio-accent-dark);font-size:10px;font-weight:700;letter-spacing:.1em}
.reference-home .attio-basics-copy h3{max-width:500px;margin:18px 0 12px;color:var(--attio-ink);font-family:var(--attio-display);font-size:30px;line-height:1.16;letter-spacing:-.7px}
.reference-home .attio-basics-copy p{max-width:500px;margin:0;color:var(--attio-muted);font-size:15px;line-height:1.65}
.reference-home .attio-basics-list{display:grid;margin:0 4px 4px;border:1px solid var(--attio-line-strong);border-radius:10px!important;background:#fff;overflow:hidden}
.reference-home .attio-basics-list>div{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:16px;align-items:center;min-height:92px;padding:16px 20px;border-bottom:1px solid var(--attio-line)}
.reference-home .attio-basics-list>div:last-child{border-bottom:0}
.reference-home .attio-basics-list>div>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--attio-line);border-radius:8px!important;color:var(--attio-muted);font-size:9px;font-weight:700}
.reference-home .attio-basics-list p{display:grid;gap:4px;margin:0}
.reference-home .attio-basics-list strong{font-size:14px}
.reference-home .attio-basics-list small{color:var(--attio-muted);font-size:11px;line-height:1.45}
.reference-home .attio-basics-list i{padding:6px 9px;border:1px solid #aee7dc;border-radius:999px!important;background:#edf9f6;color:#087c70;font-size:9px;font-style:normal;font-weight:700}
.reference-home .attio-basics-control{display:flex;flex:1;flex-direction:column;margin:0 4px 4px;border:1px solid var(--attio-line-strong);border-radius:10px!important;background:#fff;overflow:hidden}
.reference-home .attio-basics-control-summary{display:grid;gap:14px;min-height:260px;align-content:center;padding:34px;background:linear-gradient(145deg,#eefaf9,#fff)}
.reference-home .attio-basics-control-summary span{display:flex;align-items:center;gap:10px;color:var(--attio-muted);font-size:11px}
.reference-home .attio-basics-control-summary i{width:8px;height:8px;border-radius:50%!important;background:#21c787;box-shadow:0 0 0 5px #dcf7ed}
.reference-home .attio-basics-control-summary strong{max-width:300px;font-family:var(--attio-display);font-size:34px;line-height:1.08;letter-spacing:-.8px}
.reference-home .attio-basics-control-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:auto;padding:22px;border-top:1px solid var(--attio-line);background:#f4f5f6}
.reference-home .attio-basics-control-tiles>span{display:grid;min-height:72px;place-items:center;align-content:center;gap:6px;border:1px solid #e4e4e4;border-radius:10px!important;background:#fff}
.reference-home .attio-basics-control-tiles b{color:var(--attio-accent-dark);font-size:10px;letter-spacing:.08em}
.reference-home .attio-basics-control-tiles small{color:var(--attio-muted);font-size:9px}.reference-home .ref-route-section{grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:0;margin:0 0 112px;border:1px solid var(--attio-line-strong)}
.reference-home .ref-route-intro{padding:44px;background:var(--attio-ink);color:#fff}
.reference-home .ref-route-intro .ref-section-label:before{background:#fff}
.reference-home .ref-route-intro h2{font-size:42px;line-height:1.08;letter-spacing:-.04em}
.reference-home .ref-route-intro p{color:#c3c7cb;font-size:14px}
.reference-home .ref-globe{width:48px;height:48px;border-color:#72777c;font-size:18px}
.reference-home .ref-route-list{padding:20px 32px;background:#fff}
.reference-home .ref-route-list a{padding:22px 4px;border-color:var(--attio-line)}
.reference-home .ref-route-list strong{font-size:14px}
.reference-home .ref-route-list small{color:var(--attio-muted);font-size:12px}
.reference-home .ref-stat-band{margin:0 0 112px;padding:0;border:1px solid var(--attio-line-strong);background:#fff;color:var(--attio-ink)}
.reference-home .ref-stat-band>div{padding:32px 16px;border-right:1px solid var(--attio-line)}
.reference-home .ref-stat-band strong{color:var(--attio-ink);font-size:42px;font-weight:700}
.reference-home .ref-stat-band span{color:var(--attio-muted);font-size:10px;font-weight:600}
.reference-home .ref-section{max-width:1146px;padding:96px 0}
.reference-home .ref-section>h2,
.reference-home .ref-business h2,
.reference-home .attio-editorial-heading h2,
.reference-home .attio-proven-section h2{
  margin:18px 0 16px;
  color:var(--attio-ink);
  font-family:var(--attio-display);
  font-size:clamp(42px,4.2vw,58px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.045em;
}
.reference-home .ref-section>h2 span,
.reference-home .ref-business h2 span,
.reference-home .ref-compare h2 span{color:var(--attio-ink)}
.reference-home .ref-section-lead{max-width:640px;color:var(--attio-muted);font-size:16px;line-height:1.65}
.reference-home .ref-steps{gap:0;margin-top:36px;border:1px solid var(--attio-line-strong)}
.reference-home .ref-steps article{min-height:260px;padding:32px;border:0;border-right:1px solid var(--attio-line);background:#fff}
.reference-home .ref-steps article:last-child{border-right:0}
.reference-home .ref-steps article>b{top:14px;right:20px;color:#eef0f2;font-size:56px}
.reference-home .ref-steps article>span{width:40px;height:40px;border:1px solid var(--attio-line-strong);background:var(--attio-soft);color:var(--attio-ink)}
.reference-home .ref-steps h3{margin:54px 0 10px;font-size:17px}
.reference-home .ref-steps p{color:var(--attio-muted);font-size:13px}
.reference-home .ref-mosaic{gap:0;margin-top:36px;border:1px solid var(--attio-line-strong)}
.reference-home .ref-mosaic article{min-height:220px;padding:30px;border:0;border-right:1px solid var(--attio-line);border-bottom:1px solid var(--attio-line);background:#fff}
.reference-home .ref-mosaic article.tint{background:var(--attio-soft)}
.reference-home .ref-mosaic article>span{width:40px;height:40px;border:1px solid var(--attio-line-strong);background:#fff;color:var(--attio-ink)}
.reference-home .ref-mosaic h3{font-size:16px}
.reference-home .ref-mosaic p{color:var(--attio-muted);font-size:13px}
/* CRM value-proposition section mirrors the linked Figma editorial rail. */
.reference-home .attio-crm-section{display:grid;grid-template-columns:82px minmax(0,1fr);max-width:1252px;margin:0 auto;padding:120px 0}
.reference-home .attio-section-rail{position:relative;display:flex;justify-content:center}
.reference-home .attio-section-rail:after{content:"";position:absolute;top:48px;bottom:0;left:50%;width:1px;background:var(--attio-line-strong)}
.reference-home .attio-section-rail>span{position:relative;z-index:1;display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--attio-accent);background:#fff;color:var(--attio-accent-dark);font-size:10px;font-weight:700;letter-spacing:.06em}
.reference-home .attio-crm-content{min-width:0;padding-left:24px}
.reference-home .attio-editorial-heading{max-width:540px;margin-bottom:64px}
.reference-home .attio-editorial-heading h2{margin:0}
.reference-home .attio-editorial-heading>p{max-width:480px;margin:18px 0 0;color:var(--attio-body);font-size:20px;line-height:1.5;letter-spacing:-.015em}
.reference-home .attio-crm-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,1fr);gap:24px}
.reference-home .attio-crm-grid article{border:1px solid var(--attio-line-strong);background:#fff;box-shadow:0 0 0 4px var(--attio-soft)}
.reference-home .attio-crm-grid article>p{margin:0;color:var(--attio-muted);font-size:16px;line-height:1.5}
.reference-home .attio-crm-grid article>p strong{color:var(--attio-body);font-family:var(--attio-body-font);font-weight:600}
.reference-home .attio-crm-wide{grid-column:1/-1;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);min-height:500px;padding:40px 0 0 40px;overflow:hidden}
.reference-home .attio-crm-wide>p{max-width:380px;padding-right:38px}
.reference-home .attio-call-table{align-self:end;min-width:0;height:460px;border:1px solid var(--attio-line-strong);border-bottom:0;background:#fff;overflow:hidden}
.reference-home .attio-call-table .toolbar{display:flex;align-items:center;gap:8px;height:68px;padding:0 18px;border-bottom:1px solid var(--attio-line)}
.reference-home .attio-call-table .toolbar strong{margin-right:auto;font-size:14px}
.reference-home .attio-call-table .toolbar span{padding:8px 10px;border:1px solid var(--attio-line);color:var(--attio-muted);font-size:10px;font-weight:600}
.reference-home .attio-call-table .row{display:grid;grid-template-columns:1.35fr .9fr .7fr .7fr;align-items:center;min-width:620px;padding:13px 16px;border-bottom:1px solid var(--attio-line);color:var(--attio-muted);font-size:11px}
.reference-home .attio-call-table .row.head{background:var(--attio-soft);color:#7a8087;font-size:9px;font-weight:600;letter-spacing:.04em}
.reference-home .attio-call-table .row>span:first-child{display:flex;align-items:center;gap:8px;color:var(--attio-body);font-weight:500}
.reference-home .attio-call-table .row i{display:grid;place-items:center;width:26px;height:26px;background:var(--attio-accent-soft);color:var(--attio-accent-dark);font-style:normal;font-size:8px;font-weight:700}
.reference-home .attio-call-table .row b{display:inline-flex;padding:5px 7px;font-family:var(--attio-body-font);font-size:9px;font-weight:600}
.reference-home .attio-call-table .success{background:var(--attio-accent-soft);color:var(--attio-accent-dark)}
.reference-home .attio-call-table .warning{background:#fff3de;color:#9b650a}
.reference-home .attio-crm-map{position:relative;min-height:590px;padding:40px;overflow:hidden}
.reference-home .attio-record-map{position:absolute;inset:160px 0 0;background-image:radial-gradient(#d3d5d9 .8px,transparent .8px);background-size:16px 16px}
.reference-home .attio-record-map:before{content:"";position:absolute;left:50%;top:116px;width:1px;height:190px;background:var(--attio-line-strong)}
.reference-home .attio-record-map>div{position:absolute;display:grid;gap:3px;width:190px;padding:14px;border:1px solid var(--attio-line-strong);background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.07)}
.reference-home .attio-record-map span{color:#81878d;font-size:9px;text-transform:uppercase;letter-spacing:.05em}
.reference-home .attio-record-map strong{font-size:13px}
.reference-home .attio-record-map small{color:var(--attio-muted);font-size:10px}
.reference-home .attio-record-map .root{top:34px;left:50%;transform:translateX(-50%)}
.reference-home .attio-record-map .branch{width:155px}
.reference-home .attio-record-map .one{top:220px;left:7%}
.reference-home .attio-record-map .two{top:300px;left:50%;transform:translateX(-50%)}
.reference-home .attio-record-map .three{top:220px;right:7%}
.reference-home .attio-crm-stack{display:grid;grid-template-rows:1fr auto;gap:24px}
.reference-home .attio-crm-timeline{min-height:430px;padding:40px}
.reference-home .timeline{display:grid;gap:0;margin-top:42px;border-left:1px solid var(--attio-line-strong)}
.reference-home .timeline p{display:grid;grid-template-columns:16px 1fr;gap:12px;align-items:start;margin:0 0 30px -8px}
.reference-home .timeline i{width:15px;height:15px;border:4px solid #fff;box-shadow:0 0 0 1px var(--attio-line-strong)}
.reference-home .timeline i.green,.reference-home .timeline i.blue{background:var(--attio-accent)}.reference-home .timeline i.gray{background:#aeb4ba}
.reference-home .timeline span,.reference-home .timeline b,.reference-home .timeline small{display:block}
.reference-home .timeline b{font-family:var(--attio-body-font);font-size:12px;font-weight:600}
.reference-home .timeline small{margin-top:4px;color:var(--attio-muted);font-size:10px}
.reference-home .attio-capability-strip{display:grid!important;grid-template-columns:repeat(5,1fr);gap:8px!important;min-height:112px!important;padding:24px!important}
.reference-home .attio-capability-strip span{display:grid;place-items:center;min-width:0;border:1px solid var(--attio-line);background:var(--attio-soft);color:var(--attio-muted);font-size:8px;font-weight:600;letter-spacing:.04em}
.reference-home .attio-crm-quote{max-width:680px;margin:96px auto 0;padding:0;text-align:center;border:0}
.reference-home .attio-crm-quote>span{display:block;width:40px;height:40px;margin:0 auto 20px;border:1px solid var(--attio-line-strong);font-family:Georgia,serif;font-size:30px;line-height:46px}
.reference-home .attio-crm-quote>p{margin:0;color:var(--attio-ink);font-family:var(--attio-display);font-size:24px;line-height:1.45;letter-spacing:-.02em}
.reference-home .attio-crm-quote footer{display:grid;gap:4px;margin-top:26px}
.reference-home .attio-crm-quote footer strong{font-size:12px}.reference-home .attio-crm-quote footer small{color:var(--attio-muted);font-size:11px}
/* Proven section */
.reference-home .attio-proven-section{max-width:1252px;margin:0 auto;padding:112px 0;border-top:1px solid var(--attio-line-strong)}
.reference-home .attio-proven-section>header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);gap:48px;align-items:end}
.reference-home .attio-proven-section>header .ref-section-label{grid-column:1/-1}
.reference-home .attio-proven-section h2{max-width:760px;margin:0}
.reference-home .attio-proven-section>header>p{margin:0 0 6px;color:var(--attio-muted);font-size:16px;line-height:1.65}
.reference-home .attio-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:52px;border:1px solid var(--attio-line-strong)}
.reference-home .attio-proof-grid article{display:grid;align-content:space-between;min-height:230px;padding:30px;border:0;border-right:1px solid var(--attio-line);background:#fff}
.reference-home .attio-proof-grid article:last-child{border-right:0}
.reference-home .attio-proof-grid strong{color:var(--attio-accent-dark);font-size:48px;line-height:1;letter-spacing:-.045em}
.reference-home .attio-proof-grid span{max-width:190px;color:var(--attio-muted);font-size:12px;line-height:1.5}
.reference-home .attio-proof-band{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--attio-line-strong);border-top:0;background:var(--attio-soft)}
.reference-home .attio-proof-band>div{display:grid;gap:7px;padding:22px 28px;border-right:1px solid var(--attio-line-strong)}
.reference-home .attio-proof-band>div:last-child{border-right:0}
.reference-home .attio-proof-band span{color:var(--attio-muted);font-size:9px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.reference-home .attio-proof-band strong{font-size:13px}
/* Remaining homepage surfaces */
.reference-home .ref-plan-grid{gap:24px;margin-top:36px}
.reference-home .ref-plan-card{padding:34px;border:1px solid var(--attio-line-strong);background:#fff;box-shadow:0 0 0 4px var(--attio-soft)}
.reference-home .ref-plan-card.featured{border:1px solid var(--attio-accent);background:#fff}
.reference-home .ref-plan-card>div:first-child{color:var(--attio-muted);font-size:10px;font-weight:600}
.reference-home .ref-plan-card h3{font-size:28px;letter-spacing:-.035em}
.reference-home .ref-plan-card>p,.reference-home .ref-plan-card ul{color:var(--attio-muted);font-size:13px}
.reference-home .ref-plan-price strong{font-size:clamp(32px,3.4vw,44px);line-height:1.05}
.reference-home .ref-plan-card li:before{color:var(--attio-accent-dark)}
.reference-home .ref-business{gap:64px;margin:112px 0;padding:64px;background:var(--attio-ink);color:#fff}
.reference-home .ref-business h2{color:#fff}
.reference-home .ref-business>div:first-child>p{color:#b4bac0;font-size:14px}
.reference-home .ref-business-grid{gap:0;border:1px solid #43474b}
.reference-home .ref-business-grid article{min-height:170px;padding:24px;border:0;border-right:1px solid #43474b;border-bottom:1px solid #43474b;background:transparent}
.reference-home .ref-business-grid p{color:#aeb4ba;font-size:12px}
.reference-home .ref-compare{max-width:960px}
.reference-home .ref-compare-table{border-color:var(--attio-line-strong);background:#fff}
.reference-home .ref-compare-table>div{border-color:var(--attio-line);font-size:13px}
.reference-home .ref-compare-table>div:first-child{background:var(--attio-soft)}
.reference-home .ref-compare-table b{color:var(--attio-ink)}
.reference-home .ref-faq{max-width:900px}
.reference-home .ref-faq-list{gap:0;margin-top:34px;border-top:1px solid var(--attio-line-strong)}
.reference-home .ref-faq-list details{padding:20px 4px;border:0;border-bottom:1px solid var(--attio-line-strong);background:#fff}
.reference-home .ref-faq-list summary{font-size:14px;font-weight:600}
.reference-home .ref-faq-list p{color:var(--attio-muted);font-size:13px}
.reference-home .ref-final-cta{max-width:1252px;margin:32px auto 0;padding:88px 40px;background:var(--attio-ink);color:#fff}
.reference-home .ref-final-cta .ref-section-label:before{background:#fff}
.reference-home .ref-final-cta h2{max-width:780px;margin:20px auto 12px;font-size:clamp(42px,5vw,64px);line-height:1.05;letter-spacing:-.045em}
.reference-home .ref-final-cta p{color:#b9bec3;font-size:16px}
.reference-home .ref-footer{max-width:1252px;padding:64px 0;border-color:var(--attio-line-strong);background:#fff}
.reference-home .ref-footer-brand p,.reference-home .ref-footer>div>a{color:var(--attio-muted);font-size:12px}
.reference-home .ref-footer>div>strong{color:var(--attio-ink);font-size:10px;font-weight:600}
@media(max-width:1284px){
  .reference-home .reference-nav{width:100%!important;max-width:none!important}
  .reference-home .reference-home-main,.reference-home .attio-crm-section,.reference-home .attio-proven-section,.reference-home .ref-footer{width:calc(100% - 48px)}
}
@media(max-width:1040px){
  .reference-home .reference-nav-links{margin-left:24px}
  .reference-home .reference-nav-links>nav a{padding-inline:10px;font-size:14px}
  .reference-home :is(.ref-sign-in,.ref-nav-cta){padding-inline:12px;font-size:14px}
  .reference-home .ref-hero{grid-template-columns:1fr;min-height:0;padding:96px 0 72px}
  .reference-home .ref-hero-copy{max-width:780px}
  .reference-home .ref-dialer-shell{max-width:700px;justify-self:start}
  .reference-home .attio-workflow-section{grid-template-columns:64px minmax(0,1fr)}
  .reference-home .attio-workflow-content{padding-left:14px}
  .reference-home .attio-workflow-card{grid-column:span 3}
  .reference-home .attio-workflow-card-wide{grid-column:1/-1;grid-template-columns:1fr;padding-bottom:0}
  .reference-home .attio-workflow-card:last-child{grid-column:1/-1}
  .reference-home .attio-basics-heading{grid-template-columns:1fr}
  .reference-home .attio-basics-panels{grid-template-columns:1fr}
  .reference-home .attio-basics-panel{min-height:0}
  .reference-home .ref-route-section{grid-template-columns:1fr}
  .reference-home .attio-crm-grid{grid-template-columns:1fr}
  .reference-home .attio-crm-wide{grid-template-columns:1fr;min-height:0;padding:36px}
  .reference-home .attio-call-table{height:380px;margin-top:30px}
  .reference-home .attio-crm-map{min-height:560px}
  .reference-home .attio-crm-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .reference-home .attio-crm-timeline{min-height:360px}
  .reference-home .attio-capability-strip{grid-template-columns:1fr!important}
  .reference-home .attio-proven-section>header{grid-template-columns:1fr}
  .reference-home .attio-proof-grid{grid-template-columns:repeat(2,1fr)}
  .reference-home .attio-proof-grid article:nth-child(2){border-right:0}.reference-home .attio-proof-grid article:nth-child(-n+2){border-bottom:1px solid var(--attio-line)}
}
@media(max-width:760px){
  .reference-home{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}
  .reference-home .reference-home-main{box-sizing:border-box!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;margin-left:12px!important;margin-right:12px!important;padding-left:0!important;padding-right:0!important;overflow:hidden!important}
  .reference-home .reference-nav{top:0!important;display:flex!important;box-sizing:border-box!important;width:100vw!important;max-width:none!important;height:133px;min-height:133px;flex-direction:column;align-items:stretch!important;gap:0!important;flex-wrap:nowrap!important;margin:0!important;padding:0!important;border-radius:0!important;overflow:visible!important}
  .reference-home .reference-nav:has(.reference-announcement[hidden]){height:68px;min-height:68px}
  .reference-home .reference-nav-row{position:relative;order:1;display:flex;box-sizing:border-box;width:100%;height:68px;min-height:68px;align-items:center;justify-content:space-between;margin:0;padding:16px 24px}
  .reference-home .reference-nav .logo{width:110px;height:36px;min-width:110px;gap:6px}
  .reference-home .reference-nav .brand-mark{width:25px;height:25px}
  .reference-home .reference-nav .logo strong{display:inline!important;font-size:13px}
  .reference-home .reference-nav-links{display:none}
  .reference-home .reference-menu-toggle{display:grid!important;width:32px;height:32px;place-items:center;padding:0!important;border:0!important;border-radius:0!important;background:#fff}
  .reference-home .reference-menu-toggle>span{display:grid;width:21.1667px;gap:4.2px}
  .reference-home .reference-menu-toggle img{display:block;width:21.1667px;height:2.5px}
  .reference-home .reference-announcement{order:2;width:calc(100% - 48px);height:49px;min-height:49px;margin:8px 24px;padding:8px 10px!important;border-radius:12px!important}
  .reference-home .reference-announcement p{display:block;width:100%;max-width:285px;padding-left:20px;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0}
  .reference-home .reference-announcement a{display:inline;margin-left:8px;font-size:12px;line-height:18px}
  .reference-home .reference-announcement button{right:10px}
  .reference-home .reference-nav.is-menu-open .reference-nav-links{position:absolute;top:133px;left:24px;right:24px;z-index:60;display:grid;gap:10px;margin:0;padding:12px;border:1px solid var(--attio-line);border-radius:12px!important;background:#fff;box-shadow:0 14px 36px rgba(29,31,32,.14)}
  .reference-home .reference-nav.is-menu-open .reference-nav-links>nav{display:grid;width:100%}
  .reference-home .reference-nav.is-menu-open .reference-nav-links>nav a{min-height:40px;padding:8px 10px;font-size:14px}
  .reference-home .reference-nav.is-menu-open .reference-nav-links .nav-actions{display:flex;height:auto}
  .reference-home .reference-nav.is-menu-open .reference-nav-links :is(.ref-sign-in,.ref-nav-cta){display:inline-flex;min-height:40px;font-size:14px}  .reference-home .reference-home-main,.reference-home .attio-crm-section,.reference-home .attio-proven-section,.reference-home .ref-footer{width:calc(100% - 24px)}
  .reference-home .ref-hero{display:block!important;box-sizing:border-box!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;min-width:0!important;padding:72px 0 56px!important;overflow:hidden!important}
  .reference-home .ref-dialer-shell{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-top:42px!important}
  .reference-home .ref-hero-copy{box-sizing:border-box!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;min-width:0!important;overflow:hidden!important}
  .reference-home .ref-hero h1{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;font-size:clamp(38px,10.4vw,43px)!important;line-height:1.04!important;letter-spacing:-.042em!important;white-space:normal!important;overflow-wrap:normal!important}
  .reference-home .ref-hero h1 .ref-hero-title-line{display:block!important;max-width:100%!important;white-space:normal!important}
  .reference-home .attio-mobile-break{display:block}
  .reference-home .ref-hero-copy>p{box-sizing:border-box!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}
  .reference-home .ref-actions{align-items:stretch}
  .reference-home .ref-actions .ref-btn{padding-inline:13px;font-size:12px}
  .reference-home .ref-proof-row{display:grid;grid-template-columns:1fr;gap:8px}
  .reference-home .ref-hero-copy>p{font-size:16px}
  .reference-home .ref-dialer-shell{padding:18px 14px}
  .reference-home .attio-workflow-section{grid-template-columns:38px minmax(0,1fr);padding:72px 0}
  .reference-home .attio-workflow-rail>span{width:32px;height:32px;border-radius:8px!important;font-size:8px}.reference-home .attio-workflow-rail:after{top:32px}
  .reference-home .attio-workflow-content{padding-left:10px}
  .reference-home .attio-workflow-heading h2{font-size:38px;line-height:42px;letter-spacing:-.8px}
  .reference-home .attio-workflow-heading p{font-size:16px;line-height:25px}
  .reference-home .attio-workflow-grid{grid-template-columns:1fr;gap:12px;margin-top:40px}
  .reference-home .attio-workflow-card,.reference-home .attio-workflow-card-wide,.reference-home .attio-workflow-card:last-child{min-height:0;grid-column:1;padding:24px}
  .reference-home .attio-workflow-card-wide{display:flex;padding-bottom:0}
  .reference-home .attio-workflow-card-wide h3{font-size:31px}
  .reference-home .attio-workflow-preview{height:310px;margin-top:32px}
  .reference-home .attio-workflow-preview-body{grid-template-columns:1fr;padding:14px}.reference-home .attio-workflow-call-state{grid-column:1;min-height:110px}
  .reference-home .attio-basics-section{padding:0 0 80px}
  .reference-home .attio-basics-heading{gap:20px;padding-bottom:36px}
  .reference-home .attio-basics-heading h2{font-size:38px;line-height:42px;letter-spacing:-.8px}
  .reference-home .attio-basics-heading>p{font-size:16px;line-height:25px}
  .reference-home .attio-basics-panels{gap:12px}
  .reference-home .attio-basics-copy{padding:26px 22px}
  .reference-home .attio-basics-copy h3{font-size:27px}
  .reference-home .attio-basics-list{margin:0 2px 2px}
  .reference-home .attio-basics-list>div{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:16px 14px}
  .reference-home .attio-basics-list i{display:none}
  .reference-home .attio-basics-control{margin:0 2px 2px}
  .reference-home .attio-basics-control-summary{min-height:210px;padding:26px 22px}
  .reference-home .attio-basics-control-summary strong{font-size:30px}
  .reference-home .attio-basics-control-tiles{gap:8px;padding:14px}
  .reference-home .attio-basics-control-tiles>span{min-height:64px}
  .reference-home .ref-route-intro{padding:32px 24px}.reference-home .ref-route-intro h2{font-size:34px}.reference-home .ref-route-list{padding:12px 20px}
  .reference-home .ref-stat-band{grid-template-columns:1fr 1fr}.reference-home .ref-stat-band>div{border-bottom:1px solid var(--attio-line)}
  .reference-home .ref-section{padding:72px 0}.reference-home .ref-section>h2,.reference-home .ref-business h2,.reference-home .attio-editorial-heading h2,.reference-home .attio-proven-section h2{font-size:clamp(36px,11vw,48px)!important}
  .reference-home .ref-steps,.reference-home .ref-mosaic,.reference-home .ref-plan-grid{grid-template-columns:1fr}
  .reference-home .ref-steps article{border-right:0;border-bottom:1px solid var(--attio-line)}
  .reference-home .ref-mosaic article,.reference-home .ref-mosaic article.wide{grid-column:auto;display:block;border-right:0}
  .reference-home .attio-crm-section{grid-template-columns:38px minmax(0,1fr);padding:80px 0}.reference-home .attio-section-rail>span{width:32px;height:32px;font-size:8px}.reference-home .attio-section-rail:after{top:32px}.reference-home .attio-crm-content{padding-left:10px}.reference-home .attio-editorial-heading>p{font-size:17px}
  .reference-home .attio-crm-wide{padding:26px 20px}.reference-home .attio-call-table{overflow-x:auto}.reference-home .attio-crm-map{min-height:600px;padding:28px 22px}.reference-home .attio-record-map>div{width:140px}.reference-home .attio-record-map .branch{width:125px}.reference-home .attio-record-map .one{left:4%}.reference-home .attio-record-map .three{right:4%}.reference-home .attio-crm-stack{grid-template-columns:1fr}.reference-home .attio-capability-strip{grid-template-columns:repeat(2,1fr)!important}.reference-home .attio-crm-quote{margin-top:72px}.reference-home .attio-crm-quote>p{font-size:20px}
  .reference-home .attio-proven-section{padding:80px 0}.reference-home .attio-proof-grid{grid-template-columns:1fr}.reference-home .attio-proof-grid article{min-height:180px;border-right:0;border-bottom:1px solid var(--attio-line)}.reference-home .attio-proof-band{grid-template-columns:1fr}.reference-home .attio-proof-band>div{border-right:0;border-bottom:1px solid var(--attio-line-strong)}
  .reference-home .ref-business{grid-template-columns:1fr;margin:80px 0;padding:36px 24px}.reference-home .ref-business-grid{grid-template-columns:1fr}.reference-home .ref-business-grid article{border-right:0}
  .reference-home .ref-final-cta{padding:68px 22px}.reference-home .ref-footer{grid-template-columns:1fr 1fr}.reference-home .ref-footer-brand{grid-column:1/-1}
}
@media(prefers-reduced-motion:reduce){.reference-home *{scroll-behavior:auto!important}}
/* Figma Hero composition: centered editorial copy above the product canvas. */
@media(max-width:1040px) and (min-width:761px){
  .reference-home .ref-hero{display:flex;min-height:1120px;padding:72px 0 0}
  .reference-home .ref-hero-copy{width:780px}
  .reference-home .ref-hero h1{width:780px;font-size:72px;line-height:70px;letter-spacing:-2.8px}
  .reference-home .ref-hero h1 .ref-hero-title-line{white-space:normal}
  .reference-home .ref-hero-copy>p{font-size:20px;line-height:30px}
  .reference-home .ref-hero-graphic{height:620px;flex-basis:620px;margin-top:64px}
  .reference-home .ref-dialer-shell{max-width:640px;padding-inline:40px}
}
@media(max-width:760px){
  .reference-home .ref-hero{display:flex!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;flex-direction:column;align-items:center;padding:42px 0 0!important;overflow:visible!important}
  .reference-home .ref-hero-copy{box-sizing:border-box!important;width:min(345px,calc(100vw - 48px))!important;max-width:min(345px,calc(100vw - 48px))!important;min-width:0!important;align-items:center;overflow:visible!important;text-align:center}
  .reference-home .ref-eyebrow{box-sizing:border-box;width:100%;max-width:345px;flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:13px}
  .reference-home .ref-eyebrow strong{flex:0 0 auto;font-size:13px}
  .reference-home .ref-eyebrow span{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .reference-home .ref-eyebrow b{flex:0 0 auto}
  .reference-home .ref-hero h1{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-top:32px!important;font-size:56px!important;line-height:56px!important;letter-spacing:-1.5px!important;white-space:normal!important;overflow-wrap:normal!important}
  .reference-home .ref-hero h1 .ref-hero-title-line{display:block!important;max-width:100%!important;white-space:normal!important}
  .reference-home .ref-hero-copy>p{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-top:16px!important;font-size:20px!important;line-height:28px!important;letter-spacing:-.2px;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}
  .reference-home .ref-actions{justify-content:center;align-items:center;margin-top:32px}
  .reference-home .ref-actions .ref-btn{padding:12px 16px;font-size:14px}
  .reference-home .ref-proof-row{display:none}
  .reference-home .ref-hero-graphic{width:100vw;max-width:100vw;height:570px;flex:0 0 570px;margin-top:36px!important;margin-left:calc((100% - 100vw)/2);overflow:hidden}
  .reference-home .ref-hero-graphic:before{background-size:30px 30px}
  .reference-home .ref-hero-graphic:after{inset:2px 12.5% 12px;border-radius:48px!important;filter:blur(24px)}
  .reference-home .ref-dialer-shell{box-sizing:border-box!important;width:min(345px,calc(100vw - 48px))!important;max-width:min(345px,calc(100vw - 48px))!important;min-width:0!important;margin-top:0!important;padding:14px 16px 12px}
  .reference-home .ref-dialer-top{display:grid;gap:8px;margin-bottom:12px;padding-bottom:10px}
  .reference-home .ref-verified{width:max-content}
  .reference-home .ref-number-field{grid-template-columns:104px auto minmax(0,1fr)}
  .reference-home .ref-number-field select{grid-column:auto;width:104px;max-width:104px;padding:0 6px;border-bottom:0;font-size:11px}
  .reference-home .ref-number-field>span{padding-inline:5px;font-size:11px}
  .reference-home .ref-number-field input{padding-inline:6px;font-size:11px}
  .reference-home .ref-dialer-options{margin:8px 0 10px}
  .reference-home .ref-dialer-options>div{padding:8px}
  .reference-home .ref-keypad{max-width:220px;gap:1px 10px}
  .reference-home .ref-keypad button{width:44px;height:44px}
  .reference-home .ref-keypad button strong{font-size:17px}
  .reference-home .ref-keypad button small{font-size:8px}
  .reference-home .ref-call-preview{width:48px;height:48px;margin:8px auto 6px;font-size:16px}
  .reference-home .ref-dialer-note{font-size:9px}
}
@media(max-width:420px){
  .reference-home .ref-hero h1{font-size:52px!important;line-height:52px!important}
}
/* Keep the Figma grid canvas, shadow, and interactive dialer on one center axis. */
.reference-home .ref-hero-graphic{justify-items:center!important;align-items:center!important}
.reference-home .ref-hero-graphic>.ref-dialer-shell{justify-self:center!important;align-self:center!important;margin:0 auto!important}
@media(min-width:761px){
  .reference-home .ref-hero-graphic{margin-right:auto;margin-left:auto}
}
@media(max-width:1040px){
  .reference-home .attio-proven-cloud{height:auto;gap:18px;padding:48px 0}
  .reference-home .attio-proven-cloud-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 12px;padding:0 20px}
  .reference-home .attio-proven-cloud-row li{width:100%!important;justify-content:center}
  .reference-home .attio-proven-cloud-row img{object-position:center}
}
@media(max-width:760px){
  .reference-home .attio-proven-cloud{width:100%;gap:12px;padding:38px 0}
  .reference-home .attio-proven-cloud-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 6px;padding:0 12px}
  .reference-home .attio-proven-cloud-row li{height:44px;padding:2px 8px}
  .reference-home .attio-proven-cloud-row img{width:auto;max-width:100%;height:36px}
}
/* Professional landing-page system v16: feature-specific, concise, and responsive. */
.reference-home .reference-home-main *{box-sizing:border-box}
.reference-home .vd-section{padding:120px 0;border-top:1px solid var(--attio-line)}
.reference-home .vd-section-heading{max-width:820px;margin-bottom:56px}
.reference-home .vd-section-heading>span,.reference-home .vd-section-heading>div>span,.reference-home .vd-product-band-copy>span,.reference-home .vd-campaign-copy>span{display:inline-flex;align-items:center;gap:10px;color:var(--attio-accent-dark);font-size:10px;font-weight:700;letter-spacing:.11em}
.reference-home .vd-section-heading>span:before,.reference-home .vd-section-heading>div>span:before,.reference-home .vd-product-band-copy>span:before,.reference-home .vd-campaign-copy>span:before{width:24px;height:1px;background:var(--attio-accent);content:""}
.reference-home .vd-section-heading h2{margin:18px 0 0;color:var(--attio-ink);font-size:52px;line-height:1.08;letter-spacing:-1.8px}
.reference-home .vd-section-heading>p,.reference-home .vd-section-heading>div+p{margin:18px 0 0;color:var(--attio-muted);font-size:17px;line-height:1.65}
.reference-home .vd-section-heading-split{display:grid;max-width:none;grid-template-columns:minmax(0,1.12fr) minmax(320px,.65fr);gap:72px;align-items:end}
.reference-home .vd-section-heading-split>div+p{margin:0 0 4px}
.reference-home .vd-product-band{display:grid;grid-template-columns:280px minmax(0,1fr);gap:52px;align-items:center;padding:46px 0;border-top:1px solid var(--attio-line-strong);border-bottom:1px solid var(--attio-line-strong)}
.reference-home .vd-product-band-copy h2{margin:12px 0 0;font-size:24px;line-height:1.2;letter-spacing:-.5px}
.reference-home .vd-product-band ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border:1px solid var(--attio-line);list-style:none}
.reference-home .vd-product-band li{display:flex;min-height:62px;align-items:center;gap:12px;padding:14px 18px;border-right:1px solid var(--attio-line);border-bottom:1px solid var(--attio-line);font-size:12px;font-weight:600}
.reference-home .vd-product-band li:nth-child(3n){border-right:0}.reference-home .vd-product-band li:nth-last-child(-n+3){border-bottom:0}
.reference-home .vd-product-band li b{color:var(--attio-accent-dark);font-size:9px;letter-spacing:.08em}
.reference-home .vd-workspace-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.reference-home .vd-workspace-card{display:flex;min-height:620px;flex-direction:column;padding:4px;border:1px solid var(--attio-line-strong);border-radius:5px!important;background:#f4f5f6;overflow:hidden}
.reference-home .vd-card-heading{display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:0 24px;color:var(--attio-muted);font-size:10px;font-weight:700;letter-spacing:.08em}
.reference-home .vd-card-heading strong{display:flex;align-items:center;gap:9px;color:var(--attio-body);font-family:var(--attio-body-font);font-size:10px;letter-spacing:0}
.reference-home .vd-card-heading i{width:7px;height:7px;border-radius:50%!important;background:#22c98a;box-shadow:0 0 0 5px #dff8ef}
.reference-home .vd-workspace-card>p{max-width:540px;margin:auto 24px 24px;color:var(--attio-muted);font-size:13px;line-height:1.6}
.reference-home .vd-agent-preview{display:grid;min-height:400px;grid-template-columns:140px minmax(0,1fr);border:1px solid var(--attio-line-strong);border-radius:3px!important;background:#fff;overflow:hidden}
.reference-home .vd-agent-preview nav{display:flex;flex-direction:column;gap:5px;padding:18px 12px;border-right:1px solid var(--attio-line);background:#fafafa}
.reference-home .vd-agent-preview nav b{display:grid;width:30px;height:30px;place-items:center;margin:0 0 18px;border-radius:3px!important;background:var(--attio-ink);color:#fff;font-size:10px}
.reference-home .vd-agent-preview nav span{padding:9px 10px;color:var(--attio-muted);font-size:10px}.reference-home .vd-agent-preview nav span.active{background:var(--attio-accent-soft);color:#056c6b;font-weight:700}
.reference-home .vd-mini-dialer{display:flex;min-width:0;flex-direction:column;align-items:center;padding:28px 24px}
.reference-home .vd-mini-dialer>div:first-child{display:grid;width:100%;gap:4px;padding-bottom:18px;border-bottom:1px solid var(--attio-line)}
.reference-home .vd-mini-dialer small{color:var(--attio-muted);font-size:8px;letter-spacing:.1em}.reference-home .vd-mini-dialer>div:first-child strong{font-size:12px}
.reference-home .vd-mini-dialer>p{width:100%;margin:18px 0;padding:14px;border:1px solid var(--attio-line-strong);background:#fafafa;font-size:16px;font-weight:600;text-align:center}
.reference-home .vd-mini-keys{display:grid!important;width:220px;max-width:100%;grid-template-columns:repeat(3,1fr);gap:4px!important;padding:0!important;border:0!important}
.reference-home .vd-mini-keys span{display:grid;height:34px;place-items:center;font-size:13px}
.reference-home .vd-mini-dialer>button{margin-top:12px;padding:10px 28px;border:0;border-radius:3px!important;background:var(--attio-accent);color:#003a39;font-weight:700}
.reference-home .vd-company-summary{display:flex;min-height:400px;flex-direction:column;border:1px solid var(--attio-line-strong);border-radius:3px!important;background:#fff;overflow:hidden}
.reference-home .vd-summary-row{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--attio-line)}
.reference-home .vd-summary-row>span{display:grid;gap:8px;padding:24px;border-right:1px solid var(--attio-line)}.reference-home .vd-summary-row>span:last-child{border-right:0}
.reference-home .vd-summary-row small{color:var(--attio-muted);font-size:8px;font-weight:700;letter-spacing:.08em}.reference-home .vd-summary-row strong{font-size:21px}
.reference-home .vd-company-table{padding:14px 20px}.reference-home .vd-company-table>div{display:grid;grid-template-columns:1.1fr .9fr 70px;gap:10px;align-items:center;min-height:60px;border-bottom:1px solid var(--attio-line);font-size:10px}.reference-home .vd-company-table>div:first-child{min-height:34px;color:var(--attio-muted);font-size:8px;font-weight:700;text-transform:uppercase}.reference-home .vd-company-table>div:last-child{border-bottom:0}
.reference-home .vd-company-table b{justify-self:start;padding:5px 8px;border-radius:999px!important;background:#f1f3f4;color:var(--attio-muted);font-size:8px}.reference-home .vd-company-table b.online{background:#e6f8f1;color:#087a59}
.reference-home .vd-contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:24px}
.reference-home .vd-activity-table,.reference-home .vd-contact-record,.reference-home .vd-campaign-preview,.reference-home .vd-control-card{border:1px solid var(--attio-line-strong);border-radius:5px!important;background:#fff;overflow:hidden}
.reference-home .vd-preview-toolbar{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--attio-line);font-size:11px}.reference-home .vd-preview-toolbar>span{color:var(--attio-muted);font-size:9px}.reference-home .vd-preview-toolbar>b{padding:5px 8px;border-radius:999px!important;background:#e6f8f1;color:#087a59;font-size:8px}
.reference-home .vd-activity-row{display:grid;grid-template-columns:minmax(0,1.4fr) .8fr .55fr .55fr;gap:12px;align-items:center;min-height:72px;padding:10px 20px;border-bottom:1px solid var(--attio-line);font-size:10px}.reference-home .vd-activity-row:last-child{border-bottom:0}.reference-home .vd-activity-head{min-height:38px;background:#fafafa;color:var(--attio-muted);font-size:8px;font-weight:700;text-transform:uppercase}
.reference-home .vd-activity-row>span:first-child{display:flex;align-items:center;gap:10px}.reference-home .vd-activity-row i,.reference-home .vd-contact-person>i{display:grid;width:30px;height:30px;place-items:center;border-radius:3px!important;background:var(--attio-accent);color:#003a39;font-size:8px;font-style:normal;font-weight:700}.reference-home .vd-activity-row em{justify-self:start;padding:5px 8px;border-radius:999px!important;background:#fff4e3;color:#976000;font-size:8px;font-style:normal;font-weight:700}.reference-home .vd-activity-row em.answered{background:#e6f8f1;color:#087a59}
.reference-home .vd-contact-person{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid var(--attio-line)}.reference-home .vd-contact-person>div{display:grid;gap:3px}.reference-home .vd-contact-person>div span{color:var(--attio-muted);font-size:9px}.reference-home .vd-contact-person>b{margin-left:auto;color:var(--attio-muted);font-size:9px}
.reference-home .vd-contact-record ol{display:grid;gap:0;margin:0;padding:12px 20px 20px;list-style:none}.reference-home .vd-contact-record li{position:relative;display:grid;grid-template-columns:22px 1fr;gap:12px;min-height:70px;align-items:start;padding-top:14px}.reference-home .vd-contact-record li:not(:last-child):after{position:absolute;top:27px;bottom:-14px;left:5px;width:1px;background:var(--attio-line-strong);content:""}.reference-home .vd-contact-record li>i{position:relative;z-index:1;width:11px;height:11px;margin-top:2px;border:3px solid #fff;border-radius:50%!important;background:var(--attio-accent);box-shadow:0 0 0 1px var(--attio-line-strong)}.reference-home .vd-contact-record li>div{display:grid;gap:4px}.reference-home .vd-contact-record li span{color:var(--attio-muted);font-size:9px}
.reference-home .vd-section-note{display:flex;align-items:center;gap:0;margin-top:24px;border:1px solid var(--attio-line-strong);font-size:10px}.reference-home .vd-section-note>*{padding:16px 20px;border-right:1px solid var(--attio-line)}.reference-home .vd-section-note>*:last-child{border-right:0}.reference-home .vd-section-note span{color:var(--attio-muted)}
.reference-home .vd-campaign-section{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:64px;align-items:center;margin:0 0 120px;padding:68px;border:0;border-radius:5px!important;background:var(--attio-ink);color:#fff}
.reference-home .vd-campaign-copy>span{color:#7de2df}.reference-home .vd-campaign-copy>span:before{background:#7de2df}.reference-home .vd-campaign-copy h2{margin:20px 0 16px;color:#fff;font-size:48px;line-height:1.08;letter-spacing:-1.5px}.reference-home .vd-campaign-copy>p{margin:0;color:#c4c9ce;font-size:15px;line-height:1.7}.reference-home .vd-campaign-copy ul{display:grid;gap:10px;margin:26px 0 32px;padding:0;list-style:none}.reference-home .vd-campaign-copy li{color:#e7e9eb;font-size:12px}.reference-home .vd-campaign-copy li:before{margin-right:10px;color:#7de2df;content:"✓"}.reference-home .vd-campaign-copy>a{display:inline-flex;gap:12px;color:#fff;font-size:12px;font-weight:700}
.reference-home .vd-campaign-preview{color:var(--attio-ink)}.reference-home .vd-campaign-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--attio-line)}.reference-home .vd-campaign-metrics span{display:grid;gap:6px;padding:20px;border-right:1px solid var(--attio-line)}.reference-home .vd-campaign-metrics span:last-child{border-right:0}.reference-home .vd-campaign-metrics small{color:var(--attio-muted);font-size:8px;letter-spacing:.08em}.reference-home .vd-campaign-metrics strong{font-size:20px}
.reference-home .vd-upload-row,.reference-home .vd-queue-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--attio-line)}.reference-home .vd-upload-row>span,.reference-home .vd-queue-row>span{display:grid;grid-template-columns:38px 1fr;gap:2px 12px;align-items:center}.reference-home .vd-upload-row i{display:grid;width:34px;height:34px;grid-row:1/3;place-items:center;border-radius:3px!important;background:var(--attio-accent-soft);color:var(--attio-accent-dark);font-size:8px;font-style:normal;font-weight:700}.reference-home .vd-upload-row small,.reference-home .vd-queue-row small{color:var(--attio-muted);font-size:8px}.reference-home .vd-upload-row button,.reference-home .vd-campaign-actions button{padding:9px 12px;border:1px solid var(--attio-line-strong);border-radius:3px!important;background:#fff;font-size:9px;font-weight:700}.reference-home .vd-queue-row>span i{width:8px;height:8px;grid-row:1/3;border-radius:50%!important;background:#22c98a;box-shadow:0 0 0 5px #dff8ef}.reference-home .vd-queue-row>strong{font-size:9px}.reference-home .vd-campaign-actions{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px}.reference-home .vd-campaign-actions button:last-child{border-color:var(--attio-accent);background:var(--attio-accent);color:#003a39}
.reference-home .vd-control-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.reference-home .vd-control-card{display:grid;grid-template-rows:auto 1fr;min-height:520px;padding:4px;background:#f4f5f6}.reference-home .vd-control-copy{padding:34px 34px 28px}.reference-home .vd-control-copy>span{color:var(--attio-accent-dark);font-size:9px;font-weight:700;letter-spacing:.1em}.reference-home .vd-control-copy h3{max-width:430px;margin:16px 0 10px;font-size:30px;line-height:1.14;letter-spacing:-.7px}.reference-home .vd-control-copy p{max-width:490px;margin:0;color:var(--attio-muted);font-size:13px;line-height:1.65}
.reference-home .vd-did-preview,.reference-home .vd-billing-preview{align-self:end;margin-top:auto;border:1px solid var(--attio-line-strong);border-radius:3px!important;background:#fff;overflow:hidden}.reference-home .vd-did-preview{display:grid;grid-template-columns:1fr 1fr}.reference-home .vd-did-preview>div{display:grid;gap:6px;padding:20px;border-right:1px solid var(--attio-line);border-bottom:1px solid var(--attio-line)}.reference-home .vd-did-preview>div:nth-child(2){border-right:0}.reference-home .vd-did-preview small,.reference-home .vd-billing-preview small{color:var(--attio-muted);font-size:8px;letter-spacing:.08em}.reference-home .vd-did-preview>div strong{font-size:11px}.reference-home .vd-did-preview>p{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;margin:0;padding:17px 20px;border-bottom:1px solid var(--attio-line);font-size:10px}.reference-home .vd-did-preview>p:last-child{border-bottom:0}.reference-home .vd-did-preview>p b{color:var(--attio-muted);font-size:8px}
.reference-home .vd-billing-preview{display:grid;grid-template-columns:repeat(3,1fr)}.reference-home .vd-billing-preview>span{display:grid;gap:7px;padding:20px;border-right:1px solid var(--attio-line);border-bottom:1px solid var(--attio-line)}.reference-home .vd-billing-preview>span:nth-child(3){border-right:0}.reference-home .vd-billing-preview>div{display:flex;grid-column:1/-1;align-items:center;gap:14px;padding:24px}.reference-home .vd-billing-preview>div>i{width:10px;height:10px;border-radius:50%!important;background:#22c98a;box-shadow:0 0 0 6px #dff8ef}.reference-home .vd-billing-preview>div>p{display:grid;gap:4px;margin:0}.reference-home .vd-billing-preview>div small{letter-spacing:0}
.reference-home .vd-how-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:0;border:1px solid var(--attio-line-strong);list-style:none}.reference-home .vd-how-grid li{display:grid;min-height:270px;grid-template-columns:42px 1fr;gap:18px;padding:34px;border-right:1px solid var(--attio-line)}.reference-home .vd-how-grid li:last-child{border-right:0}.reference-home .vd-how-grid li>b{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--attio-line-strong);border-radius:3px!important;color:var(--attio-accent-dark);font-size:9px}.reference-home .vd-how-grid li>div{display:flex;flex-direction:column}.reference-home .vd-how-grid span{color:var(--attio-muted);font-size:8px;font-weight:700;letter-spacing:.1em}.reference-home .vd-how-grid h3{margin:18px 0 10px;font-size:22px;line-height:1.16;letter-spacing:-.4px}.reference-home .vd-how-grid p{margin:0;color:var(--attio-muted);font-size:12px;line-height:1.65}
.reference-home .vd-pricing .ref-plan-grid{margin-top:0}.reference-home .vd-pricing .ref-plan-card{border-radius:5px!important;box-shadow:none}.reference-home .vd-pricing .ref-plan-card.featured{border-color:var(--attio-accent);background:linear-gradient(180deg,#f1fbfb,#fff 42%)}.reference-home .vd-pricing-note{margin:20px 0 0;color:var(--attio-muted);font-size:10px;text-align:center}
.reference-home .vd-section.ref-faq{padding-bottom:120px}.reference-home .vd-section.ref-faq>h2{display:none}.reference-home .vd-section.ref-faq .ref-faq-list{margin-top:0;border-top:1px solid var(--attio-line-strong)}.reference-home .vd-section.ref-faq details{border-color:var(--attio-line-strong)}.reference-home .vd-section.ref-faq summary{font-size:16px}.reference-home .vd-section.ref-faq details p{max-width:820px;color:var(--attio-muted);font-size:13px;line-height:1.7}
.reference-home .ref-final-cta{margin:0;padding:88px 72px;border-radius:5px!important;background:var(--attio-ink);text-align:left}.reference-home .ref-final-cta h2{max-width:840px;margin:22px 0 16px;font-size:54px;line-height:1.04;letter-spacing:-1.8px}.reference-home .ref-final-cta p{max-width:660px;margin:0;color:#c4c9ce;font-size:16px}.reference-home .vd-final-actions{display:flex;align-items:center;gap:20px;margin-top:32px}.reference-home .vd-final-actions>a:last-child{color:#fff;font-size:12px;font-weight:700}
.reference-home .ref-footer{margin-top:72px}
@media(max-width:1040px){
  .reference-home .vd-section{padding:92px 0}
  .reference-home .vd-section-heading-split{grid-template-columns:1fr;gap:18px}
  .reference-home .vd-product-band{grid-template-columns:1fr;gap:28px}
  .reference-home .vd-workspace-grid,.reference-home .vd-control-grid{grid-template-columns:1fr}
  .reference-home .vd-contact-grid{grid-template-columns:1fr}
  .reference-home .vd-campaign-section{grid-template-columns:1fr;gap:42px;padding:52px}
  .reference-home .vd-how-grid{grid-template-columns:1fr}
  .reference-home .vd-how-grid li{min-height:0;border-right:0;border-bottom:1px solid var(--attio-line)}.reference-home .vd-how-grid li:last-child{border-bottom:0}
}
@media(max-width:760px){
  .reference-home .vd-section{padding:72px 0}
  .reference-home .vd-section-heading{margin-bottom:36px}
  .reference-home .vd-section-heading h2{font-size:38px;letter-spacing:-1px}
  .reference-home .vd-section-heading>p,.reference-home .vd-section-heading>div+p{font-size:15px}
  .reference-home .vd-product-band{padding:36px 0}
  .reference-home .vd-product-band ul{grid-template-columns:1fr 1fr}.reference-home .vd-product-band li:nth-child(3n){border-right:1px solid var(--attio-line)}.reference-home .vd-product-band li:nth-child(2n){border-right:0}.reference-home .vd-product-band li:nth-last-child(-n+3){border-bottom:1px solid var(--attio-line)}.reference-home .vd-product-band li:nth-last-child(-n+2){border-bottom:0}
  .reference-home .vd-workspace-card{min-height:0}.reference-home .vd-card-heading{padding:0 16px}.reference-home .vd-agent-preview{grid-template-columns:88px minmax(0,1fr)}.reference-home .vd-agent-preview nav{padding:14px 8px}.reference-home .vd-agent-preview nav span{padding:8px 6px;font-size:8px}.reference-home .vd-mini-dialer{padding:20px 12px}.reference-home .vd-workspace-card>p{margin:22px 18px}
  .reference-home .vd-summary-row>span{padding:16px 10px}.reference-home .vd-company-table{padding:10px}.reference-home .vd-company-table>div{grid-template-columns:1fr .75fr 58px;gap:6px}
  .reference-home .vd-activity-row{grid-template-columns:minmax(0,1.3fr) .8fr .55fr;padding:10px 12px}.reference-home .vd-activity-row>span:last-child{display:none}.reference-home .vd-contact-person{padding:16px 14px}.reference-home .vd-contact-person>b{display:none}
  .reference-home .vd-section-note{flex-wrap:wrap}.reference-home .vd-section-note>*{flex:1 1 50%;border-bottom:1px solid var(--attio-line)}
  .reference-home .vd-campaign-section{margin-bottom:72px;padding:38px 22px}.reference-home .vd-campaign-copy h2{font-size:38px}.reference-home .vd-campaign-metrics span{padding:14px 10px}.reference-home .vd-upload-row,.reference-home .vd-queue-row{align-items:flex-start;flex-direction:column}.reference-home .vd-campaign-actions{justify-content:stretch}.reference-home .vd-campaign-actions button{flex:1}
  .reference-home .vd-control-copy{padding:26px 20px}.reference-home .vd-control-copy h3{font-size:27px}.reference-home .vd-did-preview>p{align-items:flex-start;flex-direction:column;gap:5px}.reference-home .vd-billing-preview{grid-template-columns:1fr}.reference-home .vd-billing-preview>span{border-right:0}.reference-home .vd-billing-preview>span:nth-child(3){border-bottom:1px solid var(--attio-line)}
  .reference-home .vd-how-grid li{grid-template-columns:34px 1fr;padding:24px 18px}
  .reference-home .ref-final-cta{padding:58px 24px}.reference-home .ref-final-cta h2{font-size:40px}.reference-home .vd-final-actions{align-items:flex-start;flex-direction:column}
}
@media(max-width:420px){
  .reference-home .vd-product-band ul{grid-template-columns:1fr}.reference-home .vd-product-band li{border-right:0!important;border-bottom:1px solid var(--attio-line)!important}.reference-home .vd-product-band li:last-child{border-bottom:0!important}
  .reference-home .vd-agent-preview{grid-template-columns:74px minmax(0,1fr)}.reference-home .vd-agent-preview nav span{font-size:7px}.reference-home .vd-mini-keys{width:180px}
  .reference-home .vd-activity-row{grid-template-columns:minmax(0,1fr) .75fr}.reference-home .vd-activity-row>span:nth-child(3){display:none}
}
