*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-outfit),sans-serif;background:#fff}a{text-decoration:none;color:inherit}.hero-section{position:relative;width:100%;padding:100px 4% 40px;background:#ffffff;display:flex;justify-content:center;min-height:100vh;box-sizing:border-box}.hero-container{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:16px}.hero-top-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;padding-top:80px}.hero-headline{margin:0}.hero-headline-h1{font-family:var(--font-outfit),sans-serif;font-size:clamp(28px,3.2vw,52px);font-weight:500;line-height:1.08;color:#0c1018;letter-spacing:-.02em;margin:0}.hero-headline-h1 .reveal-word{display:inline-block}.hero-subtext-col{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:380px;padding-top:8px;justify-self:end}.hero-eyebrow-label{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#16a34a;background:rgba(22,163,74,.1);border:1px solid rgba(22,163,74,.2);padding:4px 10px;border-radius:4px}.hero-description,.hero-eyebrow-label{font-family:var(--font-outfit),sans-serif}.hero-description{font-size:23px;font-weight:400;line-height:1.6;color:#0c1018;margin:0;letter-spacing:.01em}.home-hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:#0d2418;color:#fff;font-family:var(--font-outfit),sans-serif;font-size:14px;font-weight:600;padding:16px 32px;border-radius:8px;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:transform .2s ease,background .2s ease}.home-hero-cta-btn:hover{background:#123321;transform:translateY(-2px)}.hero-media-wrapper{width:100%;height:75vh;min-height:380px;margin-top:-40px;position:relative;overflow:hidden;background:#0d2418;border-radius:40px;--dent-top-x:calc(5% + var(--dent-progress, 0) * calc(80% - 300px));--dent-bot-x:calc(85% - var(--dent-progress, 0) * calc(80% - 300px));clip-path:polygon(100% 0,100% 100%,calc(var(--dent-bot-x) + 300px) 100%,calc(var(--dent-bot-x) + 270px) calc(100% - 40px),calc(var(--dent-bot-x) + 30px) calc(100% - 40px),calc(var(--dent-bot-x)) 100%,0 100%,0 0,calc(var(--dent-top-x)) 0,calc(var(--dent-top-x) + 30px) 40px,calc(var(--dent-top-x) + 270px) 40px,calc(var(--dent-top-x) + 300px) 0)}.hero-media-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,36,24,.8),rgba(6,78,59,.6));z-index:1;pointer-events:none}.hero-media-inner{position:absolute;top:-15%;left:0;width:100%;height:130%;will-change:transform;transform:translateY(calc(var(--scroll-y, 0) * .2px))}.hero-parallax-img{object-fit:cover;object-position:center}@media (max-width:768px){.hero-section{min-height:auto;padding:90px 5% 40px}.hero-top-row{grid-template-columns:1fr;gap:20px;padding-top:20px}.hero-subtext-col{max-width:100%;justify-self:stretch;padding-top:0}.hero-description{font-size:16px;line-height:1.55}.hero-media-wrapper{height:40vh;min-height:240px;margin-top:0;border-radius:24px;clip-path:none}}.site-nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:transparent;transform:translateY(0);transition:transform .35s cubic-bezier(.16,1,.3,1)}.site-nav--hidden{transform:translateY(-100%)}.site-nav-logo{font-family:var(--font-outfit),sans-serif;font-size:15px;font-weight:700;letter-spacing:.04em;color:#fff;text-transform:uppercase;white-space:nowrap;transition:color .5s ease}.site-nav--light .site-nav-logo{color:#0c1018}.site-nav-links{display:flex;align-items:center;gap:28px}.site-nav-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;color:rgba(255,255,255,.88);letter-spacing:.01em;transition:color .2s ease;cursor:pointer}.site-nav-link:hover{color:#fff}.site-nav--light .site-nav-link{color:rgba(12,16,24,.65)}.site-nav--light .site-nav-link:hover{color:#0c1018}.site-nav-item{position:relative}.site-nav-caret{transition:transform .25s ease}.site-nav-item:hover .site-nav-caret{transform:rotate(180deg)}.site-nav-dropdown-zone{position:absolute;top:100%;left:50%;transform:translateX(-50%);padding-top:14px;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:20}.site-nav-item:hover .site-nav-dropdown-zone{opacity:1;pointer-events:auto}.site-nav-dropdown{display:flex;flex-direction:column;min-width:180px;padding:8px;background:#ffffff;border-radius:12px;box-shadow:0 16px 40px rgba(12,16,24,.14)}.site-nav-dropdown-link{font-family:var(--font-outfit),sans-serif;font-size:13px;font-weight:570;letter-spacing:.06em;color:#0c1018;padding:10px 14px;border-radius:7px;transition:background-color .15s ease}.site-nav-dropdown-link:hover{background-color:#ffffff;color:#14532d}.site-nav-link--cta{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:7px 16px;font-size:15px;transition:background .2s ease,border-color .2s ease,color .2s ease}.site-nav-link--cta:hover{background:rgba(255,255,255,.24);color:#fff}.site-nav--light .site-nav-link--cta{background:rgba(12,16,24,.07);border-color:rgba(12,16,24,.18)}.site-nav--light .site-nav-link--cta:hover{background:rgba(12,16,24,.14);color:#0c1018}.site-nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;width:40px;height:40px;position:relative;z-index:60}.site-nav-hamburger-bar{display:block;position:absolute;height:2px;width:20px;background:#fff;border-radius:2px;left:10px;transition:transform .25s ease,opacity .25s ease,background-color .5s ease}.site-nav-hamburger-bar:first-child{top:13px}.site-nav-hamburger-bar:nth-child(2){top:19px}.site-nav-hamburger-bar:nth-child(3){top:25px}.site-nav-hamburger--light .site-nav-hamburger-bar{background:#0c1018}.site-nav-hamburger-bar--open-1{transform:translateY(6px) rotate(45deg);background:#0c1018!important}.site-nav-hamburger-bar--open-2{opacity:0}.site-nav-hamburger-bar--open-3{transform:translateY(-6px) rotate(-45deg);background:#0c1018!important}.mobile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:55;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-drawer-overlay--open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:#fff;z-index:60;transform:translateX(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.mobile-drawer--open{transform:translateX(0)}.mobile-drawer-header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-drawer-logo{font-family:var(--font-outfit),sans-serif;font-size:15px;font-weight:700;letter-spacing:.04em;color:#0c1018}.mobile-drawer-close{background:none;border:none;padding:8px;color:#0c1018;cursor:pointer;display:flex}.mobile-drawer-nav{flex:1;overflow-y:auto;padding:32px 24px;display:flex;flex-direction:column;gap:24px}.mobile-drawer-group-label,.mobile-drawer-link{font-family:var(--font-outfit),sans-serif;font-size:24px;font-weight:400;color:#0c1018;text-decoration:none}.mobile-drawer-group{display:flex;flex-direction:column;gap:16px}.mobile-drawer-sub{display:flex;flex-direction:column;gap:12px;padding-left:16px;border-left:1px solid rgba(0,0,0,.1)}.mobile-drawer-sublink{font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;color:#4b5563;text-decoration:none}.mobile-drawer-footer{padding:24px;border-top:1px solid rgba(0,0,0,.05)}.mobile-drawer-cta{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:#0c1018;color:#fff;border-radius:8px;font-family:var(--font-outfit),sans-serif;font-size:15px;font-weight:570;text-decoration:none}.hero-content{position:relative;z-index:5;display:flex;flex-direction:column;flex:1;padding:0 32px;width:100%;max-width:1440px}.hero-phase-1{justify-content:center;padding-top:80px;padding-bottom:100px}.hero-headline{font-family:var(--font-outfit),sans-serif;font-weight:400;font-size:clamp(38px,5vw,72px);line-height:1.07;letter-spacing:-.01em;color:#fff;margin-bottom:120px;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) both}.hero-sticky--light .hero-headline{color:#0c1018}.hero-cta-row{display:flex;align-items:center;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .15s both}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;letter-spacing:.01em;color:#fff;background:rgba(39,39,42,.6);border:none;border-radius:100px;padding:12px 26px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .22s ease,transform .22s ease;cursor:pointer;white-space:nowrap}.hero-cta-btn:hover{background:rgba(63,63,70,.72);transform:translateY(-1px)}.hero-cta-btn--dark{color:#ffffff;background:#14532d;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-cta-btn--dark:hover{background:#166534}.hero-cta-row--phase2{margin-top:auto;margin-bottom:64px;padding-top:32px}.hero-eyebrow{display:block;font-family:var(--font-outfit),sans-serif;font-size:11px;font-weight:570;letter-spacing:.14em;text-transform:uppercase;color:#535a65;margin-bottom:20px;opacity:0;animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}.hero-phase-2{justify-content:flex-start;padding-top:100px;padding-bottom:80px;position:relative}.hero-description-phase2{font-family:var(--font-outfit),sans-serif;font-size:clamp(30px,3.8vw,54px);font-weight:400;line-height:1.15;color:#0c1018;max-width:920px;letter-spacing:-.01em}.hero-word{display:inline-block;opacity:0;transform:translateY(22px);animation:wordReveal .65s cubic-bezier(.16,1,.3,1) forwards;margin-right:.28em}.hero-stats{position:absolute;bottom:60px;right:32px;display:flex;gap:24px;margin-top:0;opacity:0;animation:heroFadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.hero-stat{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.hero-stat-value{font-size:clamp(22px,2.4vw,38px);font-weight:400;line-height:1;letter-spacing:-.02em;color:#0c1018}.hero-stat-label,.hero-stat-value{font-family:var(--font-outfit),sans-serif}.hero-stat-label{font-size:10px;font-weight:380;letter-spacing:.02em;color:#535a65;text-transform:uppercase;text-align:right}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes wordReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.reveal-word{display:inline-block;opacity:0;transform:translateY(22px);margin-right:.28em;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.reveal-word--play{opacity:1;transform:translateY(0)}.reveal-up{transform:translateY(24px);transition:transform .7s cubic-bezier(.16,1,.3,1)}.reveal-up--visible{transform:translateY(0)}.reveal-up--strong{transform:translateY(44px)}.reveal-up--strong.reveal-up--visible{transform:translateY(0)}@media (max-width:992px){.hero-stats{bottom:30px;right:20px}}@media (max-width:768px){.site-nav{padding:16px 20px}.site-nav-links{display:none}.site-nav-hamburger{display:block}.hero-content{padding:0 20px}.hero-phase-1{padding-top:20px;padding-bottom:40px}.hero-headline{font-size:clamp(36px,10vw,52px);margin-bottom:40px}.hero-cta-row{flex-direction:column;align-items:flex-start;gap:12px}.hero-cta-btn{width:auto}.hero-phase-2{padding-top:140px;padding-bottom:40px}.hero-description{font-size:clamp(24px,6vw,36px)}.hero-stats{position:static;margin-top:48px;flex-direction:row;flex-wrap:wrap;gap:20px}.hero-stat,.hero-stats{align-items:flex-start}.hero-stat-label{text-align:left}}.product-overview-section{background:#ffffff;padding:120px 32px;width:100%}.product-overview-header{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:60px}.product-overview-heading{font-family:var(--font-outfit),sans-serif;font-size:clamp(36px,4.5vw,64px);font-weight:400;line-height:1.12;color:#0c1018;letter-spacing:-.01em;flex:1 1 420px;max-width:640px}.product-overview-body{flex:1 1 380px;max-width:560px;display:flex;flex-direction:column;gap:20px}.product-overview-para{font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;line-height:1.75;color:#4b5563;margin:0}@media (max-width:768px){.product-overview-section{padding:80px 20px}.product-overview-header{flex-direction:column;gap:32px}}.products-section{position:relative;background:#ffffff;padding:120px 32px max(200px,34vh);width:100%}.hpc-header,.products-header{max-width:1440px;margin:0 auto 100px;display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.hpc-header{align-items:flex-end}.hpc-title,.products-title{font-family:var(--font-outfit),sans-serif;font-size:clamp(48px,6vw,84px);font-weight:400;line-height:1;color:#0c1018;letter-spacing:-.01em;flex:1}.hpc-subtitle,.products-subtitle{font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;line-height:1.6;color:#535a65;max-width:480px;margin:0;padding-top:12px}.products-list-container{position:relative;max-width:1200px;margin:0 auto}.products-tracker-line{position:absolute;left:50%;top:0;bottom:0;width:2px;transform:translateX(-50%);background-image:linear-gradient(180deg,#808793 50%,rgba(255,255,255,0) 0);background-position:100%;background-size:2px 12px;background-repeat:repeat-y;z-index:2}.products-tracker-box{position:absolute;left:50%;top:15%;width:12px;height:12px;background:#0c1018;border:2px solid #fff;transform:translate(-50%,-50%);z-index:3;box-shadow:0 0 10px rgba(0,0,0,.15)}.products-list{display:flex;flex-direction:column;gap:120px;position:relative;z-index:1}.prod-row{display:flex;width:100%}.prod-row--right{justify-content:flex-end}.prod-row--left{justify-content:flex-start}.prod-card{width:44%;background:#334155;border:none;overflow:hidden;position:relative;display:flex;flex-direction:column;clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,60% 0,calc(60% + 12px) 14px,calc(85% - 12px) 14px,85% 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% 30%,calc(100% - 14px) calc(30% + 12px),calc(100% - 14px) calc(55% - 12px),100% 55%,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,65% 100%,calc(65% - 12px) calc(100% - 14px),calc(40% + 12px) calc(100% - 14px),40% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 55%,14px calc(55% - 12px),14px calc(30% + 12px),0 30%)}.prod-card:before{inset:0;z-index:0;background:linear-gradient(90deg,transparent,transparent 32%,rgba(34,197,94,.85) 46%,#86efac 50%,rgba(34,197,94,.85) 54%,transparent 68%,transparent);background-size:220% 100%;animation:featureGlowSweep 3.2s linear infinite;opacity:1}.prod-card:after,.prod-card:before{content:"";position:absolute;pointer-events:none}.prod-card:after{inset:2px;background:linear-gradient(145deg,#ffffff,#f8fafc);z-index:1;clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,60% 0,calc(60% + 12px) 14px,calc(85% - 12px) 14px,85% 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% 30%,calc(100% - 14px) calc(30% + 12px),calc(100% - 14px) calc(55% - 12px),100% 55%,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,65% 100%,calc(65% - 12px) calc(100% - 14px),calc(40% + 12px) calc(100% - 14px),40% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 55%,14px calc(55% - 12px),14px calc(30% + 12px),0 30%)}.prod-card>*{position:relative;z-index:2}.prod-card-connector{position:absolute;left:29px;top:50px;bottom:25px;width:1px;background:#d1d5db;z-index:1;transition:background-color .4s ease}.prod-card--active .prod-card-connector{background:#0c1018}.prod-card-header{display:flex;align-items:center;height:64px;gap:0;padding:0;border-bottom:1px solid rgba(209,213,219,.5);transition:border-color .4s ease;position:relative;z-index:10;background:transparent}.prod-card--active .prod-card-header{border-bottom-color:#0c1018}.prod-card-number-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:58px;align-self:stretch;border-right:1px solid #d1d5db;transition:border-color .4s ease}.prod-card--active .prod-card-number-wrapper{border-right-color:#0c1018}.prod-card-number{font-size:13px}.prod-card-name,.prod-card-number{font-family:var(--font-outfit),sans-serif;color:#0c1018}.prod-card-name{font-size:20px;font-weight:570;line-height:1.3;padding:0 20px}.prod-card-expandable{position:relative;overflow:hidden;background:transparent;will-change:height}.prod-card-body-content{padding:32px 32px 32px 80px}.prod-card-desc{font-family:var(--font-outfit),sans-serif;font-size:15px;font-weight:380;color:#475569;line-height:1.6;margin:0;position:relative;z-index:5}.prod-card-footer{position:relative;z-index:10;display:flex;align-items:center;height:64px;border-top:1px solid rgba(209,213,219,.5);padding:0 20px 0 0;background:transparent;transition:border-color .4s ease}.prod-card--active .prod-card-footer{border-top-color:#0c1018}.prod-card-elbow{position:absolute;left:29px;top:50%;width:23px;height:1px;background:#d1d5db;transition:background-color .4s ease}.prod-card--active .prod-card-elbow{background:#0c1018}.prod-card-link{display:inline-flex;align-items:center;gap:7px;margin-left:56px;font-family:var(--font-outfit),sans-serif;font-size:12px;font-weight:570;letter-spacing:.08em;text-transform:uppercase;color:#16a34a;text-decoration:none;transition:color .2s ease,gap .2s ease}.prod-card-link:hover{color:#15803d;gap:10px}@media (max-width:992px){.products-section{padding:80px 20px 100px}.products-tracker-box,.products-tracker-line{display:none}.prod-card{width:100%}.prod-row--left,.prod-row--right{justify-content:stretch}.products-list{gap:60px}.products-header{flex-direction:column;gap:24px;margin-bottom:60px}.products-subtitle{padding-top:0}}@media (max-width:768px){.prod-card-body-content{padding:24px 20px 24px 60px}.prod-card-connector,.prod-card-elbow{left:20px}.prod-card-name{padding:0 16px;font-size:18px}.prod-card-link{margin-left:40px}.prod-card-number-wrapper{width:44px}}.hpc-section{background:#ffffff;margin-top:-40px;padding:56px 0 160px;width:100%}.hpc-section--transparent{background:none;margin-top:0}.hpc-header-container{padding:0 32px}.hpc-accordion{margin-top:120px;border-top:1px solid #d1d5db;width:100%}.hpc-item{border-bottom:1px solid #d1d5db;transition:background-color .3s ease}.hpc-item-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:56px 32px;text-align:left}.hpc-item-title{font-family:var(--font-outfit),sans-serif;font-size:clamp(28px,4.5vw,54px);font-weight:570;letter-spacing:-.02em;color:#0c1018;transition:color .3s ease}.hpc-item--open .hpc-item-title{color:#16a34a}.hpc-item-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#16a34a;transition:background-color .3s ease,color .3s ease,transform .3s ease}.hpc-item--open .hpc-item-icon{background-color:#16a34a;color:#ffffff;width:48px;height:48px;transform:rotate(45deg)}.hpc-item-content{overflow:hidden}.hpc-item-content-inner{padding:0 32px 48px;opacity:0;transition:opacity .35s ease}.hpc-item--open .hpc-item-content-inner{opacity:1;transition:opacity .35s ease .15s}.hpc-item-desc{font-family:var(--font-outfit),sans-serif;font-size:18px;font-weight:380;line-height:1.6;color:#4b5563;max-width:800px}@media (max-width:768px){.hpc-header,.products-header{flex-direction:column;gap:24px;margin-bottom:60px}.hpc-section{padding:80px 0 100px}.hpc-header-container{padding:0 20px}.hpc-item-trigger{padding:24px 20px}.hpc-item-content-inner{padding:0 20px 32px}.hpc-item--open .hpc-item-icon{width:36px;height:36px}}.svc-section{background:#ffffff;padding:120px 0;width:100%}.svc-header{padding:0 32px;margin-bottom:100px}.svc-eyebrow{font-family:var(--font-outfit),sans-serif;font-size:11px;font-weight:570;letter-spacing:.14em;text-transform:uppercase;color:#535a65;margin-bottom:28px}.svc-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;max-width:1440px}.svc-title{font-size:clamp(48px,6vw,84px);font-weight:400;line-height:1;color:#0c1018;letter-spacing:-.01em;flex:1}.svc-subtitle,.svc-title{font-family:var(--font-outfit),sans-serif}.svc-subtitle{font-size:16px;font-weight:380;line-height:1.6;color:#535a65;max-width:420px;padding-top:12px;margin:0}.svc-pin-wrapper{position:relative}.svc-pin-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.svc-track{display:flex;gap:16px;padding:20px 32px 60px;width:100%;will-change:transform}.svc-track-spacer{flex:0 0 12px}.svc-card{flex:0 0 380px;height:480px;background:linear-gradient(155deg,#2d5940,#0f2a1c 35%,#3d7a54 55%,#0a1a11 80%,#1f4530);border:2px solid #334155;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.svc-card-shape-1{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,20% 0,calc(20% + 12px) 12px,calc(40% - 12px) 12px,40% 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 60%,12px calc(60% - 12px),12px calc(40% + 12px),0 40%)}.svc-card-shape-2{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% 40%,calc(100% - 12px) calc(40% + 12px),calc(100% - 12px) calc(60% - 12px),100% 60%,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,80% 100%,calc(80% - 12px) calc(100% - 12px),calc(60% + 12px) calc(100% - 12px),60% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px))}.svc-card-shape-3{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,60% 0,calc(60% + 12px) 12px,calc(80% - 12px) 12px,80% 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 80%,12px calc(80% - 12px),12px calc(60% + 12px),0 60%)}.svc-card-shape-4{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% 20%,calc(100% - 12px) calc(20% + 12px),calc(100% - 12px) calc(40% - 12px),100% 40%,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,40% 100%,calc(40% - 12px) calc(100% - 12px),calc(20% + 12px) calc(100% - 12px),20% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px))}.svc-card-shape-5{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,30% 0,calc(30% + 12px) 12px,calc(50% - 12px) 12px,50% 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,50% 100%,calc(50% - 12px) calc(100% - 12px),calc(30% + 12px) calc(100% - 12px),30% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px))}.svc-card-top{padding:40px 36px 0;display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.svc-card-num{font-size:13px;font-weight:380;letter-spacing:.04em;color:#86efac}.svc-card-num,.svc-card-title{font-family:var(--font-outfit),sans-serif}.svc-card-title{font-size:clamp(22px,2.4vw,30px);font-weight:400;line-height:1.1;color:#fff;letter-spacing:-.01em}.svc-card-bottom{padding:0 36px 40px;position:relative;z-index:1}.svc-card-desc{font-family:var(--font-outfit),sans-serif;font-size:17px;font-weight:380;line-height:1.65;color:rgba(255,255,255,.7);margin:0}@media (max-width:992px){.svc-section{padding:100px 0 80px}.svc-header{padding:0 32px}}@media (max-width:768px){.svc-section{padding:80px 0 60px}.svc-header{padding:0 20px}.svc-header-row{flex-direction:column;gap:24px}.svc-track{padding:20px 20px 60px}.svc-card{flex:0 0 300px;height:400px}}@media (max-width:400px){.svc-card{flex:0 0 260px;height:380px}}.why-section-revamp{position:relative;width:100%;height:400vh;background:#ffffff;--dent-progress:0}.why-revamp-left{width:50%;position:relative;z-index:2}.why-intro-block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 10% 0 5%}.why-intro-block .why-title{font-family:var(--font-outfit),sans-serif;font-size:clamp(48px,6vw,84px);font-weight:400;line-height:1.05;color:#0c1018;letter-spacing:-.01em;text-align:left;margin:0}.why-text-block{height:100vh;display:flex;align-items:center;padding:0 10% 0 5%}.why-text-content{--text-progress:0;max-width:600px}.why-text-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.why-text-number{font-size:14px;font-weight:570;color:#a3a8b0;letter-spacing:.05em}.why-text-number,.why-text-title{font-family:var(--font-outfit),sans-serif}.why-text-title{font-size:clamp(32px,3vw,48px);font-weight:400;line-height:1.1;color:#05141e;letter-spacing:-.01em}.why-text-desc{font-family:var(--font-outfit),sans-serif;font-size:clamp(20px,2vw,32px);font-weight:380;line-height:1.4;margin:0}.why-word{--threshold:calc((var(--word-index) / max(1, var(--total-words) - 1)) * 0.915);--diff:calc(var(--text-progress) - var(--threshold));opacity:clamp(.15,calc(.15 + var(--diff) * 10),1);color:#05141e;transition:opacity .1s linear}.why-section-revamp{display:flex}.why-revamp-right{width:50%;position:sticky;top:0;height:100vh;display:flex;align-items:center;padding-right:40px}.why-video-container{width:100%;height:75vh;position:relative;border-radius:24px;--dent-y:calc(5% + var(--dent-progress) * calc(90% - 300px));clip-path:polygon(0 -10%,110% -10%,110% 110%,0 110%,0 calc(var(--dent-y) + 300px),30px calc(var(--dent-y) + 270px),30px calc(var(--dent-y) + 30px),0 calc(var(--dent-y)));overflow:hidden;background:#000}.why-video{width:100%;height:100%;object-fit:cover;opacity:.8}.why-video-overlay{position:absolute;top:0;left:0;width:100%;height:120px;background:linear-gradient(180deg,rgba(0,0,0,.6) 0,transparent)}@media (max-width:992px){.why-section-revamp{flex-direction:column;height:auto}.why-revamp-left,.why-revamp-right{width:100%}.why-intro-block{height:auto;padding:80px 20px 40px}.why-revamp-right{position:relative;height:auto;padding:0 20px 40px;margin-top:0}.why-video-container{height:50vh;min-height:400px;clip-path:none;border-radius:20px}.why-text-block{height:auto;padding:40px 20px}}@media (max-width:768px){.why-video-container{height:40vh;min-height:300px}.why-text-block{padding:30px 20px}.why-text-header{margin-bottom:20px}}.dark-gradient-wrapper{position:relative}.dark-gradient-bg-clip{position:absolute;inset:0;overflow:hidden}.dark-gradient-bg{position:absolute;left:0;right:0;top:-210px;height:calc(100% + 420px);background:linear-gradient(180deg,#ffffff,#ffffff 15%,#dcfce7 26%,#bbf7d0 37%,#86efac 48%,#4ade80 59%,#16a34a 70%,#166534 80%,#14532d 90%,#052e16 97%,#052e16);will-change:transform}.dark-gradient-bg.dark-gradient-bg--delayed{background:linear-gradient(180deg,#ffffff,#ffffff 32%,#dcfce7 42%,#bbf7d0 50%,#86efac 58%,#4ade80 66%,#16a34a 74%,#166534 82%,#14532d 90%,#052e16 97%,#052e16)}.dark-gradient-content{position:relative;z-index:1}.closing-section-wrapper{position:relative;height:280vh}.closing-section-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;max-width:1200px;margin:0 auto;padding:0 32px}.closing-section-text-stack{position:relative}.closing-section-heading{font-family:var(--font-outfit),sans-serif;font-size:clamp(38px,5vw,72px);font-weight:400;line-height:1.1;letter-spacing:-.01em;color:#0c1018;max-width:900px}.closing-section-heading-line{display:block}.closing-section-heading-word{display:inline-block;opacity:1;margin-right:.28em;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.closing-section-heading-word--hidden{opacity:0;transition:none}.closing-section-subtext{position:absolute;top:-40px;left:0;width:100%;max-width:1000px}.closing-section-desc{font-family:var(--font-outfit),sans-serif;font-size:clamp(28px,3.2vw,44px);font-weight:400;line-height:1.25;letter-spacing:-.01em;color:#ffffff;margin:0 0 28px}.closing-section-subtext-word{display:inline-block;opacity:0;transform:translateY(22px);margin-right:.28em;transition:none}.closing-section-subtext-word--play{opacity:1;transform:translateY(0);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.closing-section-cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;color:#ffffff;background:#52525b;border-radius:100px;padding:12px 26px;opacity:0;pointer-events:none;transition:none;white-space:nowrap}.closing-section-cta--visible{opacity:1;pointer-events:auto;transition:opacity .4s ease,background .22s ease,transform .22s ease}.closing-section-cta:hover{background:#3f3f46;transform:translateY(-1px)}@media (max-width:768px){.closing-section-cta{padding:10px 20px;font-size:14px;align-self:flex-start}}.stats-section{position:relative;padding:160px 32px;width:100%;color:#fff}.stats-bg-clip{position:absolute;inset:0;overflow:hidden;z-index:0}.stats-bg{position:absolute;inset:-6% 0;background:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=65&w=1920&auto=format&fit=crop) 50%/cover no-repeat;will-change:transform}.stats-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);z-index:1}.stats-cutout{position:absolute;left:50%;transform:translateX(-50%);width:60%;max-width:800px;height:60px;background:#ffffff;z-index:3}.stats-cutout-top{top:-1px}.stats-cutout-bottom{bottom:-1px}.stats-cutout-cap{position:absolute;top:0;width:40px;height:60px;background:#ffffff}.stats-cutout-top .stats-cutout-cap-left{left:-39px;clip-path:path("M0,0 L40,0 L40,60 C16,60 24,0 0,0 Z")}.stats-cutout-top .stats-cutout-cap-right{right:-39px;clip-path:path("M40,0 L0,0 L0,60 C24,60 16,0 40,0 Z")}.stats-cutout-bottom .stats-cutout-cap-left{left:-39px;clip-path:path("M0,60 L40,60 L40,0 C16,0 24,60 0,60 Z")}.stats-cutout-bottom .stats-cutout-cap-right{right:-39px;clip-path:path("M40,60 L0,60 L0,0 C24,0 16,60 40,60 Z")}.stats-container{position:relative;z-index:2;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:160px}.stats-bottom-row{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.stats-title{font-family:var(--font-outfit),sans-serif;font-size:clamp(48px,8vw,100px);font-weight:400;line-height:1.05;color:#fff;letter-spacing:-.02em;max-width:1000px}.stats-grid{display:flex;gap:80px;flex-wrap:wrap}.stats-item{display:flex;flex-direction:column;gap:12px}.stats-number{font-size:clamp(36px,4vw,48px);font-weight:570;color:#fff;line-height:1}.stats-label,.stats-number{font-family:var(--font-outfit),sans-serif}.stats-label{font-size:16px;font-weight:380;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.05em}.stats-scroll{display:flex;align-items:center;gap:16px;cursor:pointer;width:max-content}.stats-scroll span{font-family:var(--font-outfit),sans-serif;font-size:14px;font-weight:570;color:#fff}.stats-scroll-icon{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s ease}.stats-scroll:hover .stats-scroll-icon{background:rgba(255,255,255,.15)}.testimonials-section{background:#fff;padding:100px 32px;width:100%;overflow:hidden}.test-container-new{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:120px}.test-left{flex:1;max-width:500px;padding-right:0}.test-category{font-size:16px;color:#0a1917;opacity:.8;display:block;margin-bottom:24px}.test-category,.test-title{font-family:var(--font-outfit),sans-serif}.test-title{font-size:clamp(48px,6vw,80px);font-weight:400;color:#0c1018;margin-bottom:32px;line-height:1.1;letter-spacing:-.02em}.test-description{font-size:20px;font-weight:570;color:#4b5563;margin-bottom:12px}.test-description,.test-subtext{font-family:var(--font-outfit),sans-serif;line-height:1.6}.test-subtext{font-size:16px;color:#6b7280;margin-bottom:48px}.test-btn-new{font-family:var(--font-outfit),sans-serif;font-size:13px;font-weight:700;letter-spacing:.1em;color:#fff;background:#0c1018;border:none;border-radius:8px;padding:16px 32px;cursor:pointer;transition:transform .2s ease,background .2s ease}.test-btn-new:hover{background:#374151;transform:translateY(-2px)}.test-right-box{flex:1.15;max-width:780px;background:#0a1917;border-radius:24px;padding:80px 60px;position:relative;min-height:500px;display:flex;flex-direction:column;justify-content:center;-webkit-mask-image:linear-gradient(black,black),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 280'%3E%3Cpath d='M0,0 C0,24 40,16 40,40 L40,240 C40,264 0,256 0,280 Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-position:0 0,-1px center;-webkit-mask-size:auto,40px 280px;-webkit-mask-repeat:repeat,no-repeat;-webkit-mask-composite:xor;mask-composite:exclude}.test-right-content{display:flex;flex-direction:column;gap:80px;padding-left:20px}.test-side-quote{font-family:var(--font-outfit),sans-serif;font-size:clamp(28px,3vw,42px);font-weight:400;color:#fff;line-height:1.2}.test-author-row{display:flex;align-items:center;gap:40px;margin-top:auto}.test-author-img-wrapper{flex-shrink:0}.test-author-img-new{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #14532d}.test-stats-row{display:flex;gap:40px;flex:1}.test-stat-item{display:flex;flex-direction:column;gap:12px}.test-stat-value{font-size:clamp(36px,4vw,56px);font-weight:500;color:#fff;line-height:1;letter-spacing:-.03em}.test-stat-label,.test-stat-value{font-family:var(--font-outfit),sans-serif}.test-stat-label{font-size:14px;color:rgba(255,255,255,.7);line-height:1.4;max-width:150px}.test-dent{display:none}@media (max-width:992px){.stats-section{padding:100px 32px}.stats-grid{gap:40px}.test-container-new{flex-direction:column;gap:60px}.test-left{padding-right:0;max-width:100%}.test-dent{display:none}.test-right-content{padding-left:0;gap:40px}.test-right-box{padding:40px 30px;width:100%;min-height:400px;-webkit-mask-image:none;mask-image:none}}@media (max-width:768px){.stats-section{padding:80px 20px}.stats-bottom-row{flex-direction:column;align-items:flex-start;gap:40px}.stats-grid{flex-direction:column;gap:32px}.testimonials-section{padding:60px 20px 80px}.test-author-row{flex-direction:column;align-items:flex-start;gap:32px}.test-stats-row{width:100%}}.fade-in-anim{animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-standalone-bg{background:#052e16}.footer-section{color:#ffffff;padding:80px 40px 40px;width:100%}.footer-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px}.footer-col{display:flex;flex-direction:column;gap:24px}.footer-heading{font-family:var(--font-outfit),sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:#ffffff}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer-link{font-family:var(--font-outfit),sans-serif;font-size:16px;font-weight:380;color:#ffffff;text-decoration:none;transition:opacity .2s ease}.footer-link:hover{opacity:.7}.footer-bottom{display:flex;align-items:center;justify-content:center;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-family:var(--font-outfit),sans-serif;font-size:14px;font-weight:380;color:rgba(255,255,255,.6)}.footer-section--light{background:#fff;color:#14532d}.footer-section--light .footer-heading,.footer-section--light .footer-link{color:#14532d}.footer-section--light .footer-bottom{border-top-color:rgba(20,83,45,.15)}.footer-section--light .footer-copyright{color:rgba(20,83,45,.6)}.footer-section--feature{position:relative;overflow:hidden;padding-top:150px;background:linear-gradient(160deg,#0d2418,#06140e)}.footer-top-dip{top:-1px;left:50%;transform:translateX(-50%);width:60%;max-width:800px;z-index:3}.footer-dip-cap,.footer-top-dip{position:absolute;height:60px;background:#ffffff}.footer-dip-cap{top:0;width:40px}.footer-dip-cap-left{left:-39px;clip-path:path("M0,0 L40,0 L40,60 L0,0 Z")}.footer-dip-cap-right{right:-39px;clip-path:path("M40,0 L0,0 L0,60 L40,0 Z")}.footer-lines-svg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.footer-line-base{fill:none;stroke:rgba(255,255,255,.08);stroke-width:1}.footer-glow-line{fill:none;stroke-width:2.5;stroke-dasharray:70 2200;animation:footerGlowTravel 6s linear infinite;animation-play-state:paused}.footer-lines-svg--active .footer-glow-line{animation-play-state:running}.footer-glow-line-2{animation-duration:7s;animation-delay:-2.3s}.footer-glow-line-3{animation-duration:5s;animation-delay:-1.2s}@keyframes footerGlowTravel{0%{stroke-dashoffset:2270}to{stroke-dashoffset:0}}.footer-section--feature .footer-container{position:relative;z-index:1}.footer-cta-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:36px;padding-bottom:40px}.footer-tagline{font-size:clamp(28px,4vw,52px);font-weight:500;color:#ffffff;line-height:1.15;letter-spacing:-.01em;max-width:800px;margin:0}.footer-cta-btn,.footer-tagline{font-family:var(--font-outfit),sans-serif}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #ffffff;color:#14532d;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;padding:16px 32px;border-radius:100px;transition:background .2s ease,transform .2s ease}.footer-cta-btn:hover{background:rgba(255,255,255,.85);transform:translateY(-2px)}.footer-section--feature .footer-heading{color:rgba(134,239,172,.75)}@media (max-width:768px){.footer-top-dip{display:none}.footer-cta-block{padding-bottom:0}.footer-glow-line{filter:none}.footer-section{padding:60px 20px 20px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}}.about-story-section{background:linear-gradient(180deg,#ffffff 0,#f7fbf8 30%,#ffffff 60%);width:100%;padding-bottom:80px}.about-story-section--betamedia{background:#ffffff}.about-story-panel{display:flex;align-items:center;min-height:100vh;padding:80px 0;gap:0}.about-story-panel--text-left{flex-direction:row}.about-story-panel--text-right{flex-direction:row-reverse}.about-story-text{flex:0 0 50%;padding:60px 8%;display:flex;flex-direction:column;gap:28px}.about-story-eyebrow{font-size:13px;font-weight:570;text-transform:uppercase;letter-spacing:.1em;color:#16a34a}.about-story-eyebrow,.about-story-title{font-family:var(--font-outfit),sans-serif}.about-story-title{font-size:clamp(36px,4vw,64px);font-weight:400;line-height:1.05;color:#05141e;letter-spacing:-.01em}.about-story-body{display:flex;flex-direction:column;gap:18px}.about-story-body p{font-family:var(--font-outfit),sans-serif;font-size:clamp(14px,1.1vw,16px);font-weight:380;line-height:1.75;margin:0}.about-word{--threshold:calc((var(--word-index) / var(--total-words)) * 0.3 + var(--para-offset));--diff:calc(var(--text-progress) - var(--threshold));opacity:clamp(.15,calc(.15 + var(--diff) * 10),1);color:#535a65;transition:opacity .1s linear}.about-story-img-wrap{flex:0 0 46%;height:85vh;position:relative;overflow:hidden;--dent-y:40%}.about-story-panel--text-left .about-story-img-wrap{margin-right:48px}.about-story-panel--text-right .about-story-img-wrap{margin-left:48px}.about-story-img-wrap--left{clip-path:polygon(0 0,var(--top-dent-x) 0,calc(var(--top-dent-x) + 16px) 18px,calc(var(--top-dent-x) + 43% - 16px) 18px,calc(var(--top-dent-x) + 43%) 0,100% 0,100% 100%,0 100%,0 calc(var(--dent-y) + 220px + 28px),18px calc(var(--dent-y) + 220px),18px var(--dent-y),0 calc(var(--dent-y) - 28px))}.about-story-img-wrap--right{clip-path:polygon(0 0,var(--top-dent-x) 0,calc(var(--top-dent-x) + 16px) 18px,calc(var(--top-dent-x) + 40% - 16px) 18px,calc(var(--top-dent-x) + 40%) 0,100% 0,100% calc(var(--dent-y) - 28px),calc(100% - 18px) var(--dent-y),calc(100% - 18px) calc(var(--dent-y) + 220px),100% calc(var(--dent-y) + 220px + 28px),100% 100%,0 100%)}.about-story-img-inner{width:100%;height:130%;position:absolute;top:-15%}.about-story-img{width:100%;height:100%;object-fit:cover;display:block;will-change:transform}@media (max-width:992px){.about-story-panel,.about-story-panel--text-left,.about-story-panel--text-right{flex-direction:column!important;min-height:auto;padding:60px 0}.about-story-text{flex:none;width:100%;padding:40px 24px}.about-story-img-wrap{flex:none;width:calc(100% - 48px);height:55vh;clip-path:none!important;border-radius:20px;margin:0 24px!important}.about-story-img-inner{height:100%;top:0}}.core-values-section{position:relative;background:#ffffff;padding:100px 5%;overflow:hidden;cursor:default}.core-values-section:has(.core-values-item.is-active){cursor:none}.core-values-container{max-width:1400px;margin:0 auto}.core-values-header{font-family:var(--font-outfit),sans-serif;font-size:clamp(48px,6vw,84px);font-weight:400;line-height:1.05;color:#0c1018;letter-spacing:-.01em;text-align:left;margin-bottom:60px}.core-values-stats{display:flex;justify-content:center;gap:60px;margin-bottom:80px;text-align:center;flex-wrap:wrap}.core-stat{display:flex;flex-direction:column;align-items:center;gap:8px}.core-stat-val{font-size:clamp(40px,4vw,64px);font-weight:400;color:#0c1018;line-height:1}.core-stat-label,.core-stat-val{font-family:var(--font-outfit),sans-serif}.core-stat-label{font-size:14px;font-weight:570;color:#8c929a;text-transform:uppercase;letter-spacing:.1em}.core-values-item,.core-values-list{display:flex;flex-direction:column}.core-values-item{padding:32px 0;border-bottom:1px solid #d1d5db;gap:12px;position:relative}.core-values-item:first-child{border-top:1px solid #d1d5db}.core-values-title{font-family:var(--font-outfit),sans-serif;font-size:clamp(20px,1.5vw,24px);font-weight:400;color:#05141e;display:flex;align-items:center;position:relative;padding-left:24px;transition:transform .25s ease}.core-values-dot{position:absolute;left:0;opacity:0;transform:translateX(-10px);transition:all .2s ease;font-size:16px;color:#05141e}.core-values-item.is-active .core-values-dot{opacity:1;transform:translateX(0)}.core-values-item.is-active .core-values-desc,.core-values-item.is-active .core-values-title{transform:translateX(10px)}.core-values-desc{font-family:var(--font-outfit),sans-serif;font-size:clamp(14px,1.1vw,16px);font-weight:380;color:#8c929a;padding-left:24px;max-width:500px;line-height:1.6;transition:transform .25s ease}.core-values-cursor-img{position:absolute;top:0;left:0;width:300px;height:300px;border-radius:16px;pointer-events:none;z-index:10;opacity:0;transform-origin:center center;transition:opacity .3s ease;box-shadow:0 10px 40px rgba(0,0,0,.1);will-change:transform}.core-values-cursor-img.is-visible{opacity:1}.core-values-cursor-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:16px;opacity:0;transition:opacity .35s ease}.core-values-cursor-layer.is-active{opacity:1}@media (max-width:768px){.core-values-section:has(.core-values-item.is-active){cursor:default}.core-values-cursor-img{display:none!important}.core-values-item{padding:24px 0}.core-values-desc,.core-values-title{padding-left:16px}}.betamedia-features-section{padding:100px 5%;background:#ffffff}.betamedia-features-container{max-width:1400px;margin:0 auto}.betamedia-features-heading{font-family:var(--font-outfit),sans-serif;font-size:clamp(48px,6vw,84px);font-weight:400;line-height:1.05;color:#0c1018;letter-spacing:-.01em;text-align:center;margin-bottom:80px}.betamedia-features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.betamedia-feature-card-wrapper{width:calc(33.333% - 16px);min-width:320px;min-height:280px;position:relative;display:flex}@media (max-width:1100px){.betamedia-feature-card-wrapper{width:calc(50% - 12px)}}@media (max-width:768px){.betamedia-feature-card-wrapper{width:100%}}.betamedia-feature-card-outer{width:100%;position:relative;background:#0d2418;overflow:hidden}@keyframes featureGlowSweep{0%{background-position:160% 0}to{background-position:-60% 0}}.betamedia-feature-glow{position:absolute;inset:0;background:linear-gradient(90deg,transparent,transparent 30%,rgba(220,230,240,.9) 44%,#ffffff 50%,rgba(220,230,240,.9) 56%,transparent 70%,transparent);background-size:220% 100%;animation:featureGlowSweep 3.2s linear infinite}.betamedia-feature-card-inner{position:absolute;inset:2px;background:#091a10;padding:40px 32px;display:flex;flex-direction:column;gap:16px;z-index:2;overflow:hidden}.betamedia-feature-card-inner:after,.betamedia-feature-card-inner:before,.betamedia-feature-watermark{display:none}.betamedia-feature-title{font-size:clamp(18px,2vw,24px);font-weight:400;color:#fff;line-height:1.2;letter-spacing:-.01em}.betamedia-feature-desc,.betamedia-feature-title{font-family:var(--font-outfit),sans-serif;position:relative;z-index:5}.betamedia-feature-desc{font-size:18px;font-weight:380;color:rgba(255,255,255,.65);line-height:1.7;margin-top:12px}.shape-1{--top-a:clamp(8%,calc(20% + var(--dent-shift, 0%)),68%);--left-a:clamp(8%,calc(40% + var(--dent-shift, 0%)),68%);clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,var(--top-a) 0,calc(var(--top-a) + 12px) 12px,calc(var(--top-a) + 20% - 12px) 12px,calc(var(--top-a) + 20%) 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 calc(var(--left-a) + 20%),12px calc(var(--left-a) + 20% - 12px),12px calc(var(--left-a) + 12px),0 var(--left-a))}.shape-2{--right-a:clamp(8%,calc(40% + var(--dent-shift, 0%)),68%);--bottom-a:clamp(8%,calc(60% + var(--dent-shift, 0%)),68%);clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% var(--right-a),calc(100% - 12px) calc(var(--right-a) + 12px),calc(100% - 12px) calc(var(--right-a) + 20% - 12px),100% calc(var(--right-a) + 20%),100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,calc(var(--bottom-a) + 20%) 100%,calc(var(--bottom-a) + 20% - 12px) calc(100% - 12px),calc(var(--bottom-a) + 12px) calc(100% - 12px),var(--bottom-a) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px))}.shape-3{--top-a:clamp(8%,calc(60% + var(--dent-shift, 0%)),68%);--left-a:clamp(8%,calc(60% + var(--dent-shift, 0%)),68%);clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,var(--top-a) 0,calc(var(--top-a) + 12px) 12px,calc(var(--top-a) + 20% - 12px) 12px,calc(var(--top-a) + 20%) 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 calc(var(--left-a) + 20%),12px calc(var(--left-a) + 20% - 12px),12px calc(var(--left-a) + 12px),0 var(--left-a))}.shape-4{--right-a:clamp(8%,calc(20% + var(--dent-shift, 0%)),68%);--bottom-a:clamp(8%,calc(20% + var(--dent-shift, 0%)),68%);clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% var(--right-a),calc(100% - 12px) calc(var(--right-a) + 12px),calc(100% - 12px) calc(var(--right-a) + 20% - 12px),100% calc(var(--right-a) + 20%),100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,calc(var(--bottom-a) + 20%) 100%,calc(var(--bottom-a) + 20% - 12px) calc(100% - 12px),calc(var(--bottom-a) + 12px) calc(100% - 12px),var(--bottom-a) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px))}.shape-5{--top-a:clamp(8%,calc(30% + var(--dent-shift, 0%)),68%);--bottom-a:clamp(8%,calc(30% + var(--dent-shift, 0%)),68%);clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,var(--top-a) 0,calc(var(--top-a) + 12px) 12px,calc(var(--top-a) + 20% - 12px) 12px,calc(var(--top-a) + 20%) 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,calc(var(--bottom-a) + 20%) 100%,calc(var(--bottom-a) + 20% - 12px) calc(100% - 12px),calc(var(--bottom-a) + 12px) calc(100% - 12px),var(--bottom-a) 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px))}.betamedia-modules-header-row{display:flex;justify-content:space-between;align-items:flex-end;max-width:1400px;margin:0 auto;padding:100px 8% 40px;gap:40px;flex-wrap:wrap}.betamedia-modules-heading{font-family:var(--font-outfit),sans-serif;font-size:clamp(48px,6vw,84px);font-weight:400;color:#0c1018;letter-spacing:-.01em;margin:0;line-height:1.05}.betamedia-modules-subtext{font-family:var(--font-outfit),sans-serif;font-size:clamp(16px,1.2vw,20px);color:#535a65;max-width:500px;margin:0;line-height:1.6}@media (max-width:768px){.betamedia-modules-header-row{flex-direction:column;align-items:flex-start}}.why-betamedia-section{padding:100px 8%;background:#ffffff}.why-betamedia-container{max-width:1400px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}.why-betamedia-lhs{flex:1;position:sticky;top:150px;display:flex;flex-direction:column;gap:24px}.why-betamedia-heading{font-size:clamp(40px,5vw,68px);font-weight:400;color:#0c1018;letter-spacing:-.01em;line-height:1.05}.why-betamedia-heading,.why-betamedia-subtext{font-family:var(--font-outfit),sans-serif;margin:0}.why-betamedia-subtext{font-size:clamp(16px,1.2vw,20px);color:#535a65;line-height:1.6}.why-betamedia-rhs{flex:1.2;display:flex;flex-direction:column;gap:40px}.why-betamedia-card-wrapper{width:100%;position:relative;display:flex;min-height:240px}.hpc-cards-section{padding:80px 5% 100px;background:#fff}.hpc-inner{max-width:1360px;margin:0 auto;border-radius:40px;overflow:hidden;padding:72px 72px 80px;background:linear-gradient(160deg,rgba(6,20,14,.88),rgba(6,20,14,.62) 50%,rgba(6,20,14,.88)),url(https://images.unsplash.com/photo-1558494949-ef010cbdcc31?q=80&w=1600&auto=format&fit=crop) 50% /cover no-repeat;background-attachment:fixed}.hpc-cards-header{margin-bottom:72px}.hpc-main-heading{font-size:clamp(38px,5vw,72px);font-weight:400;color:#ffffff;line-height:1.08;letter-spacing:-.02em;margin:0 0 24px}.hpc-main-desc,.hpc-main-heading{font-family:var(--font-outfit),sans-serif}.hpc-main-desc{font-size:clamp(15px,1.2vw,18px);color:rgba(255,255,255,.65);line-height:1.65;margin:0;max-width:520px}.hpc-cards-list{display:flex;flex-direction:column;gap:48px}.hpc-card-row{display:flex;align-items:flex-start;gap:0;position:relative;transform:translateY(var(--float-y,0));will-change:transform}.hpc-card-row--left{flex-direction:row}.hpc-card-row--left .hpc-bubble{width:56%;order:1}.hpc-card-row--right{flex-direction:row;justify-content:flex-end}.hpc-card-row--right .hpc-bubble{width:56%;order:2}.hpc-bubble{background:#ffffff;border-radius:28px;padding:56px 48px 52px;min-height:540px;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.25);flex-shrink:0;position:relative;z-index:2}.hpc-bubble--notch-right{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% 40%,calc(100% - 26px) calc(40% + 26px),calc(100% - 26px) calc(60% - 26px),100% 60%,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,60% 100%,calc(60% - 26px) calc(100% - 26px),calc(40% + 26px) calc(100% - 26px),40% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 12px)}.hpc-bubble--notch-left{clip-path:polygon(0 12px,1px 8px,3px 3px,8px 1px,12px 0,calc(100% - 12px) 0,calc(100% - 8px) 1px,calc(100% - 3px) 3px,calc(100% - 1px) 8px,100% 12px,100% calc(100% - 12px),calc(100% - 1px) calc(100% - 8px),calc(100% - 3px) calc(100% - 3px),calc(100% - 8px) calc(100% - 1px),calc(100% - 12px) 100%,60% 100%,calc(60% - 26px) calc(100% - 26px),calc(40% + 26px) calc(100% - 26px),40% 100%,12px 100%,8px calc(100% - 1px),3px calc(100% - 3px),1px calc(100% - 8px),0 calc(100% - 12px),0 60%,26px calc(60% - 26px),26px calc(40% + 26px),0 40%)}.hpc-bubble-title{font-size:clamp(24px,2.4vw,34px);font-weight:400;margin:0 0 16px;line-height:1.1}.hpc-bubble-desc,.hpc-bubble-title{font-family:var(--font-outfit),sans-serif;color:#0c1018}.hpc-bubble-desc{font-size:18px;font-weight:500;line-height:1.65;margin:0 0 32px;max-width:420px}.hpc-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px;margin-top:auto;padding-top:24px}.hpc-tag{font-family:var(--font-outfit),sans-serif;font-size:13px;font-weight:400;color:#0c1018;border:1px solid rgba(12,16,24,.45);border-radius:100px;padding:9px 20px;white-space:nowrap;background:transparent;transition:background .18s ease,color .18s ease,border-color .18s ease;cursor:default}.hpc-tag:hover{background:#0c1018;color:#fff;border-color:#0c1018}.hpc-learn-more{display:inline-flex;align-items:center;align-self:flex-start;gap:10px;background:transparent;color:#0c1018;border:1.5px solid #0c1018;font-family:var(--font-outfit),sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;padding:6px 6px 6px 20px;border-radius:100px;transition:transform .2s ease,background .2s ease,color .2s ease}.hpc-learn-more-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1.5px solid #0c1018;font-size:15px;transition:background .2s ease,border-color .2s ease}.hpc-learn-more:hover{background:#0c1018;color:#fff;transform:translateY(-2px)}.hpc-learn-more:hover .hpc-learn-more-arrow{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4)}@media (max-width:1100px){.hpc-inner{padding:60px 48px 72px}.hpc-card-row--left .hpc-bubble,.hpc-card-row--right .hpc-bubble{width:78%}}.hpc-mobile-accordion-wrap{display:none}@media (max-width:768px){.hpc-cards-section{padding:60px 4% 80px}.hpc-inner{padding:48px 28px 56px;border-radius:24px;background-attachment:scroll}.hpc-cards-header{margin-bottom:52px}.hpc-cards-list{display:none}.hpc-mobile-accordion-wrap{display:block}.hpc-mobile-accordion-wrap .hpc-accordion{margin-top:0;border-top-color:rgba(255,255,255,.2)}.hpc-mobile-accordion-wrap .hpc-item{border-bottom-color:rgba(255,255,255,.2)}.hpc-mobile-accordion-wrap .hpc-item-trigger{padding:46px 4px}.hpc-mobile-accordion-wrap .hpc-item-title{font-size:clamp(18px,5vw,24px);color:#ffffff}.hpc-mobile-accordion-wrap .hpc-item--open .hpc-item-title{color:#4ade80}.hpc-mobile-accordion-wrap .hpc-item-icon{color:#4ade80;width:28px;height:28px}.hpc-mobile-accordion-wrap .hpc-item--open .hpc-item-icon{background-color:#4ade80;color:#06140e;width:36px;height:36px}.hpc-mobile-accordion-wrap .hpc-item-content-inner{padding:0 4px 28px}.hpc-mobile-accordion-wrap .hpc-item-desc{font-size:15px;color:rgba(255,255,255,.75)}.betamedia-feature-card-inner{padding:30px 20px}}@media (max-width:992px){.why-betamedia-container{flex-direction:column;gap:60px;align-items:stretch}.why-betamedia-lhs{position:static}}