.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero__bg-grid{background-image:linear-gradient(#4547c61a 1px,#0000 1px),linear-gradient(90deg,#0000001a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000,#0000);mask-image:radial-gradient(80% 60% at 50% 0,#000,#0000)}.hero__glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--1{background:radial-gradient(circle,#6366f12e,#0000 70%);width:600px;height:600px;top:-200px;left:50%;transform:translate(-50%)}.hero__glow--2{background:radial-gradient(circle,#06b6d41a,#0000 70%);width:400px;height:400px;bottom:0;right:10%}.hero__content{z-index:1;grid-template-columns:3fr 2fr;align-items:center;gap:64px;display:grid;position:relative}.hero__left{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero__right{justify-content:center;align-items:center;width:100%;display:flex}.hero__video-wrapper{aspect-ratio:16/9;background:#f8fafc;border:1px solid #0000000d;border-radius:24px;width:100%;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero__video-wrapper iframe{object-fit:cover;width:100%;height:100%}.hero__badge{letter-spacing:.1em;text-transform:uppercase;color:#6366f1;background:#6366f11a;border:1px solid #6366f140;border-radius:9999px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 16px;font-size:.65rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:#6366f1;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot;display:block;box-shadow:0 0 8px #6366f1e6}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 8px #6366f1e6}50%{opacity:.6;box-shadow:0 0 16px #6366f180}}.hero__headline{letter-spacing:-.03em;max-width:900px;margin-bottom:24px;font-size:clamp(2.375rem,3.5vw,4.375rem);font-weight:900;line-height:1.08}.hero__subheadline{color:#475569;max-width:660px;margin-bottom:20px;font-size:clamp(.875rem,2vw,1.075rem);line-height:1.7}.hero__description{color:#334155;max-width:600px;margin-bottom:40px;font-size:.825rem;line-height:1.8}.hero__ctas{flex-wrap:wrap;justify-content:flex-start;gap:16px;margin-bottom:26px;display:flex}.hero__stats-container{z-index:1;background:#5456ce0d;border-radius:32px;width:100%;margin-top:16px;padding:8px;position:relative}.hero__stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff80;border:1px solid #0000000d;border-radius:24px;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:2px;width:100%;padding:32px 28px;display:flex}.hero__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.hero__stat-num{font-family:var(--font-outfit),sans-serif;background:linear-gradient(135deg,#6366f1,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:800}.hero__stat-label{color:#334155;text-align:center;white-space:nowrap;font-size:.65rem;font-weight:500}.hero__stat-divider{background:#49338560;width:1px;height:60px}.hero__scroll-hint{color:#475569;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:.72rem;font-weight:500;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(#0000,#6366f199);width:1px;height:40px;animation:1.8s ease-in-out infinite scroll-line}.highlight_num{background:#000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-right:2px;font-size:24px}@keyframes scroll-line{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:1024px){.hero__content{text-align:center;grid-template-columns:1fr;gap:48px}.hero__left{text-align:center;align-items:center}.hero__ctas,.hero__stats{justify-content:center}}@media (max-width:600px){.hero__stats{gap:20px;padding:16px 20px}.hero__stat-divider{display:none}}
.outcomes-section{background:#fff;padding:24px 0 60px}.outcomes__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:24px;display:grid}@media (max-width:1100px){.outcomes__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.outcomes__grid{grid-template-columns:1fr}}.outcomes__grid-item{display:flex}.outcomes__reveal{flex-direction:column;width:100%;display:flex}.outcomes__card{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);border:1px solid #00000014;border-radius:18px;flex-direction:column;width:100%;height:100%;padding:36px 30px;transition:all .3s;display:flex;position:relative;overflow:hidden}.outcomes__card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#7c3aed0a,#0000);transition:opacity .3s;position:absolute;inset:0}.outcomes__card:hover{border-color:#7c3aed33;transform:translateY(-4px);box-shadow:0 16px 40px #7c3aed1a}.outcomes__card:hover:before{opacity:1}.outcomes__stat{color:#7c3aed;letter-spacing:-.01em;margin-bottom:14px;font-size:2.2rem;font-weight:800;line-height:1}.outcomes__card h3{color:#0f172a;margin-bottom:10px;font-size:1.05rem;font-weight:700;line-height:1.35}.outcomes__card p{color:#475569;flex:1;font-size:.9rem;line-height:1.6}
.systems-section{background:radial-gradient(circle at 10% -5%,#7c3aed14,#0000 35%),radial-gradient(circle at 85% 0,#0f172a12,#0000 42%),#fff;padding:24px 0 60px}.systems__grid{flex-direction:column;gap:14px;display:flex}.systems-header__lead{color:#334155;margin:0;font-size:.98rem;line-height:1.75}.systems-header__highlights{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:14px;display:flex}.systems-header__chip{color:#0f172a;background:#fff;border:1px solid #7c3aed40;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #7c3aed14}.systems-header__chip:before{content:"";opacity:.8;background:#7c3aed;border-radius:999px;width:5px;height:5px}.systems-header__chip:hover{border-color:#7c3aed66;transform:translateY(-2px);box-shadow:0 8px 18px #7c3aed1f}@media (max-width:640px){.systems-header__highlights{gap:8px}.systems-header__chip{padding:7px 12px;font-size:.78rem}}.block-card{background:linear-gradient(#fff,#fbfdff);border:1px solid #0f172a1a;border-radius:16px;transition:border-color .3s,box-shadow .3s,transform .3s;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}.block-card--open{border-color:#6d28d966;transform:translateY(-1px);box-shadow:0 14px 30px #6d28d921,0 8px 18px #0f172a12}.block-card__header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:20px;width:100%;padding:22px 24px;transition:background .25s;display:flex}.block-card__header:hover{background:#7c3aed0f}.block-card__number{font-family:var(--font-outfit),sans-serif;color:#5b21b6;opacity:1;letter-spacing:.05em;background:#7c3aed24;border:1px solid #6d28d933;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:.82rem;font-weight:800;display:inline-flex}.block-card__title{color:#0f172a;flex:1;font-size:1.04rem;font-weight:700;line-height:1.3}.block-card__chevron{color:#475569;flex-shrink:0;transition:transform .3s,color .3s}.block-card--open .block-card__chevron{color:#7c3aed;transform:rotate(180deg)}.block-card__body{opacity:0;max-height:0;padding:0 24px;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s,opacity .3s;overflow:hidden}.block-card--open .block-card__body{opacity:1;max-height:600px;padding:0 24px 24px}.block-card__desc{color:#334155;border-top:1px solid #0f172a14;margin-bottom:22px;padding-top:18px;font-size:.92rem;line-height:1.8}.block-card__deliverables h4{letter-spacing:.1em;text-transform:uppercase;color:#6d28d9;margin-bottom:14px;font-size:.78rem;font-weight:700}.block-card__deliverables ul{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;list-style:none;display:grid}.block-card__deliverables li{color:#475569;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.block-card__check{color:#7c3aed;background:#7c3aed24;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@media (max-width:768px){.block-card__header{gap:12px;padding:18px 16px}.block-card__number{width:32px;min-width:32px;height:32px;font-size:.75rem}.block-card__title{font-size:.96rem}.block-card__body{padding:0 16px}.block-card--open .block-card__body{padding:0 16px 18px}.block-card__deliverables ul{grid-template-columns:1fr}}
.productivity-section{background:#fff;padding:24px 0 60px}.productivity__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}@media (max-width:1024px){.productivity__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.productivity__grid{grid-template-columns:1fr}}.productivity__grid-item{display:flex}.productivity__reveal{flex-direction:column;width:100%;display:flex}.productivity__card{background:#fff;border:1px solid #00000012;border-radius:20px;flex-direction:column;gap:16px;width:100%;height:100%;padding:36px 30px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.productivity__card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#7c3aed08 0%,#0000 60%);border-radius:20px;transition:opacity .35s;position:absolute;inset:0}.productivity__card:hover{border-color:#7c3aed40;transform:translateY(-6px);box-shadow:0 24px 48px #7c3aed1a,0 8px 16px #0000000f}.productivity__card:hover:before{opacity:1}.productivity__icon{color:#7c3aed;background:linear-gradient(135deg,#7c3aed1f,#7c3aed0f);border:1px solid #7c3aed33;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;transition:all .35s;display:flex}.productivity__card:hover .productivity__icon{background:linear-gradient(135deg,#7c3aed33,#7c3aed1a);border-color:#7c3aed66;transform:scale(1.05)}.productivity__card h3{color:#1e293b;font-size:1.08rem;font-weight:700;line-height:1.3}.productivity__card p{color:#475569;flex:1;font-size:.9rem;line-height:1.75}
.achieves-section{padding:24px 0 60px;position:relative;overflow:hidden}.achieves__bg{pointer-events:none;background:radial-gradient(70% 60% at 20%,#6366f112,#0000);position:absolute;inset:0}.achieves__layout{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.achieves__left{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.achieves__heading{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15}.achieves__sub{color:#334155;font-size:.95rem;line-height:1.8}.achieves__sub strong{color:#475569}.achieves__cta{margin-top:8px}.achieves__right{align-items:center;display:flex}.achieves__list{background:rgba(0,0,0,);border:1px solid rgba(0,0,0,);border-radius:20px;flex-direction:column;gap:0;width:100%;list-style:none;display:flex;overflow:hidden}.achieves__item{color:#475569;border-bottom:1px solid rgba(0,0,0,);align-items:center;gap:16px;padding:20px 28px;font-size:.95rem;transition:background .2s,color .2s;display:flex}.achieves__item:last-child{border-bottom:none}.achieves__item:hover{color:#1e293b;background:#6366f10d}.achieves__check{color:#4f46e5;background:#6366f126;border:1px solid #6366f140;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@media (max-width:768px){.achieves__layout{grid-template-columns:1fr;gap:48px}}
.for-section{background:#fff;padding:24px 0 60px}.for__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:24px;display:grid}@media (max-width:1024px){.for__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.for__grid{grid-template-columns:1fr}}.for__grid-item{display:flex}.for__reveal{flex-direction:column;width:100%;display:flex}.for__card{cursor:default;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;gap:14px;width:100%;height:100%;padding:32px 28px;transition:all .3s;display:flex}.for__card:hover{border-color:#7c3aed33;transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.for__icon{color:#7c3aed;background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;transition:background .3s,border-color .3s;display:flex}.for__card:hover .for__icon{background:#7c3aed2e;border-color:#7c3aed66}.for__card h3{color:#1e293b;font-size:1.05rem;font-weight:700}.for__card p{color:#334155;font-size:.88rem;line-height:1.7}
.why-section{padding:24px 0 60px}.why__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:24px;display:grid}@media (max-width:1024px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.why__grid{grid-template-columns:1fr}}.why__grid-item{display:flex}.why__reveal{flex-direction:column;width:100%;display:flex}.why__card{background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;gap:12px;width:100%;height:100%;min-height:320px;padding:36px 28px;transition:all .3s;display:flex;position:relative;overflow:hidden}.why__card:after{content:"";background:linear-gradient(90deg,#0000,#7c3aed00,#0000);height:2px;transition:background .3s;position:absolute;top:0;left:0;right:0}.why__card:hover{border-color:#7c3aed33;transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.why__card:hover:after{background:linear-gradient(90deg,#0000,#7c3aedcc,#0000)}.why__num{font-family:var(--font-outfit),sans-serif;background:linear-gradient(135deg,#6366f166,#8b5cf64d);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;line-height:1}.why__card h3{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.35}.why__desc{color:#334155;flex:1;margin:0;font-size:.88rem;line-height:1.7}.why__read-more{color:#4f46e5;letter-spacing:.01em;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;align-self:flex-start;margin-top:auto;padding:0;font-size:.8rem;font-weight:700;text-decoration:underline}.why__read-more:hover{color:#3730a3}@media (max-width:1024px){.why__card{min-height:300px}}@media (max-width:768px){.why__card{min-height:auto}}
.final-cta{text-align:center;padding:24px 0 70px;position:relative;overflow:hidden}.final-cta__bg{pointer-events:none;background:radial-gradient(80% 60% at 50% 100%,#6366f11f,#0000),radial-gradient(60% 50% at 50% 0,#8b5cf60f,#0000);position:absolute;inset:0}.final-cta__glow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#6366f126,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta__content{z-index:1;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.final-cta__heading{letter-spacing:-.03em;max-width:800px;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.final-cta__sub{color:#334155;max-width:500px;margin-bottom:8px;font-size:1rem;line-height:1.7}.final-cta__note{color:#475569;margin-top:8px;font-size:.82rem}
.faculty-section{color:#000;background-color:#fff;padding:100px 0}.faculty-section__heading{text-align:center;color:#1a1a1a;margin-bottom:60px;font-size:2.5rem;font-weight:800}.faculty-section__heading .highlight{color:#7c3aed}.faculty__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:30px;display:grid}.faculty__grid-item{display:flex}.faculty__reveal{flex-direction:column;width:100%;display:flex}.faculty-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;width:100%;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.faculty-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.faculty-card__image-container{aspect-ratio:1.2;width:100%;overflow:hidden}.faculty-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.faculty-card:hover .faculty-card__image{transform:scale(1.05)}.faculty-card__content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.faculty-card__name{color:#1a1a1a;margin-bottom:8px;font-size:1.4rem;font-weight:700}.faculty-card__subheading{color:#7c3aed;margin-bottom:16px;font-size:.85rem;font-weight:600;line-height:1.4}.faculty-card__credential-wrapper{max-height:100px;transition:max-height .4s;position:relative;overflow:hidden}.faculty-card__credential-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000,#f8fafc);width:100%;height:40px;transition:opacity .3s;position:absolute;bottom:0;left:0}.faculty-card__credential-wrapper.expanded{max-height:1000px}.faculty-card__credential-wrapper.expanded:after{opacity:0}.faculty-card__credential{color:#4b5563;margin-bottom:8px;font-size:.9rem;line-height:1.6}.faculty-card__see-more{color:#7c3aed;cursor:pointer;text-align:left;background:0 0;border:none;width:fit-content;margin-bottom:20px;padding:0;font-size:.85rem;font-weight:700}.faculty-card__see-more:hover{text-decoration:underline}.faculty-card__socials{border-top:1px solid #e2e8f0;gap:12px;margin-top:auto;padding-top:16px;display:flex}.faculty-card__link{justify-content:center;align-items:center;transition:transform .2s;display:flex}.faculty-card__link:hover{transform:translateY(-2px)}.faculty-card__social-icon{object-fit:contain;width:24px;height:24px}@media (max-width:1024px){.faculty__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.faculty-section{padding:60px 0}.faculty-section__heading{margin-bottom:40px;font-size:2rem}.faculty__grid{grid-template-columns:1fr;gap:20px}}.faculty-featured__section{text-align:center;margin-top:64px;overflow:hidden}.faculty-featured__label{letter-spacing:.12em;text-transform:uppercase;color:#7c3aed;margin-bottom:20px;font-size:.75rem;font-weight:700}.faculty-featured__wrapper{width:100%;position:relative;overflow:hidden}.faculty-featured__wrapper:before,.faculty-featured__wrapper:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.faculty-featured__wrapper:before{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.faculty-featured__wrapper:after{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.faculty-featured__track{gap:32px;width:max-content;padding:8px 0 16px;animation:24s linear infinite featuredMarqueeScroll;display:flex}@keyframes featuredMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.faculty-featured__card{background:#fff;border:1px solid #00000014;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:190px;height:90px;padding:16px 20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 2px 12px #0000000a}.faculty-featured__card:hover{border-color:#7c3aed40;transform:translateY(-4px);box-shadow:0 8px 24px #7c3aed1a}.faculty-featured__img{object-fit:contain;width:100%;height:100%}@media (max-width:640px){.faculty-featured__section{margin-top:48px}.faculty-featured__track{gap:20px}.faculty-featured__card{width:150px;height:72px;padding:12px 16px}}
.trusted-section{padding:24px 0 32px;overflow:hidden}.trusted-section .section-header{margin-bottom:28px}.trusted__heading{text-align:center;color:#0f172a;margin-bottom:40px;font-size:1.6rem;font-weight:700;line-height:1.4}@media (max-width:768px){.trusted__heading{margin-bottom:28px;font-size:1.25rem}}.trusted__marquee-wrapper{width:100%;margin-bottom:42px;position:relative;overflow:hidden}.trusted__marquee-wrapper:before,.trusted__marquee-wrapper:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.trusted__marquee-wrapper:before{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.trusted__marquee-wrapper:after{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.trusted__marquee-track{gap:48px;width:max-content;animation:25s linear infinite marqueeScroll;display:flex}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted__logo-card{background:#fff;border:1px solid #0000000f;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;min-width:160px;padding:20px 28px;display:flex;box-shadow:0 2px 12px #0000000a}.trusted__logo-img{object-fit:contain;border-radius:6px;flex-shrink:0;width:auto;max-width:120px;height:64px}.trusted__logo-name{color:#1e293b;letter-spacing:-.01em;white-space:nowrap;font-size:1rem;font-weight:700}.trusted__proof{text-align:center;max-width:600px;margin:0 auto}.trusted__proof-title{color:#0f172a;margin-bottom:12px;font-size:1.3rem;font-weight:700}.trusted__proof-text{color:#475569;margin-bottom:24px;font-size:.95rem;line-height:1.75}.trusted__tagline{color:#7c3aed;letter-spacing:.03em;background:#7c3aed0a;border:1px solid #7c3aed33;border-radius:999px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-block}.trusted__casestudy-btn{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#7c3aed 0%,#9333ea 100%);border-radius:999px;align-items:center;gap:8px;padding:12px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 4px 18px #7c3aed59}.trusted__casestudy-btn:hover{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed80}@media (max-width:768px){.trusted-section{padding:16px 0 24px}.trusted__marquee-track{gap:24px}.trusted__logo-card{min-width:150px;padding:12px 20px}.trusted__logo-name{font-size:.9rem}.trusted__proof-title{font-size:1.15rem}}
.faq-section{padding:60px 0 80px}.faq__list{flex-direction:column;gap:0;max-width:800px;margin:0 auto;display:flex}.faq__item{border-bottom:1px solid #00000014}.faq__item:first-child{border-top:1px solid #00000014}.faq__question{cursor:pointer;text-align:left;color:#0f172a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px 0;font-size:1.05rem;font-weight:700;line-height:1.4;transition:color .2s;display:flex}.faq__question:hover{color:#7c3aed}.faq__icon{background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s,background .2s;display:flex}.faq__item--open .faq__icon{background:#ede9fe;transform:rotate(45deg)}.faq__icon svg{stroke:#64748b;stroke-width:2.5px;width:14px;height:14px;transition:stroke .2s}.faq__item--open .faq__icon svg{stroke:#7c3aed}.faq__answer{max-height:0;padding:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq__item--open .faq__answer{max-height:600px;padding:0 0 24px}.faq__answer-inner{color:#475569;flex-direction:column;gap:12px;font-size:.95rem;line-height:1.75;display:flex}.faq__answer-inner ul{flex-direction:column;gap:6px;padding-left:20px;list-style-type:disc;display:flex}@media (max-width:768px){.faq-section{padding:40px 0 60px}.faq__question{padding:20px 0;font-size:.95rem}.faq__answer-inner{font-size:.9rem}}
.tools-marquee-section{text-align:center;padding-bottom:42px;overflow:hidden}.tools-marquee__heading{text-align:center;color:#0f172a;margin-bottom:36px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.tools-marquee__wrapper{width:100%;position:relative;overflow:hidden}.tools-marquee__wrapper:before,.tools-marquee__wrapper:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.tools-marquee__wrapper:before{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.tools-marquee__wrapper:after{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.tools-marquee__track{gap:32px;width:max-content;animation:30s linear infinite toolsMarqueeScroll;display:flex}@keyframes toolsMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tools-marquee__card{background:#fff;border:1px solid #0000000f;border-radius:14px;flex-shrink:0;align-items:center;gap:14px;min-width:180px;padding:14px 28px;display:flex;box-shadow:0 2px 12px #0000000a}.tools-marquee__icon{object-fit:contain;border-radius:6px;flex-shrink:0;width:36px;height:36px}.tools-marquee__name{color:#1e293b;white-space:nowrap;font-size:1rem;font-weight:600}@media (max-width:768px){.tools-marquee-section{padding-bottom:36px}.tools-marquee__heading{margin-bottom:24px;font-size:1.25rem}.tools-marquee__track{gap:20px}.tools-marquee__card{gap:10px;min-width:150px;padding:10px 20px}.tools-marquee__icon{width:28px;height:28px}.tools-marquee__name{font-size:.9rem}}
