:root{--paper:#f8fbf8;--white:#fff;--ink:#173323;--muted:#5d7164;--green:#0d8649;--green-dark:#086638;--lime:#bbef80;--mint:#e7f5e9;--line:#d9e8dc;--shadow:0 24px 70px rgba(20,73,39,.12);--display:'Clash Display','Inter',sans-serif;--body:'Inter',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;overflow-x:hidden}
button,a{touch-action:manipulation}
button{font:inherit}
a{color:inherit}
img,svg{max-width:100%}
::selection{background:var(--lime);color:var(--ink)}
:focus-visible{outline:3px solid var(--green);outline-offset:4px}
.skip-link{position:absolute;z-index:1000;left:1rem;top:-5rem;background:var(--white);padding:1rem}
.skip-link:focus{top:1rem}
.scroll-progress{position:fixed;z-index:1000;left:0;top:0;width:var(--scroll-progress,0%);height:3px;background:var(--green);pointer-events:none}
.section-shell{width:min(100% - 3rem,1200px);margin-inline:auto}
.section-index{margin:0 0 1.25rem;font-size:.85rem;font-weight:650;color:var(--green);letter-spacing:.01em}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--display);letter-spacing:-.028em;word-spacing:.1em}
h2{font-size:clamp(2.7rem,5.1vw,5.3rem);line-height:1.03;font-weight:600}
h3{font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1.1;font-weight:600}
p{line-height:1.65}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2.5rem;min-height:3.55rem;border:1px solid var(--green-dark);border-radius:14px;background:var(--green);color:var(--white);padding:.9rem 1.1rem .9rem 1.35rem;text-decoration:none;font-weight:700;box-shadow:0 5px 0 var(--green-dark),0 18px 28px rgba(13,134,73,.16);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.button:hover{background:#0b7641;transform:translateY(-3px);box-shadow:0 8px 0 var(--green-dark),0 23px 30px rgba(13,134,73,.18)}
.button:active{transform:translateY(3px);box-shadow:0 2px 0 var(--green-dark)}
.button-arrow{display:inline-grid;place-items:center;border-radius:8px;width:1.8rem;height:1.8rem;background:rgba(255,255,255,.15);transition:transform .25s ease,background .25s ease}
.button:hover .button-arrow{transform:translateY(3px);background:rgba(255,255,255,.25)}
.button-arrow svg{width:1.1rem;height:1.1rem}
.button:hover .mic-icon{transform:scale(1.1)}
.button-small{min-height:2.75rem;border-radius:11px;padding:.55rem .7rem .55rem 1.1rem;gap:1.4rem;font-size:.85rem;box-shadow:0 3px 0 var(--green-dark)}
.button-small:hover{box-shadow:0 5px 0 var(--green-dark)}
.text-link{display:inline-flex;gap:1rem;align-items:center;text-decoration:none;font-weight:700;border-bottom:1.5px solid currentColor;padding-bottom:.4rem;transition:gap .25s ease,color .25s ease}
.text-link:hover{gap:1.4rem;color:var(--green)}
.status-led{display:inline-block;flex:none;width:8px;height:8px;border-radius:50%;background:#38d675;box-shadow:0 0 0 4px rgba(56,214,117,.15);animation:led-pulse 2.8s ease-in-out infinite}
@keyframes led-pulse{50%{opacity:.55;transform:scale(.78)}}

/* Navigation */
.site-header{position:sticky;top:0;z-index:100;background:rgba(248,251,248,.88);border-bottom:1px solid rgba(33,87,51,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:box-shadow .25s ease,background .25s ease}
.site-header.is-scrolled{box-shadow:0 8px 24px rgba(16,69,37,.07);background:rgba(255,255,255,.94)}
.header-inner{width:min(100% - 3rem,1300px);min-height:78px;margin:auto;display:flex;align-items:center;gap:2rem}
.brand{display:inline-flex;align-items:center;flex:none;width:150px;height:68px;overflow:hidden}
.brand img{width:150px;height:auto;filter:brightness(0) saturate(100%) invert(15%) sepia(26%) saturate(1151%) hue-rotate(91deg) brightness(96%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.brand:hover img{transform:translateY(-2px) scale(1.035)}
.desktop-nav{display:flex;align-items:center;gap:2.3rem;margin:auto}
.desktop-nav a{position:relative;text-decoration:none;font-size:.9rem;font-weight:650}
.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.desktop-nav a:hover::after,.desktop-nav a.is-active::after{transform:scaleX(1)}
.header-cta{flex:none}
.menu-toggle,.mobile-nav{display:none}

/* Hero and tactile call console */
.hero{position:relative;isolation:isolate;background:radial-gradient(circle at 84% 24%,#dbf2dd 0%,transparent 38%),linear-gradient(145deg,#fcfefc 10%,#eff8ef 70%,#f8fbf8 100%);overflow:hidden}
.hero-grid{position:absolute;inset:-10%;z-index:-1;opacity:.24;background-image:linear-gradient(rgba(51,125,64,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(51,125,64,.15) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,transparent 2%,#000 42%,#000 90%,transparent);animation:grid-drift 28s ease-in-out infinite alternate;will-change:transform}
@keyframes grid-drift{to{transform:translate3d(-24px,18px,0)}}
.hero-inner{width:min(100% - 3rem,1300px);min-height:min(790px,calc(100svh - 78px));margin:auto;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);align-items:center;gap:clamp(2rem,4vw,5rem);padding:5.2rem 0 4rem}
.hero-copy{position:relative;z-index:2;animation:hero-enter .9s both cubic-bezier(.2,.8,.2,1)}
@keyframes hero-enter{from{opacity:0;transform:translate3d(0,28px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.hero-note{display:inline-flex;align-items:center;gap:.75rem;margin:0 0 1.6rem;padding:.55rem .9rem;border:1px solid #c7e9cd;border-radius:999px;background:rgba(255,255,255,.82);font-size:.82rem;font-weight:650;color:#276a40;box-shadow:0 3px 10px rgba(31,103,45,.04)}
h1{max-width:760px;margin:0 0 1.5rem;font-size:clamp(3.7rem,6.6vw,7.2rem);font-weight:600;line-height:.99;letter-spacing:-.028em;word-spacing:.1em}
h1 span{color:var(--green)}
.hero-description{max-width:560px;color:#405a48;font-size:clamp(1.02rem,1.4vw,1.19rem);line-height:1.67;margin-bottom:2.2rem}
.hero-actions{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}
.hero-footnote{display:flex;align-items:center;gap:.75rem;margin-top:3.3rem;color:#63766a;font-size:.78rem}
.footnote-line{width:30px;height:1px;background:#93a99a}
.console-wrap{position:relative;max-width:600px;width:100%;margin:auto;animation:console-float 7s ease-in-out infinite;will-change:transform}
@keyframes console-float{50%{transform:translate3d(0,-8px,0)}}
.console-shadow{position:absolute;inset:5% -1% -2%;z-index:-1;border-radius:32px;background:#b9dfc0;transform:translate3d(15px,calc(18px + var(--scroll-shift,0px)),0) rotate(2deg);box-shadow:0 20px 60px rgba(47,111,57,.16)}
.call-console{position:relative;padding:1.15rem;border:1px solid #b5d8bc;border-radius:30px;background:linear-gradient(145deg,#f7fff8 0%,#d6ebd9 100%);box-shadow:inset 2px 2px 2px rgba(255,255,255,.95),inset -4px -4px 9px rgba(69,130,80,.14),0 25px 50px rgba(15,79,32,.16);transform:perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .35s ease;will-change:transform}
.call-console::after{content:"";position:absolute;inset:5px;border-radius:25px;border:1px solid rgba(255,255,255,.7);pointer-events:none}
.console-header,.console-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem .4rem 1rem}
.console-brand{font-size:.72rem;font-weight:850;letter-spacing:.03em;white-space:nowrap}
.console-brand small{display:block;margin-left:1.42rem;color:#74917d;font-size:.52rem;letter-spacing:.13em}
.console-mark{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--green);color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);font-size:.75rem}
.console-mark img{display:block;width:15px;height:15px}
.console-live{display:flex;align-items:center;gap:.45rem;font-size:.68rem;color:#5c7762;white-space:nowrap}
.console-live .status-led{width:6px;height:6px}
.scene-picker{display:flex;gap:.45rem;padding:.4rem;border:1px solid #bcd9c1;border-radius:16px;background:#d8eadb;box-shadow:inset 0 2px 5px rgba(28,91,39,.1)}
.scene-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.55rem;border:1px solid transparent;border-radius:11px;background:transparent;color:#55755c;font-size:.75rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease}
.scene-button:hover{color:var(--ink);transform:translateY(-1px)}
.scene-button[aria-pressed="true"]{background:#fff;border-color:#cde2d0;color:var(--green-dark);box-shadow:0 3px 7px rgba(33,91,45,.12),inset 0 1px #fff;transform:translateY(-1px)}
.scene-symbol{font-size:1.04rem}
.console-screen{margin-top:1rem;padding:1.25rem;border:1px solid #265c3a;border-radius:20px;color:#eaffee;background:radial-gradient(circle at 50% 40%,#184f32,#092f1c 76%);box-shadow:inset 0 5px 15px rgba(0,0,0,.32),0 2px 0 rgba(255,255,255,.7);overflow:hidden}
.screen-top,.screen-caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.69rem;color:#a8ceb3}
.screen-tick{display:flex;align-items:center;gap:.35rem;font-size:.58rem;letter-spacing:.06em}
.screen-tick i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#8ded98;animation:led-pulse 2s infinite}
.route-diagram{display:grid;grid-template-columns:minmax(0,1fr) 24px 100px 24px minmax(0,1fr);align-items:center;min-height:245px;gap:.3rem}
.route-item{text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.35rem;animation:item-breathe 5s ease-in-out infinite}
.route-end{animation-delay:1s}
@keyframes item-breathe{50%{transform:translateY(-4px)}}
.route-icon{display:grid;place-items:center;width:43px;height:43px;border:1px solid rgba(140,237,151,.35);border-radius:12px;background:rgba(142,245,155,.09);font-size:1.45rem;color:#b6f3a3;box-shadow:inset 0 1px rgba(255,255,255,.08)}
.route-item strong{font-size:.69rem;line-height:1.2}
.route-item small{font-size:.6rem;color:#a8ceb3;line-height:1.2}
.signal-line{position:relative;height:1px;background:rgba(133,220,143,.45);overflow:hidden}
.signal-light{position:absolute;width:10px;height:3px;left:-10px;top:-1px;border-radius:4px;background:#c5ffa3;box-shadow:0 0 9px #b1ff92;animation:signal-run 2.2s linear infinite}
.signal-line:nth-of-type(4) .signal-light{animation-delay:1.1s}
@keyframes signal-run{to{transform:translateX(45px)}}
.route-agent{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.4rem;width:98px;height:98px;border:1px solid #6eda8e;border-radius:50%;background:radial-gradient(circle at 35% 25%,#22b96a,#087843 70%);box-shadow:0 0 0 9px rgba(91,226,116,.1),0 0 26px rgba(75,255,119,.3),inset 0 2px 3px rgba(255,255,255,.3);font-size:.68rem;white-space:nowrap}
.agent-halo{position:absolute;inset:-12px;border:1px solid rgba(141,234,160,.35);border-radius:50%;animation:halo 3.6s ease-out infinite}
@keyframes halo{50%{opacity:.2;transform:scale(1.12)}}
.agent-waves,.speaker-waves,.slip-wave{display:flex;align-items:center;justify-content:center;gap:3px;height:31px}
.agent-waves i,.speaker-waves i,.slip-wave i{display:block;width:3px;height:55%;border-radius:3px;background:#dbffca;transform-origin:center;animation:wave 1.2s ease-in-out infinite alternate}
.agent-waves i:nth-child(2),.speaker-waves i:nth-child(2),.slip-wave i:nth-child(2){height:85%;animation-delay:.14s}.agent-waves i:nth-child(3),.speaker-waves i:nth-child(3),.slip-wave i:nth-child(3){height:42%;animation-delay:.29s}.agent-waves i:nth-child(4),.speaker-waves i:nth-child(4),.slip-wave i:nth-child(4){height:100%;animation-delay:.4s}.agent-waves i:nth-child(5),.speaker-waves i:nth-child(5),.slip-wave i:nth-child(5){height:65%;animation-delay:.19s}.agent-waves i:nth-child(6),.speaker-waves i:nth-child(6){height:88%;animation-delay:.32s}.agent-waves i:nth-child(7),.speaker-waves i:nth-child(7){height:50%;animation-delay:.11s}
@keyframes wave{to{transform:scaleY(.34)}}
.screen-caption{justify-content:flex-start;min-height:2.7rem;padding:.5rem .8rem;border:1px solid rgba(149,230,163,.15);border-radius:9px;background:rgba(135,230,153,.07);font-size:.68rem}
.caption-pip{width:7px;height:7px;flex:none;border:2px solid #9be88f;border-radius:50%}
.console-bottom{padding:1.1rem .45rem .3rem;color:#5c7863;font-size:.66rem}
.console-bottom p{margin:0;max-width:175px;text-align:right;font-size:.67rem;line-height:1.3}
.console-dial{display:flex;align-items:center;gap:.5rem;font-weight:700}
.dial-light{display:inline-block;width:21px;height:21px;border:3px solid #d2e9d6;border-radius:50%;background:#98e6a1;box-shadow:inset 0 1px 3px rgba(0,0,0,.2),0 1px 1px #fff}
.console-grip{width:24px;height:5px;border-radius:9px;background:#a8c5ac;box-shadow:inset 0 2px 2px rgba(39,96,49,.16)}
.console-note{text-align:center;color:#6b8771;font-size:.72rem;margin:1.3rem 0 0}
.hero-bottom{width:min(100% - 3rem,1300px);margin:auto;padding:0 0 1.5rem;display:flex;justify-content:flex-end;color:#6f8974;font-size:.72rem}
.down-arrow{display:inline-block;margin-left:.5rem;font-size:1rem;animation:arrow-bob 2s ease-in-out infinite}
@keyframes arrow-bob{50%{transform:translateY(5px)}}
.scene-change .route-source,.scene-change .route-end,.scene-change .screen-caption{animation:scene-swap .4s ease both}
@keyframes scene-swap{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* Moving service strip */
.signal-strip{overflow:hidden;background:#dff2df;border-top:1px solid #cbebce;border-bottom:1px solid #cbebce;padding:1rem 0}
.signal-track{display:flex;align-items:center;gap:2.3rem;width:max-content;animation:strip-move 32s linear infinite;will-change:transform}
.signal-track span{font-family:var(--display);font-size:1.1rem;font-weight:600;white-space:nowrap;color:#277844}
.signal-track i{width:6px;height:6px;background:#76c181;border-radius:50%;flex:none}
@keyframes strip-move{to{transform:translate3d(-50%,0,0)}}
.signal-strip:hover .signal-track{animation-play-state:paused}

/* Call slips */
.missed-section{padding:clamp(5rem,10vw,10rem) 0}
.section-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.58fr);gap:3rem;align-items:end;margin-bottom:4rem}
.section-intro .section-index{grid-column:1/-1;margin-bottom:-1.5rem}
.section-intro h2{margin:0;max-width:790px}
.section-intro>p:last-child{color:var(--muted);margin:0 0 .45rem;max-width:430px}
.call-slips{display:grid;gap:.75rem}
.call-slip{position:relative;display:grid;grid-template-columns:125px 1fr 35px;gap:2rem;align-items:center;min-height:170px;padding:1.4rem 2rem;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 0 #e4ede5,0 10px 26px rgba(14,69,35,.04);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease}
.call-slip:nth-child(2){margin-left:4.5rem}.call-slip:nth-child(3){margin-left:9rem}
.call-slip:hover{transform:translate3d(-5px,-5px,0) rotate(-.3deg);box-shadow:0 9px 0 #dfece1,0 22px 34px rgba(14,69,35,.09);border-color:#acd9b3}
.slip-signal{display:flex;align-items:center;gap:.75rem;color:var(--green)}
.slip-icon{display:grid;place-items:center;flex:none;width:66px;height:66px;border-radius:17px;background:#e3f5e5;border:1px solid #c6e8cb;box-shadow:inset 0 2px #fff,0 4px 0 #d0e8d3;font-size:2rem;transition:transform .3s ease}
.call-slip:hover .slip-icon{transform:rotate(-7deg)}
.slip-wave{height:24px;gap:2px}.slip-wave i{width:2px;background:#5ab976}
.slip-type{display:block;margin-bottom:.3rem;color:var(--green);font-size:.75rem;font-weight:700}
.call-slip h3{margin:.1rem 0 .45rem;font-size:clamp(1.5rem,2.7vw,2.3rem)}
.call-slip p{margin:0;color:var(--muted);font-size:.93rem;max-width:640px}
.slip-end{align-self:start;color:#a5b9a8;font-family:var(--display);font-size:1rem}

/* Inbound and outbound panels */
.directions-section{padding:clamp(5rem,9vw,9rem) 0;background:#edf7ee;border-top:1px solid #dfeee1;border-bottom:1px solid #dfeee1}
.directions-heading{max-width:700px;margin-bottom:3.4rem}.directions-heading h2{margin-bottom:1.3rem}.directions-heading>p:last-child{max-width:570px;color:var(--muted);margin:0}
.directions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}
.direction-panel{position:relative;overflow:hidden;min-height:600px;display:flex;flex-direction:column;padding:2rem;border:1px solid #cee5d2;border-radius:24px;background:linear-gradient(150deg,#fff 0%,#f7fcf7 100%);box-shadow:0 9px 0 #dcebdd,0 24px 36px rgba(19,81,39,.05);transition:transform .4s ease,box-shadow .4s ease}
.direction-panel:hover{transform:translateY(-7px);box-shadow:0 16px 0 #dcebdd,0 30px 42px rgba(19,81,39,.09)}
.direction-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.direction-number{font-family:var(--display);font-size:.9rem;color:#9bb3a0}
.direction-tag{display:flex;align-items:center;gap:.45rem;border:1px solid #d3e8d6;border-radius:999px;padding:.5rem .75rem;color:#3d8d55;font-size:.72rem;font-weight:750}
.direction-tag i{width:6px;height:6px;border-radius:50%;background:#43c777;animation:led-pulse 2.3s infinite}
.direction-art{position:relative;display:grid;place-items:center;height:330px;margin:1.25rem 0 1rem;isolation:isolate}
.outbound-art{display:flex;flex-direction:column;align-items:center;justify-content:center}
.direction-art::before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:#eaf7e9;z-index:-1}
.phone-ring{position:absolute;width:95px;height:95px;border:1px solid #76be88;border-radius:50%;animation:ring-out 3s ease-out infinite}
.ring-two{animation-delay:1s}.ring-three{animation-delay:2s}
@keyframes ring-out{from{opacity:.75;transform:scale(.7)}to{opacity:0;transform:scale(2.6)}}
.phone-glyph{display:grid;place-items:center;width:104px;height:104px;border:1px solid #087647;border-radius:28px;background:linear-gradient(145deg,#34bd6e,#087747);color:#fff;font-size:3.8rem;box-shadow:inset 0 2px rgba(255,255,255,.35),0 10px 0 #08693d,0 27px 30px rgba(21,127,62,.22);animation:phone-rock 5s ease-in-out infinite;transform-origin:50% 70%}
@keyframes phone-rock{25%{transform:rotate(-5deg)}35%{transform:rotate(4deg)}45%{transform:rotate(-2deg)}}
.art-pill{position:absolute;padding:.52rem .8rem;border:1px solid #cbe5cf;border-radius:10px;background:#fff;color:#487754;font-size:.7rem;font-weight:700;box-shadow:0 6px 0 #e5f0e6,0 13px 18px rgba(37,103,49,.07);animation:pill-float 5s ease-in-out infinite}
.art-pill-top{top:32px;left:clamp(0px,4vw,56px);transform:rotate(-7deg)}.art-pill-bottom{bottom:28px;right:clamp(0px,4vw,44px);animation-delay:1s;transform:rotate(5deg)}
@keyframes pill-float{50%{translate:0 -6px}}
.lead-ticket{position:relative;z-index:1;width:min(100%,240px);padding:1rem 1.2rem;border:1px solid #c1e2c8;border-radius:14px;background:#fff;box-shadow:0 7px 0 #dbeede,0 22px 30px rgba(29,105,49,.1);transform:rotate(-2deg);animation:ticket-float 6s ease-in-out infinite}
@keyframes ticket-float{50%{transform:translateY(-3px) rotate(-1deg)}}
.lead-ticket span{display:block;color:var(--muted);font-size:.7rem}.lead-ticket strong{display:block;margin-top:.5rem;font-size:.95rem}.ticket-line{width:100%;height:5px;margin-top:1.2rem;border-radius:8px;background:#e5f4e8;overflow:hidden}.ticket-line i{display:block;width:45%;height:100%;background:#67ce80;animation:ticket-scan 2.7s ease-in-out infinite alternate}
@keyframes ticket-scan{to{transform:translateX(120%)}}
.outbound-connector{position:relative;z-index:0;width:2px;height:54px;margin-block:-4px;background:#8dcf9d}.outbound-connector span{position:absolute;left:-3px;top:0;width:8px;height:8px;border-radius:50%;background:var(--green);animation:outbound-flow 2.6s linear infinite}@keyframes outbound-flow{to{transform:translateY(46px)}}
.call-bubble{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;width:90px;height:90px;border:1px solid #086a3f;border-radius:25px;background:linear-gradient(145deg,#36be6d,#0c7846);box-shadow:0 8px 0 #096a3d,0 20px 28px rgba(17,118,56,.2);transform:rotate(3deg);animation:call-bubble-float 5.4s ease-in-out infinite}
@keyframes call-bubble-float{50%{transform:translateY(-3px) rotate(2deg)}}
.call-symbol{color:#fff;font-size:1.75rem;line-height:1}.call-bubble .slip-wave{height:24px}.call-bubble .slip-wave i{width:4px;background:#fff}
.direction-panel h3{margin:auto 0 .7rem}.direction-panel p{margin:0;color:var(--muted);max-width:520px;font-size:.94rem}

/* Calendar and CRM handoff */
.handoff-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:5rem;align-items:center;padding-block:clamp(6rem,12vw,11rem)}
.handoff-copy h2{margin-bottom:1.5rem}.handoff-copy>p:not(.section-index){color:var(--muted);max-width:480px;margin-bottom:2rem}
.handoff-stack{position:relative;min-height:460px;display:flex;flex-direction:column;justify-content:center;align-items:center;isolation:isolate}
.handoff-stack::before{content:"";position:absolute;width:min(100%,440px);height:330px;border-radius:50%;background:#e4f3e6;z-index:-1;transform:rotate(-20deg);animation:backdrop-breathe 8s ease-in-out infinite alternate}
@keyframes backdrop-breathe{to{transform:rotate(-12deg) scale(1.05)}}
.handoff-card{position:relative;width:min(100%,410px);border:1px solid #d1e5d4;border-radius:17px;background:#fff;box-shadow:0 10px 0 #dbeadd,0 25px 45px rgba(22,81,37,.1);overflow:hidden}
.calendar-card{transform:rotate(-5deg) translate(-15px,8px);animation:calendar-float 6s ease-in-out infinite}
.crm-card{margin-top:-15px;transform:rotate(5deg) translate(30px,8px);animation:crm-float 6.8s ease-in-out infinite}
@keyframes calendar-float{50%{transform:rotate(-3deg) translate(-15px,0)}}@keyframes crm-float{50%{transform:rotate(3deg) translate(30px,0)}}
.mini-card-head{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid #e3efe5;color:#62816a;font-size:.72rem;font-weight:700}
.mini-dot{width:7px;height:7px;border-radius:50%;background:#56cd75;animation:led-pulse 2.4s infinite}.mini-more{margin-left:auto;font-size:1.1rem;letter-spacing:.15em}
.calendar-body{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.2rem 1.8rem}.calendar-icon{display:grid;place-items:center;flex:none;width:62px;height:62px;border:1px solid #c7e7cc;border-radius:12px;background:#e8f6e9;color:var(--green);font-size:2rem}.calendar-body strong{display:block;font-family:var(--display);font-size:1.35rem}.calendar-body small{display:block;margin-top:.3rem;color:var(--muted);font-size:.73rem}.check-badge{margin-left:auto;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#21a657;color:#fff;font-weight:800;animation:check-pop 3.5s ease-in-out infinite}
@keyframes check-pop{50%{transform:scale(1.12)}}
.crm-body{padding:1.4rem}.note-line{display:block;width:90%;height:9px;margin-bottom:.7rem;border-radius:99px;background:#e0f0e3;transform-origin:left;animation:note-fill 4s ease-in-out infinite alternate}.note-line.short{width:55%;animation-delay:.4s}.note-line.mid{width:75%;animation-delay:.8s}@keyframes note-fill{to{transform:scaleX(.86)}}
.crm-footer{display:flex;align-items:center;gap:.6rem;margin-top:1.2rem;padding-top:1rem;border-top:1px solid #e6efe7;color:#58735e;font-size:.75rem}.mini-avatar{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#ddf2e1;color:var(--green);font-size:.55rem;font-weight:800}
.handoff-connector{position:absolute;z-index:-1;left:50%;top:20%;width:3px;height:60%;background:#9bd9a6;transform:rotate(-12deg)}.handoff-connector span{display:block;width:8px;height:8px;border-radius:50%;background:var(--green);animation:connector-run 3.2s linear infinite}@keyframes connector-run{to{transform:translateY(270px)}}

/* Voice demo */
.demo-section{position:relative;overflow:hidden;background:#0c7542;color:#fff}
.demo-section::before,.demo-section::after{content:"";position:absolute;border:1px solid rgba(213,255,206,.14);border-radius:50%;width:700px;height:700px;right:-200px;top:-200px;pointer-events:none;animation:demo-orbit 40s linear infinite}.demo-section::after{width:400px;height:400px;right:-50px;top:-50px;animation-direction:reverse}
@keyframes demo-orbit{to{transform:rotate(360deg)}}
.demo-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:4rem;min-height:680px;padding-block:6rem}
.demo-copy .section-index{color:#baf5bd}.demo-copy h2{font-size:clamp(3.5rem,6vw,6.4rem);margin-bottom:1.4rem}.demo-copy>p:not(.section-index){max-width:550px;color:#d8f4df}.demo-prompt{font-size:.83rem;margin:1.6rem 0 2rem}
.button-light{border-color:#d6efda;background:#fff;color:#0b7041;box-shadow:0 5px 0 #a7dbb0,0 18px 28px rgba(0,0,0,.1)}.button-light:hover{background:#eefaf0;box-shadow:0 8px 0 #a7dbb0,0 22px 28px rgba(0,0,0,.14)}.button-light:active{box-shadow:0 2px 0 #a7dbb0}.button-light .button-arrow{background:#e1f2e4}
.demo-speaker{position:relative;display:grid;place-items:center;min-height:470px;isolation:isolate}
.speaker-orbit{position:absolute;width:340px;height:340px;border:1px dashed rgba(202,255,207,.45);border-radius:50%;animation:demo-orbit 28s linear infinite}.orbit-two{width:430px;height:430px;border-color:rgba(202,255,207,.22);animation-direction:reverse}
.speaker-core{display:grid;place-items:center;width:265px;height:265px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:radial-gradient(circle at 28% 24%,#51cf80,#17a75b 45%,#075b37);box-shadow:inset 0 5px 10px rgba(255,255,255,.3),inset 0 -15px 22px rgba(0,0,0,.15),0 12px 0 #075734,0 30px 70px rgba(0,0,0,.25),0 0 0 22px rgba(192,255,185,.08);animation:speaker-pulse 5s ease-in-out infinite}
@keyframes speaker-pulse{50%{transform:scale(1.04)}}
.speaker-waves{height:76px;gap:7px}.speaker-waves i{width:7px;background:#e6ffe7}
.speaker-label{position:absolute;border:1px solid rgba(212,255,214,.45);border-radius:11px;background:rgba(9,97,57,.85);padding:.75rem 1rem;font-size:.75rem;font-weight:700;box-shadow:0 5px 0 rgba(1,68,38,.7);backdrop-filter:blur(6px);animation:pill-float 5s ease-in-out infinite}.label-one{left:3%;top:14%}.label-two{right:0;top:25%;animation-delay:1s}.label-three{left:6%;bottom:13%;animation-delay:2s}

/* Booking */
.booking-section{padding-block:clamp(6rem,10vw,10rem)}
.booking-heading{text-align:center;max-width:720px;margin:0 auto 3.5rem}.booking-heading h2{margin-bottom:1rem}.booking-heading>p:last-child{color:var(--muted)}
.booking-frame{width:min(100%,900px);margin:auto;overflow:hidden;border:1px solid #c6e1cb;border-radius:20px;background:#fff;box-shadow:0 10px 0 #dcece0,0 28px 55px rgba(28,91,47,.12);transition:transform .35s ease,box-shadow .35s ease}.booking-frame:hover{transform:translateY(-4px);box-shadow:0 14px 0 #dcece0,0 32px 60px rgba(28,91,47,.14)}
.booking-frame-head{display:flex;align-items:center;gap:1rem;padding:.85rem 1.1rem;border-bottom:1px solid #dcebdd;background:#f4faf5;color:#5d7c65;font-size:.75rem;font-weight:700}.frame-dots{display:flex;gap:4px}.frame-dots i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#82d094;animation:led-pulse 2s infinite}.frame-dots i:nth-child(2){animation-delay:.35s}.frame-dots i:nth-child(3){animation-delay:.7s}
#my-cal-inline-ai-audit{min-height:590px;overflow:auto}
.booking-fallback{display:flex;justify-content:center;gap:.4rem;flex-wrap:wrap;padding:1rem;border-top:1px solid #e1ede3;color:var(--muted);font-size:.8rem}.booking-fallback a{color:var(--green-dark);font-weight:700;text-underline-offset:3px}

/* FAQ and footer */
.faq-section{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:5rem;padding-block:clamp(5rem,9vw,9rem);border-top:1px solid var(--line)}
.faq-heading{position:relative}.faq-heading h2{max-width:340px}.faq-heading::after{content:'✳';display:block;margin-top:3rem;color:#8bd89b;font-size:4rem;animation:demo-orbit 22s linear infinite;width:max-content}
.faq-list{border-top:1px solid #c9dfcd}.faq-item{border-bottom:1px solid #c9dfcd;transition:background .25s ease}.faq-item:hover{background:rgba(222,244,226,.45)}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1.5rem .4rem;border:0;background:none;text-align:left;color:var(--ink);font-family:var(--body);font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:700;letter-spacing:-.02em;cursor:pointer}.faq-question span:first-child{transition:transform .25s ease}.faq-question:hover span:first-child{transform:translateX(5px)}
.faq-plus{position:relative;flex:none;width:27px;height:27px;border:1px solid #bedbc4;border-radius:50%;background:#e9f5eb;transition:transform .35s ease,background .35s ease}.faq-plus::before,.faq-plus::after{content:"";position:absolute;left:7px;top:12px;width:11px;height:2px;background:var(--green);border-radius:2px}.faq-plus::after{transform:rotate(90deg);transition:transform .35s ease}.faq-item.open .faq-plus{background:var(--green);transform:rotate(180deg)}.faq-item.open .faq-plus::before,.faq-item.open .faq-plus::after{background:#fff}.faq-item.open .faq-plus::after{transform:rotate(0)}
.faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s ease,opacity .35s ease}.faq-answer>div{overflow:hidden}.faq-answer p{margin:0;padding:.1rem 3.2rem 1.6rem .4rem;max-width:600px;color:var(--muted);font-size:.9rem}.faq-item.open .faq-answer{grid-template-rows:1fr;opacity:1}
.site-footer{background:#e8f4ea;border-top:1px solid #d4e9d7}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-block:5rem}.footer-brand{width:170px}.footer-brand img{width:170px}.footer-main p{max-width:300px;color:var(--muted);font-size:.85rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-links>div{display:flex;flex-direction:column;gap:.8rem}.footer-links strong{font-family:var(--display);font-size:1rem}.footer-links a,.footer-bottom a{width:max-content;text-decoration:none;color:#59745f;font-size:.83rem;transition:color .25s ease,transform .25s ease}.footer-links a:hover,.footer-bottom a:hover{color:var(--green);transform:translateX(3px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;border-top:1px solid #cee3d1;color:#78907d;font-size:.75rem}.footer-bottom>div{display:flex;gap:1.5rem}

/* Reveals add depth without hiding content when JavaScript is unavailable. */
.js-enabled .reveal{opacity:0;transform:translate3d(0,34px,0);transition:opacity .8s ease,transform .8s cubic-bezier(.18,.78,.2,1)}
.js-enabled .reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}
.call-slip:nth-child(2).reveal,.direction-panel:nth-child(2).reveal{transition-delay:.1s}.call-slip:nth-child(3).reveal{transition-delay:.2s}

@media(max-width:1100px){.hero-inner{grid-template-columns:1fr 1fr;gap:2rem}h1{font-size:clamp(3.3rem,6vw,5.4rem)}.route-diagram{grid-template-columns:minmax(0,1fr) 18px 82px 18px minmax(0,1fr)}.route-agent{width:80px;height:80px}.route-item strong{font-size:.61rem}.route-item small{font-size:.55rem}.scene-button{font-size:.67rem}.handoff-section{gap:2rem}}
@media(max-width:880px){.desktop-nav,.header-cta{display:none}.header-inner{min-height:68px;justify-content:space-between}.brand{height:58px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;border:1px solid #cbe2cf;border-radius:10px;background:#fff;cursor:pointer}.menu-toggle span{height:2px;width:18px;margin-inline:auto;border-radius:2px;background:var(--green-dark);transition:transform .3s ease}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;display:grid;grid-template-rows:0fr;visibility:hidden;padding:0 1.5rem;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 15px 22px rgba(16,60,27,.08);transition:grid-template-rows .3s ease,visibility .3s ease,padding .3s ease}.mobile-nav a{display:block;min-height:0;overflow:hidden;text-decoration:none;font-family:var(--body);font-size:1.3rem;font-weight:600;opacity:0;transition:opacity .2s ease}.mobile-nav.open{visibility:visible;grid-template-rows:repeat(4,1fr);padding:1rem 1.5rem 1.4rem}.mobile-nav.open a{padding:.75rem .2rem;opacity:1}.hero-inner{grid-template-columns:1fr;padding-top:5rem;gap:4rem}.hero-copy{max-width:680px}.console-wrap{max-width:600px}.section-intro{grid-template-columns:1fr;gap:1.3rem}.section-intro .section-index{margin-bottom:0}.directions-grid{gap:.8rem}.direction-panel{padding:1.4rem;min-height:570px}.handoff-section{grid-template-columns:1fr;gap:1.5rem}.handoff-copy{max-width:700px}.handoff-stack{max-width:600px;margin-inline:auto;width:100%}.demo-inner{gap:1rem}.faq-section{gap:2.5rem}}
@media(max-width:680px){.section-shell,.hero-inner,.hero-bottom,.header-inner{width:min(100% - 2rem,1200px)}.hero-inner{padding:3.5rem 0 3rem;gap:3rem}.hero-note{font-size:.72rem}.hero-description{font-size:1rem}.hero-footnote{margin-top:2.4rem}.hero-bottom{padding-bottom:1rem}.call-console{padding:.75rem;border-radius:22px}.console-screen{padding:.8rem}.console-shadow{border-radius:23px}.directions-grid{grid-template-columns:1fr}.direction-panel{min-height:570px}.direction-art{height:310px}.call-slip,.call-slip:nth-child(2),.call-slip:nth-child(3){margin-left:0}.call-slip{grid-template-columns:65px minmax(0,1fr) 20px;gap:1rem;padding:1.3rem;min-height:165px}.slip-icon{width:55px;height:55px;font-size:1.6rem}.slip-signal>.slip-wave{display:none}.call-slip h3{font-size:1.55rem}.call-slip p{font-size:.84rem}.handoff-section{padding-block:6rem}.demo-inner{grid-template-columns:1fr;min-height:0;padding-block:5rem 4rem}.demo-speaker{min-height:380px}.speaker-core{width:215px;height:215px}.speaker-orbit{width:290px;height:290px}.orbit-two{width:360px;height:360px}.faq-section{grid-template-columns:1fr;gap:1rem}.faq-heading::after{display:none}.footer-main{grid-template-columns:1fr}.booking-section{padding-block:6rem}.booking-frame{border-radius:13px}}
@media(max-width:480px){h1{font-size:clamp(3.1rem,12vw,4.5rem)}h2{font-size:clamp(2.65rem,10vw,3.8rem)}.hero-actions{gap:1.3rem}.hero-actions .button{width:100%}.text-link{font-size:.88rem}.console-header{padding:.35rem .2rem .75rem}.console-brand{font-size:.62rem}.console-brand small{font-size:.45rem}.console-live{font-size:.58rem}.scene-picker{gap:.15rem;padding:.2rem}.scene-button{font-size:.65rem;gap:.16rem;min-height:2.75rem;padding:.2rem}.scene-symbol{font-size:.8rem}.route-diagram{grid-template-columns:minmax(0,1fr) 12px 70px 12px minmax(0,1fr);gap:.1rem;min-height:205px}.route-agent{width:68px;height:68px;font-size:.57rem}.route-agent .agent-waves{height:23px}.route-icon{width:32px;height:32px;font-size:1rem;border-radius:9px}.route-item strong{font-size:.65rem}.route-item small{font-size:.62rem}.screen-top{font-size:.6rem}.screen-caption{font-size:.61rem}.console-bottom p{font-size:.57rem}.console-grip{display:none}.console-note{font-size:.68rem}.signal-track{gap:1.5rem}.signal-track span{font-size:.95rem}.section-intro{margin-bottom:2rem}.missed-section{padding-block:5rem}.call-slip{grid-template-columns:48px minmax(0,1fr);gap:.85rem;padding:1rem}.slip-icon{width:43px;height:43px;border-radius:12px;font-size:1.3rem}.slip-end{display:none}.call-slip h3{font-size:1.4rem}.call-slip p{font-size:.81rem}.direction-panel{min-height:550px}.direction-art::before{width:220px;height:220px}.handoff-stack{min-height:380px}.handoff-card{width:90%}.calendar-body{padding:1.2rem .8rem;gap:.7rem}.calendar-icon{width:46px;height:46px;font-size:1.4rem}.calendar-body strong{font-size:1.1rem}.calendar-body small{font-size:.63rem}.crm-card{transform:rotate(5deg) translate(10px,8px)}.demo-speaker{min-height:320px}.speaker-core{width:175px;height:175px}.speaker-orbit{width:240px;height:240px}.orbit-two{width:300px;height:300px}.speaker-label{font-size:.62rem;padding:.55rem .7rem}.label-one{left:0}.label-two{right:0}.label-three{left:0}.booking-frame-head{font-size:.65rem}.footer-links{gap:1rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom>div{flex-wrap:wrap;gap:1rem}}
@media(max-width:1200px){.handoff-stack::before{width:min(75%,320px);height:260px}}
@media(min-width:881px) and (max-width:1200px){.handoff-card{width:min(calc(100% - 3rem),410px)}}
@media(max-width:680px){.handoff-stack::before{width:min(70%,320px);height:250px}}
@media(max-width:680px){.crm-card{transform:rotate(5deg) translate(7px,8px);animation:crm-float-mobile 6.8s ease-in-out infinite}@keyframes crm-float-mobile{0%,100%{transform:rotate(5deg) translate(7px,8px)}50%{transform:rotate(3deg) translate(7px,0)}}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js-enabled .reveal{opacity:1;transform:none}.console-wrap,.call-console{will-change:auto}}
