:root{--deep:#000000;--orange:#ff9933;--cream:#ffffff;--gray:#f8f8f8;--sans:'Poppins',ui-sans-serif,system-ui,sans-serif;--serif:'Poppins',ui-sans-serif,system-ui,sans-serif;--header-offset:0px}*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb}html{-webkit-text-size-adjust:100%;line-height:1.5;font-family:var(--sans)}body{margin:0;min-height:100vh;background:var(--cream);color:var(--deep);font-family:var(--sans);padding-bottom:5rem}@media (min-width:768px){body{padding-bottom:0}}::selection{background:var(--orange);color:#fff}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}a{color:inherit;text-decoration:none;outline:0}b,strong{font-weight:700}p{margin:0}img,svg,video{display:block;max-width:100%}button{font-family:inherit;font-size:100%;font-weight:inherit;color:inherit;background:0 0;border:0;padding:0;cursor:pointer;line-height:inherit}input,select,textarea{font-family:inherit;font-size:100%}.hidden{display:none!important}.serif{font-family:var(--serif)}.text-red-500{color:#ef4444}.text-blue-500{color:#3b82f6}.text-green-500{color:#22c55e}.text-pink-500{color:#ec4899}.text-indigo-500{color:#6366f1}.text-purple-500{color:#a855f7}.marker-highlight{position:relative;display:inline-block;padding:0 .1em}.marker-highlight::after{content:'';position:absolute;bottom:.1em;left:0;width:0;height:.3em;background:rgba(255,153,51,.2);z-index:-1;border-radius:2px;animation:marker-draw 1s cubic-bezier(.65,0,.35,1) forwards;animation-delay:1.5s}.glass{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes marker-draw{from{width:0}to{width:100%}}@keyframes chat-spin{to{transform:rotate(360deg)}}.astro-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s cubic-bezier(.4,0,.2,1);background:0 0;padding:.5rem 0}.astro-header.is-scrolled{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}@media (min-width:1024px){.astro-header{padding:1rem 0}}.nav__inner{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav__brand{display:flex;align-items:center;gap:.75rem}@media (min-width:768px){.nav__brand{gap:1rem}}.nav__brand-link{display:flex;align-items:center}.nav__logo{width:auto;object-fit:contain;display:block}.nav__logo--times{height:2.25rem;margin-right:-.375rem}.nav__logo--nbt{height:1.75rem}@media (min-width:768px){.nav__logo--times{height:3rem;margin-right:-.5rem}.nav__logo--nbt{height:2.25rem}}.nav__brand-divider{width:1px;height:1.5rem;background:rgba(0,0,0,.1);flex-shrink:0}.nav__actions{display:none}@media (min-width:768px){.nav__actions{display:flex;align-items:center;gap:1rem;font-size:.875rem;font-weight:500}}.nav__login-btn{color:rgba(0,0,0,.7);padding:.625rem 1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(0,0,0,.1);border-radius:9999px;transition:all 150ms cubic-bezier(.4,0,.2,1)}.nav__login-btn:hover{color:var(--orange);border-color:rgba(255,153,51,.3);background:rgba(255,153,51,.05)}.nav__login-btn svg{height:15px;margin-top:-3px}.nav__chat-btn{background:var(--orange);color:#fff;padding:0 1.5rem;height:50px;border-radius:9999px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:all 150ms cubic-bezier(.4,0,.2,1)}.nav__chat-btn:hover{opacity:.9;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.nav__icon{width:1rem;height:1rem}.nav__mobile{display:flex;align-items:center;gap:.5rem}@media (min-width:768px){.nav__mobile{display:none}}.nav__menu-btn{padding:.5rem;color:rgba(0,0,0,.7)}.nav__menu-btn svg{height:24px}.nav__dropdown{position:absolute;top:100%;left:0;right:0;padding:1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.nav__dropdown-login{color:rgba(0,0,0,.7);padding:.75rem 1rem;font-weight:700;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(0,0,0,.05);border-radius:.75rem;background:rgba(248,248,248,.5);transition:color 150ms}.nav__dropdown-login svg{height:20px;margin-top:-5px}.nav__dropdown-login:hover{color:var(--orange)}.nav__dropdown-chat{background:var(--orange);color:#fff;padding:0 1.5rem;height:50px;border-radius:.75rem;width:100%;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(255,153,51,.2)}.hero{padding:4rem 1rem 3rem;position:relative;overflow:hidden}@media (min-width:1024px){.hero{padding:5rem 1rem}.hero .hero__deco{opacity:1}}.hero__deco{position:absolute;opacity:0;pointer-events:none}.hero__deco--tl{top:5rem;left:18.5px}.hero__deco--br{bottom:5rem;right:2.5rem}@media (min-width:1024px){.hero__deco--tl{left:2.5rem}}.hero__deco-icon--lg{width:5rem;height:5rem;color:var(--orange)}.hero__deco-icon--xl{width:6rem;height:6rem;color:var(--orange)}.hero__inner{max-width:80rem;margin:0 auto;display:grid;gap:.5rem;align-items:center;position:relative;z-index:10}@media (min-width:1024px){.hero__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}.hero__media{position:relative;display:flex;justify-content:center;order:-9999;margin-bottom:0}@media (min-width:1024px){.hero__media{order:9999}}.hero__video-frame{position:relative;z-index:10;border-radius:1.5rem;overflow:hidden;border:2px solid #fff;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);aspect-ratio:9/10;max-width:280px;width:100%;background:var(--gray)}@media (min-width:768px){.hero__video-frame{max-width:400px}}@media (min-width:1024px){.hero__video-frame{border-radius:3rem;border-width:8px;max-width:500px}}.hero__video{width:100%;height:100%;object-fit:cover;display:block}.hero__media-glow{position:absolute;inset:-1rem;background:rgba(255,153,51,.1);filter:blur(64px);border-radius:9999px;z-index:-10}.hero__copy{text-align:center}@media (min-width:1024px){.hero__copy{text-align:left}}.hero__title{font-size:34px;font-weight:700;line-height:1.25;margin-bottom:1rem;margin-top:1.5rem;color:var(--deep)}@media (min-width:768px){.hero__title{font-size:60px;margin-top:0}}.hero__subtitle{font-size:1rem;font-weight:400;color:rgba(0,0,0,.8);margin-bottom:2rem;line-height:1.625}@media (min-width:768px){.hero__subtitle{font-size:1.125rem}}.hero__cta-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}@media (min-width:640px){.hero__cta-row{flex-direction:row}}@media (min-width:1024px){.hero__cta-row{justify-content:flex-start;margin-bottom:3rem}}.hero__cta-btn{width:100%;background:var(--orange);color:#fff;padding:0 2.5rem;height:50px;border-radius:1rem;font-size:1.125rem;font-weight:700;box-shadow:0 25px 50px -12px rgba(255,153,51,.3);transition:transform 150ms cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem}.hero__cta-btn:hover{transform:scale(1.05)}.hero__cta-btn:active{transform:scale(.95)}@media (min-width:640px){.hero__cta-btn{width:auto}}.hero__cta-icon{width:1.25rem;height:1.25rem}.hero__cta-features{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;color:rgba(0,0,0,.6)}.hero__feature{display:flex;align-items:center;gap:.375rem}.hero__feature-icon{width:1rem;height:1rem}.hero__feature-icon--green{color:#16a34a}.hero__feature-icon--purple{color:#9333ea}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;border-top:1px solid rgba(0,0,0,.1);padding-top:2.5rem}@media (min-width:640px){.hero__stats{gap:1rem}}.hero__stat-value{font-size:1.125rem;font-weight:700}@media (min-width:640px){.hero__stat-value{font-size:1.5rem}}@media (min-width:768px){.hero__stat-value{font-size:1.875rem}}.hero__stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;opacity:.5}@media (min-width:640px){.hero__stat-label{font-size:.75rem;letter-spacing:.1em}}.trust{padding:4rem 0;background:var(--deep);color:#fff}@media (min-width:1024px){.trust{padding:6rem 0}}.trust__container{max-width:80rem;margin:0 auto;padding:0 1rem}.trust__header{text-align:center;margin-bottom:4rem}@media (min-width:1024px){.trust__header{margin-bottom:5rem}}.trust__title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.025em}@media (min-width:768px){.trust__title{font-size:3rem}}.trust__divider{width:4rem;height:.25rem;background:var(--orange);margin:0 auto;border-radius:9999px}@media (min-width:1024px){.trust__divider{width:5rem}}.trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:2.5rem;max-width:56rem;margin:0 auto}@media (min-width:768px){.trust__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.trust__grid{column-gap:3rem;row-gap:4rem}}.trust__item{text-align:center}.trust__icon-wrap{width:3rem;height:3rem;border-radius:.75rem;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.trust__item:hover .trust__icon-wrap{background:var(--orange);color:var(--deep)}@media (min-width:1024px){.trust__icon-wrap{width:4rem;height:4rem;border-radius:1rem;margin-bottom:1rem}}.trust__icon{width:1.5rem;height:1.5rem}@media (min-width:1024px){.trust__icon{width:2rem;height:2rem}}.trust__item-title{font-weight:700;font-size:.875rem;margin-bottom:.25rem}@media (min-width:1024px){.trust__item-title{font-size:1rem;margin-bottom:.5rem}}.trust__item-desc{font-size:10px;opacity:.6}@media (min-width:1024px){.trust__item-desc{font-size:.875rem}}.services{padding:4rem 0;background:#fff;overflow:hidden;scroll-margin-top:5rem}@media (min-width:1024px){.services{padding:6rem 0}}.services__container{max-width:80rem;margin:0 auto;padding:0 1rem}.services__header{text-align:center;margin-bottom:3rem}@media (min-width:1024px){.services__header{margin-bottom:5rem}}.services__title{font-size:32px;font-weight:700;margin-bottom:1.5rem;line-height:1.25;letter-spacing:-.025em;color:var(--deep)}@media (min-width:768px){.services__title{font-size:54px}}.services__subtitle{font-size:1rem;color:rgba(0,0,0,.7);line-height:1.625;max-width:42rem;margin:0 auto;font-weight:400}@media (min-width:768px){.services__subtitle{font-size:1.125rem}}.services__chips{margin:0 -1rem 2rem;padding:0 1rem .5rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;display:flex;gap:.75rem}.services__chips::-webkit-scrollbar{display:none}@media (min-width:1024px){.services__chips{display:none}}.service-chip{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:9999px;border:1px solid rgba(0,0,0,.1);white-space:nowrap;font-size:.875rem;font-weight:500;background:#fff;color:rgba(0,0,0,.7);transition:all 150ms cubic-bezier(.4,0,.2,1)}.service-chip.is-active{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 10px 15px -3px rgba(255,153,51,.2)}.service-chip svg{max-width:30px}.services__chip-icon{width:1rem;height:1rem}.services__chip-icon--active{color:#fff}.services__grid{display:grid;gap:2rem;align-items:center}@media (min-width:1024px){.services__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}}.services__col--left{display:none;order:2}.services__col--right{display:none;order:3}@media (min-width:1024px){.services__col--left{display:block;order:1}.services__col--right{display:block;order:3}.services__col--left>*+*{margin-top:2rem}.services__col--right>*+*{margin-top:2rem}}.service-card{background:#fff;padding:1.5rem;border-radius:1.5rem;border:1px solid rgba(0,0,0,.05);transition:all 150ms cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.service-card.is-active{border-color:var(--orange);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-.25rem)}.service-card:hover:not(.is-active){border-color:rgba(255,153,51,.2);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-.25rem)}@media (min-width:1024px){.service-card{padding:2rem;border-radius:2rem}}.service-card__body{display:flex;align-items:flex-start;gap:1rem}@media (min-width:1024px){.service-card__body{gap:1.5rem}}.service-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gray);transition:background 150ms}.service-card.is-active .service-icon,.service-card:hover .service-icon{background:rgba(255,153,51,.1)}@media (min-width:1024px){.service-icon{width:3.5rem;height:3.5rem;border-radius:1rem}}.service-card__icon{width:1.5rem;height:1.5rem}@media (min-width:1024px){.service-card__icon{width:1.75rem;height:1.75rem}}.service-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;margin-top:0}@media (min-width:1024px){.service-card__title{font-size:1.25rem;margin-bottom:.5rem}}.service-card__desc{color:rgba(0,0,0,.6);line-height:1.625;font-size:.875rem}@media (min-width:1024px){.service-card__desc{font-size:1rem}}.services__phone-wrap{order:1;display:flex;justify-content:center}@media (min-width:1024px){.services__phone-wrap{order:2}}.services__phone{position:relative;width:260px;height:520px;background:var(--deep);border-radius:2.5rem;border:6px solid var(--deep);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}@media (min-width:1024px){.services__phone{width:300px;height:600px;border-radius:3rem;border-width:8px}}.services__phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:6rem;height:1.5rem;background:var(--deep);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:20}@media (min-width:1024px){.services__phone-notch{width:8rem;height:1.75rem}}.services__phone-screen{position:absolute;inset:0;background:#f0f2f5;display:flex;flex-direction:column}.services__phone-header{background:var(--orange);padding:1.5rem;padding-top:2.5rem;color:#fff;display:flex;align-items:center;gap:.75rem}.services__phone-avatar-wrap{position:relative}.services__phone-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;border:2px solid rgba(255,255,255,.2);overflow:hidden;background:rgba(255,255,255,.1)}.services__phone-avatar img{width:100%;height:100%;object-fit:cover;display:block}.services__phone-online{position:absolute;bottom:0;right:0;width:.75rem;height:.75rem;background:#22c55e;border:2px solid var(--orange);border-radius:9999px}.services__phone-name{font-weight:700;font-size:.875rem}.services__phone-status{font-size:10px;opacity:.9}.services__phone-messages{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.services__msg{padding:.75rem;border-radius:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05);max-width:85%}.services__msg p{font-size:.75rem;color:var(--deep)}.services__msg--bot{background:#fff;border-top-left-radius:0;align-self:flex-start}.services__msg--user{background:rgba(255,153,51,.1);margin-left:auto;border-top-right-radius:0;border:1px solid rgba(255,153,51,.1);align-self:flex-end}.services__phone-input{padding:1rem;background:#fff;border-top:1px solid #f3f4f6}.services__phone-input-field{background:#f3f4f6;height:2rem;border-radius:9999px;padding:0 1rem;display:flex;align-items:center}.services__phone-input-field p{font-size:10px;color:#9ca3af;font-weight:500}.testimonials{padding:4rem 0;scroll-margin-top:5rem}@media (min-width:1024px){.testimonials{padding:6rem 0}}.testimonials__container{max-width:80rem;margin:0 auto;padding:0 1rem}.testimonials__header{text-align:center;margin-bottom:3rem}@media (min-width:1024px){.testimonials__header{margin-bottom:4rem}}.testimonials__title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.025em;color:var(--deep)}@media (min-width:768px){.testimonials__title{font-size:3rem}}.testimonials__stars{display:flex;justify-content:center;gap:.375rem;color:var(--orange)}.testimonials__star{width:1.25rem;height:1.25rem;fill:currentColor;display:block}.testimonials__grid{display:grid;gap:1.5rem}@media (min-width:768px){.testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.testimonials__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.testimonials__card{background:#fff;padding:1.5rem;border-radius:1.5rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow 150ms cubic-bezier(.4,0,.2,1)}.testimonials__card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.testimonials__card-stars{display:flex;gap:.25rem;color:var(--orange);margin-bottom:1rem}.testimonials__card-star{width:.75rem;height:.75rem;fill:currentColor;display:block}.testimonials__text{color:rgba(0,0,0,.8);font-size:.875rem;font-style:italic;margin-bottom:1.5rem;line-height:1.625}.testimonials__name{font-weight:700;font-size:.875rem}.testimonials__location{font-size:.75rem;opacity:.5}.trending{padding:6rem 0;background:rgba(255,153,51,.05);overflow:hidden}.trending__container{max-width:80rem;margin:0 auto;padding:0 1rem;text-align:center;position:relative}.trending__title{font-size:1.875rem;font-weight:700;margin-bottom:3rem;letter-spacing:-.025em;color:var(--deep)}@media (min-width:768px){.trending__title{font-size:3rem}}.trending__mobile{margin:0 -1rem 3rem;padding:0 1rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;display:flex;flex-direction:column;gap:.75rem}.trending__mobile::-webkit-scrollbar{display:none}@media (min-width:1024px){.trending__mobile{display:none}}.trending__row{display:flex;gap:.5rem;width:max-content}.trending__row--indent{margin-left:1.5rem}.trending__row--indent-sm{margin-left:.5rem}.trending__desktop{display:none}@media (min-width:1024px){.trending__desktop{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:56rem;margin:0 auto}}.trending__chip{padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid;white-space:nowrap;transition:all 150ms cubic-bezier(.4,0,.2,1)}.trending__chip--light{background:#fff;border-color:rgba(255,153,51,.2);color:var(--deep)}.trending__chip--solid{background:var(--orange);color:#fff;border-color:transparent}.trending__chip--lg{padding:.75rem 1.5rem}.trending__chip--lg.trending__chip--light:hover{border-color:var(--orange)}.trending__chip--lg.trending__chip--solid:hover{opacity:.9}.faqs{padding:4rem 0;background:#fff;scroll-margin-top:5rem}@media (min-width:1024px){.faqs{padding:6rem 0}}.faqs__container{max-width:48rem;margin:0 auto;padding:0 1rem}.faqs__header{text-align:center;margin-bottom:3rem}@media (min-width:1024px){.faqs__header{margin-bottom:4rem}}.faqs__title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.025em;color:var(--deep)}@media (min-width:768px){.faqs__title{font-size:3rem}}.faqs__list>*+*{margin-top:.5rem}.faqs__item{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0}.faqs__question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:1rem;font-weight:700;color:rgba(0,0,0,.8);line-height:1.625;background:0 0;border:none;padding:0;cursor:pointer}@media (min-width:768px){.faqs__question{font-size:1.125rem}}.faqs__icon{display:flex;align-items:center;flex-shrink:0}.faqs__chevron{width:1.25rem;height:1.25rem;opacity:.5}.faqs__content{overflow:hidden}.faqs__content.hidden{display:none!important}.faqs__answer{padding-top:.75rem;font-size:1rem;font-weight:400;color:rgba(0,0,0,.8);line-height:1.625}@media (min-width:768px){.faqs__answer{font-size:1.125rem}}.cta{padding:4rem 0;background:var(--deep);color:#fff;position:relative;overflow:hidden}@media (min-width:1024px){.cta{padding:6rem 0}}.cta__texture{position:absolute;inset:0;background-image:url(https://www.transparenttextures.com/patterns/stardust.png);opacity:.2;pointer-events:none}.cta__glow{position:absolute;width:16rem;height:16rem;filter:blur(100px);border-radius:9999px;pointer-events:none}.cta__glow--orange{top:0;right:0;background:rgba(255,153,51,.2)}.cta__glow--purple{bottom:0;left:0;background:rgba(168,85,247,.2)}.cta__container{max-width:56rem;margin:0 auto;padding:0 1rem;text-align:center;position:relative;z-index:10}.cta__title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.cta__title{font-size:3.75rem}}.cta__subtitle{font-size:1.125rem;color:rgba(255,255,255,.8);margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.cta__subtitle{font-size:1.25rem}}.cta__button{background:var(--orange);color:#fff;padding:0 2rem;height:60px;border-radius:9999px;font-size:1.125rem;font-weight:700;box-shadow:0 25px 50px -12px rgba(255,153,51,.3);transition:transform 150ms cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto 2rem}.cta__button:hover{transform:scale(1.05)}.cta__button:active{transform:scale(.95)}@media (min-width:768px){.cta__button{padding:0 3rem;font-size:1.25rem}}.cta__button-icon{width:1.5rem;height:1.5rem}.cta__features{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.6)}.cta__feature{display:flex;align-items:center;gap:.5rem}.cta__feature-icon{width:1rem;height:1rem;color:var(--orange)}.footer{background:var(--deep);color:rgba(255,255,255,.6);padding:3rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer__container{max-width:80rem;margin:0 auto;padding:0 1rem}.footer__top{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem}@media (min-width:768px){.footer__top{flex-direction:row}}.footer__brand{display:flex;align-items:center;gap:1rem;background:#fff;padding:.5rem 1rem;border-radius:.75rem}.footer__brand-link{display:flex;align-items:center}.footer__brand-divider{width:1px;height:1.5rem;background:rgba(0,0,0,.1);flex-shrink:0}.footer__logo{width:auto;object-fit:contain;display:block}.footer__logo--times{height:2rem}.footer__logo--nbt{height:2.25rem}.footer__links{display:flex;gap:1.5rem;font-size:.875rem}.footer__link{background:0 0;border:none;padding:0;cursor:pointer;font-size:inherit;color:inherit;font-family:inherit;transition:color 150ms cubic-bezier(.4,0,.2,1)}.footer__link:hover{color:#fff}.footer__legal{text-align:center;font-size:.75rem}.footer__legal>*+*{margin-top:1rem}.bottom-nav{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #f3f4f6;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -4px 20px rgba(0,0,0,.05);transform:translateY(120%);opacity:0;pointer-events:none;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s ease}.bottom-nav.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}@media (min-width:768px){.bottom-nav{display:none}}.bottom-nav__btn{width:100%;background:var(--orange);color:#fff;height:50px;border-radius:1rem;font-weight:700;box-shadow:0 10px 15px -3px rgba(255,153,51,.2),0 4px 6px -4px rgba(255,153,51,.2);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.125rem;transition:transform 150ms cubic-bezier(.4,0,.2,1)}.bottom-nav__btn:active{transform:scale(.95)}.bottom-nav__icon{width:1.25rem;height:1.25rem}.sticky-cta{opacity:0;transform:translateY(8rem);display:none;position:fixed;bottom:10.5rem;right:2rem;z-index:90;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.sticky-cta{display:block}.sticky-cta.is-visible{opacity:1}}.sticky-cta__btn{padding:0 2rem;background:var(--orange);color:#fff;height:50px;border-radius:1rem;font-weight:700;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.125rem;transition:transform 150ms cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.2)}.sticky-cta__btn:active{transform:scale(.95)}.sticky-cta__icon{width:1.25rem;height:1.25rem}.chat-widget-container{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;z-index:999;display:none}.chat-widget-container.is-visible{display:block}.chat-widget-container ._overlay{background:rgba(0,0,0,.54);position:fixed;width:100%;height:100vh;z-index:-1;top:0;left:0}@media (min-width:768px){.chat-widget-container{width:900px;margin:auto}}body:has(.chat-widget-container.is-visible){overflow:hidden}body:has(.popup.lang-ssologinwidget){overflow:hidden}.popup.lang-ssologinwidget{z-index:1001!important}.mobile .popup.lang-ssologinwidget ._login-window.modal{width:100%;max-width:360px}.popup.lang-ssologinwidget ._termsNcondition{font-size:13px!important}.chat-init-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:180px;padding:14px 18px;border-radius:8px;background:rgba(17,24,39,.9);color:#fff;font-size:16px;font-weight:600;display:none;z-index:2;align-items:center;justify-content:center;gap:10px}.chat-init-loader.is-visible{display:flex}.chat-loader-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:chat-spin .8s linear infinite}.contact-modal__overlay{position:fixed;inset:0;z-index:150;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.contact-modal__card{background:#fff;border-radius:1rem;padding:1.5rem;max-width:384px;width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .2s cubic-bezier(.4,0,.2,1)}.contact-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.contact-modal__title{font-weight:700;font-size:1.125rem;color:var(--deep);display:flex;align-items:center;gap:.5rem;margin:0}.contact-modal__icon{width:1.25rem;height:1.25rem;color:var(--orange)}.contact-modal__close{color:rgba(0,0,0,.4);background:0 0;border:none;cursor:pointer;padding:.25rem;transition:color 150ms}.contact-modal__close:hover{color:var(--deep)}.contact-modal__close-icon{width:1.25rem;height:1.25rem}.contact-modal__body{color:rgba(0,0,0,.75);text-align:center;padding:1rem 0;margin:0;background:var(--gray);border-radius:.75rem;border:1px solid rgba(0,0,0,.05)}.contact-modal__email{font-weight:700;color:var(--orange);margin-top:.5rem;display:inline-block;text-decoration:none}.contact-modal__email:hover{text-decoration:underline}.contact-modal__btn{width:100%;margin-top:1.5rem;background:var(--orange);color:#fff;padding:.625rem 0;border-radius:.75rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 10px 15px -3px rgba(0,0,0,.15);transition:opacity 150ms,transform 150ms}.contact-modal__btn:hover{opacity:.9}.contact-modal__btn:active{transform:scale(.98)}