/* EntryLap V92.0.0 — public mobile styles (up to 1100px).
   Load after style.css. Workforce scroll gutters remain outside the scrollport. */

@media (max-width:1100px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  body{padding-bottom:0}
  body *,body *::before,body *::after{box-sizing:border-box;min-width:0}
  img,video,svg,canvas,iframe{max-width:100%}

  .v68-site-header{
    height:60px;
    min-height:60px;
    overflow:visible;
    background:rgba(255,255,255,.97);
    border-bottom-color:#dfe7ee;
  }
  .v68-header-inner{
    width:100%;
    max-width:100%;
    height:60px;
    min-height:60px;
    padding:0 max(12px,env(safe-area-inset-right)) 0 max(12px,env(safe-area-inset-left));
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:9px;
  }
  .v68-brand{gap:8px;padding:0;overflow:hidden}
  .v68-brand .brand-logo{width:38px;height:38px;flex:0 0 38px}
  .v68-brand .brand-copy{display:flex;align-items:center;gap:5px;overflow:hidden}
  .v68-brand .brand-copy strong{font-size:17px;line-height:1;white-space:nowrap}
  .v68-brand .brand-copy em{min-height:18px;padding:0 6px;font-size:7px;white-space:nowrap}
  .v68-header-inner .header-actions{display:none}

  /* Direct contacts replace the mobile menu and the floating mobile buttons. */
  .v68-header-inner .header-mobile-contacts{
    display:flex;
    align-items:center;
    justify-self:end;
    gap:8px;
    min-width:86px;
  }
  .header-mobile-contacts .header-mobile-contact{
    display:grid;
    place-items:center;
    flex:0 0 39px;
    width:39px;
    height:39px;
    min-width:39px;
    padding:0;
    border:1px solid rgba(255,255,255,.24);
    border-radius:16px;
    text-decoration:none;
    line-height:1;
    -webkit-tap-highlight-color:transparent;
    transition:background .18s ease,border-color .18s ease;
  }
  .header-mobile-contacts .header-mobile-zalo{padding:0;border:0;background:transparent;color:#1769e0}
  .header-mobile-zalo img{display:block;width:100%;height:100%;margin:0;object-fit:contain}
  .header-mobile-contacts .header-mobile-call{background:#16a34a;color:#fff}
  .header-mobile-call i{font-size:18px;line-height:1}
  .header-mobile-contacts .header-mobile-contact:focus-visible{outline:2px solid #9bccff;outline-offset:2px}
  .header-mobile-call:active{background:#15803d}
  .contact-dock{display:none}


}

@media (max-width:820px){
  :root{--mobile-gutter:14px;--mobile-radius:20px}
  body{font-size:14px}
  main{width:100%;max-width:100%;overflow:clip}
  .reveal{transform:translateY(14px)}
  .button{min-height:46px;padding:0 16px;border-radius:14px;font-size:13px}
  .section{width:100%;padding:42px var(--mobile-gutter)}
  .section-heading{width:100%;max-width:100%;text-align:left}
  .section-kicker,.hero-kicker{font-size: 11.5px;line-height: 1.2;font-weight: 400;color: #555;}
  .section-heading h2{margin:8px 0 0;font-size:clamp(27px,8vw,34px);line-height:1.06}
  .section-heading>p:last-child,.section-side-copy{margin:10px 0 0;font-size:13.5px;line-height:1.55}

  /* Announcement */
  .announcement{
    min-height:0;
    display:block;
    padding:8px 12px 9px;
    border-bottom:1px solid #f0ded3;
    background:#fff4ed;
    text-align:center;
    overflow:visible;
  }
  .announcement-icon,.announcement>a{display:none}
  .announcement p{margin:0;font-size:11.5px;line-height:1.42;white-space:normal}
  .announcement p b{display:inline-flex;margin:0 5px 2px 0;padding:4px 7px;border-radius:999px;font-size:9px;vertical-align:middle}

  /* Hero */
  .hero.home-hero.v10-hero{
    min-height:0;
    height:auto;
    padding:28px var(--mobile-gutter) 18px;
    margin:0;
    display:block;
  }
  .hero.home-hero:after{height:34px}
  .hero.home-hero .cloud{display:none}
  .hero-copy{width:100%;max-width:100%;text-align:center}
  .hero-copy .hero-kicker{display:inline-flex;align-items:center;justify-content:center;max-width:100%}
  .hero h1{max-width:620px;margin:10px auto 0;font-size:clamp(34px,10vw,43px);line-height:1.01;}
  .hero-copy>p{max-width:560px;margin:14px auto 0;font-size:14px;line-height:1.55}
  .hero-actions{width:100%;max-width:520px;margin:18px auto 0;display:grid;grid-template-columns:1fr 1fr}
  .hero-actions .button{font-weight: 800;width:100%;min-height:48px;padding:0 10px;font-size:15px;white-space:nowrap}
  .hero-actions .button i{margin:0;font-size:11px}
  .hero-micro{max-width:540px;margin:14px auto 0;display:flex;align-items:center;justify-content:center;gap:7px 14px;flex-wrap:wrap;color:#405668;font-size:10.5px}
  .hero-micro span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size: 13.8px}
  .hero-micro i{font-size:9px}
  .hero-art.v11-hero-art.hero-proof{
    position:relative;
    left:auto;
    right:auto;
    width:100%;
    max-width:620px;
    height:auto;
    margin:20px auto 0;
    transform:none;
    translate:none;
    filter:none;
  }
  .hero-proof-frame{width:100%;border-radius:18px}
  .hero-video-lazy{width:100%;aspect-ratio:16/9}
  .hero-video-play{width:54px;height:54px}
  .hero-video-play-icon{font-size:15px}

  /* Home intro and Why */
  .collection{padding-top:10px;padding-bottom:10px}
  .collection>.section-heading{margin-bottom:20px}
  .spotlight-card.blue.why-spotlight{
    width:100%;
    max-width:100%;
    margin:0;
    display:grid;
    grid-template-columns:1fr;
    border-radius:var(--mobile-radius) var(--mobile-radius) 0 0;
    overflow:hidden;
  }
  .why-spotlight-copy{padding:12px;}
  .why-spotlight-title{gap:10px}
  .why-spotlight-icon{width:36px;height:36px;flex:0 0 36px;border-radius:11px;font-size:14px}
  .why-spotlight-title small{font-size:12.8px}.why-spotlight-title h3{font-size:15px;line-height:1.2}
  .why-spotlight-copy h4 {margin: 9px 0 0px;font-size: 19px;line-height: 1.36;}
  .why-spotlight-copy>p{font-size:15px;line-height:1.55}
  .why-spotlight-benefits{grid-template-columns:1fr;gap:7px;margin:10px 0 10px}
  .why-spotlight-benefits>div{gap:7px;padding:9px;border-radius:13px}
  .why-spotlight-benefits>div>i{width:27px;height:27px;flex:0 0 27px;border-radius:8px;font-size:10px}
  .why-spotlight-benefits b{font-size:13.8px}.why-spotlight-benefits small{margin-top:2px;font-size:9.5px;line-height:1.3}
  .why-spotlight-copy .text-link{font-size:12px;display: none;}
  .why-spotlight-visual{padding:0 12px 12px;display:block}
  .why-visual-card{min-height:0;padding:12px;border-radius:16px}
  .why-visual-top{gap:9px}.why-visual-logo{width:38px;height:38px;border-radius:12px;font-size:15px}
  .why-visual-top b{font-size:14px}.why-visual-top small{font-size:12px}
  .why-visual-tools{gap:5px;padding:11px 0}.why-visual-tools span{padding:6px 8px;font-size:10px}
  .why-visual-flow{padding:9px;border-radius:14px}
  .why-flow-row{grid-template-columns:30px minmax(0,1fr) auto;gap:8px;padding:9px;border-radius:11px}
  .why-flow-row>i{width:30px;height:30px;border-radius:9px}
  .why-flow-row b{font-size:13.8px}.why-flow-row small{font-size:12.8px;line-height:1.3}.why-flow-row em{font-size:8px;            display: none;}
  .why-flow-line{height:12px}.why-visual-result{gap:6px;margin-top:8px}.why-visual-result span{gap:6px;padding:8px;border-radius:11px;font-size:10px}.why-visual-result i{width:24px;height:24px}

  /* One workforce */
  .v67-workforce{
    width:100%;
    max-width:100%;
    margin:0;
    border-radius:0 0 var(--mobile-radius) var(--mobile-radius);
    overflow:hidden;
  }
  .v67-workforce-shell{display:block}
  .v67-workforce-tabs{
    display:flex;
    flex-direction:row;
    align-items:stretch;
    width:auto;
    min-width:0;
    margin-inline:16px;
    gap:10px;
    padding:14px 0;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x proximity;
    scroll-padding-inline:0;
    scrollbar-width:none;
  }
  /* Keep focus and the active marker inside the inset scrollport. */
  .v67-workforce-tabs button:hover{transform:none}
  .v67-workforce-tabs button:focus-visible{outline-offset:-3px}
  .v67-workforce-tabs button.is-active:before{left:0}
  .v67-workforce-tabs::-webkit-scrollbar{display:none}
  .v67-workforce-tabs:before{display:none}
  .v67-workforce-tabs button{
    flex:0 0 190px;
    min-height:64px;
    grid-template-columns:30px minmax(0,1fr) 22px;
    gap:8px;
    padding:8px;
    border:1px solid #dce7f1;
    border-radius:13px;
    background:rgba(255,255,255,.72);
    scroll-snap-align:start;
  }
  .v67-tab-number{display:none}
  .v67-workforce-tabs button>i{width:30px;height:30px;border-radius:9px;font-size:11px}
  .v67-workforce-tabs button b{font-size:13.5px;line-height:1.2}.v67-workforce-tabs button small{font-size:12px;line-height:1.25}
  .v67-workforce-tabs button>em{width:22px;height:22px;border-radius:7px;font-size:6px}
  .v67-workforce-tabs button.is-active{border-color:#9ec9f1;background:#fff}
  .v67-workforce-stage{padding:16px}
  .v67-workforce-panel{padding:0px;border-radius:0px;background: none;}
  .v67-panel-brand{margin-bottom:10px}.v67-panel-brand>span{padding:4px 8px 4px 5px}.v67-panel-brand img{width:24px;height:24px}.v67-panel-brand b{font-size:15px}.v67-panel-brand em{font-size:9px}.v67-panel-brand>small{font-size:7px}
  .v67-task{min-height:0;grid-template-columns:28px 38px minmax(0,1fr);gap:8px;padding:11px;border-radius:14px}
  .v67-step-label{background: #fff;width:28px;height:28px;flex-basis:28px;border-radius:8px;font-size:8px}
  .v67-task>i{width:38px;height:38px;border-radius:11px;font-size:13px}
  .v67-task>em{display:none}.v67-task small,.v67-operation-head small,.v67-result small{font-size:10px}.v67-task h4{margin:4px 0 2px;font-size:16px;line-height:1.3}.v67-task p{font-size:12px;line-height:1.4}
  .v67-flow-link{height:22px}.v67-flow-link i{width:18px;height:18px;font-size:6px}
  .v67-operation{padding:11px;border-radius:14px}
  .v67-operation-head{grid-template-columns:28px minmax(0,1fr);gap:8px;margin-bottom:9px}.v67-operation-head>div{display:block}.v67-operation-head strong{display:block;margin-top:3px;font-size:15px;line-height:1.3;text-align:left}
  .v67-tool-row{grid-template-columns:1fr 1fr;gap:6px}.v67-tool-row>span{min-height:46px;gap:6px;padding:7px;border-radius:11px}.v67-tool-row>span>i{width:29px;height:29px;flex-basis:29px;border-radius:8px;font-size:11px}.v67-tool-row b{font-size:12.8px}
  .v67-process{grid-template-columns:1fr;gap:5px;margin-top:8px}.v67-process:before{display:none}.v67-process li{min-height:45px;grid-template-columns:26px minmax(0,1fr) 25px;gap:7px;padding:6px;border-radius:10px}.v67-process li>span{width:26px;height:26px;border-radius:8px}.v67-process li b{font-size:12.8px}.v67-process li small{font-size:12.5px}
  .v67-result{grid-template-columns:28px 36px minmax(0,1fr);gap:8px;padding:11px;border-radius:14px}.v67-result>i{width:36px;height:36px;border-radius:11px}.v67-result strong{margin-top:3px;font-size:15px}.v67-result>a{grid-column:1/-1;width:100%;min-height:40px;justify-content:center;margin-top:2px;font-size:16px}.v67-result>a>i{width:25px;height:25px}
  .v67-workforce-note{display:none;padding:11px 13px;font-size:9px;line-height:1.4}.v67-workforce-note span{align-items:flex-start}.v67-workforce-note b{display:block;margin-top:5px;font-size:9px}

  /* How it works */
  .work-improvement{padding-top:15px;padding-bottom:15px}
  .work-improvement .section-heading{margin-bottom:22px}
  .improvement-layout{display:block;width:100%;max-width:100%}
  .improvement-list{border-top:1px solid #e4eaf0}
  .improvement-item{grid-template-columns:30px minmax(0,1fr);gap:10px;padding:14px 0}
  .improvement-number{width:30px;height:30px;border-radius:9px;font-size:9px}
  .improvement-item small{margin-bottom:4px;font-size:10.5px}.improvement-item h3{margin-bottom:4px;font-size:15px}.improvement-item p{font-size:13.5px;line-height:1.48}
  .improvement-cta{width:100%;min-height:46px;margin:15px 0 20px;font-size:16px}
  .agent-workflow-visual{min-height:0;padding:12px;border:1px solid #e1e7ed3d;border-radius:16px}
  .awv-glow{display:none}.awv-head{margin-bottom:10px}.awv-brand{padding:5px 8px 5px 5px;font-size:11px}.awv-brand img{width:23px;height:23px}.awv-live b{display:none}
  .awv-card{border-radius:14px}.awv-step-no{width:27px;height:27px;border-radius:8px;font-size:8px}
  .awv-card-input{grid-template-columns:27px 36px minmax(0,1fr);gap:7px;padding:9px}.awv-main-icon{width:36px;height:36px;border-radius:10px;font-size:13px}.awv-card-copy small{font-size:10.5px}.awv-card-copy strong{font-size:13.5px;line-height:1.35}.awv-ok{display:none}
  .awv-connector{height:20px}.awv-card-tools,.awv-card-learn{padding:10px}.awv-card-title{display:block;margin-bottom:8px}.awv-card-title>div{margin-bottom:5px}.awv-card-title small{font-size:11px}
  .awv-card-title>strong{display:block;max-width:none;font-size:13.5px;text-align:left;white-space:normal;margin-top: -9px;margin-left: 35px;}
  .awv-tools-grid{grid-template-columns:1fr 1fr;gap:5px}.awv-tool{grid-template-columns:30px minmax(0,1fr);gap:6px;padding:6px;border-radius:10px}.awv-tool>span{width:30px;height:30px;border-radius:9px;font-size:14px}.awv-tool b{font-size:11.5px}.awv-tool small{font-size:10px}
  .awv-execution{margin-top:7px;padding:8px;border-radius:10px}.awv-execution-status{font-size:10.5px}.awv-action-row{grid-template-columns:1fr 1fr;gap:5px}.awv-action-row span{justify-content:flex-start;font-size:11.5px;white-space:normal}
  .awv-route-board{grid-template-columns:1fr;gap:6px}.awv-route-main{padding:7px;border-radius:11px}.awv-route-node{min-width:34px}.awv-route-node>i{width:27px;height:27px;border-radius:8px}.awv-route-node b{display:none}.awv-route-pruned{padding:8px;border-radius:10px}.awv-route-pruned>span{width:28px;height:28px}.awv-route-pruned b{font-size:12.5px}.awv-route-pruned small{font-size:12px}
  .awv-result-card{grid-template-columns:1fr;gap:9px;padding:12px;border-radius:14px}.awv-result-copy>.awv-step-no{margin-bottom:7px}.awv-result-copy>small{font-size:11.5px}.awv-result-copy>strong{font-size:19px}.awv-result-copy p{font-size:13.5px;line-height:1.4}.awv-scale{display:grid;grid-template-columns:1fr;gap:6px}.awv-scale>button{height:38px;font-size:15px}.awv-task-stack{margin-top:0}.awv-speed{margin-top:2px}.awv-speed b{font-size:19px}.awv-speed span{font-size:10px}
  .awv-foot{flex-direction:column;gap:4px;padding-top:8px;font-size:8px;display: none;}

  /* FAQ */
  .faq.section{padding-top:0px;padding-bottom:15px}
  .faq-list{margin-top:17px}
  .faq-item button{min-height:54px;padding:13px 0;gap:14px;font-size:14px;line-height:1.35;text-align:left}
  .faq-item button span{flex:0 0 auto;font-size:20px}.faq-item p{margin:0 0 14px;font-size:12px;line-height:1.55}

  /* Final CTA and footer */
  .home-ending{width:calc(100% - 24px);max-width:calc(100% - 24px);margin:0 12px 0px 12px}
  .home-ending .final-cta{width:100%;max-width:none;margin:0;padding:24px 18px 22px;display:block;border-radius:20px 20px 0 0}
  .home-ending .final-cta h2{margin:10px 0 7px;font-size:20px;line-height:1.08}.home-ending .final-cta p{margin:0;font-size:15.5px;line-height:1.5}.home-ending .final-cta .button{width:100%;margin-top:14px}.home-ending .cta-icons{display:none}
  .home-ending .v73-footer{width:100%;margin:0;padding:0;background:transparent}
  .home-ending .v73-footer-shell{width:100%;max-width:none;border-radius:0;padding-bottom: 120px;}
  .v73-footer .footer-main{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:18px 16px 12px}
  .v73-footer .footer-brand{grid-column:1/-1;padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:transparent}
  .v73-footer .brand{gap:8px;font-size:17px}.v73-footer .brand-logo{width:38px;height:38px}.v73-footer .brand-copy em{font-size:7px}
  .v73-footer .footer-brand>p{max-width:none;margin:10px 0 0;font-size:11px;line-height:1.5}.v73-footer-trust{gap:5px;margin-top:10px}.v73-footer-trust span{min-height:25px;padding:0 7px;font-size:12px}
  .v73-footer .footer-col{width:100%;padding:15px 0 7px;border:0;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;background:transparent}
  .v73-footer .footer-col:nth-of-type(2){padding-right:9px}.v73-footer .footer-col:nth-of-type(3){padding-left:9px;border-left:1px solid rgba(255,255,255,.08)}
  .v73-footer .footer-col:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:9px;padding-bottom:10px}
  .v73-footer .footer-col:last-child>b,.v73-footer .footer-address{grid-column:1/-1}
  .v73-footer .footer-col>b{margin:0 0 7px;font-size:12.8px}.v73-footer .footer-col>a{min-height:28px;margin:0;padding:3px 0;font-size:12.5px;overflow-wrap:anywhere}.v73-footer .footer-col>a>i{width:15px}.v73-footer .footer-address{max-width:none;margin:0 0 4px;font-size:9.5px;line-height:1.45}
  .v73-footer .footer-bottom{display:grid;grid-template-columns:1fr;gap:6px;margin:0 16px;padding:0px 0 18px;font-size:11.5px;border-top: 0px;}.v73-footer .footer-legal{justify-content:center;gap:6px;            display: none;}.v73-footer .footer-legal a{font-size:8.5px}.v73-footer-domain{justify-content:flex-start}

  
.product-eyebrow {
    font-size: 12px;
}
.product-eyebrow {
    align-items: start;
}
  /* Marketplace */
  .market-hero,.market-hero-v42{min-height:0;height:auto;margin:0;padding:28px 14px 34px;display:block;text-align:center}.market-hero:after{height:30px}.market-orbit{display:none}.market-hero h1,.market-hero-v42 h1{margin:9px 0 8px;font-size:32px;line-height:1.03}.market-hero p,.market-hero-v42 p{margin:0;font-size:13px;line-height:1.55}.market-section{padding:20px 14px 40px}.market-tools{position:relative;top:auto;display:grid;grid-template-columns:1fr;gap:8px}.market-search{height:44px;border-radius:13px}.market-filters,.category-pills,.market-category-pills{display:flex;justify-content:flex-start;gap:6px;margin:0 0 12px;padding:0 0 3px;overflow-x:auto;scrollbar-width:none}.market-filters::-webkit-scrollbar,.category-pills::-webkit-scrollbar{display:none}.market-filters button,.category-pills a{flex:0 0 auto;padding:8px 11px;font-size:12px;white-space:nowrap}.market-category-intro{margin:14px 0 18px;padding:16px;border-radius:16px;text-align:left}.market-category-intro h2{font-size:22px}.market-category-intro p{font-size:12px;line-height:1.5}.home-product-grid,.product-grid{grid-template-columns:1fr;gap:12px;margin-top:15px}.product-card{border-radius:18px}.product-copy{padding:16px}
.product-copy h3 {
    font-size: 16px;
    margin-left: 48px;
    margin-top: -19px;
    font-weight: 700 !important;
    margin-bottom: 10px;
}
.product-copy p {
    font-size: 13.8px;
    line-height: 1.5;
    text-align: justify;
}.product-copy p {
    margin-bottom: 0px;
}
  .product-bottom {
    font-size: 11px;
    display: none;
}.market-bottom{margin:0 14px 40px;padding:22px 18px;border-radius:18px}.market-bottom h2{font-size:26px}.market-bottom p{font-size:12.5px}.market-bottom .button{width:100%}

  /* Agent detail */
  .product-detail-hero,.v16-detail-hero{padding:12px 12px 0}.breadcrumbs{display:flex;gap:5px;margin:0 0 8px;padding-bottom:3px;overflow-x:auto;font-size:9.5px;white-space:nowrap}.detail-grid,.v16-detail-hero .detail-grid{display:block;padding:10px;border-radius:21px}.detail-gallery{margin:0 0 12px}.detail-main-image{min-height:260px;padding:0;border-radius:16px}.v16-detail-hero .detail-main-image img{border-radius:15px}.v60-detail-card,.v16-detail-hero .v60-detail-card{position:relative;top:auto;height:auto;padding:8px 3px 3px}.v60-detail-top{margin-bottom:12px}.v60-detail-card .product-eyebrow{font-size:10px}.v60-detail-card .product-eyebrow .agent-icon,.v60-detail-card .product-eyebrow .agent-symbol{width:34px;height:34px;min-width:34px;border-radius:11px}.v60-agent-status{padding:6px 8px;font-size:7px}.v60-detail-card h1{margin-bottom:6px;font-size:28px;line-height:1.04}.v60-detail-card .detail-tagline{font-size:14px}.v60-detail-card .detail-summary{font-size:12px;line-height:1.52}.v60-detail-heading{padding-bottom:13px}.v60-detail-benefits{border-radius:15px}.v60-detail-card .detail-consult-box,.v60-detail-card .one-time-note{grid-template-columns:33px minmax(0,1fr);gap:9px;padding:12px}.v60-benefit-icon{width:33px;height:33px;border-radius:10px}.v60-detail-card .detail-consult-box strong,.v60-detail-card .one-time-note b{font-size:12px}.v60-detail-card .detail-consult-box p,.v60-detail-card .one-time-note>span:last-child{font-size:10.5px}.v60-detail-card>.button{min-height:50px;margin-top:11px;font-size:12px}.v60-detail-assurance{font-size:8.5px}
  .v62-hero-bridge{width:calc(100% - 24px);height:32px}.v62-hero-bridge span{width:24px;height:24px}
  .v61-agent-story{width:calc(100% - 24px);margin:0 12px 34px;display:block;border-radius:21px}.v61-story-head{display:block;padding:20px 16px}.v61-story-head h2{font-size:24px}.v61-story-head>p{margin-top:9px;font-size:11.5px}.v61-agent-story>.v41-agent-side{display:none}.v61-agent-story .v41-section,.v61-agent-story .v41-workflow-section{padding:20px 15px}.v61-agent-story .v41-proof-head{padding:20px 15px 58px}.v61-agent-story .v41-proof-head h2{font-size:24px}.v61-agent-story .v41-proof-head p{font-size:11.5px}.v61-agent-story .v41-metric-grid{grid-template-columns:1fr;margin:-38px 15px 0;gap:7px}.v61-agent-story .v41-metric{min-height:0;padding:13px}.v61-agent-story .v41-metric strong{font-size:23px}.v61-agent-story .v41-fit,.v61-agent-story .v41-benefit-intro,.v61-agent-story .v41-benefit-grid,.v61-agent-story .v41-proof-note{margin-left:15px;margin-right:15px}.v61-agent-story .v41-benefit-grid,.v61-agent-story .v41-cap-grid,.v61-agent-story .v41-output-grid,.v61-agent-story .v41-control-grid{grid-template-columns:1fr}.v61-agent-story .v41-benefit-grid>div{min-height:0}.v61-agent-story .v41-section-head{display:block;margin-bottom:14px}.v61-agent-story .v41-section-head h2{font-size:22px}.v61-agent-story .v41-section-head>p{margin-top:7px;font-size:11px}.v61-agent-story .v58-workflow-phase{display:block}.v61-agent-story .v58-workflow-steps{grid-template-columns:1fr}.v61-agent-story .v58-workflow-steps .v41-step{min-height:0;border-right:0;border-bottom:1px solid #2b3d4e}.v58-step-link{display:none}.v61-final-cta{display:block;padding:22px 15px}.v61-final-cta h2{font-size:22px}.v61-final-cta p{font-size:11px}.v61-final-cta>a{width:100%;margin-top:14px}.v61-agent-story .v41-related{padding:22px 15px}

  /* Consultation and legal */
  .consult-hero{display:block;margin:0;padding:28px 14px;border-radius:0 0 20px 20px}.consult-hero h1{margin:8px 0 10px;font-size:34px;line-height:1.02}.consult-hero-copy>p{font-size:13px;line-height:1.55}.consult-trust{display:grid;gap:6px;margin-top:14px}.consult-direct{margin-top:16px;padding:10px;border-radius:15px}.consult-layout{display:block;padding:28px 14px 40px}.consult-context h2{font-size:25px}.consult-steps article{grid-template-columns:32px minmax(0,1fr);gap:9px;padding:11px 0}.consult-steps article>span{width:30px;height:30px}.consult-steps b{font-size:12px}.consult-steps p{font-size:10.5px}.consult-form-wrap{position:relative;top:auto;margin-top:22px}.consult-form{padding:18px;border-radius:18px}.consult-form-head h2{font-size:24px}.consult-two{grid-template-columns:1fr}.consult-modal{padding:10px;align-items:end}.consult-modal-card{width:100%;max-height:calc(100dvh - 20px);padding:20px 15px 15px;border-radius:20px}.consult-modal-head{padding-right:40px}.consult-modal-head h2{font-size:23px}.consult-modal-grid{grid-template-columns:1fr}.consult-modal-form textarea{min-height:82px}.consult-modal-direct{flex-wrap:wrap}.consult-modal-direct>span{width:100%}.legal-hero{padding:34px 14px}.legal-hero h1{font-size:34px}.legal-content{padding:28px 14px 42px}.legal-content h2{font-size:22px}.legal-content p{font-size:13px}
}

@media (min-width:600px) and (max-width:820px){
  :root{--mobile-gutter:22px}
  .hero h1{font-size:46px}
  .why-spotlight-benefits{grid-template-columns:repeat(4,1fr)}
  .v67-workforce-tabs button{flex-basis:220px}
  .v67-tool-row{grid-template-columns:repeat(4,1fr)}
  .v67-process{grid-template-columns:repeat(3,1fr)}.v67-process:before{display:block}
  .awv-tools-grid{grid-template-columns:repeat(4,1fr)}
  .home-product-grid,.product-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:390px){
  :root{--mobile-gutter:12px}
  .v68-brand .brand-copy em{display:none}
  .announcement p{font-size:11px}
  .hero h1{font-size:34px}
  .hero-copy>p{font-size:13px}
  .hero-actions .button{min-height:45px}
  .hero-micro{justify-content:center;padding:0 2px;}
  .why-spotlight-benefits small{font-size:12.9px}
  .v67-workforce-tabs button{flex-basis:176px}
  .v67-panel-brand>small{display:none}
  .v67-task{grid-template-columns:27px minmax(0,1fr)}.v67-task>i{display:none}
  .market-hero h1,.market-hero-v42 h1{font-size:29px}
}

@media (max-width:340px){
  .hero-actions{grid-template-columns:1fr}
  .why-spotlight-benefits{grid-template-columns:1fr}
  .v73-footer .footer-main{grid-template-columns:1fr}
  .v73-footer .footer-col:nth-of-type(2),.v73-footer .footer-col:nth-of-type(3){padding:13px 0;border-left:0}
  .v73-footer .footer-col:last-child{grid-column:auto;grid-template-columns:1fr}.v73-footer .footer-col:last-child>b,.v73-footer .footer-address{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto;animation:none;transition:none}
}

/* ===== Header logo lockup — compact dark mobile header ===== */
@media(max-width:1100px){
  .v68-site-header{
    background:linear-gradient(112deg,#0c1b2b 0%,#132b42 54%,#1a3853 100%);
    border-bottom:1px solid rgba(255,255,255,.14);
    box-shadow:0 8px 22px rgba(7,20,33,.2);
  }
  .v68-site-header.scrolled{
    background:linear-gradient(112deg,#0b1928 0%,#122940 54%,#18344e 100%);
  }
  .v68-brand{
    min-width:0;
    min-height:44px;
    gap:0;
    overflow:visible;
  }
  .v68-brand .brand-logo-wide{
    display:block;
    width:180px;
    height:auto;
    max-height:50px;
    flex:0 0 auto;
    object-fit:contain;
    object-position:left center;
    filter:drop-shadow(0 3px 8px rgba(0,0,0,.2));
  }

}

@media(max-width:390px){
  .v68-brand .brand-logo-wide{width:142px;max-height:40px}
}

@media(max-width:1100px){
  .v68-site-header>.header-atmosphere{
    background-size:auto,auto,var(--surface-grid-cell) var(--surface-grid-cell),var(--surface-grid-cell) var(--surface-grid-cell),var(--surface-grid-cell) var(--surface-grid-cell),var(--surface-grid-major) var(--surface-grid-major),var(--surface-grid-major) var(--surface-grid-major);
  }
  .v73-footer .v73-footer-brand-logo{
    width:180px;
    max-width:100%;
    min-height:48px;
  }
  .v73-footer .v73-footer-brand-logo .brand-logo-wide{
    width:180px;
    height:auto;
    max-height:48px;
    flex:0 0 auto;
  }
}

@media(max-width:390px){
  .v73-footer .v73-footer-brand-logo,
  .v73-footer .v73-footer-brand-logo .brand-logo-wide{
    width:158px;
  }
}

/* V83 — responsive consultation popup polish. */
@media(max-width:1100px){
  .consult-modal{
    align-items:end;
    padding:12px;
  }
  .consult-modal-card{
    width:100%;
    max-width:650px;
    max-height:calc(100dvh - 24px);
    margin:0 auto;
    padding:27px 18px 17px;
    border-radius:24px;
  }
  .consult-modal-card::after{left:22px;right:62px}
  .consult-modal-close{top:13px;right:13px;width:40px;height:40px}
  .consult-modal-head{padding-right:46px}
  .consult-modal-head h2{font-size:26px;line-height:1.1}
  .consult-modal-head p{margin-bottom:17px;font-size:13px}
  .consult-modal-grid{grid-template-columns:1fr;gap:11px}
  .consult-modal-form{gap:12px}
  .consult-modal-form input{min-height:49px}
  .consult-modal-form textarea{min-height:96px}
  .consult-modal-form .button{min-height:54px}
  .consult-modal-direct{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:8px;margin-top:15px;padding-top:13px}
  .consult-modal-direct>span{grid-column:1/-1;width:auto;margin:0;font-size:12px}
  .consult-modal-direct a{width:100%;min-height:40px;padding:7px 9px;font-size:12px}
}

@media(max-width:430px){
  .consult-modal{padding:8px}
  .consult-modal-card{max-height:calc(100dvh - 16px);padding:25px 14px 14px;border-radius:22px}
  .consult-modal-card::after{left:18px;right:56px}
  .consult-modal-head{padding-right:43px}
  .consult-modal-head .hero-kicker{font-size:12px}
  .consult-modal-head h2{font-size:24px;letter-spacing:-.02em}
  .consult-modal-head p{font-size:12px}
  .consult-modal-form input,
  .consult-modal-form textarea{font-size:13px}
  .consult-modal-form .button{padding-left:14px;font-size:13px}
  .consult-modal-form .button>i{flex-basis:37px;width:37px;height:37px}
}

@media(max-width:350px){
  .consult-modal-direct{grid-template-columns:1fr}
  .consult-modal-direct>span{grid-column:auto}
}

/* Mobile typography and spacing pass — V86 */
@media (max-width:820px){
  body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;letter-spacing:-.003em;color:#263b50}
  h1,h2,h3,h4,h5,h6{font-weight:650;letter-spacing:-.022em}
  p,li{font-weight:400}
  .section-heading h2,.hero h1,.final-cta h2,.consult-hero h1,.market-hero h1,.market-hero-v42 h1,.detail-buy h1,.v60-detail-card h1{font-weight:650;letter-spacing:-.028em}
  .hero-copy>p,.section-heading>p:last-child,.why-spotlight-copy>p,.improvement-item p,.v67-task p,.v73-footer .footer-brand>p,.v73-footer .footer-address{font-weight:400;letter-spacing:0}
  .hero h1 {
      font-size: clamp(28px,7vw,39px);
      line-height: 1.26;
      font-weight: 800;
  }
  .section-heading h2{font-size:clamp(26px,7.5vw,33px);line-height:1.1}
  .hero-copy>p,.section-heading>p:last-child{font-size:15.5px;line-height:1.58}
  .button{font-weight:800;letter-spacing:0}
  .v67-workforce-tabs button b,.v67-task h4,.v60-detail-card h1,.product-copy h3{font-weight:600}
  .v67-workforce-tabs button small,.v67-task p,.v67-process li small,.product-copy p{font-weight:400}
}
@media (max-width:430px){
  .hero h1{font-size:clamp(25px,6vw,28px);font-weight: 800;}
  .section-heading h2{font-size:clamp(22px,5vw,30px);font-weight: 800;}
  .hero-copy>p,.section-heading>p:last-child{font-size:15px}
  .v73-footer .footer-brand>p{font-size: 13.5px;
            margin-left: 43px;
            margin-top: -5px;}
  .v73-footer .footer-address{font-size:12.5px}
}

/* ========================================================================== */
/* V87 — fixed mobile quick-contact dock                                     */
/* Mirrors the requested sketch: Home / Menu / Zalo / Call on the first row,  */
/* followed by a full-width phone lead field with a clear send affordance.     */
@media (max-width:760px){
  html{scroll-padding-bottom:calc(154px + env(safe-area-inset-bottom,0px))}
  body{padding-bottom:calc(154px + env(safe-area-inset-bottom,0px));}

  .mobile-action-bar{
    position:fixed;
    z-index:120;
    left:50%;
    bottom:max(8px,env(safe-area-inset-bottom,0px));
    display:block;
    width:min(460px,calc(100% - 16px));
    transform:translateX(-50%);
    padding:7px;
    border:1px solid rgba(164,211,239,.25);
    border-radius:23px;
    background:linear-gradient(145deg,rgba(9,27,44,.98),rgba(17,48,73,.97) 58%,rgba(25,66,88,.97));
    box-shadow:0 18px 42px rgba(2,16,29,.32),0 5px 14px rgba(5,25,43,.22),inset 0 1px 0 rgba(255,255,255,.1);
    color:#fff;
    isolation:isolate;
  }
  .mobile-action-bar::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background-image:radial-gradient(circle,rgba(153,205,245,.08) 1px,transparent 1.35px),linear-gradient(rgba(153,205,245,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(153,205,245,.025) 1px,transparent 1px);
    background-size:var(--surface-grid-cell) var(--surface-grid-cell),var(--surface-grid-major) var(--surface-grid-major),var(--surface-grid-major) var(--surface-grid-major);
    opacity:.75;
  }
  .mobile-action-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:0 0 7px;}
  .mobile-action-item{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    padding:5px 3px;
    border:1px solid transparent;
    border-radius:16px;
    color:#dbeaf5;
    font-size:10px;
    font-weight:750;
    line-height:1;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    touch-action:manipulation;
    transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
  }
  .mobile-action-item:hover,.mobile-action-item:focus-visible{transform:translateY(-2px);border-color:rgba(158,218,249,.42);background:rgba(255,255,255,.12);color:#fff;outline:none;}
  .mobile-action-item:active{transform:translateY(0) scale(.98);}
  .mobile-action-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;font-size:14px;line-height:1;}
  .mobile-action-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .mobile-action-home .mobile-action-icon{color:#9bd8ff;background:rgba(80,165,226,.18);}
  .mobile-action-menu .mobile-action-icon{color:#dbeaf5;}
  .mobile-action-zalo:hover,.mobile-action-zalo:focus-visible{background:#fff;color:#12518f;border-color:#fff;}
  .mobile-action-zalo img{width:27px;height:27px;object-fit:contain;}
  .mobile-action-call:hover,.mobile-action-call:focus-visible{background:linear-gradient(145deg,#2eb969,#168b4f);border-color:rgba(183,255,205,.6);}
  .mobile-action-bar.menu-open .mobile-action-menu{background:rgba(239,95,120,.18);border-color:rgba(239,150,166,.48);color:#fff;}
  .mobile-action-bar.menu-open .mobile-action-menu .mobile-action-icon{background:#ef5f78;color:#fff;}

  .mobile-quick-consult-form{display:grid;grid-template-columns:minmax(0,1fr) 0px;gap:0px;margin:0;}
  .mobile-quick-input-wrap{min-width:0;display:grid;grid-template-columns:1fr;align-items:center;gap:5px;height:45px;padding:0 11px;border:1px solid rgba(255,255,255,.76);border-radius:15px;background:rgba(255,255,255,.97);color:#49677d;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 4px 12px rgba(2,17,29,.16);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
  .mobile-quick-input-wrap:focus-within{border-color:#7ecaf2;box-shadow:0 0 0 3px rgba(126,202,242,.18),0 5px 14px rgba(2,17,29,.2);transform:translateY(-1px);}
  .mobile-quick-input-wrap>i{font-size:12px;color:#4b88b0;text-align:center;}
  .mobile-quick-input-wrap input{width:100%;min-width:0;height:40px;padding:0;border:0;outline:0;background:transparent;color:#1d3951;font-size:21px;font-weight:800;letter-spacing:-.01em;}
  .mobile-quick-input-wrap input::placeholder{color:#758b9b;opacity:1;font-size:13.8px;font-weight:600;letter-spacing:0;}
  .mobile-quick-submit {
      margin-left: -45px;
      width: 40px;
      margin-top: 4.5px;
      height: 36px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,184,195,.5);
      border-radius: 15px;
      background: linear-gradient(145deg,#f06b83,#df4e6b);
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      box-shadow: 0 6px 14px rgba(126,27,54,.3),inset 0 1px 0 rgba(255,255,255,.24);
      transition: transform .2s ease,filter .2s ease,box-shadow .2s ease;
  }  .mobile-quick-submit:hover,.mobile-quick-submit:focus-visible{transform:translateY(-2px) scale(1.02);filter:saturate(1.08);box-shadow:0 9px 17px rgba(126,27,54,.34),inset 0 1px 0 rgba(255,255,255,.3);outline:none;}
  .mobile-quick-submit:active{transform:translateY(0) scale(.98);}
  .mobile-quick-submit:disabled{cursor:wait;opacity:.72;}

  .mobile-quick-menu{position:absolute;left:0;right:0;bottom:calc(100% + 9px);max-height:min(60vh,420px);overflow:auto;padding:10px;border:1px solid rgba(164,211,239,.3);border-radius:20px;background:linear-gradient(145deg,rgba(11,32,51,.99),rgba(19,56,83,.98));box-shadow:0 22px 48px rgba(2,16,29,.34),inset 0 1px 0 rgba(255,255,255,.1);scrollbar-width:thin;scrollbar-color:rgba(170,215,240,.4) transparent;animation:mobile-quick-menu-in .22s cubic-bezier(.2,.8,.25,1) both;}
  .mobile-quick-menu[hidden]{display:none;}
  .mobile-quick-menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:3px 3px 9px;border-bottom:1px solid rgba(189,222,241,.16);}
  .mobile-quick-menu-head>div{display:grid;gap:2px;}
  .mobile-quick-menu-kicker{font-size:8px;font-weight:850;letter-spacing:.16em;color:#7ec8ef;}
  .mobile-quick-menu-head strong{font-size:16px;letter-spacing:-.02em;color:#fff;}
  .mobile-quick-menu-close{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(189,222,241,.24);border-radius:10px;background:rgba(255,255,255,.08);color:#dbeaf5;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease;}
  .mobile-quick-menu-close:hover,.mobile-quick-menu-close:focus-visible{background:#ef5f78;color:#fff;transform:rotate(5deg);outline:none;}
  .mobile-quick-menu-links{display:grid;gap:6px;padding-top:8px;}
  .mobile-quick-menu-link{display:grid;grid-template-columns:31px minmax(0,1fr) 18px;align-items:center;gap:8px;min-height:48px;padding:7px 8px;border:1px solid rgba(189,222,241,.1);border-radius:13px;background:rgba(255,255,255,.055);color:#cfe4f1;transition:background .2s ease,border-color .2s ease,transform .2s ease,color .2s ease;}
  .mobile-quick-menu-link>i:first-child{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(126,200,239,.13);color:#87cff4;font-size:12px;}
  .mobile-quick-menu-link>i:last-child{font-size:10px;color:#88aabd;text-align:center;}
  .mobile-quick-menu-link span{display:grid;gap:2px;min-width:0;}
  .mobile-quick-menu-link b{font-size:12px;color:#fff;line-height:1.2;}
  .mobile-quick-menu-link small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#91adbd;font-size:10px;line-height:1.25;}
  .mobile-quick-menu-link:hover,.mobile-quick-menu-link:focus-visible{transform:translateX(2px);border-color:rgba(126,200,239,.42);background:rgba(126,200,239,.13);color:#fff;outline:none;}
  .mobile-quick-menu-link-accent{border-color:rgba(239,95,120,.28);background:linear-gradient(110deg,rgba(239,95,120,.18),rgba(255,255,255,.06));}
  .mobile-quick-menu-link-accent>i:first-child{background:rgba(239,95,120,.28);color:#ff9dad;}
  .mobile-quick-menu-link-accent:hover,.mobile-quick-menu-link-accent:focus-visible{border-color:rgba(255,145,162,.65);background:rgba(239,95,120,.24);}

  @keyframes mobile-quick-menu-in{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
}

@media (max-width:360px){
  body{padding-bottom:calc(147px + env(safe-area-inset-bottom,0px));}
  .mobile-action-bar{width:calc(100% - 12px);padding:6px;border-radius:20px;}
  .mobile-action-row{gap:4px;padding-bottom:6px;}
  .mobile-action-item{border-radius:14px;font-size:9px;}
  .mobile-action-icon{width:27px;height:27px;border-radius:9px;font-size:12px;}
  .mobile-action-zalo img{width:24px;height:24px;}
  .mobile-quick-consult-form{grid-template-columns:minmax(0,1fr) 42px;gap:5px;}
  .mobile-quick-input-wrap,.mobile-quick-submit{height:42px;border-radius:13px;}
  .mobile-quick-submit{width:42px;}
  .mobile-quick-input-wrap input::placeholder{font-size:11px;}
}

@media (prefers-reduced-motion:reduce){
  .mobile-quick-menu{animation:none;}
}

/* ========================================================================== */
/* V89 — minimal mobile dock + quick phone form                               */
/* No menu or visible labels: one home control on the left and the two direct */
/* contact controls grouped on the right. The quick phone form remains below. */
@media (max-width:760px){
  html{scroll-padding-bottom:calc(0px + env(safe-area-inset-bottom,0px));}
  body{padding-bottom:calc(0px + env(safe-area-inset-bottom,0px));}
  .mobile-action-bar {
      left: 50%;
      right: auto;
      bottom: max(0px,env(safe-area-inset-bottom,0px));
      width: min(460px,calc(100% - 33px));
      padding: 12px 12px;
      border-radius: 19px 19px 0px 0px;
      background: linear-gradient(145deg,rgba(8,26,42,.98),rgba(15,47,71,.97));
      box-shadow: 0 14px 32px rgba(2,16,29,.3),0 4px 12px rgba(5,25,43,.18),inset 0 1px 0 rgba(255,255,255,.09);
  }
  .mobile-action-bar::before{opacity:.32;}
  .mobile-action-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:0;}
  .mobile-action-spacer{display:block;flex:1 1 auto;min-width:0;}
  .mobile-action-item{
    flex:0 0 39px;
    display:grid;
    place-items:center;
    padding:0;
    border-radius:15px;
    font-size:0;
    line-height:1;
  }
  .mobile-action-item:hover,.mobile-action-item:focus-visible{transform:translateY(-1px);}
  .mobile-action-icon{width:39px;height:39px;border-radius:16px;font-size:16px;}
  .mobile-action-label,.mobile-action-menu,.mobile-quick-menu{display:none!important;}
  .mobile-quick-consult-form{display:grid!important;margin-top:7px;}
  .mobile-action-home .mobile-action-icon{background:rgba(80,165,226,.24);color:#b9e8ff;}
  .mobile-action-zalo img{width:39px;height:39px;}
  .mobile-action-call{height: 38px;width: 38px;background:linear-gradient(145deg,#2aaa61,#16884d);border-color:rgba(163,244,191,.28);color:#fff;}
}

@media (max-width:360px){
  html{scroll-padding-bottom:calc(122px + env(safe-area-inset-bottom,0px));}
  body{padding-bottom:calc(122px + env(safe-area-inset-bottom,0px));}
  .mobile-action-bar{padding:6px 8px;border-radius:17px;}
  .mobile-action-item{flex-basis:44px;border-radius:13px;}
  .mobile-action-icon{width:31px;height:31px;border-radius:10px;font-size:14px;}
  .mobile-action-zalo img{width:28px;height:28px;}
}

/* V90 — mobile dock: Home / Zalo / Call grouped left, direct phone card right. */
@media (max-width:760px){
  .mobile-action-row{
    justify-content:flex-start;
    gap:7px;
  }
  .mobile-action-spacer{display:none!important;}
  .mobile-direct-consult{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:7px;
    color:#fff;
    overflow:hidden;
    transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
  }
  .mobile-direct-consult-icon{
    width:31px;
    height:31px;
    flex:0 0 31px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:linear-gradient(145deg,#58bde9,#2688c6);
    color:#fff;
    font-size:13px;
    box-shadow:0 4px 10px rgba(24,116,171,.3),inset 0 1px 0 rgba(255,255,255,.24);
  }
  .mobile-direct-consult-copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:2px;
    line-height:1;
    margin-right: 5px;
  }
  .mobile-direct-consult-copy small{
    color:#9ec7df;
    font-size:8.5px;
    font-weight:700;
    text-transform:uppercase;
    white-space:nowrap;
  }
  .mobile-direct-consult-copy strong{
    display:flex;
    align-items:center;
    gap:5px;
    color:#fff;
    font-size:20.5px;
    font-weight:800;
    white-space:nowrap;
  }
  .mobile-direct-consult-copy strong i{
    color:#7ee2aa;
    font-size:10px;
  }
}

@media (max-width:380px){
  .mobile-action-row{gap:5px;}
  .mobile-direct-consult{min-width:137px;padding-right:7px;gap:5px;}
  .mobile-direct-consult-icon{width:27px;height:27px;flex-basis:27px;border-radius:8px;font-size:11px;}
  .mobile-direct-consult-copy small {
    font-size: 10.5px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px;
}
  .mobile-direct-consult-copy strong{font-size:20.5px;gap:4px;}
}

/* ========================================================================== */
/* V92.2 — mobile top-bar menu + contact page                                 */
/* ========================================================================== */
@media (max-width:1100px){
  .v68-header-inner{
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
  }
  .v68-header-inner .header-mobile-contacts{
    gap:7px;
    min-width:131px;
  }
  .header-mobile-contacts .header-menu-toggle{
    display:grid;
    place-items:center;
    flex:0 0 39px;
    width:39px;
    height:39px;
    min-width:39px;
    padding:0;
    border:1px solid rgba(185,220,243,.28);
    border-radius:14px;
    background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.075));
    color:#edf8ff;
    box-shadow:0 5px 12px rgba(4,20,33,.16),inset 0 1px 0 rgba(255,255,255,.08);
  }
  .header-mobile-contacts .header-menu-toggle:active,
  .header-mobile-contacts .header-menu-toggle[aria-expanded="true"]{
    background:rgba(255,255,255,.18);
    border-color:rgba(164,216,249,.52);
  }
  .header-menu-panel{
    position:absolute;
    top:calc(100% + 8px);
    left:max(12px,env(safe-area-inset-left));
    right:max(12px,env(safe-area-inset-right));
    width:auto;
    max-height:calc(100dvh - 80px);
    overflow:auto;
    overscroll-behavior:contain;
    padding:10px;
    border-radius:20px;
    transform-origin:top right;
    box-shadow:0 22px 50px rgba(3,18,31,.27),0 5px 15px rgba(3,18,31,.1),inset 0 1px 0 #fff;
  }
  .header-menu-featured{min-height:70px;grid-template-columns:42px minmax(0,1fr) 22px;padding:10px}
  .header-menu-featured-icon{width:42px;height:42px;border-radius:13px}
  .header-menu-featured-copy b{font-size:13.5px}
  .header-menu-featured-copy small{font-size:12px}
  .header-menu-links{gap:5px;margin-top:8px;padding-top:9px}
  .header-menu-section-label{font-size:10.5px;padding-left:3px}
  .header-menu-link{min-height:52px;grid-template-columns:32px minmax(0,1fr) 16px;gap:9px;padding:7px 8px;border-radius:13px}
  .header-menu-link-icon{width:32px;height:32px;border-radius:10px}
  .header-menu-link-copy b{font-size:12.5px}
  .header-menu-link-copy small{font-size:11px}

  .contact-hero-v92{padding:45px 18px 48px}
  .contact-hero-inner-v92{grid-template-columns:1fr;gap:28px}
  .contact-hero-copy-v92{max-width:none}
  .contact-hero-copy-v92 h1{max-width:760px;font-size:clamp(34px,6vw,52px)}
  .contact-hero-card-v92{max-width:620px}
  .contact-main-v92{grid-template-columns:1fr;gap:28px;padding:38px 18px 58px}
  .contact-info-v92{max-width:760px}
  .contact-form-card-v92{max-width:760px;width:100%}
}

@media (max-width:760px){
  .contact-hero-v92{padding:34px 14px 38px}
  .contact-hero-v92::before{background-size:24px 24px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 76%);mask-image:linear-gradient(180deg,#000,transparent 76%)}
  .contact-hero-inner-v92{gap:22px}
  .contact-eyebrow-v92{font-size:9.5px;letter-spacing:.1em}
  .contact-eyebrow-v92 i{width:26px;height:26px;border-radius:8px}
  .contact-hero-copy-v92 h1{margin:14px 0 13px;font-size:34px;line-height:1.21;}
  .contact-hero-copy-v92>p{font-size:15px;line-height:1.63;            text-align: justify;}
  .contact-hero-points-v92{display:none;grid-template-columns:1fr;gap:8px;margin-top:18px;font-size:10.5px}
  .contact-hero-card-v92{padding:13px;border-radius:19px}
  .contact-hero-card-top-v92{padding-bottom:10px;font-size:10px}
  .contact-hero-chat-v92{grid-template-columns:42px minmax(0,1fr);gap:10px;margin-top:12px;padding:11px;border-radius:14px}
  .contact-hero-avatar-v92{width:42px;height:42px;border-radius:12px}.contact-hero-avatar-v92 img{width:31px;height:31px}
  .contact-hero-chat-v92 small{font-size:12px}.contact-hero-chat-v92 strong{font-size:15px}
  .contact-hero-status-v92{gap:6px;margin-top:9px}.contact-hero-status-v92 span{padding:8px 9px;border-radius:10px;font-size:12.8px}.contact-hero-status-v92 i{width:23px;height:23px;border-radius:7px}

  .contact-main-v92{padding:30px 14px 46px;gap:24px}
  .contact-section-head-v92>span,.contact-form-head-v92 small{font-size:9px}
  .contact-section-head-v92 h2{font-size:26px;margin-top:7px}.contact-section-head-v92 p{font-size:11.5px}
  .contact-channel-list-v92{gap:8px;margin-top:19px}
  .contact-channel-v92{grid-template-columns:41px minmax(0,1fr) 15px;gap:10px;min-height:70px;padding:10px 11px;border-radius:15px}
  .contact-channel-icon-v92{width:41px;height:41px;border-radius:12px}
  .contact-channel-copy-v92 small{font-size:8.5px}.contact-channel-copy-v92 b{font-size:15px}.contact-channel-copy-v92 em{font-size:9px}
  .contact-office-v92{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px;border-radius:15px}.contact-office-icon-v92{width:38px;height:38px;border-radius:11px}.contact-office-v92 b{font-size:13.5px}.contact-office-v92 a{font-size:9.5px}

  .contact-form-card-v92{padding:18px 14px;border-radius:20px}
  .contact-form-head-v92{grid-template-columns:40px minmax(0,1fr);gap:10px;}
  .contact-form-icon-v92{width:40px;height:40px;border-radius:12px}.contact-form-head-v92 h2{font-size:16px}.contact-form-head-v92 p{font-size:10px}
  .contact-form-v92{gap:13px;margin-top:15px}
  .contact-form-grid-v92{grid-template-columns:1fr;gap:11px}
  .contact-form-v92 label{gap:6px;font-size:10px}
  .contact-form-v92 input,.contact-form-v92 textarea{font-size:16px;border-radius:12px}
  .contact-form-v92 input{height:47px;padding:0 12px}.contact-form-v92 textarea{min-height:110px;padding:11px 12px}
  .contact-submit-v92{min-height:50px;border-radius:14px;font-size:16.5px}
  .contact-form-note-v92{font-size:9px}
}

@media (max-width:390px){
  .v68-header-inner{padding-left:10px;padding-right:10px;gap:6px}
  .v68-brand .brand-logo-wide {
      width: 160px;
      max-height: 50px;
  }
  .v68-header-inner .header-mobile-contacts{gap:6px;min-width:123px}
  .header-mobile-contacts .header-mobile-contact,
  .header-mobile-contacts .header-menu-toggle{flex-basis:37px;width:37px;height:37px;min-width:37px;border-radius:13px}
  .header-mobile-call i{font-size:17px}
  .header-menu-lines,.header-menu-lines>span{width:17px}
  .header-menu-lines>span:nth-child(2){width:12px}
  .header-menu-panel{left:10px;right:10px;padding:9px;border-radius:18px}
  .header-menu-link-copy small{max-width:220px}
  .contact-hero-copy-v92 h1{font-size:22px}
}

@media (max-width:340px){
  .v68-brand .brand-logo-wide{width:124px;max-height:37px}
  .v68-header-inner .header-mobile-contacts{gap:5px;min-width:113px}
  .header-mobile-contacts .header-mobile-contact,
  .header-mobile-contacts .header-menu-toggle{flex-basis:34px;width:34px;height:34px;min-width:34px;border-radius:12px}
  .header-menu-link-copy small{display:none}
}


/* V93 — standalone child footers match the index footer on mobile. */
@media (max-width:1100px){
  body > .v73-footer{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
    margin:0 12px;
    padding:0;
    background:transparent;
  }
  body > .v73-footer .v73-footer-shell{width:100%;max-width:none;border-radius:20px 20px 0px 0px}
  .market-page-head-v93{padding:28px 14px 18px}
  .market-page-head-inner-v93 h1{margin:8px 0 7px;font-size:22px;line-height:1.08}
  .market-page-head-inner-v93 p{font-size:15.5px;line-height:1.55}
}
@media (max-width:760px){
  body > .v73-footer .v73-footer-shell{padding-bottom:120px}
}
