.hero{min-height:100vh;padding:calc(var(--header-h) + 1.5rem) 0 0;background:var(--blue-dark);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-image{object-fit:cover;opacity:.2;width:100%;height:100%;animation:24s ease-in-out infinite alternate hero-ken-burns;transform:scale(1.05)}@keyframes hero-ken-burns{0%{transform:scale(1.05)}to{transform:scale(1.14)}}.hero__bg:after{content:"";background:var(--gradient-hero);opacity:.92;position:absolute;inset:0}.hero__mesh{background:var(--gradient-mesh);z-index:1;pointer-events:none;position:absolute;inset:0}.hero__grid-lines{z-index:1;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000,#0000);mask-image:radial-gradient(80% 80%,#000,#0000)}.hero__inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);padding-bottom:3rem;display:grid;position:relative}.hero__badge{border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff26;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-bottom:1.75rem;padding:.5rem 1.1rem .5rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero__badge-logo{object-fit:contain;background:0 0;width:28px;height:auto}.hero__badge-sep{color:var(--orange);opacity:.8}.hero__title{font-family:var(--font-display);color:var(--white);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.05}.hero__title em{background:var(--gradient-warm);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.hero__tagline{font-family:var(--font-display);color:#ffffffe0;margin-bottom:.65rem;font-size:clamp(1.05rem,2vw,1.25rem);font-style:italic;font-weight:600}.hero__firm{color:var(--orange);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-size:.92rem;font-weight:700}.hero__desc{color:#ffffffb8;max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.85}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__trust{flex-wrap:wrap;gap:.75rem;display:flex}.hero__trust-item{border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;padding:.75rem 1.15rem;transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s}.hero__trust-item:hover{background:#ffffff1a;transform:translateY(-3px)}.hero__trust-item--0{border-left:3px solid var(--orange)}.hero__trust-item--1{border-left:3px solid var(--green)}.hero__trust-item--2{border-left:3px solid var(--blue-mid)}.hero__trust-item--3{border-left:3px solid #fff6}.hero__trust-item strong{font-family:var(--font-display);color:var(--white);font-size:1.4rem;font-weight:800;line-height:1;display:block}.hero__trust-item span{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;font-size:.65rem;font-weight:600}.hero__security{margin-top:1.25rem}.hero__visual{position:relative}.hero__card{border-radius:var(--radius-2xl);border:1px solid #fff3;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000073}.hero__card--float{animation:6s ease-in-out infinite float}.hero__figure{aspect-ratio:4/5;margin:0}.hero__figure img{object-fit:cover;width:100%;height:100%}.hero__figure-badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius);color:var(--white);background:#071f33bf;border:1px solid #ffffff1f;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.78rem;font-weight:600;display:flex;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.hero__figure-badge-dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 8px var(--green-glow);border-radius:50%;animation:2s infinite pulse-glow}.hero__floating{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1rem 1.25rem;animation:5s ease-in-out infinite float;position:absolute}.hero__floating--1{border-top:3px solid var(--orange);animation-delay:-1s;top:8%;left:-8%}.hero__floating--2{border-top:3px solid var(--green);animation-delay:-2.5s;bottom:12%;right:-6%}.hero__floating strong{font-family:var(--font-display);color:var(--blue-dark);font-size:1.5rem;font-weight:800;line-height:1;display:block}.hero__floating span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.hero__action-link{display:inline-flex}.hero__stripe{z-index:3;margin-top:auto;position:relative}@media (prefers-reduced-motion:reduce){.hero__bg-image{animation:none}}@media (width<=960px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content{flex-direction:column;align-items:center;display:flex}.hero__badge{text-align:center;justify-content:center;max-width:100%;padding-inline:1rem}.hero__desc{margin-inline:auto}.hero__actions,.hero__trust,.hero__security{justify-content:center}.hero__visual{max-width:420px;margin-inline:auto}.hero__floating--1{left:-2%}.hero__floating--2{right:-2%}}@media (width<=520px){.hero__title{font-size:2.1rem}.hero__action-link{justify-content:center;width:100%}.hero__floating{display:none}}.testimonials__grid{grid-template-columns:repeat(var(--testimonial-visible,2), minmax(0, 1fr));align-items:stretch;gap:2rem;display:grid}.testimonials__grid>div{min-width:0;display:flex}.testimonials-carousel{--testimonial-gap:2rem;width:100%;min-width:0}.testimonials-carousel__viewport{width:100%;min-width:0;overflow:hidden}.testimonials-carousel__track{align-items:stretch;gap:var(--testimonial-gap);will-change:transform;display:flex}.testimonials-carousel__track--slide{transition:transform var(--testimonial-slide-ms,.65s) cubic-bezier(.22, 1, .36, 1)}.testimonials-carousel__slide{flex:0 0 calc((100% - var(--testimonial-gap) * (var(--testimonial-visible) - 1)) / var(--testimonial-visible));min-width:0;display:flex}.testimonial-card{--testimonial-card-h:24rem;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition);width:100%;height:var(--testimonial-card-h);min-height:var(--testimonial-card-h);max-height:var(--testimonial-card-h);flex-direction:column;padding:2rem 2.1rem 1.75rem;display:flex}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.testimonial-card--0{border-left:4px solid var(--orange)}.testimonial-card--1{border-left:4px solid var(--blue)}.testimonial-card--2{border-left:4px solid var(--green)}.testimonial-card__head{flex-shrink:0;margin-bottom:1rem}.testimonial-card__stars{color:var(--orange);letter-spacing:.14em;font-size:1.125rem}.testimonial-card__quote-wrap{scrollbar-width:thin;scrollbar-color:#14588659 transparent;flex:1;min-height:0;margin-bottom:1rem;padding-right:.35rem;overflow-y:auto}.testimonial-card__quote-wrap::-webkit-scrollbar{width:5px}.testimonial-card__quote-wrap::-webkit-scrollbar-thumb{background:#14588647;border-radius:4px}.testimonial-card__quote-wrap p{font-family:var(--font-display);color:var(--blue-dark);margin:0;font-size:1.125rem;font-style:italic;font-weight:600;line-height:1.75}.testimonial-card footer{border-top:1px solid var(--border-light);flex-shrink:0;padding-top:1.15rem}.testimonial-card cite{color:var(--text);font-size:1rem;font-style:normal;font-weight:700;display:block}.testimonial-card footer span{-webkit-line-clamp:2;color:var(--text-muted);-webkit-box-orient:vertical;margin-top:.2rem;font-size:.9rem;line-height:1.45;display:-webkit-box;overflow:hidden}@media (width<=959px){.testimonials__grid{grid-template-columns:repeat(min(var(--testimonial-visible,2), 2), minmax(0, 1fr))}.testimonial-card{--testimonial-card-h:21rem}}@media (width<=639px){.testimonials__grid{grid-template-columns:1fr}.testimonial-card{--testimonial-card-h:19rem;padding:1.65rem 1.75rem 1.4rem}.testimonial-card__quote-wrap p{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){.testimonials-carousel__track--slide{transition:none}.testimonial-card:hover{transform:none}}.home-marquee{background:var(--gradient-warm);border-bottom:1px solid #00000014;max-width:100%;padding:.85rem 0;overflow:clip hidden}.home-marquee__track{width:max-content;animation:30s linear infinite marquee;display:flex}.home-marquee__item{color:var(--white);white-space:nowrap;letter-spacing:.03em;align-items:center;gap:.5rem;padding:0 2rem;font-size:.82rem;font-weight:600;display:inline-flex}.home-marquee__item strong{font-family:var(--font-display);font-size:1.1rem;font-weight:800}.home-marquee__dot{opacity:.6;margin-left:1rem}.home-about{background:var(--white)}.home-about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,5rem);display:grid}.home-about__visual{position:relative}.home-about__blob{background:radial-gradient(circle, var(--blue-light), transparent 70%);z-index:0;width:80%;height:80%;position:absolute;top:-20%;left:-15%}.home-about__visual .photo-frame{z-index:1;border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);position:relative}.home-about__card{z-index:2;background:var(--gradient-brand);color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-blue);padding:1.25rem 1.5rem;position:absolute;bottom:-1.5rem;right:-1rem}.home-about__card strong{font-family:var(--font-display);font-size:2.5rem;font-weight:800;line-height:1;display:block}.home-about__card span{opacity:.85;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.home-about__text{color:var(--text-muted);margin-bottom:1rem;line-height:1.9}.home-about__actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.home-pillars__grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.home-pillar:first-child{grid-column:1/span 2}.home-pillar:nth-child(2){grid-column:3/span 2}.home-pillar:nth-child(3){grid-column:5/span 2}.home-pillar:nth-child(4){grid-column:2/span 2}.home-pillar:nth-child(5){grid-column:4/span 2}.home-pillar{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all var(--transition);padding:2rem;position:relative;overflow:hidden}.home-pillar:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.home-pillar--blue:before{background:var(--gradient-brand)}.home-pillar--orange:before{background:var(--gradient-warm)}.home-pillar--green:before{background:linear-gradient(90deg, var(--green), var(--green-dark))}.home-pillar:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}.home-pillar__icon{border-radius:var(--radius);width:52px;height:52px;transition:transform var(--transition);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.home-pillar--blue .home-pillar__icon{background:var(--blue-light);color:var(--blue)}.home-pillar--orange .home-pillar__icon{background:var(--orange-light);color:var(--orange)}.home-pillar--green .home-pillar__icon{background:var(--green-light);color:var(--green-dark)}.home-pillar:hover .home-pillar__icon{transform:scale(1.1)rotate(-4deg)}.home-pillar__num{font-family:var(--font-display);color:var(--surface-2);font-size:3rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.25rem}.home-pillar h3{font-family:var(--font-display);color:var(--blue-dark);letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.25rem;font-weight:800}.home-pillar p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.home-pillar__link{color:var(--orange);transition:gap var(--transition);align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:inline-flex}.home-pillar:hover .home-pillar__link{gap:.65rem}.home-why.section{min-height:calc(100svh - var(--header-h));align-items:center;padding:clamp(2.5rem,5vh,3.5rem) 0;display:flex}.home-why .container.home-why__layout{width:min(1400px,96vw)}.home-why{background:var(--blue-dark);position:relative;overflow:hidden}.home-why__bg{background:var(--gradient-mesh);opacity:.55;position:absolute;inset:0}.home-why__orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.home-why__orb--1{background:#f3792029;width:420px;height:420px;top:-100px;right:-80px}.home-why__orb--2{background:#55b8481f;width:360px;height:360px;bottom:-80px;left:-60px}.home-why__layout{flex-direction:column;gap:clamp(1.75rem,3.5vh,2.5rem);display:flex;position:relative}.home-why__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.home-why__intro .section-title{text-align:left;color:var(--white);max-width:18ch;margin-bottom:.75rem;font-size:clamp(2rem,3.8vw,3.1rem)}.home-why__intro .section-title em{color:var(--orange)}.section-title--light{color:var(--white)}.section-title--light em{color:var(--orange)}.home-why .section-label{color:var(--orange);background:#f3792026;border-color:#f379204d;margin-bottom:.75rem}.home-why__lead{color:#ffffffc7;max-width:48ch;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.65}.home-why__link{color:var(--orange);border-radius:var(--radius-pill);transition:all var(--transition);white-space:nowrap;background:#f379201a;border:1px solid #f3792059;flex-shrink:0;align-items:center;gap:.55rem;padding:.85rem 1.35rem;font-size:.95rem;font-weight:700;display:inline-flex}.home-why__link:hover{background:#f379202e;border-color:#f3792080;gap:.75rem}.home-why__bento{grid-template-columns:repeat(3,1fr);gap:clamp(.85rem,1.5vw,1.15rem);display:grid}.home-why__card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;flex-direction:column;gap:.65rem;min-height:148px;padding:clamp(1.15rem,2vw,1.5rem);display:flex;position:relative;overflow:hidden}.home-why__card:before{content:"";opacity:.9;height:3px;position:absolute;top:0;left:0;right:0}.home-why__card--orange:before{background:linear-gradient(90deg, var(--orange), #ff9a4d)}.home-why__card--blue:before{background:linear-gradient(90deg, var(--blue-mid), var(--blue))}.home-why__card--green:before{background:linear-gradient(90deg, var(--green), var(--green-dark))}.home-why__card:hover{background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-3px);box-shadow:0 16px 40px #00000038}.home-why__card-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.home-why__card-icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.home-why__card--orange .home-why__card-icon{color:var(--orange);background:#f3792033}.home-why__card--blue .home-why__card-icon{color:#6eb3e8;background:#1e6aab40}.home-why__card--green .home-why__card-icon{color:var(--green);background:#55b84833}.home-why__card-stat{text-align:right}.home-why__card-stat strong{font-family:var(--font-display);color:var(--white);font-size:clamp(1.15rem,1.8vw,1.45rem);font-weight:800;line-height:1;display:block}.home-why__card-stat small{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;margin-top:.2rem;font-size:.68rem;font-weight:700;display:block}.home-why__card h3{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:clamp(.95rem,1.3vw,1.08rem);font-weight:800;line-height:1.25}.home-why__card p{color:#ffffffad;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(.82rem,1.1vw,.92rem);line-height:1.55;display:-webkit-box;overflow:hidden}.home-testimonial{background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2.5rem;position:relative}.home-testimonial__stars{color:var(--orange);letter-spacing:.15em;margin-bottom:1rem;font-size:1.1rem}.home-testimonial p{font-family:var(--font-display);color:var(--blue-dark);margin-bottom:1.5rem;font-size:1.2rem;font-style:italic;font-weight:600;line-height:1.7}.home-testimonial cite{color:var(--orange);font-size:.85rem;font-style:normal;font-weight:700}.home-compliance__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.home-compliance__subtitle{max-width:520px;margin-top:.5rem}.home-industries__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.home-industries__grid{grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:1rem;display:grid}.home-industries__card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-light);color:var(--text);transition:all var(--transition);align-items:center;gap:1rem;padding:1.15rem 1.25rem;font-size:.88rem;font-weight:600;display:flex}.home-industries__card:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translateY(-3px)}.home-industries__card--0{border-left:4px solid var(--blue)}.home-industries__card--1{border-left:4px solid var(--orange)}.home-industries__card--2{border-left:4px solid var(--green)}.home-industries__num{font-family:var(--font-display);color:var(--border);flex-shrink:0;font-size:1.25rem;font-weight:800}.home-cta{background:var(--gradient-brand);padding:clamp(4rem,8vw,6rem) 0;position:relative;overflow:hidden}.home-cta__mesh{background:var(--gradient-mesh);position:absolute;inset:0}.home-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex;position:relative}.home-cta__label{letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:block}.home-cta__text h2{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.home-cta__text p{color:#ffffffb8;max-width:480px;line-height:1.75}.home-cta__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=1024px){.home-why.section{min-height:auto;padding:clamp(3rem,6vw,4rem) 0}.home-why__header{flex-direction:column;align-items:flex-start}.home-why__intro .section-title{max-width:none}.home-why__link{align-self:flex-start}.home-why__bento{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.home-pillars__grid{grid-template-columns:1fr 1fr}.home-pillar:first-child,.home-pillar:nth-child(2),.home-pillar:nth-child(3),.home-pillar:nth-child(4),.home-pillar:nth-child(5){grid-column:auto}.home-pillar:nth-child(5){grid-column:1/-1;width:100%;max-width:480px;margin-inline:auto}}@media (width<=768px){.home-about{overflow-x:clip}.home-about__visual{overflow:hidden}.home-about__blob{width:70%;top:-10%;left:0}.home-about__grid{grid-template-columns:1fr}.home-why__header{text-align:center;align-items:center}.home-why__intro .section-title{text-align:center}.home-why__lead{margin-inline:auto}.home-why__link{align-self:center}.home-why__bento{grid-template-columns:1fr}.home-why__card{min-height:auto}.home-pillars__grid{grid-template-columns:1fr}.home-pillar:nth-child(5){grid-column:auto;max-width:none}.home-cta__inner{text-align:center;flex-direction:column}.home-cta__text p{margin-inline:auto}.home-cta__actions{justify-content:center}.home-about__card{bottom:0;left:auto;right:0}}
