@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root {
  --ink: #142a43;
  --muted: #52657a;
  --accent: #bd3b14;
  --tint: #fff2e9;
  --paper: #fff;
  --line: #dce3e9;
  --navy: #102d4c;
  --radius: 22px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px
}

body.guide-site {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.7
}

.guide-smq {
  --accent: #116b62;
  --tint: #eaf6f3;
  --navy: #103f3a
}

.guide-syi {
  --accent: #175bcb;
  --tint: #edf4ff;
  --navy: #112f63
}

a {
  color: inherit
}

button,
input {
  font: inherit
}

a,
button,
input,
summary {
  -webkit-tap-highlight-color: transparent
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px
}

h1,
h2,
h3 {
  font-family: 'Manrope', sans-serif;
  line-height: 1.2;
  letter-spacing: -.04em
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 800;
  margin: 18px 0 24px
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin: 0 0 24px
}

h3 {
  font-size: 1.5rem
}

p {
  margin: 0 0 20px
}

img {
  max-width: 100%
}

.guide-header {
  max-width: 1360px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 40px;
  border-bottom: 1px solid var(--line)
}

.guide-logo img {
  object-fit: contain;
  object-position: left;
  display: block
}

.guide-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: 700
}

.guide-header a {
  text-decoration: none
}

.nav-quote {
  border: 1px solid var(--ink);
  padding: 10px 20px;
  border-radius: 40px
}

.guide-eyebrow {
  font-size: 16px;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--accent);
  margin: 0 0 14px
}

.guide-dek {
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  color: var(--muted);
  max-width: 670px;
  line-height: 1.7
}

.guide-hub-hero {
  max-width: 1280px;
  margin: auto;
  padding: 72px 40px 80px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 70px
}

.guide-hub-image {
  position: relative;
  border-radius: 160px 160px 28px 28px;
  overflow: hidden;
  min-height: 450px;
  background: var(--tint)
}

.guide-hub-image img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  display: block
}

.guide-image-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  padding: 16px 20px;
  border-radius: 14px;
  background: #ffffffed;
  backdrop-filter: blur(12px);
  font-size: 16px;
  font-weight: 700
}

.guide-text-link {
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 5px;
  color: var(--accent)
}

.guide-library {
  max-width: 1280px;
  padding: 60px 40px 80px;
  margin: auto
}

.guide-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px
}

.guide-section-heading p {
  color: var(--muted)
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px
}

.guide-tile {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  min-width: 0
}

.guide-tile:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  box-shadow: 0 20px 40px #102d4c09
}

.guide-tile h3 {
  margin: 35px 0 18px
}

.guide-tile p {
  color: var(--muted);
  font-size: 16px
}

.guide-tile-top,
.guide-tile-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center
}

.guide-category {
  color: var(--accent);
  font-weight: 700;
  font-size: 16px
}

.guide-index {
  color: #9ba9b6;
  font-size: 16px
}

.guide-tile-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: auto;
  font-size: 16px
}

.guide-tile-bottom>span:last-child {
  font-size: 26px;
  color: var(--accent)
}

.guide-hub-banner,
.guide-final-cta {
  padding: 70px 32px;
  text-align: center;
  background: var(--navy);
  color: #fff
}

.guide-hub-banner .guide-eyebrow,
.guide-final-cta .guide-eyebrow {
  color: #a8d9ef
}

.guide-hub-banner p,
.guide-final-cta p {
  max-width: 650px;
  margin: 0 auto 24px;
  color: #c3d4e3
}

.guide-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 0;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  transition: filter .2s, transform .2s;
  text-align: center
}

.guide-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px)
}

.guide-hub-banner .guide-button,
.guide-final-cta .guide-button {
  background: #fff;
  color: var(--navy)
}

.guide-article-hero {
  max-width: 1000px;
  margin: auto;
  padding: 30px 40px 58px
}

.guide-breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 42px;
  flex-wrap: wrap
}

.guide-article-hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.9rem)
}

.guide-byline {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--muted);
  margin: 26px 0
}

.guide-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap
}

.guide-cta-note {
  font-size: 16px;
  color: var(--muted);
  margin: 12px 0 0
}

.guide-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 280px;
  gap: 80px;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px 80px
}

.guide-body {
  min-width: 0
}

.guide-answer {
  background: var(--tint);
  padding: 32px;
  border-radius: var(--radius);
  border-left: 4px solid var(--accent)
}

.guide-answer>p:last-child {
  margin: 0;
  font-size: 19px;
  line-height: 1.7
}

