:root{--ink:#0b2545;--ink-soft:#163561;--blue:#0094d9;--blue-deep:#005c87;--blue-bright:#22aded;--sky:#ebf6fc;--sky-2:#d2ecf9;--white:#fff;--mist:#f7f9fc;--slate:#5b6b85;--slate-light:#8a98b0;--mint:#2fc3b0;--amber:#e8a33d;--line:#dee7f5;--line-soft:#eaf0fa;--footer-bg:#0094d9;--font-display:"Fraunces", "Georgia", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", "SFMono-Regular", monospace;--radius-sm:10px;--radius-md:16px;--radius-lg:26px;--shadow-sm:0 2px 10px #0b25450f;--shadow-md:0 12px 32px #0b25451a;--shadow-lg:0 24px 60px #0b254529;--container:1200px;--nav-h:84px}*{box-sizing:border-box}[id]{scroll-margin-top:calc(var(--nav-h) + 24px)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 .5em;font-weight:600;line-height:1.12}p{color:var(--slate);margin:0 0 1em}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:2.5px solid var(--blue);outline-offset:3px;border-radius:4px}.container{max-width:var(--container);margin:0 auto;padding:0 28px}.section{padding:104px 0}@media (width<=900px){.section{padding:72px 0}}.section--tight{padding:64px 0}.section--sky{background:var(--sky)}.section--ink{background:var(--ink);color:var(--white)}.section--ink h2,.section--ink h3{color:var(--white)}.section--ink p{color:#ffffffb8}.section--mist{background:var(--mist)}.eyebrow{font-family:var(--font-mono);letter-spacing:.13em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:18px;font-size:14.5px;font-weight:600;display:inline-flex}.section--ink .eyebrow{color:var(--mint)}.eyebrow:before{content:"";background:currentColor;width:22px;height:1.5px;display:inline-block}.section-head{max-width:640px;margin-bottom:56px}.section-head--center{text-align:center;margin-left:auto;margin-right:auto}.section-head h2{font-size:clamp(34px,4.6vw,50px)}.btn{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:15px 30px;font-size:15px;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s,color .25s,border-color .25s;display:inline-flex}.btn-primary{background:var(--blue);color:var(--white);box-shadow:0 10px 24px #2a5ce047}.btn-primary:hover{background:var(--blue-deep);transform:translateY(-2px);box-shadow:0 14px 30px #2a5ce05c}.btn-ghost{color:var(--ink);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.btn-white{background:var(--blue);color:var(--white)}.btn-white:hover{background:var(--blue-deep);transform:translateY(-2px);box-shadow:0 14px 30px #0000002e}.btn-outline-light{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-outline-light:hover{background:var(--blue-deep);border-color:var(--blue-deep);transform:translateY(-2px)}.btn-sm{padding:15px 22px;font-size:13.5px}.btn-block{width:100%}.grid{gap:28px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=980px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.3,1),transform .7s cubic-bezier(.2,.7,.3,1);transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:80ms}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.tag-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:34px 30px 30px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.tag-card:before{content:"";border:2px solid var(--line);background:var(--mist);border-radius:50%;width:12px;height:12px;position:absolute;top:24px;right:24px}.tag-card:hover{box-shadow:var(--shadow-md);border-color:var(--sky-2);transform:translateY(-6px)}.tag-card__num{font-family:var(--font-mono);letter-spacing:.08em;color:var(--slate-light);margin-bottom:14px;font-size:12px;display:block}.perf-divider{background-image:linear-gradient(to right, var(--line) 60%, transparent 0%);background-position:bottom;background-repeat:repeat-x;background-size:10px 1px;height:1px}::selection{background:var(--sky-2);color:var(--ink)}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{padding-top:var(--nav-h);flex:1}.site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 6px 24px #0b25450f}.site-header__bar{height:var(--nav-h);justify-content:space-between;align-items:center;gap:24px;display:flex}.brand{align-items:center;display:flex}.brand__logo-img{border-radius:6px;width:auto;height:52px;display:block}.brand--footer .brand__logo-img{height:46px}@media (width<=480px){.brand__logo-img{height:42px}}.main-nav{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.nav-link{color:var(--slate);white-space:nowrap;border-radius:100px;padding:10px 14px;font-size:14.5px;font-weight:500;transition:color .2s,background .2s}.nav-link:hover{color:var(--ink);background:var(--sky)}.nav-link.is-active{color:var(--blue);font-weight:600}.nav-link--btn{background:0 0;border:none;align-items:center;gap:5px;display:inline-flex}.nav-link--btn.is-open{color:var(--blue);background:var(--sky)}.nav-item--dropdown{position:relative}.services-dropdown{background:var(--white);border-radius:var(--radius-md);width:560px;box-shadow:var(--shadow-lg);border:1px solid var(--line-soft);opacity:0;visibility:hidden;pointer-events:none;z-index:50;padding:18px;transition:opacity .22s,transform .22s,visibility .22s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)translateY(-8px)}.services-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.services-dropdown__grid{grid-template-columns:1fr 1fr;gap:4px;display:grid}.services-dropdown__item{border-radius:12px;align-items:flex-start;gap:12px;padding:10px 12px;transition:background .18s;display:flex}.services-dropdown__item:hover{background:var(--sky)}.services-dropdown__icon{background:var(--sky);width:34px;height:34px;color:var(--blue);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.services-dropdown__item:hover .services-dropdown__icon{background:var(--blue);color:#fff}.services-dropdown__name{color:var(--ink);font-size:14px;font-weight:600;display:block}.services-dropdown__desc{color:var(--slate-light);margin-top:2px;font-size:12.5px;line-height:1.4;display:block}.services-dropdown__all{border-top:1px solid var(--line-soft);color:var(--blue);justify-content:center;align-items:center;gap:6px;margin-top:12px;padding-top:14px;font-size:13.5px;font-weight:600;display:flex}.site-header__actions{align-items:center;gap:14px;display:flex}.header-phone{color:var(--ink);align-items:center;gap:7px;font-size:13.5px;font-weight:600;display:flex}.header-phone:hover{color:var(--blue)}.mobile-toggle{width:40px;height:40px;color:var(--ink);background:0 0;border:none;justify-content:center;align-items:center;display:none}.rotate-180{transition:transform .2s;transform:rotate(180deg)}.mobile-menu{top:var(--nav-h);background:var(--white);z-index:99;transition:transform .32s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__inner{flex-direction:column;padding:22px 24px 60px;display:flex}.mobile-menu__link{border-bottom:1px solid var(--line-soft);color:var(--ink);padding:15px 4px;font-size:16.5px;font-weight:500}.mobile-menu__services-toggle{width:100%;color:var(--ink);border:none;border-bottom:1px solid var(--line-soft);background:0 0;justify-content:space-between;align-items:center;padding:15px 4px;font-size:16.5px;font-weight:500;display:flex}.mobile-menu__services{background:var(--mist);border-radius:12px;max-height:0;transition:max-height .3s;overflow:hidden}.mobile-menu__services.is-open{max-height:500px;margin-bottom:4px;padding:6px 12px}.mobile-menu__link--sub{border-bottom:1px solid var(--line-soft);padding:12px 8px;font-size:15px}.mobile-menu__link--sub:last-child{border-bottom:none}.mobile-menu__link--all{color:var(--blue);font-weight:600}@media (width<=980px){.main-nav,.header-phone{display:none}.mobile-toggle{display:flex}}.hero--video{align-items:center;min-height:640px;padding:0;display:flex;position:relative;overflow:hidden}.hero--video-sm{min-height:420px}.hero--brand{background:linear-gradient(135deg,#0b2545,#1a3fa8);padding:130px 0 0;position:relative;overflow:hidden}.hero--brand__inner{grid-template-columns:1.1fr 1fr;align-items:end;gap:30px;display:grid}.hero--brand__copy{padding-bottom:70px}.hero--brand__van{border-radius:var(--radius-md) var(--radius-md) 0 0;width:100%;max-width:480px;height:auto;box-shadow:var(--shadow-lg);background:#fff;justify-self:end;padding:10px 10px 0}.hero--brand__van--cutout{max-width:640px;box-shadow:none;filter:drop-shadow(0 24px 30px #00000059);background:0 0;border-radius:0;padding:0}@media (width<=900px){.hero--brand{padding-top:100px}.hero--brand__inner{text-align:center;grid-template-columns:1fr}.hero--brand__copy{padding-bottom:24px}.hero--brand__van{justify-self:center;max-width:320px}.hero--brand__van--cutout{max-width:380px}}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-video,.hero__bg-photo{object-fit:cover;width:100%;height:100%;display:block}.hero__bg-photo{animation:18s ease-in-out infinite alternate heroKenBurns}@keyframes heroKenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-1.5%,-1.5%)}}.hero__bg-overlay{background:linear-gradient(#06142a85 0%,#06142a66 45%,#06142a9e 100%);position:absolute;inset:0}.hero__inner-video{z-index:1;text-align:center;flex-direction:column;align-items:center;padding:110px 0 70px;display:flex;position:relative}.eyebrow--onvideo{color:#0094d9}.eyebrow--onvideo:before{background:#0094d9}.hero__title-video{color:#fff;max-width:820px;margin-bottom:22px;font-size:clamp(38px,5.6vw,62px)}.hero__accent--onvideo{color:#0094d9}.hero__lead--onvideo{color:#ffffffd1;max-width:540px;font-size:18px}.hero--video:not(.hero--video-sm) .hero__title-video,.hero--video:not(.hero--video-sm) .hero__lead--onvideo{color:#0094d9}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.hero__actions--center{justify-content:center;margin:30px 0 34px}.star-icon{color:var(--amber);fill:var(--amber)}@media (width<=700px){.hero--video{min-height:560px}.hero--video-sm{min-height:380px}.hero__inner-video{padding:96px 0 56px}}@media (prefers-reduced-motion:reduce){.hero__bg-video{display:none}.hero__bg-photo{animation:none}}.stat-strip{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:5;grid-template-columns:repeat(4,1fr);gap:20px;margin:-30px auto 0;padding:30px 20px;display:grid;position:relative}.stat-strip__item{text-align:center;border-right:1px solid var(--line-soft)}.stat-strip__item:last-child{border-right:none}.stat-strip__value{font-family:var(--font-display);color:var(--ink);font-size:30px;font-weight:600;display:block}.stat-strip__label{color:var(--slate-light);margin-top:4px;font-size:12.5px;display:block}@media (width<=700px){.stat-strip{grid-template-columns:repeat(2,1fr)}.stat-strip__item:nth-child(2n){border-right:none}.stat-strip__item:nth-child(-n+2){border-bottom:1px solid var(--line-soft);padding-bottom:14px}}.service-card{flex-direction:column;padding-top:0;display:flex}.service-card__photo{background:var(--sky);height:168px;margin:-34px -30px 20px;display:block;overflow:hidden}.service-card__photo img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tag-card:hover .service-card__photo img{transform:scale(1.06)}.service-card__icon{background:var(--white);width:48px;height:48px;color:var(--blue);box-shadow:var(--shadow-sm);z-index:2;border-radius:12px;justify-content:center;align-items:center;margin:-54px 0 18px;transition:background .3s,color .3s;display:flex;position:relative}.tag-card:hover .service-card__icon{background:var(--blue);color:#fff}.service-card__title{margin-bottom:8px;font-size:19px}.service-card__desc{flex:1;margin-bottom:18px;font-size:14.5px}.service-card__link{color:var(--blue);align-items:center;gap:6px;font-size:13.5px;font-weight:600;display:inline-flex}.operate-step{text-align:left}.operate-step__index{font-family:var(--font-mono);color:var(--blue);margin-bottom:14px;font-size:13px;font-weight:600;display:block}.operate-step h3{margin-bottom:8px;font-size:18px}.operate-step p{font-size:14.5px}.operate-timeline{max-width:760px;margin:0 auto}.operate-timeline__row{border-bottom:1px solid var(--line-soft);grid-template-columns:64px 1fr;gap:26px;padding:26px 0;display:grid}.operate-timeline__row:last-child{border-bottom:none}.operate-timeline__marker span{background:var(--sky);width:56px;height:56px;color:var(--blue);font-family:var(--font-mono);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}.operate-timeline__content h3{margin-bottom:6px;font-size:20px}.photo-feature{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.photo-feature--reverse{direction:rtl}.photo-feature--reverse>*{direction:ltr}.photo-feature__image{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-md);overflow:hidden}.photo-feature__image img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.photo-feature{grid-template-columns:1fr}.photo-feature--reverse{direction:ltr}.photo-feature__image{order:-1}}.why-split{grid-template-columns:.9fr 1.1fr;align-items:start;gap:60px;display:grid}.why-split__grid{grid-template-columns:1fr 1fr;gap:26px;display:grid}.why-item{gap:14px;display:flex}.why-item--card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:24px;transition:box-shadow .3s,transform .3s}.why-item--card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.why-item__icon{background:var(--sky);width:38px;height:38px;color:var(--blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-item h4{margin-bottom:6px;font-size:16px}.why-item p{margin:0;font-size:14px}@media (width<=900px){.why-split,.why-split__grid{grid-template-columns:1fr}}.pricing-card{flex-direction:column;display:flex;position:relative}.pricing-card--highlight{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-6px)}.pricing-card--highlight:hover{transform:translateY(-10px)}.pricing-card__badge{background:var(--blue);color:#fff;letter-spacing:.03em;border-radius:100px;padding:6px 14px;font-size:11.5px;font-weight:600;position:absolute;top:-14px;left:30px}.pricing-card__name{margin-bottom:10px;font-size:20px}.pricing-card__price{align-items:baseline;gap:6px;margin-bottom:12px;display:flex}.pricing-card__price-value{font-family:var(--font-display);font-size:34px;font-weight:600}.pricing-card__price-period{color:var(--slate-light);font-size:13.5px}.pricing-card__features{flex-direction:column;flex:1;gap:11px;margin:20px 0 26px;display:flex}.pricing-card__features li{color:var(--ink-soft);align-items:flex-start;gap:10px;font-size:14px;display:flex}.pricing-card__features svg{color:var(--blue);flex-shrink:0;margin-top:2px}.price-table-wrap{max-width:640px;margin:0 auto}.price-table{border-collapse:collapse;background:var(--white);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);overflow:hidden}.price-table tr{border-bottom:1px solid var(--line-soft)}.price-table tr:last-child{border-bottom:none}.price-table td{color:var(--ink-soft);padding:17px 24px;font-size:15px}.price-table__price{text-align:right;font-family:var(--font-mono);color:var(--ink);font-weight:600}.testimonial-card__stars{gap:3px;margin-bottom:14px;display:flex}.testimonial-card__quote{color:var(--ink-soft);margin-bottom:20px;font-size:15.5px;font-style:italic}.testimonial-card__by{flex-direction:column;display:flex}.testimonial-card__name{font-size:14.5px;font-weight:600}.testimonial-card__role{color:var(--slate-light);font-size:12.5px}.cta-band{background:linear-gradient(135deg,#0b2545,#1a3fa8);position:relative;overflow:hidden}.cta-band__inner{z-index:1;text-align:center;padding:100px 28px;position:relative}.cta-band__inner--withvans{max-width:none;padding-left:480px;padding-right:340px}@media (width<=1200px){.cta-band__inner--withvans{padding-left:350px;padding-right:230px}}@media (width<=900px){.cta-band__inner--withvans{padding-left:28px;padding-right:28px}}.cta-band__inner h2{color:#fff;max-width:640px;margin-left:auto;margin-right:auto;font-size:clamp(28px,4vw,40px)}.cta-band__inner p{color:#ffffffb8;max-width:480px;margin-left:auto;margin-right:auto;font-size:16px}.cta-band__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;display:flex}.cta-band__van{width:auto;height:210px;box-shadow:none;z-index:0;filter:drop-shadow(0 16px 20px #00000059);background:0 0;border-radius:0;padding:0;position:absolute;bottom:0}.cta-band__van--left{left:30px}.cta-band__van--right{right:30px}@media (width<=1200px){.cta-band__van{height:155px}.cta-band__van--left{left:10px}.cta-band__van--right{right:10px}}@media (width<=900px){.cta-band__van{display:none}}.page-hero{background:var(--sky);padding:150px 0 60px;position:relative;overflow:hidden}.page-hero .container{max-width:760px}.page-hero h1{font-size:clamp(32px,4.6vw,48px)}.page-hero__lead{max-width:560px;font-size:17px}.back-link{color:var(--blue);align-items:center;gap:4px;margin-bottom:18px;font-size:13.5px;font-weight:600;display:inline-flex}.back-link__icon{transform:rotate(180deg)}.page-hero--service .container{max-width:var(--container)}.service-hero--with-photo{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.service-hero__photo{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-md);overflow:hidden}.service-hero__photo img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.service-hero--with-photo{grid-template-columns:1fr}.service-hero__photo{aspect-ratio:16/10;order:-1}}.service-hero__meta{gap:40px;margin-top:34px;display:flex}.service-hero__meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-light);margin-bottom:4px;font-size:12px;display:block}.service-hero__meta-value{font-family:var(--font-mono);color:var(--ink);font-size:15px;font-weight:600;display:block}.service-detail-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:60px;display:grid}.feature-list{flex-direction:column;gap:16px;margin-top:26px;display:flex}.feature-list li{color:var(--ink-soft);align-items:flex-start;gap:12px;font-size:15px;display:flex}.feature-list svg{color:var(--blue);flex-shrink:0;margin-top:3px}.process-card h3{margin-top:6px}.process-list{flex-direction:column;gap:18px;margin-top:20px;display:flex}.process-list li{color:var(--ink-soft);align-items:flex-start;gap:14px;font-size:14.5px;display:flex}.process-list__index{background:var(--sky);width:26px;height:26px;color:var(--blue);font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}@media (width<=900px){.service-detail-grid{grid-template-columns:1fr}}.facility-point{text-align:left}.facility-point__icon{width:42px;height:42px;color:var(--mint);background:#ffffff14;border-radius:11px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.facility-point h4{margin-bottom:8px;font-size:16px}.facility-point p{font-size:13.5px}.coverage-band{background:var(--sky);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:30px;padding:48px 56px;display:flex}@media (width<=800px){.coverage-band{text-align:center;flex-direction:column;padding:40px 26px}}.about-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:60px;display:grid}.about-timeline{border-left:2px solid var(--line);flex-direction:column;gap:0;padding-left:26px;display:flex}.about-timeline__row{padding-bottom:30px;position:relative}.about-timeline__row:before{content:"";background:var(--blue);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-32px}.about-timeline__year{font-family:var(--font-mono);color:var(--blue);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.about-timeline__text{color:var(--slate);font-size:14.5px}@media (width<=900px){.about-grid{grid-template-columns:1fr}}.value-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);text-align:left;padding:30px;transition:transform .3s,box-shadow .3s}.value-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-5px)}.value-card__icon{background:var(--sky);width:46px;height:46px;color:var(--blue);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.value-card h3{margin-bottom:8px;font-size:18px}.compare-table-wrap{overflow-x:auto}.compare-table{border-collapse:collapse;background:var(--white);border-radius:var(--radius-md);width:100%;min-width:560px;overflow:hidden}.compare-table th,.compare-table td{text-align:center;border-bottom:1px solid var(--line-soft);padding:16px 20px;font-size:14px}.compare-table th{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--slate-light);font-size:12px;font-weight:600}.compare-table td:first-child,.compare-table th:first-child{text-align:left;color:var(--ink-soft);font-weight:500}.compare-table__cell{color:var(--slate-light)}.check-yes{color:var(--blue)}.contact-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:50px;display:grid}.contact-points{flex-direction:column;gap:28px;display:flex}.contact-point{gap:16px;display:flex}.contact-point__icon{background:var(--sky);width:42px;height:42px;color:var(--blue);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-point h4{margin-bottom:4px;font-size:15.5px}.contact-point__detail{color:var(--ink);margin:0;font-size:14.5px;font-weight:600}.contact-point__sub{color:var(--slate-light);margin:2px 0 0;font-size:12.5px}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}.map-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:16/6;border:1px solid var(--line);overflow:hidden}.map-card iframe{border:0;width:100%;height:100%;display:block}@media (width<=700px){.map-card{aspect-ratio:4/5}}.form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form label{color:var(--ink-soft);flex-direction:column;gap:7px;font-size:13.5px;font-weight:600;display:flex}.form input,.form select,.form textarea{border:1.5px solid var(--line);background:var(--mist);color:var(--ink);border-radius:10px;padding:13px 15px;font-family:inherit;font-size:14.5px;font-weight:400;transition:border-color .2s,background .2s}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue);background:var(--white);outline:none}.form textarea{resize:vertical;min-height:90px}@media (width<=560px){.form-row{grid-template-columns:1fr}}.form-success{text-align:center;padding:10px 0}.form-success__icon{background:var(--sky);width:56px;height:56px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.form-success h3{font-size:20px}.form-success .btn{margin-top:18px}.form-error{color:#b3261e;background:#fdeded;border:1px solid #f5c6c4;border-radius:10px;margin:0;padding:12px 16px;font-size:13.5px;font-weight:500}.contact-form-card{max-width:560px}.booking-layout{grid-template-columns:220px 1fr;align-items:start;gap:50px;display:grid}.booking-steps{top:calc(var(--nav-h) + 24px);flex-direction:column;gap:4px;display:flex;position:sticky}.booking-steps__item{color:var(--slate-light);align-items:center;gap:12px;padding:12px 8px;font-size:14px;font-weight:600;display:flex}.booking-steps__item.is-active{color:var(--ink)}.booking-steps__item.is-done{color:var(--blue)}.booking-steps__dot{border:2px solid var(--line);width:26px;height:26px;font-size:12px;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.booking-steps__item.is-active .booking-steps__dot{border-color:var(--blue);color:var(--blue)}.booking-steps__item.is-done .booking-steps__dot{border-color:var(--blue);background:var(--blue);color:#fff}.booking-card{max-width:640px}.booking-card h3{font-size:22px}.booking-card>div>p{margin-bottom:22px;font-size:14.5px}.service-select-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.service-select{border:1.5px solid var(--line);background:var(--white);color:var(--ink-soft);text-align:left;border-radius:12px;align-items:center;gap:12px;padding:15px 16px;font-size:14px;font-weight:600;transition:border-color .2s,background .2s;display:flex;position:relative}.service-select.is-selected{border-color:var(--blue);background:var(--sky);color:var(--ink)}.service-select__icon{color:var(--blue);flex-shrink:0}.service-select__check{color:var(--blue);position:absolute;right:14px}.form-label-standalone{color:var(--ink-soft);margin:8px 0 10px;font-size:13.5px;font-weight:600;display:block}.slot-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.slot-btn{border:1.5px solid var(--line);background:var(--mist);color:var(--ink-soft);border-radius:10px;padding:12px;font-size:13.5px;font-weight:600;transition:border-color .2s,background .2s}.slot-btn.is-selected{border-color:var(--blue);background:var(--sky);color:var(--blue)}.booking-summary{background:var(--mist);border-radius:12px;margin-top:24px;padding:18px 20px}.booking-summary h4{margin-bottom:12px;font-size:14px}.booking-summary ul{flex-direction:column;gap:9px;display:flex}.booking-summary li{justify-content:space-between;font-size:13.5px;display:flex}.booking-summary li span:first-child{color:var(--slate-light)}.booking-summary li span:last-child{color:var(--ink);font-weight:600}.booking-actions{justify-content:space-between;gap:14px;margin-top:32px;display:flex}.booking-actions .btn:only-child{margin-left:auto}@media (width<=800px){.booking-layout{grid-template-columns:1fr}.booking-steps{flex-direction:row;justify-content:space-between;position:static}.booking-steps__item span:last-child{display:none}.service-select-grid,.slot-grid{grid-template-columns:1fr}}.booking-success{padding-top:150px}.booking-success__card{text-align:center;max-width:560px;margin:0 auto}.booking-success__icon{background:var(--sky);width:60px;height:60px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.booking-success__summary{flex-wrap:wrap;justify-content:center;gap:8px;margin:20px 0 28px;display:flex}.booking-success__chip{background:var(--sky);color:var(--blue);border-radius:100px;padding:7px 14px;font-size:12.5px;font-weight:600}.site-footer{background:var(--footer-bg);color:#ffffffeb;padding-top:0}.footer-top{grid-template-columns:1.4fr .8fr .8fr 1fr;gap:40px;padding-top:40px;padding-bottom:50px;display:grid}.footer-brand__tag{color:#ffffffe0;max-width:280px;margin:0 0 20px;font-size:16px}.footer-social{gap:10px;display:flex}.footer-social__link{color:#ffffffeb;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s;display:flex}.footer-social__link:hover{color:var(--blue);background:#fff;border-color:#fff}.footer-col h4{color:#fff;font-family:var(--font-body);letter-spacing:.02em;margin-bottom:18px;font-size:16px}.footer-col ul{flex-direction:column;gap:12px;display:flex}.footer-col a{color:#ffffffe6;font-size:15.5px;font-weight:500;transition:color .2s}.footer-col a:hover{color:#fff}.footer-contact li{color:#ffffffe6;align-items:center;gap:9px;font-size:15.5px;font-weight:500;display:flex}.footer-contact a,.footer-contact span{color:inherit}.footer-contact a:hover{color:#fff}.footer-bottom{color:#fffc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:24px 0;font-size:12.5px;display:flex}.footer-bottom__links{align-items:center;gap:22px;display:flex}.footer-bottom__links a:hover{color:#fff}.footer-bottom__credit{color:var(--ink-soft);box-shadow:var(--shadow-sm);background:#fff;border-radius:100px;align-items:center;gap:8px;padding:6px 10px 6px 14px;font-size:14px;font-weight:500;transition:transform .2s,box-shadow .2s;display:inline-flex}a.footer-bottom__credit:hover{color:var(--ink-soft);box-shadow:var(--shadow-md);transform:translateY(-2px)}.footer-bottom__credit strong{color:var(--blue);font-weight:700}.footer-bottom__credit-icon{width:auto;height:22px;display:block}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-top{grid-template-columns:1fr}}.not-found{padding-top:180px;padding-bottom:140px}
