@media (max-width: 768px){
  html,body{
    overflow-x:hidden!important;
  }

  .header,
  .site-header{
    position:relative!important;
    top:auto!important;
    min-height:auto!important;
    padding:18px 14px 14px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    background:#070908!important;
    z-index:20!important;
  }

  .topbar{
    display:none!important;
  }

  .header-inner,
  .header .header-inner,
  .nav,
  .nav-left,
  .nav-right{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:12px 18px!important;
  }

  .logo{
    order:-2!important;
    width:100%!important;
    margin:0 auto 4px!important;
    text-align:center!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .logo-mark{
    width:54px!important;
    height:54px!important;
    font-size:18px!important;
    margin-bottom:8px!important;
  }

  .logo-title{
    font-size:18px!important;
    letter-spacing:.22em!important;
    line-height:1.15!important;
  }

  .logo-sub{
    font-size:10px!important;
    letter-spacing:.32em!important;
    margin-top:5px!important;
  }

  .nav-left,
  .nav-right{
    order:2!important;
  }

  .nav-left a,
  .nav-right a,
  .nav a{
    font-size:12px!important;
    letter-spacing:.24em!important;
    line-height:1.2!important;
    padding:4px 0!important;
    white-space:nowrap!important;
  }

  .lang,
  .lang-select,
  select.lang{
    order:3!important;
    width:118px!important;
    height:44px!important;
    min-height:44px!important;
    margin:6px auto 0!important;
    padding:0 18px!important;
    font-size:13px!important;
    letter-spacing:.22em!important;
    background:#080a09!important;
    color:#fff!important;
    border:1px solid rgba(184,165,105,.35)!important;
    border-radius:999px!important;
  }

  .hero{
    min-height:calc(100vh - 160px)!important;
    height:auto!important;
    padding:64px 24px 170px!important;
    background-position:center bottom!important;
  }

  .hero-content{
    max-width:92%!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }

  .hero .eyebrow,
  .eyebrow{
    font-size:11px!important;
    letter-spacing:.36em!important;
    line-height:1.7!important;
    margin-bottom:26px!important;
  }

  .hero h1{
    font-size:clamp(42px,13vw,58px)!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    max-width:360px!important;
    margin:0 0 26px!important;
  }

  .hero-text{
    font-size:18px!important;
    line-height:1.55!important;
    max-width:330px!important;
    margin-bottom:26px!important;
  }

  .actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
    width:100%!important;
  }

  .actions .btn,
  .hero .btn{
    width:min(330px,100%)!important;
    min-height:54px!important;
    font-size:11px!important;
    letter-spacing:.22em!important;
    padding:0 18px!important;
  }

  .floating-whatsapp,
  .ai-chat-button{
    position:fixed!important;
    right:14px!important;
    left:auto!important;
    width:150px!important;
    height:50px!important;
    min-height:50px!important;
    padding:0 14px!important;
    font-size:11px!important;
    letter-spacing:.22em!important;
    border-radius:0!important;
    z-index:80!important;
  }

  .ai-chat-button{
    bottom:calc(82px + env(safe-area-inset-bottom))!important;
  }

  .floating-whatsapp{
    bottom:calc(24px + env(safe-area-inset-bottom))!important;
  }

  .ai-chat{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:calc(18px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    z-index:120!important;
  }

  main,
  section{
    scroll-margin-top:20px!important;
  }
}

@media (max-width: 430px){
  .header,
  .site-header{
    padding-top:14px!important;
    gap:12px!important;
  }

  .logo-mark{
    width:48px!important;
    height:48px!important;
    font-size:16px!important;
  }

  .logo-title{
    font-size:16px!important;
  }

  .nav-left a,
  .nav-right a,
  .nav a{
    font-size:11px!important;
    letter-spacing:.22em!important;
  }

  .hero{
    padding:58px 22px 175px!important;
  }

  .hero h1{
    font-size:clamp(38px,12vw,50px)!important;
    max-width:310px!important;
  }

  .hero-text{
    font-size:17px!important;
    max-width:300px!important;
  }

  .floating-whatsapp,
  .ai-chat-button{
    width:136px!important;
    height:48px!important;
    font-size:10px!important;
  }
}
