/* Public navigation and demonstrations: controls may use a light material;
   financial copy and examples keep opaque, high-contrast surfaces. */
.nav-menu {
  display: none;
  position: relative;
  margin-left: auto;
}

.nav-menu summary {
  list-style: none;
  cursor: pointer;
  color: #fff;
  font-size: 0;
  font-weight: 800;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
}

.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { content: "Menu"; font-size: 13px; }

.nav-menu > div {
  position: absolute;
  right: 0;
  top: 48px;
  width: min(328px, calc(100vw - 32px));
  padding: 12px;
  background: rgba(18, 27, 43, .98);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, .3);
}

.nav-menu-links, .nav-menu-actions, .nav-menu-languages { display: grid; gap: 4px; }
.nav-menu-links a, .nav-menu-actions a, .nav-menu-languages a {
  padding: 10px;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
}
.nav-menu-links a:hover, .nav-menu-links a:focus-visible,
.nav-menu-links a[aria-current=page], .nav-menu-actions a:hover,
.nav-menu-languages a:hover { background: rgba(255, 255, 255, .1); }
.nav-menu-actions, .nav-menu-languages {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.nav-menu-languages { grid-template-columns: repeat(2, 1fr); }
.nav-menu-languages a[aria-current=true] { color: #edcf70; }

.button:focus-visible, a:focus-visible, summary:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #8cb4ff;
  outline-offset: 3px;
}

/* Public legal and methodology documents: editorial reading, not a dashboard. */
.legal-hero {
  padding: 78px 0 48px;
  background: #f3f0e8;
  border-bottom: 1px solid #ddd8cb;
}
.legal-hero .section-shell { max-width: 960px; }
.legal-hero h1 { max-width: 760px; margin: 10px 0 14px; white-space: normal; word-break: normal; overflow-wrap: normal; hyphens: auto; }
.legal-title-break { display: inline; }
.legal-hero .lead { max-width: 760px; }
.legal-meta { margin: 24px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.legal-main { padding: 48px 0 88px; background: #fff; }
.legal-layout { display: grid; grid-template-columns: minmax(172px, .32fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 104px); align-items: start; max-width: 1040px; }
.legal-layout-single { display: block; max-width: 820px; }
.legal-layout-single .legal-content { max-width: 704px; }
.legal-toc { position: sticky; top: 24px; padding-top: 6px; }
.legal-toc > p { margin: 0 0 10px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc nav { display: grid; gap: 2px; }
.legal-toc a { padding: 7px 0; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--navy); text-decoration: underline; }
.legal-content { min-width: 0; max-width: 704px; }
.legal-publication-note { margin: 0 0 36px; padding: 18px 20px; border: 1px solid #d8c987; border-radius: 8px; background: #fbf7e9; color: #40371e; }
.legal-publication-note strong { color: var(--navy); }
.legal-publication-note p { margin: 6px 0 0; }
.legal-publication-note a { display: inline-block; margin-top: 10px; }
.legal-section { scroll-margin-top: 28px; padding: 0 0 32px; margin: 0 0 32px; border-bottom: 1px solid #e5e1d7; }
.legal-section h2, .legal-sources h2 { margin: 0 0 14px; color: var(--navy); font-size: clamp(21px, 2.3vw, 27px); line-height: 1.2; }
.legal-section p { margin: 0 0 14px; color: #3e485c; font-size: 16px; line-height: 1.7; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul, .legal-sources ol { padding-left: 22px; color: #3e485c; line-height: 1.7; }
.legal-section-draft { margin-left: -18px; padding: 18px 18px 32px; border: 1px solid #d8c987; border-radius: 8px; background: #fcf9ef; }
.legal-sources { padding-top: 2px; }
.legal-sources li { margin: 8px 0; }
.legal-sources a { color: var(--navy); font-weight: 700; }
.legal-contact-guidance { padding: 12px 0 88px; background: #fff; }
.legal-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.legal-contact-grid article { padding: 24px 0 0; border-top: 1px solid #ded9ce; }
.legal-contact-grid h2 { margin: 0 0 10px; font-size: 19px; color: var(--navy); }
.legal-contact-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

@media (max-width: 820px) {
  .legal-hero { padding: 54px 0 34px; }
  .legal-main { padding: 32px 0 60px; }
  .legal-layout { display: block; }
  .legal-toc { position: static; margin: 0 0 28px; padding-bottom: 16px; border-bottom: 1px solid #e5e1d7; }
  .legal-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 16px; }
  .legal-section-draft { margin-left: 0; }
  .legal-contact-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 520px) {
  .legal-hero .section-shell, .legal-main .section-shell { width: calc(100% - 32px); }
  .legal-toc nav { grid-template-columns: 1fr; }
  .legal-hero h1 { width: 100%; max-width: 100%; font-size: 30px; line-height: 1.16; }
  .legal-title-break { display: block; }
  .legal-section { padding-bottom: 26px; margin-bottom: 26px; }
  .legal-section p { font-size: 15px; }
}

.product-explorer { background: #fff; }
.feature-hero { padding: 76px 0; }
.feature-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 56px; align-items: center; }
.feature-hero-window { max-width: 620px; justify-self: end; width: 100%; }
.feature-hero-tabs { grid-template-columns: repeat(5, 1fr); }
.feature-hero-tabs button { min-height: 42px; font-size: 10px; }
.explorer {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.explorer-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #f0eee8;
}
.explorer-tabs button {
  min-height: 54px;
  padding: 12px 16px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.explorer-tabs button:last-child { border-right: 0; }
.explorer-tabs button[aria-selected=true] {
  background: var(--panel);
  color: var(--navy);
  box-shadow: inset 0 -3px var(--gold);
}
.explorer-tabs button:hover { color: var(--ink); }
[data-explorer-panel][hidden] { display: none !important; }
.explorer-stage { min-height: 274px; padding: 32px 34px; }
.explorer-stage article {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr);
  gap: 42px;
  align-items: center;
}
.explorer-copy { max-width: 470px; }
.explorer-step, .feature-index { color: #96761c; font-size: 12px; font-weight: 900; letter-spacing: .07em; }
.explorer-stage h3 { margin: 8px 0 0; font-size: clamp(26px, 3vw, 36px); line-height: 1.08; }
.explorer-stage p { margin: 12px 0 0; }
.product-workspace {
  display: grid;
  overflow: hidden;
  border: 1px solid #d7d3c8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(17, 29, 59, .1);
}
.workspace-bar { display: flex; justify-content: space-between; gap: 14px; padding: 14px 17px; border-bottom: 1px solid #d7d3c8; background: #f4f1e9; color: var(--navy); }
.workspace-bar strong, .workspace-bar small { font-size: 12px; font-weight: 850; }
.workspace-bar small { color: var(--muted); }
.workspace-focus { padding: 22px 20px 20px; background: #14203d; color: #fff; }
.workspace-focus span { display: block; color: #c6d0e4; font-size: 12px; font-weight: 800; }
.workspace-focus strong { display: block; margin-top: 5px; font-size: clamp(23px, 2.6vw, 31px); line-height: 1.08; }
.workspace-focus p { margin: 10px 0 0; color: #e4e9f4; font-size: 13px; line-height: 1.45; }
.workspace-action { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 12px 20px; color: var(--navy); font-size: 13px; font-weight: 850; text-decoration: none; }
.workspace-action::after { content: "→"; font-size: 17px; }
.workspace-action:hover { background: #f8f5ee; }
.explorer-note { margin: 0; padding: 0 34px 24px; color: var(--muted); font-size: 12px; }

.product-window { padding: 0; overflow: hidden; border-radius: 15px; }
.window-bar { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #f2f0ea; }
.window-bar > strong { color: var(--navy); font-size: 12px; font-weight: 850; }
.window-controls { display: inline-flex; gap: 6px; }
.window-controls i { display: block; width: 8px; height: 8px; border-radius: 999px; background: #d8756c; }
.window-controls i:nth-child(2) { background: #d7bb57; }
.window-controls i:nth-child(3) { background: #6ea98d; }
.product-window h2 { margin: 20px 20px 15px; font-size: clamp(23px, 2.4vw, 30px); }
.hero-view-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 0 20px; }
.hero-view-tabs button { min-height: 34px; padding: 7px 8px; border: 1px solid #d7d3c8; border-radius: 7px; background: #f4f1e9; color: var(--muted); font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.hero-view-tabs button[aria-selected=true] { border-color: #ccd4e2; background: #e9edf5; color: var(--navy); }
.hero-view-stage { margin: 16px 20px 0; overflow: hidden; border: 1px solid #d7d3c8; border-radius: 9px; background: #fff; }
.hero-view-stage section { display: grid; gap: 5px; padding: 16px; }
.hero-view-stage span { color: var(--muted); font-size: 11px; font-weight: 800; }
.hero-view-stage strong { color: var(--navy); font-size: 22px; line-height: 1.1; }
.hero-view-stage p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.42; }
.hero-view-stage b { margin-top: 5px; color: var(--green); font-size: 12px; }
.hero-window-note { margin: 14px 20px 20px !important; color: var(--muted) !important; font-size: 11px !important; text-transform: none !important; }

@media (prefers-reduced-motion: no-preference) {
  .explorer-stage article:not([hidden]) { animation: explorer-enter 180ms ease-out; }
  @keyframes explorer-enter {
    from { opacity: .72; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

.security-workspace-intro { max-width: 680px; }
.security-workspace-intro h2 { margin: 8px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.security-workspace-intro p { margin: 0; }
.security-control-surface { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); gap: 0; margin-top: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.security-controls { display: grid; }
.security-controls article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.security-controls article:last-child { border-bottom: 0; }
.security-controls article > span { color: #96761c; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.security-controls h3 { margin: 0; color: var(--navy); font-size: 17px; }
.security-controls p { margin: 6px 0 0; font-size: 14px; line-height: 1.5; }
.security-control-map { display: grid; align-content: center; gap: 12px; padding: 26px; background: #14203d; }
.security-control-map p { position: relative; margin: 0; padding: 12px 0 12px 22px; border-bottom: 1px solid rgba(255, 255, 255, .16); color: #fff; font-size: 13px; font-weight: 800; }
.security-control-map p:last-child { border-bottom: 0; }
.security-control-map p::before { content: ""; position: absolute; left: 0; top: 17px; width: 8px; height: 8px; border: 2px solid #edcf70; border-radius: 50%; }

.pricing-premium-hero { padding-block: 88px; border-bottom: 0; background: var(--navy); color: #fff; }
.pricing-premium-hero .pricing-hero { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); align-items: center; gap: clamp(42px, 7vw, 108px); }
.pricing-hero-copy { max-width: 650px; }
.pricing-premium-hero .eyebrow { color: #e3cc77; }
.pricing-premium-hero h1 { font-size: clamp(42px, 4.7vw, 62px); }
.pricing-premium-hero .lead { margin-top: 18px; color: #eef1f8; opacity: 1; }
.pricing-premium-hero .pricing-hero-copy > .text-link { display: inline-flex; margin-top: 28px; padding: 10px 0; }
.pricing-premium-hero .premium-offer-panel { display: grid; justify-self: end; width: min(100%, 390px); padding: 30px; overflow: hidden; border: 1px solid rgba(231, 209, 127, .62); border-radius: 12px; background: #fffdf8; color: var(--ink); box-shadow: 0 24px 56px rgba(0, 0, 0, .25); }
.premium-window-bar { display: flex; align-items: center; gap: 7px; min-height: 38px; margin: -30px -30px 30px; padding-inline: 16px; border-bottom: 1px solid #ded8cb; background: #f4f1e9; }
.premium-window-bar i { width: 10px; height: 10px; border-radius: 50%; }
.premium-window-bar i:nth-child(1) { background: #e66a5e; }
.premium-window-bar i:nth-child(2) { background: #e3b64e; }
.premium-window-bar i:nth-child(3) { background: #5ebd76; }
.premium-offer-panel > p { margin: 0; color: #8b6c18; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.pricing-premium-hero .premium-offer-panel > strong { display: block; margin-top: 10px; color: var(--navy); font-size: clamp(32px, 3vw, 43px); letter-spacing: 0; line-height: 1; }
.premium-offer-panel > span { margin-top: 5px; color: var(--muted); font-size: 14px; font-weight: 750; }
.premium-offer-panel > em { margin-top: 10px; color: var(--green); font-size: 13px; font-style: normal; font-weight: 850; }
.premium-offer-panel ul { display: grid; gap: 10px; margin: 20px 0 26px; padding: 20px 0; border-block: 1px solid var(--line); list-style: none; }
.premium-offer-panel li { position: relative; padding-left: 18px; color: var(--navy); font-size: 14px; font-weight: 750; line-height: 1.4; }
.premium-offer-panel li::before { content: ""; position: absolute; left: 0; top: .42em; width: 7px; height: 7px; border: 2px solid #b69732; border-radius: 50%; }
.premium-offer-panel .button { justify-content: center; width: 100%; box-shadow: 0 8px 16px rgba(0, 0, 0, .12); }
.premium-offer-panel small { margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.45; text-align: center; }
.premium-section-intro { max-width: 720px; margin-bottom: 30px; }
.premium-section-intro h2 { margin: 7px 0 0; }
.premium-section-intro p { margin: 10px 0 0; }
.premium-moments h3 { margin: 0; color: var(--navy); font-size: 18px; }
.premium-moments p { margin: 8px 0 0; font-size: 14px; line-height: 1.52; }
.premium-moments { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.premium-moments article { padding: 24px 26px 24px 0; border-bottom: 1px solid var(--line); }
.premium-moments article:nth-child(even) { padding-left: 26px; padding-right: 0; border-left: 1px solid var(--line); }
.premium-offer-section { background: #fffdf8; }
.premium-offer-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.premium-offer-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.premium-offer-table th, .premium-offer-table td { padding: 19px 22px; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.48; vertical-align: top; }
.premium-offer-table thead th { color: var(--navy); background: #f1eee5; font-size: 13px; }
.premium-offer-table thead th:first-child { width: 23%; }
.premium-offer-table thead th:nth-child(2) { width: 28%; }
.premium-offer-table thead th:last-child { width: 49%; border-left: 1px solid #ddcd89; background: #fff9e7; color: #705713; }
.premium-offer-table tbody tr:last-child th, .premium-offer-table tbody tr:last-child td { border-bottom: 0; }
.premium-offer-table tbody th { color: var(--navy); font-weight: 850; }
.premium-offer-table tbody td:last-child { border-left: 1px solid #e2d49b; background: #fffdf5; color: var(--navy); }
.premium-offer-table tbody td:last-child > strong { display: block; color: var(--navy); font-weight: 850; }
.premium-offer-table tbody tr:hover th, .premium-offer-table tbody tr:hover td { background-color: #f8f6ef; }
.premium-offer-table tbody tr:hover td:last-child { background-color: #fff8df; }
.premium-offer-table details { margin-top: 9px; }
.premium-offer-table summary, .premium-offer-mobile summary { width: max-content; max-width: 100%; color: #80651b; font-size: 12px; font-weight: 850; cursor: pointer; }
.premium-offer-table details p, .premium-offer-mobile details p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.premium-offer-mobile { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .premium-offer-table tbody tr { animation: premium-row-enter 260ms ease-out both; }
  .premium-offer-table tbody tr:nth-child(2) { animation-delay: 45ms; }
  .premium-offer-table tbody tr:nth-child(3) { animation-delay: 90ms; }
  .premium-offer-table tbody tr:nth-child(4) { animation-delay: 135ms; }
  .premium-offer-table tbody tr:nth-child(5) { animation-delay: 180ms; }
  .premium-offer-table tbody tr:nth-child(6) { animation-delay: 225ms; }
  .premium-offer-table tbody tr:nth-child(7) { animation-delay: 270ms; }
  @keyframes premium-row-enter {
    from { opacity: .01; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
.pricing-reassurance .section-shell { max-width: 780px; text-align: center; }
.pricing-reassurance p { margin-inline: auto; }
.pricing-reassurance > .section-shell > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin: 22px 0; color: var(--muted); font-size: 14px; }
.pricing-reassurance > .section-shell > div strong { color: var(--navy); font-size: 19px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: 32px; align-items: start; }
.contact-form, .contact-aside { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.contact-form { display: grid; gap: 18px; }
.form-heading h2, .contact-aside h2 { margin: 0; font-size: 26px; }
.form-heading p, .contact-aside p { margin: 8px 0 0; font-size: 14px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #c8c3b7;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
}
.contact-form textarea { resize: vertical; }
.contact-consent { grid-template-columns: 18px 1fr; align-items: start; }
.contact-consent input { width: 18px; height: 18px; margin: 1px 0 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 24px; margin: 0 !important; font-size: 14px !important; font-weight: 700; }
.form-status[data-state=error] { color: #a93730; }
.form-status[data-state=success] { color: var(--green); }
.contact-aside { position: sticky; top: 100px; }
.contact-small { font-size: 13px !important; }

/* FAQ: editorial reading, with native questions always one interaction away. */
.faq-hero { padding-block: 54px 34px; }
.faq-section { padding-block: 24px 76px; }
.faq-column { max-width: 800px; }
.faq-topic { padding-block: 30px 8px; }
.faq-topic + .faq-topic { margin-top: 22px; border-top: 1px solid #ded8cb; }
.faq-topic h2 { margin: 0; color: #80651b; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.faq-editorial-list { max-width: none; margin-top: 10px; }
.faq-editorial-list details { border-bottom: 1px solid #ded8cb; }
.faq-editorial-list summary {
  position: relative;
  min-height: 72px;
  padding: 22px 48px 22px 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}
.faq-editorial-list summary::-webkit-details-marker { display: none; }
.faq-editorial-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #d8d1c4;
  border-radius: 50%;
  color: #80651b;
  font-size: 18px;
  font-weight: 500;
}
.faq-editorial-list details[open] summary { padding-bottom: 10px; }
.faq-editorial-list details[open] summary::after { content: "−"; }
.faq-editorial-list summary:hover { color: #614c0b; }
.faq-editorial-list p { max-width: 700px; margin: 0; padding: 0 48px 24px 0; color: #4f596b; font-size: 16px; line-height: 1.65; }
.faq-contact-band { padding-block: 34px; background: var(--navy); color: #fff; }
.faq-contact-band .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.faq-contact-band h2 { margin: 0; font-size: clamp(24px, 3vw, 30px); line-height: 1.15; }
.faq-contact-band p { max-width: 620px; margin: 7px 0 0; color: rgba(255, 255, 255, .78); font-size: 15px; line-height: 1.5; }

/* Guides: an editorial reference surface, distinct from the product demo. */
.guides-hero { padding-block: 72px 52px; }
.guides-hero .lead { max-width: 700px; }
.guide-category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.guide-category-nav a { padding: 8px 12px; border: 1px solid #d8d1c4; border-radius: 999px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.guide-category-nav a:hover, .guide-category-nav a:focus-visible { border-color: #b69732; background: #fffdf4; }
.guides-featured { padding-block: 42px; }
.guide-feature { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 34px; padding: 32px; border-top: 1px solid #d8d1c4; border-bottom: 1px solid #d8d1c4; background: #fffdf9; }
.guide-feature > div > p:first-child, .guide-kicker { margin: 0; color: #80651b; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.guide-feature h2 { max-width: 800px; margin: 10px 0; color: var(--navy); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.12; }
.guide-feature h2 a, .guide-list-item h3 a, .guide-related a { color: inherit; text-decoration: none; }
.guide-feature h2 a:hover, .guide-list-item h3 a:hover, .guide-related a:hover { text-decoration: underline; text-underline-offset: 4px; }
.guide-feature > div > p:not(:first-child) { max-width: 720px; margin: 0 0 18px; color: var(--muted); font-size: 17px; }
.guide-feature aside { display: grid; align-content: start; gap: 8px; padding-top: 5px; color: var(--muted); font-size: 13px; }
.guide-feature aside strong { color: var(--navy); font-size: 14px; }
.guides-list-section { padding-top: 32px; }
.guides-list-heading { display: flex; justify-content: space-between; gap: 52px; margin-bottom: 24px; }
.guides-list-heading h2 { margin-top: 7px; }
.guides-list-heading > p { max-width: 400px; margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.guides-list { border-top: 1px solid #d8d1c4; }
.guide-list-item { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 32px; padding: 26px 0; border-bottom: 1px solid #d8d1c4; }
.guide-list-item h3 { margin: 8px 0; color: var(--navy); font-size: clamp(20px, 2.4vw, 27px); line-height: 1.22; }
.guide-list-item p { max-width: 730px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.guide-list-meta { display: grid; align-content: start; gap: 7px; padding-top: 4px; color: var(--muted); font-size: 12px; font-weight: 750; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs a { color: var(--navy); }
.guide-article-header { padding: 70px 0 42px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.guide-reading-shell { width: min(860px, calc(100% - 48px)); margin: auto; }
.guide-article h1 { max-width: 820px; margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 62px); line-height: 1.06; letter-spacing: 0; }
.guide-deck { max-width: 740px; margin: 20px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.guide-byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: var(--muted); font-size: 13px; font-weight: 750; }
.guide-reading-layout { display: grid; grid-template-columns: 180px minmax(0, 720px); gap: 64px; width: min(1030px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0 84px; }
.guide-aside { position: sticky; top: 100px; align-self: start; padding-top: 8px; }
.guide-aside > p { margin: 0 0 10px; color: #80651b; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.guide-aside nav { display: grid; gap: 9px; }
.guide-aside a { color: var(--muted); font-size: 13px; line-height: 1.35; text-decoration: none; }
.guide-aside a:hover, .guide-aside a:focus-visible { color: var(--navy); text-decoration: underline; }
.guide-content { min-width: 0; }
.guide-content p, .guide-content li { color: #4f596b; font-size: 17px; line-height: 1.7; }
.guide-content > section { margin-top: 42px; }
.guide-content h2 { margin: 0 0 14px; color: var(--navy); font-size: clamp(25px, 3vw, 33px); line-height: 1.18; }
.guide-content p { margin: 0 0 16px; }
.guide-content ul { margin: 16px 0 0; padding-left: 22px; }
.guide-content li + li { margin-top: 8px; }
.guide-answer { padding: 22px 24px; border-left: 3px solid var(--gold); background: #fffdf7; color: var(--ink) !important; }
.guide-introduction { color: var(--ink) !important; font-size: 19px !important; }
.guide-review-note { margin-top: 44px; padding: 20px 22px; border: 1px solid var(--line); background: #f0eee8; }
.guide-review-note strong { color: var(--navy); font-size: 13px; }
.guide-review-note p { margin: 5px 0 0; font-size: 14px; line-height: 1.55; }
.guide-sources ol { padding-left: 21px; }
.guide-sources a { color: var(--navy); text-underline-offset: 3px; }
.guide-product-cta { margin-top: 52px !important; padding: 30px; background: var(--navy); color: #fff; }
.guide-product-cta > p { margin: 0; color: #e3cc77; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.guide-product-cta h2 { margin: 10px 0; color: #fff; }
.guide-product-cta p:not(:first-child) { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.58; }
.guide-product-cta .button { margin-top: 8px; background: #fffdf8; color: var(--navy); }
.guide-related ul { padding: 0; list-style: none; border-top: 1px solid #d8d1c4; }
.guide-related li { padding: 14px 0; border-bottom: 1px solid #d8d1c4; }
.guide-related a { color: var(--navy); font-weight: 800; }

@media (max-width:1080px) {
  .nav-links, .nav-actions { display: none; }
  .nav-menu { display: block; }
  .nav-shell { justify-content: space-between; }
}
@media (max-width:980px) {
  .explorer-stage article, .contact-layout, .security-control-surface, .feature-hero-grid { grid-template-columns: 1fr; }
  .feature-hero-window { justify-self: start; max-width: 720px; }
  .pricing-premium-hero .pricing-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 36px; }
  .contact-aside { position: static; }
  .guide-reading-layout { grid-template-columns: 1fr; gap: 22px; }
  .guide-aside { position: static; padding: 14px 16px; border-block: 1px solid #d8d1c4; }
  .guide-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
}
@media (max-width:640px) {
  .explorer-tabs { grid-template-columns: 1fr 1fr; }
  .explorer-tabs button:nth-child(2) { border-right: 0; }
  .explorer-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-hero { padding: 54px 0; }
  .feature-hero-tabs { grid-template-columns: 1fr 1fr; }
  .feature-hero-tabs button:nth-child(2), .feature-hero-tabs button:nth-child(4) { border-right: 0; }
  .feature-hero-tabs button:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .explorer-stage { min-height: 0; padding: 22px; }
  .explorer-stage article { grid-template-columns: 1fr; gap: 22px; }
  .hero-view-tabs { padding-inline: 16px; }
  .hero-view-stage { margin-inline: 16px; }
  .pricing-premium-hero { padding-block: 56px; }
  .pricing-premium-hero .pricing-hero { grid-template-columns: 1fr; gap: 30px; }
  .premium-offer-panel { justify-self: stretch; width: auto; }
  .premium-offer-table-wrap { display: none; }
  .premium-offer-mobile { display: grid; gap: 12px; }
  .premium-offer-mobile article { padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
  .premium-offer-mobile h3 { margin: 0 0 16px; color: var(--navy); font-size: 17px; }
  .premium-offer-mobile article > div { padding: 12px 0; border-top: 1px solid var(--line); }
  .premium-offer-mobile article > div > span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
  .premium-offer-mobile article > div > p { margin: 5px 0 0; color: var(--ink); font-size: 14px; line-height: 1.48; }
  .premium-offer-mobile .premium-offer-mobile-value { margin-top: 5px; padding: 13px 14px; border: 1px solid #e1d291; border-radius: 8px; background: #fffdf4; }
  .premium-offer-mobile .premium-offer-mobile-value > span { color: #80651b; }
  .premium-offer-mobile .premium-offer-mobile-value > p { color: var(--navy); font-weight: 800; }
  .premium-moments { grid-template-columns: 1fr; }
  .premium-moments article, .premium-moments article:nth-child(even) { padding: 19px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .premium-moments article:last-child { border-bottom: 0; }
  .hero-window-note { margin-inline: 16px !important; }
  .explorer-note { padding: 0 22px 20px; }
  .contact-form, .contact-aside { padding: 20px; }
  .security-controls article { padding: 20px; }
  .security-control-map { padding: 20px; }
  .faq-hero { padding-block: 44px 26px; }
  .faq-section { padding-block: 18px 52px; }
  .faq-topic { padding-top: 26px; }
  .faq-topic h2 { font-size: 12px; }
  .faq-editorial-list summary { min-height: 64px; padding: 19px 42px 19px 0; font-size: 16px; }
  .faq-editorial-list summary::after { right: 0; top: 18px; }
  .faq-editorial-list p { padding: 0 0 22px; font-size: 15px; }
  .faq-contact-band { padding-block: 32px; }
  .faq-contact-band .section-shell { display: grid; gap: 22px; }
  .faq-contact-band .button { width: 100%; }
  .guides-hero { padding-block: 52px 36px; }
  .guide-feature, .guide-list-item { grid-template-columns: 1fr; gap: 18px; }
  .guide-feature { padding: 24px 0; background: transparent; }
  .guides-list-heading { display: block; }
  .guides-list-heading > p { margin-top: 14px; }
  .guide-reading-shell, .guide-reading-layout { width: min(100% - 32px, 1030px); }
  .guide-article-header { padding: 46px 0 30px; }
  .guide-reading-layout { padding: 32px 0 56px; }
  .guide-aside nav { grid-template-columns: 1fr; }
  .guide-content p, .guide-content li { font-size: 16px; }
  .guide-introduction { font-size: 18px !important; }
  .guide-product-cta { padding: 24px; }
}
