:root {
  --bg: #060814;
  --bg-soft: #090d1c;
  --panel: #0c1122;
  --panel-2: #111a31;
  --panel-glass: rgba(13, 18, 36, .76);
  --text: #f5f7ff;
  --muted: #aab4d4;
  --muted-2: #7f8aa8;
  --line: rgba(161, 178, 214, .17);
  --line-strong: rgba(93, 121, 255, .35);
  --blue: #2368ff;
  --blue-2: #0e5bff;
  --purple: #894cf7;
  --violet: #6e47ff;
  --pink: #ef4f7d;
  --green: #00c681;
  --amber: #ffb23e;
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .38);
  --shadow-soft: 0 18px 50px rgba(20, 45, 120, .25);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

html[data-theme="light"] {
  --bg: #f2f6fd;
  --bg-soft: #edf3fb;
  --panel: #ffffff;
  --panel-2: #f7faff;
  --panel-glass: rgba(255, 255, 255, .80);
  --text: #07142b;
  --muted: #53627e;
  --muted-2: #73829b;
  --line: rgba(27, 54, 96, .15);
  --line-strong: rgba(35, 104, 255, .28);
  --shadow: 0 28px 90px rgba(55, 82, 130, .18);
  --shadow-soft: 0 18px 50px rgba(55, 82, 130, .14);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(circle at 10% 0%, rgba(35, 104, 255, .18), transparent 35%),
    radial-gradient(circle at 88% 12%, rgba(137, 76, 247, .16), transparent 32%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}
html[data-theme="light"] body {
  background:
    radial-gradient(circle at 10% 0%, rgba(35, 104, 255, .11), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(137, 76, 247, .10), transparent 32%),
    linear-gradient(180deg, var(--bg), #ffffff 45%, var(--bg-soft));
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .45;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 68%);
}
html[data-theme="light"] body::before { opacity: .24; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 999; }
.skip-link:focus { left: 16px; padding: 10px 14px; border-radius: 12px; background: var(--text); color: var(--bg); }
.visually-hidden { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(22px);
  background: rgba(6, 8, 20, .74);
  border-bottom: 1px solid var(--line);
}
html[data-theme="light"] .site-header { background: rgba(242, 246, 253, .82); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand img { width: 52px; height: 52px; border-radius: 16px; box-shadow: 0 16px 40px rgba(35,104,255,.25); }
.brand strong { display: block; letter-spacing: -.02em; }
.brand small { display: block; color: var(--muted); font-size: .82rem; margin-top: 2px; }
.site-nav { display: flex; align-items: center; gap: 18px; color: var(--muted); font-weight: 750; font-size: .94rem; }
.site-nav > a:hover { color: var(--text); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.tool-toggle, .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid var(--line);
}
.tool-toggle { gap: 8px; padding: 0 13px; background: rgba(255,255,255,.045); color: var(--text); }
html[data-theme="light"] .tool-toggle { background: rgba(255,255,255,.82); }
.theme-icon { color: var(--amber); }
.nav-cta { padding: 0 18px; border: 0; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 18px 34px rgba(35, 104, 255, .25); }
.nav-toggle { display: none; width: 48px; height: 44px; border-radius: 16px; border: 1px solid var(--line); background: var(--panel); }
.nav-toggle span:not(.visually-hidden) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 99px; background: var(--text); }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 82px 0 60px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 44px; align-items: center; }
.eyebrow, .section-kicker, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(35, 104, 255, .28);
  color: #9eb7ff;
  background: rgba(35, 104, 255, .12);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
html[data-theme="light"] .eyebrow, html[data-theme="light"] .section-kicker, html[data-theme="light"] .badge { color: #164ed3; background: rgba(35,104,255,.08); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 18px; font-size: clamp(3rem, 6.4vw, 5.8rem); line-height: .92; letter-spacing: -.07em; }
.hero-line { display: block; }
.hero-line--accent { color: transparent; background: linear-gradient(135deg, var(--blue), var(--purple)); -webkit-background-clip: text; background-clip: text; }
.lead { color: var(--muted); font-size: clamp(1.06rem, 1.8vw, 1.24rem); line-height: 1.78; max-width: 68ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 22px 48px rgba(35, 104, 255, .25); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.055); border-color: var(--line); }
.btn-ghost { color: var(--muted); background: transparent; border-color: var(--line); }
html[data-theme="light"] .btn-secondary { background: rgba(255,255,255,.88); }
.tiny-note { color: var(--muted-2); line-height: 1.65; font-size: .94rem; }
.quick-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; }
.quick-badges li { border: 1px solid var(--line); background: rgba(255,255,255,.045); color: var(--muted); padding: 9px 12px; border-radius: 999px; font-weight: 760; font-size: .9rem; }
html[data-theme="light"] .quick-badges li { background: rgba(255,255,255,.82); }
.hero-visual { position: relative; min-width: 0; }
.browser-card {
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(35,104,255,.18), rgba(137,76,247,.10));
  box-shadow: var(--shadow);
  padding: 12px;
  overflow: hidden;
}
.browser-top { height: 34px; display: flex; align-items: center; gap: 8px; padding: 0 8px; }
.browser-top span { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.25); }
.browser-card img { border-radius: 20px; border: 1px solid var(--line); width: 100%; height: auto; }
.hero-float { position: absolute; right: -20px; bottom: -24px; width: min(370px, 48%); border: 1px solid var(--line-strong); background: var(--panel-glass); backdrop-filter: blur(18px); border-radius: 22px; padding: 10px; box-shadow: var(--shadow-soft); }
.hero-float img { border-radius: 15px; }

