.dtp{position:relative;width:100%}.dtp__label{display:block;font-weight:600;font-size:12px;color:#141b2b;margin-bottom:6px}.dtp__trigger{width:100%;height:46px;padding:0 14px;border-radius:12px;background:#f1f3ff;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;font-family:inherit}.dtp__trigger span{flex:1;text-align:left;font-size:13px;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtp__trigger:hover{background:#e1e8fd}.dtp__panel{z-index:1000;background:#fff;border-radius:16px;box-shadow:0 20px 40px -12px #00000040;padding:14px;max-height:calc(100vh - 16px);overflow-y:auto}.dtp__nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dtp__nav span{font-weight:700;font-size:13px;color:#141b2b}.dtp__nav button{width:28px;height:28px;border-radius:8px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center}.dtp__nav button:hover{background:#e1e8fd;color:#0034a8}.dtp__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.dtp__weekdays span{text-align:center;font-size:10px;font-weight:700;color:#6b6d80;text-transform:uppercase}.dtp__days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.dtp__day{aspect-ratio:1;border:none;background:none;border-radius:8px;font-size:12px;font-weight:500;color:#141b2b;cursor:pointer;display:flex;align-items:center;justify-content:center}.dtp__day:hover:not(:disabled){background:#f1f3ff}.dtp__day--empty{cursor:default}.dtp__day--today{font-weight:700;color:#0034a8;box-shadow:inset 0 0 0 1px #0034a8}.dtp__day--selected{background:#0034a8!important;color:#fff!important;font-weight:700}.dtp__day:disabled{color:#c4c5d7;cursor:not-allowed}.dtp__time{display:flex;align-items:center;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f3ff}.dtp__time select{height:34px;padding:0 6px;border-radius:8px;background:#f1f3ff;border:none;font-size:13px;font-weight:600;color:#141b2b;outline:none}.dtp__time select:disabled{opacity:.5}.dtp__time>span{font-weight:700;color:#6b6d80}.dtp__period{display:flex;align-items:center;gap:2px;background:#f1f3ff;border-radius:8px;padding:2px;margin-left:auto}.dtp__period-btn{height:30px;padding:0 8px;border:none;background:none;border-radius:6px;font-size:11px;font-weight:700;color:#6b6d80}.dtp__period-btn--active{background:#fff;color:#0034a8;box-shadow:0 1px 2px #00000014}.dtp__period-btn:disabled{opacity:.5}.dtp__locked-note{margin:6px 0 0;font-size:11px;font-weight:600;color:#6b6d80;text-align:center}.dtp__done{width:100%;height:38px;margin-top:12px;border:none;border-radius:10px;background:#1a4bd1;color:#fff;font-weight:600;font-size:13px}.dtp__done:hover{background:#0034a8}.lp{position:relative;width:100%}.lp__trigger{width:100%;height:46px;padding:0 14px;border-radius:12px;background:none;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;font-family:inherit}.lp__trigger span{flex:1;text-align:left;font-size:14px;font-weight:600;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp__trigger:hover{background:#ffffff80}.lp__panel{z-index:1000;background:#fff;border-radius:18px;box-shadow:0 24px 48px -12px #0f2f8a47;padding:0;display:flex;flex-direction:column;max-height:380px;overflow:hidden}.lp__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 12px;background:linear-gradient(160deg,#0034a8,#1a4bd1);flex-shrink:0}.lp__head-title{display:block;font-size:15px;font-weight:700;color:#fff}.lp__head-sub{display:block;font-size:11px;color:#ffffffbf;margin-top:2px}.lp__close{width:26px;height:26px;border-radius:9999px;border:none;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp__close:hover{background:#ffffff47}.lp__search{display:flex;align-items:center;gap:8px;margin:12px 12px 4px;padding:0 12px;height:42px;border-radius:12px;background:#f1f3ff;flex-shrink:0}.lp__search input{flex:1;border:none;background:none;outline:none;font-size:16px;color:#141b2b;font-family:inherit}.lp__list{padding:6px 8px 10px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.lp__section-label{display:block;padding:10px 8px 4px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#6b6d80}.lp__item{display:flex;align-items:center;gap:10px;height:40px;padding:0 8px;border-radius:10px;border:none;background:none;font-size:13px;font-weight:600;color:#141b2b;text-align:left}.lp__item:hover{background:#f1f3ff}.lp__item-icon{width:26px;height:26px;border-radius:8px;background:#f1f3ff;color:#6b6d80;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp__item:hover .lp__item-icon{background:#e1e8fd;color:#0034a8}.lp__item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp__item--active{background:#e1e8fd;color:#0034a8}.lp__item--active .lp__item-icon{background:#0034a8;color:#fff}.lp__empty{padding:24px 10px;text-align:center;font-size:12px;color:#6b6d80}.am-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#29304099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.am-modal{background:#fff;border-radius:16px;max-width:400px;width:100%;padding:28px;box-shadow:0 25px 50px -12px #0000004d;display:flex;flex-direction:column;gap:20px}.am-head{display:flex;align-items:flex-start;gap:14px}.am-icon{width:48px;height:48px;border-radius:12px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.am-head h4{font-size:17px;font-weight:700;color:#141b2b;margin:0}.am-head span{font-size:13px;color:#6b6d80}.am-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.am-cancel{height:44px;padding:0 20px;border-radius:12px;border:none;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:13px}.am-cancel:hover{background:#e1e8fd}.am-login{display:flex;align-items:center;gap:6px;height:44px;padding:0 20px;border-radius:12px;border:none;background:#1a4bd1;color:#fff;font-weight:600;font-size:13px}.am-login:hover{background:#0034a8}@media (max-width: 640px){.am-actions{flex-direction:column-reverse}.am-cancel,.am-login{width:100%;justify-content:center}}.hm-page{min-height:100vh}.hm-header{position:fixed;top:0;left:0;right:0;z-index:50;height:76px;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 8px #0000000a}.hm-header__inner{position:relative;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}.hm-header__left{display:flex;align-items:center;gap:40px;min-width:0}.hm-brand{display:flex;align-items:center;gap:8px;flex-shrink:0;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.hm-hamburger{display:none;width:38px;height:38px;border-radius:10px;border:none;background:#f1f3ff;color:#141b2b;align-items:center;justify-content:center;flex-shrink:0}.hm-hamburger:hover{background:#e1e8fd}.hm-mobile-overlay{display:none}.hm-mobile-drawer{position:fixed;left:0;top:0;height:100%;width:260px;background:#fff;z-index:60;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0;transform:translate(-100%);transition:transform .2s ease}.hm-mobile-drawer__brand{display:flex;align-items:center;gap:8px;padding:0 20px 20px}.hm-mobile-drawer__brand-name{font-size:17px;font-weight:700;color:#0034a8;letter-spacing:-.3px}.hm-mobile-drawer__nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 12px}.hm-mobile-drawer__link{display:flex;align-items:center;gap:8px;padding:12px 10px;border-radius:10px;border:none;background:none;text-align:left;font-size:14px;font-weight:600;color:#141b2b;text-decoration:none;font-family:inherit}.hm-mobile-drawer__link:hover{background:#f1f3ff}.hm-mobile-drawer__link--active{color:#0034a8}.hm-mobile-drawer__link--muted{color:#6b6d80;cursor:default}.hm-mobile-drawer__link--muted:hover{background:none}.hm-mobile-drawer__footer{padding:12px 20px 0;border-top:1px solid #f1f3ff}.hm-mobile-drawer__logout{border:none;background:none;text-align:left;padding:8px 4px;font-size:13px;font-weight:600;color:#ba1a1a;width:100%}.hm-mobile-drawer__login{border:none;background:none;text-align:left;padding:8px 4px;font-size:13px;font-weight:700;color:#0034a8;width:100%}.hm-brand__icon{width:36px;height:36px;border-radius:12px;background:#1a4bd1;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.hm-brand__name{font-size:20px;font-weight:700;letter-spacing:-.3px;color:#0034a8}.hm-location-pill{display:flex;align-items:center;gap:4px;padding:7px 12px;border-radius:9999px;background:#f1f3ff;border:none;font-size:13px;font-weight:600;color:#141b2b;flex-shrink:0}.hm-location-pill:hover{background:#e1e8fd}.hm-nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:24px}.hm-nav__link{font-size:14px;font-weight:500;color:#6b6d80;cursor:default}.hm-nav__link--btn{background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.hm-nav__link--btn:hover{color:#141b2b}.hm-nav__link--active{color:#0034a8;font-weight:700}.hm-header__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.hm-help-link{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;color:#ba1a1a;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.hm-help-link:hover{background:#f1f3ff}.hm-profile-chip{display:flex;align-items:center;gap:8px;padding:5px 10px 5px 5px;border-radius:9999px;background:none;border:none}.hm-profile-chip:hover{background:#f1f3ff}.hm-profile-chip__avatar{width:32px;height:32px;border-radius:9999px;background:#0034a8;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.hm-profile-chip__name{font-size:13px;font-weight:600;color:#141b2b}.hm-login-btn{height:38px;padding:0 18px;border-radius:9999px;border:none;background:#1a4bd1;color:#fff;font-size:13px;font-weight:700}.hm-login-btn:hover{background:#0034a8}.hm-main{padding-top:76px}.hm-container{max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:40px}.hm-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;max-width:640px;margin:0 auto}.hm-hero__badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.hm-hero h1{font-size:32px;font-weight:700;letter-spacing:-.5px;color:#141b2b;margin:0}.hm-hero p{font-size:15px;color:#6b6d80;margin:0;max-width:480px}.hm-search-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #0f2f8a14;padding:20px;display:flex;flex-direction:column;gap:16px}.hm-search-grid{display:grid;grid-template-columns:4fr 3fr 3fr 2fr;gap:12px;align-items:end}.hm-search-cell{display:flex;flex-direction:column;gap:6px;min-width:0}.hm-search-cell--location{background:#f1f3ff;border-radius:12px;padding:8px 10px;justify-content:center;min-height:68px}.hm-search-cell__label{font-size:11px;font-weight:700;letter-spacing:.3px;color:#6b6d80;text-transform:uppercase;padding-left:2px}.hm-search-cell__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.hm-duration-badge{padding:2px 8px;border-radius:6px;background:#1a4bd11f;color:#0034a8;font-size:11px;font-weight:700;white-space:nowrap}.hm-search-btn{height:48px;border:none;border-radius:12px;background:#0034a8;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px #0034a840}.hm-search-btn:hover{background:#002d8f}.hm-search-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:4px}.hm-search-footer__notes{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#6b6d80}.hm-search-footer__notes span{display:inline-flex;align-items:center;gap:4px}.hm-search-footer__dot{color:#c4c5d7}.hm-spots{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px}.hm-spots__label{color:#6b6d80}.hm-spot-btn{padding:3px 10px;border-radius:8px;background:#f1f3ff;border:none;color:#0034a8;font-size:12px;font-weight:600}.hm-spot-btn:hover{background:#e1e8fd}.hm-section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#0034a8}.hm-section-title{font-size:22px;font-weight:700;color:#141b2b;margin:0}.hm-why{background:#fff;border-radius:20px;box-shadow:0 1px 2px #0000000d;padding:32px;display:flex;flex-direction:column;gap:24px}.hm-why__head{text-align:center;max-width:460px;margin:0 auto;display:flex;flex-direction:column;gap:4px}.hm-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hm-why-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:14px;background:#f9f9ff}.hm-why-card__icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #00000014}.hm-why-card__body{display:flex;flex-direction:column;gap:3px;min-width:0}.hm-why-card__title{font-size:14px;font-weight:700;color:#141b2b}.hm-why-card__desc{font-size:12px;color:#6b6d80;line-height:1.5}.hm-why-card__tag{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:700;margin-top:2px}.hm-trust-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:16px;padding:18px 24px;border-radius:16px;background:#e1e8fd}.hm-trust-bar__item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#434654}.hm-why-grid--steps{grid-template-columns:repeat(2,1fr)}@media (max-width: 720px){.hm-why-grid--steps{grid-template-columns:1fr}}.hiw-cta{background:#1a4bd1;border-radius:20px;padding:28px 32px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;color:#fff}.hiw-cta h2{margin:0 0 4px;font-size:20px;font-weight:700}.hiw-cta p{margin:0;font-size:13px;color:#ffffffd9}.hiw-cta button,.hiw-cta a{display:flex;align-items:center;gap:8px;height:46px;padding:0 20px;border-radius:12px;border:none;background:#fff;color:#0034a8;font-size:14px;font-weight:700;flex-shrink:0;text-decoration:none}.hiw-cta button:hover,.hiw-cta a:hover{background:#e1e8fd}.hm-why-card--link{text-decoration:none;transition:box-shadow .15s ease}.hm-why-card--link:hover{box-shadow:0 4px 14px #0f2f8a1f}.sup-faq-list{display:flex;flex-direction:column;gap:14px}.sup-faq-item{padding:14px 16px;border-radius:12px;background:#f9f9ff}.sup-faq-item__q{display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:700;color:#141b2b}.sup-faq-item__a{margin:6px 0 0 23px;font-size:12px;color:#6b6d80;line-height:1.5}.hm-footer{background:#fff;border-top:1px solid #f1f3ff}.hm-footer__inner{max-width:1200px;margin:0 auto;padding:40px 24px 24px}.hm-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:24px}.hm-footer-col{display:flex;flex-direction:column;gap:10px}.hm-footer-brand{display:flex;align-items:center;gap:8px;color:#0034a8}.hm-footer-brand__icon{width:30px;height:30px;border-radius:9px;background:#0034a8;display:flex;align-items:center;justify-content:center;color:#fff}.hm-footer-brand span{font-size:17px;font-weight:700}.hm-footer-col p{font-size:12px;color:#6b6d80;line-height:1.6;margin:0}.hm-footer-verified{display:flex;align-items:center;gap:6px;color:#004c1d;font-size:12px;font-weight:600;margin-top:4px}.hm-footer-col__title{font-size:13px;font-weight:700;color:#141b2b}.hm-footer-link{font-size:12px;color:#6b6d80;cursor:default}.hm-footer-hotline{padding:14px;border-radius:12px;background:#ffdad6;display:flex;flex-direction:column;gap:4px}.hm-footer-hotline__head{display:flex;align-items:center;gap:6px;color:#93000a;font-size:13px;font-weight:700}.hm-footer-hotline__number{font-size:18px;font-weight:700;color:#ba1a1a;margin:0}.hm-footer-hotline p{font-size:11px;color:#434654;margin:0;line-height:1.5}.hm-footer-bottom{padding-top:20px;border-top:1px solid #f1f3ff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#6b6d80}.hm-footer-bottom__links{display:flex;flex-wrap:wrap;gap:20px}.hm-footer-bottom__links a.hm-footer-link{text-decoration:none;cursor:pointer}.hm-footer-bottom__links a.hm-footer-link:hover{color:#0034a8;text-decoration:underline}@media (max-width: 1024px){.hm-nav{display:none}.hm-hamburger{display:flex}.hm-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.hm-mobile-drawer--open{transform:translate(0);box-shadow:0 0 24px #00000026}.hm-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#141b2b66;z-index:55}.hm-why-grid{grid-template-columns:1fr}.hm-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 780px){.hm-search-grid{grid-template-columns:1fr}.hm-hero h1{font-size:24px}}@media (max-width: 640px){.hm-header__inner{padding:0 16px}.hm-location-pill,.hm-help-link,.hm-profile-chip__name{display:none}.hm-container{padding:24px 16px 48px;gap:32px}.hm-why{padding:20px}.hm-trust-bar{justify-content:flex-start;flex-direction:column;align-items:flex-start}.hm-footer-grid{grid-template-columns:1fr}.hm-search-footer{flex-direction:column;align-items:flex-start}}:root{--color-primary: #1a4bd1;--color-primary-deep: #0034a8;--color-page: #eef2f7;--color-ink: #141b2b;--color-muted: #434654;--radius-lg: 16px;--radius-md: 12px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--color-page);color:var(--color-ink)}button{font-family:inherit;cursor:pointer}input{font-family:inherit}
