@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");@font-face{font-family:Inter Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}.landing-new{--primary-black:#000000;--primary-white:#ffffff;--accent-lime:#e8ff9c;--accent-cyan:#9cf2ff;--gray-100:#fafafa;--gray-200:#f5f5f5;--gray-300:#e5e5e5;--gray-400:#a3a3a3;--gray-500:#6e6e6e;--gray-600:#525252;--gray-700:#262626;--gray-800:#121212;--gray-900:#0a0a0a;font-family:var(--font-host-grotesk),var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--primary-white);color:var(--primary-black);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}.landing-new,.landing-new *,.landing-new :after,.landing-new :before{box-sizing:border-box}.landing-new .italic{font-family:Libre Baskerville,Georgia,serif;font-style:italic}.landing-new .brand,.landing-new strong{font-family:"Inter Black",var(--font-inter),sans-serif!important;font-weight:900!important;letter-spacing:-.02em}.landing-new .highlight{color:var(--primary-black);font-weight:600}.landing-new .nav{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(229,229,229,.5);transition:transform .3s ease}.landing-new .nav.nav-hidden{transform:translateY(-100%)}.landing-new .nav-container{max-width:1400px;margin:0 auto;padding:10px 40px 6px;display:flex;align-items:center;justify-content:space-between}.landing-new .nav-logo{text-decoration:none}.landing-new .logo-text{font-family:"Inter Black",var(--font-inter),sans-serif;font-weight:900;font-size:20px;letter-spacing:-.02em;color:var(--primary-black)}.landing-new .nav-links{display:flex;gap:32px;align-items:center}.landing-new .nav-link{font-size:14px;font-weight:500;color:var(--primary-black);text-decoration:none;transition:opacity .2s ease}.landing-new .nav-link:hover{opacity:.6}.landing-new .nav-cta{background:var(--primary-black);color:var(--primary-white);padding:8px 24px;border-radius:48px;font-size:14px;font-weight:500;text-decoration:none;border:2px solid rgba(255,255,255,.2);transition:all .2s ease}.landing-new .nav-cta:hover{background:var(--gray-800)}.landing-new .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}.landing-new .hamburger{width:24px;height:18px;position:relative}.landing-new .hamburger span{display:block;width:100%;height:2px;background:var(--primary-black);border-radius:2px;position:absolute;left:0;transition:all .3s ease}.landing-new .hamburger span:first-child{top:0}.landing-new .hamburger span:nth-child(2){top:8px}.landing-new .hamburger span:nth-child(3){top:16px}.landing-new .hamburger.open span:first-child{transform:rotate(45deg);top:8px}.landing-new .hamburger.open span:nth-child(2){opacity:0}.landing-new .hamburger.open span:nth-child(3){transform:rotate(-45deg);top:8px}.landing-new .mobile-menu{display:none;flex-direction:column;padding:16px 24px 24px;background:var(--primary-white);border-top:1px solid var(--gray-200);gap:0}.landing-new .mobile-link{padding:14px 0;font-size:16px;font-weight:500;color:var(--primary-black);text-decoration:none;border-bottom:1px solid var(--gray-200)}.landing-new .mobile-link:last-child{border-bottom:none}.landing-new .mobile-cta{display:block;margin-top:16px;padding:12px 24px;background:var(--primary-black);color:var(--primary-white);text-align:center;border-radius:48px;font-size:14px;font-weight:500;text-decoration:none}.landing-new .hero-image-section{margin-top:65px;width:100%;height:calc(100vh - 65px);position:relative}.landing-new .hero-image-container{width:100%;height:100%;position:relative;overflow:hidden}.landing-new .tagline-section{padding:80px 40px 0;max-width:1400px;margin:0 auto}.landing-new .tagline-container{display:flex;justify-content:space-between;align-items:flex-start}.landing-new .tagline-content{display:flex;flex-direction:column;gap:8px}.landing-new .tagline-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(36px,5vw,56px);font-weight:400;letter-spacing:-.03em;line-height:1.1;color:var(--primary-black)}.landing-new .tagline-brand{font-family:"Inter Black",var(--font-inter),sans-serif;font-weight:900;font-size:16px;letter-spacing:-.02em;color:var(--primary-black)}.landing-new .tagline-cta{padding:8px 28px;border:1px solid var(--gray-300);border-radius:48px;font-size:14px;font-weight:500;color:var(--primary-black);text-decoration:none;transition:all .2s ease;white-space:nowrap}.landing-new .tagline-cta:hover{background:var(--gray-100);border-color:var(--gray-400)}.landing-new .tagline-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-new .tagline-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/9}.landing-new .tagline-card-label{position:absolute;top:12px;left:12px;padding:6px 12px;background:rgba(255,255,255,.9);border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.05em;color:var(--gray-700);z-index:1}.landing-new .tagline-card-image{width:100%;height:100%;background:linear-gradient(135deg,#2d1b4e,#4a2c5a 30%,#8b6d9a 60%,#d4a574)}.landing-new .tagline-card:nth-child(2) .tagline-card-image{background:linear-gradient(135deg,#4a2c5a,#8b6d9a 40%,#d4a574 70%,#e8c4a0)}.landing-new .tagline-card:nth-child(3) .tagline-card-image{background:linear-gradient(135deg,#1a3a5c,#2d5a7b 40%,#4a8ab0 70%,#7ab8d4)}.landing-new .showcase-section{padding:80px 40px;width:100%;overflow:hidden;min-height:100vh;display:flex;align-items:center}.landing-new .showcase-container{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center;width:100%}.landing-new .showcase-text{position:sticky;top:50%;transform:translateY(-50%)}.landing-new .showcase-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black)}.landing-new .showcase-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;height:130vh}.landing-new .showcase-column,.landing-new .showcase-columns{overflow:hidden;position:relative}.landing-new .showcase-scroll{display:flex;flex-direction:column;gap:20px}.landing-new .showcase-scroll.scroll-down{animation:scrollDown 30s linear infinite}.landing-new .showcase-scroll.scroll-up{animation:scrollUp 30s linear infinite}@keyframes scrollDown{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollUp{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.landing-new .showcase-card{border-radius:16px;overflow:hidden}.landing-new .showcase-card-image{width:100%;height:auto;display:block;border-radius:16px}.landing-new .showcase-columns-mobile{display:none}.landing-new .showcase-card-mobile{flex-shrink:0;border-radius:12px;overflow:hidden}.landing-new .showcase-card-mobile .showcase-card-image{border-radius:12px}.landing-new .showcase-mobile-title{display:none}.landing-new .showcase-mobile-title em{font-family:Libre Baskerville,Georgia,serif;font-style:italic}.landing-new .stats{background:var(--primary-white);padding:80px 40px}.landing-new .stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.landing-new .stat{text-align:center}.landing-new .stat-number{display:block;font-size:48px;font-weight:600;color:var(--primary-black);letter-spacing:-.02em;margin-bottom:8px}.landing-new .stat-label{font-size:14px;color:var(--gray-600);text-transform:lowercase}.landing-new .section-header{margin-bottom:24px}.landing-new .section-badge{display:inline-block;padding:8px 16px;background:var(--gray-100);border-radius:24px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600)}.landing-new .section-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(28px,4vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);max-width:800px}.landing-new .voice-section{padding:80px 40px;max-width:1400px;margin:0 auto}.landing-new .voice-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-new .voice-video-wrapper{aspect-ratio:1/1;border-radius:24px;position:relative;overflow:hidden}.landing-new .voice-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px}.landing-new .voice-content{padding:40px 0}.landing-new .voice-label{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:14px;color:var(--gray-500)}.landing-new .voice-dot{width:8px;height:8px;background:var(--gray-400);border-radius:50%}.landing-new .voice-text{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:400;line-height:1.3;letter-spacing:-.02em;color:var(--primary-black)}.landing-new .voice-cursor{color:var(--gray-400);animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.landing-new .features-section{padding:80px 40px;max-width:1400px;margin:0 auto}.landing-new .features-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--gray-500)}.landing-new .features-dot{width:8px;height:8px;background:var(--gray-400);border-radius:50%}.landing-new .features-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);margin-bottom:60px}.landing-new .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:120px}.landing-new .feature-card{display:flex;flex-direction:column}.landing-new .feature-image-wrapper{width:100%;aspect-ratio:4/3;border-radius:16px;margin-bottom:24px;position:relative;overflow:hidden}.landing-new .feature-title{font-size:20px;font-weight:500;color:var(--primary-black);margin-bottom:12px}.landing-new .feature-description{font-size:15px;line-height:1.6;color:var(--gray-600);margin-bottom:24px;max-width:400px}.landing-new .feature-cta{display:inline-block;padding:8px 24px;background:var(--primary-black);color:var(--primary-white);border-radius:48px;font-size:14px;font-weight:500;text-decoration:none;margin-bottom:16px;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.landing-new .feature-cta:hover{background:var(--gray-800)}.landing-new .feature-stat{display:block;font-size:13px;color:var(--gray-400)}.landing-new .agents-section{padding:80px 40px;max-width:1400px;margin:0 auto}.landing-new .agents-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--gray-500)}.landing-new .agents-dot{width:8px;height:8px;background:var(--gray-400);border-radius:50%}.landing-new .agents-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);margin-bottom:40px}.landing-new .agents-tabs{display:flex;gap:32px;margin-bottom:24px}.landing-new .agent-tab{padding:8px 0;border:none;border-bottom:2px solid transparent;background:transparent;font-size:15px;font-weight:500;color:var(--gray-400);cursor:pointer;transition:all .2s ease}.landing-new .agent-tab:hover{color:var(--gray-600)}.landing-new .agent-tab.active{color:var(--primary-black);border-bottom-color:var(--primary-black)}.landing-new .agents-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-new .agents-image-wrapper{width:100%;aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.landing-new .agents-info{padding:40px 0}.landing-new .agent-name{font-size:15px;font-weight:400;color:var(--gray-500);margin-bottom:16px}.landing-new .agent-description{font-size:14px;font-weight:400;line-height:1.5;color:var(--gray-600);margin-bottom:32px}.landing-new .agent-cta{display:inline-block;padding:8px 24px;background:var(--primary-black);color:var(--primary-white);border-radius:48px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.landing-new .agent-cta:hover{background:var(--gray-800)}.landing-new .how-it-works{padding:80px 40px;max-width:1400px;margin:0 auto}.landing-new .how-header{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:60px}.landing-new .how-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--gray-500)}.landing-new .how-dot{width:8px;height:8px;background:var(--gray-400);border-radius:50%}.landing-new .how-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:500;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);text-align:right}.landing-new .how-title .light{color:var(--gray-400)}.landing-new .how-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-new .steps-list{display:flex;flex-direction:column;gap:32px}.landing-new .step{display:flex;align-items:flex-start;gap:16px;position:relative;background:none;border:none;text-align:left;cursor:pointer;width:100%;padding:0}.landing-new .step-indicator{width:2px;height:100%;min-height:80px;background:var(--gray-200);position:absolute;left:0;top:0;transition:background .2s ease}.landing-new .step.active .step-indicator{background:var(--primary-black)}.landing-new .step-icon{margin-left:20px;color:var(--gray-400);flex-shrink:0}.landing-new .step-content{flex:1}.landing-new .step-title{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--primary-black)}.landing-new .step-description{font-size:14px;line-height:1.6;color:var(--gray-600);max-width:350px}.landing-new .how-image-wrapper{width:100%;aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.landing-new .faq-section{padding:80px 40px;max-width:900px;margin:0 auto}.landing-new .faq-list{margin-top:48px}.landing-new .faq-item{border-bottom:1px solid var(--gray-200);cursor:pointer}.landing-new .faq-question{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:16px;font-weight:500}.landing-new .faq-icon{font-size:24px;color:var(--gray-400)}.landing-new .faq-answer{padding:0 0 24px;font-size:15px;line-height:1.6;color:var(--gray-600)}.landing-new .cta-section{padding:80px 40px;background:var(--primary-white);max-width:1400px;margin:0 auto}.landing-new .cta-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-new .cta-content{max-width:450px}.landing-new .cta-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);margin-bottom:32px}.landing-new .cta-btn{display:inline-block;padding:8px 32px;background:var(--primary-black);color:var(--primary-white);border-radius:48px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.landing-new .cta-btn:hover{background:var(--gray-800)}.landing-new .cta-booklet{position:relative;display:flex;justify-content:center;padding:40px}.landing-new .cta-booklet-wrapper{position:relative}.landing-new .cta-booklet-image{display:block;width:100%;max-width:350px;height:auto;border-radius:4px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.landing-new .cta-booklet-shadow{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:250px;height:80px;background:radial-gradient(ellipse at center,rgba(0,0,0,.2) 0,transparent 70%);filter:blur(10px);z-index:-1}.landing-new .brochure-viewer{width:320px;display:flex;flex-direction:column;gap:16px}.landing-new .brochure-pages{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.landing-new .brochure-pages::-webkit-scrollbar{display:none}.landing-new .brochure-page{flex:0 0 100%;scroll-snap-align:start;position:relative;aspect-ratio:3/4;min-height:420px;background:#fff}.landing-new .brochure-download-page{background:linear-gradient(135deg,#f8f8f8,#f0f0f0)}.landing-new .brochure-download-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;gap:16px}.landing-new .brochure-download-icon{color:var(--gray-400)}.landing-new .brochure-download-text{font-size:14px;color:var(--gray-600);max-width:200px;line-height:1.5}.landing-new .brochure-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:240px}.landing-new .brochure-input{width:100%;padding:12px 16px;border:1px solid var(--gray-300);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease}.landing-new .brochure-input:focus{border-color:var(--primary-black)}.landing-new .brochure-input::-moz-placeholder{color:var(--gray-400)}.landing-new .brochure-input::placeholder{color:var(--gray-400)}.landing-new .brochure-error{font-size:12px;color:#e53935;margin:0}.landing-new .brochure-submit{width:100%;padding:12px 24px;background:var(--primary-black);color:var(--primary-white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.landing-new .brochure-submit:hover{background:var(--gray-800)}.landing-new .brochure-submit:disabled{opacity:.6;cursor:not-allowed}.landing-new .brochure-nav{display:flex;align-items:center;justify-content:center;gap:16px}.landing-new .brochure-nav-btn{width:36px;height:36px;border:1px solid var(--gray-300);border-radius:50%;background:var(--primary-white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--primary-black);transition:all .2s ease}.landing-new .brochure-nav-btn:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400)}.landing-new .brochure-nav-btn:disabled{opacity:.4;cursor:not-allowed}.landing-new .brochure-page-count{font-size:13px;color:var(--gray-500);min-width:50px;text-align:center}.landing-new .brochure-hint{font-size:12px;color:var(--gray-400);text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}.landing-new .brochure-hint-icon{animation:swipeHint 2s ease-in-out infinite}@keyframes swipeHint{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}.flipbook-container{width:350px;height:480px;border-radius:8px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.pdf-flipbook-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px}.flipbook{box-shadow:0 20px 40px rgba(0,0,0,.15);border-radius:4px}.flipbook-page-wrapper{background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.flipbook-page{width:100%;height:100%}.flipbook-page canvas{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain}.flipbook-controls{display:flex;align-items:center;gap:16px;margin-top:16px}.flipbook-nav-btn{width:36px;height:36px;border:1px solid var(--gray-300);border-radius:50%;background:var(--primary-white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--primary-black);transition:all .2s ease}.flipbook-nav-btn:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400)}.flipbook-nav-btn:disabled{opacity:.4;cursor:not-allowed}.flipbook-page-indicator{font-size:13px;color:var(--gray-500);min-width:60px;text-align:center}.flipbook-loading{width:300px;height:420px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:4px}.flipbook-loading-spinner{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:var(--primary-black);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.flipbook-error{width:300px;height:420px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:4px;padding:20px;text-align:center}.flipbook-error p{color:var(--gray-500);font-size:14px}.landing-new .library-section{padding:80px 40px;max-width:1400px;margin:0 auto}.landing-new .library-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--gray-500)}.landing-new .library-dot{width:8px;height:8px;background:var(--gray-400);border-radius:50%}.landing-new .library-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:500;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);margin-bottom:60px}.landing-new .library-title .light{color:var(--gray-400)}.landing-new .library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.landing-new .library-card{background:var(--primary-white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:all .2s ease;display:flex;flex-direction:column}.landing-new .library-card:hover{border-color:var(--gray-300);box-shadow:0 4px 12px rgba(0,0,0,.08)}.landing-new .library-card-image{height:200px;margin:16px;border-radius:8px;background:linear-gradient(135deg,#ff9a6c,#ff6b8a 30%,#a855f7 60%,#6366f1);background-size:cover;background-position:50%}.landing-new .library-card:nth-child(2) .library-card-image{background:linear-gradient(135deg,#a8e6cf,#88d4ab 30%,#5ebf9a 60%,#38a179)}.landing-new .library-card:nth-child(3) .library-card-image{background:linear-gradient(135deg,#ffd6e0,#c9a0dc 30%,#9db4d4 60%,#7ec8e3)}.landing-new .library-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.landing-new .library-card-quote{font-size:18px;font-weight:500;line-height:1.4;color:var(--primary-black);margin-bottom:24px;flex:1}.landing-new .library-card-meta{display:flex;justify-content:space-between;align-items:flex-end}.landing-new .library-card-title{font-size:13px;font-weight:500;color:var(--gray-600);margin-bottom:4px}.landing-new .library-card-date,.landing-new .library-card-index{font-size:12px;color:var(--gray-400)}.landing-new .library-nav{display:flex;justify-content:flex-end;gap:16px}.landing-new .library-nav-btn{width:48px;height:48px;border:1px solid var(--gray-300);border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--primary-black);transition:all .2s ease}.landing-new .library-nav-btn:hover{background:var(--gray-100);border-color:var(--gray-400)}.landing-new .final-cta-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 40px;background:var(--primary-white)}.landing-new .final-cta-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px}.landing-new .final-cta-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,5vw,56px);font-weight:500;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black)}.landing-new .final-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 32px;background:var(--primary-black);color:var(--primary-white);border-radius:48px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s ease}.landing-new .final-cta-btn:hover{background:var(--gray-800)}.landing-new .final-cta-arrow{font-size:18px}@media (max-width:768px){.landing-new .final-cta-section{padding:50px 24px}}.landing-new .hero-cta-section{position:relative;min-height:500px;background-image:url(/images/optimized/homepage-images/home_FinalCTA.webp);background-size:cover;background-position:50%;display:flex;align-items:center;padding:80px 40px}.landing-new .hero-cta-content{max-width:1400px;margin:0 auto;width:100%}.landing-new .hero-cta-title{font-family:var(--font-host-grotesk),sans-serif;font-size:clamp(32px,4vw,48px);font-weight:400;letter-spacing:-.03em;line-height:1.2;color:var(--primary-black);margin-bottom:24px}.landing-new .hero-cta-btn{display:inline-block;padding:8px 28px;background:var(--primary-black);color:var(--primary-white);border-radius:48px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.landing-new .hero-cta-btn:hover{background:var(--gray-800)}@media (max-width:768px){.landing-new .hero-cta-section{min-height:400px;padding:40px 24px}}.landing-new .footer{position:relative}.landing-new .footer-bg{position:relative;width:100%;aspect-ratio:960/867;display:flex;flex-direction:column;justify-content:flex-end}.landing-new .footer-bg-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0;background-color:transparent}.landing-new .footer-bg>span{background-color:transparent!important}.landing-new .footer-bg:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,var(--primary-white) 0,var(--primary-white) 10%,transparent 100%);z-index:1;pointer-events:none}.landing-new .footer-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%;padding:0 40px 40px}.landing-new .footer-main{display:flex;justify-content:space-between;align-items:flex-start;gap:80px;margin-bottom:60px}.landing-new .footer-brand{max-width:200px}.landing-new .footer-logo{font-family:"Inter Black",var(--font-inter),sans-serif;font-weight:900;font-size:24px;letter-spacing:-.02em;color:var(--primary-white)}.landing-new .footer-tagline{font-size:14px;color:rgba(255,255,255,.7);margin-top:8px}.landing-new .footer-social{display:flex;gap:16px;margin-top:20px}.landing-new .social-link{color:var(--primary-white);opacity:.8;transition:opacity .2s ease}.landing-new .social-link:hover{opacity:1}.landing-new .footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.landing-new .footer-column a{display:block;font-size:13px;color:rgba(255,255,255,.7);text-decoration:none;margin-bottom:12px;transition:color .2s ease}.landing-new .footer-column a strong,.landing-new .footer-column a:hover{color:var(--primary-white)}.landing-new .footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:24px;padding-top:24px}.landing-new .footer-copyright p{font-size:12px;color:rgba(255,255,255,.6);margin:0}.landing-new .footer-copyright p strong{color:rgba(255,255,255,.8)}.landing-new .footer-location{margin-top:4px!important}.landing-new .footer-badges{display:flex;gap:24px;flex-wrap:wrap}.landing-new .badge{font-size:11px;color:rgba(255,255,255,.6)}@media (max-width:1024px){.landing-new .voice-container{grid-template-columns:1fr;gap:40px}.landing-new .voice-video-wrapper{max-width:500px;margin:0 auto}.landing-new .features-grid{grid-template-columns:1fr;gap:60px}.landing-new .tagline-cards{grid-template-columns:repeat(2,1fr)}.landing-new .showcase-container{grid-template-columns:1fr;gap:40px}.landing-new .showcase-text{position:static;transform:none;text-align:center;display:block}.landing-new .showcase-columns{height:500px}.landing-new .agents-section{padding:40px 24px}.landing-new .agents-title{font-size:24px;margin-bottom:24px}.landing-new .agents-tabs{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;margin-bottom:24px;overflow-x:auto}.landing-new .agent-tab{font-size:14px;padding:6px 0;white-space:nowrap;flex-shrink:0}.landing-new .agents-content{display:flex;flex-direction:column;gap:24px}.landing-new .agents-info{order:1;padding:0}.landing-new .agents-image-wrapper{order:2;max-width:100%;height:250px;border-radius:12px}.landing-new .agent-name{font-size:14px;margin-bottom:8px}.landing-new .agent-description{font-size:14px;margin-bottom:16px}.landing-new .agent-cta{font-size:13px;padding:10px 20px}.landing-new .how-it-works{padding:40px 24px}.landing-new .how-header{align-items:flex-start;margin-bottom:32px}.landing-new .how-title{text-align:left;font-size:24px}.landing-new .how-content{grid-template-columns:1fr;gap:32px}.landing-new .how-image-wrapper{order:-1;max-width:100%;height:250px;border-radius:16px}.landing-new .steps-list{gap:20px}.landing-new .step{gap:12px}.landing-new .step-indicator{min-height:60px}.landing-new .step-title{font-size:14px;margin-bottom:4px}.landing-new .step-description{font-size:12px;max-width:100%}.landing-new .step-icon{margin-left:16px}.landing-new .cta-section{padding:40px 24px}.landing-new .cta-container{grid-template-columns:1fr;gap:32px;text-align:center}.landing-new .cta-content{max-width:100%}.landing-new .cta-title{font-size:24px;margin-bottom:20px}.landing-new .cta-btn{padding:10px 24px;font-size:13px}.landing-new .cta-booklet{padding:20px}.landing-new .library-grid{grid-template-columns:repeat(2,1fr)}.landing-new .footer-main{flex-direction:column;gap:48px}}@media (max-width:768px){.landing-new .nav-cta,.landing-new .nav-links{display:none}.landing-new .mobile-menu-btn{display:block}.landing-new .mobile-menu{display:flex}.landing-new .nav-container{padding:16px 24px}.landing-new .hero-image-section{margin-top:57px;height:calc(100vh - 57px)}.landing-new .hero-image-container{height:100%}.landing-new .tagline-section{padding:60px 24px 0}.landing-new .voice-section{padding:40px 24px}.landing-new .voice-video-wrapper{max-width:100%;aspect-ratio:4/3;max-height:300px}.landing-new .voice-content{padding:20px 0}.landing-new .voice-label{margin-bottom:16px}.landing-new .voice-text{font-size:20px}.landing-new .tagline-container{flex-direction:column;gap:24px}.landing-new .tagline-cards{grid-template-columns:1fr}.landing-new .showcase-section{padding:40px 0;min-height:auto}.landing-new .showcase-columns,.landing-new .showcase-text{display:none}.landing-new .showcase-mobile-title{display:flex;flex-direction:column;align-items:center;text-align:center;color:#000;font-size:32px;font-family:var(--font-host-grotesk),sans-serif;font-weight:400;letter-spacing:-.03em;line-height:1.2;padding:0 24px 24px}.landing-new .showcase-columns-mobile{display:flex;justify-content:center;gap:12px;height:85vh;min-height:500px;overflow:hidden;position:relative}.landing-new .showcase-column-mobile{overflow:hidden;position:relative;flex-shrink:0;width:45vw}.landing-new .showcase-column-mobile:first-child{margin-left:calc(-22.5vw - 6px)}.landing-new .showcase-column-mobile:last-child{margin-right:calc(-22.5vw - 6px)}.landing-new .showcase-column-mobile .showcase-scroll{display:flex;flex-direction:column;gap:12px}.landing-new .showcase-card-mobile{width:100%}.landing-new .showcase-card-title{font-size:15px}.landing-new .agents-section{padding:50px 24px}.landing-new .agents-tabs{gap:20px;flex-wrap:wrap}.landing-new .how-it-works,.landing-new .library-section{padding:50px 24px}.landing-new .library-grid{grid-template-columns:1fr}.landing-new .library-card-quote{font-size:16px}.landing-new .cta-section{padding:50px 24px}.landing-new .cta-booklet-image{max-width:280px}.landing-new .stats{padding:40px 24px}.landing-new .stats-container{grid-template-columns:repeat(2,1fr);gap:16px 24px}.landing-new .stat-number{font-size:28px;margin-bottom:2px}.landing-new .stat-label{font-size:12px}.landing-new .agents-section,.landing-new .cta-section,.landing-new .faq-section,.landing-new .features-section,.landing-new .how-it-works,.landing-new .library-section,.landing-new .voice-section{padding:50px 24px}.landing-new .steps-grid{gap:24px}.landing-new .blog-grid,.landing-new .steps-grid{grid-template-columns:1fr}.landing-new .footer-content{padding:0 24px 32px}.landing-new .footer-columns{grid-template-columns:repeat(2,1fr);gap:32px}.landing-new .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left}}@media (max-width:480px){.landing-new .stats-container{grid-template-columns:repeat(2,1fr);gap:12px 16px}.landing-new .stat-number{font-size:24px}.landing-new .stat-label{font-size:11px}.landing-new .showcase-column-mobile{width:50vw}.landing-new .showcase-column-mobile:first-child{margin-left:calc(-25vw - 6px)}.landing-new .showcase-column-mobile:last-child{margin-right:calc(-25vw - 6px)}.landing-new .showcase-mobile-title{font-size:28px}.landing-new .footer-columns{grid-template-columns:1fr 1fr;gap:20px 16px}.landing-new .footer-column a{font-size:12px;margin-bottom:8px}.landing-new .footer-content{padding:0 16px 24px}.landing-new .footer-main{gap:32px;margin-bottom:32px}.landing-new .footer-logo{font-size:20px}.landing-new .footer-badges{gap:12px}.landing-new .badge{font-size:10px}.landing-new .agents-tabs{flex-direction:row;gap:16px}.landing-new .agent-tab{font-size:12px}}@media (max-width:360px){.landing-new .nav-container{padding:12px 16px}.landing-new .logo-text{font-size:18px}.landing-new .footer-columns{grid-template-columns:1fr;gap:24px}.landing-new .showcase-mobile-title{font-size:24px;padding:0 16px 20px}.landing-new .showcase-columns-mobile{gap:8px;height:75vh}}