.trust-grid, .feature-grid, .usecase-grid, .faq-grid, .pricing-grid { display: grid; gap: 18px; }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.card, .trust-grid article, .feature-card, .usecase-card, .faq-item, .price-card, .shot-panel, .contact-modal__dialog {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
html[data-theme="light"] .card, html[data-theme="light"] .trust-grid article, html[data-theme="light"] .feature-card, html[data-theme="light"] .usecase-card, html[data-theme="light"] .faq-item, html[data-theme="light"] .price-card, html[data-theme="light"] .shot-panel, html[data-theme="light"] .contact-modal__dialog { background: rgba(255,255,255,.86); }
.trust-grid article { padding: 22px; }
.trust-grid strong { display: block; font-size: 1.2rem; letter-spacing: -.02em; }
.trust-grid p { margin: 8px 0 0; color: var(--muted); line-height: 1.62; }

.section-head { display: grid; gap: 12px; max-width: 830px; margin-bottom: 34px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; justify-items: center; }
.section-head h2, .split-copy h2, .video-copy h2, .closing-box h2 { font-size: clamp(2.1rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.055em; margin: 8px 0 0; }
.section-head p, .split-copy p, .video-copy p, .closing-box p { color: var(--muted); line-height: 1.75; font-size: 1.05rem; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.problem-card { padding: 28px; }
.problem-card h3 { font-size: 1.55rem; margin-bottom: 14px; }
.check-list, .plain-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.check-list li, .plain-list li { color: var(--muted); line-height: 1.58; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 8px; background: rgba(0, 198, 129, .15); color: var(--green); font-weight: 900; }
.problem-card.warning .check-list li::before { content: "–"; background: rgba(239,79,125,.13); color: var(--pink); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 26px; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 16px 36px rgba(35,104,255,.25); margin-bottom: 18px; font-size: 1.25rem; }
.feature-card h3 { font-size: 1.28rem; letter-spacing: -.02em; }
.feature-card p, .usecase-card p, .shot-panel p, .faq-item p, .price-card p { color: var(--muted); line-height: 1.65; }

.story-block { display: grid; gap: 28px; }
.story-row { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: center; }
.story-row.reverse { grid-template-columns: 1.08fr .92fr; }
.story-row.reverse .story-copy { order: 2; }
.story-copy { padding: 30px; }
.story-copy h3 { font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -.04em; margin: 12px 0; }
.story-copy p { color: var(--muted); line-height: 1.75; }
.story-copy ul { margin: 22px 0 0; }
.shot-link { display: block; color: inherit; }
.shot-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--panel);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.shot-frame img { width: 100%; height: auto; display: block; }
.shot-frame--screen img { aspect-ratio: 16/9; object-fit: cover; }
.shot-frame--contain { padding: 10px; }
.shot-frame--contain img { border-radius: 18px; }
.shot-frame--portrait { max-height: 780px; overflow: auto; scrollbar-color: rgba(137,76,247,.55) transparent; }
.shot-frame--portrait img { width: 100%; height: auto; }
.shot-frame--compact img { max-height: 580px; object-fit: contain; background: var(--panel); }
.shot-badge { position: absolute; left: 16px; bottom: 16px; z-index: 4; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(4, 8, 20, .76); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); font-size: .82rem; font-weight: 900; }
.shot-note { position: absolute; right: 16px; bottom: 16px; z-index: 4; color: rgba(255,255,255,.78); background: rgba(4,8,20,.62); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 8px 12px; font-size: .78rem; font-weight: 800; }

.screenshot-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.shot-panel { padding: 18px; overflow: hidden; }
.shot-panel .shot-frame { margin-bottom: 16px; box-shadow: none; border-radius: 22px; }
.shot-panel h3 { margin-bottom: 8px; font-size: 1.18rem; }
.mode-pair { position: relative; }
.mode-pair .light-img { position: absolute; inset: 0; opacity: 0; }
html[data-theme="light"] .mode-pair .dark-img { opacity: 0; }
html[data-theme="light"] .mode-pair .light-img { opacity: 1; }
.mode-pair img { transition: opacity .18s ease; }
.mode-chip { position: absolute; top: 14px; right: 14px; z-index: 3; padding: 7px 11px; border-radius: 999px; background: rgba(6,8,20,.70); color: #fff; border: 1px solid rgba(255,255,255,.15); font-size: .78rem; font-weight: 900; }
html[data-theme="light"] .mode-chip { background: rgba(255,255,255,.82); color: #07142b; }

.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.widget-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.widget-card { padding: 14px; }
.widget-card .shot-frame { border-radius: 20px; box-shadow: none; margin-bottom: 12px; }
.widget-card h3 { margin-bottom: 6px; }
.widget-card p { color: var(--muted); margin-bottom: 0; font-size: .94rem; line-height: 1.55; }

.video-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: stretch; }
.video-copy { padding: 30px; }
.empty-video-card { padding: 18px; min-height: 340px; display: flex; flex-direction: column; }
.empty-video-frame { flex: 1; display: grid; place-items: center; text-align: center; border: 1px dashed var(--line-strong); border-radius: 24px; background: repeating-linear-gradient(-45deg, rgba(255,255,255,.04), rgba(255,255,255,.04) 12px, rgba(255,255,255,.015) 12px, rgba(255,255,255,.015) 24px); color: var(--muted); padding: 32px; }
.empty-video-frame strong { color: var(--text); font-size: 1.35rem; display: block; margin-bottom: 8px; }

.usecase-grid { grid-template-columns: repeat(4, 1fr); }
.usecase-card { padding: 22px; }
.usecase-card strong { font-size: 1.05rem; }
.pricing-grid { grid-template-columns: .86fr 1.14fr; align-items: stretch; }
.price-card { padding: 30px; }
.price-card.featured { border-color: rgba(35,104,255,.38); background: linear-gradient(180deg, rgba(35,104,255,.16), rgba(137,76,247,.08)); }
.price-value { font-size: clamp(3rem, 6vw, 5rem); font-weight: 950; letter-spacing: -.08em; margin: 12px 0; }
.price-value span { font-size: 1rem; letter-spacing: 0; color: var(--muted); }
.highlight { color: var(--amber); background: rgba(255,178,62,.11); border-color: rgba(255,178,62,.25); }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.faq-item { padding: 24px; }
.closing-box { padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: linear-gradient(135deg, rgba(35,104,255,.18), rgba(137,76,247,.12)); border: 1px solid var(--line-strong); }
.closing-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.feedback-section { padding-top: 36px; }
.feedback-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-color: rgba(255,178,62,.28);
  background: linear-gradient(135deg, rgba(255,178,62,.13), rgba(35,104,255,.10), rgba(137,76,247,.09));
}
.feedback-copy h2 { font-size: clamp(2rem, 3.8vw, 3.7rem); line-height: 1; letter-spacing: -.055em; margin: 14px 0 12px; }
.feedback-copy p { color: var(--muted); line-height: 1.75; font-size: 1.05rem; }
.feedback-list { margin-top: 18px; }
.feedback-action { display: grid; gap: 18px; justify-items: start; }
.feedback-action .tiny-note { margin: 0; }

.site-footer { padding: 38px 0 50px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a:hover { color: var(--text); }

.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 26px; background: rgba(0,0,0,.86); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.lightbox-figure { max-width: min(1400px, 96vw); max-height: 92vh; margin: 0; display: grid; gap: 12px; }
.lightbox-image { max-height: 84vh; width: auto; object-fit: contain; border-radius: 20px; box-shadow: var(--shadow); }
.lightbox-caption { color: #eef4ff; text-align: center; font-weight: 760; }
.lightbox-close { position: absolute; top: 18px; right: 22px; width: 48px; height: 48px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.10); color: white; font-size: 32px; line-height: 1; }
body.lightbox-open, body.modal-open { overflow: hidden; }

.contact-modal { position: fixed; inset: 0; z-index: 240; display: none; align-items: center; justify-content: center; padding: 24px; }
.contact-modal.is-open { display: flex; }
.contact-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.contact-modal__dialog { position: relative; width: min(760px, 100%); max-height: min(86vh, 920px); overflow: auto; padding: 28px; }
.contact-modal__close { position: absolute; right: 16px; top: 16px; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); font-size: 26px; }
.contact-modal__intro { color: var(--muted); line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: var(--muted); font-weight: 760; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.06); color: var(--text); padding: 12px 13px; }
html[data-theme="light"] .contact-form input, html[data-theme="light"] .contact-form select, html[data-theme="light"] .contact-form textarea { background: rgba(255,255,255,.92); }
.hp-field { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.form-note { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.form-note a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.contact-form__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.toast { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%) translateY(22px); z-index: 400; opacity: 0; pointer-events: none; max-width: calc(100% - 32px); padding: 13px 16px; border-radius: 999px; background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; font-weight: 900; box-shadow: var(--shadow-soft); transition: opacity .18s ease, transform .18s ease; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 1120px) {
  .site-nav { position: fixed; left: 20px; right: 20px; top: 92px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-tools { justify-content: space-between; }
  .hero-grid, .story-row, .story-row.reverse, .video-grid, .pricing-grid { grid-template-columns: 1fr; }
  .story-row.reverse .story-copy { order: 0; }
  .trust-grid, .feature-grid, .usecase-grid, .widget-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-float { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 14px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 66px 0; }
  .hero { padding-top: 54px; }
  .trust-grid, .feature-grid, .usecase-grid, .faq-grid, .problem-grid, .screenshot-map, .comparison-grid, .widget-grid, .form-grid, .closing-box, .feedback-box { grid-template-columns: 1fr; }
  .closing-actions { justify-content: flex-start; }
  h1 { font-size: clamp(2.6rem, 15vw, 4rem); }
  .hero-actions .btn, .closing-actions .btn { width: 100%; }
  .shot-frame--portrait { max-height: 620px; }
  .footer-wrap { display: grid; }
}


/* V17.1 fixes: local language paths, mode-consistent screenshots, hardware cards, mobile polish */
.mode-aware-shot .mode-pair img { border-radius: 20px; border: 1px solid var(--line); width: 100%; height: auto; }
.theme-only-light { display: none !important; }
html[data-theme="light"] .theme-only-dark { display: none !important; }
html[data-theme="light"] .story-row.theme-only-light { display: grid !important; }
html[data-theme="light"] .shot-panel.theme-only-light { display: block !important; }
html[data-theme="light"] .theme-only-light:not(.story-row):not(.shot-panel) { display: block !important; }
.hardware-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hardware-card { padding: 26px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
html[data-theme="light"] .hardware-card { background: rgba(255,255,255,.88); }
.hardware-card h3 { margin-bottom: 8px; font-size: 1.24rem; }
.hardware-card p { margin-bottom: 0; color: var(--muted); line-height: 1.68; }
.pricing-grid--three { grid-template-columns: repeat(3, 1fr); }
.hardware-price-card { border-color: rgba(255,178,62,.28); background: linear-gradient(180deg, rgba(255,178,62,.12), rgba(35,104,255,.05)); }
html[data-theme="light"] .hardware-price-card { background: linear-gradient(180deg, rgba(255,178,62,.16), rgba(255,255,255,.88)); }
.hardware-price-card .price-value { font-size: clamp(2.15rem, 4vw, 3.6rem); letter-spacing: -.06em; }
.mode-pair { width: 100%; }
.mode-pair img { width: 100%; height: auto; }
.lightbox-image { max-width: 96vw; }

@media (max-width: 1120px) {
  .site-nav { max-height: calc(100dvh - 112px); overflow: auto; }
  .hardware-grid, .pricing-grid--three { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { -webkit-text-size-adjust: 100%; }
  .container { width: min(100% - 24px, var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 44px; height: 44px; border-radius: 13px; }
  .brand strong { font-size: .95rem; }
  .brand small { display: none; }
  .site-nav { left: 12px; right: 12px; top: 78px; border-radius: 20px; padding: 14px; gap: 10px; }
  .site-nav > a, .tool-toggle, .nav-cta { min-height: 46px; width: 100%; justify-content: center; }
  .nav-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero { padding: 42px 0 44px; }
  h1 { font-size: clamp(2.15rem, 13vw, 3.25rem); letter-spacing: -.055em; }
  .lead { font-size: 1rem; line-height: 1.68; }
  .section { padding: 54px 0; }
  .section-tight { padding: 36px 0; }
  .section-head h2, .split-copy h2, .video-copy h2, .closing-box h2 { font-size: clamp(1.9rem, 10vw, 2.6rem); }
  .browser-card { border-radius: 22px; padding: 8px; }
  .browser-top { height: 26px; }
  .hero-float { border-radius: 18px; padding: 8px; }
  .story-copy, .problem-card, .price-card, .video-copy, .hardware-card, .feedback-box { padding: 20px; }
  .shot-frame { border-radius: 20px; }
  .shot-panel { padding: 14px; }
  .shot-frame--portrait { max-height: 430px; }
  .shot-frame--compact img { max-height: 360px; }
  .widget-card .shot-frame { min-height: auto; }
  .shot-badge, .shot-note, .mode-chip { font-size: .72rem; padding: 6px 9px; }
  .empty-video-card { min-height: 220px; }
  .empty-video-frame { min-height: 180px; padding: 22px; }
  .contact-modal { padding: 12px; align-items: flex-end; }
  .contact-modal__dialog { border-radius: 24px 24px 0 0; max-height: 88dvh; padding: 22px; }
  .price-value { font-size: clamp(2.45rem, 14vw, 3.4rem); }
}
@media (max-width: 420px) {
  .quick-badges li { width: 100%; text-align: center; }
  .hero-actions { display: grid; }
  .btn { width: 100%; min-height: 50px; }
  .comparison-grid, .widget-grid { gap: 14px; }
  .shot-frame--compact img { max-height: 310px; }
}


/* V18.2 hero and screenshot refinements */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 8, 20, .96) 0%, rgba(6, 8, 20, .78) 42%, rgba(6, 8, 20, .28) 100%),
    url("../img/hero-mode-dark.png") center right / cover no-repeat;
  opacity: .42;
  filter: saturate(1.08) contrast(1.04);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.74) 62%, transparent 100%);
}
html[data-theme="light"] .hero::before {
  background:
    linear-gradient(90deg, rgba(242, 246, 253, .98) 0%, rgba(242, 246, 253, .82) 42%, rgba(242, 246, 253, .40) 100%),
    url("../img/hero-mode-dark.png") center right / cover no-repeat;
  opacity: .32;
  filter: saturate(.98) brightness(1.16) contrast(.92);
}
.hero-visual--scene { isolation: isolate; padding-bottom: 54px; }
.hero-scene-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(35,104,255,.20), rgba(137,76,247,.12));
  box-shadow: var(--shadow);
  padding: 11px;
}
.hero-scene-card::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 23px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -80px 120px rgba(0,0,0,.22);
}
.hero-scene-card img {
  width: 100%;
  border-radius: 23px;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
html[data-theme="light"] .hero-scene-card { background: rgba(255,255,255,.78); }
html[data-theme="light"] .hero-scene-card::after { box-shadow: inset 0 0 0 1px rgba(255,255,255,.40), inset 0 -80px 120px rgba(255,255,255,.10); }
.hero-float--interact {
  width: min(420px, 54%);
  right: -12px;
  bottom: 0;
  transform: translateY(24%);
  padding: 9px;
}
.hero-float--interact img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.shot-badge--float { left: 14px; bottom: 14px; }
.shot-frame--admin-static {
  display: grid;
  place-items: center;
  padding: 10px;
  max-height: none;
  overflow: hidden;
}
.shot-frame--admin-static img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border-radius: 20px;
  background: var(--panel);
}
.comparison-grid--equal { align-items: stretch; }
.comparison-grid--equal .shot-frame { min-height: 100%; }
.shot-frame--equal-preview {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 10px;
  overflow: hidden;
}
.shot-frame--equal-preview img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
  border-radius: 20px;
  background: var(--panel);
}
.shot-frame--equal-preview .shot-badge { bottom: 14px; }
@media (min-width: 901px) {
  .comparison-grid--equal { grid-auto-rows: 1fr; }
}
@media (max-width: 900px) {
  .hero-visual--scene { padding-bottom: 0; }
  .hero-float--interact { position: relative; right: auto; bottom: auto; transform: none; width: 100%; margin-top: 14px; }
  .shot-frame--admin-static img { max-height: 600px; }
  .shot-frame--equal-preview { min-height: 340px; }
  .shot-frame--equal-preview img { max-height: 340px; }
}
@media (max-width: 560px) {
  .hero::before { opacity: .24; background-position: center top; }
  .hero-scene-card { border-radius: 24px; padding: 8px; }
  .hero-scene-card::after { inset: 8px; border-radius: 17px; }
  .hero-scene-card img { border-radius: 17px; }
  .shot-frame--admin-static img { max-height: 470px; }
  .shot-frame--equal-preview { min-height: 280px; }
  .shot-frame--equal-preview img { max-height: 280px; }
}

