:root{--bg:#f4efe4;--bg-alt:#efe8d8;--surface:#fff;--surface-2:#fbf8f1;--ink:#1c2b3a;--ink-2:#4b5866;--ink-3:#7c8894;--gold:#a8752a;--gold-2:#c6923b;--gold-soft:#ecdcbc;--gold-glow:#a8752a47;--navy:#182534;--navy-2:#22384b;--cream:#f4efe4;--border:#1c2b3a1a;--border-2:#1c2b3a29;--shadow-sm:0 2px 10px #1c2b3a0f;--shadow:0 18px 44px -20px #1c2b3a47;--shadow-gold:0 22px 50px -22px var(--gold-glow);--bg-primary:var(--bg);--text-main:var(--ink);--accent-glow:var(--gold);--glass-bg:var(--surface);--glass-border:var(--border);--font-display:"Sora", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--maxw:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--ink-2);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6;position:relative;overflow-x:hidden}::selection{background:var(--gold-soft);color:var(--ink)}h1,h2,h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em}h1{margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.05}h2{margin-bottom:.85rem;font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:700;line-height:1.12}h3{margin-bottom:.75rem;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;line-height:1.25}p{color:var(--ink-2);font-size:1rem;line-height:1.65}a{color:inherit}.container{max-width:var(--maxw);margin:0 auto;padding:0 5%}section{z-index:1;position:relative}.section-header{text-align:center;max-width:680px;margin:0 auto 3rem}.section-header h2{margin-bottom:.85rem}.section-header p{color:var(--ink-2);font-size:1.08rem}.eyebrow{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-block}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#f4efe4d1;position:sticky;top:0}.header-container{max-width:var(--maxw);justify-content:space-between;align-items:center;margin:0 auto;padding:.9rem 5%;display:flex}.logo a{font-size:1.4rem;font-weight:800;font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-img{filter:drop-shadow(0 3px 8px #1c2b3a26);width:auto;height:42px}.nav-links{align-items:center;gap:2.2rem;list-style:none;display:flex}.nav-links a{color:var(--ink-2);font-size:.98rem;font-weight:500;text-decoration:none;transition:color .25s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--ink);border-radius:999px;transition:transform .2s,background .25s,box-shadow .25s;color:#fff!important;padding:.6rem 1.35rem!important;font-weight:600!important}.nav-cta:hover{background:var(--gold);box-shadow:var(--shadow-gold);transform:translateY(-1px);color:#fff!important}.hamburger{cursor:pointer;z-index:101;flex-direction:column;gap:5px;display:none;position:relative}.hamburger span{background-color:var(--ink);border-radius:3px;width:26px;height:2.5px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.cta-button{background:var(--gold);color:#fff;border:1px solid var(--gold);font-size:1.02rem;font-weight:600;font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-gold);border-radius:999px;padding:.95rem 1.9rem;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-block}.cta-button:hover{box-shadow:0 26px 55px -20px var(--gold-glow);background:#96661f;border-color:#96661f;transform:translateY(-2px)}.secondary-cta{color:var(--ink);border:1px solid var(--border-2);font-size:1.02rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:999px;padding:.95rem 1.9rem;text-decoration:none;transition:all .25s;display:inline-block}.secondary-cta:hover{border-color:var(--ink);background:#1c2b3a0a;transform:translateY(-2px)}.hero-section{padding:5.5rem 5% 4.5rem;position:relative;overflow:hidden}.hero-section:before{content:"";background:radial-gradient(circle, var(--gold-glow), transparent 62%);opacity:.7;pointer-events:none;z-index:0;width:720px;height:720px;position:absolute;top:-20%;right:-10%}.hero-container{max-width:var(--maxw);z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:4rem;margin:0 auto;display:grid;position:relative}.hero-content{text-align:left}.hero-eyebrow{border:1px solid var(--border-2);background:var(--surface);letter-spacing:.04em;color:var(--ink-2);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-eyebrow .pulse-dot{background:var(--gold);width:8px;height:8px;box-shadow:0 0 0 0 var(--gold-glow);border-radius:50%;animation:2s infinite pulse-ring}@keyframes pulse-ring{0%{box-shadow:0 0 #a8752a80}70%{box-shadow:0 0 0 8px #a8752a00}to{box-shadow:0 0 #a8752a00}}.hero-section h1{color:var(--ink)}.hero-section h1 .accent{color:var(--gold);background:linear-gradient(120deg, var(--gold-2), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--ink-2);max-width:33rem;margin-bottom:2.25rem;font-size:1.15rem}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.hero-trust{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.hero-trust-item{flex-direction:column;line-height:1.15;display:flex}.hero-trust-item strong{font-family:var(--font-display);color:var(--ink);font-size:1.5rem;font-weight:700}.hero-trust-item span{color:var(--ink-3);font-size:.82rem}.hero-trust-divider{background:var(--border-2);width:1px;height:34px}.hero-visual{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.hv-glow{background:radial-gradient(circle at 60% 40%, var(--gold-glow), transparent 65%);filter:blur(10px);z-index:0;position:absolute;inset:8% 4%}.hv-card{z-index:2;background:var(--surface);border:1px solid var(--border);width:min(100%,400px);box-shadow:var(--shadow);border-radius:20px;animation:7s ease-in-out infinite float-soft;position:relative;overflow:hidden}.hv-card-head{border-bottom:1px solid var(--border);background:var(--surface-2);align-items:center;gap:8px;padding:.85rem 1.1rem;display:flex}.hv-dot{border-radius:50%;width:10px;height:10px}.hv-dot.r{background:#ff5f56}.hv-dot.y{background:#ffbd2e}.hv-dot.g{background:#27c93f}.hv-card-title{color:var(--ink-3);font-size:.82rem;font-weight:600;font-family:var(--font-body);margin-left:8px}.hv-card-body{flex-direction:column;gap:.85rem;padding:1.2rem;display:flex}.hv-msg{align-items:flex-start;gap:.6rem;display:flex}.hv-msg.user{flex-direction:row-reverse}.hv-ava{background:var(--gold-soft);width:30px;height:30px;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.hv-ava.ai{background:var(--ink);color:var(--gold-2)}.hv-bubble{max-width:78%;color:var(--ink);border-radius:12px;padding:.65rem .9rem;font-size:.86rem;line-height:1.5}.hv-msg.user .hv-bubble{background:var(--gold-soft);border-bottom-right-radius:4px}.hv-msg.ai .hv-bubble{background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:4px}.hv-chips{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.hv-chip{color:var(--gold);background:#a8752a1a;border-radius:999px;padding:.22rem .6rem;font-size:.72rem;font-weight:600}.hv-typing{gap:4px;padding:.35rem 0;display:inline-flex}.hv-typing i{background:var(--ink-3);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.hv-typing i:first-child{animation-delay:-.32s}.hv-typing i:nth-child(2){animation-delay:-.16s}.hv-icons{z-index:3;pointer-events:none;position:absolute;inset:0}.hv-io{background:var(--surface);border:1px solid var(--border);width:54px;height:54px;box-shadow:var(--shadow);border-radius:15px;justify-content:center;align-items:center;display:flex;position:absolute}.hv-io svg{width:26px;height:26px}.hv-io.p1{animation:6s ease-in-out infinite float-soft;top:3%;left:1%}.hv-io.p2{width:60px;height:60px;animation:7s ease-in-out infinite reverse float-soft;top:-3%;right:14%}.hv-io.p3{animation:8s ease-in-out infinite float-soft;top:41%;right:-3%}.hv-io.p4{animation:7.5s ease-in-out infinite reverse float-soft;bottom:1%;left:-3%}.hv-io.p5{animation:6.5s ease-in-out infinite float-soft;bottom:7%;right:5%}.hv-io.p6{width:48px;height:48px;animation:9s ease-in-out infinite reverse float-soft;top:45%;left:-5%}@keyframes float-soft{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.clients-marquee-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-2);padding:2.75rem 0 3rem;overflow:hidden}.clients-heading{text-align:center;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--ink-3);margin-bottom:1.75rem;font-size:.78rem;font-weight:700}.marquee-container{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee-content{gap:1rem;width:max-content;padding-left:1rem;animation:42s linear infinite scrollMarquee;display:flex}.clients-marquee-section:hover .marquee-content{animation-play-state:paused}.client-brand{white-space:nowrap;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);cursor:default;border-radius:999px;align-items:center;gap:.7rem;padding:.55rem 1.25rem .55rem .55rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.client-monogram{width:38px;height:38px;font-family:var(--font-display);color:#fff;letter-spacing:.01em;background:var(--mono,var(--gold));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;box-shadow:inset 0 0 0 2px #ffffff2e}.client-name{font-family:var(--font-display);color:var(--ink);font-size:1.02rem;font-weight:600;transition:color .3s}.client-brand:hover{border-color:var(--gold-soft);box-shadow:var(--shadow);transform:translateY(-3px)}.client-brand:hover .client-name{color:var(--gold)}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.glass-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:18px;padding:2rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s}.glass-card:hover{box-shadow:var(--shadow);border-color:var(--gold-soft);transform:translateY(-6px)}.partnership-section{padding:5rem 5% 1rem}.partnership-content{max-width:var(--maxw);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:.5rem;margin-left:auto;margin-right:auto;display:grid}.flex-col-center{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.flex-col-center h3{color:var(--ink)}.card-icon{background:var(--gold-soft);width:48px;height:48px;color:var(--gold);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.1rem;display:flex}.card-icon svg{width:24px;height:24px}.services-section{padding:5rem 5%}.services-grid{max-width:var(--maxw);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:0 auto;display:grid}.service-card{flex-direction:column;display:flex}.service-card p{flex:1}.model-selection-group{flex-wrap:wrap;gap:.5rem;margin-top:1.35rem;display:flex}.model-tag{letter-spacing:.03em;background:var(--surface-2);border:1px solid var(--border);color:var(--ink-2);border-radius:999px;padding:.35rem .85rem;font-size:.75rem;font-weight:600;transition:all .25s;display:inline-block}.model-tag.gemini:hover{color:#1a73e8;border-color:#1a73e8;box-shadow:0 4px 14px #1a73e82e}.model-tag.claude:hover{color:#cc6b49;border-color:#cc6b49;box-shadow:0 4px 14px #cc6b492e}.model-tag.copilot:hover{color:#00a4ef;border-color:#00a4ef;box-shadow:0 4px 14px #00a4ef2e}.model-tag.web:hover,.model-tag.social:hover{border-color:var(--gold);color:var(--gold);box-shadow:0 4px 14px var(--gold-glow)}.use-cases-section{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 5%}.use-cases-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.use-case-card{text-align:left}.use-case-icon{background:var(--gold-soft);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.1rem;font-size:1.6rem;display:flex}.integration-section{padding:5rem 5%}.timeline-container{max-width:780px;margin:0 auto;position:relative}.timeline-container:before{content:"";background:linear-gradient(to bottom, var(--gold-soft), var(--border));width:2px;position:absolute;top:8px;bottom:8px;left:19px}.timeline-item{margin-bottom:1.5rem;padding-left:60px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--gold);width:40px;height:40px;font-family:var(--font-display);color:#fff;z-index:1;box-shadow:var(--shadow-gold);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:6px;left:0}.timeline-content{padding:1.6rem 1.8rem}.timeline-content h3{margin-bottom:.5rem}.contact-demo-wrapper{background:var(--navy);border-top:1px solid #ffffff0f;padding:5rem 5%}.contact-demo-wrapper .section-header h2{color:var(--cream)}.contact-demo-wrapper .section-header p{color:#eee5ceb8}.contact-demo-grid{max-width:var(--maxw);grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (width>=992px){.contact-demo-grid{grid-template-columns:1fr 1fr;align-items:stretch}}.mock-chat-container{overflow:hidden;box-shadow:0 24px 60px #0006;background:#0f1822!important;border:1px solid #ccaa7c38!important;border-radius:16px!important;padding:0!important}.mock-chat-container:hover{transform:none}.chat-header{background:#ffffff0a;border-bottom:1px solid #ffffff14;align-items:center;padding:.9rem 1rem;display:flex}.chat-header .dot{border-radius:50%;width:12px;height:12px;margin-right:8px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.chat-title{color:#9aa6b2;margin-left:1rem;font-family:monospace;font-size:.85rem}.chat-body{flex-direction:column;gap:1.25rem;min-height:380px;padding:1.75rem;display:flex}.message{align-items:flex-start;gap:.9rem;display:flex}.avatar{color:#cbd3db;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.ai-avatar{color:var(--gold-2)}.bubble{color:#e7ecf1;background:#ffffff0d;border-radius:0 14px 14px;max-width:80%;padding:.85rem 1.15rem;font-size:.92rem;line-height:1.5}.user-message{flex-direction:row-reverse}.user-message .bubble{color:#f3ecdb;background:#ccaa7c24;border:1px solid #ccaa7c47;border-radius:14px 0 14px 14px}.system-message .bubble{color:#8a96a2;background:0 0;padding:0 0 0 52px;font-family:monospace;font-size:.82rem}.glow-bubble{background:#ccaa7c0f;border:1px solid #ccaa7c59;box-shadow:0 0 24px #ccaa7c14}.typing-dot{background:#9aa6b2;border-radius:50%;width:6px;height:6px;margin:0 3px;animation:1.4s ease-in-out infinite both typing;display:inline-block}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.fade-in{animation:.5s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cursor-blink{color:var(--gold-2);font-weight:700;animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.form-container{background:var(--surface);border:1px solid var(--border);width:100%;box-shadow:var(--shadow);border-radius:16px;padding:2.5rem}.form-container:hover{transform:none}.form-container h2{text-align:left;margin-bottom:.4rem}.form-container p{text-align:left;color:var(--ink-2);margin-bottom:1.75rem}.form-group{margin-bottom:1.15rem}.form-group label{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.45rem;font-size:.78rem;font-weight:600;display:block}.form-group input,.form-group select{background:var(--surface-2);border:1px solid var(--border-2);width:100%;color:var(--ink);font-size:1rem;font-family:var(--font-body);border-radius:10px;padding:.85rem 1rem;transition:border-color .25s,box-shadow .25s}.form-group input::placeholder{color:var(--ink-3)}.form-group input:focus,.form-group select:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #a8752a1f}.form-group select{cursor:pointer;appearance:none}.form-group select option{color:var(--ink);background-color:#fff;padding:10px}.submit-btn{background:var(--ink);color:#fff;width:100%;font-size:1.02rem;font-weight:700;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;margin-top:.5rem;padding:1rem;transition:background .25s,transform .2s,box-shadow .25s}.submit-btn:hover{background:var(--gold);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.submit-btn:disabled{opacity:.65;cursor:not-allowed}.phone-group .PhoneInput{background:var(--surface-2);border:1px solid var(--border-2);width:100%;color:var(--ink);border-radius:10px;align-items:center;padding:.72rem 1rem;transition:border-color .25s,box-shadow .25s;display:flex}.phone-group:focus-within .PhoneInput{border-color:var(--gold);box-shadow:0 0 0 3px #a8752a1f}.phone-group .PhoneInputInput{color:var(--ink);background:0 0;border:none;outline:none;flex:1;margin-left:.7rem;font-size:1rem}.phone-group .PhoneInputCountry{margin-right:.5rem}.blog-teaser-section{text-align:center;padding:5rem 5%}.blog-grid{max-width:var(--maxw);text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:0 auto;display:grid}.blog-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.blog-thumbnail{border-bottom:1px solid var(--border);background-position:50%;background-size:cover;background-color:var(--bg-alt);height:190px}.blog-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-date{color:var(--ink-3);margin-bottom:.5rem;font-size:.82rem}.blog-content h3{flex:1;margin-bottom:1rem;font-size:1.15rem}.read-more-link{color:var(--gold);margin-top:auto;font-weight:600;text-decoration:none;transition:transform .25s;display:inline-block}.read-more-link:hover{transform:translate(5px)}.loading-spinner{text-align:center;color:var(--gold);font-size:1.05rem;animation:1.5s infinite pulse}.blog-empty{text-align:center;color:var(--ink-3);max-width:480px;margin:0 auto;font-size:1.02rem}@keyframes pulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.site-footer{background:var(--navy);border-top:1px solid #ccaa7c2e;margin-top:0;padding:4rem 5% 1.5rem}.footer-container{max-width:var(--maxw);grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2.5rem;margin:0 auto 2.5rem;display:grid}.footer-brand .logo a{color:var(--cream)}.footer-brand .logo-img{height:38px}.footer-description{color:#eee5ce9e;max-width:300px;margin-top:1rem;font-size:.94rem}.footer-contact h3,.footer-social h3{color:var(--cream);margin-bottom:1.25rem;font-size:1.05rem}.contact-email{color:var(--gold-2);align-items:center;gap:10px;font-size:1rem;text-decoration:none;transition:color .25s;display:flex}.contact-email:hover{color:var(--cream)}.contact-icon{width:22px;height:22px}.social-links{gap:1rem;display:flex}.social-icon{color:#eee5cecc;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.social-icon svg{width:19px;height:19px}.social-icon:hover{background:var(--gold);color:#fff;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#eee5ce80;border-top:1px solid #ffffff12;padding-top:2rem;font-size:.88rem}.floating-background-container{z-index:-2;pointer-events:none;background:var(--bg);width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.bg-orb{filter:blur(90px);opacity:.55;will-change:transform;border-radius:50%;animation:ease-in-out infinite alternate float-orb;position:absolute}.orb-1{background:#c6923b24;width:560px;height:560px;animation-duration:26s;top:-12%;left:-8%}.orb-2{background:#a8752a1a;width:480px;height:480px;animation-duration:30s;animation-delay:-5s;bottom:-18%;right:-8%}.orb-3{background:#ecdcbc80;width:420px;height:420px;animation-duration:22s;animation-delay:-10s;top:42%;left:60%}.orb-4{background:#1c2b3a0d;width:320px;height:320px;animation-duration:24s;animation-delay:-2s;top:62%;left:8%}@keyframes float-orb{0%{transform:translate(0)scale(1)}33%{transform:translate(90px,-90px)scale(1.08)}66%{transform:translate(-50px,130px)scale(.94)}to{transform:translate(0)scale(1)}}@media (width<=1024px){.hero-container{gap:2.5rem}}@media (width<=768px){.logo a{font-size:1.2rem}.hamburger{display:flex}.navbar{-webkit-backdrop-filter:blur(16px);z-index:100;background:#f4efe4fa;justify-content:center;align-items:center;width:100%;height:100vh;transition:top .4s;display:flex;position:fixed;inset:-100vh 0 0}.navbar.open{top:0}.nav-links{flex-direction:column;align-items:center;gap:2.5rem;font-size:1.4rem}.nav-links a{color:var(--ink)}.hero-section{padding:3rem 5%}.hero-container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-content{text-align:center}.hero-eyebrow,.hero-subtitle{margin-left:auto;margin-right:auto}.hero-ctas,.hero-trust{justify-content:center}.hero-visual{flex-direction:column;order:2;min-height:0;margin-top:.5rem}.hv-card{width:100%;max-width:330px}.hv-glow{inset:20% 10%}.hv-icons{pointer-events:auto;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:1.5rem;display:flex;position:relative;inset:auto}.hv-io,.hv-io.p2,.hv-io.p6{width:46px;height:46px;animation:none;position:static;inset:auto}.hv-io svg{width:23px;height:23px}.cta-button,.secondary-cta{text-align:center;width:100%;max-width:320px}.form-container{padding:1.75rem 1.35rem}.services-grid{grid-template-columns:1fr}.flex-col-center{text-align:center;align-items:center}.flex-col-center .card-icon{align-self:center}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
