.landing-nav{z-index:40;-webkit-backdrop-filter:blur(14px);background:#05070bb8;border-bottom:1px solid #ffffff12;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.landing-nav--scrolled{background:#05070beb;border-bottom-color:#ffffff1a}.landing-nav__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(80rem,100% - 2rem);min-height:4rem;margin-inline:auto;display:flex}.landing-nav__brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.landing-nav__logo{object-fit:contain;width:auto;height:1.5rem}.landing-nav__links{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;display:none}.landing-nav__link{color:#ffffffb8;cursor:default;white-space:nowrap;border-radius:6px;padding:.35rem .75rem;font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.landing-nav__link:hover{color:#fffffff2;background:#ffffff0f}.landing-nav__phone{color:#ffffffb8;white-space:nowrap;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.landing-nav__phone:hover{color:#fff;background:#ffffff0f}.landing-nav__serving{text-align:center;color:#fff9;white-space:nowrap;flex:1;margin:0;font-size:.875rem;font-weight:500;display:none}.landing-nav__serving-phone{color:#ffffffd1;font-weight:600;text-decoration:none;transition:color .15s}.landing-nav__serving-phone:hover{color:#fff}.landing-nav__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.landing-nav__cta{-webkit-backdrop-filter:blur(12px);color:#ffffffeb;min-height:2.25rem;font-family:var(--font-dm-sans), system-ui, sans-serif;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:10px;justify-content:center;align-items:center;padding:.4rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.landing-nav__cta:hover{color:#fff;background:#ff4a0026;border-color:#ff4a0073}.landing-nav__cta:focus-visible{outline-offset:2px;outline:2px solid #fff}.landing-nav__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.25rem;height:2.25rem;padding:.25rem;transition:background .15s;display:flex}.landing-nav__hamburger:hover{background:#ffffff12}.landing-nav__hamburger span{transform-origin:50%;background:#ffffffd9;border-radius:2px;width:20px;height:2px;transition:transform .25s,opacity .2s;display:block}.landing-nav__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.landing-nav__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.landing-nav__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-nav__drawer{border-top:1px solid #0000;max-height:0;transition:max-height .3s;overflow:hidden}.landing-nav__drawer--open{border-top-color:#ffffff12;max-height:22rem}.landing-nav__drawer-links{flex-direction:column;gap:.25rem;padding:.75rem 1.25rem 1.25rem;display:flex}.landing-nav__drawer-link{color:#ffffffc7;cursor:default;border-radius:8px;padding:.65rem .75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}a.landing-nav__drawer-link:hover{color:#fff;background:#ffffff0f}.landing-nav__drawer-phone{cursor:pointer;color:#ffffffd9;font-weight:600}.landing-nav__drawer-cta{text-align:center;color:#fff;background:#ff4a00;border-radius:10px;margin-top:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.landing-nav__drawer-cta:hover{background:#ff6a2e}@media (min-width:768px){.landing-nav__inner{width:min(80rem,100% - 3rem)}.landing-nav__logo{height:1.75rem}.landing-nav__links{display:flex}.landing-nav--scrolled .landing-nav__serving{display:block}.landing-nav__hamburger{display:none}}@media (min-width:1024px){.landing-nav__link{padding:.35rem .9rem}.landing-nav__phone{margin-left:.25rem;padding:.35rem .9rem}}
.landing-page{--landing-bg:#05070b;--landing-text:#f6f8fb;--landing-text-muted:#f5f7fab8;--landing-accent:#ff4a00;--landing-accent-hover:#ff6a2e;--landing-glass-bg:#ffffff0f;--landing-glass-border:#ffffff24;--landing-glass-blur:16px;background:var(--landing-bg);color:var(--landing-text);font-family:var(--font-dm-sans), system-ui, sans-serif}.landing-container{width:min(72rem,100% - 2rem);margin-inline:auto}.landing-btn{background:var(--landing-accent);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.8rem 1.45rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.landing-btn:hover{background:var(--landing-accent-hover);transform:translateY(-1px)}.landing-btn:focus-visible{outline-offset:2px;outline:2px solid #fff}.landing-btn__icon{background:#fff3;border-radius:5px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.75rem;line-height:1;display:inline-flex}.landing-btn--glass{background:var(--landing-glass-bg);border-color:var(--landing-glass-border);-webkit-backdrop-filter:blur(var(--landing-glass-blur));color:var(--landing-text);font-weight:500}.landing-btn--glass:hover{background:#ffffff1a;border-color:#ffffff38}.landing-btn--outline{color:#ffffffe6;background:0 0;border-color:#ffffff4d;font-weight:500}.landing-btn--outline:hover{background:#ffffff12;border-color:#ffffff80;transform:translateY(-1px)}.landing-btn--small{min-height:2.75rem;padding:.625rem 1rem}.landing-hero{flex-direction:column;min-height:100dvh;padding:5.5rem 1.5rem 3.5rem;display:flex;position:relative;overflow:hidden}.landing-hero__bg{position:absolute;inset:0}.landing-hero__bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.landing-hero__overlay{z-index:1;background:linear-gradient(90deg,#05070be0 0%,#05070b99 55%,#05070b40 100%),linear-gradient(#05070b8c 0%,#05070b33 50%,#05070b8c 100%);position:absolute;inset:0}.landing-hero__layout{z-index:3;flex:1;justify-content:flex-start;align-items:center;width:min(80rem,100%);margin-inline:auto;display:flex;position:relative}.landing-hero__content{text-align:left;width:100%;max-width:36rem;animation:.85s .1s both landing-rise-in}.landing-hero__pill{letter-spacing:.04em;text-transform:uppercase;color:#ffc8a0f2;background:#ff4a0014;border:1px solid #ff4a0059;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.landing-hero__pill-dot{background:var(--landing-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.landing-hero__title{letter-spacing:-.035em;color:#fff;margin:0;font-size:clamp(2.8rem,6vw,4.25rem);font-weight:700;line-height:1.05}.landing-hero__title-accent{color:var(--landing-accent);display:block}.landing-hero__description{max-width:26rem;color:var(--landing-text-muted);margin:1.1rem 0 0;font-size:1.05rem;line-height:1.55}.landing-hero__actions{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;margin-top:1.75rem;display:flex}.landing-hero__proof{align-items:center;gap:.75rem;margin-top:2rem;display:flex}.landing-hero__avatars{flex-direction:row;display:flex}.landing-hero__avatar{color:#ffffffe6;letter-spacing:0;text-transform:uppercase;border:2px solid #05070bb3;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.7rem;font-weight:700;display:inline-flex}.landing-hero__avatar:not(:first-child){margin-left:-.55rem}.landing-hero__proof-text{color:#f5f7faa6;margin:0;font-size:.875rem;line-height:1.4}.landing-hero__proof-text strong{color:#f5f7fae6;font-weight:700}.landing-footer__areas-inner{display:none}.landing-footer__areas-label{letter-spacing:.1em;text-transform:uppercase;color:#fff6;white-space:nowrap;flex-shrink:0;font-size:.65rem;font-weight:700}.landing-footer__areas-ticker{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.landing-footer__areas-track{width:max-content;animation:28s linear infinite landing-scroll-x;display:flex}.landing-footer__areas-set{white-space:nowrap;align-items:center;display:flex}.landing-footer__areas-item{letter-spacing:.06em;text-transform:uppercase;color:#f5f7fa66;align-items:center;gap:.4rem;padding:0 1rem;font-size:.72rem;font-weight:600;display:inline-flex}.landing-footer__areas-dot{background:var(--landing-accent);opacity:.55;border-radius:50%;flex-shrink:0;width:3px;height:3px;display:inline-block}@keyframes landing-scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.landing-footer__areas-track{animation:none}}.landing-footer{border-top:1px solid #ffffff14;padding:2.5rem 0 1.5rem}.landing-footer__inner{gap:2rem;display:grid}.landing-footer__section{flex-direction:column;gap:.5rem;display:flex}.landing-footer__heading{letter-spacing:.08em;text-transform:uppercase;color:var(--landing-accent);margin:0 0 .25rem;font-size:.78rem;font-weight:700}.landing-footer__brand{margin-bottom:.5rem}.landing-footer__logo{object-fit:contain;width:auto;height:2rem}.landing-footer__text{color:#f4f7f9b3;margin:0;font-size:.9rem;line-height:1.5}.landing-footer__item{color:#f4f7f9b3;margin:0;font-size:.9rem;line-height:1.5;text-decoration:none;display:block}a.landing-footer__item:hover{color:#f9fafb}.landing-footer__bottom{border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem;padding-top:1.25rem;display:flex}.landing-footer__socials{gap:1.25rem;display:flex}.landing-footer__social{color:#ebf0f599;font-size:.85rem;font-weight:600;text-decoration:none}.landing-footer__social:hover{color:#f9fafb}.landing-footer__copy{color:#ebf0f599;margin:0;font-size:.85rem}@keyframes landing-rise-in{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-hero__content{animation:none}.landing-btn:hover,.landing-btn--outline:hover{transform:none}}@media (max-width:639px){.landing-hero{padding-top:5rem;padding-bottom:3rem}.landing-hero__layout{justify-content:center}.landing-hero__content{text-align:center;max-width:100%}.landing-hero__pill{margin-left:auto;margin-right:auto}.landing-hero__title-accent{display:inline}.landing-hero__description{max-width:100%;margin-left:auto;margin-right:auto}.landing-hero__actions,.landing-hero__proof{justify-content:center}.landing-hero__title{font-size:clamp(2.4rem,10vw,3.2rem)}}@media (min-width:640px){.landing-container{width:min(72rem,100% - 2.5rem)}.landing-hero{padding-inline:2.5rem}.landing-footer__inner{grid-template-columns:1fr auto;align-items:start;gap:2rem}.landing-footer__section:last-child{text-align:right;align-items:flex-end}.landing-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:0}.landing-footer__areas-inner{flex:1;align-items:center;gap:.75rem;min-width:0;padding:0 1.25rem;display:flex;overflow:hidden}}@media (min-width:960px){.landing-hero{padding-top:7rem;padding-inline:3rem;padding-bottom:5rem}.landing-hero__content{max-width:38rem}.landing-footer__inner{grid-template-columns:1fr auto}}