.guide-takeaways {
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px
}

.guide-takeaways h2 {
  font-size: 20px;
  letter-spacing: -.02em
}

.guide-takeaways p {
  display: flex;
  gap: 20px;
  margin: 14px 0;
  font-weight: 500;
  font-size: 16px
}

.guide-takeaways span {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  padding-top: 3px
}

.guide-section {
  margin: 44px 0
}

.guide-section p {
  line-height: 1.85
}

.guide-section h2 {
  font-size: 28px
}

.guide-table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin: 24px 0
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  text-align: left
}

th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top
}

thead {
  background: var(--tint)
}

tbody th {
  font-weight: 600;
  min-width: 130px
}

tbody tr:last-child>* {
  border: 0
}

.guide-inline-cta {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 30px;
  color: #fff;
  margin: 40px 0
}

.guide-inline-cta h3 {
  margin: 0 0 12px;
  letter-spacing: -.02em
}

.guide-inline-cta p {
  color: #c3d4e3;
  font-size: 16px
}

.guide-tool {
  padding: 32px;
  background: var(--tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 48px 0
}

.guide-tool h2 {
  font-size: 28px
}

.guide-tool>p {
  font-size: 16px
}

.guide-tool-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0
}

.guide-tool label {
  font-size: 16px;
  font-weight: 600
}

.guide-tool input[type=number] {
  display: block;
  width: 100%;
  min-height: 50px;
  border: 1px solid #a4b4c3;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 10px;
  margin-top: 8px;
  font-size: 18px
}

.guide-tool output {
  display: block;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 24px 0 16px
}

.guide-tool .guide-tool-note {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted)
}

.guide-check {
  display: flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  min-height: 55px;
  padding: 14px 0;
  cursor: pointer
}

.guide-check input {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  accent-color: var(--accent)
}

.guide-print {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--accent);
  background: none;
  font-size: 16px;
  cursor: pointer
}

.guide-faq {
  margin: 50px 0
}

.guide-faq h2 {
  font-size: 28px
}

.guide-faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0
}

.guide-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700
}

.guide-faq details p {
  margin: 15px 0 0;
  font-size: 16px;
  color: var(--muted)
}

.guide-sources {
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  color: var(--muted)
}

.guide-sources h2 {
  font-size: 20px
}

.guide-sources a {
  color: var(--accent)
}

.guide-sidebar-inner {
  position: sticky;
  top: 35px
}

.guide-sidebar nav {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
  padding-left: 20px;
  gap: 18px
}

.guide-sidebar nav a {
  font-size: 16px;
  text-decoration: none;
  color: var(--muted);
  line-height: 1.5
}

.guide-sidebar nav a:hover {
  color: var(--accent)
}

.guide-sidebar-cta {
  padding: 26px;
  background: var(--tint);
  border-radius: 18px;
  margin-top: 35px
}

.guide-sidebar-cta h2 {
  font-size: 24px
}

.guide-sidebar-cta p {
  font-size: 16px;
  color: var(--muted)
}

.guide-sidebar-cta .guide-button {
  width: 100%;
  font-size: 16px;
  padding: 14px
}

.guide-sidebar-cta>span {
  display: block;
  font-size: 16px;
  margin-top: 12px
}

.guide-related {
  grid-template-columns: 1fr 1fr
}

.guide-related .guide-tile h3 {
  margin-top: 16px
}

.guide-footer {
  padding: 50px 40px 30px;
  max-width: 1280px;
  margin: auto
}

.guide-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px
}

.guide-footer-top strong {
  font-size: 23px;
  letter-spacing: -.05em
}

.guide-footer-top p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 5px
}

.guide-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  max-width: 500px;
  align-content: start;
  font-size: 16px
}

.guide-disclosure,
.guide-copyright {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75
}

.guide-copyright {
  border-top: 1px solid var(--line);
  padding-top: 20px
}

.guide-mobile-cta {
  display: none
}

.guide-editorial {
  max-width: 860px;
  padding: 70px 32px;
  margin: auto
}

.guide-editorial h2 {
  margin-top: 45px;
  font-size: 28px
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--navy);
  color: #fff;
  padding: 12px;
  z-index: 100
}

.skip-link:focus {
  top: 10px
}