/* Professional legal pages */
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 42px;
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 10%, rgba(35, 104, 255, .18), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(137, 76, 247, .15), transparent 32%);
  opacity: .85;
}
.legal-hero-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(35,104,255,.16), rgba(137,76,247,.09) 48%, rgba(255,255,255,.035));
  box-shadow: var(--shadow-soft);
}
.legal-hero-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(35,104,255,.28), transparent 66%);
  pointer-events: none;
}
.legal-hero-panel h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(2.55rem, 6vw, 5rem);
}
.legal-hero-panel .lead { max-width: 76ch; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.legal-backlink { color: var(--text); background: rgba(255,255,255,.06); border-color: var(--line); }
.legal-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 26px;
  align-items: start;
}
.legal-card {
  padding: clamp(28px, 4.8vw, 58px);
  overflow: hidden;
}
.legal-card > *:first-child { margin-top: 0; }
.legal-card h2 {
  margin: 42px 0 14px;
  font-size: clamp(1.36rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.legal-card h3 {
  margin: 28px 0 10px;
  font-size: 1.08rem;
  letter-spacing: -.015em;
}
.legal-card p,
.legal-card li,
.legal-card address {
  color: var(--muted);
  line-height: 1.78;
}
.legal-card address { font-style: normal; }
.legal-card a { color: #9eb7ff; text-decoration: underline; text-underline-offset: 4px; }
html[data-theme="light"] .legal-card a { color: #164ed3; }
.legal-card ul { margin: 12px 0 0; padding-left: 1.2rem; }
.legal-card li + li { margin-top: 8px; }
.legal-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0 8px;
}
.legal-summary-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}
html[data-theme="light"] .legal-summary-item { background: rgba(255,255,255,.78); }
.legal-summary-item strong { display: block; margin-bottom: 6px; color: var(--text); }
.legal-summary-item span { display: block; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.legal-note {
  margin-top: 36px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,178,62,.28);
  background: rgba(255,178,62,.10);
  color: var(--muted);
  line-height: 1.72;
}
.legal-note strong { color: var(--text); }
.legal-meta {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: .92rem;
}
.legal-sidebar {
  position: sticky;
  top: 108px;
  padding: 22px;
}
.legal-sidebar h2 {
  margin: 0 0 14px;
  font-size: 1.18rem;
  letter-spacing: -.02em;
}
.legal-sidebar nav { display: grid; gap: 9px; }
.legal-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 15px;
  color: var(--muted);
  border: 1px solid transparent;
  background: rgba(255,255,255,.025);
}
.legal-sidebar a:hover,
.legal-sidebar a.is-active {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(35,104,255,.12);
}
.legal-sidebar a::after { content: "›"; color: var(--muted-2); }
.legal-sidebar a.is-active::after { color: #9eb7ff; }
.legal-contact-box {
  display: grid;
  gap: 10px;
  padding: 22px;
  margin: 20px 0 10px;
  border-radius: 22px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, rgba(35,104,255,.12), rgba(137,76,247,.08));
}
.legal-contact-box strong { color: var(--text); }
.legal-contact-box span { color: var(--muted); }
.legal-table {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.legal-table div {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.legal-table dt { color: var(--text); font-weight: 850; }
.legal-table dd { margin: 0; color: var(--muted); line-height: 1.65; }

@media (max-width: 980px) {
  .legal-shell { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; order: -1; }
  .legal-sidebar nav { grid-template-columns: repeat(2, 1fr); }
  .legal-summary-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .legal-hero { padding: 44px 0 24px; }
  .legal-hero-panel { padding: 24px; border-radius: 24px; }
  .legal-card { padding: 24px; border-radius: 24px; }
  .legal-card h2 { margin-top: 32px; }
  .legal-sidebar nav { grid-template-columns: 1fr; }
  .legal-table div { grid-template-columns: 1fr; gap: 6px; }
}



/* V21.1 hero multi-device showcase */
.hero-visual--devices { isolation: isolate; }
.hero-device-cluster { position: relative; padding: 0 108px 34px 0; }
.hero-device {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: linear-gradient(160deg, rgba(35,104,255,.22), rgba(137,76,247,.12));
  box-shadow: var(--shadow);
}
html[data-theme="light"] .hero-device { background: rgba(255,255,255,.82); }
.hero-device img {
  width: 100%;
  display: block;
  border: 1px solid var(--line);
  background: var(--panel);
}
.hero-device--desktop {
  border-radius: 34px;
  padding: 11px;
}
.hero-device--desktop .device-top {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  padding: 0 6px 10px;
}
.hero-device--desktop .device-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.30);
}
.hero-device--desktop img {
  border-radius: 22px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hero-device-stack {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.hero-device--tablet {
  width: min(250px, 38vw);
  border-radius: 30px;
  padding: 10px;
}
.hero-device--tablet .device-frame {
  position: absolute;
  inset: 8px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
  pointer-events: none;
}
.hero-device--tablet img {
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left top;
}
.hero-device--phone {
  width: min(128px, 22vw);
  border-radius: 28px;
  padding: 8px;
  transform: translateY(36px);
}
.hero-device--phone .device-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 34%;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(6,8,20,.88);
  z-index: 1;
}
.hero-device--phone img {
  border-radius: 20px;
  aspect-ratio: 9 / 18.5;
  object-fit: cover;
  object-position: left top;
}
.hero-device .shot-badge { z-index: 2; }

@media (max-width: 1080px) {
  .hero-device-cluster { padding-right: 74px; }
  .hero-device--tablet { width: min(220px, 34vw); }
  .hero-device--phone { width: min(116px, 20vw); }
}
@media (max-width: 900px) {
  .hero-visual--devices { margin-top: 8px; }
  .hero-device-cluster { padding: 0; }
  .hero-device-stack {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-end;
    margin-top: 16px;
  }
  .hero-device--tablet { width: min(48%, 280px); }
  .hero-device--phone { width: min(28%, 150px); transform: translateY(18px); }
}
@media (max-width: 560px) {
  .hero-device--desktop { border-radius: 24px; padding: 8px; }
  .hero-device--desktop img { border-radius: 17px; }
  .hero-device-stack { gap: 12px; }
  .hero-device--tablet { width: calc(100% - 108px); max-width: 230px; border-radius: 24px; padding: 8px; }
  .hero-device--tablet img { border-radius: 17px; }
  .hero-device--phone { width: 96px; border-radius: 22px; padding: 6px; }
  .hero-device--phone img { border-radius: 15px; }
  .hero-device--phone .device-notch { top: 10px; height: 8px; }
}


/* V22.1 widget output examples */
.section-head--compact { margin-top: 46px; }
.widget-example-showcase { margin-top: 22px; }
.widget-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.widget-example-card {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.widget-example-card--wide { grid-column: span 2; }
.widget-example-card--full { grid-column: 1 / -1; }
.widget-example-shot,
.widget-example-mini {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.035);
  box-shadow: none;
}
html[data-theme="light"] .widget-example-shot,
html[data-theme="light"] .widget-example-mini { background: rgba(255,255,255,.72); }
.widget-example-shot img,
.widget-example-mini img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}
.widget-example-shot img { max-height: 380px; }
.widget-example-card:not(.widget-example-card--wide):not(.widget-example-card--full) .widget-example-shot img { max-height: 230px; }
.widget-example-meta h3 {
  margin-bottom: 6px;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}
.widget-example-meta p {
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.58;
  font-size: .96rem;
}
.widget-example-stack--qr {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(150px, .55fr);
  gap: 12px;
  align-items: stretch;
}
.widget-example-mini { min-height: 150px; }
.widget-example-mini img { max-height: 230px; padding: 0; }
.widget-example-stack--qr .widget-example-mini:last-child img {
  padding: 16px;
  object-fit: contain;
}
.comparison-grid--equal { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.comparison-grid--equal .shot-frame--equal-preview img[src$="Interact-Slot.png"] {
  object-fit: contain;
  background: var(--panel);
}
@media (max-width: 900px) {
  .widget-example-grid { grid-template-columns: 1fr; }
  .widget-example-card--wide,
  .widget-example-card--full { grid-column: auto; }
  .widget-example-stack--qr { grid-template-columns: 1fr; }
  .comparison-grid--equal { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section-head--compact { margin-top: 34px; }
  .widget-example-card { padding: 12px; border-radius: 22px; }
  .widget-example-shot,
  .widget-example-mini { border-radius: 17px; }
  .widget-example-shot img { max-height: 260px; }
}


/* V23.1 inline widget examples */
.widget-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.widget-inline-group {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.widget-inline-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted-2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.widget-inline-shot {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.035);
}
html[data-theme="light"] .widget-inline-shot { background: rgba(255,255,255,.72); }
.widget-inline-shot img {
  width: 100%;
  display: block;
  background: #000;
  object-fit: contain;
  max-height: 260px;
}
.widget-inline-shot--mini img { max-height: 200px; }
.widget-inline-copy { margin-top: 10px; }
.widget-inline-copy strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
  letter-spacing: -.02em;
}
.widget-inline-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: .93rem;
}
.widget-inline-stack {
  display: grid;
  gap: 10px;
}
.widget-inline-stack--qr {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.widget-inline-stack--qr .widget-inline-shot:last-child img {
  padding: 12px;
}
@media (max-width: 1120px) {
  .widget-inline-stack--qr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .widget-inline-stack--qr .widget-inline-shot:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 760px) {
  .widget-inline-stack--qr {
    grid-template-columns: 1fr;
  }
  .widget-inline-stack--qr .widget-inline-shot:last-child {
    grid-column: auto;
  }
  .widget-inline-shot img {
    max-height: 220px;
  }
}


/* V24 interact + simplified QR examples */
.comparison-grid--interact {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: start;
}
.interact-combo {
  padding: 14px;
}
.interact-combo .shot-frame {
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 22px;
}
.interact-inline-group {
  margin-top: 12px;
}
.interact-inline-shot img {
  max-height: 260px;
  background: var(--panel);
}
.widget-inline-shot--qr-single {
  display: grid;
  place-items: center;
}
.widget-inline-shot--qr-single img {
  max-height: 250px;
  width: auto;
  padding: 16px;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 900px) {
  .comparison-grid--interact {
    grid-template-columns: 1fr;
  }
}


/* V25 cleanup for widget examples */
.widget-grid { align-items: stretch; }
.widget-card { height: 100%; }
.widget-card .widget-inline-group {
  margin-top: auto;
}
.widget-inline-shot,
.interact-inline-shot {
  display: grid;
  place-items: center;
  min-height: 235px;
}
.widget-inline-shot img,
.interact-inline-shot img {
  width: 100%;
  height: auto;
  max-height: 215px;
}
.widget-inline-shot--qr-single {
  min-height: 235px;
}
.widget-inline-shot--qr-single img {
  width: auto;
  max-width: 100%;
  max-height: 210px;
}
#widgets .shot-frame--compact {
  position: relative;
}
#widgets .shot-frame--compact img {
  display: block;
}
#widgets .mode-chip,
#widgets .widget-inline-shot .shot-badge,
.interact-inline-group .shot-badge,
.shot-note {
  display: none !important;
}
@media (max-width: 760px) {
  .widget-inline-shot,
  .interact-inline-shot,
  .widget-inline-shot--qr-single {
    min-height: 210px;
  }
  .widget-inline-shot img,
  .interact-inline-shot img,
  .widget-inline-shot--qr-single img {
    max-height: 190px;
  }
}


