@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@400;600;700&display=swap");.home-surface{--font-home-display:"Spectral",Georgia,"Times New Roman",serif;--home-hue:207;--home-bg:oklch(0.985 0.008 var(--home-hue));--home-fg:oklch(0.22 0.02 var(--home-hue));--home-muted:oklch(0.48 0.025 var(--home-hue));--home-line:oklch(0.9 0.012 var(--home-hue));--home-accent:oklch(0.58 0.16 var(--home-hue));font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--home-fg);background-color:var(--home-bg)}.home-surface .home-display{font-family:var(--font-home-display)}.home-surface .home-hero-grid{display:grid;gap:clamp(2rem,5vw,4rem)}@media (min-width:1024px){.home-surface .home-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:end}}.home-surface .home-product-list{display:flex;flex-direction:column;border:1px solid var(--home-line);border-radius:1rem;overflow:hidden;background:oklch(1 .004 var(--home-hue))}.home-surface .home-product-row{position:relative;display:grid;gap:1rem;padding:clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,3vw,2rem);border-top:1px solid var(--home-line);transition:background-color .35s cubic-bezier(.16,1,.3,1)}.home-surface .home-product-row:first-child{border-top:none}.home-surface .home-product-row__badge{display:inline-flex;align-items:center;font-family:inherit;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;line-height:1;padding:.3rem .55rem;border-radius:9999px;border:1px solid color-mix(in oklch,var(--home-row-accent,var(--home-accent)) 32%,var(--home-line));background:color-mix(in oklch,var(--home-row-accent,var(--home-accent)) 10%,oklch(.99 .006 var(--home-hue)));color:color-mix(in oklch,var(--home-row-accent,var(--home-accent)) 70%,var(--home-fg))}.home-surface .home-product-row:focus-within,.home-surface .home-product-row:hover{background:color-mix(in oklch,var(--home-row-accent,var(--home-accent)) 6%,oklch(.99 .006 var(--home-hue)))}@media (min-width:768px){.home-surface .home-product-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.home-surface .home-product-row--featured{grid-template-columns:auto minmax(0,1fr);align-items:start;padding-block:clamp(1.75rem,4vw,2.5rem)}.home-surface .home-product-row--featured .home-product-row__actions{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.home-surface .home-product-row{transition:none}}.home-surface .home-block-list{display:flex;flex-direction:column;border:1px solid var(--home-line);border-radius:1rem;overflow:hidden;background:oklch(1 .004 var(--home-hue))}.home-surface .home-block-row{padding:clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,3vw,2rem);border-top:1px solid var(--home-line)}.home-surface .home-block-row:first-child{border-top:none}.home-surface .home-block-row--with-marker{display:flex;gap:.75rem;align-items:flex-start}.home-surface .home-stat-grid{display:grid;gap:clamp(1.5rem,4vw,2rem);padding:clamp(1.5rem,4vw,2rem);border:1px solid var(--home-line);border-radius:1rem;background:oklch(1 .004 var(--home-hue))}@media (min-width:768px){.home-surface .home-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-surface .home-stat-grid__value{font-family:var(--font-home-display);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.2;color:var(--home-fg)}.home-surface .home-stat-grid__label{margin-top:.35rem;font-size:.9375rem;line-height:1.45;color:var(--home-muted)}.home-surface .home-cta-panel{border:1px solid var(--home-line);border-radius:1rem;background:oklch(1 .004 var(--home-hue));padding:clamp(2rem,5vw,3rem) clamp(1.5rem,4vw,2.5rem)}.home-surface .home-feature-grid{display:grid;gap:clamp(1rem,2.5vw,1.25rem)}@media (min-width:768px){.home-surface .home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-surface .home-feature-tile{padding:clamp(1.25rem,3vw,1.5rem);border:1px solid var(--home-line);border-radius:.75rem;background:oklch(1 .004 var(--home-hue))}@media (min-width:768px){.home-surface .home-feature-grid>.home-feature-tile:last-child:nth-child(odd){grid-column:1/-1}}.home-surface .home-service-grid{display:grid;gap:clamp(1rem,2.5vw,1.25rem);margin-bottom:2.5rem}@media (min-width:640px){.home-surface .home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.home-surface .home-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-surface .home-service-tile{padding:clamp(1.25rem,3vw,1.5rem);border:1px solid var(--home-line);border-radius:.75rem;background:oklch(1 .004 var(--home-hue));height:100%}.home-surface .home-step-flow{display:flex;flex-direction:column;gap:0;max-width:42rem}.home-surface .home-step-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem 1.25rem;padding-bottom:clamp(1.5rem,4vw,2rem);position:relative}.home-surface .home-step-item:not(:last-child):after{content:"";position:absolute;left:.6875rem;top:2rem;bottom:0;width:1px;background:var(--home-line)}.home-surface .home-step-item__marker{display:flex;align-items:flex-start;justify-content:center;width:1.375rem;padding-top:.35rem;z-index:1}.home-surface .home-step-item__dot{width:.5rem;height:.5rem;border-radius:9999px;background:var(--home-accent);box-shadow:0 0 0 3px oklch(.985 .008 var(--home-hue))}.home-surface .home-check-grid{display:grid;gap:clamp(.75rem,2vw,1rem)}@media (min-width:768px){.home-surface .home-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-surface .home-check-cell{display:flex;gap:.75rem;align-items:flex-start;padding:clamp(1rem,2.5vw,1.25rem);border:1px solid var(--home-line);border-radius:.75rem;background:oklch(1 .004 var(--home-hue))}.home-surface .home-partner-layout{display:grid;gap:clamp(2rem,5vw,3rem)}@media (min-width:1024px){.home-surface .home-partner-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start}}.home-surface .home-benefit-stack{display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1rem)}.home-surface .home-benefit-row{display:flex;gap:.75rem;align-items:flex-start;padding:clamp(1rem,2.5vw,1.25rem) 0;border-bottom:1px solid var(--home-line)}.home-surface .home-benefit-row:last-child{border-bottom:none;padding-bottom:0}.home-surface .home-benefit-row:first-child{padding-top:0}.home-surface .home-pub-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.home-surface .home-pub-panel{border:1px solid var(--home-line);border-radius:1rem;overflow:hidden;background:oklch(1 .004 var(--home-hue))}.home-surface .home-pub-row{padding:clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,3vw,2rem);border-top:1px solid var(--home-line);transition:background-color .35s cubic-bezier(.16,1,.3,1)}.home-surface .home-pub-panel>li:first-child .home-pub-row{border-top:none}.home-surface .home-pub-row:focus-within,.home-surface .home-pub-row:hover{background:color-mix(in oklch,var(--home-accent) 5%,oklch(.99 .006 var(--home-hue)))}@media (prefers-reduced-motion:reduce){.home-surface .home-pub-row{transition:none}}