@media(max-width:1000px) {
  .guide-hub-hero {
    gap: 35px
  }
  .guide-grid {
    gap: 15px
  }
  .guide-tile {
    padding: 24px
  }
  .guide-article-layout {
    grid-template-columns: minmax(0, 1fr) 235px;
    gap: 35px
  }
  .guide-sidebar-cta {
    padding: 20px
  }
  .guide-section-heading {
    display: block
  }
  .guide-hub-image {
    min-height: 380px
  }
  .guide-hub-image img {
    height: 430px
  }
}

@media(max-width:760px) {
  html {
    scroll-padding-top: 25px
  }
  .guide-header {
    padding: 18px 20px
  }
  .guide-logo img {
    width: 160px;
    height: 36px
  }
  .guide-header nav {
    gap: 15px;
    font-size: 16px
  }
  .guide-header nav>a:nth-child(2),
  .nav-quote {
    display: none
  }
  .guide-hub-hero {
    grid-template-columns: 1fr;
    padding: 44px 22px 20px;
    gap: 30px
  }
  .guide-hub-hero h1 {
    max-width: 550px
  }
  .guide-hub-image {
    min-height: 260px;
    border-radius: 90px 90px 20px 20px
  }
  .guide-hub-image img {
    height: 300px
  }
  .guide-image-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 16px;
    padding: 12px 15px
  }
  .guide-library {
    padding: 45px 22px
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }
  .guide-tile {
    padding: 28px
  }
  .guide-tile h3 {
    margin-top: 25px;
    font-size: 25px
  }
  .guide-article-hero {
    padding: 24px 22px 38px
  }
  .guide-breadcrumb {
    margin-bottom: 32px;
    font-size: 16px
  }
  .guide-byline {
    gap: 8px 16px;
    font-size: 16px
  }
  .guide-hero-actions {
    gap: 18px
  }
  .guide-hero-actions .guide-button {
    width: 100%
  }
  .guide-article-layout {
    display: block;
    padding: 0 22px 40px
  }
  .guide-sidebar {
    display: none
  }
  .guide-answer {
    padding: 25px
  }
  .guide-answer>p:last-child {
    font-size: 17px
  }
  .guide-section h2 {
    font-size: 25px
  }
  .guide-section p {
    font-size: 17px
  }
  .guide-tool {
    padding: 24px 20px
  }
  .guide-tool-fields {
    gap: 16px
  }
  .guide-tool label {
    font-size: 16px
  }
  .guide-tool output {
    padding: 16px
  }
  .guide-tool h2 {
    font-size: 25px
  }
  th,
  td {
    padding: 14px 12px;
    font-size: 16px
  }
  tbody th {
    min-width: 110px
  }
  .guide-inline-cta {
    padding: 26px
  }
  .guide-inline-cta .guide-button {
    width: 100%
  }
  .guide-footer {
    padding: 40px 22px 110px
  }
  .guide-footer-top {
    display: block
  }
  .guide-footer nav {
    margin-top: 22px
  }
  .guide-mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #ffffffed;
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line);
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom))
  }
  .guide-mobile-cta>span {
    font-size: 16px;
    font-weight: 600
  }
  .guide-mobile-cta .guide-button {
    font-size: 16px;
    min-height: 48px;
    padding: 12px 18px
  }
  .guide-editorial {
    padding: 44px 22px
  }
  .guide-hub-banner,
  .guide-final-cta {
    padding: 55px 24px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  *,
  *::before,
  *::after {
    animation: none!important;
    transition: none!important
  }
}

@media print {
  .guide-header,
  .guide-sidebar,
  .guide-hero-actions,
  .guide-mobile-cta,
  .guide-inline-cta,
  .guide-final-cta,
  .guide-library,
  .guide-footer,
  .guide-print {
    display: none!important
  }
  .guide-article-layout {
    display: block;
    padding: 0
  }
  .guide-article-hero {
    padding: 0
  }
  .guide-answer,
  .guide-tool {
    break-inside: avoid;
    background: #fff
  }
  .guide-tool output {
    border: 1px solid #ccc
  }
  body.guide-site {
    font-size: 12pt
  }
  h1 {
    font-size: 28pt
  }
  .guide-section h2 {
    font-size: 18pt
  }
}

.guide-site .guide-faq summary {
  min-height: 44px;
  padding: 10px 0
}

.guide-site .guide-button,
.guide-site .nav-quote {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere
}

.guide-site .guide-mobile-cta .guide-button {
  flex: 1
}

.guide-site .guide-mobile-cta>span {
  flex: 0 1 100px;
  min-width: 0;
  overflow-wrap: anywhere
}

.guide-site h1,
.guide-site h2,
.guide-site h3 {
  overflow-wrap: anywhere
}