/* V26 stacked widget rows */
.widget-stack {
  display: grid;
  gap: 18px;
}
.widget-row {
  padding: 22px;
}
.widget-row-head {
  margin-bottom: 16px;
}
.widget-row-head h3 {
  margin-bottom: 6px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
}
.widget-row-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.widget-row-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.widget-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.widget-panel-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.04);
  color: var(--muted-2);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
html[data-theme="light"] .widget-panel-label { background: rgba(255,255,255,.88); }
.widget-row .shot-frame,
.widget-row .widget-inline-shot {
  width: 100%;
  margin: 0;
  min-height: 290px;
  display: grid;
  place-items: center;
}
.widget-row .shot-frame .mode-pair,
.widget-row .shot-frame .mode-pair img,
.widget-row .shot-frame > img,
.widget-row .widget-inline-shot img {
  width: 100%;
}
.widget-row .shot-frame .mode-pair img,
.widget-row .shot-frame > img,
.widget-row .widget-inline-shot img {
  height: auto;
  max-height: 310px;
  object-fit: contain;
}
.widget-row .widget-inline-shot--qr-single img {
  width: auto;
  max-width: 100%;
  max-height: 260px;
}
.widget-panel-copy,
.widget-panel-placeholder {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
}
html[data-theme="light"] .widget-panel-copy,
html[data-theme="light"] .widget-panel-placeholder { background: rgba(255,255,255,.72); }
.widget-panel-copy strong,
.widget-panel-placeholder strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
}
.widget-panel-copy p,
.widget-panel-placeholder p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: .95rem;
}
.widget-row .widget-inline-kicker {
  display: none !important;
}
@media (max-width: 900px) {
  .widget-row {
    padding: 18px;
  }
  .widget-row-grid {
    grid-template-columns: 1fr;
  }
  .widget-row .shot-frame,
  .widget-row .widget-inline-shot {
    min-height: 240px;
  }
  .widget-row .shot-frame .mode-pair img,
  .widget-row .shot-frame > img,
  .widget-row .widget-inline-shot img {
    max-height: 260px;
  }
}
@media (max-width: 560px) {
  .widget-row {
    padding: 14px;
    border-radius: 24px;
  }
  .widget-panel-copy,
  .widget-panel-placeholder {
    padding: 12px 14px;
  }
}


