.home-page{--home-display:clamp(2.25rem,4.8vw,3.75rem);--home-h2:clamp(1.75rem,3.2vw,2.5rem);--home-h3:clamp(1.0625rem,1.8vw,1.3125rem);--home-lead:clamp(1.0625rem,1.6vw,1.25rem);--home-body:1rem;--home-body-sm:0.9375rem;--home-section-space:clamp(3.5rem,7vw,5.5rem);--home-radius-lg:24px;--home-radius-md:16px;--home-shadow-soft:0 12px 32px rgba(28,28,28,.06);--home-shadow-card:0 16px 40px rgba(28,28,28,.08);padding-bottom:1rem;background:radial-gradient(circle at top left,rgba(153,210,144,.12),transparent 32%),var(--primary-bg,#f9f9f6);color:var(--primary-text);font-weight:400;letter-spacing:-.01em}.home-page h1,.home-page h2,.home-page h3,.home-page h4{font-family:var(--font-family-alt,"Space Grotesk",sans-serif);font-weight:700;letter-spacing:-.03em;color:var(--primary-text)}.home-page a,.home-page li,.home-page p,.home-page span{font-weight:400}.home-page section{margin-bottom:var(--home-section-space)}.home-page .welcome-section{position:relative;overflow:hidden;margin:1rem 1.25rem 0;padding:clamp(2.5rem,6vw,5rem) 0;border-radius:var(--home-radius-lg);background:radial-gradient(circle at 85% 20%,hsla(0,0%,100%,.22),transparent 38%),radial-gradient(circle at 10% 80%,rgba(0,0,0,.08),transparent 42%),linear-gradient(135deg,#8cc084,#2e6b3a 52%,#245a31);box-shadow:var(--home-shadow-card)}.home-page .welcome-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.14) 1px,transparent 0);background-size:24px 24px;opacity:.35;pointer-events:none}.home-page .welcome-section .container{position:relative;z-index:1}.home-page .welcome-section .badge-default{margin-bottom:1.25rem;padding:.45rem .9rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.45);background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-page .welcome-section h1{margin:0 0 1.25rem;max-width:14ch;font-size:var(--home-display);font-weight:700;line-height:1.06;color:#fff}.home-page .welcome-section p{margin:0 0 1.75rem;max-width:36rem;font-size:var(--home-lead);font-weight:400;line-height:1.65;color:hsla(0,0%,100%,.92)}.home-page .welcome-section .home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-page .welcome-section .btn{min-height:48px;padding:.75rem 1.35rem;border-radius:999px;font-size:.9375rem;font-weight:600;box-sizing:border-box}.home-page .welcome-section .btn-secondary{background:#fff;color:var(--primary-color)}.home-page .welcome-section .btn-secondary:hover{background:#f3faf1;color:var(--primary-color-hover)}.home-page .welcome-section .home-hero__btn-outline{border:1px solid hsla(0,0%,100%,.75);color:#fff;background:transparent}.home-page .welcome-section .home-hero__btn-outline:hover{background:hsla(0,0%,100%,.12);border-color:#fff;color:#fff}.home-page .welcome-section .home-hero__visual{display:flex;align-items:center;justify-content:center}.home-page .welcome-section .home-hero__visual img{border-radius:var(--home-radius-md)}.home-page .home-section-eyebrow{display:inline-flex;align-items:center;margin-bottom:.65rem;padding:.35rem .75rem;border-radius:999px;background:var(--secondary-bg);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-color)}.home-page .aboutus-section h2,.home-page .home-faq-section h2,.home-page .home-section-header h2,.home-page .permission-section .section-title,.home-page .product-section h2{margin:0;font-size:var(--home-h2);line-height:1.12}.home-page .aboutus-section p,.home-page .home-blog-section .home-section-header p,.home-page .home-section-header p,.home-page .product-section>.container>p,.home-page .section-subtitle{font-size:var(--home-body);line-height:1.65;color:var(--secondary-text)}.home-page .aboutus-section{padding-top:.5rem}.home-page .home-about-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}.home-page .home-about-grid__intro{position:static}.home-page .home-about-grid__intro h2{max-width:11em}.home-page .home-about-grid__content p{margin:0;max-width:40rem}.home-page .home-about-grid__content p+p{margin-top:1rem}.home-page .permission-section{margin:0;padding:clamp(2rem,5vw,3.5rem) 0;border-radius:var(--home-radius-lg);background:radial-gradient(circle at top right,rgba(153,210,144,.35),transparent 45%),var(--primary-bg)}.home-page .permission-section .section-title{color:var(--primary-text)}.home-page .permission-section .section-subtitle{max-width:36rem;margin:.75rem auto 0}.home-page .home-steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;width:100%;margin-top:2rem}.home-page .home-step-card{height:100%;padding:1.35rem;border:1px solid rgba(0,0,0,.06);border-radius:var(--home-radius-md);background:#fff;box-shadow:var(--home-shadow-soft);text-align:left;transition:transform .25s ease,box-shadow .25s ease}.home-page .home-step-card:hover{transform:translateY(-3px);box-shadow:var(--home-shadow-card)}.home-page .home-step-card__number{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;margin-bottom:1rem;border-radius:12px;background:var(--primary-color);color:#fff;font-family:var(--font-family-alt,"Space Grotesk",sans-serif);font-size:.875rem;font-weight:700}.home-page .home-step-card h3{margin:0 0 .6rem;font-size:var(--home-h3);line-height:1.25}.home-page .home-step-card p{margin:0;font-size:var(--home-body-sm);line-height:1.6;color:var(--secondary-text)}.home-page .permission-section .home-section-link{margin-top:1.75rem}.home-page .product-section{padding:.5rem 0}.home-page .product-section h3{margin-bottom:.65rem;font-size:var(--home-h3);font-weight:600;line-height:1.3;text-wrap:balance;white-space:normal}.home-page .home-capability-card{height:100%;padding:1.25rem;border:1px solid rgba(0,0,0,.06);border-radius:var(--home-radius-md);background:#fff;box-shadow:var(--home-shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.home-page .home-capability-card:hover{transform:translateY(-3px);box-shadow:var(--home-shadow-card)}.home-page .home-capability-card img{border-radius:12px;background:var(--secondary-bg)}.home-page .home-capability-card p{margin:0;font-size:var(--home-body-sm);line-height:1.6}.home-page .home-solutions-section{padding:.5rem 0}.home-page .home-solution-card.card{padding:0;box-shadow:var(--home-shadow-soft);box-sizing:border-box;height:auto;min-width:0;max-width:100%;overflow:hidden}.home-page .home-solution-card__media{aspect-ratio:16/10;overflow:hidden;background:var(--secondary-bg);border-bottom:1px solid rgba(0,0,0,.06)}.home-page .home-solution-card__media img{display:block;width:100%;height:100%;object-fit:cover}.home-page .home-solution-card__body{padding:1.25rem;min-width:0}.home-page .home-solution-card h3{margin:0 0 .55rem;font-size:var(--home-h3);line-height:1.25;border-bottom:none;padding-bottom:0}.home-page .home-solution-card p{font-size:var(--home-body-sm);line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.home-page .home-solution-card ul{margin:.75rem 0 0;padding-left:1.1rem;font-size:var(--home-body-sm);color:var(--secondary-text)}.home-page .home-solution-card li{overflow-wrap:anywhere;word-break:break-word}.home-page .home-faq-section{padding:.5rem 0}.home-page .home-faq-section__empty,.home-page .home-faq-section__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:8rem;padding:1.5rem;border-radius:var(--home-radius-md);background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:var(--home-shadow-soft);text-align:center}.home-page .home-faq-section__empty p{margin:0;color:var(--secondary-text)}.home-page .home-faq-accordion{display:grid;grid-gap:.75rem;gap:.75rem}.home-page .home-faq-item{overflow:hidden;border:1px solid rgba(0,0,0,.06);border-radius:var(--home-radius-md);background:#fff;box-shadow:var(--home-shadow-soft);transition:border-color .2s ease,box-shadow .2s ease}.home-page .home-faq-item.is-open{border-color:rgba(46,107,58,.2);box-shadow:var(--home-shadow-card)}.home-page .home-faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.1rem 1.25rem;border:none;background:transparent;color:var(--primary-text);font-size:1rem;font-weight:600;line-height:1.4;text-align:left;cursor:pointer}.home-page .home-faq-item__question svg{flex-shrink:0;color:var(--primary-color);transition:transform .2s ease}.home-page .home-faq-item.is-open .home-faq-item__question svg{transform:rotate(180deg)}.home-page .home-faq-item__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.home-page .home-faq-item.is-open .home-faq-item__answer{grid-template-rows:1fr}.home-page .home-faq-item__answer-inner{min-height:0;overflow:hidden}.home-page .home-faq-item__answer-inner>p{margin:0;padding:0 1.25rem 1.15rem;color:var(--secondary-text);font-size:var(--home-body-sm);line-height:1.65}.home-page .home-blog-section{padding-bottom:1rem}.home-page .blog-item .blog-item-title{font-size:1.0625rem;font-weight:600;line-height:1.35}.home-page .blog-item .blog-item-excerpt{font-size:.9375rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-page .home-cta-card{background:radial-gradient(circle at top right,rgba(153,210,144,.2),transparent 42%),#fff}.home-page .home-cta-card h2{color:var(--primary-text)}.home-page .home-cta-card p{color:var(--secondary-text)}.client-site .home-page .btn-primary-outline,.client-site .home-page .home-link-btn.btn-primary-outline{border:1px solid var(--primary-color);color:var(--primary-color);background:transparent;border-radius:999px;font-weight:600;box-sizing:border-box}.client-site .home-page .btn-primary-outline:hover,.client-site .home-page .home-link-btn.btn-primary-outline:hover{background:var(--secondary-bg);color:var(--primary-color-hover);border-color:var(--primary-color-hover)}.home-page .btn-primary,.home-page .btn-secondary-outline{border-radius:999px;font-weight:600;box-sizing:border-box}@media (max-width:991px){.home-page .home-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.home-page .home-about-grid__intro{position:-webkit-sticky;position:sticky;top:1.5rem}}@media (max-width:767px){.home-page .welcome-section{margin:.75rem .75rem 0;padding:2rem 0}.home-page .welcome-section h1{max-width:none;font-size:clamp(1.875rem,8vw,2.5rem)}.home-page .welcome-section p{font-size:1rem}.home-page .welcome-section .home-hero__actions{width:100%}.home-page .welcome-section .home-hero__actions .btn{width:100%;justify-content:center}.home-page .home-steps-grid{grid-template-columns:1fr}.home-page .home-about-grid{grid-template-columns:1fr;gap:1.25rem}.home-page .home-about-grid__intro{position:static}.home-page .home-about-grid__intro h2{max-width:none}}