:root{--paper:#fafafa;--white:#fff;--soft:#f1f1ee;--soft-2:#ecebe5;--ink:#17130b;--muted:#665f55;--gold:#efc334;--gold-2:#efc334;--gold-dark:#efc334;--line:rgba(23,19,11,.14);--pad:clamp(20px,3vw,32px);--container:1280px;--radius:26px;--ease:cubic-bezier(.2,.8,.2,1)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:"Roboto",Arial,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;color:inherit}.container{width:100%;max-width:var(--container);padding-inline:var(--pad);margin-inline:auto}.section{padding:clamp(90px,11vw,160px) 0}.skip-link{position:fixed;top:10px;left:10px;z-index:999;background:var(--gold);padding:12px 16px;transform:translateY(-150%)}.skip-link:focus{transform:none}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

/* HEADER: All header styling managed by shared-ui.css — DO NOT add header rules here */

.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;padding:0 9px 0 23px;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.button::after{content:"→";display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:rgba(255,255,255,.72);font-size:1rem;line-height:1;transition:transform .2s var(--ease)}.button:hover{transform:translateY(-2px)}.button:hover::after{transform:translateX(3px)}.button-small{min-height:44px;padding:0 6px 0 17px;font-size:.84rem}.button-small::after{width:32px;height:32px;flex-basis:32px}.button-gold{background:var(--gold);color:var(--ink)}.button-gold:hover{background:var(--gold-2);box-shadow:0 12px 32px rgba(180,128,0,.2)}.button-ghost{background:var(--white);border-color:var(--line)}.button-ghost::after{background:var(--gold)}

.hero{position:relative;isolation:isolate;overflow:hidden;padding:170px 0 90px;background:var(--paper)}.grid-field{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(23,19,11,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(23,19,11,.055) 1px,transparent 1px);background-size:78px 78px;mask-image:linear-gradient(#000,transparent 72%)}.hero::before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(245,193,61,.14);filter:blur(120px);top:-220px;left:-220px;z-index:-1}.hero-copy{text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line);background:rgba(255,255,255,.8);border-radius:999px;padding:9px 15px;color:var(--gold-dark);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero h1{max-width:1080px;margin:28px auto 18px;font-size:clamp(3rem,6vw,6.2rem);line-height:.94;letter-spacing:-.06em;text-transform:uppercase}.hero h1 strong{color:var(--gold);font-weight:900}.hero-benefits{list-style:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 26px;color:var(--muted);font-size:clamp(1rem,1.3vw,1.18rem)}.hero-benefits li{display:inline-flex;align-items:center;gap:9px}.hero-benefits li>span{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:rgba(245,193,61,.2);color:var(--gold-dark);font-size:.72rem;font-weight:900}.hero-copy>.button{margin-top:30px}.product-flow{margin-top:80px}.flow-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.flow-tabs button{min-height:52px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;text-align:center;padding:9px;color:var(--muted);font:inherit;font-size:.78rem;background:rgba(255,255,255,.8);cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s}.flow-tabs button:hover{border-color:rgba(180,128,0,.42);color:var(--ink);transform:translateY(-1px)}.flow-tabs button:focus-visible{outline:3px solid rgba(245,193,61,.3);outline-offset:3px}.flow-tabs .active{background:var(--gold);border-color:var(--gold);color:var(--ink);font-weight:700}.product-frame{margin-top:20px;padding:10px;background:var(--white);border:1px solid var(--line);border-radius:24px;box-shadow:0 40px 100px rgba(23,19,11,.12)}.frame-top{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:.7rem;font-weight:600}.frame-top i{font-style:normal;color:#16814c}.product-frame>img{display:block;border-radius:14px;width:100%;transition:opacity .2s var(--ease),transform .2s var(--ease)}.product-frame>img.is-switching{opacity:.2;transform:scale(.995)}.customers{margin-top:82px;text-align:center}.customers h2{font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.customer-slider{margin-top:34px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.customer-track{display:flex;width:max-content;animation:customer-marquee 32s linear infinite;will-change:transform}.customer-slider:hover .customer-track{animation-play-state:paused}.customer-set{display:flex;align-items:center;gap:60px;padding-right:60px}.customer-track img{width:auto;height:58px;max-width:160px;object-fit:contain;opacity:.88;mix-blend-mode:multiply;transition:opacity .2s,transform .2s}.customer-track img:hover{opacity:1;transform:scale(1.06)}@keyframes customer-marquee{to{transform:translateX(-50%)}}

.section-head{max-width:850px}.section-head.centered{text-align:center;margin-inline:auto}.kicker{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:800}.section-head h2{margin-top:16px;font-size:clamp(2.7rem,5.5vw,5.5rem);line-height:.96;letter-spacing:-.06em;text-transform:uppercase}.section-head>p:not(.kicker){max-width:720px;margin-top:23px;color:var(--muted);font-size:1rem;line-height:1.7}.section-head.centered>p:not(.kicker){margin-inline:auto}.industries{background:var(--white)}.industry-grid{margin-top:68px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.industry-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);min-height:430px}.industry-card>img{width:100%;height:220px;object-fit:cover}.industry-card>div{padding:26px}.industry-card span,.toolkit-grid article>span{color:#9b7420;font-size:.68rem;font-weight:800;letter-spacing:.12em}.industry-card h3{margin:12px 0 10px;font-size:1.55rem;letter-spacing:-.035em}.industry-card p{color:var(--muted);font-size:.86rem;line-height:1.6}.section-cta{text-align:center;margin-top:48px}

.work-section{background:var(--ink);color:#fff}.work-section>.section-head{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--container);text-align:center}.work-section>.section-head h2{width:100%;margin-inline:auto;color:#fff;font-size:clamp(1.3rem,5.4vw,3.85rem)}.work-section>.section-head h2 span{display:block}.work-section>.section-head h2 .heading-highlight{display:table;margin-inline:auto;padding-inline:.04em;background:linear-gradient(transparent 62%,rgba(239,195,52,.65) 62%)}
.compare-grid{margin-top:48px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.compare-grid>.compare-card{min-height:620px;padding:clamp(28px,3vw,44px);overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:#161616;color:#fff;display:flex;flex-direction:column;align-items:stretch}
.compare-card header{position:relative;z-index:2;max-width:560px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.14)}
.compare-card h2{margin:0;font-size:clamp(22px,calc(3.1vw - 10px),46.8px);line-height:.98;letter-spacing:-.05em;text-transform:none}
.compare-card header p{max-width:500px;margin-top:18px;color:#bdbdb7;font-size:1rem;line-height:1.65}
.compare-focus{border-color:#EFC334!important;background:#0c0c0c!important;box-shadow:inset 0 0 0 1px rgba(239,195,52,.18)}
.compare-focus h2{color:#EFC334}.compare-grid mark{background:linear-gradient(transparent 58%,rgba(239,195,52,.32) 58%);color:#fff}
.brand-sprite{position:absolute;width:0;height:0;overflow:hidden}
.integration-visual{position:relative;display:grid;place-items:center;flex:0 0 auto;min-height:0;margin:24px 0 0}
.brand-token{display:grid;place-items:center;width:70px;height:70px;padding:10px;border:1px solid rgba(17,17,17,.08);border-radius:22px;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.32)}
.brand-token svg,.brand-token img{display:block;width:100%;height:100%;object-fit:contain;overflow:visible}
.scattered-visual{width:min(78%,340px);margin:64px auto 0}
.scattered-visual img{display:block;width:100%;height:auto;object-fit:contain}
.orbit-visual{width:min(78%,380px);margin-inline:auto}
.orbit-stage{position:relative;width:100%;aspect-ratio:1;isolation:isolate}
.orbit-stage::before{content:"";position:absolute;inset:7%;border-radius:50%;background:radial-gradient(circle,rgba(239,195,52,.1),transparent 58%);filter:blur(18px)}
.orbit-pulses{position:absolute;inset:0;z-index:1;pointer-events:none}.orbit-pulses i{position:absolute;left:50%;top:50%;width:28%;aspect-ratio:1;border:1px solid rgba(239,195,52,.72);border-radius:50%;opacity:0;transform:translate(-50%,-50%) scale(.88);animation:orbit-pulse 3.6s cubic-bezier(.22,.61,.36,1) infinite}.orbit-pulses i:nth-child(2){animation-delay:1.2s}.orbit-pulses i:nth-child(3){animation-delay:2.4s}
.orbit-track{--speed:36s;position:absolute;left:50%;top:50%;width:70%;height:70%;border:1px solid #EFC334;border-radius:50%;animation:orbit-spin var(--speed) linear infinite;will-change:transform}
.orbit-position{position:absolute;inset:0;transform:rotate(var(--angle))}
.orbit-anchor{position:absolute;left:50%;top:0;transform:translate(-50%,-50%) rotate(calc(-1 * var(--angle)))}
.orbit-track .brand-token{width:66px;height:66px;border-radius:50%;padding:11px;animation:orbit-counter-spin var(--speed) linear infinite;will-change:transform}
.orbit-hub{position:absolute;left:50%;top:50%;z-index:4;width:29%;aspect-ratio:1;transform:translate(-50%,-50%);display:grid;place-items:center;align-content:center;gap:9px;border:0;border-radius:50%;background:#EFC334;box-shadow:0 18px 42px rgba(0,0,0,.45)}
.orbit-hub img{display:block;width:44%;height:auto;filter:brightness(0)}.orbit-hub strong{color:#111;font-size:9px;letter-spacing:.15em;transform:translateY(-5px)}
.compare-focus>.button{align-self:center;margin-top:12px}
@keyframes orbit-spin{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes orbit-counter-spin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}
@keyframes orbit-pulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.88)}12%{opacity:.44}100%{opacity:0;transform:translate(-50%,-50%) scale(2.5)}}

.toolkit{background:var(--paper)}.toolkit-grid{margin-top:64px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.toolkit-grid article{min-height:220px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--white);position:relative;overflow:hidden}.toolkit-grid article::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(245,193,61,.08);right:-60px;bottom:-60px}.toolkit-grid h3{margin-top:35px;font-size:1.35rem;line-height:1.1;letter-spacing:-.035em}.toolkit-grid p{margin-top:9px;color:var(--muted);font-size:.75rem}.toolkit-wide{grid-column:span 2;display:grid;grid-template-columns:1fr .8fr}.toolkit-wide img{grid-column:2;grid-row:1/4;align-self:center;width:180px;margin:auto;filter:invert(1);mix-blend-mode:multiply}

/* Interactive solution map */
.toolkit-defs{position:absolute;width:0;height:0;overflow:hidden}
.toolkit-layout{position:relative;margin-top:64px;display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.82fr);gap:30px;align-items:stretch}
.core-column,.tool-column{position:relative;z-index:1;min-width:0}
.toolkit-group-label{height:28px;margin:0 0 14px;display:flex;align-items:center;gap:9px;color:#6b665e;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.toolkit-group-label span{width:22px;height:2px;background:#EFC334}
.core-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.solution-card,.tool-card{font:inherit;color:var(--ink);cursor:pointer;-webkit-tap-highlight-color:transparent}
.solution-card{position:relative;min-height:330px;padding:22px;border:1px solid #d8d5cc;border-radius:24px;background:#fff;overflow:hidden;display:flex;flex-direction:column;text-align:left;transition:transform .3s var(--ease),border-color .3s,box-shadow .3s,background .3s}
.solution-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 12%,rgba(239,195,52,.18),transparent 32%);opacity:0;transition:opacity .3s}
.solution-card:hover,.solution-card:focus-visible,.solution-card.is-active{transform:translateY(-5px);border-color:#EFC334;box-shadow:0 20px 42px rgba(17,17,17,.1);background:#fffdf7}
.solution-card:hover::before,.solution-card:focus-visible::before,.solution-card.is-active::before{opacity:1}
.solution-card:focus-visible,.tool-card:focus-visible{outline:3px solid rgba(239,195,52,.38);outline-offset:3px}
.solution-visual{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:216px}
.solution-visual svg{display:block;width:100%;height:100%;overflow:visible}
.solution-visual .visual-panel,.solution-visual .visual-node,.solution-visual .visual-path,.solution-visual .megaphone,.solution-visual .sound-wave,.solution-visual .profile{fill:#fff;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.solution-visual .visual-path{fill:none;stroke-dasharray:7 8}
.solution-visual .visual-accent{fill:none;stroke:#EFC334;stroke-width:2;stroke-linecap:round}
.solution-visual .visual-accent-fill,.solution-visual .lead-dot,.solution-visual .coin,.solution-visual .data-dot{fill:#EFC334;stroke:#111;stroke-width:2}
.solution-visual .coin-mark{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round}
.solution-visual .ui-shell,.solution-visual .source-card,.solution-visual .node-card,.solution-visual .contact-card,.solution-visual .pipeline-card,.solution-visual .report-card,.solution-visual .post-card,.solution-visual .metric-card,.solution-visual .phone-shell{fill:#fff;stroke:#111;stroke-width:2;stroke-linejoin:round}
.solution-visual .ui-line,.solution-visual .avatar-line,.solution-visual .source-flow,.solution-visual .flow-arrow,.solution-visual .node-icon,.solution-visual .metric-bars,.solution-visual .growth-line,.solution-visual .profile-body{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.solution-visual .ui-dot{fill:#111}.solution-visual .soft-fill{fill:#f0eee8}.solution-visual .rule-chip{fill:#111}.solution-visual .rule-symbol{fill:#EFC334;stroke:none}.solution-visual .ai-core{fill:#EFC334;stroke:#111;stroke-width:2}.solution-visual .ai-spark{fill:#fff;stroke:#111;stroke-width:2;stroke-linejoin:round}.solution-visual .action-node{transform-origin:center}.solution-visual .signal-dot{fill:#EFC334;stroke:#111;stroke-width:2}
.solution-visual .avatar{fill:#fff;stroke:#111;stroke-width:2}.solution-visual .accent-avatar{fill:#EFC334}.solution-visual .funnel-stage{fill:#fff;stroke:#111;stroke-width:2;stroke-linejoin:round}.solution-visual .stage-two{fill:#faf8f1}.solution-visual .stage-three{fill:#EFC334}.solution-visual .stage-mark{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round}.solution-visual .source-flow,.solution-visual .revenue-flow{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.solution-visual .source-flow{stroke-dasharray:5 5}.solution-visual .revenue-badge{transform-origin:277px 163px}
.solution-visual .coin-symbol{fill:#111;font:800 27px Roboto,Arial,sans-serif;letter-spacing:0}
.solution-visual .chart-fill{fill:rgba(239,195,52,.5);stroke:#111;stroke-width:2;stroke-linejoin:round}.solution-visual .channel-badge circle{fill:#fff;stroke:#111;stroke-width:2}.solution-visual .channel-badge path{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.solution-visual .channel-mail circle{fill:#EFC334}.solution-visual .metric-card{fill:#fffdf7}.solution-visual .metric-bars{stroke:#EFC334;stroke-width:2}
.solution-visual .contact-card{fill:#fffdf7}.solution-visual .profile{fill:#EFC334;stroke:#111;stroke-width:2}.solution-visual .profile-head{fill:#111}.solution-visual .profile-body{stroke-width:2}.solution-visual .pipeline-track{fill:#e8e5dc}.solution-visual .pipeline-progress{fill:#EFC334}.solution-visual .growth-line{stroke:#111;stroke-width:2}.solution-visual .crm-badge{fill:#EFC334;stroke:#111;stroke-width:2}
.marketing-visual .channel-flow{fill:none;stroke:#111;stroke-width:2;stroke-dasharray:5 5;stroke-linecap:round}.marketing-visual .marketing-source rect{fill:#fff;stroke:#111;stroke-width:2}.marketing-visual .marketing-source path{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.marketing-visual .source-email rect{fill:#fff8df}.marketing-visual .campaign-core{fill:#EFC334;stroke:#111;stroke-width:2}.marketing-visual .campaign-megaphone,.marketing-visual .campaign-wave{fill:#fff;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.marketing-visual .campaign-wave{fill:none}.marketing-visual .result-board rect:first-child{fill:#fff;stroke:#111;stroke-width:2}.marketing-visual .board-dot{fill:#EFC334;stroke:#111;stroke-width:2}.marketing-visual .board-line,.marketing-visual .result-bars{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round}.marketing-visual .result-pill{fill:#EFC334;stroke:#111;stroke-width:2}.marketing-visual .result-axis,.marketing-visual .result-chart{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.marketing-visual .result-chart{stroke:#EFC334;stroke-width:2}.marketing-visual .result-point{fill:#111}
.crm-visual .crm-shell,.crm-visual .customer-profile>rect,.crm-visual .deal-card rect{fill:#fff;stroke:#111;stroke-width:2;stroke-linejoin:round}.crm-visual .crm-header,.crm-visual .profile-line,.crm-visual .pipeline-heading,.crm-visual .pipeline-columns,.crm-visual .deal-card path,.crm-visual .deal-flow{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.crm-visual .crm-title{fill:#111}.crm-visual .profile-ring{fill:#EFC334;stroke:#111;stroke-width:2}.crm-visual .profile-head{fill:#111}.crm-visual .customer-tag{fill:#EFC334}.crm-visual .pipeline-step{fill:#EFC334;stroke:#111;stroke-width:2}.crm-visual .deal-card circle{fill:#EFC334;stroke:#111;stroke-width:2}.crm-visual .deal-flow{stroke-dasharray:4 4}.crm-visual .flow-dot{fill:#EFC334;stroke:#111;stroke-width:2}.crm-visual .revenue-pill ellipse{fill:#EFC334;stroke:#111;stroke-width:2}.crm-visual .revenue-pill path{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.solution-card:hover .flow-arrow,.solution-card.is-active .flow-arrow,.solution-card:hover .source-flow,.solution-card.is-active .source-flow{animation:tool-flow 1.2s linear infinite;stroke-dasharray:5 5}.solution-card:hover .revenue-flow,.solution-card.is-active .revenue-flow{stroke:#EFC334;animation:revenue-arrow 1.15s ease-in-out infinite alternate}
.solution-card:hover .action-node,.solution-card.is-active .action-node{animation:node-nudge 1.35s ease-in-out infinite alternate}.solution-card:hover .node-b,.solution-card.is-active .node-b{animation-delay:.2s}.solution-card:hover .node-c,.solution-card.is-active .node-c{animation-delay:.4s}
.solution-card:hover .revenue-badge,.solution-card.is-active .revenue-badge{animation:revenue-pop 1.2s ease-in-out infinite alternate}.solution-card:hover .channel-badge,.solution-card.is-active .channel-badge{animation:channel-float 1.4s ease-in-out infinite alternate}.solution-card:hover .channel-chat,.solution-card.is-active .channel-chat{animation-delay:.2s}.solution-card:hover .channel-like,.solution-card.is-active .channel-like{animation-delay:.4s}
.solution-card:hover .pipeline-progress,.solution-card.is-active .pipeline-progress{animation:pipeline-grow 1.5s ease-in-out infinite alternate;transform-origin:left center}.solution-card:hover .growth-line,.solution-card.is-active .growth-line{stroke-dasharray:70;animation:report-draw 1.5s ease-in-out infinite}
.solution-card:hover .channel-flow,.solution-card.is-active .channel-flow,.solution-card:hover .deal-flow,.solution-card.is-active .deal-flow{animation:tool-flow 1.2s linear infinite}.solution-card:hover .marketing-source,.solution-card.is-active .marketing-source{animation:channel-float 1.3s ease-in-out infinite alternate}.solution-card:hover .source-social,.solution-card.is-active .source-social{animation-delay:.2s}.solution-card:hover .source-ads,.solution-card.is-active .source-ads{animation-delay:.4s}.solution-card:hover .result-chart,.solution-card.is-active .result-chart{stroke-dasharray:80;animation:report-draw 1.4s ease-in-out infinite}.solution-card:hover .deal-card,.solution-card.is-active .deal-card{animation:deal-shift 1.4s ease-in-out infinite alternate}.solution-card:hover .deal-two,.solution-card.is-active .deal-two{animation-delay:.2s}.solution-card:hover .deal-three,.solution-card.is-active .deal-three{animation-delay:.4s}
.solution-copy{position:relative;z-index:1;display:block;margin-top:auto;text-align:center}
.solution-copy strong{display:block;font-size:1.45rem;line-height:1.1;letter-spacing:-.035em}
.solution-copy small{display:block;margin-top:7px;color:var(--muted);font-size:.78rem}
.card-arrow{position:absolute;z-index:2;right:18px;top:18px;width:34px;height:34px;border:1px solid #dedbd3;border-radius:50%;display:grid;place-items:center;font-size:1rem;opacity:0;transform:translate(-5px,5px);transition:opacity .25s,transform .25s,background .25s}
.solution-card:hover .card-arrow,.solution-card:focus-visible .card-arrow,.solution-card.is-active .card-arrow{opacity:1;transform:none;background:#EFC334}
.solution-card:hover .visual-path,.solution-card.is-active .visual-path{animation:tool-flow 1.4s linear infinite}
.solution-card:hover .signal-dot,.solution-card.is-active .signal-dot{animation:tool-pulse 1.25s ease-in-out infinite alternate}
.solution-card:hover .dot-b,.solution-card.is-active .dot-b{animation-delay:.2s}.solution-card:hover .dot-c,.solution-card.is-active .dot-c{animation-delay:.4s}
.solution-card:hover .marketing-visual .signal-dot,.solution-card.is-active .marketing-visual .signal-dot,.solution-card:hover .automation-visual .signal-dot,.solution-card.is-active .automation-visual .signal-dot{animation:none;transform:none}
.solution-card:hover .lead-one,.solution-card.is-active .lead-one{animation:lead-drop 1.6s ease-in-out infinite}.solution-card:hover .lead-two,.solution-card.is-active .lead-two{animation:lead-drop 1.6s .25s ease-in-out infinite}.solution-card:hover .lead-three,.solution-card.is-active .lead-three{animation:lead-drop 1.6s .5s ease-in-out infinite}
.solution-card:hover .sound-wave,.solution-card.is-active .sound-wave{animation:wave-pulse 1.15s ease-in-out infinite alternate}.solution-card:hover .wave-two,.solution-card.is-active .wave-two{animation-delay:.18s}
.solution-card:hover .profile,.solution-card.is-active .profile,.solution-card:hover .data-dot,.solution-card.is-active .data-dot{animation:tool-pulse 1.2s ease-in-out infinite alternate}.solution-card:hover .profile-two,.solution-card.is-active .profile-two{animation-delay:.2s}.solution-card:hover .profile-three,.solution-card.is-active .profile-three{animation-delay:.4s}
.tool-column::before{content:"";position:absolute;left:-16px;top:52px;bottom:10px;width:1px;background:linear-gradient(180deg,transparent,#EFC334 12%,#111 50%,#EFC334 88%,transparent);opacity:0;transform:scaleY(.7);transition:opacity .25s,transform .35s}
.toolkit-layout.is-connecting .tool-column::before{opacity:1;transform:scaleY(1)}
.tool-list{display:grid;gap:10px}
.tool-card{position:relative;width:100%;min-height:78px;padding:13px 14px;display:grid;grid-template-columns:50px 1fr 26px;align-items:center;gap:12px;border:1px solid #d8d5cc;border-radius:17px;background:#fff;text-align:left;transition:transform .25s var(--ease),border-color .25s,box-shadow .25s,background .25s}
.tool-card::before{content:"";position:absolute;left:-17px;top:50%;width:16px;height:1px;background:#EFC334;opacity:0;transform:scaleX(0);transform-origin:right;transition:opacity .2s,transform .25s}
.tool-card:hover,.tool-card:focus-visible,.tool-card.is-active,.tool-card.is-related{border-color:#EFC334;background:#fffdf6;box-shadow:0 10px 28px rgba(17,17,17,.08);transform:translateX(-4px)}
.tool-card.is-related::before{opacity:1;transform:scaleX(1)}
.tool-icon{width:46px;height:46px;display:grid;place-items:center}
.solution-visual svg *{vector-effect:non-scaling-stroke}
.tool-icon svg{display:block;width:42px;height:42px;fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tool-card:hover .tool-icon svg,.tool-card:focus-visible .tool-icon svg,.tool-card.is-active .tool-icon svg,.tool-card.is-related .tool-icon svg{stroke:url(#toolkitIconGradient)}
.tool-card>span:nth-child(2){min-width:0}.tool-card strong{display:block;font-size:.95rem;line-height:1.18}.tool-card small{display:block;margin-top:4px;color:var(--muted);font-size:.68rem;line-height:1.25}
.tool-card i{font-style:normal;font-size:1rem;opacity:0;transform:translateX(-7px);transition:opacity .2s,transform .2s}
.tool-card:hover i,.tool-card:focus-visible i,.tool-card.is-active i,.tool-card.is-related i{opacity:1;transform:none}
@keyframes tool-flow{to{stroke-dashoffset:-30}}
@keyframes tool-pulse{to{transform:scale(1.12);transform-origin:center}}
@keyframes lead-drop{50%{transform:translateY(20px);opacity:.45}}
@keyframes wave-pulse{to{transform:translateX(5px);opacity:.35}}
@keyframes node-nudge{to{transform:translateX(3px)}}
@keyframes revenue-pop{to{transform:scale(1.08)}}
@keyframes channel-float{to{transform:translateY(-5px)}}
@keyframes pipeline-grow{from{transform:scaleX(.35)}to{transform:scaleX(1)}}
@keyframes report-draw{from{stroke-dashoffset:70}to{stroke-dashoffset:0}}
@keyframes deal-shift{to{transform:translateX(4px)}}
@keyframes revenue-arrow{to{transform:translate(3px,-2px)}}

@media(max-width:1050px){.toolkit-layout{grid-template-columns:1fr}.tool-column::before,.tool-card::before{display:none}.tool-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.toolkit-layout{margin-top:46px;gap:34px}.core-grid,.tool-list{grid-template-columns:1fr}.solution-card{min-height:300px}.solution-visual{height:188px}.tool-card{min-height:76px}.solution-card:hover,.solution-card:focus-visible,.solution-card.is-active{transform:translateY(-3px)}.tool-card:hover,.tool-card:focus-visible,.tool-card.is-active,.tool-card.is-related{transform:none}}

.result-section{position:relative;isolation:isolate;overflow:hidden;background:#0b0b0a;color:#fff}.result-section::before{content:"";position:absolute;width:660px;height:660px;right:-180px;top:-240px;border-radius:50%;background:radial-gradient(circle,rgba(239,195,52,.16),transparent 67%);z-index:-1;pointer-events:none}.result-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(540px,1.14fr);gap:clamp(46px,7vw,100px);align-items:center}.result-copy{max-width:590px}.result-copy .kicker{color:#EFC334}.result-copy h2{margin:20px 0 24px;font-size:clamp(2.7rem,5.2vw,5.5rem);line-height:.96;letter-spacing:-.058em;text-transform:uppercase}.result-copy h2 strong{font-weight:850}.result-copy>p:not(.kicker){max-width:570px;color:rgba(255,255,255,.68);font-size:clamp(.94rem,1.25vw,1.08rem);line-height:1.72}.result-copy mark{color:#EFC334;background:none}.result-copy .button{margin-top:34px}.result-visual{position:relative;min-height:550px}.result-orbits{position:absolute;width:350px;aspect-ratio:1;left:52%;top:49%;translate:-50% -50%}.result-orbits i{position:absolute;inset:0;border:1px solid rgba(239,195,52,.72);border-radius:50%}.result-orbits i:nth-child(2){inset:36px}.result-orbits i:nth-child(3){inset:72px}.result-orbits i:nth-child(4){inset:108px}.result-hub{position:absolute;left:52%;top:49%;translate:-50% -50%;width:124px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:#EFC334;border:1px solid rgba(255,255,255,.28);box-shadow:0 22px 60px rgba(0,0,0,.4)}.result-hub img{width:70px;height:70px;object-fit:contain;filter:brightness(0)}.result-metric{position:absolute;z-index:2;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;min-height:108px;padding:22px 25px;background:#fff;color:#111;border:1px solid #d9d4c7;border-radius:18px;box-shadow:0 13px 0 rgba(0,0,0,.32),0 24px 60px rgba(0,0,0,.28)}.result-metric::after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#EFC334;border:2px solid #111}.result-metric strong{font-size:clamp(2.4rem,4vw,4.3rem);line-height:.9;letter-spacing:-.07em}.result-metric span{font-size:clamp(.82rem,1.22vw,1.02rem);line-height:1.32;color:#38342d}.metric-conversion{top:42px;left:0;width:340px}.metric-conversion::after{right:-5px;bottom:24px}.metric-speed{top:190px;right:0;width:318px}.metric-speed::after{left:-5px;top:25px}.metric-revenue{left:38px;bottom:30px;width:385px}.metric-revenue::after{right:32px;top:-5px}
@media(max-width:1050px){.result-layout{grid-template-columns:1fr}.result-copy{max-width:720px;margin-inline:auto;text-align:center}.result-copy>p:not(.kicker){margin-inline:auto}.result-visual{width:min(100%,720px);margin-inline:auto}}
@media(max-width:680px){.result-copy h2{font-size:clamp(2.45rem,12vw,4rem)}.result-visual{min-height:520px;margin-top:14px}.result-orbits{width:260px;left:50%;top:49%}.result-hub{width:96px;left:50%;top:49%;gap:5px}.result-hub img{width:48px;height:48px}.result-hub span{font-size:.44rem}.result-metric{min-height:88px;padding:16px 17px;gap:12px;border-radius:14px}.result-metric strong{font-size:2.35rem}.result-metric span{font-size:.72rem}.metric-conversion{top:24px;left:0;width:270px}.metric-speed{top:182px;right:0;width:246px}.metric-revenue{left:8px;bottom:24px;width:310px}}

.journey{background:var(--white)}.journey-list{margin-top:60px;border-top:1px solid var(--line)}.journey-item{border-bottom:1px solid var(--line)}.journey-item button{width:100%;min-height:104px;border:0;background:transparent;display:grid;grid-template-columns:60px 1fr 32px;align-items:center;gap:20px;text-align:left;cursor:pointer}.journey-item button>span{color:var(--gold-dark);font-size:.68rem;font-weight:800}.journey-item h3{font-size:clamp(1.05rem,2vw,1.55rem);letter-spacing:-.025em}.journey-item button i,.faq-item button i{position:relative;width:30px;height:30px;border:1px solid var(--line);border-radius:50%}.journey-item button i::before,.journey-item button i::after,.faq-item button i::before,.faq-item button i::after{content:"";position:absolute;width:10px;height:1px;background:var(--ink);left:9px;top:14px;transition:transform .25s}.journey-item button i::after,.faq-item button i::after{transform:rotate(90deg)}.journey-item.open button i::after,.faq-item.open button i::after{transform:none}.journey-answer,.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease)}.journey-answer>div,.faq-answer>p{overflow:hidden}.journey-item.open .journey-answer,.faq-item.open .faq-answer{grid-template-rows:1fr}.journey-item.open .journey-answer>div{padding:0 0 34px 80px}.journey-answer strong{font-size:.94rem}.journey-answer ul{margin-top:18px;list-style:none;display:grid;gap:10px;color:var(--muted);font-size:.85rem;line-height:1.55}.journey-answer li::before{content:"−";color:var(--gold-dark);margin-right:9px}

.support-section{position:relative;isolation:isolate;overflow:hidden;background:#0b0b0a;color:#fff}.support-section::before{content:"";position:absolute;z-index:-1;width:620px;height:620px;left:-260px;bottom:-310px;border-radius:50%;background:radial-gradient(circle,rgba(239,195,52,.14),transparent 68%)}.support-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:clamp(54px,7vw,100px);align-items:center}.support-intro{min-width:0}.support-section .kicker{color:#EFC334}.support-section .section-head h2{color:#fff}.support-section .section-head>p:not(.kicker){color:rgba(255,255,255,.64)}.support-list{background:#fff;color:#111;border:1px solid rgba(239,195,52,.38);border-radius:var(--radius);padding:16px 34px;box-shadow:0 30px 80px rgba(0,0,0,.32)}.support-list article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}.support-list article>div{min-width:0}.support-list article:last-child{border-bottom:0}.support-list article>span{width:42px;height:42px;border:1px solid #EFC334;border-radius:12px;display:grid;place-items:center;background:#EFC334;color:#111}.support-list article>span img{display:block;width:25px;height:25px;object-fit:contain}.support-list h3{font-size:1rem;overflow-wrap:anywhere}.support-list p{margin-top:6px;color:var(--muted);font-size:.82rem;line-height:1.5;overflow-wrap:anywhere}
.support-visual{width:min(100%,560px);margin:40px 0 0}.support-network{display:block;width:100%;max-width:100%;height:auto;overflow:visible}.support-network *{vector-effect:non-scaling-stroke}.support-phone-network .phone-shell{fill:#f7f5ee;stroke:#111;stroke-width:2}.support-phone-network .phone-screen{fill:#fff;stroke:#111;stroke-width:2}.support-phone-network .phone-speaker{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round}.support-phone-network .contact-backdrop{fill:#fff7dc;stroke:#111;stroke-width:2;stroke-linejoin:round}.support-phone-network .avatar-halo{fill:#fff;stroke:#111;stroke-width:2}.support-phone-network .avatar-shirt{fill:#EFC334;stroke:#111;stroke-width:2;stroke-linejoin:round}.support-phone-network .avatar-face{fill:#fff;stroke:#111;stroke-width:2;stroke-linejoin:round}.support-phone-network .avatar-hair{fill:#111;stroke:#111;stroke-width:2;stroke-linejoin:round}.support-phone-network .avatar-headset,.support-phone-network .profile-line{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.support-phone-network .profile-pill{fill:#EFC334;stroke:#111;stroke-width:2}.support-phone-network .avatar-mic,.support-phone-network .online-dot{fill:#EFC334;stroke:#111;stroke-width:2}.support-phone-network .contact-ui path{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.support-phone-network .message,.support-phone-network .compose-bar{fill:#f3f1ea;stroke:#111;stroke-width:2}.support-phone-network .message-right{fill:#EFC334}.support-phone-network .contact-ui circle:not(.call-button){fill:#111}.support-phone-network .call-button{fill:#EFC334;stroke:#111;stroke-width:2}.support-phone-network .call-icon{fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.support-phone-network .support-ripple circle{fill:none;stroke:#343434;stroke-width:1.5;transform-box:fill-box;transform-origin:center;animation:support-ring-pulse 3.6s ease-in-out infinite alternate}.support-phone-network .support-ripple circle:nth-child(2){animation-delay:.8s}.support-phone-network .support-ripple circle:nth-child(3){animation-delay:1.6s}.support-phone-network .service-orb>circle{fill:#EFC334;stroke:#111;stroke-width:2}.support-phone-network .service-orb image{pointer-events:none}

.testimonials{background:var(--paper)}.testimonial-grid{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.testimonial-grid article{min-height:320px;border:1px solid var(--line);border-radius:22px;background:var(--white);padding:30px;display:flex;flex-direction:column}.testimonial-grid blockquote{color:#514b43;font-size:.9rem;line-height:1.7}.testimonial-grid strong{margin-top:auto;padding-top:30px;font-size:.8rem}.testimonial-grid span{color:var(--muted);font-size:.72rem;margin-top:4px}

.pricing{background:var(--white)}.pricing-grid{margin-top:64px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start}.price-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:36px}.price-card.featured{border:2px solid var(--gold);transform:translateY(-12px);box-shadow:0 24px 70px rgba(23,19,11,.09)}.popular{position:absolute;top:0;right:25px;translate:0 -50%;background:var(--gold);border-radius:999px;padding:7px 12px;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.price-card>p{color:var(--muted);font-size:.8rem;line-height:1.6}.price-card h3{margin:30px 0 22px;font-size:clamp(1.8rem,2.8vw,2.7rem);letter-spacing:-.055em}.price-card h3 small{display:block;color:var(--muted);font-size:.78rem;letter-spacing:0;font-weight:500}.price-card .button{width:100%}.price-card ul{list-style:none;margin-top:28px;display:grid;gap:12px;color:var(--muted);font-size:.78rem;line-height:1.4}.price-card li::before{content:"✓";color:#8b6a17;font-weight:800;margin-right:8px}

.trial-section{padding:clamp(100px,13vw,180px) 0;background:var(--soft);text-align:center}.trial-content{max-width:850px}.trial-content>img{width:74px;height:74px;object-fit:contain;margin:0 auto 26px;padding:16px;border-radius:50%;background:var(--gold)}.trial-content h2{margin:18px 0 32px;font-size:clamp(2.6rem,5.8vw,5.8rem);line-height:.96;letter-spacing:-.06em;text-transform:uppercase}.trial-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

.faq{background:var(--paper)}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(50px,8vw,110px)}.faq-grid .section-head h2{font-size:clamp(2.4rem,4vw,4.4rem)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;min-height:88px;border:0;background:transparent;display:grid;grid-template-columns:1fr 32px;align-items:center;gap:20px;text-align:left;cursor:pointer;font-weight:700}.faq-item.open .faq-answer>p{padding:0 50px 28px 0;color:var(--muted);font-size:.88rem;line-height:1.65}

.legal-section{padding:80px 0 28px;background:var(--soft-2);border-top:1px solid var(--line)}.legal-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;padding-bottom:60px}.legal-grid>div>img{width:180px;margin-bottom:25px}.legal-grid ul{list-style:none;display:grid;gap:12px;color:var(--muted);font-size:.8rem;line-height:1.5}.legal-grid a:hover{color:var(--gold-dark)}.policy-links{display:flex;flex-direction:column;gap:14px;font-size:.82rem;color:var(--muted)}.policy-links h2{color:var(--ink);font-size:1rem;margin-bottom:8px}.copyright{border-top:1px solid var(--line);padding-top:26px;color:var(--muted);font-size:.7rem}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.visible{opacity:1;transform:none}

.customer-track{animation-duration:48s}.customer-set img{height:72px;max-width:170px;background:transparent;filter:brightness(0);opacity:.72;mix-blend-mode:normal}.customer-set img:nth-child(2){filter:none}.customer-set img:hover{opacity:1}

.hero{background:radial-gradient(circle at 14% 17%,rgba(245,193,61,.2),transparent 27%),radial-gradient(circle at 86% 35%,rgba(224,221,211,.72),transparent 31%),linear-gradient(145deg,#fff 0%,#f7f6f1 54%,#fff8e5 100%)}.grid-field{display:block;inset:auto;width:720px;height:720px;top:80px;left:-410px;z-index:-1;background:none;border:1px solid rgba(174,139,50,.16);border-radius:50%;mask-image:none;pointer-events:none}.grid-field::after{content:"";position:absolute;width:440px;height:440px;top:139px;left:144px;border:1px solid rgba(174,139,50,.11);border-radius:50%}.hero::before{width:720px;height:720px;top:80px;right:-410px;left:auto;background:transparent;border:1px solid rgba(174,139,50,.16);filter:none}.hero::after{content:"";position:absolute;width:440px;height:440px;top:220px;right:-265px;z-index:-1;border:1px solid rgba(174,139,50,.11);border-radius:50%;pointer-events:none}

.hero h1{font-size:clamp(2.1rem,4.2vw,4.34rem)}.section-head,.section-head.centered{max-width:850px;margin-inline:auto;text-align:center}.section-head h2{font-size:clamp(1.89rem,3.85vw,3.85rem)}.section-head>p:not(.kicker),.section-head.centered>p:not(.kicker){margin-inline:auto}.faq-grid .section-head h2{font-size:clamp(1.68rem,2.8vw,3.08rem)}

.support-grid>.section-head:first-child,.faq-grid>.section-head:first-child{margin-left:0;margin-right:auto;text-align:left}.support-grid>.section-head:first-child>p:not(.kicker),.faq-grid>.section-head:first-child>p:not(.kicker){margin-left:0;margin-right:auto}.support-grid>.section-head:last-child,.faq-grid>.section-head:last-child{margin-left:auto;margin-right:0;text-align:right}.support-grid>.section-head:last-child>p:not(.kicker),.faq-grid>.section-head:last-child>p:not(.kicker){margin-left:auto;margin-right:0}

@media(max-width:1000px){.industry-grid,.testimonial-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.toolkit-grid{grid-template-columns:repeat(3,1fr)}.support-grid,.faq-grid{grid-template-columns:1fr}.support-grid>.section-head:first-child,.faq-grid>.section-head:first-child,.support-grid>.section-head:last-child,.faq-grid>.section-head:last-child{margin-inline:auto;text-align:center}.support-grid>.section-head:first-child>p:not(.kicker),.faq-grid>.section-head:first-child>p:not(.kicker),.support-grid>.section-head:last-child>p:not(.kicker),.faq-grid>.section-head:last-child>p:not(.kicker){margin-inline:auto}.price-card.featured{transform:none}.pricing-grid .price-card:last-child{grid-column:1/-1}.legal-grid{grid-template-columns:1fr}.flow-tabs{overflow-x:auto;grid-template-columns:repeat(6,minmax(140px,1fr))}}

@media(max-width:680px){:root{--pad:20px;--radius:21px}.hero{padding-top:128px}.hero h1{font-size:clamp(1.89rem,9.8vw,3.15rem)}.hero-benefits{width:max-content;max-width:100%;margin-inline:auto;flex-direction:column;align-items:flex-start;gap:10px}.product-flow{margin-top:55px}.product-frame{padding:6px}.frame-top{height:38px}.customers{margin-top:60px}.customer-set{gap:40px;padding-right:40px}.customer-track img{height:48px;max-width:140px}.section{padding:84px 0}.section-head h2{font-size:clamp(1.68rem,8.4vw,2.8rem)}.faq-grid .section-head h2{font-size:clamp(1.68rem,8.4vw,2.8rem)}.industry-grid,.compare-grid,.testimonial-grid,.pricing-grid{grid-template-columns:1fr}.industry-card{min-height:0}.industry-card>img{height:190px}.compare-grid>article{min-height:410px}.toolkit-grid{grid-template-columns:1fr 1fr}.toolkit-grid article{min-height:190px;padding:22px}.toolkit-grid h3{font-size:1.05rem;margin-top:27px}.toolkit-wide{grid-column:1/-1}.toolkit-wide img{width:130px}.result-content h2{font-size:1.95rem}.journey-item button{grid-template-columns:34px 1fr 30px;gap:10px}.journey-item.open .journey-answer>div{padding-left:44px}.support-list{padding:10px 20px}.testimonial-grid article{min-height:280px}.pricing-grid .price-card:last-child{grid-column:auto}.trial-content h2{font-size:clamp(2.5rem,13vw,4.5rem)}.trial-actions{flex-direction:column}.trial-actions .button{width:100%}.legal-grid{gap:45px}}

.industries .section-head{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--container);text-align:center}.industries .single-line-heading{width:100%;margin-inline:auto;white-space:nowrap;text-align:center;font-size:clamp(1.3rem,5.4vw,3.85rem)}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.customer-track{animation:none;transform:none;flex-wrap:wrap;justify-content:center}.customer-set{flex-wrap:wrap;justify-content:center;padding:0}.customer-set[aria-hidden="true"]{display:none}}

/* Progressive enhancement: content stays visible if JavaScript is unavailable. */
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(26px)}.js .reveal.visible{opacity:1;transform:none}

/* Brand yellow: all yellow accents derive from #EFC334. */
.button-gold:hover{background:#efc334;box-shadow:0 12px 32px rgba(239,195,52,.2)}
.hero::before{border-color:rgba(239,195,52,.16)}
.hero-benefits li>span{background:rgba(239,195,52,.2)}
.flow-tabs button:hover{border-color:rgba(239,195,52,.42)}
.flow-tabs button:focus-visible{outline-color:rgba(239,195,52,.3)}
.industry-card span,.toolkit-grid article>span{color:#efc334}
.heading-highlight,.result-content mark{background:linear-gradient(transparent 55%,rgba(239,195,52,.65) 55%)}
.heading-highlight{background:linear-gradient(transparent 62%,rgba(239,195,52,.65) 62%)}
.toolkit-grid article::after{background:rgba(239,195,52,.08)}
.result-rings{border-color:rgba(239,195,52,.24);box-shadow:0 0 0 110px rgba(239,195,52,.035),0 0 0 230px rgba(239,195,52,.02)}
.support-section .kicker{color:#EFC334}
.support-list{box-shadow:0 30px 80px rgba(239,195,52,.16)}
.price-card li::before{color:#efc334}
.hero{background:radial-gradient(circle at 14% 17%,rgba(239,195,52,.2),transparent 27%),radial-gradient(circle at 86% 35%,rgba(224,221,211,.72),transparent 31%),linear-gradient(145deg,#fff 0%,#f7f6f1 54%,rgba(239,195,52,.12) 100%)}
.grid-field,.hero::before{border-color:rgba(239,195,52,.16)}
.grid-field::after,.hero::after{border-color:rgba(239,195,52,.11)}

@media(max-width:1050px){.work-section .compare-grid{grid-template-columns:1fr}}
@media(max-width:680px){.compare-grid>.compare-card{min-height:540px;border-radius:22px}.scattered-visual{width:min(86%,300px);margin-top:64px}.orbit-visual{width:min(90%,340px)}.orbit-track .brand-token{width:52px;height:52px;padding:8px}.orbit-hub strong{font-size:7px}}

/* Result infographic: compact metric cards keep the Leandigi hub unobstructed. */
.result-visual{min-height:500px}.result-orbits{left:48%;top:50%;width:330px}.result-hub{left:48%;top:50%;width:116px}.result-metric{min-height:88px;padding:16px 18px;gap:12px;border-radius:16px}.result-metric strong{font-size:clamp(2.15rem,3.2vw,3.4rem)}.result-metric span{font-size:clamp(.74rem,1vw,.9rem)}.metric-conversion{top:60px;left:10px;width:285px}.metric-speed{top:205px;right:-35px;width:250px}.metric-revenue{left:42px;bottom:52px;width:325px}
@media(max-width:680px){.result-visual{min-height:470px}.result-orbits{width:240px;left:50%;top:50%}.result-hub{width:88px;left:50%;top:50%}.result-hub img{width:43px;height:43px}.result-metric{min-height:74px;padding:12px 14px;gap:9px;border-radius:13px}.result-metric strong{font-size:1.9rem}.result-metric span{font-size:.66rem}.metric-conversion{top:20px;left:0;width:210px}.metric-speed{top:120px;right:0;width:190px}.metric-revenue{left:0;bottom:26px;width:250px}}

.result-copy h2{font-size:clamp(1.89rem,3.85vw,3.85rem);line-height:calc(1.07em + 10px);letter-spacing:-.045em}.result-heading-highlight{color:#EFC334;background:none;padding:0}
@media(max-width:680px){.result-copy h2{font-size:clamp(1.68rem,8.4vw,2.8rem)}}

/* Keep the main headlines on one consistent, more breathable rhythm. */
.hero h1,
.section-head h2,
.result-copy h2,
.trial-content h2{
  line-height:calc(1.07em + 10px);
}

.support-intro .section-head{margin-left:0;margin-right:auto;text-align:left}.support-intro .section-head>p:not(.kicker){margin-left:0;margin-right:auto}
@media(max-width:1000px){.support-intro .section-head{margin-inline:auto;text-align:center}.support-intro .section-head>p:not(.kicker){margin-inline:auto}.support-visual{margin-inline:auto}.support-list{width:min(100%,720px);margin-inline:auto}}
@media(max-width:680px){.support-visual{margin-top:32px}.support-list{padding:10px 20px}}

/* Conversion zone: pricing comparison and final call to action. */
.pricing{position:relative;isolation:isolate;overflow:hidden;background:#f4f2ec}.pricing::before{content:"";position:absolute;z-index:-1;width:720px;height:720px;right:-320px;top:-300px;border:1px solid rgba(239,195,52,.3);border-radius:50%;box-shadow:0 0 0 90px rgba(239,195,52,.035),0 0 0 190px rgba(239,195,52,.025)}.pricing .section-head{max-width:980px}.pricing .kicker{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#EFC334;color:#111}.pricing .section-head h2{position:relative;padding-bottom:24px}.pricing .section-head h2::after{content:"";position:absolute;left:50%;bottom:0;width:82px;height:6px;transform:translateX(-50%);border-radius:999px;background:#EFC334}.pricing .section-head>p:not(.kicker){font-size:1.05rem;color:#5c574f}.pricing-grid{gap:20px;align-items:stretch}.price-card{display:flex;flex-direction:column;min-height:650px;padding:40px 36px;border:1px solid #d8d2c5;border-radius:28px;background:#fff;box-shadow:0 22px 58px rgba(23,19,11,.07);transition:transform .26s var(--ease),box-shadow .26s var(--ease),border-color .26s var(--ease)}.price-card::before{content:"";display:block;width:42px;height:6px;margin-bottom:30px;border-radius:999px;background:#111}.price-card:hover{transform:translateY(-8px);border-color:#EFC334;box-shadow:0 30px 80px rgba(23,19,11,.13)}.price-card.featured{border:2px solid #EFC334;background:#0b0b0a;color:#fff;transform:translateY(-16px);box-shadow:0 34px 90px rgba(23,19,11,.24)}.price-card.featured::before{background:#EFC334}.price-card.featured:hover{transform:translateY(-22px);box-shadow:0 42px 100px rgba(23,19,11,.3)}.price-card.featured>p,.price-card.featured h3 small,.price-card.featured ul{color:rgba(255,255,255,.66)}.price-card h3{margin-top:34px}.price-card .button{margin-top:2px}.price-card ul{margin-top:34px;padding-top:28px;border-top:1px solid rgba(23,19,11,.1)}.price-card.featured ul{border-top-color:rgba(255,255,255,.16)}.price-card li::before{display:inline-grid;place-items:center;width:18px;height:18px;margin-right:10px;border-radius:50%;background:rgba(239,195,52,.22);color:#80610f}.price-card.featured li::before{background:#EFC334;color:#111}.price-card .popular{right:24px;padding:9px 15px;background:#EFC334;color:#111;border:1px solid #111;box-shadow:0 8px 20px rgba(0,0,0,.18)}

.trial-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(90px,11vw,150px) var(--pad);background:#EFC334}.trial-section::before,.trial-section::after{content:"";position:absolute;z-index:-1;border:1px solid rgba(17,17,17,.2);border-radius:50%;pointer-events:none}.trial-section::before{width:520px;height:520px;left:-250px;top:-270px;box-shadow:0 0 0 70px rgba(17,17,17,.035),0 0 0 150px rgba(17,17,17,.025)}.trial-section::after{width:430px;height:430px;right:-190px;bottom:-245px;box-shadow:0 0 0 70px rgba(17,17,17,.03)}.trial-content{position:relative;max-width:1040px;padding:clamp(54px,6vw,78px) clamp(28px,7vw,86px);overflow:hidden;border:1px solid rgba(17,17,17,.25);border-radius:38px;background:rgba(255,255,255,.18);box-shadow:0 26px 0 rgba(17,17,17,.08)}.trial-content::before{content:"";position:absolute;width:190px;height:190px;right:-94px;top:-94px;border:1px solid rgba(17,17,17,.16);border-radius:50%;box-shadow:0 0 0 34px rgba(17,17,17,.025)}.trial-content>*{position:relative;z-index:1}.trial-content>img{width:86px;height:86px;padding:18px;margin-bottom:30px;border:1px solid #111;background:#fff;box-shadow:0 12px 0 rgba(17,17,17,.1)}.trial-content .kicker{color:#111}.trial-content h2{max-width:880px;margin-inline:auto;color:#111}.trial-section .button-gold{background:#111;color:#fff}.trial-section .button-gold::after{background:#EFC334;color:#111}.trial-section .button-gold:hover{background:#25231f;box-shadow:0 14px 34px rgba(17,17,17,.2)}.trial-section .button-ghost{border-color:#111;background:#fff;color:#111}.trial-section .button-ghost::after{background:#111;color:#fff}

@media(max-width:1000px){.price-card{min-height:620px}.price-card.featured,.price-card.featured:hover{transform:none}.pricing-grid .price-card:last-child{max-width:620px;width:100%;margin-inline:auto}}
@media(max-width:680px){.pricing-grid{gap:16px}.price-card{min-height:0;padding:32px 26px}.price-card:hover{transform:none}.pricing-grid .price-card:last-child{max-width:none}.trial-section{padding-inline:20px}.trial-content{border-radius:26px;box-shadow:0 16px 0 rgba(17,17,17,.08)}.trial-content>img{width:74px;height:74px}.trial-content h2{font-size:clamp(2.25rem,12vw,4rem)}}
.trial-content>img{background:#111;filter:none}

/* Dark final CTA treatment. */
.trial-section{background:#0b0b0a}.trial-section::before,.trial-section::after{border-color:rgba(239,195,52,.26)}.trial-section::before{box-shadow:0 0 0 70px rgba(239,195,52,.035),0 0 0 150px rgba(239,195,52,.022)}.trial-section::after{box-shadow:0 0 0 70px rgba(239,195,52,.028)}.trial-content{border-color:rgba(239,195,52,.42);background:rgba(255,255,255,.035);box-shadow:0 26px 0 rgba(239,195,52,.07)}.trial-content::before{border-color:rgba(239,195,52,.22);box-shadow:0 0 0 34px rgba(239,195,52,.025)}.trial-content>img{border-color:#EFC334;background:#111}.trial-content .kicker{color:#EFC334}.trial-content h2{color:#fff}.trial-section .button-gold{background:#EFC334;color:#111}.trial-section .button-gold::after{background:#fff;color:#111}.trial-section .button-gold:hover{background:#EFC334;box-shadow:0 14px 34px rgba(239,195,52,.18)}.trial-section .button-ghost{border-color:rgba(255,255,255,.48);background:transparent;color:#fff}.trial-section .button-ghost::after{background:#EFC334;color:#111}
.trial-content{box-shadow:none}
@media(max-width:680px){.trial-content h2{font-size:clamp(1.68rem,8.4vw,2.8rem)}}

/* Pricing comparison: one continuous table with aligned decision points. */
.pricing-grid{
  width:100%;
  max-width:var(--container);
  padding-inline:0;
  gap:0;
  align-items:stretch;
  overflow:hidden;
  border:1px solid #d8d2c5;
  border-radius:30px;
  background:#fff;
  box-shadow:0 28px 80px rgba(23,19,11,.1);
}
.pricing-grid .price-card{
  display:grid;
  grid-template-rows:auto minmax(126px,auto) auto 1fr;
  min-height:700px;
  padding:38px 32px;
  border:0;
  border-right:1px solid #e1ddd3;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  transform:none;
  transition:background .24s var(--ease);
}
.pricing-grid .price-card:last-child{border-right:0}
.pricing-grid .price-card::before{
  display:none;
}
.pricing-grid .plan-name{
  justify-self:start;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 15px;
  border-radius:7px;
  background:#efefef;
  color:#111;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.01em;
}
.pricing-grid .price-card.featured .plan-name{background:#EFC334;color:#111}
.pricing-grid .price-card>p{
  margin:0;
  padding-top:28px;
}
.pricing-grid .price-card h3{
  align-self:end;
  margin:0 0 24px;
}
.pricing-grid .price-card .button{
  justify-self:start;
  justify-content:space-between;
  width:min(100%,230px);
  margin:0;
}
.pricing-grid .price-card ul{
  align-self:stretch;
  margin:32px 0 0;
  padding-top:28px;
}
.pricing-grid .price-card:hover{
  border-color:transparent;
  background:#fffaf0;
  box-shadow:none;
  transform:none;
}
.pricing-grid .price-card.featured,
.pricing-grid .price-card.featured:hover{
  z-index:1;
  border:0;
  border-right:1px solid #EFC334;
  border-left:1px solid #EFC334;
  border-radius:0;
  background:#0b0b0a;
  box-shadow:none;
  color:#fff;
  transform:none;
}
.pricing-grid .price-card .popular{
  top:24px;
  right:24px;
  translate:0;
}

@media(max-width:1000px){
  .pricing-grid{grid-template-columns:1fr}
  .pricing-grid .price-card{
    grid-template-rows:auto;
    min-height:0;
    border-right:0;
    border-bottom:1px solid #e1ddd3;
  }
  .pricing-grid .price-card:last-child{
    grid-column:auto;
    width:auto;
    max-width:none;
    margin:0;
    border-bottom:0;
  }
  .pricing-grid .price-card.featured,
  .pricing-grid .price-card.featured:hover{
    border-right:0;
    border-left:0;
    border-top:1px solid #EFC334;
    border-bottom:1px solid #EFC334;
  }
  .pricing-grid .price-card h3{margin:30px 0 24px}
}

@media(max-width:680px){
  .pricing-grid{border-radius:22px}
  .pricing-grid .price-card{padding:32px 26px}
  .pricing-grid .price-card>p{padding-top:24px}
}

/* Temporarily hidden; keep testimonial content available for later reactivation. */
.testimonials{display:none}

/* Interactive duplicate of the journey section. The original accordion remains unchanged. */
.journey-showcase{overflow:hidden;background:#f5f3ec}
.journey-showcase .section-head{max-width:900px}
.journey-showcase .section-head>p:last-child{max-width:680px;margin:24px auto 0}
.journey-showcase-shell{margin-top:58px;padding:12px;border:1px solid rgba(16,16,16,.13);border-radius:34px;background:rgba(255,255,255,.72);box-shadow:0 24px 70px rgba(16,16,16,.08)}
.journey-showcase-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:12px}
.journey-showcase-tab{min-height:64px;padding:12px 16px;border:1px solid transparent;border-radius:20px;background:transparent;color:var(--muted);font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease,border-color .25s ease}
.journey-showcase-tab span{display:block;margin-bottom:3px;color:var(--gold-dark);font-size:.61rem;letter-spacing:.12em}
.journey-showcase-tab:hover{border-color:rgba(16,16,16,.16);color:var(--ink);transform:translateY(-2px)}
.journey-showcase-tab.is-active{background:var(--ink);color:var(--white);border-color:var(--ink)}
.journey-showcase-tab.is-active span{color:#EFC334}
.journey-showcase-tab:focus-visible{outline:3px solid rgba(239,195,52,.5);outline-offset:2px}
.journey-showcase-body{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:580px;border-radius:25px;overflow:hidden;background:var(--white)}
.journey-showcase-copy{display:flex;flex-direction:column;justify-content:center;padding:54px clamp(30px,4vw,66px)}
.journey-showcase-panel{animation:journeyShowcaseIn .38s var(--ease) both}
.journey-showcase-panel[hidden],.journey-showcase-figure[hidden]{display:none}
.journey-showcase-step{margin-bottom:22px;color:var(--gold-dark);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.journey-showcase-panel h3{max-width:520px;font-size:clamp(2rem,3.4vw,3.7rem);line-height:1.03;letter-spacing:-.055em}
.journey-showcase-panel>p:not(.journey-showcase-step){max-width:520px;margin-top:24px;color:var(--muted);font-size:.96rem;line-height:1.7}
.journey-showcase-panel ul{display:grid;gap:13px;margin-top:28px;padding:0;list-style:none;color:var(--ink);font-size:.84rem;font-weight:700;line-height:1.5}
.journey-showcase-panel li{position:relative;padding-left:28px}
.journey-showcase-panel li::before{content:"✓";position:absolute;left:0;top:1px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#EFC334;color:var(--ink);font-size:.65rem;font-weight:900}
.journey-showcase-cta{align-self:flex-start;margin-top:36px}
.journey-showcase-visual{position:relative;display:grid;place-items:center;min-width:0;padding:46px 0 46px 34px;background:var(--ink);overflow:hidden}
.journey-showcase-visual::before,.journey-showcase-visual::after{content:"";position:absolute;border:1px solid rgba(239,195,52,.24);border-radius:50%;pointer-events:none}
.journey-showcase-visual::before{width:430px;height:430px;right:-180px;top:-180px}
.journey-showcase-visual::after{width:260px;height:260px;left:-110px;bottom:-120px}
.journey-showcase-figure{position:relative;z-index:1;width:100%;margin:0;animation:journeyVisualIn .45s var(--ease) both}
.journey-showcase-frame{width:calc(100% + 22px);padding:8px;border-radius:21px 0 0 21px;background:#f8f7f3;box-shadow:0 26px 65px rgba(0,0,0,.34);overflow:hidden}
.journey-showcase-frame-top{display:flex;align-items:center;gap:6px;height:34px;padding:0 9px}
.journey-showcase-frame-top span{width:7px;height:7px;border-radius:50%;background:#d5d2c8}
.journey-showcase-frame-top span:first-child{background:#EFC334}
.journey-showcase-frame-top b{margin-left:7px;color:#58564e;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}
.journey-showcase-frame img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top left;border-radius:13px 0 0 13px;background:#fff}
@keyframes journeyShowcaseIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes journeyVisualIn{from{opacity:0;transform:translateX(18px) scale(.985)}to{opacity:1;transform:none}}

@media(max-width:900px){
  .journey-showcase-tabs{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto;padding-bottom:4px}
  .journey-showcase-body{grid-template-columns:1fr}
  .journey-showcase-copy{min-height:520px}
  .journey-showcase-visual{min-height:430px;padding:40px 0 40px 28px}
  .journey-showcase-frame{width:calc(100% + 12px)}
}

@media(max-width:680px){
  .journey-showcase-shell{margin-top:38px;padding:7px;border-radius:25px}
  .journey-showcase-tabs{gap:5px;margin-bottom:7px}
  .journey-showcase-tab{min-height:56px;padding:9px 13px;border-radius:16px}
  .journey-showcase-body{border-radius:19px}
  .journey-showcase-copy{min-height:500px;padding:42px 25px}
  .journey-showcase-panel h3{font-size:clamp(2rem,10.5vw,3rem)}
  .journey-showcase-cta{width:100%;justify-content:center;text-align:center}
  .journey-showcase-visual{min-height:290px;padding:30px 0 30px 18px}
  .journey-showcase-frame{padding:6px;border-radius:15px 0 0 15px}
  .journey-showcase-frame-top{height:28px}
}

@media(prefers-reduced-motion:reduce){
  .journey-showcase-panel,.journey-showcase-figure{animation:none}
  .journey-showcase-tab{transition:none}
}

/* The five choices read as one continuous journey, not a generic tab bar. */
.journey-showcase-tabs{position:relative;padding:16px 6px 12px}
.journey-showcase-tabs{scrollbar-width:none;-ms-overflow-style:none}
.journey-showcase-tabs::-webkit-scrollbar{display:none}
.journey-showcase-route{position:absolute;z-index:0;left:10%;right:10%;top:33px;height:2px;background:repeating-linear-gradient(90deg,rgba(16,16,16,.25) 0 7px,transparent 7px 13px);pointer-events:none}
.journey-showcase-route::before{content:"";position:absolute;left:0;top:0;width:calc(var(--journey-progress)*100%);height:2px;background:#EFC334;box-shadow:0 0 12px rgba(239,195,52,.55);transition:width .42s var(--ease)}
.journey-showcase-route i{position:absolute;left:calc(var(--journey-progress)*100%);top:1px;width:13px;height:13px;border:3px solid var(--ink);border-radius:50%;background:#EFC334;box-shadow:0 0 0 5px #fff;transform:translate(-50%,-50%);transition:left .42s var(--ease)}
.journey-showcase-tab{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:74px;padding:0 10px 9px;border:0;border-radius:14px;background:transparent;color:var(--muted)}
.journey-showcase-tab span{display:grid;place-items:center;width:36px;height:36px;margin:0 0 10px;border:2px solid rgba(16,16,16,.28);border-radius:50%;background:#fff;color:var(--ink);font-size:.62rem;letter-spacing:.04em;box-shadow:0 0 0 6px #fff;transition:background .25s ease,border-color .25s ease,transform .25s ease}
.journey-showcase-tab:hover{border-color:transparent;background:transparent;transform:none;color:var(--ink)}
.journey-showcase-tab:hover span{border-color:#EFC334;transform:scale(1.08)}
.journey-showcase-tab.is-active{border-color:transparent;background:transparent;color:var(--ink)}
.journey-showcase-tab.is-active span{border-color:var(--ink);background:var(--ink);color:#EFC334;box-shadow:0 0 0 6px #fff,0 0 0 8px rgba(239,195,52,.42)}

@media(max-width:900px){
  .journey-showcase-tabs{grid-template-columns:repeat(5,130px)}
  .journey-showcase-route{left:65px;right:auto;width:520px}
}

@media(max-width:680px){
  .journey-showcase-tabs{padding-top:13px}
  .journey-showcase-route{top:30px}
  .journey-showcase-tab{min-height:70px}
}

@media(prefers-reduced-motion:reduce){
  .journey-showcase-route::before,.journey-showcase-route i,.journey-showcase-tab span{transition:none}
}

/* More detailed source copy needs a calmer, editorial scale in the left column. */
.journey-showcase-panel h3{font-size:clamp(1.72rem,2.65vw,3rem);line-height:1.08;letter-spacing:-.045em}
.journey-showcase-panel ul{margin-top:30px}
@media(max-width:680px){
  .journey-showcase-panel h3{font-size:clamp(1.72rem,8.8vw,2.5rem)}
  .journey-showcase-copy{min-height:570px}
}

/* Temporarily hide the original accordion journey; keep its markup for restoration. */
.journey#journey{display:none}

/* Mobile result infographic: arrange metrics around the orbit without covering the hub. */
@media(max-width:680px){
  .result-visual{
    display:block;
    min-height:0;
    margin-top:34px;
    padding:0;
    aspect-ratio:4/5;
  }
  .result-orbits{
    width:68%;
    left:50%;
    top:50%;
  }
  .result-hub{
    width:25%;
    max-width:88px;
    left:50%;
    top:50%;
  }
  .result-metric{
    position:absolute;
    grid-template-columns:auto minmax(0,1fr);
    min-height:68px;
    padding:10px 12px;
    gap:8px;
    border-radius:13px;
    box-shadow:0 7px 0 rgba(0,0,0,.3),0 14px 32px rgba(0,0,0,.22);
  }
  .result-metric::after{display:block;width:7px;height:7px}
  .result-metric strong{font-size:clamp(1.48rem,7.4vw,1.8rem)}
  .result-metric span{min-width:0;font-size:clamp(.52rem,2.45vw,.63rem);line-height:1.3}
  .metric-conversion{top:3%;left:0;width:63%}
  .metric-speed{top:23%;right:0;width:55%}
  .metric-revenue{left:4%;bottom:4%;width:72%}
  .metric-conversion::after{right:-5px;bottom:17px}
  .metric-speed::after{left:-5px;top:18px}
  .metric-revenue::after{right:28px;top:-5px}
}

.support-phone-network .service-orb .orb-accent-line{fill:none;stroke:#EFC334}
.support-phone-network .support-ripple circle{animation:none;opacity:.45;transform:none}

.button-small{min-height:auto;padding:13px 22px}.button-small::after{display:none}.button-gold:hover{background:#111;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.25)}.button-ghost::after{background:rgba(23,19,11,.08)}
.customers{padding:34px 0 40px;border-top:1px solid rgba(23,19,11,.08);overflow:hidden}.customers h2{color:#8b8578}.customer-slider{margin-top:68px}.customer-track{animation-duration:34s}.customer-set{gap:64px;padding-right:64px}.customer-set img{height:54px;max-width:160px;filter:grayscale(1) brightness(.72);opacity:.62;mix-blend-mode:multiply}.customer-set img:nth-child(2){filter:grayscale(1) brightness(.72)}.customer-set img:hover{opacity:1;transform:scale(1.04)}
@media(max-width:680px){.customer-set{gap:40px;padding-right:40px}.customer-set img{height:46px;max-width:135px}}

/* 2026 unified button system (non-header) */
.button:not(.button-small){min-height:68px;padding:0 18px 0 30px;gap:20px;border-radius:999px;font-size:1rem;font-weight:700;line-height:1}.button:not(.button-small)::after{content:"›";width:28px;height:28px;flex-basis:28px;background:rgba(10,10,10,.13);font-size:1.25rem;font-weight:500;line-height:1}.button-ghost{background:#fff;border-color:#dadad5}.button-ghost::after{background:#f0f0ed!important}.button:hover::after{transform:translateX(2px)}
@media(max-width:680px){.button:not(.button-small){min-height:58px;padding-left:23px;font-size:.92rem}}

/* Unified content typography across the main website */
#main section:not(.hero) h2 {
  font-size: 70px !important;
}

#main section:not(.hero) :is(h3, h4) {
  font-size: 25px !important;
}

#main section:not(.hero) p:not(.kicker) {
  font-size: 18px !important;
}

@media (max-width: 680px) {
  #main section:not(.hero) h2 {
    font-size: 50px !important;
  }
}
