.mobile-brand-copy,
.mobile-nav-drawer,
.mobile-bottom-nav,
.mobile-policy-toggle,
.mobile-footer-toggle,
.add-label-short{display:none}

.mobile-policy-panel,
.mobile-policy-panel-inner,
.mobile-footer-panel,
.mobile-footer-panel-inner{display:contents}

.brands-filter-icon{display:none}
.brands-intro-copy{display:contents}

@media (max-width:767.98px), (max-height:500px) and (pointer:coarse){
  :root{
    --mobile-blue:#004c97;
    --mobile-blue-dark:#002b5c;
    --mobile-green:#008f46;
    --mobile-surface:#f7fbfd;
    --mobile-line:#d6e4ed;
    --mobile-ease:cubic-bezier(.22,1,.36,1);
    --mobile-nav-height:64px;
  }

  html,body{max-width:100%;overflow-x:clip}
  html.mobile-nav-is-open,html.mobile-nav-is-open body{overflow:hidden}
  body{background:#f3f7fa;-webkit-tap-highlight-color:transparent}
  body>.whatsapp-assist:not(.whatsapp-assist--mobile){display:none!important}
  section[id]{scroll-margin-top:78px}
  .container{width:calc(100% - 24px);max-width:none}
  .section{padding:2.75rem 0}

  .topbar{display:none}

  header{
    position:sticky;
    top:0;
    z-index:1200;
    padding:max(6px,env(safe-area-inset-top)) 0 4px;
    background:transparent;
    box-shadow:none;
  }
  .header-shell{width:calc(100% - 16px);margin-inline:auto;padding:0;border-radius:999px;background:transparent}
  .header-main{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-rows:48px;
    gap:6px;
    min-height:58px;
    padding:5px 6px 5px 8px;
    border:1px solid #a8dff3;
    border-radius:999px;
    background:radial-gradient(ellipse 58% 115% at 50% -58%,rgba(91,210,255,.2),transparent 68%),linear-gradient(100deg,#fbfdff,#f2f8fc 52%,#fbfdff);
    box-shadow:0 8px 24px rgba(0,43,92,.09),0 0 10px rgba(88,204,246,.3),0 0 24px rgba(88,204,246,.13),inset 0 0 24px rgba(91,207,247,.08),inset 0 1px 0 rgba(255,255,255,.95);
  }
  .header-main::before{
    content:'';
    display:block;
    position:absolute;
    z-index:3;
    inset:-1px;
    border:1px solid rgba(99,213,253,.78);
    border-radius:inherit;
    box-shadow:0 0 7px rgba(68,196,242,.58),0 0 18px rgba(68,196,242,.2),inset 0 0 7px rgba(68,196,242,.14);
    pointer-events:none;
  }
  header.scrolled .header-main{
    border-color:#84d3ef;
    box-shadow:0 12px 30px rgba(0,43,92,.13),0 0 12px rgba(78,201,246,.36),0 0 28px rgba(78,201,246,.16),inset 0 0 24px rgba(91,207,247,.08);
  }
  .logo{
    grid-column:1;
    grid-row:1;
    width:44px;
    height:44px;
    min-width:0;
  }
  .logo-picture{width:44px;height:44px;flex:0 0 44px}
  .brand-logo{object-position:center}
  .product-search{position:relative;grid-column:2;grid-row:1;width:100%;min-width:0}
  .search-field{
    height:46px;
    padding:2px 2px 2px 12px;
    border-color:#b9d2e4;
    border-radius:999px;
    background:linear-gradient(100deg,#f9fcfe,#edf6fb);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 3px 10px rgba(0,76,151,.06);
  }
  .product-search input{height:44px;min-height:44px;font-size:16px;font-weight:600}
  .search-clear,.search-submit{width:44px;height:44px}
  .search-submit,.search-clear{border-radius:50%}
  .search-suggestions{
    top:calc(100% + 7px);
    z-index:1280;
    max-height:min(54dvh,420px);
    overflow-y:auto;
    border-radius:14px;
    overscroll-behavior:contain;
  }
  .search-option{min-height:58px}
  .nav-actions{grid-column:3;grid-row:1;gap:6px}
  .header-order{display:none!important}
  .cart-btn,.burger{width:44px;height:44px;min-width:44px;min-height:44px}
  .cart-btn>img{width:20px;height:20px}
  .burger img{width:22px;height:22px}
  #navLinks{display:none!important}

  .mobile-nav-drawer[open]{
    position:fixed;
    inset:0 0 0 auto;
    display:block;
    width:min(88vw,360px);
    max-width:none;
    height:100dvh;
    max-height:none;
    margin:0;
    padding:0;
    overflow:visible;
    border:0;
    background:transparent;
    color:#173b58;
  }
  .mobile-nav-drawer::backdrop{
    background:rgba(0,24,52,.52);
    opacity:0;
    transition:opacity .2s linear;
  }
  .mobile-nav-drawer.is-open::backdrop{opacity:1}
  .mobile-nav-drawer.is-closing::backdrop{opacity:0}
  .mobile-nav-shell{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    width:100%;
    height:100%;
    overflow:hidden;
    border-radius:18px 0 0 18px;
    background:#f8fbfd;
    box-shadow:-20px 0 55px rgba(0,32,70,.24);
    transform:translateX(104%);
    transition:transform .26s var(--mobile-ease);
  }
  .mobile-nav-drawer.is-open .mobile-nav-shell{transform:translateX(0)}
  .mobile-nav-drawer.is-closing .mobile-nav-shell{transform:translateX(104%)}
  .mobile-nav-head{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) 44px;
    align-items:center;
    gap:10px;
    min-height:84px;
    padding:max(14px,env(safe-area-inset-top)) 14px 12px;
    border-bottom:1px solid var(--mobile-line);
    background:#fff;
  }
  .mobile-nav-brand{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:12px;background:#eef6fa}
  .mobile-nav-brand img{width:100%;height:100%;object-fit:contain;padding:3px}
  .mobile-nav-heading{display:grid;min-width:0;gap:2px;line-height:1.25}
  .mobile-nav-heading strong{color:var(--mobile-blue-dark);font-size:.96rem;font-weight:850;letter-spacing:-.02em}
  .mobile-nav-heading span{overflow:hidden;color:#627a8c;font-size:.7rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
  .mobile-nav-close{
    display:grid;
    width:44px;
    height:44px;
    place-items:center;
    border:1px solid #cfe0ea;
    border-radius:13px;
    background:#edf5f9;
    color:var(--mobile-blue-dark);
    cursor:pointer;
  }
  .mobile-nav-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .mobile-nav-list{display:grid;align-content:start;gap:6px;overflow-y:auto;padding:14px;overscroll-behavior:contain}
  .mobile-nav-item{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 22px;
    align-items:center;
    gap:11px;
    min-height:56px;
    padding:6px 10px 6px 6px;
    border-radius:14px;
    color:#34546d;
    font-size:.91rem;
    font-weight:750;
  }
  .mobile-nav-item.is-active{background:#e6f1f7;color:var(--mobile-blue);box-shadow:inset 0 0 0 1px #c9e0ec}
  .mobile-nav-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;background:#eef5f9;color:#2e6e98}
  .mobile-nav-item.is-active .mobile-nav-icon{background:var(--mobile-blue);color:#fff}
  .mobile-nav-icon svg,.mobile-nav-chevron svg,.mobile-policy-icon svg,.mobile-policy-chevron svg,.mobile-footer-chevron svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-nav-chevron{display:grid;place-items:center;color:#8297a7}
  .mobile-nav-chevron svg{width:17px;height:17px}
  .mobile-nav-support{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    margin:12px 14px max(14px,env(safe-area-inset-bottom));
    padding:12px;
    border-radius:15px;
    background:#003b72;
    color:#fff;
  }
  .mobile-nav-support>span{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:rgba(255,255,255,.1);color:#8be4b5}
  .mobile-nav-support svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .mobile-nav-support div{display:grid;min-width:0;gap:2px}
  .mobile-nav-support strong{font-size:.78rem;line-height:1.25}
  .mobile-nav-support small{color:#c7deeb;font-size:.63rem;line-height:1.35}
  .mobile-nav-support a{display:flex;min-height:44px;align-items:center;padding:0 10px;border-radius:11px;background:#fff;color:#00467f;font-size:.7rem;font-weight:850;white-space:nowrap}

  .mobile-bottom-nav{
    position:fixed;
    right:10px;
    bottom:max(8px,env(safe-area-inset-bottom));
    left:10px;
    z-index:1500;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-height:var(--mobile-nav-height);
    padding:5px;
    border:1px solid rgba(169,201,219,.72);
    border-radius:16px;
    background:rgba(250,253,255,.96);
    box-shadow:0 12px 34px rgba(0,34,72,.2);
  }
  .mobile-bottom-item{
    position:relative;
    display:grid;
    min-width:0;
    min-height:54px;
    place-items:center;
    align-content:center;
    gap:2px;
    padding:3px;
    border:0;
    border-radius:12px;
    background:transparent;
    color:#5c7487;
    font-family:inherit;
    cursor:pointer;
  }
  .mobile-bottom-item.is-active{background:#e5f1f7;color:var(--mobile-blue)}
  .mobile-bottom-item svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .mobile-bottom-item span{overflow:hidden;max-width:100%;font-size:.64rem;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
  .mobile-bottom-item b{
    position:absolute;
    top:1px;
    left:calc(50% + 6px);
    display:grid;
    min-width:18px;
    height:18px;
    place-items:center;
    padding:0 4px;
    border:2px solid #fff;
    border-radius:999px;
    background:#d73737;
    color:#fff;
    font-size:.55rem;
    line-height:1;
  }
  .mobile-bottom-item b[hidden]{display:none}

  .hero{padding:.75rem 0 1.2rem}
  .hero-shell{width:calc(100% - 16px)}
  .hero-viewport{height:clamp(540px,145vw,620px);border-radius:16px;box-shadow:0 14px 34px rgba(0,43,92,.15)}
  .hero-track{transition-duration:.28s}
  .hero-copy{padding:1.9rem 1.2rem 0}
  body[data-mobile-page="home"] .hero-title{font-size:clamp(1.9rem,8.1vw,2.1rem);font-weight:750;line-height:1.08;letter-spacing:-.03em}
  body[data-mobile-page="home"] .hero-description{max-width:30ch;font-size:.875rem;font-weight:450;line-height:1.5}
  .hero-actions{display:grid;width:min(100%,244px);gap:8px;margin-inline:auto}
  .hero-cta{width:100%;min-height:48px;padding:.72rem 1rem;font-size:.83rem}
  .hero-controls{margin-top:9px}
  .hero-tabs{gap:6px;padding-inline:2px}
  .hero-tab{min-height:44px;padding:.62rem .72rem;font-size:.72rem}

  .brands{padding:.9rem 0 1.25rem}
  .brands-main{gap:10px}
  .pta-approved-line{
    justify-content:flex-start;
    gap:10px;
    margin:0;
    padding:9px 11px;
    border:1px solid #c9e6d6;
    border-radius:14px;
    background:rgba(245,253,248,.88);
    text-align:left;
  }
  .pta-approved-line::before{display:none}
  .pta-approved-line img{height:28px}
  .pta-approved-line strong{font-size:.75rem;line-height:1.4}
  .brands-intro{
    position:relative;
    isolation:isolate;
    display:grid;
    grid-template-columns:38px minmax(0,1fr);
    align-items:center;
    gap:9px;
    min-height:56px;
    padding:9px 12px 9px 10px;
    overflow:hidden;
    border:1px solid #c5dfed;
    border-radius:15px;
    background:linear-gradient(118deg,rgba(255,255,255,.98) 0%,rgba(239,249,255,.96) 58%,rgba(237,251,245,.94) 100%);
    box-shadow:0 9px 22px rgba(0,76,151,.085),inset 0 1px 0 #fff;
  }
  .brands-intro::before{
    content:'';
    position:absolute;
    z-index:-1;
    inset:9px auto 9px 0;
    width:3px;
    border-radius:0 999px 999px 0;
    background:linear-gradient(180deg,#168ed0,#20aa72);
    box-shadow:0 0 12px rgba(22,142,208,.28);
  }
  .brands-intro::after{
    content:'';
    position:absolute;
    z-index:-1;
    top:-38px;
    right:-30px;
    width:84px;
    height:84px;
    border:1px solid rgba(32,170,114,.12);
    border-radius:50%;
    background:rgba(255,255,255,.32);
    pointer-events:none;
  }
  .brands-filter-icon{
    display:grid;
    width:38px;
    height:38px;
    place-items:center;
    border:1px solid rgba(0,111,177,.12);
    border-radius:12px;
    background:linear-gradient(145deg,#e2f4ff,#e5f8ee);
    color:var(--mobile-blue);
    box-shadow:0 5px 12px rgba(0,76,151,.09),inset 0 1px 0 rgba(255,255,255,.9);
  }
  .brands-filter-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .brands-intro-copy{display:flex;min-width:0;align-items:center}
  body[data-mobile-page="home"] .brands-kicker{
    min-width:0;
    color:#003d75;
    font-size:clamp(.96rem,4.5vw,1.05rem);
    font-weight:800;
    line-height:1.18;
    letter-spacing:-.018em;
    text-align:left;
    text-wrap:balance;
  }
  body[data-mobile-page="home"] .brands-hint{display:none}
  .brands-marquee{
    margin-inline:-12px;
    padding:1px 12px 7px;
    overflow-x:auto;
    scroll-padding-inline:12px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    touch-action:auto;
    -webkit-mask-image:none;
    mask-image:none;
  }
  .brands-marquee::-webkit-scrollbar{display:none}
  .brands-track{width:max-content;animation:none!important;transform:none!important}
  .brands-group{gap:8px}
  .brands-group[aria-hidden="true"]{display:none}
  .brands .brand-logo{width:116px;height:54px;padding:.5rem .72rem;border-radius:13px;scroll-snap-align:start}

  #devices{padding:2.75rem 0 3rem}
  #devices .section-head{gap:.7rem;margin-bottom:1.5rem;padding-inline:4px}
  #devices .section-head .eyebrow{display:none}
  body[data-mobile-page="home"] #devices>.container{width:calc(100% - 24px)}
  body[data-mobile-page="home"] #devices .section-head h2{max-width:17ch;font-size:clamp(1.42rem,6.2vw,1.58rem);font-weight:750;line-height:1.14;letter-spacing:-.03em;white-space:normal;text-wrap:balance}
  body[data-mobile-page="home"] #devices .section-head p{max-width:36ch;font-size:.8125rem;font-weight:450;line-height:1.5;white-space:normal;text-wrap:pretty}
  body[data-mobile-page="home"] .prod-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}
  body[data-mobile-page="home"] .product{
    width:100%;
    min-width:0;
    max-width:none;
    border:0;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 22px rgba(0,43,92,.105);
    transform:none!important;
    animation:homeMobileCardIn .24s var(--mobile-ease) both;
  }
  body[data-mobile-page="home"] .product:nth-child(2n){animation-delay:.035s}
  body[data-mobile-page="home"] .product:hover{border-color:transparent;box-shadow:0 8px 22px rgba(0,43,92,.105);transform:none!important}
  body[data-mobile-page="home"] .product .img{aspect-ratio:1.12;background:#eaf2f7}
  body[data-mobile-page="home"] .product .img::after{display:none}
  body[data-mobile-page="home"] .product:hover .img-link>img{filter:none;transform:none}
  .product .badge{top:7px;left:7px;max-width:calc(100% - 58px);padding:.28rem .48rem;font-size:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .wishlist-btn{top:6px;right:6px;width:44px;height:44px}
  .wishlist-btn:hover{transform:none}
  .wishlist-btn img{width:16px;height:16px}
  body[data-mobile-page="home"] .product .info{padding:9px 8px 10px}
  body[data-mobile-page="home"] .product-meta{min-height:18px;gap:4px;margin-bottom:3px}
  body[data-mobile-page="home"] .product .cat-label{overflow:hidden;font-size:.54rem;font-weight:780;letter-spacing:.05em;text-overflow:ellipsis}
  .warranty-label{display:none}
  body[data-mobile-page="home"] .product .product-card-title{min-block-size:44px;max-block-size:44px;min-height:44px;margin:0 0 5px;font-size:.75rem;font-weight:700;line-height:1.32;letter-spacing:-.012em}
  body[data-mobile-page="home"] .product .product-card-title a{display:-webkit-box;min-height:44px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  body[data-mobile-page="home"] .price-stock-row{display:grid;align-items:start;justify-items:start;gap:4px;margin-bottom:7px}
  .product .price-row{gap:4px;white-space:normal}
  body[data-mobile-page="home"] .product .price{font-size:.98rem;font-weight:800;line-height:1.1;letter-spacing:-.025em}
  body[data-mobile-page="home"] .product .old-price{font-size:.56rem}
  body[data-mobile-page="home"] .product .stock{color:#087a30;font-size:.56rem;font-weight:740;line-height:1.6}
  body[data-mobile-page="home"] .product .stock.out{color:#b42318}
  .product .stock::before{width:5px;height:5px}
  body[data-mobile-page="home"] .card-features{display:grid;grid-template-columns:1fr;height:58px;margin:0 0 8px;border-radius:9px}
  body[data-mobile-page="home"] .card-feature{display:grid;grid-template-columns:17px minmax(0,1fr);grid-template-rows:auto;align-items:center;align-content:center;justify-items:start;gap:5px;min-height:28px;padding:2px 6px;text-align:left}
  body[data-mobile-page="home"] .card-feature+.card-feature::before{top:0;right:6px;bottom:auto;left:6px;width:auto;height:1px}
  body[data-mobile-page="home"] .card-feature:nth-child(n+3){display:none}
  body[data-mobile-page="home"] .card-feature img{width:15px;height:15px;margin:0}
  body[data-mobile-page="home"] .card-feature strong,
  body[data-mobile-page="home"] .card-feature strong.is-long{min-height:0;max-height:none;max-width:100%;overflow:hidden;font-size:.6rem;font-weight:760;line-height:1.15;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}
  body[data-mobile-page="home"] .card-feature span{display:none}
  body[data-mobile-page="home"] .product-actions{grid-template-columns:minmax(0,1fr) 44px;gap:6px}
  body[data-mobile-page="home"] .product .add-cart-btn{min-width:0;min-height:44px;gap:3px;padding:5px 4px;font-size:.625rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 6px 14px rgba(0,76,151,.18)}
  body[data-mobile-page="home"] .product .add-cart-btn:disabled{font-size:.55rem}
  body[data-mobile-page="home"] .product .add-cart-btn span{overflow:hidden;text-overflow:clip;white-space:nowrap}
  body[data-mobile-page="home"] .product .add-cart-btn img{width:14px;height:14px;flex:none}
  .product-whatsapp{width:44px;height:44px}
  .product-whatsapp:hover{transform:none}
  .product-whatsapp img{width:20px;height:20px}
  .shop-more-row{margin-top:1.4rem}
  .shop-more-devices{width:min(100%,250px);min-height:48px}

  .features{padding:2.75rem 0}
  .policy-head{margin-bottom:1.25rem}
  .policy-head .eyebrow{display:none}
  body[data-mobile-page="home"] .policy-head h2{max-width:17ch;margin-bottom:.6rem;font-size:clamp(1.42rem,6.2vw,1.58rem);font-weight:750;line-height:1.15;letter-spacing:-.03em;text-wrap:balance}
  body[data-mobile-page="home"] .policy-head p{max-width:37ch;font-size:.8125rem;font-weight:450;line-height:1.52;text-wrap:pretty}
  .features-grid{gap:10px}
  .feature{
    display:block;
    min-height:0;
    overflow:hidden;
    border:1px solid #d2e2eb;
    border-radius:15px;
    background:#fff;
    box-shadow:none;
    transform:none!important;
  }
  .feature::before{display:none}
  .mobile-policy-toggle{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 24px;
    align-items:center;
    gap:10px;
    width:100%;
    min-height:76px;
    padding:9px 12px;
    border:0;
    background:#fff;
    color:#163f60;
    text-align:left;
    cursor:pointer;
  }
  .mobile-policy-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:#e7f3f8;color:#096da6}
  .mobile-policy-copy{display:grid;min-width:0;gap:3px}
  .mobile-policy-copy strong{font-size:.88rem;line-height:1.25}
  .mobile-policy-copy small{overflow:hidden;color:#60788b;font-size:.66rem;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
  .mobile-policy-chevron{display:grid;place-items:center;color:#7890a1;transition:transform .24s var(--mobile-ease)}
  .feature.is-mobile-open .mobile-policy-toggle{background:#f7fbfd}
  .feature.is-mobile-open .mobile-policy-chevron{transform:rotate(90deg)}
  .mobile-policy-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s var(--mobile-ease)}
  .mobile-policy-panel-inner{display:grid;min-height:0;overflow:hidden;visibility:hidden;transition:visibility 0s linear .24s}
  .feature.is-mobile-open .mobile-policy-panel{grid-template-rows:1fr}
  .feature.is-mobile-open .mobile-policy-panel-inner{visibility:visible;transition-delay:0s}
  .policy-copy{padding:2px 14px 14px}
  .policy-copy>.policy-label,.policy-copy>h3{display:none}
  .policy-points{gap:0}
  .policy-points li{padding:.65rem 0 .65rem 1.2rem;font-size:.78rem;line-height:1.5}
  .policy-points li::before{top:1.05rem}
  .policy-points li.is-warning{padding-left:1.65rem}
  .policy-points li.is-warning::before{top:.78rem}
  .policy-visual{min-height:120px;max-height:150px;padding:8px 16px;border-top:1px solid #d6e5ed;border-left:0}
  .policy-visual svg{width:min(76%,210px);max-height:132px}

  .why-section{padding:2.75rem 0}
  .why-shell{gap:10px}
  .why-content{padding:1.35rem;border-radius:16px}
  .why-kicker{display:none}
  body[data-mobile-page="home"] .why-content h2{font-size:clamp(1.5rem,6.6vw,1.7rem);font-weight:750;line-height:1.14;letter-spacing:-.032em;text-wrap:balance}
  body[data-mobile-page="home"] .why-intro{font-size:.84rem;font-weight:450;line-height:1.56;text-wrap:pretty}
  .why-promises{gap:7px;margin-top:1rem}
  .why-promises>span{min-height:44px;padding:.55rem .72rem;font-size:.7rem}
  .why-actions{gap:8px;margin-top:1.15rem}
  .why-actions .btn,.why-secondary{min-height:48px;border-radius:14px}
  .why-trust-strip{gap:8px}
  .why-trust-item,.why-trust-item+.why-trust-item{min-height:86px;padding:.9rem;border-radius:14px;box-shadow:none}
  .why-trust-icon{left:.9rem;width:44px;height:44px}
  .why-trust-item dt,.why-trust-item dd{margin-left:56px}

  .reviews-section .container{padding:2.75rem 12px 3rem}
  .reviews-eyebrow{display:none}
  body[data-mobile-page="home"] .reviews-content h2{font-size:clamp(1.46rem,6.4vw,1.65rem);font-weight:750;line-height:1.15;letter-spacing:-.03em;text-wrap:balance}
  body[data-mobile-page="home"] .reviews-subtitle{max-width:38ch;margin:0 auto 1.35rem;font-size:.8125rem;font-weight:450;line-height:1.52;text-wrap:pretty}
  .reviews-body{gap:12px}
  .reviews-summary{padding:1.1rem;border:0;border-radius:15px 15px 36px 15px;box-shadow:0 14px 30px rgba(0,20,48,.18)}
  .reviews-carousel{touch-action:pan-y}
  .reviews-toolbar{min-height:44px}
  .reviews-carousel .carousel-btn{width:44px;height:44px}
  .reviews-track{transition-duration:.26s}
  .review-card{flex-basis:100%;min-height:242px;padding:1rem;border:0;border-radius:15px;box-shadow:0 10px 26px rgba(0,20,48,.16)}

  .home-contact-teaser{padding:0}
  .home-contact-shell{gap:1.25rem;padding-block:2.75rem}
  .home-contact-copy .eyebrow{display:none}
  body[data-mobile-page="home"] .home-contact-copy h2{font-size:clamp(1.48rem,6.5vw,1.68rem);font-weight:750;line-height:1.15;letter-spacing:-.032em;text-wrap:balance}
  body[data-mobile-page="home"] .home-contact-copy>p{max-width:38ch;margin-inline:auto;font-size:.8125rem;font-weight:450;line-height:1.54;text-wrap:pretty}
  .home-contact-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:1.2rem}
  .home-contact-actions .btn,.home-contact-whatsapp{width:100%;min-height:48px;justify-content:center;border-radius:14px}
  .home-contact-whatsapp{padding:.7rem 1rem;border:1px solid #8fcbb0;background:#eff9f3}
  .home-contact-facts{padding:12px 14px;border:0;border-radius:16px;box-shadow:0 16px 34px rgba(0,42,84,.18)}
  .home-contact-facts>div{grid-template-columns:38px 1fr;min-height:66px;padding:.75rem 0}
  .home-contact-facts>div>span{width:36px;height:36px}
  .home-contact-facts a{display:flex;min-height:44px;align-items:center}

  footer{padding:2.5rem 0 calc(6rem + env(safe-area-inset-bottom));text-align:left}
  .foot-grid{grid-template-columns:1fr;gap:0;margin-bottom:1.25rem;text-align:left}
  .foot-grid>div:first-child{padding-bottom:1.35rem;text-align:center}
  .foot-grid>div:first-child .footer-logo{margin-inline:auto}
  .foot-grid>div:first-child p{max-width:38ch;margin-inline:auto}
  .mobile-footer-group{border-top:1px solid rgba(219,237,247,.13)}
  .mobile-footer-group>h4{display:none}
  .mobile-footer-toggle{
    display:flex;
    width:100%;
    min-height:54px;
    align-items:center;
    justify-content:space-between;
    padding:5px 2px;
    border:0;
    background:transparent;
    color:#fff;
    font-family:inherit;
    font-size:.92rem;
    font-weight:800;
    cursor:pointer;
  }
  .mobile-footer-chevron{display:grid;place-items:center;color:#a9c7d9;transition:transform .24s var(--mobile-ease)}
  .mobile-footer-chevron svg{width:18px;height:18px}
  .mobile-footer-group.is-mobile-open .mobile-footer-chevron{transform:rotate(90deg)}
  .mobile-footer-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s var(--mobile-ease)}
  .mobile-footer-panel-inner{display:grid;min-height:0;overflow:hidden;visibility:hidden;transition:visibility 0s linear .24s}
  .mobile-footer-group.is-mobile-open .mobile-footer-panel{grid-template-rows:1fr}
  .mobile-footer-group.is-mobile-open .mobile-footer-panel-inner{visibility:visible;transition-delay:0s}
  footer .mobile-footer-panel a{display:flex;min-height:44px;align-items:center;padding:.45rem 8px;border-radius:10px;font-size:.84rem}
  .foot-grid>div:last-child{margin-top:12px;padding:16px;border-radius:15px;background:rgba(255,255,255,.06);text-align:left}
  .foot-grid>div:last-child h4{margin-bottom:4px}
  .foot-grid>div:last-child .btn{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;margin-top:10px;border-radius:13px}
  .foot-bottom{padding-top:1.1rem;font-size:.75rem}

  .cart-drawer[open]{animation-duration:.28s}
  .cart-quantity{grid-template-columns:44px 36px 44px}
  .cart-quantity button{width:44px;height:44px}
  .cart-remove{min-height:44px;padding-inline:8px}
  .cart-item-name{display:block;min-height:44px}
  .cart-toast,.toast{bottom:calc(var(--mobile-nav-height) + max(22px,env(safe-area-inset-bottom)))}

  .reveal{opacity:.72;filter:blur(2px);transform:translateY(8px);will-change:opacity,filter,transform}
  .reveal.visible{
    animation-name:mobileReveal!important;
    animation-duration:.24s!important;
    animation-timing-function:var(--mobile-ease)!important;
  }
  .reveal.d1,.reveal.d2{animation-delay:.04s!important}
  .reveal.d3,.reveal.d4{animation-delay:.08s!important}
  .reveal.d5,.reveal.d6,.reveal.d7,.reveal.d8{animation-delay:.12s!important}

  .mobile-nav-close:active,.mobile-nav-item:active,.mobile-nav-support a:active,
  .mobile-bottom-item:active,.mobile-policy-toggle:active,.mobile-footer-toggle:active,
  .hero-cta:active,.brand-logo:active,.product .add-cart-btn:active,.product-whatsapp:active,
  .shop-more-devices:active,.why-actions a:active,.home-contact-actions a:active{transform:scale(.97)}

  @keyframes mobileReveal{
    from{opacity:.72;filter:blur(2px);transform:translateY(8px)}
    to{opacity:1;filter:blur(0);transform:translateY(0)}
  }
  @keyframes homeMobileCardIn{
    from{opacity:.62;transform:translateY(7px)}
    to{opacity:1;transform:translateY(0)}
  }
}

@media (max-width:359px){
  body[data-mobile-page="home"] #devices>.container{width:calc(100vw - 24px);margin-inline:12px 0}
  body[data-mobile-page="home"] .product .info{padding-inline:7px}
  body[data-mobile-page="home"] .product .add-cart-btn{font-size:.59rem}
}

@media (min-width:521px) and (max-width:767.98px),
       (min-width:521px) and (max-height:500px) and (pointer:coarse){
  .logo{width:138px}
  .logo-picture{width:138px;height:42px;flex-basis:138px}
}

@media (max-height:500px) and (pointer:coarse){
  .header-main{grid-template-rows:48px;padding-block:5px}
  .hero-viewport{height:430px}
  .mobile-nav-support{margin-bottom:max(8px,env(safe-area-inset-bottom))}
}

@media (prefers-reduced-motion:reduce){
  .mobile-nav-shell,.mobile-nav-drawer::backdrop,.mobile-policy-panel,.mobile-policy-chevron,
  .mobile-footer-panel,.mobile-footer-chevron,.mobile-bottom-item,.hero-track,.reviews-track,
  .cart-drawer[open],.reveal,.reveal.visible,body[data-mobile-page="home"] .product{animation:none!important;transition:none!important}
  .reveal{opacity:1!important;filter:none!important;transform:none!important}
}
