.homepage{background:var(--page-bg);--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.homepage .bg-white,.homepage .white-section{background:#fff;position:relative;z-index:1}.homepage+header,.homepage>header,body:has(.homepage)>header{background:var(--page-bg)!important;border-bottom:none!important}.homepage .site-header,body:has(.homepage) .site-header{border-bottom:none}.hero-section{display:block;padding:.5rem 2rem 2rem;background:#fff;font-family:Figtree,system-ui,sans-serif}@media (width >= 1024px){.hero-section{padding:.5rem 4rem 2rem}}.hero-card-wrapper{background:#f1f5f9;border-radius:1rem;padding:5rem 3rem 0;width:100%;overflow:visible;position:relative}.hero-message{text-align:center;max-width:800px;margin:0 auto 3rem}.hero-message .hero-description{font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7;color:#475569;margin-bottom:2rem;max-width:none}.hero-cta{gap:1rem;margin-bottom:1rem}.hero-cta,.hero-trust-signals{display:flex;justify-content:center;flex-wrap:wrap}.hero-trust-signals{gap:1.5rem;list-style:none;padding:0;margin:0}.hero-trust-signals li{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b}.icon-check{width:1rem;height:1rem;color:#22c55e}.hero-visual{position:relative;width:100%;max-width:1000px;min-height:400px;align-items:center;justify-content:center;margin:0 auto}.hero-rtu{position:relative;z-index:1;margin-bottom:-80px}.hero-rtu-image{max-width:800px;width:100%;height:auto;filter:drop-shadow(0 25px 50px rgb(0 0 0/15%))}.hero-qr-tag{position:absolute;bottom:18%;right:8%;width:80px;height:80px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);border:2px solid #e2e8f0;overflow:hidden;transition:opacity .5s ease,transform .5s ease}.hero-qr-tag.fade-out{opacity:0;transform:scale(.8)}.hero-qr-image{width:64px;height:64px;display:block}.qr-pulse{position:absolute;inset:-8px;border-radius:16px;opacity:0;background:transparent;box-shadow:0 0 0 4px rgba(27,137,217,.4);animation:qr-pulse 2s ease-out infinite}@keyframes qr-pulse{0%{transform:scale(.9);opacity:1;box-shadow:0 0 0 4px rgba(27,137,217,.5),0 0 20px 8px rgba(27,137,217,.3)}to{transform:scale(1.3);opacity:0;box-shadow:0 0 0 6px rgba(27,137,217,0),0 0 30px 15px rgba(27,137,217,0)}}.qr-scan-line{position:absolute;left:4px;right:4px;height:2px;background:linear-gradient(90deg,transparent,var(--brand-blue),transparent);opacity:0}.hero-qr-tag.scanning .qr-scan-line{opacity:1;animation:qr-scan 1s ease-in-out}@keyframes qr-scan{0%{top:4px;opacity:0}10%{opacity:1}90%{opacity:1}to{top:calc(100% - 6px);opacity:0}}.hero-qr-tag.scanning{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(27,137,217,.2),0 0 20px 6px rgba(27,137,217,.25),0 4px 20px rgba(27,137,217,.3)}.fca-story__cards{position:absolute;inset:0;z-index:2;pointer-events:none}.fca-card{position:absolute;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1),0 0 0 1px rgb(0 0 0/5%);min-width:260px;max-width:300px;pointer-events:auto;opacity:0;transform:translateY(20px) scale(.95);transition:opacity .5s ease,transform .5s cubic-bezier(.16,1,.3,1)}.fca-card.visible{opacity:1;transform:translateY(0) scale(1)}.fca-card.fade-out{opacity:0;transform:translateY(-10px) scale(.98)}.fca-card--assessment{top:5%;left:3%}.fca-card--bond{top:5%;right:3%}.fca-card--inventory{top:5%;left:3%}.fca-card__header{padding:.875rem 1.25rem;border-bottom:1px solid #f1f5f9}.fca-card__badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:9999px}.fca-card__badge-icon{width:12px;height:12px}.fca-card__badge--warning{background:#fef3c7;color:#b45309}.fca-card__badge--success{background:#dcfce7;color:#15803d}.fca-card__badge--alert{background:#fee2e2;color:#dc2626}.fca-card__body{padding:1rem 1.25rem 1.25rem}.fca-card__title{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.fca-card__subtitle{font-size:.875rem;color:#64748b;margin:0}.fca-card__details{margin-top:.75rem}.fca-card__row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:1px solid #f8fafc}.fca-card__row:last-child{border-bottom:none}.fca-card__label{font-size:.8125rem;color:#64748b}.fca-card__value{font-size:.8125rem;font-weight:600;color:#0f172a}.fca-card__value--warning{color:#b45309}.fca-card__value--alert{color:#dc2626}.fca-card__typing{margin-top:1rem;padding-top:.75rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;gap:.5rem;min-height:28px;opacity:0;transition:opacity .3s ease}.fca-card__typing.visible{opacity:1}.fca-card__typing-arrow{color:var(--brand-blue);font-weight:600}.fca-card__typing-text{font-size:.875rem;font-weight:500;color:var(--brand-blue)}.fca-card__typing-cursor{width:2px;height:16px;background:var(--brand-blue);opacity:0}.fca-card__typing-cursor.visible{animation:cursor-blink .6s step-end infinite}.fca-card__divider{height:1px;background:#f1f5f9;margin:.75rem 0}.fca-card__projects{opacity:0;max-height:0;overflow:hidden;transition:opacity .4s ease,max-height .4s ease}.fca-card__projects.visible{opacity:1;max-height:60px}.fca-card__projects-text{font-size:.875rem;font-weight:600;color:#15803d;margin:0}.fca-card__checklist{opacity:0;max-height:0;overflow:hidden;transition:opacity .4s ease,max-height .6s ease}.fca-card__checklist.visible{opacity:1;max-height:300px}.fca-checklist__item{display:flex;align-items:center;gap:.625rem;padding:.5rem 0;opacity:0;transform:translateX(-10px);transition:opacity .3s ease,transform .3s ease}.fca-checklist__item.visible{opacity:1;transform:translateX(0)}.fca-checklist__check{width:18px;height:18px;border-radius:50%;border:2px solid #d1d5db;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.fca-checklist__item.checked .fca-checklist__check{background:#22c55e;border-color:#22c55e}.fca-checklist__item.checked .fca-checklist__check:after{content:"";width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}.fca-checklist__item--pending .fca-checklist__check{border-color:#e2e8f0;border-style:dashed}.fca-checklist__text{flex:1;font-size:.8125rem;color:#475569}.fca-checklist__item.checked .fca-checklist__text{color:#0f172a}.fca-checklist__cost{font-size:.8125rem;font-weight:600;color:#64748b;font-variant-numeric:tabular-nums}.fca-checklist__item.checked .fca-checklist__cost{color:#15803d}.fca-checklist__item--pending .fca-checklist__cost{font-weight:400;font-style:italic;color:#94a3b8}.fca-checklist__total{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#0f172a}.fca-checklist__total span:first-child{color:#64748b;font-weight:500}.fca-checklist__budget{color:#94a3b8;font-weight:400}.fca-card__btn{margin-top:1rem;width:100%;padding:.625rem 1rem;background:var(--brand-blue);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.fca-card__btn:hover{background:#1574b8}.fca-card__btn.clicked{background:#22c55e}.fca-card__btn.clicked:before{content:"✓ "}.fca-results-card{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);display:flex;min-width:min(420px,90vw);align-items:center;gap:2rem;background:#fff;padding:1.5rem 2.5rem;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px rgb(0 0 0/5%);z-index:20;opacity:0;transition:opacity .5s ease,transform .5s cubic-bezier(.16,1,.3,1);pointer-events:none}.fca-results-card.visible{opacity:1;transform:translate(-50%,-50%);pointer-events:auto}.fca-results-card__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;min-width:100px}.fca-results-card__value{font-size:1.75rem;font-weight:700;color:#15803d;line-height:1;font-variant-numeric:tabular-nums;min-width:90px;text-align:center}.fca-results-card__unit{font-size:1rem;font-weight:600;color:#15803d;font-variant-numeric:tabular-nums}.fca-results-card__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#64748b;line-height:1.3}.fca-results-card__divider{width:1px;height:48px;background:#e2e8f0}.hero-stats-section{margin-top:4rem;padding:4rem 0 3rem;background:#fff}.hero-stats__item{text-align:center}.hero-stats__value{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1}@media (width >= 768px){.hero-stats__value{font-size:2.25rem}}.hero-stats__label{font-size:.8125rem;color:#64748b;margin-top:.375rem}@media (width >= 768px){.hero-stats__label{font-size:.875rem}}.hero-visual-mobile{flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto}.hero-rtu-mobile{position:relative;width:100%}.hero-rtu-image-mobile{width:100%;height:auto;filter:drop-shadow(0 25px 50px rgb(0 0 0/15%))}.hero-qr-tag-mobile{position:absolute;bottom:18%;right:8%;width:60px;height:60px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);border:2px solid #e2e8f0;overflow:hidden;transition:opacity .5s ease,transform .5s ease}.hero-qr-tag-mobile .hero-qr-image{width:48px;height:48px}.hero-qr-tag-mobile.scanning{border-color:var(--brand-blue);box-shadow:0 0 0 3px rgba(27,137,217,.2),0 0 15px 4px rgba(27,137,217,.25)}.hero-qr-tag-mobile.fade-out{opacity:0;transform:scale(.8)}.fca-story-mobile__cards{position:relative;width:100%;min-height:180px;margin-top:1rem}.fca-card-mobile{position:absolute;top:0;left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1),0 0 0 1px rgb(0 0 0/5%);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s cubic-bezier(.16,1,.3,1);pointer-events:none}.fca-card-mobile.visible{opacity:1;transform:translateY(0);pointer-events:auto}.fca-card-mobile.fade-out{opacity:0;transform:translateY(-10px)}.fca-results-card-mobile{background:#fff}.fca-results-mobile__content{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem}.fca-results-mobile__item{display:flex;justify-content:space-between;align-items:center}.fca-results-mobile__value{font-size:1.25rem;font-weight:700;color:#15803d}.fca-results-mobile__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#64748b}.fca-results-mobile__divider{height:1px;background:#e2e8f0}@media (width <= 1024px){.hero-card-wrapper{padding:2rem;border-radius:.75rem}}@media (width <= 640px){.hero-section{padding:.5rem 1rem 1rem}.hero-card-wrapper{padding:2rem 1.5rem 1.5rem;border-radius:.5rem}.hero-message{margin-bottom:2rem}.hero-cta{flex-direction:column}.hero-cta .btn-primary,.hero-cta .btn-secondary{width:100%}.hero-trust-signals{flex-direction:column;gap:.5rem}.fca-results-card{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.fca-results-card__divider{width:100%;height:1px}.fca-results-card__item{flex-direction:row;justify-content:space-between;width:100%;text-align:left}.fca-results-card__label{text-align:right}}.problem-header{text-align:left}@media (width >= 1024px){.problem-header{position:sticky;top:8rem}}.problem-header .headline-lg{margin-bottom:1.5rem}.problem-intro{font-size:1.125rem;color:var(--gray-600);line-height:1.7}.problem-card{background:var(--gray-50);border-radius:16px;padding:1.5rem;border:1px solid var(--gray-100);position:relative;overflow:hidden;transition:all .3s ease}.problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#fbbf24,#f59e0b);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.problem-card:hover{border-color:var(--gray-200);transform:translateY(-4px);box-shadow:0 12px 40px rgb(0 0 0/8%)}.problem-card:hover:before{transform:scaleX(1)}.problem-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:.375rem}.problem-icon{width:44px;height:44px;border-radius:12px;background:rgba(245,158,11,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d97706}.problem-icon svg{width:22px;height:22px}.problem-title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--gray-900);line-height:1.25;margin:0}.problem-header .headline-lg{font-size:3.5rem;line-height:1.15}.problem-header .headline-second-line{display:inline-block;margin-top:1rem}.problem-text{font-size:.9375rem;color:var(--gray-600);line-height:1.6;padding-left:3.75rem}.rotating-category{border-bottom:2px solid;padding-bottom:2px}.problem-section-warm{padding-top:2rem;padding-bottom:2rem}@media (min-width:768px){.problem-section-warm{padding-top:3rem;padding-bottom:3rem}}@media (min-width:1024px){.problem-section-warm{padding-top:4rem;padding-bottom:4rem}}.problem-section-warm{background:#fff}.problem-section-warm .problem-header{position:static}.problem-section-warm .problem-header .headline-lg{font-size:2.5rem}@media (width >= 768px){.problem-section-warm .problem-header .headline-lg{font-size:3rem}}.problem-card-warm{background:transparent;border-radius:0;box-shadow:none;padding:1.5rem 0;border:none;border-bottom:1px solid rgba(120,53,15,.15)}.problem-card-warm:last-child{border-bottom:none}.problem-card-warm:before{display:none}.problem-card-warm:hover{transform:none;box-shadow:none;border-color:rgba(120,53,15,.15)}.problem-card-warm .problem-card-header{margin-bottom:.125rem}.problem-card-warm .problem-icon{background:rgba(146,64,14,.1);color:#b45309}.card-warm .headline-lg,.card-warm .headline-second-line{color:#000}.problem-stat-line{margin-top:1.5rem;font-size:1.125rem;line-height:1.6;color:var(--gray-700)}.problem-stat-line strong{color:#000;font-weight:700}.benefit-item{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.benefit-item.revealed{opacity:1;transform:translateY(0)}.benefit-check{transform:scale(.8);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;transition-delay:.2s}.benefit-item.revealed .benefit-check{transform:scale(1);opacity:1}.about-section,.cta-section,.feature-section,.platform-section,.stats-section,.testimonial-section{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.about-section,.cta-section,.feature-section,.platform-section,.stats-section,.testimonial-section{padding-top:7rem;padding-bottom:7rem}}@media (min-width:1024px){.about-section,.cta-section,.feature-section,.platform-section,.stats-section,.testimonial-section{padding-top:8rem;padding-bottom:8rem}}.stats-section{padding-top:2rem;padding-bottom:4rem}@media (min-width:768px){.stats-section{padding-top:3rem;padding-bottom:6rem}}@media (width >= 1024px){.about-section{margin-top:4rem}}.testimonial-section{padding-bottom:5rem}@media (min-width:768px){.testimonial-section{padding-bottom:6rem}}@media (min-width:1024px){.testimonial-section{padding-bottom:7rem}}.platform-section{background:transparent}.platform-text{margin-bottom:0}@media (width >= 1024px){.platform-text{position:sticky;top:8rem;align-self:start}}.platform-source-desc{margin-top:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6;max-width:28rem}.platform-hub{flex-direction:column}.hub-card,.platform-hub{display:flex;align-items:stretch}.hub-card{border-radius:.75rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;text-decoration:none;background:transparent;border:2px solid var(--brand-blue);width:100%;position:relative;gap:0;overflow:hidden;margin-top:2.5rem;margin-bottom:1.5rem}.hub-card.animate{animation:heartbeat-intro .6s ease-out,heartbeat 5s ease-in-out .6s infinite}.hub-card-primary .hub-card-icon{width:100px;min-width:100px;height:auto;background:var(--brand-blue);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:stretch;margin:-2px 0 -2px -2px;padding:1.5rem 0}.hub-card-primary .hub-card-icon svg{width:40px;height:40px}.hub-card-primary .hub-card-content{padding:1.25rem 1.5rem}@media (width >= 1024px){.hub-card-primary{min-height:120px}}.hub-card:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hub-card:hover .module-card-link{gap:.5rem}.hub-card-icon{width:36px;height:36px;flex-shrink:0;color:var(--brand-blue)}.hub-card-icon svg{width:100%;height:100%}.hub-card-content{flex:1;min-width:0}.hub-card-arrow{font-size:1.25rem;line-height:1.75rem;font-weight:300;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;flex-shrink:0}@keyframes heartbeat-intro{0%{transform:scale(1)}25%{transform:scale(1.02)}50%{transform:scale(1)}75%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes heartbeat{0%,74%{transform:scale(1)}78%{transform:scale(1.02)}82%{transform:scale(1)}86%{transform:scale(1.025)}92%,to{transform:scale(1)}}.hub-card-title{margin-bottom:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.hub-card-desc{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));font-size:1rem;margin:0;line-height:1.5}.modules-list{display:flex;flex-direction:column;gap:0;position:relative;padding-left:2.5rem;margin-left:1rem;width:calc(100% - 1rem)}.modules-list:before{content:"";position:absolute;left:7px;top:0;bottom:1.5rem;width:2px;background:#e2e8f0}.modules-list:after{content:"";position:absolute;left:5px;top:0;width:6px;height:30px;background:linear-gradient(to bottom,transparent,var(--brand-blue),transparent);border-radius:3px;opacity:0}.platform-hub.animate .modules-list:after{animation:ripple-down 5s ease-in-out infinite}@keyframes ripple-down{0%{top:0;opacity:1}38%{top:calc(100% - 30px);opacity:1}42%{top:calc(100% - 30px);opacity:1}78%{top:0;opacity:1}80%,96%{top:0;opacity:0}to{top:0;opacity:1}}.module-row{gap:0;position:relative}.module-connector,.module-row{display:flex;align-items:center}.module-connector{position:absolute;left:-2.5rem;top:50%;transform:translateY(-50%);width:2.5rem;height:2px;background:#e2e8f0}.connector-node{position:absolute;left:7px;width:14px;height:14px;background:var(--brand-blue);border-radius:50%;border:3px solid #fff;box-shadow:0 2px 6px rgba(27,137,217,.4);transform:translate(-50%,-50%);top:50%}.platform-hub.animate .module-row:first-child .connector-node{animation:dot-pulse-1 5s ease-in-out infinite}.platform-hub.animate .module-row:nth-child(2) .connector-node{animation:dot-pulse-2 5s ease-in-out infinite}.platform-hub.animate .module-row:nth-child(3) .connector-node{animation:dot-pulse-3 5s ease-in-out infinite}.platform-hub.animate .module-row:nth-child(4) .connector-node{animation:dot-pulse-4 5s ease-in-out infinite}.platform-hub.animate .module-row:nth-child(5) .connector-node{animation:dot-pulse-5 5s ease-in-out infinite}.platform-hub.animate .module-row:nth-child(6) .connector-node{animation:dot-pulse-6 5s ease-in-out infinite}.platform-hub.animate .module-row:nth-child(7) .connector-node{animation:dot-pulse-7 5s ease-in-out infinite}@keyframes dot-pulse-1{0%,2%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}4%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}7%,74%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}76%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}79%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}@keyframes dot-pulse-2{0%,7%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}9%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}12%,69%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}71%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}74%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}@keyframes dot-pulse-3{0%,12%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}14%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}17%,64%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}66%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}69%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}@keyframes dot-pulse-4{0%,17%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}19%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}22%,59%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}61%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}64%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}@keyframes dot-pulse-5{0%,22%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}24%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}27%,54%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}56%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}59%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}@keyframes dot-pulse-6{0%,27%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}29%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}32%,49%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}51%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}54%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}@keyframes dot-pulse-7{0%,32%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}34%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}37%,44%{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}46%{transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 20px rgba(27,137,217,.9)}49%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 2px 6px rgba(27,137,217,.4)}}.module-card{border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1));padding:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background:#f8fafc;text-decoration:none;text-align:left;flex:1;margin:.5rem 0;display:flex;align-items:flex-start;gap:1.25rem}@media (width >= 768px){.module-card{margin-right:1.5rem}}.module-card:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transform:translateX(4px)}.module-card:hover .module-card-arrow{transform:translateX(4px);color:var(--brand-blue)}.module-card-icon{width:30px;height:30px;flex-shrink:0;color:var(--brand-blue)}.module-card-icon svg{width:100%;height:100%}.module-card-content{flex:1;min-width:0}.module-card-title{margin-bottom:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.module-card-desc{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));font-size:1rem;margin:0;line-height:1.5}.module-card-features{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;align-items:center;gap:0}.module-card-features li{display:flex;align-items:center;font-size:.8125rem;color:var(--gray-500)}.module-card-features li:not(:last-child):after{content:"·";margin:0 .5rem;color:var(--gray-400)}.module-check-icon{display:none;width:14px;height:14px;color:var(--brand-blue);flex-shrink:0}.module-card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--brand-blue);margin-top:.75rem;transition:gap .2s ease}.module-card:hover .module-card-link{gap:.5rem}.module-card-arrow{font-size:1.25rem;line-height:1.75rem;font-weight:300;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;flex-shrink:0}.testimonial-carousel-section{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.testimonial-carousel-section{padding-top:7rem;padding-bottom:7rem}}@media (min-width:1024px){.testimonial-carousel-section{padding-top:8rem;padding-bottom:8rem}}.testimonial-carousel-section{background:#fff}.testimonial-carousel{position:relative;overflow:hidden}.testimonial-carousel-track{display:flex;gap:1.5rem;transition:transform .5s ease}.testimonial-carousel-card{position:relative;border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));padding:1.5rem}@media (min-width:768px){.testimonial-carousel-card{padding:2rem}}.testimonial-carousel-card{display:flex;flex-direction:column;flex:0 0 100%;min-width:0;min-height:280px}@media (width >= 768px){.testimonial-carousel-card{min-height:260px}}@media (width >= 1024px){.testimonial-carousel-card{min-height:240px}}@media (width >= 768px){.testimonial-carousel-card{flex:0 0 calc(50% - 0.75rem)}}@media (width >= 1024px){.testimonial-carousel-card{flex:0 0 calc(33.333% - 1rem)}}.testimonial-carousel .carousel-nav{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem;padding:0 2rem}.testimonial-carousel .carousel-dots{display:flex;gap:.5rem}.testimonial-carousel .carousel-dot{position:relative;width:10px;height:10px;border-radius:9999px;background:#d1d5db;border:none;cursor:pointer;padding:0;overflow:hidden;transition:width .3s ease,background .3s ease}.testimonial-carousel .carousel-dot:hover{background:#9ca3af}.testimonial-carousel .carousel-dot.active{width:40px;background:#e5e7eb}.testimonial-carousel .dot-progress{position:absolute;top:0;left:0;height:100%;width:0;background:#1e293b;border-radius:9999px}.testimonial-carousel .carousel-dot.active .dot-progress{animation:testimonial-dot-fill 5s linear forwards}.testimonial-carousel .carousel-dot.active.paused .dot-progress{animation-play-state:paused}@keyframes testimonial-dot-fill{0%{width:0}to{width:100%}}.testimonial-carousel .carousel-arrows{display:flex;gap:.5rem}.testimonial-carousel .carousel-arrow{width:44px;height:44px;border-radius:9999px;border:1.5px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.testimonial-carousel .carousel-arrow:hover{border-color:#1e293b;background:#1e293b}.testimonial-carousel .carousel-arrow:hover svg{color:#fff}.testimonial-carousel .carousel-arrow svg{width:20px;height:20px;color:#1e293b;transition:color .2s ease}@media (width <= 768px){.testimonial-carousel .carousel-nav{gap:1rem}.testimonial-carousel .carousel-arrow{width:40px;height:40px}.testimonial-carousel .carousel-arrow svg{width:18px;height:18px}}.testimonial-carousel-track{cursor:grab;touch-action:pan-y pinch-zoom}.testimonial-carousel-track.dragging{cursor:grabbing}.testimonial-carousel-track.dragging *{pointer-events:none}.ai-section{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.ai-section{padding-top:7rem;padding-bottom:7rem}}@media (min-width:1024px){.ai-section{padding-top:8rem;padding-bottom:8rem}}.ai-section{background:linear-gradient(180deg,#fff,#f0f7fc 50%,#fff);position:relative;overflow:hidden}.ai-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(27 137 217/3%) 1px,transparent 0),linear-gradient(90deg,rgb(27 137 217/3%) 1px,transparent 0);background-size:60px 60px;pointer-events:none}.ai-section-dark{background:#fff;padding:0}.ai-section-dark:before{display:none}.ai-card-wrapper{width:100%;padding:.75rem}@media (width >= 640px){.ai-card-wrapper{padding:1.5rem}}@media (width >= 768px){.ai-card-wrapper{padding:2rem 3rem}}@media (width >= 1024px){.ai-card-wrapper{padding:2rem 4rem}}.ai-card-wrapper #heroassist-demo,.ai-card-wrapper .ai-connector,.ai-card-wrapper .ai-features,.ai-card-wrapper .ai-header{max-width:72rem;margin-left:auto;margin-right:auto}.ai-section-dark .card-lg{padding-top:4rem}@media (width >= 768px){.ai-section-dark .card-lg{padding-top:6rem}}@media (width >= 1024px){.ai-section-dark .card-lg{padding-top:8rem;padding-bottom:6rem}}@media (width >= 1280px){.ai-section-dark .card-lg{padding-top:10rem;padding-bottom:8rem}}.ai-section-dark .ai-card{background:rgba(0,0,0,.25)!important;border:1px solid hsla(0,0%,100%,.08)!important;box-shadow:none!important}.ai-section-dark .ai-card:hover{background:rgba(0,0,0,.35)!important;border-color:hsla(0,0%,100%,.15)!important;box-shadow:0 8px 24px rgba(0,0,0,.3)!important}.ai-section-dark .ai-card:before{background:linear-gradient(90deg,var(--brand-blue),var(--teal))}.ai-section-dark .ai-card-number{color:#7dd3fc;opacity:1}.ai-section-dark .ai-card-title{color:#fff}.ai-section-dark .ai-card-text{color:#94a3b8}.ai-section-dark .ai-subheadline{color:#cbd5e1!important}.heroassist-phone-frame{aspect-ratio:9/14;background:#1a1a1a;border-radius:32px;padding:8px;position:relative;box-shadow:0 0 0 1px hsla(0,0%,100%,.1),0 25px 50px -12px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.05)}@media (width >= 768px){.heroassist-phone-frame{aspect-ratio:9/19}}.heroassist-phone-notch{width:70px;height:20px;background:#1a1a1a;border-radius:0 0 12px 12px;position:absolute;top:8px;left:50%;transform:translateX(-50%);z-index:10}.heroassist-screen{width:100%;height:100%;background:linear-gradient(180deg,#0f172a,#1e293b);border-radius:26px;overflow:hidden}.heroassist-prompt-wrapper{background:linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6,#06b6d4,#10b981);background-size:300% 300%;animation:rainbowBorder 4s ease infinite}@keyframes rainbowBorder{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.heroassist-cursor{display:inline-block;width:2px;height:1.1em;background:#fff;margin-left:1px;animation:blink 1s step-end infinite;vertical-align:text-bottom}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.heroassist-sparkle{animation:sparkle 1.5s ease-in-out infinite}.heroassist-sparkle:nth-child(2){animation-delay:.2s}.heroassist-sparkle:nth-child(3){animation-delay:.4s}@keyframes sparkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.ai-connector.ai-connector-no-box{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;margin-top:1.5rem;padding:0}@media (width >= 768px){.ai-connector.ai-connector-no-box{max-width:72rem;margin-left:auto;margin-right:auto;padding:0}}.ai-connector.ai-connector-no-box:after,.ai-connector.ai-connector-no-box:before{display:none!important}.eyebrow-light{color:#7dd3fc;font-size:.9rem}.ai-chat-demo-v2{overflow:hidden;border-radius:1rem;background:transparent;position:relative;z-index:1}.ai-connector-cta-text-v2{margin-bottom:1rem;font-weight:600;color:#7dd3fc;font-size:1.125rem}.ai-chat-demo-v2 .ai-chat-container{display:flex;flex-direction:column;justify-content:flex-start;gap:.75rem;min-height:180px}.ai-bubble-row{display:flex;align-items:flex-end;gap:.75rem;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.ai-bubble-row.visible{opacity:1;transform:translateY(0)}.ai-bubble-row.hiding{opacity:0;transform:translateY(-10px)}.ai-bubble-row-user{justify-content:flex-end}.ai-bubble-row-assistant{justify-content:flex-start}.ai-avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.ai-bubble-row-assistant .ai-avatar{background:transparent;padding:0}.ai-chat-demo-v2 .ai-bubble-row .ai-bubble{opacity:1;transform:none;transition:none}@media (width >= 1024px){.ai-chat-demo-v2 .ai-chat-container{height:220px}}.ai-chat-demo-v2 .ai-bubble{border-radius:1rem;padding:.875rem 1.25rem;max-width:100%;font-size:1rem;line-height:1.5;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}@media (width >= 768px){.ai-chat-demo-v2 .ai-bubble{max-width:90%}}.ai-chat-demo-v2 .ai-bubble.visible{opacity:1;transform:translateY(0)}.ai-chat-demo-v2 .ai-bubble.hiding{opacity:0;transform:translateY(-10px)}.ai-chat-demo-v2 .ai-bubble-user{align-self:flex-end;background:var(--brand-blue);color:#fff;border-bottom-right-radius:6px;box-shadow:0 4px 15px rgba(27,137,217,.3)}.ai-chat-demo-v2 .ai-bubble-assistant{align-self:flex-start;background:hsla(0,0%,100%,.08);color:#e2e8f0;border:1px solid hsla(0,0%,100%,.1);border-bottom-left-radius:6px;backdrop-filter:blur(10px)}.ai-chat-demo-v2 .ai-typing-cursor{display:inline-block;width:2px;height:1.1em;background:#fff;margin-left:1px;vertical-align:text-bottom;opacity:0}.ai-chat-demo-v2 .ai-typing-cursor.visible{animation:cursor-blink .6s step-end infinite}.ai-thinking-sparkles{align-self:flex-start;display:flex;align-items:center;gap:8px;padding:0;height:0;overflow:hidden;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,height .3s ease,padding .3s ease}.ai-thinking-sparkles.visible{opacity:1;transform:translateY(0);padding:.75rem 1rem;height:auto}.ai-sparkle{width:28px;height:28px;color:#7dd3fc;animation:sparkle-pulse 1.5s ease-in-out infinite}.ai-sparkle-1{animation-delay:0s}.ai-sparkle-2{animation-delay:.3s;width:22px;height:22px}.ai-sparkle-3{animation-delay:.6s;width:28px;height:28px}@keyframes sparkle-pulse{0%,to{opacity:.3;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}.ai-header{margin-bottom:4rem;text-align:center}@media (min-width:768px){.ai-header{margin-bottom:5rem}}.ai-header{position:relative}.ai-subheadline{font-size:clamp(1.125rem,2vw,1.375rem);margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:42rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));line-height:1.6}.ai-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem;position:relative}.ai-card{max-width:100%}@media (width >= 768px){.ai-features{gap:2rem;align-items:center}.ai-card{width:100%;max-width:56rem}}.ai-card{border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem}.homepage .ai-card{background:#fff;position:relative;z-index:1}@media (min-width:768px){.ai-card{padding:2rem}}.ai-card{border:1px solid rgba(27,137,217,.1);box-shadow:0 4px 20px rgb(0 0 0/4%),0 1px 3px rgb(0 0 0/2%);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.ai-card:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--brand-blue),var(--teal));transform:scaleY(0);transform-origin:top;transition:transform .3s ease}.ai-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(27,137,217,.12),0 8px 16px rgb(0 0 0/4%);border-color:rgba(27,137,217,.2)}.ai-card:hover:before{transform:scaleY(1)}.ai-card-number{margin-bottom:1rem;font-size:.75rem;line-height:1rem;font-weight:700;color:var(--brand-blue);opacity:.6;letter-spacing:.1em}.ai-card-title{margin-bottom:.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1));font-size:1.75rem;line-height:1.3}.ai-card-text{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));font-size:1rem;line-height:1.7}.ai-demo-phone{margin-left:auto;margin-right:auto;margin-top:1.5rem;width:120px;height:80px;background:linear-gradient(135deg,var(--navy) 0,var(--navy-light) 100%);border-radius:12px;padding:6px;box-shadow:0 8px 24px rgba(18,41,75,.3)}.ai-demo-screen{display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.homepage .ai-demo-screen{background:#fff;position:relative;z-index:1}.ai-connector{display:grid;grid-template-columns:1fr;gap:2rem;border-radius:1.5rem;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,23,42,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:rgba(30,41,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e293b var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#0f172a var(--tw-gradient-to-position);padding:2rem}@media (min-width:768px){.ai-connector{padding:3rem}}.ai-connector{padding-bottom:3rem;position:relative;overflow:hidden}@media (width >= 768px){.ai-connector{padding-bottom:4.5rem}}@media (width >= 1024px){.ai-connector{grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}}.ai-connector:before{width:400px;height:400px;background:radial-gradient(circle,rgba(27,137,217,.15) 0,transparent 70%);top:-100px;right:-100px}.ai-connector:after,.ai-connector:before{content:"";position:absolute;pointer-events:none}.ai-connector:after{width:300px;height:300px;background:radial-gradient(circle,rgba(8,145,178,.1) 0,transparent 70%);bottom:-100px;left:-50px}.ai-connector-content{position:relative;z-index:1;text-align:center}@media (width >= 768px){.ai-connector-content{text-align:left}}.ai-connector-badge{margin-bottom:1.5rem;display:inline-block;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:rgba(27,137,217,.2);color:#7dd3fc;border:1px solid rgba(27,137,217,.3)}.ai-connector-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));line-height:1.2}.ai-connector-text{margin-bottom:1.5rem;--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1));font-size:1.0625rem;line-height:1.7}.ai-connector-cta-text{margin-bottom:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:1.125rem}.ai-connector-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;color:#7dd3fc}.ai-connector-link:hover{color:#bae6fd;gap:.75rem}.ai-chat-container{padding:1.5rem}@media (min-width:768px){.ai-chat-container{padding:2rem}}.ai-chat-container{min-height:280px;display:flex;flex-direction:column;justify-content:center;gap:1.25rem}.ai-bubble{border-radius:1rem;padding:.875rem 1.25rem;max-width:90%;font-size:1rem;line-height:1.5;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.ai-bubble.visible{opacity:1;transform:translateY(0)}.ai-bubble.hiding{opacity:0;transform:translateY(-10px)}.ai-bubble-user{align-self:flex-end;background:var(--brand-blue);color:#fff;border-bottom-right-radius:6px;box-shadow:0 4px 15px rgba(27,137,217,.3)}.ai-bubble-text{display:inline}.ai-typing-cursor{display:inline-block;width:2px;height:1.1em;background:#fff;margin-left:1px;vertical-align:text-bottom;opacity:0}.ai-typing-cursor.visible{animation:cursor-blink .6s step-end infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.ai-bubble-assistant{align-self:flex-start;background:hsla(0,0%,100%,.08);color:#e2e8f0;border:1px solid hsla(0,0%,100%,.1);border-bottom-left-radius:6px;backdrop-filter:blur(10px)}.ai-connector-demo{display:flex;flex-direction:column;min-height:330px}@media (width >= 768px){.ai-connector-demo{min-height:240px}}.ai-partner-logos{display:flex;align-items:center;justify-content:center;gap:2rem;margin:1rem 0 1.5rem}@media (width >= 768px){.ai-partner-logos{justify-content:flex-start}}.ai-partner-logo{display:inline-flex;align-items:center;justify-content:center;height:40px;min-width:100px;padding:0 1rem;border:1px solid hsla(0,0%,100%,.25);border-radius:999px;opacity:.9;transition:opacity .2s ease,border-color .2s ease}.ai-partner-logo:hover{opacity:1;border-color:hsla(0,0%,100%,.4)}.ai-partner-logo-img{display:block;width:auto}.ai-partner-logo--claude{height:16px}.ai-partner-logo--chatgpt{height:24px}.ai-partner-logo-external{width:16px;height:16px;margin-left:.5rem;stroke:#7dd3fc;flex-shrink:0}@media (width >= 768px){.ai-partner-logos{gap:1.5rem}.ai-partner-logo{height:44px;min-width:110px;padding:0 1.25rem}.ai-partner-logo--claude{height:18px}.ai-partner-logo--chatgpt{height:26px}}.faq-section{padding-top:2rem;padding-bottom:5rem}@media (min-width:768px){.faq-section{padding-top:3rem;padding-bottom:7rem}}.faq-section{background-color:#fff}.faq-grid{margin-left:auto;margin-right:auto;max-width:48rem}.faq-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.faq-item{border-radius:.75rem;--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1));border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 4px 12px rgb(0 0 0/5%)}.faq-question{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));font-family:var(--font-display);font-size:1.0625rem;font-weight:600;background:none;border:none;cursor:pointer;transition:color .2s ease}.faq-question:hover,.faq-question:hover .faq-icon{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.faq-question span{flex:1;padding-right:1rem}.faq-icon{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1));width:24px;height:24px;flex-shrink:0;transition:transform .3s ease,color .2s ease}.faq-item[data-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item[data-expanded=true] .faq-answer{max-height:500px}.faq-answer p{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1));font-size:1rem;line-height:1.7}@media (width <= 640px){.faq-question{padding:1rem 1.25rem;font-size:1rem}.faq-answer p{padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;font-size:.9375rem}.faq-icon{width:20px;height:20px}}