/* V27.1 refined widget structure like clean screenshot walkthrough */
.widget-stack {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.widget-row {
  padding: 26px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.015));
}
html[data-theme="light"] .widget-row {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,255,.86));
}
.widget-row-head {
  margin-bottom: 16px;
}
.widget-row-head h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -.03em;
}
.widget-row-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
  max-width: 70ch;
}
.widget-row-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.widget-panel {
  min-width: 0;
}
.widget-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted-2);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.widget-panel-label::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 0 0 4px rgba(35,104,255,.12);
}
.widget-row .shot-frame,
.widget-row .widget-inline-shot,
.interact-inline-shot {
  width: 100%;
  min-height: 0 !important;
  height: auto;
  margin: 0;
  padding: 10px;
  display: block;
  border-radius: 24px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(10,17,40,.86), rgba(7,14,34,.92));
  box-shadow: var(--shadow-soft);
}
html[data-theme="light"] .widget-row .shot-frame,
html[data-theme="light"] .widget-row .widget-inline-shot,
html[data-theme="light"] .interact-inline-shot {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,249,255,.92));
}
.widget-row .shot-frame .mode-pair,
.widget-row .widget-inline-shot,
.interact-inline-shot {
  line-height: 0;
}
.widget-row .shot-frame .mode-pair img,
.widget-row .shot-frame > img,
.widget-row .widget-inline-shot img,
.interact-inline-shot img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  border-radius: 14px;
  background: transparent;
}
.widget-row .widget-inline-shot--qr-single {
  padding: 18px;
}
.widget-row .widget-inline-shot--qr-single img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.widget-panel-copy,
.widget-panel-placeholder {
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.widget-panel-copy strong,
.widget-panel-placeholder strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.02rem;
}
.widget-panel-copy p,
.widget-panel-placeholder p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: .95rem;
}
#widgets .shot-frame--compact img {
  max-height: none !important;
}
#widgets .shot-badge,
#widgets .mode-chip,
#widgets .widget-inline-kicker {
  display: none !important;
}
.interact-inline-group {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.interact-inline-shot {
  margin-top: 10px;
}
@media (max-width: 960px) {
  .widget-row {
    padding: 22px;
  }
  .widget-row-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 560px) {
  .widget-row {
    padding: 16px;
    border-radius: 24px;
  }
  .widget-row .shot-frame,
  .widget-row .widget-inline-shot,
  .interact-inline-shot {
    padding: 8px;
    border-radius: 20px;
  }
}


/* V28.1 settings preview smaller + top-left display badge */
.shot-frame--badge-top-left .shot-badge {
  top: 16px;
  left: 16px;
  bottom: auto;
}
.widget-inline-shot--settings-small {
  max-width: 420px;
}
.widget-inline-shot--settings-small img {
  width: 100%;
  max-width: 100%;
}
.widget-row .widget-panel--result .widget-inline-shot--settings-small {
  margin-left: 0;
}
@media (max-width: 900px) {
  .widget-inline-shot--settings-small {
    max-width: 360px;
  }
}
@media (max-width: 560px) {
  .shot-frame--badge-top-left .shot-badge {
    top: 12px;
    left: 12px;
  }
  .widget-inline-shot--settings-small {
    max-width: 100%;
  }
}


/* V30.1 restore settings preview size and named example labels */
.widget-row .widget-panel--result .widget-inline-shot {
  max-width: 100%;
}
.widget-row .widget-panel--result .widget-inline-shot img {
  max-width: 100%;
}


/* V30.2 settings preview displayed smaller in portrait size */
.widget-row .widget-panel--result .widget-inline-shot--settings-portrait {
  width: min(100%, 384px);
  max-width: 384px;
}
.widget-row .widget-panel--result .widget-inline-shot--settings-portrait img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .widget-row .widget-panel--result .widget-inline-shot--settings-portrait {
    width: min(100%, 360px);
    max-width: 360px;
  }
}
@media (max-width: 560px) {
  .widget-row .widget-panel--result .widget-inline-shot--settings-portrait {
    width: 100%;
    max-width: 100%;
  }
}


/* V32.1 mobile screenshot visibility fixes */
.story-row > *,
.comparison-grid > *,
.comparison-grid--equal > *,
.comparison-grid--interact > *,
.widget-row-grid > *,
.widget-panel,
.hero-grid > *,
.hero-device-cluster,
.hero-device-stack,
.hero-device,
.shot-frame,
.shot-link,
.widget-inline-shot,
.interact-inline-shot,
.mode-pair {
  min-width: 0;
  max-width: 100%;
}
.widget-row .widget-panel--result .widget-inline-shot--settings-portrait {
  margin-inline: auto;
}
@media (max-width: 760px) {
  .story-row,
  .comparison-grid,
  .comparison-grid--equal,
  .comparison-grid--interact,
  .widget-row-grid {
    overflow: visible;
  }
  .shot-frame,
  .widget-inline-shot,
  .interact-inline-shot,
  .hero-device {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .shot-frame img,
  .widget-inline-shot img,
  .interact-inline-shot img,
  .mode-pair img,
  .shot-frame--admin-static img,
  .shot-frame--equal-preview img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-position: center top;
  }
  .shot-frame--screen img {
    aspect-ratio: auto;
    object-fit: contain;
  }
  .widget-row .shot-frame--compact img,
  .widget-row .widget-inline-shot img,
  .interact-inline-shot img {
    object-fit: contain;
  }
  .hero-device-cluster {
    width: 100%;
  }
  .hero-device-stack {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .story-row,
  .comparison-grid,
  .comparison-grid--equal,
  .comparison-grid--interact,
  .widget-row-grid {
    gap: 14px;
  }
  .hero-device--tablet {
    width: calc(100% - 96px);
    max-width: 220px;
  }
  .hero-device--phone {
    width: 84px;
  }
  .widget-row .shot-frame,
  .widget-row .widget-inline-shot,
  .interact-inline-shot {
    padding: 6px;
  }
}

/* V32.2 contact form dropdown readability fix */
.contact-form select {
  color: var(--text);
  background-color: rgba(255,255,255,.06);
  color-scheme: dark;
}
.contact-form select option,
.contact-form select optgroup {
  color: #07142b;
  background: #ffffff;
}
.contact-form select option:checked {
  color: #07142b;
  background: #9cc9ff;
}
.contact-form select option:disabled {
  color: #8b94aa;
}
html[data-theme="light"] .contact-form select {
  color: #07142b;
  background-color: rgba(255,255,255,.92);
  color-scheme: light;
}


/* V37.1 landing-page display fixes */
.hero-device--phone .shot-badge {
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  max-width: calc(100% - 14px);
  white-space: nowrap;
  padding-inline: 10px;
}
.lightbox {
  padding:
    max(20px, env(safe-area-inset-top, 0px))
    max(16px, env(safe-area-inset-right, 0px))
    max(28px, calc(env(safe-area-inset-bottom, 0px) + 18px))
    max(16px, env(safe-area-inset-left, 0px));
}
.lightbox-figure {
  width: min(1400px, 96vw);
  max-height: calc(100dvh - 44px);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: calc(100dvh - 124px);
}
.lightbox-caption {
  width: 100%;
  max-width: min(920px, 96vw);
  justify-self: center;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(6,8,20,.70);
  backdrop-filter: blur(14px);
  line-height: 1.35;
  font-size: .95rem;
  max-height: 22dvh;
  overflow: auto;
}
@media (max-width: 640px) {
  .lightbox {
    place-items: center;
    padding:
      max(14px, env(safe-area-inset-top, 0px))
      12px
      max(34px, calc(env(safe-area-inset-bottom, 0px) + 24px));
  }
  .lightbox-figure {
    width: 100%;
    max-height: calc(100dvh - 44px);
    gap: 8px;
  }
  .lightbox-image {
    max-width: 100%;
    max-height: calc(100dvh - 150px);
    border-radius: 14px;
  }
  .lightbox-caption {
    max-width: 100%;
    max-height: 24dvh;
    padding: 9px 12px;
    border-radius: 14px;
    font-size: .84rem;
    line-height: 1.32;
  }
  .lightbox-close {
    top: max(10px, env(safe-area-inset-top, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .hero-device--phone .shot-badge {
    bottom: 7px;
    padding: 5px 8px;
    font-size: .68rem;
  }
}


/* Landing UX refresh V39: simplified entry, early pricing, visual use cases, staged details */
.hero--landing { padding: 84px 0 62px; }
.hero-grid--balanced { align-items: center; gap: clamp(28px, 5vw, 70px); }
.hero-grid--balanced h1 { font-size: clamp(2.75rem, 5.7vw, 5.35rem); }
.hero-visual--product { min-width: 0; }
.hero-product-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(35,104,255,.18), rgba(137,76,247,.10));
  box-shadow: var(--shadow);
}
.hero-product-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -90px 120px rgba(6,8,20,.18);
}
.hero-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--line);
}
html[data-theme="light"] .hero-product-card { background: rgba(255,255,255,.78); }
.hero-price-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 14px;
}
.hero-price-strip div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow-soft);
}
html[data-theme="light"] .hero-price-strip div { background: rgba(255,255,255,.82); }
.hero-price-strip span,
.hero-price-strip small { display: block; color: var(--muted); line-height: 1.35; }
.hero-price-strip span { font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.hero-price-strip strong { display: block; margin: 5px 0 3px; font-size: clamp(1.25rem, 2.5vw, 2rem); letter-spacing: -.04em; }
.hero-price-strip small { font-size: .86rem; }
.section--early { padding-top: 70px; }
.usecase-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.usecase-card--visual { overflow: hidden; padding: 0; }
.usecase-card--visual > a { display: block; overflow: hidden; border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0; }
.usecase-card--visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .24s ease; }
.usecase-card--visual:hover img { transform: scale(1.025); }
.usecase-card--visual > div { padding: 22px; }
.usecase-card--visual h3 { margin: 0 0 9px; font-size: 1.2rem; letter-spacing: -.025em; }
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.step-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: var(--shadow-soft);
}
html[data-theme="light"] .step-card { background: rgba(255,255,255,.86); }
.step-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(35,104,255,.25);
}
.step-card h3 { margin-bottom: 8px; font-size: 1.25rem; }
.step-card p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.feature-grid--simple .feature-card p { font-size: 1rem; }
.details-stack { display: grid; gap: 16px; }
.details-panel { padding: 0; overflow: hidden; }
.details-panel summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  font-weight: 900;
}
.details-panel summary::-webkit-details-marker { display: none; }
.details-panel summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255,255,255,.055);
}
.details-panel[open] summary::after { content: "–"; }
.details-panel summary span { font-size: 1.12rem; }
.details-panel summary small { display: block; margin-top: 4px; color: var(--muted); font-weight: 650; }
.detail-shot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 24px 24px;
}
.detail-shot-grid .shot-frame { border-radius: 22px; min-height: 220px; }
.detail-shot-grid .shot-frame img { width: 100%; height: 100%; min-height: 220px; max-height: 310px; object-fit: cover; }
.feature-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 24px 24px;
}
.feature-grid--compact .feature-card { box-shadow: none; padding: 22px; }
.feature-grid--compact .feature-card h3 { margin-bottom: 8px; }
@media (max-width: 1120px) {
  .usecase-visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-shot-grid, .feature-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero--landing { padding-top: 54px; }
  .hero-price-strip { grid-template-columns: 1fr; }
  .step-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .usecase-visual-grid, .detail-shot-grid, .feature-grid--compact { grid-template-columns: 1fr; }
  .details-panel summary { align-items: flex-start; padding: 20px; }
  .detail-shot-grid, .feature-grid--compact { padding: 0 18px 18px; }
}
@media (max-width: 560px) {
  .hero-product-card { border-radius: 24px; padding: 8px; }
  .hero-product-card::after { inset: 8px; border-radius: 17px; }
  .hero-product-card img { border-radius: 17px; }
  .hero-price-strip div, .step-card, .usecase-card--visual > div { padding: 18px; }
}

