:root{--olive-deep:#0a0a0a;--olive:#111;--olive-mid:#8a9856;--sage:#999;--sage-soft:#f3f3f3;--cream:#f5f3e7;--cream-light:#fafafa;--paper:#e8edd7;--ink:#1a1a17;--ink-soft:#44443e;--line:#3c461e26;--black-deep:#0a0a0a;--black:#161616;--grey-mid:#2e2e2e;--grey-light:#fafaf8;--grey-warm:#f0f0eb;--gold:#8a6f1f;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;min-height:100%}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;font-family:Inter,sans-serif;font-weight:800}.page-home{color:#fff;background:#000;width:100%;min-height:100%;font-family:Roboto,sans-serif;overflow-x:hidden}.page-home #bg-image{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;max-width:none;height:100vh;transition:opacity 1.2s,transform 1.2s;position:fixed;top:50%;right:-5%;transform:translateY(-50%)}.page-home:has(.cta:hover) #bg-image{opacity:.9;transform:translateY(-50%)scale(1.1)}.page-home .page{z-index:2;grid-template-rows:auto 1fr auto;gap:32px;width:100%;min-height:100vh;padding:48px 64px;display:grid;position:relative}.page-home .header{align-items:center;display:flex}.page-home .logo-placeholder{letter-spacing:-.01em;color:#fff;align-items:center;min-width:160px;height:28px;font-family:Inter,sans-serif;font-size:22px;font-weight:800;display:flex}.page-home .hero{flex-direction:column;justify-content:center;max-width:640px;display:flex}.page-home .hero h1{letter-spacing:-.015em;color:#fff;margin-bottom:56px;font-family:Inter,sans-serif;font-size:clamp(48px,6.4vw,72px);font-weight:800;line-height:1.05}.page-home .hero p{color:#ffffffc7;max-width:460px;margin-bottom:40px;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1.6}.page-home .cta{color:#000;letter-spacing:.01em;cursor:pointer;background:#fff;border:none;border-radius:999px;align-self:flex-start;align-items:center;gap:12px;padding:16px 28px;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.page-home .cta:hover{background:#e8e8e8;transform:translateY(-1px)}.page-home .cta .arrow{transition:transform .25s;display:inline-block}.page-home .cta:hover .arrow{transform:translate(4px)}.page-home .footer{color:#ffffff8c;letter-spacing:.01em;font-size:13px}@media (width<=900px){.page-home .page{padding:32px 24px}.page-home #bg-image{opacity:.25;height:120vh;left:50%;right:auto;transform:translate(-50%,-50%)}.page-home .hero h1{margin-bottom:32px;font-size:clamp(40px,10vw,64px)}.page-home .hero p{margin-bottom:32px;font-size:16px}}@media (width<=1200px){.page-home #bg-image{opacity:.25}}@media (height<=600px){.page-home .page{gap:12px;padding:20px 32px}.page-home .hero h1{margin-bottom:16px;font-size:clamp(32px,6vw,48px)}.page-home .hero p{margin-bottom:20px;font-size:15px}.page-home .cta{padding:12px 22px}.page-home #bg-image{opacity:.2}}html:has(.page-access){scroll-behavior:smooth}.page-access{color:var(--ink);background:var(--cream-light);-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}.page-access a{color:var(--olive);text-decoration:none;transition:color .3s}.page-access a:hover{color:var(--gold);border-color:var(--olive-deep);border-bottom:1px solid var(--olive)}.page-access ul{margin-left:1.2rem}.page-access .header-bar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff8c;border:1px solid #5c6b2d26;border-radius:100px;justify-content:space-between;align-items:center;padding:14px 28px;transition:background .5s cubic-bezier(.2,.7,.2,1),border-color .5s cubic-bezier(.2,.7,.2,1);display:flex;position:fixed;top:16px;left:24px;right:24px}.page-access #top{display:block}.page-access .logo{color:var(--ink);align-items:center;transition:color .5s cubic-bezier(.2,.7,.2,1);display:flex}.page-access .logo svg{width:auto;height:26px;display:block}.page-access .logo a,.page-access .logo a:hover,.page-access .logo-footer a,.page-access .logo-footer a:hover{color:inherit;border:none;line-height:0;text-decoration:none;display:block}.page-access .nav-wrap{align-items:center;gap:32px;display:flex}.page-access .nav-wrap .nav{letter-spacing:.02em;color:var(--ink);border:none;padding:12px 0;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .5s cubic-bezier(.2,.7,.2,1),opacity .3s}.page-access .nav-wrap .nav:hover{color:var(--gold);opacity:.85;border:none}.page-access .nav-wrap .nav.active{color:var(--gold);position:relative}.page-access .nav-wrap .nav.active:after{content:"";background:currentColor;border-radius:1px;height:1.5px;position:absolute;bottom:6px;left:0;right:0}.page-access .nav-cta{border:1.5px solid var(--ink);color:var(--ink);letter-spacing:.02em;background:0 0;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .5s cubic-bezier(.2,.7,.2,1),border-color .5s cubic-bezier(.2,.7,.2,1),background .3s,transform .3s cubic-bezier(.2,.7,.2,1);display:inline-flex}.page-access .nav-cta:hover{background:var(--ink);color:var(--cream);transform:translateY(-1px)}.page-access .nav-cta svg{width:14px;height:14px;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.page-access .nav-cta:hover svg{transform:translate(3px)}.page-access .title-page{text-align:center;background:var(--grey-warm);width:100vw;color:var(--ink);flex-direction:column;justify-content:center;align-items:center;padding:20vh 8vw;display:flex;position:relative;overflow:hidden}.page-access section.title-page:first-of-type{padding-top:calc(20vh + 72px)}.page-access .title-main{letter-spacing:-.045em;z-index:2;max-width:13ch;color:var(--ink);font-family:Inter,sans-serif;font-size:clamp(40px,7vw,100px);font-weight:800;line-height:.92;position:relative}.page-access .title-main:after{content:"";border-bottom:2px solid var(--gold);width:100px;margin:24px auto 0;display:block}.page-access .title-sub{color:var(--ink-soft);z-index:2;max-width:48ch;margin-top:28px;font-family:Roboto,sans-serif;font-size:clamp(18px,1.6vw,22px);font-weight:400;line-height:1.5;position:relative}.page-access .title-mini{color:var(--ink-soft);z-index:2;text-transform:uppercase;letter-spacing:.2em;max-width:48ch;margin-bottom:24px;font-family:Roboto,sans-serif;font-size:clamp(12px,1.3vw,18px);font-weight:400;line-height:1.5;position:relative}.page-access .section-stats{background:var(--cream-light);color:var(--ink);position:relative}.page-access .stats-grid{grid-template-columns:1.1fr 1fr;max-width:1400px;margin:0 auto;padding:0 80px;display:grid}.page-access .stats-left{padding:160px 80px 160px 0}.page-access .stats-right{border-left:1px solid var(--line);box-sizing:border-box;flex-direction:column;justify-content:center;max-height:100vh;padding:80px 0 60px 60px;display:flex;position:sticky;top:0}.page-access .stats-right img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%;height:auto}.page-access .market-images{aspect-ratio:1;width:100%;position:relative}.page-access .market-img{object-fit:cover;opacity:0;pointer-events:none;border-radius:6px;width:100%;height:100%;transition:opacity .8s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0}.page-access .market-img.active{opacity:1}.page-access .market-img-mobile{display:none}.page-access .stats-text{color:var(--ink-soft);max-width:58ch;margin-bottom:28px;font-size:17px;line-height:1.75}.page-access .stats-network-block{margin-top:40px}.page-access .stats-network-block h4{color:var(--ink);margin-bottom:14px;font-size:18px;font-weight:700}.page-access .stats-network-block ul{color:var(--ink-soft);font-size:16px;line-height:1.9;list-style:none}.page-access .stats-network-block li:before{content:"•";color:var(--olive);margin-right:10px}.page-access .stats-network-block .seg-note{color:var(--ink-soft);margin-top:14px;font-size:16px}.page-access .stats-source{border-top:1px solid var(--line);color:var(--ink-soft);margin-top:56px;padding-top:24px;font-size:12px;font-style:italic;line-height:1.6}.page-access .stat-card{background:var(--light-grey);border:1px solid var(--line);border-radius:6px;padding:44px;position:relative;overflow:hidden}.page-access .stat-card:before{content:"";width:200px;height:200px;position:absolute;top:0;right:0}.page-access .callout{background:var(--grey-warm);border-left:3px solid var(--gold);z-index:1;border-radius:6px;margin-bottom:36px;padding:22px 26px;position:relative}.page-access .callout h5{color:var(--olive-deep);margin-bottom:8px;font-size:16px;font-weight:700}.page-access .callout p{color:var(--ink-soft);font-size:14px;line-height:1.6}.page-access .stat-row{border-bottom:1px solid var(--line);z-index:1;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px;padding-bottom:36px;display:grid;position:relative}.page-access .stat-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.page-access .stat-big{letter-spacing:-.03em;color:var(--olive-deep);margin-bottom:8px;font-family:Inter,sans-serif;font-size:56px;font-weight:700;line-height:1}.page-access .stat-big sup{vertical-align:super;color:var(--olive);font-size:28px;font-weight:700}.page-access .stat-label{color:var(--gold);font-size:13px;font-weight:400}.page-access .donut-section{z-index:1;position:relative}.page-access .donut-section h4{color:var(--ink-soft);text-align:center;margin-bottom:20px;font-size:13px;font-weight:400}.page-access .donut-wrap{align-items:center;gap:28px;display:flex}.page-access .donut{flex-shrink:0;width:180px;height:180px;position:relative}@media (width<=639px){.page-access .donut{width:130px;height:130px}}.page-access .donut svg{width:100%;height:100%;transform:rotate(-90deg)}.page-access .donut .ring-bg{fill:none;stroke:var(--sage);stroke-width:32px}.page-access .donut .ring-fg{fill:none;stroke:var(--olive);stroke-width:32px;stroke-dasharray:0 1000;transition:stroke-dasharray 1.6s cubic-bezier(.2,.7,.2,1)}.page-access .donut.in-view .ring-fg{stroke-dasharray:190 1000}.page-access .donut-legend{font-size:14px;line-height:1.9}.page-access .donut-legend div{align-items:center;gap:10px;display:flex}.page-access .dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.page-access .dot.olive{background:var(--olive)}.page-access .dot.sage{background:var(--sage)}.page-access .section-process{background:var(--cream);color:var(--ink);padding:160px 0;position:relative}.page-access .container{max-width:1400px;margin:0 auto;padding:0 80px}.page-access .process-intro{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;margin-bottom:120px;display:grid}.page-access .process-heading{font-size:clamp(36px,4vw,56px);line-height:1.1}.page-access .process-intro-text{color:var(--ink-soft);max-width:58ch;font-size:16px;line-height:1.75}.page-access .process-intro-text p{margin-bottom:16px}.page-access .process-intro-text strong{color:var(--ink);font-weight:500}.page-access .steps{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:120px;display:grid}.page-access .step{background:var(--paper);border-radius:6px;grid-template-columns:80px 1fr;transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s;display:grid;overflow:hidden}.page-access .step:hover{transform:translateY(-6px);box-shadow:0 24px 48px -24px #3c461e40}.page-access .step-num{background:var(--olive);color:var(--cream);justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:56px;font-weight:800;line-height:1;display:flex}.page-access .step-body{padding:32px 32px 36px}.page-access .step-title{margin-bottom:12px;font-size:22px;line-height:1.25}.page-access .step-text{color:var(--ink-soft);margin-bottom:18px;font-size:15px;line-height:1.65}.page-access .step-subtitle{color:var(--ink);margin-top:6px;margin-bottom:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:800}.page-access .control-grid{grid-template-columns:1fr 1fr 320px;align-items:start;gap:60px;display:grid}.page-access .control-block h4{color:var(--ink);margin-bottom:24px;font-size:20px}.page-access .control-block ul{font-size:15px;line-height:1.85;list-style:none}.page-access .control-block li{border-bottom:1px solid var(--line);color:var(--ink-soft);align-items:start;gap:14px;padding:14px 0;display:flex}.page-access .control-block.positive li:before{content:"";background:var(--olive);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23f5f3e7' stroke-width='2'><polyline points='2.5,6 5,8.5 9.5,4'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:3px}.page-access .control-block.negative li:before{content:"";background:var(--ink-soft);opacity:.55;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23f5f3e7' stroke-width='2' stroke-linecap='round'><line x1='3.5' y1='3.5' x2='8.5' y2='8.5'/><line x1='8.5' y1='3.5' x2='3.5' y2='8.5'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:3px}.page-access .rule-box{background:var(--paper);border-radius:6px;padding:32px;position:relative;overflow:hidden}.page-access .rule-box:before{content:"";background:radial-gradient(circle,#5c6b2d26,#0000 70%);width:160px;height:160px;position:absolute;top:-40px;right:-40px}.page-access .rule-box p{color:var(--ink-soft);font-size:13px;line-height:1.6;position:relative}.page-access .section-pillars{background:var(--cream-light);color:var(--ink);padding:160px 0;position:relative}.page-access .pillars-header{margin-bottom:80px}.page-access .pillars-heading{margin-bottom:12px;font-size:clamp(36px,4vw,56px);line-height:1.1}.page-access .pillars-sub{color:var(--ink-soft);font-size:18px}.page-access .pillars{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.page-access .pillar{background:var(--paper);border-radius:6px;grid-template-columns:80px 1fr;transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s;display:grid;overflow:hidden}.page-access .pillar:hover{transform:translateY(-6px);box-shadow:0 24px 48px -24px #3c461e40}.page-access .pillar-num{background:var(--olive);color:var(--cream);justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:56px;font-weight:800;line-height:1;display:flex}.page-access .pillar-body{padding:32px 32px 36px}.page-access .pillar-title{margin-bottom:20px;font-size:22px}.page-access .pillar-list{color:var(--ink-soft);font-size:15px;line-height:1.95;list-style:none}.page-access .cta-wrap{justify-content:center;margin-top:100px;display:flex}.page-access .hero-cta{letter-spacing:.01em;color:var(--cream);cursor:pointer;isolation:isolate;background:linear-gradient(135deg, var(--olive-mid) 0%, var(--olive) 50%, var(--olive-deep) 100%);border:none;border-radius:100px;align-items:center;gap:14px;padding:22px 48px;font-family:Roboto,sans-serif;font-size:17px;font-weight:700;text-decoration:none;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s cubic-bezier(.2,.7,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px -8px #3c461e80,0 2px 6px -2px #3c461e4d,inset 0 1px #f5f3e726}.page-access .hero-cta:after{content:"";z-index:0;background:linear-gradient(90deg,#0000 0%,#f5f3e740 50%,#0000 100%);width:60%;height:100%;transition:left .7s cubic-bezier(.2,.7,.2,1);position:absolute;top:0;left:-100%;transform:skew(-20deg)}.page-access .hero-cta:hover{transform:translateY(-3px);box-shadow:0 16px 36px -8px #3c461e8c,0 4px 10px -2px #3c461e59,inset 0 1px #f5f3e740}.page-access .hero-cta:hover:after{left:130%}.page-access .hero-cta:active{transform:translateY(-1px)}.page-access .hero-cta span,.page-access .hero-cta svg{z-index:1;position:relative}.page-access .hero-cta svg{width:18px;height:18px;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.page-access .hero-cta:hover svg{transform:translate(5px)}.page-access footer{color:#ccc;background:#000;padding:80px 80px 36px}.page-access .footer-grid{border-bottom:1px solid #f5f3e726;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;max-width:1400px;margin:0 auto;padding-bottom:36px;display:flex}.page-access .footer-brand{color:var(--cream);align-items:center;display:flex}.page-access .footer-brand svg{width:auto;height:26px;display:block}.page-access .footer-bottom{color:#f5f3e780;justify-content:space-between;align-items:center;gap:16px;max-width:1400px;margin:24px auto 0;display:flex}.page-access .footer-social{align-items:center;gap:14px;display:flex}.page-access .footer-social a,.page-access .footer-bottom a{color:#f5f3e7b3;border:1px solid #f5f3e733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:color .3s,border-color .3s,background .3s,transform .3s cubic-bezier(.2,.7,.2,1);display:flex}.page-access .footer-social a:hover,.page-access .footer-bottom a:hover{color:var(--ink);border-color:var(--paper);background:#fff;transform:translateY(-2px)}.page-access .footer-social svg{width:18px;height:18px}.page-access .reveal{opacity:0;transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1);transform:translateY(40px)}.page-access .reveal.in-view{opacity:1;transform:translateY(0)}.page-access .reveal.delay-1{transition-delay:.1s}.page-access .reveal.delay-2{transition-delay:.2s}.page-access .reveal.delay-3{transition-delay:.3s}.page-access .stagger-children>*{opacity:0;transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1);transform:translateY(30px)}.page-access .stagger-children.in-view>:first-child{opacity:1;transition-delay:50ms;transform:none}.page-access .stagger-children.in-view>:nth-child(2){opacity:1;transition-delay:.18s;transform:none}.page-access .stagger-children.in-view>:nth-child(3){opacity:1;transition-delay:.31s;transform:none}.page-access .title-main,.page-access .title-sub{opacity:0;animation:1.2s cubic-bezier(.2,.7,.2,1) forwards title-rise;transform:translateY(30px)}.page-access .title-sub{animation-delay:.25s}.page-access .insights{padding:10rem}.page-access .list{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.page-access .list-item{color:inherit;opacity:1;text-decoration:none;transition:opacity .5s,transform .5s;display:block;transform:translateY(0)}.page-access .list-item img{aspect-ratio:1000/534;width:100%;height:auto;margin-bottom:1rem;display:block}.page-access .list-item h4{margin-bottom:.5rem;font-size:1rem}.page-access .list:not(.expanded) .list-item:nth-child(n+9){opacity:0;pointer-events:none;height:0;margin:0;overflow:hidden;transform:translateY(-8px)}.page-access .list.expanded .list-item:nth-child(9){transition-delay:50ms}.page-access .list.expanded .list-item:nth-child(10){transition-delay:.1s}.page-access .list.expanded .list-item:nth-child(11){transition-delay:.15s}.page-access .list.expanded .list-item:nth-child(12){transition-delay:.2s}.page-access .list.expanded .list-item:nth-child(13){transition-delay:.25s}.page-access .list.expanded .list-item:nth-child(14){transition-delay:.3s}.page-access .list.expanded .list-item:nth-child(15){transition-delay:.35s}.page-access .list.expanded .list-item:nth-child(16){transition-delay:.4s}.page-access .list a,.page-access .list a:hover{border:none;text-decoration:none}.page-access .load-more-wrapper{text-align:center}.page-access .load-more-wrapper.hidden{display:none}.page-access .load-more-label{border:1.5px solid var(--ink);color:var(--ink);letter-spacing:.02em;cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:8px;margin:2rem;padding:12px 24px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .5s cubic-bezier(.2,.7,.2,1),border-color .5s cubic-bezier(.2,.7,.2,1),background .3s,transform .3s cubic-bezier(.2,.7,.2,1);display:inline-flex}.page-access .load-more-label:hover{color:#fff;background-color:#000}.page-access .contact-info{text-align:center;flex-direction:column;gap:.5rem;margin:2rem auto;padding:10rem;font-size:2rem;display:flex}.page-access .contact-info a{color:var(--ink);border:none;text-decoration:none;transition:color .3s}.page-access .contact-info a:hover{color:var(--olive)}.page-access #section-contact svg{width:48px;height:48px;transition:transform .3s}.page-access .contact-social{justify-content:left;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.page-access .contact-social:hover{border:none;text-decoration:none}.page-access section img{filter:grayscale()}.page-access .scroll-top{width:40px;height:40px;color:inherit;border:1.5px solid;border-radius:100px;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.2,.7,.2,1),background .3s;display:inline-flex}.page-access .scroll-top:hover{background:currentColor;border:2px solid;transform:translateY(-2px)}.page-access .scroll-top:hover svg{stroke:var(--olive-deep)}.page-access .scroll-top svg{width:14px;height:14px}.page-access .small-text{color:var(--ink-soft);margin-top:1rem;font-size:13px;font-style:italic;line-height:1.6}.page-access .spacer{height:80px}.page-access .menu-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none;position:fixed;top:21px;right:42px}.page-access .menu-toggle-bar{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .35s cubic-bezier(.2,.7,.2,1),opacity .25s,background .5s cubic-bezier(.2,.7,.2,1);display:block}.page-access.menu-open .menu-toggle-bar{background:var(--ink)}.page-access.menu-open .menu-toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}.page-access.menu-open .menu-toggle-bar:nth-child(2){opacity:0}.page-access.menu-open .menu-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1100px){.page-access .market-img-mobile{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%;margin:12px 0 32px;display:block}.page-access .stats-right .market-images,.page-access .stats-right:has(>.market-images){display:none}.page-access .pillars,.page-access .steps{grid-template-columns:1fr}.page-access .control-grid{grid-template-columns:1fr;gap:40px}.page-access .stats-grid{grid-template-columns:1fr;padding:0 32px}.page-access .stats-left{order:2;padding:40px 0 80px}.page-access .stats-text{max-width:none}.page-access .stats-right{border-left:none;order:1;justify-content:flex-start;height:auto;max-height:none;padding:80px 0 0;position:static}.page-access .container{padding:0 32px}.page-access .process-intro{grid-template-columns:1fr;gap:32px;margin-bottom:80px}.page-access .logo{font-size:18px;top:24px;left:24px}.page-access .hero-cta{padding:18px 36px;font-size:15px}.page-access footer{padding:60px 32px 36px}.page-access .menu-toggle{display:flex!important}.page-access .header-bar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffffe6}.page-access .nav-wrap{background:var(--cream-light);z-index:999;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;width:min(82vw,340px);padding:96px 32px 32px;transition:transform .4s cubic-bezier(.2,.7,.2,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 40px #00000026}.page-access .nav-wrap.open{transform:translate(0)}.page-access .nav-wrap .nav{border-bottom:1px solid var(--line);width:100%;padding:12px 0;font-size:18px;color:var(--ink)!important}.page-access .nav-wrap .nav.active:after{display:none}.page-access .nav-wrap .nav.active{color:var(--gold)!important}.page-access .nav-cta{margin-top:16px;display:inline-flex;color:var(--ink)!important;border-color:var(--ink)!important}.page-access .menu-backdrop{opacity:0;pointer-events:none;z-index:998;background:#1a1a1766;transition:opacity .3s;position:fixed;inset:0}.page-access .menu-backdrop.open{opacity:1;pointer-events:auto}.page-access.menu-open{overflow:hidden}}@media (aspect-ratio<=21/9) and (aspect-ratio>=3/2) and (orientation:landscape){.page-access .stat-card{padding:28px}.page-access .stat-big{font-size:40px}.page-access .stat-row{gap:20px}.page-access .donut-wrap{gap:18px}.page-access .donut{width:130px;height:130px}.page-access .donut-legend{font-size:13px}}@media (width<=1024px){.page-access .list{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.page-access .list{grid-template-columns:repeat(2,1fr)}.page-access .insights{padding:4rem 1.25rem}}@media (width<=480px){.page-access .list{grid-template-columns:1fr}.page-access .insights{padding:3rem 1rem}}@media (width<=1100px){.page-access .insights{padding:6rem 2rem}}@keyframes title-rise{to{opacity:1;transform:translateY(0)}}@keyframes bar-grow{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.steps[data-astro-cid-i3fg4fks]{align-items:left;flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.steps[data-astro-cid-i3fg4fks] li[data-astro-cid-i3fg4fks]{align-items:center;padding:.5rem;display:flex}.steps[data-astro-cid-i3fg4fks] li[data-astro-cid-i3fg4fks] span[data-astro-cid-i3fg4fks]{font-weight:800}.steps[data-astro-cid-i3fg4fks] li[data-astro-cid-i3fg4fks] div[data-astro-cid-i3fg4fks]{text-align:center;flex-direction:column;padding:0 1.5rem;display:flex}.steps[data-astro-cid-i3fg4fks] li[data-astro-cid-i3fg4fks] span[data-astro-cid-i3fg4fks]{display:block}.steps[data-astro-cid-i3fg4fks] li[data-astro-cid-i3fg4fks]:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid var(--gold);flex-shrink:0;width:0;height:0;margin:0 1.5rem}
