html{scroll-behavior:smooth}body{margin:0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#ffffffeb;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:24px;width:100%;height:76px;padding:0 6%;display:flex;position:sticky;top:0}.navbar__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__icon{width:auto;height:40px;display:block}.navbar__name{color:#0f172a;letter-spacing:-.01em;white-space:nowrap;font-size:1.1rem;font-weight:700}.navbar__name-accent{color:#2563eb}.navbar__links{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.navbar__links a{color:#475569;border-radius:8px;padding:8px 12px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.navbar__links a:hover{color:#2563eb;background:#eff6ff}.navbar__button{color:#fff;white-space:nowrap;background:#2563eb;border-radius:999px;padding:11px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s}.navbar__button:hover{background:#1d4ed8}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.navbar__toggle-line{background:#0f172a;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.navbar__toggle--open .navbar__toggle-line:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--open .navbar__toggle-line:nth-child(2){opacity:0}.navbar__toggle--open .navbar__toggle-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__menu{display:none}@media (width<=850px){.navbar__links,.navbar__button{display:none}.navbar__toggle{display:flex}.navbar__menu{opacity:0;pointer-events:none;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 6% 24px;transition:opacity .2s,transform .2s;display:block;position:absolute;top:76px;left:0;right:0;transform:translateY(-8px);box-shadow:0 16px 32px #0f172a1a}.navbar__menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar__menu-links{margin:0 0 16px;padding:0;list-style:none}.navbar__menu-links a{color:#0f172a;border-bottom:1px solid #f1f5f9;padding:14px 4px;font-size:1.05rem;font-weight:600;text-decoration:none;display:block}.navbar__menu-links a:active{color:#2563eb}.navbar__menu-button{text-align:center;color:#fff;background:#2563eb;border-radius:999px;padding:14px;font-weight:700;text-decoration:none;display:block}}@media (prefers-reduced-motion:reduce){.navbar__links a,.navbar__button,.navbar__toggle-line,.navbar__menu{transition:none}}.hero{background:linear-gradient(#eff6ff 0%,#fff 100%);padding:96px 6% 112px;position:relative;overflow:hidden}.hero__glow{pointer-events:none;background:radial-gradient(circle,#2563eb2e 0%,#2563eb00 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-160px;right:-120px}.hero__inner{grid-template-columns:1.25fr .75fr;align-items:center;gap:56px;max-width:1150px;margin:0 auto;display:grid;position:relative}.hero__content{max-width:720px;position:relative}.hero__media{justify-content:center;display:flex}.hero__video{aspect-ratio:3/4;object-fit:cover;background:#eff6ff;border-radius:20px;width:100%;max-width:400px;box-shadow:0 24px 48px #0f172a2e}.hero__eyebrow{letter-spacing:1px;text-transform:uppercase;color:#2563eb;align-items:center;gap:10px;margin-bottom:24px;font-size:.85rem;font-weight:600;display:inline-flex}.hero__eyebrow-dot{background:#2563eb;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #2563eb26}.hero__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.08}.hero__subtitle{color:#334155;max-width:560px;margin-bottom:36px;font-size:1.15rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:56px;display:flex}.hero__button{border-radius:999px;padding:14px 28px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s}.hero__button--primary{color:#fff;background:#2563eb;box-shadow:0 10px 24px #2563eb47}.hero__button--primary:hover{background:#1d4ed8;transform:translateY(-2px)}.hero__button--ghost{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.hero__button--ghost:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.hero__trust{flex-wrap:wrap;gap:16px 28px;margin:0;padding:0;list-style:none;display:flex}.hero__trust-item{color:#0f172a;align-items:center;gap:8px;font-size:.98rem;font-weight:600;display:flex}.hero__trust-check{color:#2563eb;background:#eff6ff;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:3px}@media (width<=850px){.hero{padding:64px 6% 80px}.hero__inner{grid-template-columns:1fr;gap:40px}.hero__media{order:2}.hero__video{max-width:340px}.hero__actions{margin-bottom:44px}.hero__trust{gap:28px}}@media (prefers-reduced-motion:reduce){.hero__button{transition:none}}.services{background:#fff;padding:96px 6%}.services__header{text-align:center;max-width:640px;margin:0 auto 56px}.services__eyebrow{letter-spacing:1px;text-transform:uppercase;color:#2563eb;margin-bottom:14px;font-size:.85rem;font-weight:600}.services__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.15}.services__subtitle{color:#334155;font-size:1.1rem;line-height:1.6}.services__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.services__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;transition:transform .2s,box-shadow .2s,border-color .2s}.services__card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 16px 32px #0f172a1a}.services__icon{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:inline-flex}.services__icon svg{width:26px;height:26px}.services__card-title{color:#0f172a;margin-bottom:10px;font-size:1.2rem}.services__card-copy{color:#64748b;font-size:.98rem;line-height:1.6}.services__footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:56px;display:flex}.services__footer-text{color:#334155;font-size:1.1rem;font-weight:500}.services__cta{color:#fff;background:#2563eb;border-radius:999px;padding:14px 28px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;box-shadow:0 10px 24px #2563eb47}.services__cta:hover{background:#1d4ed8;transform:translateY(-2px)}@media (width<=850px){.services{padding:64px 6%}.services__grid{grid-template-columns:1fr;max-width:480px}}@media (width>=851px) and (width<=1080px){.services__grid{grid-template-columns:repeat(2,1fr);max-width:720px}}@media (prefers-reduced-motion:reduce){.services__card,.services__cta{transition:none}}.quote{background:#f8fafc;padding:96px 6%}.quote__header{text-align:center;max-width:640px;margin:0 auto 48px}.quote__eyebrow{letter-spacing:1px;text-transform:uppercase;color:#2563eb;margin-bottom:14px;font-size:.85rem;font-weight:600}.quote__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.15}.quote__subtitle{color:#334155;font-size:1.1rem;line-height:1.6}.quote__grid{grid-template-columns:1fr 1fr;align-items:start;gap:24px;max-width:960px;margin:0 auto;display:grid}.quote__panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;box-shadow:0 12px 28px #0f172a0f}.quote__field{margin-bottom:22px}.quote__label{color:#0f172a;margin-bottom:10px;font-size:.95rem;font-weight:600;display:block}.quote__optional{color:#94a3b8;font-weight:400}.quote__choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.quote__choice{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;font-size:.98rem;font-weight:600;transition:border-color .2s,background .2s,color .2s}.quote__choice:hover{border-color:#2563eb}.quote__choice--active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.quote__stepper{align-items:center;gap:12px;display:flex}.quote__stepper-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;width:46px;height:46px;font-size:1.4rem;line-height:1;transition:border-color .2s,background .2s}.quote__stepper-btn:hover{background:#eff6ff;border-color:#2563eb}.quote__stepper-input{text-align:center;color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;flex:1;height:46px;font-size:1.1rem;font-weight:600}.quote__stepper-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.quote__addon{cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.quote__addon input{accent-color:#2563eb;flex-shrink:0;width:20px;height:20px}.quote__addon span{color:#334155;align-items:center;gap:8px;display:flex}.quote__addon-price{color:#2563eb;font-weight:700}.quote__estimate{color:#cbd5e1;background:#0f172a;border-radius:14px;padding:22px 24px}.quote__estimate-row{justify-content:space-between;padding:6px 0;font-size:.95rem;display:flex}.quote__estimate-total{color:#fff;border-top:1px solid #cbd5e133;justify-content:space-between;align-items:center;margin-top:12px;padding-top:16px;font-size:1.05rem;font-weight:600;display:flex}.quote__estimate-number{color:#60a5fa;letter-spacing:-.02em;font-size:2rem;font-weight:800}.quote__estimate-note{color:#94a3b8;margin-top:14px;font-size:.82rem;line-height:1.5}.quote__input{color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:13px 16px;font-family:inherit;font-size:1rem}.quote__input::placeholder{color:#94a3b8}.quote__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.quote__textarea{resize:vertical;min-height:84px}.quote__error{color:#dc2626;margin-bottom:16px;font-size:.9rem}.quote__submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;width:100%;padding:15px;font-size:1rem;font-weight:700;transition:background .2s,transform .2s;box-shadow:0 10px 24px #2563eb47}.quote__submit:disabled{cursor:default;box-shadow:none;background:#93c5fd;transform:none}.quote__success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:24px 12px;display:flex}.quote__success-icon{color:#2563eb;background:#eff6ff;border-radius:50%;width:56px;height:56px;margin-bottom:20px;padding:14px}.quote__success-title{color:#0f172a;margin-bottom:12px;font-size:1.4rem}.quote__success-text{color:#334155;max-width:360px;font-size:1rem;line-height:1.65}.quote__success-text a{color:#2563eb;font-weight:700;text-decoration:none}.quote__success-text a:hover{text-decoration:underline}.quote__submit:hover{background:#1d4ed8;transform:translateY(-2px)}.quote__contact-line{color:#64748b;text-align:center;margin-top:18px;font-size:.9rem;line-height:1.6}.quote__contact-line a{color:#2563eb;font-weight:600;text-decoration:none}.quote__contact-line a:hover{text-decoration:underline}@media (width<=850px){.quote{padding:64px 6%}.quote__grid{grid-template-columns:1fr;max-width:480px}}@media (prefers-reduced-motion:reduce){.quote__choice,.quote__stepper-btn,.quote__submit{transition:none}}.about{background:#fff;padding:96px 6%}.about__header{text-align:center;max-width:640px;margin:0 auto 56px}.about__eyebrow{letter-spacing:1px;text-transform:uppercase;color:#2563eb;margin-bottom:14px;font-size:.85rem;font-weight:600}.about__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.15}.about__subtitle{color:#334155;font-size:1.1rem;line-height:1.6}.about__story{grid-template-columns:.85fr 1fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto 64px;display:grid}.about__story-media{border-radius:16px;overflow:hidden;box-shadow:0 16px 32px #0f172a1a}.about__story-media img{object-fit:cover;width:100%;height:100%;max-height:460px;display:block}.about__story-heading{color:#0f172a;margin-bottom:16px;font-size:1.5rem}.about__story-text p{color:#334155;margin-bottom:16px;font-size:1.05rem;line-height:1.7}.about__story-text p:last-child{margin-bottom:0}.about__team{grid-template-columns:1fr 1fr;gap:28px;max-width:1000px;margin:0 auto;display:grid}.about__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.about__card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0f172a1a}.about__card-media{background:#eff6ff;border-radius:50%;width:120px;height:120px;margin:28px 0 0 28px;overflow:hidden}.about__card-media img{object-fit:cover;object-position:center 35%;transform-origin:50% 35%;width:100%;height:100%;display:block;transform:scale(1.3)}.about__card-body{padding:18px 28px 28px}.about__card-head{align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.about__card-name{color:#0f172a;font-size:1.35rem}.about__card-role{letter-spacing:.5px;text-transform:uppercase;color:#2563eb;font-size:.85rem;font-weight:700}.about__chips{flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:0;list-style:none;display:flex}.about__chip{color:#2563eb;background:#eff6ff;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600}.about__card-bio{color:#64748b;font-size:.98rem;line-height:1.65}@media (width<=850px){.about{padding:64px 6%}.about__story{grid-template-columns:1fr;gap:28px;margin-bottom:48px}.about__story-media img{max-height:380px}.about__team{grid-template-columns:1fr;gap:24px;max-width:420px}}@media (prefers-reduced-motion:reduce){.about__card{transition:none}}.footer{color:#cbd5e1;background:#0f172a;padding:72px 6% 32px}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;max-width:1100px;margin:0 auto 48px;display:grid}.footer__logo{filter:brightness(1.15);width:150px;height:auto;margin-bottom:18px;display:block}.footer__tagline{color:#94a3b8;margin-bottom:14px;font-size:.95rem;line-height:1.6}.footer__insured{letter-spacing:.4px;color:#60a5fa;font-size:.82rem;font-weight:600}.footer__heading{letter-spacing:1px;text-transform:uppercase;color:#fff;margin-bottom:18px;font-size:.85rem;font-weight:700}.footer__links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer__links a{color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:color .2s}.footer__links a:hover{color:#60a5fa}.footer__area{color:#94a3b8;font-size:.95rem}.footer__bottom{text-align:center;border-top:1px solid #cbd5e126;max-width:1100px;margin:0 auto;padding-top:24px}.footer__bottom p{color:#64748b;font-size:.85rem}@media (width<=850px){.footer{padding:56px 6% 28px}.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.footer__brand{grid-column:1/-1}}@media (width<=520px){.footer__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.footer__links a{transition:none}}.reviews{background:#eff6ff;padding:96px 6%}.reviews__header{text-align:center;max-width:640px;margin:0 auto 48px}.reviews__eyebrow{letter-spacing:1px;text-transform:uppercase;color:#2563eb;margin-bottom:14px;font-size:.85rem;font-weight:600}.reviews__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.15}.reviews__subtitle{color:#334155;font-size:1.1rem;line-height:1.6}.reviews__grid{grid-template-columns:repeat(auto-fit,minmax(300px,420px));justify-content:center;gap:24px;max-width:1000px;margin:0 auto 48px;display:grid}.reviews__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:28px;display:flex;box-shadow:0 12px 28px #0f172a0f}.reviews__stars{gap:4px;margin-bottom:16px;display:flex}.reviews__star{fill:#e2e8f0;width:20px;height:20px}.reviews__star--filled{fill:#f59e0b}.reviews__text{color:#334155;flex:1;margin-bottom:18px;font-size:1rem;line-height:1.7}.reviews__name{color:#0f172a;margin-bottom:4px;font-weight:700}.reviews__source{color:#94a3b8;font-size:.82rem}.reviews__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.reviews__button{border-radius:999px;padding:14px 28px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.reviews__button--primary{color:#fff;background:#2563eb;box-shadow:0 10px 24px #2563eb47}.reviews__button--primary:hover{background:#1d4ed8;transform:translateY(-2px)}.reviews__button--ghost{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.reviews__button--ghost:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-2px)}@media (width<=850px){.reviews{padding:64px 6%}.reviews__grid{grid-template-columns:1fr;max-width:480px}}@media (prefers-reduced-motion:reduce){.reviews__button{transition:none}}
