@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}}.home-helix-svg{display:block}.home-helix-svg .helix-root{transform-origin:480px 360px;animation:home-helix-drift 28s ease-in-out infinite alternate}.home-helix-svg .strand-a{stroke:url(#home-helix-strand-a);stroke-width:2;stroke-linecap:round;stroke-dasharray:12 18 4 22;animation:home-helix-strand-flow-a 24s linear infinite}.home-helix-svg .strand-b{stroke:url(#home-helix-strand-b);stroke-width:1.65;stroke-linecap:round;stroke-dasharray:8 24 6 16;animation:home-helix-strand-flow-b 30s linear infinite reverse}.home-helix-svg .strand-ghost{stroke:#1e88e5;stroke-width:1;stroke-linecap:round;stroke-dasharray:2 28;opacity:.18;animation:home-helix-ghost-pulse 18s ease-in-out infinite}.home-helix-svg .rung{stroke:url(#home-helix-rung-grad);stroke-width:1;stroke-linecap:round;animation:home-helix-rung-breathe 6s ease-in-out infinite}.home-helix-svg .rung:nth-child(2){animation-delay:-1.2s}.home-helix-svg .rung:nth-child(3){animation-delay:-2.4s}.home-helix-svg .rung:nth-child(4){animation-delay:-3.6s}.home-helix-svg .rung:nth-child(5){animation-delay:-4.8s}.home-helix-svg .rung:nth-child(6){animation-delay:-6s}.home-helix-svg .node{animation:home-helix-node-pulse 5s ease-in-out infinite}.home-helix-svg .node:nth-child(odd){animation-delay:-1.5s}.home-helix-svg .node:nth-child(3n){animation-delay:-2.8s}.home-helix-svg .particle{fill:#1e88e5;opacity:.2;animation:home-helix-particle-float 12s ease-in-out infinite}.home-helix-svg .particle:nth-child(2n){fill:#26c6da;animation-duration:16s;animation-delay:-4s}.home-helix-svg .particle:nth-child(3n){fill:#5c6bc0;animation-duration:20s;animation-delay:-7s}@keyframes home-helix-drift{0%{transform:translate(0) rotate(0deg)}to{transform:translate(-6px,-4px) rotate(.4deg)}}@keyframes home-helix-strand-flow-a{to{stroke-dashoffset:-120}}@keyframes home-helix-strand-flow-b{to{stroke-dashoffset:-96}}@keyframes home-helix-ghost-pulse{0%,to{opacity:.14}50%{opacity:.28}}@keyframes home-helix-rung-breathe{0%,to{opacity:.35}50%{opacity:.72}}@keyframes home-helix-node-pulse{0%,to{opacity:.4}50%{opacity:.95}}@keyframes home-helix-particle-float{0%,to{opacity:.12;transform:translate(0)}50%{opacity:.35;transform:translate(-3px,-5px)}}@media (prefers-reduced-motion:reduce){.home-helix-svg .helix-root,.home-helix-svg .node,.home-helix-svg .particle,.home-helix-svg .rung,.home-helix-svg .strand-a,.home-helix-svg .strand-b,.home-helix-svg .strand-ghost{animation:none!important}}