/* Refresh hero background to match the new product visual */
.hero--landing::before {
  background:
    linear-gradient(90deg, rgba(6, 8, 20, .97) 0%, rgba(6, 8, 20, .78) 44%, rgba(6, 8, 20, .26) 100%),
    url("../img/waltrone-hero-local-server.webp") center right / cover no-repeat;
  opacity: .34;
}
html[data-theme="light"] .hero--landing::before {
  background:
    linear-gradient(90deg, rgba(242, 246, 253, .98) 0%, rgba(242, 246, 253, .84) 44%, rgba(242, 246, 253, .42) 100%),
    url("../img/waltrone-hero-local-server.webp") center right / cover no-repeat;
  opacity: .26;
}

/* V40 DE refinement: calmer desktop navigation and more natural product screenshots */
.site-nav {
  gap: 14px;
  font-size: .9rem;
}
.site-nav > a,
.tool-toggle,
.nav-cta {
  white-space: nowrap;
}
.nav-cta {
  padding-inline: 16px;
}
@media (max-width: 1180px) and (min-width: 901px) {
  .brand small {
    display: none;
  }
  .site-nav {
    gap: 11px;
    font-size: .86rem;
  }
  .tool-toggle {
    padding-inline: 11px;
  }
  .nav-cta {
    padding-inline: 14px;
  }
}

.section-head--sub {
  margin-top: 64px;
}

.product-shot-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.product-shot {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: var(--shadow-soft);
}

html[data-theme="light"] .product-shot {
  background: rgba(255,255,255,.88);
}

.product-shot--wide {
  grid-column: span 6;
}

.product-shot--tall {
  grid-column: span 3;
}

.product-shot__image {
  display: block;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(47,111,255,.14), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: none;
}

.product-shot__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.product-shot__image--contain img {
  object-fit: contain;
  background: rgba(255,255,255,.04);
}

.product-shot--tall .product-shot__image img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
}

.product-shot > div {
  padding: 20px 22px 22px;
}

.product-shot span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(35,104,255,.24);
  border-radius: 999px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: rgba(255,255,255,.045);
}

.product-shot h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: -.025em;
}

.product-shot p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.details-stack--calm {
  max-width: 1040px;
  margin-inline: auto;
}

.details-stack--calm .details-panel:not([open]) {
  background: rgba(255,255,255,.035);
}

@media (max-width: 1120px) {
  .product-shot,
  .product-shot--wide,
  .product-shot--tall {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .product-shot,
  .product-shot--wide,
  .product-shot--tall {
    grid-column: 1 / -1;
  }
  .product-shot__image img,
  .product-shot--tall .product-shot__image img {
    aspect-ratio: 16 / 10;
  }
  .section-head--sub {
    margin-top: 42px;
  }
}


/* V41 optimized DE/EN layout: centered lightbox and calmer screenshot area */
.lightbox {
  align-items: center;
  justify-items: center;
}
.lightbox-figure {
  width: min(1500px, calc(100vw - 52px));
  max-width: min(1500px, 96vw);
  max-height: 92vh;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  margin-inline: auto;
  object-fit: contain;
}
.lightbox-caption {
  max-width: min(1080px, 92vw);
  margin-inline: auto;
}

.screenshot-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 28px;
}
.showcase-card,
.gallery-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: var(--shadow-soft);
}
html[data-theme="light"] .showcase-card,
html[data-theme="light"] .gallery-card {
  background: rgba(255,255,255,.88);
}
.showcase-card {
  overflow: hidden;
  border-radius: calc(var(--radius) + 4px);
  display: flex;
  flex-direction: column;
}
.showcase-card__image {
  display: block;
  padding: 12px;
  border: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(47,111,255,.13), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
}
.showcase-card__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
}
.showcase-card__image--contain img {
  object-fit: contain;
  background: rgba(255,255,255,.04);
}
.showcase-card__copy {
  padding: 22px 24px 24px;
}
.showcase-card__copy span,
.gallery-card span {
  color: var(--muted);
  font-weight: 800;
}
.showcase-card__copy > span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(35,104,255,.24);
  border-radius: 999px;
  font-size: .76rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: rgba(255,255,255,.045);
}
.showcase-card__copy h3 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  letter-spacing: -.035em;
}
.showcase-card__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.gallery-card {
  overflow: hidden;
  border-radius: 22px;
}
.gallery-card a {
  display: block;
  padding: 9px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47,111,255,.11), transparent 48%),
    rgba(255,255,255,.025);
}
.gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
}
.gallery-card > div {
  padding: 13px 14px 15px;
}
.gallery-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: .98rem;
  letter-spacing: -.015em;
}
.gallery-card span {
  display: block;
  font-size: .86rem;
  line-height: 1.4;
}
.gallery-card--planned {
  border-style: dashed;
}

@media (max-width: 1180px) {
  .screenshot-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .screenshot-showcase { grid-template-columns: 1fr; }
  .screenshot-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .lightbox { padding: 14px; }
  .lightbox-figure { width: calc(100vw - 28px); }
  .lightbox-image { max-height: 76vh; border-radius: 14px; }
  .screenshot-gallery { grid-template-columns: 1fr; }
  .showcase-card__copy { padding: 18px; }
}


/* V42 polish: broader use cases, portrait displays and less forced detail sections */
.section--flow {
  padding: 48px 0;
}
.section--flow .section-head {
  margin-bottom: 24px;
}
.section--flow .section-head h2 {
  font-size: clamp(1.95rem, 3vw, 3.15rem);
}
.section--flow .section-head p {
  max-width: 680px;
}
.step-grid--compact .step-card {
  padding: 22px;
}
.step-grid--compact .step-card span {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 14px;
}
.step-grid--compact .step-card h3 {
  font-size: 1.14rem;
}

.section-head--mini {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-head--mini h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.7rem);
}
.usecase-more-block {
  margin-top: 34px;
  padding-top: 8px;
}
.usecase-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.usecase-mini-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  box-shadow: var(--shadow-soft);
}
html[data-theme="light"] .usecase-mini-card {
  background: rgba(255,255,255,.78);
}
.usecase-mini-card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 15px;
  background: rgba(35,104,255,.12);
  border: 1px solid rgba(35,104,255,.18);
}
.usecase-mini-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  letter-spacing: -.02em;
}
.usecase-mini-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: .95rem;
}
.feature-card--highlight {
  border-color: rgba(35,104,255,.34);
  background: linear-gradient(180deg, rgba(35,104,255,.12), rgba(137,76,247,.05));
}
html[data-theme="light"] .feature-card--highlight {
  background: linear-gradient(180deg, rgba(35,104,255,.10), rgba(255,255,255,.86));
}

.screenshot-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery-card .mode-pair {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.gallery-card .mode-pair img {
  aspect-ratio: 16 / 11;
}
.settings-preview {
  margin-top: 18px;
}
.settings-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 24px 24px;
}
.settings-shot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
html[data-theme="light"] .settings-shot {
  background: rgba(255,255,255,.76);
}
.settings-shot a {
  display: block;
  padding: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47,111,255,.11), transparent 48%),
    rgba(255,255,255,.025);
}
.settings-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 15px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.settings-shot > div {
  padding: 13px 14px 15px;
}
.settings-shot strong {
  display: block;
  margin-bottom: 4px;
  font-size: .98rem;
  letter-spacing: -.015em;
}
.settings-shot span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.4;
  font-weight: 800;
}
.hardware-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .screenshot-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hardware-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .usecase-mini-grid,
  .settings-shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .usecase-mini-grid,
  .settings-shot-grid,
  .hardware-grid {
    grid-template-columns: 1fr;
  }
  .settings-shot-grid {
    padding: 0 18px 18px;
  }
  .usecase-more-block {
    margin-top: 24px;
  }
}


