.nav{backdrop-filter:blur(25px);background:#111417a6;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;padding:18px 28px;transition:all .35s;display:flex}.nav-logo img{height:56px}.nav-links{gap:42px;list-style:none;display:flex}.nav-links a{color:#fff;font-weight:600;position:relative}.nav-cta{background:var(--brand);color:#111;border-radius:999px;padding:14px 24px;font-weight:700}.nav{transition:background .3s,box-shadow .3s,border-color .3s}.nav.scrolled{background:#111417eb;border-color:#ffffff1f;box-shadow:0 20px 60px #00000059}.container{width:min(1200px,100% - 3rem);margin-inline:auto}main{overflow:hidden}section{position:relative}:root{--brand:#8ed948;--bg:#0d0f11;--surface:#171b1f;--text:#fff;--muted:#aeb5bb;--radius:20px;--container:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0d0f11;font-family:Inter,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1280px,92%);margin:auto}.site-header{z-index:999;position:fixed;top:24px;left:0;right:0}.navigation{backdrop-filter:blur(20px);background:#121517b3;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;padding:18px 30px;display:flex}.navigation img{height:54px}.navigation ul{gap:42px;list-style:none;display:flex}.navigation li a{transition:all .3s}.navigation li a:hover{color:var(--brand)}.button{background:var(--brand);color:#111;border-radius:999px;padding:14px 24px;font-weight:700}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.field{flex-direction:column;gap:.75rem;display:flex}.field label{font-size:.95rem;font-weight:600}.contact-form input,.contact-form textarea{background:var(--surface);color:#fff;width:100%;font:inherit;border:1px solid #ffffff14;border-radius:16px;padding:18px 20px;transition:border-color .3s,background .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff73}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--brand);background:#ffffff0a;outline:none}.contact-form textarea{resize:vertical;min-height:180px}.hidden{display:none}.site-header{z-index:1000;pointer-events:none;position:fixed;top:20px;left:0;right:0}.site-header .container{pointer-events:auto}.navigation{backdrop-filter:blur(24px);background:#111417a6;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;padding:18px 28px;transition:background .3s,border-color .3s,transform .3s;display:flex}.navigation.scrolled{background:#111417eb;border-color:#ffffff1f}.logo{align-items:center;display:flex}.logo img{height:56px;display:block}.nav-links{align-items:center;gap:42px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#fff;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-links a:hover{color:var(--brand)}.nav-links a:after{content:"";background:var(--brand);width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}.nav-button{white-space:nowrap}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:48px;height:48px;padding:0;display:none}.nav-toggle span{background:#fff;width:28px;height:2px;transition:all .3s}.nav-toggle.open span:first-child{transform:translateY(8px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.nav-overlay{backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:1001;background:#0000008c;transition:all .3s;position:fixed;inset:0}.nav-overlay.open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}@media (width<=900px){.navigation{z-index:1002;position:relative}.nav-toggle{z-index:1003;display:flex}.nav-button{display:none}.nav-links{z-index:1002;background:#111417;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:320px;max-width:85vw;height:100vh;margin:0;padding:120px 40px;list-style:none;transition:right .35s;display:flex;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-links a{font-size:1.35rem}}@media (width<=500px){.navigation{padding:16px 18px}.logo img{height:46px}}.hero{align-items:center;min-height:100vh;padding:10rem 0 12rem;display:flex;position:relative;overflow:hidden}.hero-content{grid-template-columns:1.4fr 1fr;align-items:end;gap:6rem;display:grid}.hero-copy{max-width:520px}@media (width<=900px){.hero-content{grid-template-columns:1fr;gap:2.5rem}.hero h1{font-size:clamp(3.5rem,12vw,5.5rem)}}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8ed9482e,#0000 70%);width:900px;height:900px;position:absolute;top:-320px;left:50%;transform:translate(-50%)}.hero-kicker{letter-spacing:4px;text-transform:uppercase;color:var(--brand);margin-bottom:18px;font-size:.9rem;font-weight:700}.hero h1{letter-spacing:-.04em;max-width:1000px;margin:0 auto 2rem;font-family:Space Grotesk,sans-serif;font-size:clamp(4.8rem,10vw,8rem);line-height:.9}.hero-intro{max-width:620px;color:var(--muted);margin:0 auto;font-size:1.25rem;line-height:1.8}.hero-button{background:var(--brand);color:#111;border-radius:999px;margin-top:50px;padding:14px 26px;font-weight:700;transition:all .3s;display:inline-flex}.hero-button:hover{transform:translateY(-3px)}.hero h1 span{color:var(--brand)}@media (width<=900px){.hero-content{align-items:start}}.services{padding:10rem 0}.services .section-heading{margin-bottom:5rem}.services .section-heading p{max-width:700px;color:var(--muted);margin-top:1.5rem;font-size:1.15rem;line-height:1.8}.service-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.service-card{background:linear-gradient(#ffffff09,#ffffff04);border:1px solid #ffffff14;border-radius:30px;flex-direction:column;justify-content:space-between;min-height:360px;padding:3rem;transition:transform .35s,border-color .35s,box-shadow .35s,background .35s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#8ed9481f,#0000 70%);border-radius:50%;width:350px;height:350px;transition:opacity .35s;position:absolute;top:-180px;right:-180px}.service-card:hover{border-color:#8ed94859;transform:translateY(-8px);box-shadow:0 30px 80px #00000059}.service-card:hover:before{opacity:1}.service-top{z-index:1;justify-content:flex-end;align-items:center;display:flex;position:relative}.service-arrow{border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;transition:background .3s,color .3s,transform .3s;display:flex}.service-card:hover .service-arrow{background:var(--brand);color:#111;transform:rotate(45deg)}.service-content{z-index:1;position:relative}.service-content h3{margin-bottom:1.25rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.05}.service-content p{color:var(--muted);max-width:520px;font-size:1.05rem;line-height:1.8}.services-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding-top:3rem;display:flex}.services-footer p{color:var(--muted);font-size:1.05rem}@media (width<=900px){.services{padding:7rem 0}.service-grid{grid-template-columns:1fr}.service-card{min-height:320px}}@media (width<=600px){.service-card{min-height:300px;padding:2rem}.services-footer{flex-direction:column;align-items:flex-start}}.services-page-hero{align-items:flex-end;min-height:72vh;padding:12rem 0 7rem;display:flex;position:relative;overflow:hidden}.services-page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8ed9482b,#0000 70%);border-radius:50%;width:850px;height:850px;position:absolute;top:-360px;right:-180px}.services-page-heading{z-index:1;max-width:1050px;position:relative}.services-page-heading>span{color:var(--brand);text-transform:uppercase;letter-spacing:.18em;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.services-page-heading h1{letter-spacing:-.05em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(4rem,9vw,7.5rem);font-weight:600;line-height:.92}.services-page-heading h1 strong{color:var(--brand);font-weight:600;display:block}.services-page-heading p{max-width:720px;color:var(--muted);margin-top:2.5rem;font-size:1.2rem;line-height:1.8}.services-directory{padding:5rem 0 10rem}.services-directory-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.directory-card{background:linear-gradient(#ffffff09,#ffffff04);border:1px solid #ffffff14;border-radius:30px;flex-direction:column;justify-content:space-between;min-height:400px;padding:3rem;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.directory-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#8ed94821,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .35s;position:absolute;top:-210px;right:-200px}.directory-card:hover{border-color:#8ed94859;transform:translateY(-8px);box-shadow:0 30px 80px #00000059}.directory-card:hover:before{opacity:1}.directory-arrow{z-index:1;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-left:auto;font-size:1.3rem;transition:transform .3s,background .3s,color .3s;display:flex;position:relative}.directory-card:hover .directory-arrow{background:var(--brand);color:#111;transform:rotate(45deg)}.directory-card>div:last-child{z-index:1;position:relative}.directory-card h2{margin-bottom:1.25rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.directory-card p{max-width:520px;color:var(--muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.directory-link{color:var(--brand);font-size:.95rem;font-weight:600}.services-support{padding:4rem 0 8rem}.services-support-grid{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.services-support .section-heading h2{max-width:9ch}.services-support-copy{flex-direction:column;gap:1.75rem;display:flex}.services-support-copy p{color:var(--muted);font-size:1.15rem;line-height:1.9}@media (width<=900px){.services-page-hero{min-height:auto;padding:11rem 0 6rem}.services-directory-grid{grid-template-columns:1fr}.services-support-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=600px){.services-page-heading h1{font-size:clamp(3.2rem,15vw,5rem)}.directory-card{min-height:340px;padding:2rem}}.service-page-hero{align-items:flex-end;min-height:72vh;padding:12rem 0 7rem;display:flex;position:relative;overflow:hidden}.service-page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8ed9482e,#0000 70%);border-radius:50%;width:850px;height:850px;position:absolute;top:-350px;right:-250px}.service-page-heading{z-index:1;max-width:1050px;position:relative}.service-page-heading>span,.service-label{color:var(--brand);text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;font-weight:600;display:inline-block}.service-page-heading>span{margin-bottom:1.5rem}.service-page-heading h1{letter-spacing:-.05em;font-family:Space Grotesk,sans-serif;font-size:clamp(4rem,9vw,7.5rem);font-weight:600;line-height:.92}.service-page-heading h1 strong{color:var(--brand);font-weight:600;display:block}.service-page-heading p{max-width:750px;color:var(--muted);margin-top:2.5rem;font-size:1.2rem;line-height:1.8}.service-page-content{padding:7rem 0 9rem}.service-page-grid{grid-template-columns:1fr 380px;align-items:start;gap:7rem;display:grid}.service-page-main h2{letter-spacing:-.035em;max-width:700px;margin:1.25rem 0 3rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.05}.service-list{border-top:1px solid #ffffff14}.service-list-item{border-bottom:1px solid #ffffff14;grid-template-columns:42px 1fr;align-items:center;gap:1.5rem;padding:1.6rem 0;display:grid}.service-check{width:36px;height:36px;color:var(--brand);background:#8ed9481a;border:1px solid #8ed94840;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.service-list-item p{color:var(--muted);font-size:1.08rem;line-height:1.7}.service-side-panel{background:linear-gradient(#ffffff0b,#ffffff04);border:1px solid #ffffff14;border-radius:26px;padding:2.75rem;position:sticky;top:130px}.service-side-panel>span{color:var(--brand);text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:600}.service-side-panel h3{margin:1.2rem 0;font-family:Space Grotesk,sans-serif;font-size:2rem;line-height:1.1}.service-side-panel p{color:var(--muted);margin-bottom:2rem;line-height:1.8}.service-page-support{padding:2rem 0 5rem}.service-support-panel{background:var(--surface);border:1px solid #ffffff14;border-radius:30px;grid-template-columns:1fr 1fr;gap:6rem;padding:4.5rem;display:grid}.service-support-panel h2{letter-spacing:-.035em;margin-top:1.25rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05}.service-support-panel>p{color:var(--muted);align-self:center;font-size:1.15rem;line-height:1.9}@media (width<=900px){.service-page-hero{min-height:auto;padding:11rem 0 6rem}.service-page-grid{grid-template-columns:1fr;gap:4rem}.service-side-panel{position:static}.service-support-panel{grid-template-columns:1fr;gap:2.5rem}}@media (width<=600px){.service-page-heading h1{font-size:clamp(3.2rem,15vw,5rem)}.service-side-panel,.service-support-panel{padding:2.25rem}}.about-page-hero{align-items:flex-end;min-height:78vh;padding:12rem 0 7rem;display:flex;position:relative;overflow:hidden}.about-page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8ed9482b,#0000 70%);border-radius:50%;width:900px;height:900px;position:absolute;top:-380px;right:-220px}.about-page-heading{z-index:1;max-width:1100px;position:relative}.about-page-heading>span,.group-heading>span{color:var(--brand);text-transform:uppercase;letter-spacing:.18em;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.about-page-heading h1{letter-spacing:-.05em;font-family:Space Grotesk,sans-serif;font-size:clamp(4rem,9vw,7.5rem);font-weight:600;line-height:.92}.about-page-heading h1 strong{color:var(--brand);font-weight:600;display:block}.about-page-heading p{max-width:750px;color:var(--muted);margin-top:2.5rem;font-size:1.2rem;line-height:1.8}.about-intro{padding:9rem 0}.about-intro-grid{grid-template-columns:1fr 1fr;align-items:start;gap:7rem;display:grid}.about-intro-copy{flex-direction:column;gap:1.75rem;display:flex}.about-intro-copy p{color:var(--muted);font-size:1.15rem;line-height:1.9}.about-clients{padding:7rem 0 10rem}.about-client-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about-client-card,.about-value{background:var(--surface);border:1px solid #ffffff14;border-radius:24px;padding:3rem;transition:transform .3s,border-color .3s}.about-client-card:hover,.about-value:hover{border-color:#8ed94866;transform:translateY(-6px)}.about-client-card h3,.about-value h3{margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem}.about-client-card p,.about-value p{color:var(--muted);line-height:1.8}.group-section{padding:10rem 0}.group-heading{max-width:850px;margin-bottom:5rem}.group-heading h2{letter-spacing:-.045em;font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,6vw,5.5rem);line-height:.98}.group-heading h2 strong{color:var(--brand);font-weight:600;display:block}.group-heading p{max-width:700px;color:var(--muted);margin-top:2rem;font-size:1.15rem;line-height:1.8}.group-businesses{flex-direction:column;gap:2rem;display:flex}.group-business-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.group-business-card{background:linear-gradient(#ffffff09,#ffffff04);border:1px solid #ffffff14;border-radius:30px;flex-direction:column;min-height:460px;padding:3rem;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.group-business-card:hover{border-color:#8ed94859;transform:translateY(-8px);box-shadow:0 30px 80px #00000059}.group-main{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;min-height:500px;padding:4rem;display:grid}.group-business-logo{justify-content:center;align-items:center;min-height:210px;display:flex}.group-business-logo img{object-fit:contain;width:100%;max-width:360px;max-height:220px;transition:transform .4s}.group-business-card:hover .group-business-logo img{transform:scale(1.04)}.group-business-content{z-index:1;margin-top:auto;position:relative}.group-main .group-business-content{margin-top:0}.group-business-content>span{color:var(--brand);text-transform:uppercase;letter-spacing:.16em;margin-bottom:.75rem;font-size:.8rem;display:inline-block}.group-business-content h3{margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem)}.group-business-content p{max-width:520px;color:var(--muted);margin-bottom:1.75rem;line-height:1.8}.group-business-content strong{color:var(--brand);font-size:.95rem}.about-values{padding:8rem 0}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=900px){.about-page-hero{min-height:auto;padding:11rem 0 6rem}.about-intro-grid{grid-template-columns:1fr;gap:3rem}.about-client-grid,.about-values-grid,.group-main,.group-business-grid{grid-template-columns:1fr}.group-main{gap:2rem;padding:3rem}}@media (width<=600px){.about-page-heading h1{font-size:clamp(3.2rem,15vw,5rem)}.group-business-card,.group-main{min-height:auto;padding:2rem}.group-business-logo{min-height:180px}}.contact-page-hero{align-items:flex-end;min-height:68vh;padding:12rem 0 7rem;display:flex;position:relative;overflow:hidden}.contact-page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8ed9482b,#0000 70%);border-radius:50%;width:850px;height:850px;position:absolute;top:-380px;right:-200px}.contact-page-heading{z-index:1;max-width:1050px;position:relative}.contact-page-heading>span,.contact-label{color:var(--brand);text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;font-weight:600;display:inline-block}.contact-page-heading>span{margin-bottom:1.5rem}.contact-page-heading h1{letter-spacing:-.05em;font-family:Space Grotesk,sans-serif;font-size:clamp(4rem,9vw,7.5rem);font-weight:600;line-height:.92}.contact-page-heading h1 strong{color:var(--brand);font-weight:600;display:block}.contact-page-heading p{max-width:720px;color:var(--muted);margin-top:2.5rem;font-size:1.2rem;line-height:1.8}.contact-page-content{padding:7rem 0 10rem}.contact-page-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:7rem;display:grid}.contact-details{position:sticky;top:140px}.contact-details h2{letter-spacing:-.04em;max-width:550px;margin:1.25rem 0 2rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,5vw,4.5rem);line-height:1}.contact-details>p{max-width:540px;color:var(--muted);font-size:1.1rem;line-height:1.8}.contact-detail-list{border-top:1px solid #ffffff14;margin-top:4rem}.contact-detail{border-bottom:1px solid #ffffff14;flex-direction:column;gap:.4rem;padding:1.5rem 0;display:flex}.contact-detail span{color:var(--muted);font-size:.85rem}.contact-detail strong{font-weight:500}.contact-form-panel{background:linear-gradient(#ffffff0b,#ffffff05);border:1px solid #ffffff14;border-radius:30px;padding:3.5rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.75rem;display:grid}.form-field{flex-direction:column;gap:.7rem;display:flex}.form-full{grid-column:1/-1}.form-field label{font-size:.9rem;font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--text);font:inherit;background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:15px 16px;transition:border-color .25s,background .25s,box-shadow .25s}.form-field textarea{resize:vertical;min-height:170px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--brand);background:#ffffff0e;box-shadow:0 0 0 3px #8ed94814}.form-field select{cursor:pointer}.form-field select option{color:#fff;background:#171b1f}.form-submit{justify-content:space-between;align-items:center;gap:2rem;margin-top:.5rem;display:flex}.form-submit button{cursor:pointer;font:inherit;border:0;font-weight:600}.form-submit p{max-width:300px;color:var(--muted);text-align:right;font-size:.8rem;line-height:1.5}@media (width<=900px){.contact-page-hero{min-height:auto;padding:11rem 0 6rem}.contact-page-grid{grid-template-columns:1fr;gap:4rem}.contact-details{position:static}}@media (width<=600px){.contact-page-heading h1{font-size:clamp(3.2rem,15vw,5rem)}.contact-form-panel{padding:2rem}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.form-submit{flex-direction:column;align-items:stretch}.form-submit .button{justify-content:center;width:100%}.form-submit p{text-align:left;max-width:none}}.form-message{border-radius:12px;margin-top:1.5rem;padding:0;font-size:.95rem;line-height:1.6}.form-message-success{color:var(--brand);background:#8ed94814;border:1px solid #8ed94840;padding:1rem 1.25rem}.form-message-error{color:#ffb4b4;background:#ff505014;border:1px solid #ff646438;padding:1rem 1.25rem}.form-submit button:disabled{opacity:.65;cursor:not-allowed}.why{margin-top:6rem;padding:10rem 0}.features{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:5rem;display:grid}.feature{background:var(--surface);border:1px solid #ffffff14;border-radius:24px;padding:3rem;transition:all .3s}.feature:hover{border-color:#8ed94866;transform:translateY(-6px)}.feature h3{margin-bottom:1rem;font-size:1.5rem}.feature p{color:var(--muted);line-height:1.8}.why .section-heading{margin-bottom:0}.why .section-heading p{max-width:700px;color:var(--muted);margin-top:1.5rem;font-size:1.15rem;line-height:1.8}.feature{position:relative;overflow:hidden}.feature-icon{width:52px;height:52px;color:var(--brand);background:#8ed9481a;border:1px solid #8ed94840;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2.5rem;font-size:1.2rem;font-weight:700;transition:background .3s,color .3s,transform .3s;display:flex}.feature:hover .feature-icon{background:var(--brand);color:#111;transform:scale(1.08)}.feature h3{font-family:Space Grotesk,sans-serif}.contact-cta{padding:8rem 0 4rem}.contact-cta-panel{background:linear-gradient(135deg,#ffffff0d,#ffffff04);border:1px solid #ffffff14;border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:5rem;padding:5rem;display:grid;position:relative;overflow:hidden}.contact-cta-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#8ed9482e,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-300px;right:-250px}.contact-cta-copy{z-index:1;max-width:800px;position:relative}.contact-cta-kicker{color:var(--brand);text-transform:uppercase;letter-spacing:.18em;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.contact-cta h2{letter-spacing:-.04em;max-width:900px;font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,6vw,5rem);line-height:1}.contact-cta h2 span{color:var(--brand);display:block}.contact-cta p{max-width:650px;color:var(--muted);margin-top:2rem;font-size:1.1rem;line-height:1.8}.contact-cta-action{z-index:1;align-items:center;display:flex;position:relative}.contact-cta-action .button{white-space:nowrap;padding:16px 28px;transition:transform .3s,box-shadow .3s}.contact-cta-action .button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #8ed94826}@media (width<=900px){.contact-cta{padding:6rem 0 2rem}.contact-cta-panel{grid-template-columns:1fr;gap:3rem;padding:3.5rem}}@media (width<=600px){.contact-cta-panel{border-radius:24px;padding:2.5rem 2rem}.contact-cta-action .button{justify-content:center;width:100%}}.footer{border-top:1px solid #ffffff14;margin-top:8rem;padding:5rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo{width:180px;margin-bottom:1.5rem}.footer h4{margin-bottom:1rem;font-size:1rem}.footer-list{margin:0;padding:0;list-style:none}.footer-list li{margin-bottom:.75rem}.footer-list a{color:var(--muted);transition:color .2s}.footer-list a:hover{color:var(--brand)}.footer-brand p{max-width:340px;color:var(--muted)}.footer-bottom{border-top:1px solid #ffffff14;padding:1.5rem 0}.footer-bottom p{color:var(--muted);font-size:.9rem}@media (width<=900px){.footer-grid,.hero-content{grid-template-columns:1fr;gap:2.5rem}.hero h1{font-size:clamp(3.5rem,12vw,5.5rem)}.about-grid{grid-template-columns:1fr;gap:2.5rem}.section-heading h2{max-width:none}.business-panel{text-align:center;grid-template-columns:1fr;gap:2rem;padding:3rem}.business-logo{justify-content:center;display:flex}.business-panel:nth-child(2n){grid-template-columns:1fr}.business-panel:nth-child(2n) .business-logo,.business-panel:nth-child(2n) .business-content{order:initial}.features{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2.5rem}}
