/* Pitaya mobile layout corrections */
html,body{max-width:100%;overflow-x:hidden}
@media(max-width:768px){
  html{-webkit-text-size-adjust:100%}
  body{width:100%;min-width:0;padding-bottom:env(safe-area-inset-bottom)}
  .container,.content,.wrap{width:100%!important;max-width:none!important;padding-left:16px!important;padding-right:16px!important;margin-left:auto!important;margin-right:auto!important}
  nav,.nav-container,.nav-inner{width:100%;min-width:0;padding-left:12px!important;padding-right:12px!important;gap:8px!important}
  .logo,.brand,.nav-logo{min-width:0;flex-shrink:1;white-space:nowrap}
  .logo span,.brand span,.nav-logo span{white-space:nowrap}
  .nav-actions,.nav-links{display:none!important}
  .nav-cta{gap:6px!important;margin-left:auto}.nav-cta .btn{min-width:0!important;padding:10px 12px!important;font-size:13px!important;white-space:nowrap;writing-mode:horizontal-tb!important;word-break:keep-all!important}
  .language-switcher,.dropdown{flex-shrink:0}
  .hero{width:100%!important;padding-top:76px!important}.hero h1{font-size:clamp(30px,9vw,42px)!important;line-height:1.15!important;overflow-wrap:anywhere}.hero p{font-size:15px!important}
  .section,.demo-section,main{width:100%!important;max-width:100%!important}
  .demo-card{width:100%!important;max-width:100%!important;min-height:360px!important;border-radius:14px!important}
  #demoChat{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.demo-msg,.demo-bubble{max-width:90%!important}
  #demoChat table{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:11px!important}#demoChat th,#demoChat td{padding:5px!important;white-space:normal!important;overflow-wrap:anywhere}
  .features-grid,.models-grid,.model-grid,.pricing-grid,.solutions-grid,.workflow-grid,.tools-grid,.cards{width:100%!important;grid-template-columns:1fr!important;gap:16px!important}
  .feature-card,.model-card,.workflow-card,.tool-card,.card{width:100%!important;max-width:100%!important;min-width:0!important;padding:24px!important}
  .hero-models-scroll{width:100%!important;margin-bottom:32px!important}.hero-models-track{max-width:none}
  .pitaya-legal-footer{width:100%!important;justify-content:center!important;padding-left:16px!important;padding-right:16px!important}
}
@media(max-width:430px){
  header nav,nav{min-height:58px}.logo img,.brand img,.nav-logo img{max-width:36px!important}.logo,.brand,.nav-logo{font-size:15px!important}
  .nav-cta .btn{padding:9px 10px!important;font-size:12px!important}
  .hero{padding-top:66px!important}.hero h1{font-size:30px!important}
}
/* Installed web app / iOS safe areas */
@media(display-mode:standalone){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}