.home-hero{position:relative;isolation:isolate;min-height:min(88vh,46rem);display:flex;align-items:flex-end;color:var(--color-text-inverse);overflow:hidden}.home-hero__media{position:absolute;inset:0;z-index:-1}.home-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.home-hero__scrim{position:absolute;inset:0;background:linear-gradient(105deg,#0b1220e0,#0b1220b8 42%,#0b122073 70%,#0b122047),linear-gradient(to top,rgba(11,18,32,.55),transparent 45%)}.home-hero__content{width:100%;padding-block:clamp(4.5rem,8vw,7.5rem) clamp(3rem,6vw,5rem);max-width:var(--container-lg)}.home-hero__eyebrow{margin-bottom:var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:#b8c7e8;max-width:36rem}.home-hero h1{max-width:14ch;margin-bottom:var(--space-5);color:var(--color-text-inverse);font-size:var(--text-4xl)}.home-hero__support{max-width:36rem;margin-bottom:var(--space-8);font-size:var(--text-lg);line-height:var(--leading-relaxed);color:#d5dce8}.home-hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.home-hero__visual-credit{margin-top:var(--space-8);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#9aa6bc}@media(min-width:900px){.home-hero{align-items:center;min-height:min(86vh,44rem)}.home-hero h1{max-width:16ch}}.home-trust{border-bottom:1px solid var(--color-border);background:var(--color-background);padding-block:var(--space-6)}.home-trust__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-3) var(--space-6)}.home-trust__item{position:relative;font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary);padding-inline:var(--space-2)}.home-trust__item:not(:last-child):after{content:"";position:absolute;right:calc(var(--space-3) * -1);top:50%;width:4px;height:4px;border-radius:50%;background:var(--color-border-strong);transform:translateY(-50%)}@media(max-width:639px){.home-trust__list{flex-direction:column;align-items:flex-start;gap:var(--space-3)}.home-trust__item:not(:last-child):after{display:none}.home-trust__item{padding-inline:0}}.home-section{padding-block:var(--space-section)}.home-section--subtle{background:var(--color-background-subtle)}.home-section--dark{background:var(--color-background-dark);color:#c5cbd6}.home-section--dark h2,.home-section--dark h3{color:var(--color-text-inverse)}.home-section__header{margin-bottom:var(--space-10);max-width:var(--measure-wide)}.home-section__header--inverse .eyebrow{color:#9db7ff}.home-section__header--inverse .home-section__intro{color:#aeb6c4}.home-section__intro{margin-top:var(--space-4);font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--color-text-secondary)}.home-section__actions,.home-section--dark .home-section__actions{margin-top:var(--space-10)}.home-services{list-style:none;display:grid;gap:var(--space-8)}@media(min-width:768px){.home-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-10) var(--space-8)}}@media(min-width:1024px){.home-services{grid-template-columns:repeat(3,minmax(0,1fr))}.home-services__item:nth-child(4),.home-services__item:nth-child(5){grid-column:span 1}}.home-services__item{padding-top:var(--space-5);border-top:1px solid var(--color-border)}.home-services__item h3{margin-bottom:var(--space-3)}.home-services__item p{color:var(--color-text-secondary);line-height:var(--leading-relaxed);max-width:34rem}.home-steps{list-style:none;display:grid;gap:var(--space-8);counter-reset:none}@media(min-width:768px){.home-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-8)}}.home-steps__item{padding-top:var(--space-5);border-top:1px solid var(--color-border)}.home-steps__number{display:block;margin-bottom:var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);color:var(--color-primary)}.home-steps__item h3{margin-bottom:var(--space-3);font-size:var(--text-xl)}.home-steps__item p{color:var(--color-text-secondary);line-height:var(--leading-relaxed)}.home-pricing__grid{display:grid;gap:var(--space-4);margin-bottom:var(--space-6)}@media(min-width:640px){.home-pricing__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6)}}.home-pricing__card{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background)}.home-pricing__card h3{margin-bottom:var(--space-3);font-size:var(--text-lg)}.home-pricing__price{margin-bottom:var(--space-2);font-size:var(--text-3xl);font-weight:var(--weight-bold);letter-spacing:var(--tracking-tight);color:var(--color-primary-dark);line-height:1}.home-pricing__note{font-size:var(--text-sm);color:var(--color-text-secondary)}.home-pricing__credit{max-width:var(--measure);color:var(--color-text-secondary);font-size:var(--text-base);line-height:var(--leading-relaxed)}.home-section--subtle .home-pricing__card{background:var(--color-background)}.home-work{list-style:none;display:grid;gap:var(--space-4)}@media(min-width:640px){.home-work{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5)}}.home-work__link{display:block;text-decoration:none;color:inherit;border-radius:var(--radius-lg);overflow:hidden;background:#151c2c}.home-work__link:hover{color:inherit}.home-work__link img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out)}@media(hover:hover)and (pointer:fine){.home-work__link:hover img{transform:scale(1.03)}}@media(prefers-reduced-motion:reduce){.home-work__link img{transition:none}}.home-work__meta{padding:var(--space-4) var(--space-5) var(--space-5)}.home-work__category{margin-bottom:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#9db7ff}.home-work__meta h3{font-size:var(--text-lg);color:var(--color-text-inverse)}.home-reviews{list-style:none;display:grid;gap:var(--space-6)}@media(min-width:768px){.home-reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-8)}}.home-reviews__item{padding-top:var(--space-5);border-top:1px solid var(--color-border)}.home-reviews__item blockquote{margin:0}.home-reviews__item p{margin-bottom:var(--space-5);color:var(--color-text-secondary);line-height:var(--leading-relaxed);font-size:var(--text-base)}.home-reviews__item footer{display:flex;flex-direction:column;gap:var(--space-1)}.home-reviews__item cite{font-style:normal;font-weight:var(--weight-semibold);color:var(--color-text-primary)}.home-reviews__item footer span{font-size:var(--text-sm);color:var(--color-text-muted)}.home-faq__list{display:grid;gap:var(--space-3);max-width:var(--measure-wide)}.home-faq__item{padding:var(--space-4) var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background)}.home-faq__item summary{cursor:pointer;font-weight:var(--weight-semibold);color:var(--color-text-primary);list-style:none}.home-faq__item summary::-webkit-details-marker{display:none}.home-faq__item p{margin-top:var(--space-3);color:var(--color-text-secondary);line-height:var(--leading-relaxed)}
