@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/fonts/archivo-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/fonts/archivo-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/fonts/archivo-vietnamese.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}:root{--navy-900: #14283f;--navy-800: #1e3a5c;--navy-700: #2a4e76;--navy-600: #16304e;--body: #33536f;--muted: #7a93a6;--red: #d8453e;--red-dark: #c03830;--teal-100: #9fdde3;--teal-200: #c4e9ed;--teal-bg: #eaf7f8;--panel: #f7fbfc;--line: #dceef1;--line-input: #c9e2e6;--sub: #dcebf0;--gold: #f5b301;--green: #2e9e4f;--white: #fff;--container: 1180px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Archivo,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--navy-800);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:inherit}[hidden]{display:none!important}.container{max-width:var(--container);margin:0 auto;width:100%}.section{padding:clamp(48px,6vw,72px) 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:background .15s ease,color .15s ease}.btn--red{background:var(--red);color:var(--white);box-shadow:0 6px 18px #d8453e66}.btn--red:hover{background:var(--red-dark)}.btn--navy{background:var(--navy-800);color:var(--white)}.btn--navy:hover{background:var(--navy-600)}.btn--pill{border-radius:999px;padding:12px 22px;font-size:17px;white-space:nowrap;box-shadow:0 4px 14px #d8453e59}.btn--lg{font-size:18px;padding:16px 30px;border-radius:10px}.stars{color:var(--gold);letter-spacing:2px;line-height:1}.site-nav{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--line);box-shadow:0 2px 12px #1e3a5c0f}.site-nav__inner{padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-nav__logo{height:56px;width:auto;flex-shrink:0}.site-nav__tag{font-size:15px;font-weight:600;color:var(--navy-800);text-align:center}.site-nav__cta span{font-size:18px}.hero{position:relative;overflow:hidden;background:var(--navy-900)}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#0f1d30eb,#12253cd1 40%,#14283f80 72%,#14283f47)}.hero__spark{position:absolute;background:var(--white);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%);animation:twinkle 3.2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.hero__inner{position:relative;padding:64px 24px 72px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:56px;align-items:start}.hero__content{display:flex;flex-direction:column;gap:22px;padding-top:12px}.hero__title{margin:0;font-size:clamp(32px,4.7vw,48px);line-height:1.08;font-weight:900;letter-spacing:-.015em;color:var(--white);text-wrap:pretty;text-shadow:0 2px 16px rgba(0,0,0,.35)}.hero__sub{margin:0;font-size:18px;line-height:1.55;color:var(--sub);max-width:46ch;text-wrap:pretty;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hero__chips{display:flex;flex-wrap:wrap;gap:10px}.chip{background:#ffffff24;border:1.5px solid rgba(159,221,227,.6);color:var(--white);font-size:15px;font-weight:700;padding:9px 18px;border-radius:999px;backdrop-filter:blur(4px);text-decoration:none;transition:background .18s ease,border-color .18s ease}.chip:hover{background:#9fdde347;border-color:var(--teal-300, #9fdde3)}.hero__rating{display:flex;align-items:center;gap:12px;margin-top:6px}.hero__rating .stars{font-size:22px}.hero__rating span:last-child{font-size:16px;font-weight:700;color:var(--white);text-shadow:0 1px 6px rgba(0,0,0,.3)}.hero__wave{display:block;width:100%;height:56px;margin-bottom:-1px}.quote{position:relative;background:var(--white);border-radius:18px;box-shadow:0 18px 50px #1e3a5c2e;padding:30px;display:flex;flex-direction:column;gap:18px}.quote__mascot{position:absolute;top:-58px;right:14px;height:92px;width:auto;transform:rotate(5deg);pointer-events:none}.quote__title{font-size:30px;font-weight:900;color:var(--red);letter-spacing:-.01em}.quote__desc{font-size:15px;font-weight:600;color:var(--body)}.quote-form{display:flex;flex-direction:column;gap:12px}.quote-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{border:1.5px solid var(--line-input);border-radius:9px;padding:13px 14px;font-size:15px;font-family:inherit;color:var(--navy-800);width:100%}.field:focus{outline:2px solid var(--teal-100);outline-offset:0;border-color:var(--teal-100)}.field--full{grid-column:1 / -1}.field--select{appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%237A93A6' stroke-width='2' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.field--select:required:invalid{color:var(--muted)}.field--select option{color:var(--navy-800)}.consent-group{display:flex;flex-direction:column;gap:10px}.consent{display:flex;gap:10px;align-items:flex-start;font-size:11.5px;line-height:1.5;color:var(--muted);cursor:pointer}.consent input{margin-top:2px;flex-shrink:0}.consent-disclaimer{margin:0;font-size:11px;line-height:1.5;color:var(--muted)}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.quote-form__error{margin:0;padding:10px 12px;border-radius:8px;background:#fdeceb;border:1px solid #f3b6b2;color:#b02a24;font-size:13.5px;font-weight:600}.quote-form__submit{border-radius:10px;padding:16px;font-size:18px}.quote-form__submit:disabled{opacity:.7;cursor:default}.quote__trust{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;font-size:12px;font-weight:700;color:var(--muted)}.quote__trust span>span{color:var(--green)}.quote__trust>span{display:inline-flex;align-items:center;gap:5px}.quote__success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:36px 12px;text-align:center}.quote__success-check{width:56px;height:56px;border-radius:50%;background:var(--green);color:var(--white);font-size:28px;display:flex;align-items:center;justify-content:center}.quote__success-title{font-size:22px;font-weight:900;color:var(--navy-800)}.quote__success-text{font-size:15px;color:var(--body);max-width:34ch}.quote__success-text a{font-weight:800;color:var(--red)}.quote__google{display:flex;align-items:center;justify-content:center;gap:10px;border-top:1px solid #e5f1f3;padding-top:14px}.quote__google .stars{font-size:17px;letter-spacing:1px}.quote__google-label{font-size:14px;font-weight:700;color:var(--body)}.g-logo{font-weight:800;font-size:15px}.guarantee{background:var(--navy-800);color:var(--white)}.guarantee__inner{padding:34px 24px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.guarantee__lead{display:flex;align-items:center;gap:18px;min-width:0;flex:1 1 300px}.guarantee__mascot{height:78px;width:auto;display:block}.guarantee__title{font-size:24px;font-weight:900;display:flex;align-items:center;gap:10px}.guarantee__title img{height:48px;width:auto}.guarantee__desc{font-size:15px;color:#bfd5e4;max-width:52ch}.guarantee__items{display:flex;gap:36px;flex-wrap:wrap}.g-item{display:flex;align-items:center;gap:12px}.g-item__icon{width:46px;height:46px;border-radius:50%;background:var(--navy-700);display:flex;align-items:center;justify-content:center;flex-shrink:0}.g-item__label{font-size:15px;font-weight:700;line-height:1.3}.section-head{text-align:center;display:flex;flex-direction:column;gap:10px}.section-head__title{margin:0;font-size:clamp(27px,3.6vw,38px);font-weight:900;letter-spacing:-.01em;color:var(--navy-800);display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.section-head__title img{height:64px;width:auto}.section-head__sub{margin:0;font-size:17px;color:var(--body)}.reviews{background:var(--panel)}.reviews__inner{display:flex;flex-direction:column;gap:40px}.reviews__widget{min-height:120px}.ba{background:var(--white);border-top:1px solid #e5f1f3}.ba__inner{display:flex;flex-direction:column;gap:36px}.ba__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ba-card{display:flex;flex-direction:column;gap:12px}.ba-card__frame{position:relative;height:240px;border-radius:12px;overflow:hidden;touch-action:none;user-select:none}.ba-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ba-card__before{clip-path:inset(0 50% 0 0)}.ba-card__badge{position:absolute;top:8px;font-size:12px;font-weight:800;padding:4px 10px;border-radius:999px;pointer-events:none;color:var(--white)}.ba-card__badge--before{left:8px;background:var(--navy-800)}.ba-card__badge--after{right:8px;background:var(--red)}.ba-card__divider{position:absolute;top:0;bottom:0;left:50%;width:0;pointer-events:none}.ba-card__divider:before{content:"";position:absolute;top:0;bottom:0;left:-1.5px;width:3px;background:var(--white);box-shadow:0 0 8px #1e3a5c66}.ba-card__handle{position:absolute;top:50%;left:-16px;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--white);box-shadow:0 2px 10px #1e3a5c59;display:flex;align-items:center;justify-content:center;color:var(--navy-800);font-weight:900;font-size:14px;cursor:ew-resize;pointer-events:auto;touch-action:none}.ba-card__label{text-align:center;font-weight:800;font-size:16px;color:var(--navy-800)}.services{background:var(--teal-bg)}.services__inner{display:flex;flex-direction:column;gap:40px}.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.svc-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1e3a5c14;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.svc-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #1e3a5c29}.svc-card__img{height:200px;width:100%;object-fit:cover;display:block}.svc-card__body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}.svc-card__title{margin:0;font-size:21px;font-weight:900;color:var(--navy-800)}.svc-card__desc{margin:0;font-size:15px;line-height:1.55;color:var(--body);flex:1}.svc-card__link{color:var(--red);font-weight:800;font-size:15px;text-decoration:none}.svc-card__link:hover{color:var(--red-dark);text-decoration:underline}.why{background:var(--white)}.why__inner{display:flex;flex-direction:column;gap:40px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.why-card{border:1.5px solid var(--line);border-radius:14px;padding:26px 22px;display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1e3a5c1a}.why-card__num{width:40px;height:40px;border-radius:50%;background:var(--navy-800);color:var(--white);font-weight:900;font-size:17px;display:flex;align-items:center;justify-content:center}.why-card__title{font-size:18px;font-weight:900;color:var(--navy-800)}.why-card__desc{margin:0;font-size:14.5px;line-height:1.55;color:var(--body)}.cta-wave{display:block;width:100%;height:56px;background:var(--white);margin-bottom:-1px}.cta{background:linear-gradient(175deg,var(--teal-200) 0%,var(--teal-100) 100%);position:relative;overflow:hidden}.cta__spark{position:absolute;background:var(--white);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)}.cta__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.cta__content{display:flex;flex-direction:column;gap:18px}.cta__title{margin:0;font-size:clamp(27px,3.6vw,38px);font-weight:900;letter-spacing:-.015em;color:var(--navy-800);text-wrap:pretty}.cta__sub{margin:0;font-size:18px;color:var(--body)}.cta__actions{display:flex;gap:14px;flex-wrap:wrap}.cta__img{width:100%;height:auto}.site-footer{background:var(--navy-800);color:#bfd5e4}.site-footer__inner{padding:48px 24px 32px;display:flex;flex-direction:column;gap:28px}.site-footer__top{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer__brand{display:flex;align-items:center;gap:16px}.site-footer__logo-wrap{background:var(--white);border-radius:12px;padding:8px 12px}.site-footer__logo-wrap img{height:44px;width:auto;display:block}.site-footer__tag{font-size:15px}.site-footer__services{display:flex;gap:10px 24px;flex-wrap:wrap;border-top:1px solid var(--navy-700);padding-top:20px;font-size:13.5px;font-weight:600}.site-footer__services .dot{color:var(--navy-700)}.site-footer__legal{font-size:12.5px;color:var(--muted)}@media (max-width: 960px){.hero__inner{grid-template-columns:1fr;gap:32px;padding:44px 24px 56px}.site-nav__tag{display:none}.why-grid{grid-template-columns:repeat(2,1fr)}.cta__inner{grid-template-columns:1fr}.cta__img{max-width:420px;margin:0 auto}}@media (max-width: 760px){.ba__grid,.svc-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.guarantee__items{gap:20px 28px}.site-footer__services{flex-direction:column;gap:12px}.site-footer__services .dot{display:none}}@media (max-width: 560px){.why-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.quote-form__grid{grid-template-columns:1fr}.quote__title{font-size:26px}.site-footer__top{flex-direction:column;align-items:flex-start}}
