/* Shared layout refinements for both languages. */
/* Inter Latin, SIL Open Font License; served locally for consistent rendering. */
@font-face {
  font-family: "Inter Web";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root { --muted: #535e6d; }
body { background: #f7f5ef; }
body::before { display: none; }
.site-header { gap: 18px; }
.brand { flex-shrink: 0; }
.header-actions { flex-shrink: 0; }
.nav-links { gap: 20px; }
.lang-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; width: auto; padding: 0 10px; min-height: 42px; }
a:focus-visible, button:focus-visible { outline: 3px solid #d87616; outline-offset: 4px; }
section[id] { scroll-margin-top: 90px; }
.hero { min-height: auto; padding-top: 62px; padding-bottom: 54px; }
.hero h1 { font-size: clamp(2.5rem, 4.4vw, 4rem); line-height: 1.12; }
.hero-brand-lockup { background: transparent; box-shadow: none; border: 0; padding: 0; }
.hero-brand-lockup span { font-weight: 500; }
.hero-lede { max-width: 52ch; }
.delivery-note { margin: 18px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.6; }
.btn { line-height: 1.35; white-space: normal; text-align: center; padding-top: 12px; padding-bottom: 12px; }
.btn-small { padding-top: 9px; padding-bottom: 9px; }
.trust-row { margin-top: 12px; }
.feature-showcase-text { display: block; }
.feature-showcase-text .feature-stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature-showcase-text .feature-stack > div { align-items: flex-start; min-width: 0; height: 100%; }
.feature-showcase-text .feature-stack strong { flex-shrink: 0; }
.price-grid > article { display: flex; flex-direction: column; }
.price-grid > article > .btn { align-self: flex-start; margin-top: auto; }
.price-grid > article > ul { margin-bottom: 28px; }
.version-card { background: #eef2f6 !important; }
.release-tag { font-size: .75rem; color: #123f97; font-weight: 800; letter-spacing: .08em; margin-bottom: 14px; }
.contact-qr-card h2 { font-size: clamp(1.4rem, 2vw, 1.8rem); line-height: 1.3; }
.contact-cta-banner { flex-wrap: wrap; }
.contact-cta-btn { white-space: normal; text-align: center; }
.content-page .page-shell { padding-top: 96px; }
.content-nav { display: none; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.nav-links a[aria-current="page"] { color: var(--blue); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; }
.content-nav a { padding: 8px 14px; border-radius: 8px; color: var(--muted); font-size: .9rem; }
.content-nav a[aria-current="page"] { color: #fff; background: var(--blue); }
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); max-width: 900px; }
.page-hero > p:last-child { max-width: 70ch; font-size: 1.06rem; }
.content-page .section { padding: 30px 0; }
.topic-card { padding: 28px; background: #fffdf9; }
.topic-card h2 { font-size: 1.35rem; line-height: 1.35; }
.topic-card p { font-size: 1rem; line-height: 1.7; }
.guide-steps .topic-card > span { color: var(--blue); letter-spacing: .08em; }
.fit-note { margin-top: 28px; padding: 30px; background: #edf0f3; border-radius: 14px; }
.fit-note h2, .content-cta h2 { margin: 0 0 12px; font-size: 1.65rem; line-height: 1.35; }
.fit-note p, .content-cta p { max-width: 75ch; color: var(--muted); }
.content-cta { margin-top: 50px; padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: #fffdf9; }
.product-facts { background: #edf1f5; }
.product-facts h2, .answer-section > h2, .related-reading h2 { margin: 0 0 18px; font-size: clamp(1.5rem, 2.3vw, 2.1rem); line-height: 1.35; }
.product-facts > p { max-width: 84ch; color: var(--muted); line-height: 1.85; }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 30px 0 0; }
.facts-grid > div { padding-top: 16px; border-top: 1px solid #cbd3de; }
.facts-grid dt { font-size: .8rem; color: #536173; margin-bottom: 8px; }
.facts-grid dd { margin: 0; font-size: .95rem; line-height: 1.65; }
.answer-section .topic-card h3 { font-size: 1.15rem; line-height: 1.5; margin: 0; }
.related-links { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.related-links a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
html:lang(en) {
  --font-body: "Inter Web", "Segoe UI", "PingFang SC", sans-serif;
  --font-display: var(--font-body);
  --weight-medium: 500;
  --weight-bold: 550;
  --weight-heavy: 600;
  --leading-body: 1.75;
  --ink: #202a38;
  --muted: #536173;
}
html:lang(en) body { font-weight: 400; font-optical-sizing: auto; }
html:lang(en) button { font-family: var(--font-body); }
html:lang(en) h1, html:lang(en) h2, html:lang(en) h3 { font-weight: 600; }
html:lang(en) strong { font-weight: 600; }
html:lang(en) .hero h1 { font-size: clamp(2.8rem, 4.6vw, 4.3rem); letter-spacing: -.018em; line-height: 1.16; max-width: 16ch; }
html:lang(en) .page-hero h1 { font-size: clamp(2.5rem, 4.5vw, 4rem); letter-spacing: -.018em; line-height: 1.2; max-width: 24ch; }
html:lang(en) .hero-lede, html:lang(en) .page-hero > p:last-child { font-size: 1.075rem; line-height: 1.85; max-width: 64ch; }
html:lang(en) .section-heading h2 { font-size: clamp(1.65rem, 2.5vw, 2.4rem); line-height: 1.3; letter-spacing: -.012em; }
html:lang(en) .topic-card h2 { font-size: 1.2rem; line-height: 1.45; }
html:lang(en) .eyebrow, html:lang(en) .page-hero .eyebrow { color: #995014; font-size: .75rem; font-weight: 600; letter-spacing: .09em; }
html:lang(en) .topic-card > span { letter-spacing: .08em; font-weight: 550; }
html:lang(en) .btn { font-weight: 550; letter-spacing: .005em; }
html:lang(en) .brand strong { font-weight: 650; line-height: 1.3; }
html:lang(en) .nav-links { font-weight: 500; line-height: 1.4; }
html:lang(en) .topic-card { box-shadow: 0 8px 28px rgba(32, 42, 56, .035); }
html:lang(en) .topic-card p { font-size: .95rem; line-height: 1.8; }
html:lang(en) .content-page .section { padding: 38px 0; }
html:lang(en) .contact-rich { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px; }
html:lang(en) .contact-qr-card { width: 100%; min-width: 0; padding: 32px 24px; text-align: center; }
html:lang(en) .contact-qr-card h2 { font-size: 1.65rem; line-height: 1.4; text-wrap: balance; }
html:lang(en) .contact-service-item { gap: 10px; padding: 16px 12px; }
html:lang(en) .contact-service-item strong { font-size: .9rem; line-height: 1.45; }
html:lang(en) .contact-service-item p { color: #d5e0ec; font-size: .83rem; line-height: 1.7; }
html:lang(en) .contact-trust-badges span { color: #d5e0ec; font-size: .75rem; font-weight: 450; }
html:lang(en) .contact-cta-btn { color: #17233b; font-weight: 600; line-height: 1.5; padding: 10px 16px; }
html:lang(en) .hero-brand-lockup strong { font-size: 1.3rem; }
html:lang(en) .nav-links { gap: 16px; }
html:lang(en) .demo-table > div > *, html:lang(en) .preview-table > div > * { overflow-wrap: anywhere; }
html:lang(en) .demo-member, html:lang(en) .demo-appbar { gap: 12px; }
html:lang(en) .section-heading h2 { max-width: 30ch; }
@media (max-width: 1240px) {
  .site-header .brand small { display: none; }
  .site-header .nav-links { gap: 12px; }
}
@media (max-width: 1080px) {
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* The header links are hidden at this same breakpoint in styles.css. */
  .content-nav { display: flex; }
  .feature-showcase-text .feature-stack { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  html:lang(en) .hero h1 { max-width: 22ch; }
}
@media (max-width: 720px) {
  .facts-grid { grid-template-columns: 1fr; gap: 16px; }
  .hero { padding: 30px 18px 34px; }
  .hero h1 { font-size: clamp(2.25rem, 10vw, 3.1rem); }
  .hero-brand-lockup { gap: 10px; }
  .hero-brand-lockup img { width: 44px; height: 44px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .delivery-note { font-size: .8rem; }
  .content-page .page-shell { padding-top: 82px; }
  .page-hero { padding-top: 28px; }
  .topic-card, .fit-note { padding: 22px; }
  .content-cta { padding: 26px 22px; }
  .content-nav { gap: 3px; }
  .content-nav a { padding: 8px 10px; }
  .contact-cta-banner { align-items: stretch; }
  .contact-cta-btn { width: 100%; }
  .contact-services { grid-template-columns: 1fr; }
  html:lang(en) .demo-callout { font-size: .65rem; }
  html:lang(en) .hero h1 { font-size: clamp(2.4rem, 10vw, 3.2rem); letter-spacing: -.015em; }
  html:lang(en) .hero-lede { font-size: 1rem; line-height: 1.8; }
  html:lang(en) .contact-rich { grid-template-columns: 1fr; }
  html:lang(en) .demo-member { font-size: .65rem; flex-wrap: wrap; }
  html:lang(en) .demo-table { font-size: .66rem; }
  html:lang(en) .demo-table > div { grid-template-columns: 1.1fr 1fr 1fr .7fr; }
  html:lang(en) .preview-table { font-size: .66rem; }
  html:lang(en) .owned-table > div > * { overflow-wrap: anywhere; min-width: 0; }
}