/* V43 refinements: avoid clipped punctuation, balance feature cards and improve lightbox click behavior */
.hero-grid--balanced h1,
.section-head h2,
.closing-box h2,
.feedback-copy h2 {
  line-height: 1.06;
  padding-bottom: .04em;
  overflow: visible;
}
.eyebrow,
.section-kicker,
.badge,
.shot-badge,
.hero-price-strip span {
  line-height: 1.38;
  overflow: visible;
}
.feature-grid--simple {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.feature-grid--simple .feature-card {
  min-height: 100%;
}
.lightbox.is-open {
  cursor: zoom-out;
}
.lightbox-image,
.lightbox-close {
  cursor: auto;
}
@media (max-width: 1180px) {
  .feature-grid--simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .feature-grid--simple {
    grid-template-columns: 1fr;
  }
}


/* V44: practical extras kept visually calm between features and screenshots */
.section--extras {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}
.feature-grid--extras .feature-card {
  min-height: 100%;
}
.feature-grid--extras .feature-card p {
  margin-bottom: 0;
}


/* V45 hero image stack: interactive overlapping product examples */
.hero-grid.hero-grid--balanced {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(30px, 4.6vw, 72px);
}
.hero-copy {
  min-width: 0;
  overflow: visible;
  max-width: min(100%, 36.25rem);
}
.hero-grid--balanced h1 {
  overflow: visible;
  padding-right: .28em;
  line-height: 1.30;
  letter-spacing: -.048em;
  font-size: clamp(2.35rem, 4.45vw, 4.55rem);
  hyphens: manual;
}
.hero-grid--balanced .hero-line {
  max-width: 100%;
  overflow: visible;
}
.hero-mobile-visual {
  display: none;
}
.hero-mobile-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(35,104,255,.20), rgba(137,76,247,.10));
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}
.hero-mobile-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.hero-mobile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -50px 80px rgba(6,8,20,.12);
}
html[data-theme="light"] .hero-mobile-card {
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 46px rgba(55,82,130,.20);
}
.hero-visual--stacked {
  align-self: stretch;
}
.hero-stack {
  position: relative;
  min-height: clamp(480px, 48vw, 680px);
  isolation: isolate;
}
.hero-stack-card {
  --scale: 1;
  --rotate: 0deg;
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(35,104,255,.20), rgba(137,76,247,.10));
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    filter .28s ease,
    opacity .28s ease,
    border-color .28s ease;
  transform: rotate(var(--rotate)) scale(var(--scale)) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  cursor: default;
}
.hero-stack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 -70px 120px rgba(6,8,20,.12);
}
.hero-stack-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
}
.hero-stack-card--main {
  width: min(88%, 860px);
  left: 15%;
  top: 24%;
  z-index: 3;
}
.hero-stack-card--red {
  width: min(76%, 690px);
  left: 6%;
  top: 13%;
  z-index: 2;
  --rotate: -3.25deg;
  opacity: .96;
  filter: saturate(.98) brightness(.96);
}
.hero-stack-card--blue {
  width: min(70%, 620px);
  left: -2%;
  top: 2%;
  z-index: 1;
  --rotate: -6deg;
  opacity: .92;
  filter: saturate(.92) brightness(.90);
}
.hero-stack-card:hover,
.hero-stack-card:focus-visible,
.hero-stack-card.is-active {
  --scale: 1.035;
  z-index: 10;
  opacity: 1;
  filter: none;
  border-color: rgba(118, 151, 255, .58);
  box-shadow: 0 34px 96px rgba(0,0,0,.38);
}
.hero-stack-card:focus-visible {
  outline: 3px solid rgba(137,76,247,.68);
  outline-offset: 5px;
}
.hero-stack-card .shot-badge {
  bottom: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  white-space: normal;
}
.hero-stack-hint {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .86rem;
  text-align: center;
}
html[data-theme="light"] .hero-stack-card {
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 70px rgba(55,82,130,.20);
}
html[data-theme="light"] .hero-stack-card:hover,
html[data-theme="light"] .hero-stack-card:focus-visible,
html[data-theme="light"] .hero-stack-card.is-active {
  box-shadow: 0 34px 96px rgba(55,82,130,.28);
}

@media (max-width: 1120px) {
  .hero-visual--stacked {
    margin-top: 18px;
  }
  .hero-stack {
    min-height: clamp(430px, 60vw, 690px);
  }
  .hero-stack-card--main {
    left: 12%;
    top: 22%;
    width: 86%;
  }
  .hero-stack-card--red {
    left: 5%;
    top: 12%;
    width: min(72%, 560px);
  }
  .hero-stack-card--blue {
    left: -2%;
    top: 2%;
    width: min(66%, 500px);
  }
}
@media (max-width: 760px) {
  .hero-grid.hero-grid--balanced {
    gap: 24px;
  }
  .hero-copy {
    max-width: none;
  }
  .hero-grid--balanced h1 {
    font-size: clamp(1.74rem, 9vw, 2.9rem);
    line-height: 1.18;
    letter-spacing: -.026em;
    padding-right: 0;
    max-width: 100%;
  }
  .hero-grid--balanced .hero-line + .hero-line {
    margin-top: .08em;
  }
  .hero-grid--balanced .hero-line--accent + .hero-line--accent {
    margin-top: .1em;
  }
  .hero-mobile-visual {
    display: block;
    width: 100%;
    margin: clamp(16px, 4.5vw, 24px) 0 clamp(18px, 5vw, 28px);
  }
  .hero-mobile-card {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  .hero-mobile-card .shot-badge {
    bottom: 10px;
    left: 10px;
    font-size: .72rem;
    padding: 6px 9px;
  }
  .hero-visual--stacked {
    display: none;
  }
  .hero-stack {
    display: block;
    min-height: 0;
    overflow: visible;
    padding: 4px 0 8px;
  }
  .hero-stack-card--red,
  .hero-stack-card--blue {
    display: none;
  }
  .hero-stack-card,
  .hero-stack-card--main {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    opacity: 1;
    filter: none;
    transform: none;
    z-index: auto;
    border-radius: 24px;
  }
  .hero-stack-card:hover,
  .hero-stack-card:focus-visible,
  .hero-stack-card.is-active {
    transform: translateY(-2px);
  }
  .hero-stack-card .shot-badge {
    bottom: 10px;
    left: 10px;
    font-size: .72rem;
    padding: 6px 9px;
  }
  .hero-stack-hint {
    text-align: left;
    margin-top: 6px;
  }
}


@media (max-width: 380px) {
  .hero-grid--balanced h1 {
    font-size: clamp(1.56rem, 8.6vw, 2.22rem);
    line-height: 1.2;
    letter-spacing: -.018em;
  }
  .hero-grid--balanced .hero-line + .hero-line {
    margin-top: .09em;
  }
  .hero-grid--balanced .hero-line--accent + .hero-line--accent {
    margin-top: .11em;
  }
  .hero-mobile-card {
    border-radius: 18px;
  }
}


/* V50: mobile hero full-width image and safer headline sizing */
.hero-grid--balanced h1 {
  max-width: 11.5ch;
}
.hero-grid--balanced .hero-line {
  overflow-wrap: normal;
  word-break: normal;
}
@media (min-width: 761px) {
  .hero-grid--balanced h1 {
    max-width: 12.2ch;
  }
}
@media (max-width: 760px) {
  .hero--landing {
    padding-top: 50px;
  }
  .hero-grid.hero-grid--balanced {
    gap: 20px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero-grid--balanced h1 {
    max-width: min(100%, 10.6ch);
    font-size: clamp(2rem, 8.35vw, 2.82rem);
    line-height: 1.085;
    letter-spacing: -.026em;
    padding-right: .04em;
  }
  .hero-grid--balanced .eyebrow {
    max-width: 100%;
    white-space: normal;
  }
  .hero-mobile-visual {
    width: calc(100vw - 28px);
    margin-left: calc(50% - 50vw + 14px);
    margin-right: calc(50% - 50vw + 14px);
    margin-top: clamp(18px, 5vw, 26px);
    margin-bottom: clamp(20px, 6vw, 30px);
  }
  .hero-mobile-card {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 22px;
  }
  .hero-mobile-card img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .hero-grid--balanced h1 {
    max-width: min(100%, 10.2ch);
    font-size: clamp(1.86rem, 8.1vw, 2.35rem);
    line-height: 1.105;
  }
  .hero-mobile-visual {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
  }
  .hero-mobile-card {
    border-radius: 18px;
  }
}
@media (max-width: 340px) {
  .hero-grid--balanced h1 {
    font-size: 1.72rem;
    max-width: 10ch;
  }
}

/* V50b: keep hero headline inside the viewport without forced narrow columns */
.hero-grid--balanced h1 {
  max-width: none;
}
@media (max-width: 760px) {
  .hero-grid--balanced h1 {
    max-width: 100%;
  }
  .hero-grid--balanced .hero-line {
    white-space: nowrap;
  }
}
@media (max-width: 420px) {
  .hero-grid--balanced h1 {
    max-width: 100%;
  }
}
@media (max-width: 340px) {
  .hero-grid--balanced h1 {
    max-width: 100%;
  }
}


/* V51: mobile hero image truly full-bleed and safer headline fit */
@media (max-width: 760px) {
  .hero--landing {
    overflow-x: hidden;
  }

  .hero-grid.hero-grid--balanced {
    gap: 18px;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .hero-grid--balanced h1 {
    max-width: 100%;
    font-size: clamp(2.02rem, 7.35vw, 2.82rem);
    line-height: 1.32;
    letter-spacing: -.024em;
    padding-right: 0;
    overflow: visible;
  }

  .hero-grid--balanced .hero-line {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-mobile-visual {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: clamp(18px, 5vw, 26px);
    margin-bottom: clamp(20px, 6vw, 30px);
  }

  .hero-mobile-card {
    width: 100%;
    max-width: none;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .hero-mobile-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    object-fit: cover;
    border-radius: 0;
  }

  .hero-mobile-card::after {
    border-radius: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 -46px 72px rgba(6,8,20,.16);
  }

  .hero-mobile-card .shot-badge {
    left: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 420px) {
  .hero-grid--balanced h1 {
    font-size: clamp(1.92rem, 7.9vw, 2.45rem);
    line-height: 1.115;
    letter-spacing: -.022em;
  }
}

@media (max-width: 340px) {
  .hero-grid--balanced h1 {
    font-size: 1.72rem;
    line-height: 1.14;
  }
}

/* V52: mobile/tablet hero width aligned with the pricing/request section */
@media (max-width: 1120px) {
  .hero--landing .container.hero-grid--balanced {
    width: min(100% - 24px, var(--max));
  }

  .hero-grid.hero-grid--balanced {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .hero-copy > .lead,
  .hero-copy > .hero-actions,
  .hero-copy > .hero-price-strip,
  .hero-copy > .tiny-note {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hero-mobile-visual {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-mobile-card {
    border: 1px solid var(--line-strong);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(35,104,255,.20), rgba(137,76,247,.10));
    box-shadow: 0 18px 46px rgba(0,0,0,.28);
  }

  html[data-theme="light"] .hero-mobile-card {
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 46px rgba(55,82,130,.20);
  }

  .hero-mobile-card img {
    border-radius: 22px;
  }

  .hero-mobile-card::after {
    border-radius: 22px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -50px 80px rgba(6,8,20,.12);
  }

  .hero-mobile-card .shot-badge {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
}

@media (max-width: 420px) {
  .hero-mobile-card,
  .hero-mobile-card img,
  .hero-mobile-card::after {
    border-radius: 18px;
  }
}


/* V56: software-style mini icons for cards */
.feature-icon,
.usecase-mini-card > span {
  position: relative;
  overflow: hidden;
  color: #f7fbff;
}
.feature-icon::after,
.usecase-mini-card > span::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.02));
  opacity: .38;
  pointer-events: none;
}
.feature-icon svg,
.usecase-mini-card > span svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-icon svg .fill,
.usecase-mini-card > span svg .fill {
  fill: currentColor;
  stroke: none;
}
.usecase-mini-card > span {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 32px rgba(35,104,255,.18);
}
html[data-theme="light"] .feature-icon,
html[data-theme="light"] .usecase-mini-card > span {
  color: #ffffff;
}


/* V59: full version badge */
.full-version-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 2px 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 184, 77, .46);
  background: linear-gradient(180deg, rgba(255, 184, 77, .17), rgba(255, 184, 77, .07));
  color: #ffbd5f;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(255, 184, 77, .08);
}
.full-version-badge--card {
  margin-top: 8px;
  margin-bottom: 12px;
}
.widget-row-head .full-version-badge {
  margin-top: -2px;
}
html[data-theme="light"] .full-version-badge {
  background: linear-gradient(180deg, rgba(255, 184, 77, .22), rgba(255, 184, 77, .1));
  border-color: rgba(166, 99, 18, .32);
  color: #9a5c0f;
}


/* V61: landing page additions for Smart Breaks and News & Info Feed */
.widget-row--full-feature .widget-row-grid {
  align-items: start;
}
.widget-gallery {
  display: grid;
  gap: 12px;
  width: 100%;
}
.widget-gallery--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.widget-gallery .widget-inline-shot,
.widget-row--full-feature .widget-inline-shot--wide {
  min-height: 210px;
}
.widget-gallery .widget-inline-shot img,
.widget-row--full-feature .widget-inline-shot--wide img {
  max-height: 260px;
}
.widget-row--full-feature .shot-frame img {
  border-radius: 18px;
}
.widget-module-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.smart-module-shot {
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  overflow: hidden;
}
.smart-module-shot img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 14px;
}
html[data-theme="light"] .smart-module-shot,
html[data-theme="light"] .widget-gallery .widget-inline-shot,
html[data-theme="light"] .widget-row--full-feature .widget-inline-shot--wide {
  background: rgba(255,255,255,.72);
}
@media (max-width: 980px) {
  .widget-gallery--two,
  .widget-module-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .widget-gallery--two,
  .widget-module-strip {
    grid-template-columns: 1fr;
  }
  .smart-module-shot img {
    max-height: 300px;
  }
}


/* V62: launch offer, new feature highlights and documentation blocks */
.price-value .price-was,
.hero-price-strip .price-was {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 850;
  margin-bottom: 2px;
}
.hero-price-strip .price-was { font-size: .82rem; margin-bottom: 1px; }
.discount-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255,178,62,.32);
  background: rgba(255,178,62,.11);
  color: #ffbd5f;
  font-weight: 900;
  padding: 7px 12px;
  font-size: .84rem;
  margin: -2px 0 18px;
}
html[data-theme="light"] .discount-note {
  color: #9a5c0f;
  border-color: rgba(166, 99, 18, .28);
  background: rgba(255,178,62,.18);
}
.section--whats-new {
  padding-top: clamp(3.2rem, 7vw, 6.6rem);
  padding-bottom: clamp(2.6rem, 6vw, 5.6rem);
}
.feature-card--new {
  border-color: rgba(255,178,62,.22);
  background: linear-gradient(180deg, rgba(255,178,62,.08), rgba(35,104,255,.055));
}
.feature-card--new p:last-child { margin-bottom: 0; }
.documentation-note {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.035);
  color: var(--muted);
  line-height: 1.7;
}
html[data-theme="light"] .documentation-note { background: rgba(255,255,255,.72); }
@media (max-width: 640px) {
  .price-value .price-was { font-size: .92rem; }
  .discount-note { margin-bottom: 14px; }
}

