.page-wrapper{background:var(--background);overflow-x:hidden}.hero{background:linear-gradient(90deg,#fff 0%,#fbfaf5 45%);align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#a3cbd326 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-150px;right:80px}.hero-bg-logo{display:none}.hero-content{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:100px 5% 0;position:relative}.hero-title,.hero-desc,.hero-eyebrow,.hero-actions{max-width:500px}.hero-eyebrow{text-transform:uppercase;letter-spacing:4px;color:var(--primary);font-size:.65rem;font-weight:600;font-family:var(--font-sans);align-items:center;gap:.875rem;margin-bottom:2rem;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--primary);opacity:.5;width:36px;height:1px;display:block}.hero-title{font-family:var(--font-display);color:var(--foreground);letter-spacing:-2px;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,7rem);font-weight:800;line-height:1}.hero-title em{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-desc{color:var(--foreground-dim);max-width:420px;margin-bottom:3rem;font-size:1rem;line-height:1.8}.hero-actions{align-items:center;gap:1rem;display:flex}.hero-image-wrapper{z-index:5;width:55%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 60%,#0000 100%);mask-image:linear-gradient(270deg,#000 60%,#0000 100%)}.hero-image{object-fit:cover;object-position:center 30%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.hero{background:var(--background)!important;flex-direction:column-reverse!important;justify-content:flex-end!important;height:auto!important;min-height:auto!important;padding-top:60px!important}.hero-image-wrapper{z-index:1!important;width:100%!important;height:30vh!important;min-height:240px!important;margin-bottom:-1rem!important;position:relative!important;-webkit-mask-image:linear-gradient(#0000 0%,#000 10%)!important;mask-image:linear-gradient(#0000 0%,#000 10%)!important}.hero-image{object-position:center 30%!important}.hero-content{background:var(--background)!important;-webkit-backdrop-filter:none!important;width:100%!important;max-width:100%!important;box-shadow:none!important;text-align:center!important;z-index:10!important;opacity:1!important;border:none!important;border-radius:0!important;flex-direction:column!important;align-items:center!important;margin:0!important;padding:3rem 1.5rem!important;display:flex!important;position:relative!important;transform:none!important}.hero-title,.hero-desc,.hero-eyebrow,.hero-actions{max-width:100%!important}.hero-desc{max-width:90%!important;margin-bottom:2rem!important;margin-left:auto!important;margin-right:auto!important;padding:0 1rem!important}.hero-actions{flex-flow:wrap!important;justify-content:center!important;gap:1rem!important;width:100%!important}.hero-actions .btn-primary,.hero-actions .btn-outline{justify-content:center!important;width:auto!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.hero-eyebrow:before{display:none!important}.hero-title{font-size:clamp(2.5rem,8vw,4rem)!important}}.featured{padding:8rem 2rem}.section-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-end;margin-bottom:4rem;padding-bottom:1.75rem;display:flex}.section-header h2{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.5px;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:600}.section-header a{letter-spacing:2.5px;text-transform:uppercase;color:var(--foreground-dim);font-size:.65rem;font-weight:600;font-family:var(--font-sans);align-items:center;gap:.5rem;transition:all .3s;display:inline-flex}.section-header a:after{content:"→";font-size:.9rem;transition:transform .3s}.section-header a:hover{color:var(--primary)}.section-header a:hover:after{transform:translate(5px)}.about-banner{background:var(--background-alt);padding:8rem 0;position:relative;overflow:hidden}.about-banner:before{content:"";background:linear-gradient(to right, transparent, var(--border-glow), transparent);height:1px;position:absolute;top:0;left:8%;right:8%}.about-content{text-align:center;max-width:860px;margin:0 auto}.about-content h2{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.5px;margin-bottom:1.25rem;font-size:clamp(2.25rem,4.5vw,4rem);font-weight:600}.about-content .section-tagline{color:var(--foreground-dim);max-width:480px;margin-bottom:4.5rem;margin-left:auto;margin-right:auto;font-size:1rem;font-weight:400;line-height:1.75}.features{text-align:left;grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.features{grid-template-columns:repeat(3,1fr)}}.feature{background:var(--surface-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2.5rem 2rem;transition:all .45s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature:before{content:"";background:linear-gradient(to right, var(--primary), var(--primary-light));opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.feature:hover{border-color:var(--border-glow);box-shadow:var(--shadow-hover);transform:translateY(-6px)}.feature:hover:before{opacity:1}.feature-icon{background:var(--primary-glow);border:1px solid var(--border-glow);border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.25rem;display:flex}.feature h3{font-family:var(--font-display);color:var(--foreground);margin-bottom:.875rem;font-size:1.35rem;font-weight:600}.feature p{color:var(--foreground-dim);font-size:.9rem;font-weight:400;line-height:1.75}.text-block{max-width:800px;margin:0 auto;padding:8rem 2rem}.text-block-body{color:var(--foreground-dim);font-size:1.125rem;line-height:1.8}.image-text{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:6rem 2rem;display:grid}.image-text.reverse{direction:rtl}.image-text.reverse>*{direction:ltr}.image-text-image{aspect-ratio:4/5;border-radius:var(--radius-lg);width:100%;position:relative;overflow:hidden}.image-text-image .img-wrapper{width:100%;height:100%;position:relative}.image-text-image img{object-fit:cover}.image-text-content{flex-direction:column;gap:1.5rem;display:flex}.image-text-action{margin-top:1rem}@media (max-width:768px){.image-text{grid-template-columns:1fr;gap:3rem}}.cta-banner{text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:8rem 2rem;display:flex;position:relative;overflow:hidden}.cta-banner-bg{object-fit:cover;z-index:0}.cta-banner-overlay{z-index:1;background:#0006;position:absolute;inset:0}.cta-banner-content{z-index:2;color:#fff;max-width:600px;position:relative}.cta-banner-content h2{font-family:var(--font-display);color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.cta-banner-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.125rem}.cta-banner-action .btn-primary{color:#000;background:#fff;border:none}.testimonials{background:var(--surface);padding:8rem 2rem}.section-header.center{text-align:center;border-bottom:none;justify-content:center;margin-bottom:3rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--border-light);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.stars{color:var(--primary);letter-spacing:2px}.quote{flex-grow:1;font-size:1.1rem;font-style:italic;line-height:1.6}.author{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.marquee-strip{background:var(--foreground);width:100vw;color:var(--background);white-space:nowrap;margin-left:-50vw;margin-right:-50vw;padding:1rem 0;display:flex;position:relative;left:50%;right:50%;overflow:hidden}.marquee-content{animation:scroll var(--animation-duration,20s) linear infinite;display:flex}.marquee-strip.speed-slow{--animation-duration:30s}.marquee-strip.speed-normal{--animation-duration:20s}.marquee-strip.speed-fast{--animation-duration:10s}.marquee-group{flex-shrink:0;display:flex}.marquee-item{text-transform:uppercase;letter-spacing:2px;align-items:center;padding:0 2rem;font-size:.85rem;display:inline-flex}.marquee-item:after{content:"✦";color:var(--primary);opacity:.5;margin-left:4rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.cat-tiles{padding:6rem 2rem}.cat-tiles-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.cat-tile a{flex-direction:column;align-items:center;gap:1rem;text-decoration:none;display:flex}.cat-tile-img{aspect-ratio:1;background:var(--surface);border:1px solid var(--border-light);border-radius:50%;width:100%;transition:border-color .3s;position:relative;overflow:hidden}.cat-tile:hover .cat-tile-img{border-color:var(--primary)}.cat-tile-img img{object-fit:cover}.cat-tile-label{color:var(--foreground);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600}
