/* X-Wrist S3 page — reuses the x-wrist.com theme (SegoeUI, section palette). */
html,body{margin:0;padding:0;max-width:none}
body{font-family:SegoeUI,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:200;color:#2a2b30;background:#fff;font-size:17px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%}
strong,b{font-weight:600}
.s3-container{padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;position:relative;max-width:1120px;min-width:320px}
@media (max-width:1199px){.s3-container{max-width:992px}}
@media (max-width:1023px){.s3-container{max-width:768px}}

.s3-section{padding:80px 0}
@media (max-width:767px){.s3-section{padding:50px 0}}
.s3-headline{font-size:16px;font-weight:600;line-height:20px;margin-bottom:10px;text-transform:uppercase;color:#a8a7a7}
.s3-title{font-size:56px;font-weight:800;line-height:1.05;margin:0 0 25px}
@media (max-width:1023px){.s3-title{font-size:44px}}
@media (max-width:767px){.s3-title{font-size:34px}}
.s3-h2{font-size:32px;font-weight:700;text-transform:uppercase;line-height:1.2;margin:0 0 20px}
@media (max-width:767px){.s3-h2{font-size:24px}}
.s3-accent{color:#19b0db}
.s3-yellow{color:#eeb815}

/* fixed header: original site paints bg via JS on scroll; static build keeps it solid */
.Header_root__UtJhP{background:#012222;box-shadow:0 2px 12px rgba(0,0,0,.35)}

/* language switcher */
.s3-lang{position:fixed;right:12px;top:14px;z-index:1000;font-size:13px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:12px;padding:4px 12px;background:rgba(1,34,34,.6)}
.s3-lang:hover{background:#fff;color:#012222}
@media (max-width:767px){.s3-lang{right:78px;top:16px}}

/* hero */
.s3-hero{background-color:#012222;color:#fff;padding-top:170px;padding-bottom:100px}
.s3-hero-grid{display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.s3-hero-text{flex:1 1 480px}
.s3-hero-img{flex:1 1 340px;text-align:center}
.s3-hero-img img{max-width:420px;width:100%;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5))}
.s3-hero p.s3-lead{font-size:18px;font-weight:200;max-width:560px}

/* store badges */
.s3-badges{margin-top:25px}
.s3-badges a{display:inline-block;width:170px;height:50px;margin:10px 20px 10px 0;background-position:50%;background-size:contain;background-repeat:no-repeat}
.s3-badge-ios{background-image:url(/img/apple-store-button.png)}
.s3-badge-android{background-image:url(/img/google-play-button.png)}

/* gradient features strip */
.s3-strip{background:linear-gradient(90deg,#8150f7,#35b4c7);color:#fff;text-align:center}
.s3-features{display:flex;flex-wrap:wrap;justify-content:center;margin:30px -10px 0}
.s3-feature{flex:0 1 120px;min-width:96px;padding:14px 10px;opacity:.85}
.s3-feature:hover{opacity:1}
.s3-feature svg{width:44px;height:44px;stroke:#fff;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.s3-feature div{font-size:13px;font-weight:600;margin-top:8px;line-height:1.25}

/* alternating media sections */
.s3-media{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.s3-media>div{flex:1 1 420px}
.s3-media img{border-radius:20px;width:100%}
.s3-media img.s3-render{border-radius:0}
.s3-media ul{padding-left:20px;margin:0}
.s3-media li{margin:10px 0}
.s3-rev{flex-direction:row-reverse}
.s3-note{font-size:13px;color:#767c88;margin-top:18px}

/* dark location section */
.s3-dark{background-color:#021651;color:#fff}
.s3-dark .s3-note{color:#cdcfdc;opacity:.7}
.s3-modes{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px}
.s3-mode{flex:1 1 180px;border:2px solid rgba(255,255,255,.35);border-radius:16px;padding:20px;text-align:center}
.s3-mode b{display:block;font-size:22px;font-weight:800}
.s3-mode span{font-size:14px;opacity:.8}

/* app section */
.s3-app{background:linear-gradient(90deg,#975d8f,#6904ac);color:#fff}

/* specs */
.s3-specs{width:100%;border-collapse:collapse;margin-top:10px}
.s3-specs td{padding:12px 14px;border-bottom:1px solid #e3e5ea;vertical-align:top;font-size:15px}
.s3-specs td:first-child{font-weight:600;width:34%;white-space:nowrap}
@media (max-width:600px){.s3-specs td:first-child{white-space:normal}}
.s3-specs tr:nth-child(odd){background:#f7f8fa}

/* contact form */
.s3-form{max-width:640px}
.s3-form input,.s3-form textarea{display:block;width:100%;box-sizing:border-box;margin:0 0 16px;padding:14px 16px;font:inherit;font-size:16px;border:1px solid #c9cdd6;border-radius:12px;background:#fff;color:#2a2b30}
.s3-form textarea{min-height:150px;resize:vertical}
.s3-form input:focus,.s3-form textarea:focus{outline:none;border-color:#19b0db}
.s3-form .s3-btn{border-color:#19b0db;color:#19b0db;cursor:pointer;background:none;font-family:inherit}
.s3-form .s3-btn:hover{background:#19b0db;color:#fff}
.s3-form .s3-btn:disabled{opacity:.5;cursor:default}
.s3-form-msg{margin-top:14px;font-weight:600}
.s3-form-msg.ok{color:#1d9e57}
.s3-form-msg.err{color:#ad3a38}
.s3-contact-hero{background:#012222;color:#fff;padding-top:150px;padding-bottom:60px}

/* CTA */
.s3-cta{background:#ad3a38;color:#fff;text-align:center}
.s3-btn{display:inline-block;min-width:220px;line-height:50px;padding:0 24px;text-transform:uppercase;text-align:center;font-size:17px;font-weight:600;color:#fff;border:2px solid #fff;border-radius:16px;transition:.2s;margin:10px}
.s3-btn:hover{background:#fff;color:#ad3a38}
.s3-hero .s3-btn:hover{color:#012222}

/* Header download button for phones. The themed nav (#main-menu) collapses behind the hamburger
   under 768px, so the CTA inside it is invisible exactly where it matters most — this is the
   same link, rendered outside the menu and shown only on small screens. */
/* install banner (phones only; shown by JS via body.s3-install-on) */
.s3-install {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: #012222;
  border-bottom: 1px solid #19b0db;
}
body.s3-install-on .s3-install { display: flex; }
body.s3-install-on .Header_root__UtJhP { top: 58px; }
body.s3-install-on main { padding-top: 58px; }
.s3-install-icon { width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0; }
.s3-install-text { flex: 1; min-width: 0; line-height: 1.25; color: #fff; }
.s3-install-text b { display: block; font-size: 14px; }
.s3-install-text span { display: block; font-size: 11px; opacity: .8; }
.s3-install-open {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 20px;
  background: #19b0db;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.s3-install-x {
  flex-shrink: 0;
  width: 26px; height: 26px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255,255,255,.6);
  font-size: 22px;
  line-height: 1;
}
body.s3-install-on .s3-lang { top: 72px; }
.s3-install-text span { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

/* sticky header shrinks to about hamburger height once the page is scrolled */
.s3-logo-img { display: block; width: 70px; height: auto; transition: width .18s ease; }
.Header_container__3Z2iY { transition: height .18s ease; }
body.s3-shrink .Header_container__3Z2iY { height: 56px; }
body.s3-shrink .s3-logo-img { width: 34px; }
body.s3-shrink .Header_root__UtJhP { box-shadow: 0 2px 12px rgba(0,0,0,.5); }