/* V63: professional launch price anchor */
.hero-price-card--offer {
  position: relative;
  overflow: hidden;
  border-color: rgba(255,178,62,.34) !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(255,178,62,.16), transparent 38%),
    linear-gradient(180deg, rgba(35,104,255,.12), rgba(137,76,247,.07)) !important;
}
.hero-price-card--offer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.hero-price-card--offer .offer-anchor {
  display: inline-block;
  width: fit-content;
  margin-top: 5px;
  font-size: clamp(1rem, 1.65vw, 1.35rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.76);
  text-transform: none;
}
.hero-price-card--offer .offer-anchor s {
  color: inherit;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,178,62,.9);
}
.hero-price-card--offer strong {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.85rem, 3.65vw, 3rem);
  white-space: nowrap;
}
.hero-price-card--offer small b {
  color: #ffbd5f;
  font-weight: 950;
}
html[data-theme="light"] .hero-price-card--offer {
  background:
    radial-gradient(circle at 90% 8%, rgba(255,178,62,.22), transparent 38%),
    linear-gradient(180deg, rgba(35,104,255,.10), rgba(137,76,247,.06), rgba(255,255,255,.88)) !important;
}
html[data-theme="light"] .hero-price-card--offer .offer-anchor { color: rgba(22,31,55,.68); }
html[data-theme="light"] .hero-price-card--offer strong { color: var(--text); }
html[data-theme="light"] .hero-price-card--offer small b { color: #9a5c0f; }

.price-card--launch {
  position: relative;
  overflow: hidden;
}
.price-card--launch::before {
  content: "Launch";
  position: absolute;
  top: 18px;
  right: -42px;
  transform: rotate(36deg);
  width: 150px;
  padding: 7px 0;
  text-align: center;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #111827;
  background: linear-gradient(135deg, #ffd27a, #ffbd5f);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.price-offer {
  display: grid;
  grid-template-columns: minmax(76px, auto) minmax(0, 1fr);
  align-items: end;
  gap: 12px 14px;
  margin: 20px 0 24px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,178,62,.16), transparent 34%),
    rgba(255,255,255,.055);
}
html[data-theme="light"] .price-offer {
  border-color: rgba(35,104,255,.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,178,62,.22), transparent 34%),
    rgba(255,255,255,.78);
}
.price-offer__anchor,
.price-offer__now {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.price-offer__anchor span,
.price-offer__now span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.price-offer__anchor s {
  display: inline-block;
  margin-top: 3px;
  color: rgba(255,255,255,.7);
  font-size: clamp(2rem, 4vw, 3.05rem);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.075em;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(255,178,62,.92);
}
.price-offer__now strong {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-size: clamp(3.75rem, 6.4vw, 5.65rem);
  font-weight: 950;
  line-height: .86;
  letter-spacing: -.085em;
  white-space: nowrap;
}
.price-offer__now small {
  margin-top: 6px;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 850;
}
.price-offer__badge {
  grid-column: 1 / -1;
  width: fit-content;
  border: 1px solid rgba(255,178,62,.34);
  border-radius: 999px;
  background: rgba(255,178,62,.13);
  color: #ffbd5f;
  font-size: .9rem;
  font-weight: 950;
  padding: 8px 13px;
  box-shadow: 0 14px 34px rgba(255,178,62,.08);
}
html[data-theme="light"] .price-offer__anchor s { color: rgba(22,31,55,.62); }
html[data-theme="light"] .price-offer__now strong { color: var(--text); }
html[data-theme="light"] .price-offer__badge {
  color: #9a5c0f;
  border-color: rgba(166,99,18,.28);
  background: rgba(255,178,62,.2);
}
@media (max-width: 640px) {
  .price-offer { grid-template-columns: 1fr; align-items: start; }
  .price-offer__anchor s { font-size: clamp(1.8rem, 12vw, 2.6rem); }
  .price-offer__now strong { font-size: clamp(3.45rem, 18vw, 4.8rem); }
  .price-card--launch::before { right: -48px; top: 14px; }
}



/* V66 conversion-focused DE/EN landing page refinements */
#nutzen, #benefits { scroll-margin-top: 96px; }
#screenshots { scroll-margin-top: 96px; }
.hero--landing .lead { max-width: 62ch; }
.hero-price-card--offer { border-color: rgba(255,178,62,.42) !important; }
.usecase-mini-card > span { font-size: 1.25rem; }
.feature-grid--extras { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1120px) {
  .feature-grid--extras { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .feature-grid--extras { grid-template-columns: 1fr; }
}
