/* Actual product screens: retain original image ratios and readable framing. */
body { font-size: 16px; }
.lp-hero { min-height: 0; background: #f5faf9; border-bottom: 1px solid #dae9e5; }
.lp-hero-grid { width: min(1320px, 92%); grid-template-columns: minmax(0, .82fr) minmax(0, 1.3fr); gap: 54px; min-height: 640px; }
.lp-hero-content { max-width: none; padding: 72px 0; }
.lp-hero-kicker { color: #35635c; font-size: 14px; }
.lp-hero h1 { font-size: clamp(48px, 4.8vw, 68px); margin-bottom: 28px; letter-spacing: -.04em; }
.lp-hero-desc { font-size: 18px; line-height: 2; }
.lp-hero-desc strong { display: inline-block; font-size: 16px; margin-top: 10px; }
.lp-hero-actions { gap: 12px; margin-top: 30px; }
.lp-hero-actions .lp-btn.lg { padding: 14px 20px; font-size: 14px; }
.lp-hero .lp-btn.accent { background: #0f766e; border-color: #0f766e; box-shadow: 0 4px 14px #134e4a18; }
.lp-hero .lp-btn.accent:hover { background: #134e4a; }
.lp-hero .lp-btn.outline { background: white; border-color: #83b4aa; color: #135e54; }
.lp-hero-visual { min-width: 0; height: auto; padding: 42px 0; }
.lp-hero-photo { width: 100%; margin: 0; overflow: hidden; border-radius: 18px; box-shadow: 0 20px 48px #18392c18; }
.lp-hero-photo img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.lp-screen-button { position: relative; display: block; width: 100%; padding: 0; border: 0; background: white; color: var(--ink); cursor: zoom-in; font: inherit; text-align: left; }
.lp-screen-zoom { position: absolute; right: 10px; bottom: 10px; background: #fff; border: 1px solid #cadbd6; border-radius: 5px; padding: 4px 10px; font-size: 12px; color: #24584e; box-shadow: 0 2px 8px #102e2210; }
.lp-screen-button:hover .lp-screen-zoom { background: #effaf6; }
.lp-screen-button:focus-visible, .lp-screen-close:focus-visible { outline: 3px solid #38bdf8; outline-offset: 4px; }
#features .lp-container { width: min(1240px, 92%); }
.lp-feature-list { gap: 80px; }
.lp-feature-row { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 48px; }
.lp-feature-img { min-width: 0; margin: 0; border-radius: 12px; box-shadow: 0 12px 32px #233c3010; background: #fff; }
.lp-feature-img img { height: auto; object-fit: contain; }
.lp-feature-img figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 12px 18px; border-top: 1px solid #e2e8f0; color: #334155; font-size: 14px; font-weight: 600; }
.lp-feature-img figcaption span { font-size: 12px; color: #64748b; font-weight: 400; }
.lp-feature-text h3 { font-size: clamp(22px, 2.1vw, 27px); line-height: 1.55; }
.lp-screen-dialog { width: min(1560px, 96vw); max-width: 96vw; max-height: 94dvh; padding: 0; border: 1px solid #ccd8d4; border-radius: 12px; background: #fff; box-shadow: 0 24px 80px #0005; }
.lp-screen-dialog::backdrop { background: #081e29bb; }
.lp-screen-dialog-head { position: sticky; top: 0; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 20px; border-bottom: 1px solid #e2e8f0; background: white; }
.lp-screen-dialog-head h2 { font-size: 18px; margin: 0; }
.lp-screen-close { border: 1px solid #cbd5e1; border-radius: 6px; padding: 8px 14px; font: inherit; font-size: 14px; background: white; cursor: pointer; white-space: nowrap; }
.lp-screen-dialog-body { overflow: auto; max-height: calc(94dvh - 76px); }
.lp-screen-dialog-body img { display: block; width: auto; max-width: 100%; max-height: calc(94dvh - 80px); margin: auto; object-fit: contain; }
html:has(.lp-screen-dialog[open]) { overflow: hidden; }
section[id] { scroll-margin-top: 80px; }
.lp-video-section { text-align: center; }
.lp-video-section .lp-container { max-width: 960px; }
.lp-video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; margin-top: 32px; overflow: hidden; background: #0f172a; border: 1px solid #dce6e2; border-radius: 16px; box-shadow: 0 14px 40px #233c3012; }
.lp-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.lp-video-link { margin-top: 14px; text-align: right; font-size: 14px; color: #0f766e; }
.lp-video-link a { text-decoration: underline; text-underline-offset: 4px; }
.lp-video-link a:hover { color: #134e4a; }
.lp-video-link a:focus-visible { outline: 3px solid #38bdf8; outline-offset: 4px; }
@media (max-width: 1100px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 0; min-height: auto; max-width: 900px; }
  .lp-hero-content { padding: 56px 0 36px; }
  .lp-hero-visual { min-height: 0; padding: 0 0 48px; }
  .lp-feature-row, .lp-feature-row.reverse { grid-template-columns: 1fr; direction: ltr; gap: 24px; }
  .lp-feature-text { grid-row: 1; }
  .lp-feature-img { width: 100%; }
}
@media (max-width: 640px) {
  .lp-hero-content { padding: 42px 0 30px; }
  .lp-hero h1 { font-size: 48px; margin-bottom: 20px; }
  .lp-hero-kicker { font-size: 13px; }
  .lp-hero-desc { font-size: 16px; }
  .lp-hero-desc strong { font-size: 15px; }
  .lp-hero-actions { margin-top: 24px; }
  .lp-screen-zoom { font-size: 12px; right: 6px; bottom: 6px; padding: 2px 6px; }
  .lp-feature-list { gap: 48px; }
  .lp-video-frame { margin-top: 24px; border-radius: 10px; }
  .lp-feature-img figcaption { padding: 10px 12px; }
  .lp-nav-inner { gap: 8px; }
  .lp-nav-actions { gap: 2px; }
  .lp-nav-actions .lp-btn { padding: 0 10px; }
  .lp-logo img { width: 124px; }
  .lp-screen-dialog-body img { max-width: none; min-width: 900px; max-height: none; }
  .lp-screen-dialog-head { padding: 10px 12px; }
  .lp-screen-dialog-head h2 { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-screen-button, .lp-screen-zoom { transition: none; }
}
