:root {
  --paper: #f4f8f7;
  --paper-2: #eaf2f0;
  --ink: #0b2c32;
  --muted: #587176;
  --line: rgba(11, 44, 50, 0.13);
  --blue: #0b82f8;
  --blue-dark: #0767c7;
  --mint: #54d2ad;
  --mint-soft: #d9f6ec;
  --white: #ffffff;
  --navy: #062c35;
  --shadow: 0 24px 70px rgba(5, 38, 46, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell { overflow: hidden; }
.site-header {
  width: min(1240px, calc(100% - 40px));
  height: 76px;
  margin: 18px auto 0;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 38px rgba(8, 40, 47, 0.07);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 760; letter-spacing: -0.04em; white-space: nowrap; }
.brand img { border-radius: 12px; box-shadow: 0 8px 20px rgba(9, 128, 248, 0.2); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; }
.desktop-nav a { font-size: 14px; color: #33545a; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-select select {
  max-width: 132px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.7);
  color: var(--ink);
  border-radius: 12px;
  padding: 10px 28px 10px 10px;
  font-size: 13px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--blue);
  border-radius: 15px;
  background: var(--blue);
  color: white;
  font-size: 15px;
  font-weight: 690;
  box-shadow: 0 12px 26px rgba(11, 130, 248, 0.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 16px 34px rgba(11, 130, 248, .28); }
.button-small { min-height: 44px; padding: 0 16px; border-radius: 12px; font-size: 13px; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button-ghost:hover { background: white; color: var(--ink); box-shadow: 0 10px 25px rgba(10, 40, 47, .07); }
.button-dark { background: var(--navy); border-color: var(--navy); box-shadow: none; margin-top: 26px; }
.button-light { background: white; color: var(--navy); border-color: white; box-shadow: none; }
.button-ghost-light { color: white; border-color: rgba(255,255,255,.34); background: transparent; box-shadow: none; }

.hero {
  width: min(1240px, calc(100% - 40px));
  min-height: 700px;
  margin: 22px auto 0;
  padding: 78px 64px 60px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 38px;
  background:
    radial-gradient(circle at 16% 22%, rgba(84, 210, 173, .22), transparent 27%),
    radial-gradient(circle at 88% 12%, rgba(11, 130, 248, .17), transparent 25%),
    linear-gradient(135deg, #fbfefd 0%, #eaf4f2 100%);
  border: 1px solid rgba(255,255,255,.9);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -200px -200px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(11, 130, 248, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(11,130,248,.025), 0 0 0 110px rgba(11,130,248,.018);
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .kicker {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: .98;
  letter-spacing: -.067em;
  font-weight: 760;
}
.hero-body {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 30px; color: #426167; font-size: 12px; }
.trust-row span { display: inline-flex; gap: 6px; align-items: center; }

.hero-visual { min-height: 590px; position: relative; z-index: 2; }
.hero-halo {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #5db7ff 56%, var(--mint));
  filter: saturate(.9);
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 40px 100px rgba(11, 130, 248, .24);
}
.phone {
  position: absolute;
  width: 245px;
  height: auto;
  border-radius: 34px;
  box-shadow: 0 35px 80px rgba(7, 45, 54, .24);
  border: 7px solid #0a0f11;
}
.phone-front { top: 6px; left: 48%; transform: translateX(-50%) rotate(2deg); z-index: 3; }
.phone-back { width: 210px; top: 88px; left: 7%; transform: rotate(-8deg); z-index: 1; opacity: .88; }
.floating-card {
  position: absolute;
  z-index: 6;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 45px rgba(7, 43, 52, .16);
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255,255,255,.8);
}
.floating-card b { font-size: 12px; }
.floating-card span { font-family: var(--font-mono), monospace; font-size: 15px; color: var(--blue-dark); }
.floating-code { top: 110px; right: -6px; }
.floating-safe { bottom: 86px; left: 1%; }
.floating-safe span { color: #159b78; font-size: 12px; }

.section { width: min(1120px, calc(100% - 40px)); margin: 128px auto; }
.section-heading { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.section-heading.align-left { margin-inline: 0; text-align: start; }
.section-heading h2, .glossary-copy h2, .cta-band h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.section-heading p:not(.kicker), .glossary-copy p:not(.kicker), .cta-band p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card {
  min-height: 320px;
  padding: 30px;
  border-radius: 26px;
  background: white;
  border: 1px solid rgba(8, 47, 55, .08);
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 50px rgba(7, 44, 52, .06);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
  position: relative;
}
.product-card::after {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  border-radius: 50%;
  right: -80px;
  top: -90px;
  background: var(--mint-soft);
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(7, 44, 52, .11); }
.product-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: inline-grid;
  place-items: center;
  background: var(--mint-soft);
  color: #087a5f;
  font-family: var(--font-mono), monospace;
  font-weight: 740;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.product-password-manager .product-icon { background: #e8f3ff; color: var(--blue-dark); }
.product-vpn .product-icon { background: #eef0ff; color: #5b63cf; font-size: 27px; }
.product-card h3 { margin: 48px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.product-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.text-link { margin-top: auto; padding-top: 22px; font-size: 13px; font-weight: 700; color: var(--blue-dark); }

.guide-feature {
  width: min(1240px, calc(100% - 40px));
  padding: 74px 60px;
  border-radius: 34px;
  background: white;
  box-shadow: var(--shadow);
}
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-grid > a, .directory-grid > a {
  min-height: 86px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: border .2s ease, transform .2s ease, background .2s ease;
}
.service-grid > a:hover, .directory-grid > a:hover { border-color: rgba(11, 130, 248, .35); transform: translateY(-2px); background: #f8fbff; }
.service-mark {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #e9f4ff;
  color: var(--blue-dark);
  font-size: 18px;
  font-weight: 780;
}
.service-grid b, .directory-grid b { font-size: 15px; }
.service-grid small, .directory-grid small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.service-arrow { color: var(--blue-dark); font-size: 18px; }

.glossary-feature {
  width: min(1240px, calc(100% - 40px));
  min-height: 560px;
  padding: 78px 64px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 10%, rgba(84, 210, 173, .18), transparent 30%),
    var(--navy);
  color: white;
}
.glossary-copy p:not(.kicker) { color: #b8d0d4; }
.term-stack { display: grid; gap: 10px; }
.term-stack a {
  min-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  transform: translateX(calc(var(--index) * 9px));
}
.term-stack a:hover { background: rgba(255,255,255,.12); }
.term-stack small { color: var(--mint); font-family: var(--font-mono), monospace; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.principle-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.principle-grid article > span { color: var(--blue-dark); font-family: var(--font-mono), monospace; font-size: 12px; }
.principle-grid h3 { margin: 28px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.principle-grid p { color: var(--muted); line-height: 1.7; font-size: 14px; }
.cta-band {
  width: min(1240px, calc(100% - 40px));
  margin: 120px auto 30px;
  min-height: 320px;
  padding: 60px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-radius: 34px;
  background: linear-gradient(125deg, #0676e8, #0b82f8 54%, #36caa3);
  color: white;
}
.cta-band > div { max-width: 700px; }
.cta-band .eyebrow { color: #d8eeff; }
.cta-band p:not(.eyebrow) { color: rgba(255,255,255,.8); }

.breadcrumbs { width: min(1120px, calc(100% - 40px)); margin: 42px auto 0; display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.breadcrumbs span { display: flex; gap: 8px; }
.breadcrumbs a:hover { color: var(--blue); }
.page-section { width: min(1120px, calc(100% - 40px)); margin: 80px auto 130px; }
.page-hero { max-width: 800px; margin-bottom: 60px; }
.page-hero h1, .text-page h1, .product-page h1, .article-main > h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.065em;
}
.page-hero > p:not(.kicker), .article-lead {
  max-width: 710px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.directory-search { max-width: 620px; margin: -24px 0 30px; display: grid; gap: 9px; color: var(--navy); font-size: 12px; font-weight: 750; }
.directory-search input { width: 100%; padding: 15px 17px; border: 1px solid var(--line); border-radius: 15px; background: white; color: var(--navy); font: inherit; font-size: 15px; outline: none; box-shadow: 0 8px 25px rgba(7,44,52,.04); }
.directory-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,130,248,.12); }
.directory-empty { padding: 34px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }
.data-attribution { margin: 26px 0 0; color: var(--muted); font-size: 11px; }
.data-attribution a { color: var(--blue-dark); font-weight: 700; }
.glossary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.glossary-grid > a {
  min-height: 280px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.glossary-grid > a:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(7,44,52,.08); }
.glossary-grid small { color: var(--blue-dark); font-family: var(--font-mono), monospace; }
.glossary-grid h2 { margin: 28px 0 10px; font-size: 21px; letter-spacing: -.03em; }
.glossary-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.glossary-grid > a > span { margin-top: auto; padding-top: 18px; color: var(--blue-dark); font-size: 12px; font-weight: 730; }

.article-layout {
  width: min(1120px, calc(100% - 40px));
  margin: 70px auto 140px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 270px;
  gap: 70px;
  align-items: start;
}
.article-main > h1 { max-width: 760px; }
.reviewed { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--muted); font-size: 12px; }
.reviewed span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--mint-soft); color: #087a5f; }
.article-main > section { margin-top: 64px; }
.article-main h2 { margin: 0 0 18px; font-size: 29px; letter-spacing: -.04em; }
.article-main p { color: var(--muted); line-height: 1.75; }
.path-card { padding: 24px; display: grid; gap: 10px; border-radius: 20px; background: #e6f2ff; border: 1px solid #c6e2ff; }
.path-card span, .definition-box span { color: var(--blue-dark); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.path-card strong { line-height: 1.55; font-size: 15px; }
.service-facts dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-facts dl > div { min-width: 0; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.service-facts dt { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.service-facts dd { margin: 0; overflow-wrap: anywhere; color: var(--navy); font-size: 13px; font-weight: 650; line-height: 1.55; }
.service-facts a { color: var(--blue-dark); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 22px 0; display: grid; grid-template-columns: 44px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: white; font-family: var(--font-mono), monospace; font-size: 11px; }
.steps p { margin: 6px 0 0; }
.download-card {
  margin-top: 64px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow);
}
.download-card img { border-radius: 15px; }
.download-card b { font-size: 18px; }
.download-card p { margin: 4px 0 0; font-size: 12px; line-height: 1.4; }
.download-card-primary { margin-top: 34px; border: 1px solid #c6e2ff; background: linear-gradient(135deg, #f4f9ff, #eaf5ff); }
.source-box { padding: 26px; border-radius: 20px; border: 1px solid var(--line); background: var(--paper-2); }
.source-box a { color: var(--blue-dark); word-break: break-all; font-size: 13px; }
.source-box p { font-size: 12px; }
.related-grid { display: grid; gap: 8px; }
.related-grid a { padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 650; }
.related-grid a span { color: var(--blue-dark); }
.article-aside { position: sticky; top: 30px; padding: 24px; display: grid; gap: 12px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 45px rgba(7,44,52,.07); }
.article-aside > span { color: var(--blue-dark); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.article-aside > b { font-size: 20px; letter-spacing: -.03em; }
.article-aside p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.article-aside a { margin-top: 10px; color: var(--blue-dark); font-size: 12px; font-weight: 720; }
.definition-box { margin-top: 48px !important; padding: 30px; border-radius: 22px; background: var(--navy); color: white; }
.definition-box p { margin-bottom: 0; color: #c8dade; font-size: 20px; line-height: 1.65; }
.tip-box { padding: 26px; border-radius: 20px; background: var(--mint-soft); }
.tip-box p { margin-bottom: 0; color: #285a4e; }

.product-page {
  width: min(1120px, calc(100% - 40px));
  margin: 70px auto 140px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 70px;
  align-items: center;
}
.product-page-copy .product-icon { margin-bottom: 34px; }
.product-page-copy .button { margin-top: 32px; }
.product-shot { min-height: 620px; display: grid; place-items: center; border-radius: 34px; background: radial-gradient(circle, rgba(84,210,173,.38), rgba(11,130,248,.12) 50%, transparent 72%); }
.product-shot img { width: 250px; border: 7px solid #0a0f11; border-radius: 34px; box-shadow: 0 35px 80px rgba(7,45,54,.2); }
.product-details { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.product-details article { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.product-details article > span { color: var(--blue-dark); font-family: var(--font-mono), monospace; font-size: 11px; }
.product-details h2 { margin: 30px 0 12px; font-size: 27px; }
.product-details p { color: var(--muted); line-height: 1.7; }
.text-page { width: min(760px, calc(100% - 40px)); margin: 90px auto 150px; }
.text-page > p:not(.kicker) { margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.contact-link { display: inline-block; margin-top: 22px; color: var(--blue-dark); font-size: 20px; font-weight: 700; }
.legal-note { padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px !important; }
.legal-page { width: min(860px, calc(100% - 40px)); }
.legal-page > section { margin-top: 52px; padding-top: 8px; }
.legal-page h2 { margin: 0 0 16px; font-size: 27px; letter-spacing: -.035em; }
.legal-page section p { margin: 14px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal-page .legal-date { margin: 20px 0 4px !important; color: var(--blue-dark) !important; font-size: 12px !important; font-weight: 700; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.legal-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--blue-dark); font-size: 12px; font-weight: 700; }

.site-footer { width: min(1240px, calc(100% - 40px)); margin: 0 auto 20px; padding: 56px 50px 24px; border-radius: 32px; background: #082e37; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main p { color: #a9c2c7; font-size: 13px; }
.footer-main strong { margin-bottom: 8px; color: #b9d0d4; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-main > div:not(:first-child) a { color: #e6f0f1; font-size: 13px; }
.footer-main > div:not(:first-child) a:hover { color: var(--mint); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #86a8ae; font-size: 11px; }

.redirect-page { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 14px; background: var(--paper); color: var(--muted); }
.redirect-page img { border-radius: 16px; box-shadow: var(--shadow); }
.redirect-page p { margin: 8px 0 0; }
.redirect-page a { color: var(--blue-dark); font-size: 13px; font-weight: 700; }
.cookie-banner { width: min(580px, calc(100% - 28px)); padding: 18px; position: fixed; right: 18px; bottom: 18px; z-index: 100; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #082e37; color: white; box-shadow: 0 22px 60px rgba(2,25,31,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: #c5d7da; font-size: 12px; line-height: 1.55; }
.cookie-banner > div { display: flex; gap: 8px; }
.cookie-banner button { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: transparent; color: white; cursor: pointer; font-size: 11px; font-weight: 700; }
.cookie-banner button:last-child { border-color: var(--mint); background: var(--mint); color: #06362d; }

[dir="rtl"] .hero-copy, [dir="rtl"] .section-heading, [dir="rtl"] .article-main, [dir="rtl"] .text-page { text-align: right; }
[dir="rtl"] .phone-back { left: auto; right: 7%; }
[dir="rtl"] .floating-code { right: auto; left: -6px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 62px 42px 20px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { margin-top: 30px; }
  .product-grid, .principle-grid, .glossary-grid { grid-template-columns: 1fr 1fr; }
  .glossary-feature { grid-template-columns: 1fr; gap: 44px; }
  .directory-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 24px); height: 66px; margin-top: 10px; border-radius: 18px; padding: 0 10px; }
  .site-header .brand span { display: none; }
  .header-actions .button { display: none; }
  .language-select select { max-width: 155px; }
  .hero, .guide-feature, .glossary-feature, .cta-band, .site-footer { width: calc(100% - 24px); border-radius: 24px; }
  .hero { padding: 46px 24px 0; min-height: auto; }
  .hero h1 { font-size: 48px; }
  .hero-body { font-size: 16px; }
  .hero-visual { min-height: 500px; transform: scale(.88); transform-origin: top center; margin-bottom: -55px; }
  .phone-front { left: 54%; }
  .phone-back { left: -4%; }
  .floating-code { right: -10%; }
  .section { width: calc(100% - 28px); margin: 92px auto; }
  .section-heading { text-align: start; }
  .product-grid, .principle-grid, .glossary-grid, .directory-grid, .service-grid, .product-details { grid-template-columns: 1fr; }
  .guide-feature, .glossary-feature { padding: 48px 22px; }
  .term-stack a { transform: none; }
  .cta-band { padding: 42px 24px; display: grid; }
  .breadcrumbs, .page-section, .article-layout, .product-page, .text-page { width: calc(100% - 28px); }
  .page-hero h1, .text-page h1, .product-page h1, .article-main > h1 { font-size: 48px; }
  .article-layout { margin-top: 50px; gap: 30px; }
  .download-card { grid-template-columns: auto 1fr; }
  .service-facts dl { grid-template-columns: 1fr; }
  .download-card .button { grid-column: 1 / -1; }
  .cookie-banner { left: 14px; right: 14px; bottom: 14px; grid-template-columns: 1fr; }
  .product-page { grid-template-columns: 1fr; gap: 30px; }
  .product-shot { min-height: 570px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
