/* Responsive safety fixes for narrow smartphones. */
.tabsnow-title span { display: block; max-width: 100%; }
.tabsnow-title,
.tabsnow-hero h1,
.tabsnow-web-heading h2,
.tabsnow-proof-grid h3,
.tabsnow-web-features h3,
.csv-download-feature h3 {
  overflow-wrap: anywhere;
  word-break: normal;
}
.tabsnow-device-layout > * { min-width: 0; }
.tabsnow-hero nav.tabsnow-section-nav {
  position: static;
  inset: auto;
  display: flex;
  margin: 26px 0 0;
  padding: 0;
  width: auto;
  background: transparent;
  border: 0;
  z-index: auto;
}

@media (max-width: 600px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  .tabsnow-hero,
  .tabsnow-hero .wrap,
  #device .wrap,
  #webapp .wrap { min-width: 0; max-width: 100%; }
  .tabsnow-hero { padding: 38px 0 42px; }
  .tabsnow-hero .wrap { display: flex; flex-direction: column; overflow: visible; }
  .tabsnow-hero .crumb { order: 1; }
  .tabsnow-hero .eyebrow { order: 2; }
  .tabsnow-hero h1.tabsnow-title {
    order: 3;
    display: block !important;
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 100%;
    margin: .45em 0;
    font-size: clamp(1.7rem, 8.2vw, 2.15rem);
    line-height: 1.22;
    letter-spacing: -.025em;
  }
  .tabsnow-title span:first-child { white-space: normal; }
  .tabsnow-title span + span { margin-top: .16em; font-size: .9em; }
  .tabsnow-title span { display: block !important; position: static !important; width: 100%; height: auto !important; visibility: visible !important; opacity: 1 !important; clip: auto !important; transform: none !important; }
  .tabsnow-hero > .wrap > p:not(.crumb) { order: 4; font-size: 1rem; line-height: 1.75; }
  .tabsnow-hero nav.tabsnow-section-nav {
    order: 5;
    position: static !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .tabsnow-section-nav a { display: block; width: 100%; margin: 0; text-align: left; }
  .tabsnow-device-layout { display: flex; flex-direction: column; gap: 22px; }
  .tabsnow-device-layout > .tabsnow-device-photo { order: 1; }
  .tabsnow-device-layout > div { order: 2; display: flex; flex-direction: column; min-width: 0; }
  .snow-device-illustration { order: 1; }
  .tabsnow-proof-grid { order: 2; display: grid; grid-template-columns: 1fr; gap: 14px; }
  .tabsnow-web-heading { display: flex; flex-direction: column; align-items: stretch; }
  .tabsnow-web-heading h2 { order: 1; }
  .tabsnow-web-heading .spec-download { order: 2; }
  .tabsnow-main-screen { order: initial; }
  .tabsnow-web-features { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .tabsnow-web-features article,
  .csv-download-feature,
  .live-camera-note,
  .ai-caution { display: block; width: 100%; visibility: visible; opacity: 1; overflow: visible; }
  .tabsnow-web-heading h2 {
    font-size: clamp(1.42rem, 7vw, 1.8rem);
    line-height: 1.35;
  }
  .tabsnow-device-photo,
  .snow-device-illustration,
  .tabsnow-main-screen,
  .tabsnow-proof-grid article,
  .tabsnow-web-features article,
  .csv-download-feature { max-width: 100%; min-width: 0; }
  .tabsnow-device-photo figcaption,
  .snow-device-illustration figcaption,
  .tabsnow-main-screen figcaption { overflow-wrap: anywhere; }
  .visual-easy { grid-template-columns: 1fr; min-height: auto; }
  .visual-easy span { min-height: 46px; }
  .tabsnow-device-photo img,
  .snow-device-illustration img,
  .tabsnow-main-screen img { display: block; width: 100%; max-width: 100%; height: auto; }
}

@media (max-width: 480px) {
  .spec-download {
    max-width: 100%;
    padding: 18px 16px;
    overflow-wrap: anywhere;
  }
  .spec-download strong { font-size: 1rem; line-height: 1.5; }
  .spec-download span { font-size: .88rem; line-height: 1.5; }
  .spec-download::after { position:static;transform:none;margin-top:8px;font-size:.86rem; }
  .live-camera-note h3 { overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .tabsnow-hero h1.tabsnow-title { font-size: 1.62rem; }
  .tabsnow-section-nav a { padding: 10px 12px; font-size: .9rem; }
  .tabsnow-proof-grid article,
  .tabsnow-web-features article { padding: 16px; }
  .visual-device-data ul { left: 96px; right: 10px; }
  .visual-device-data li { padding: 7px 5px; font-size: .76rem; }
}
