:root {
  --blue: #0a5cd8;
  --blue-dark: #0749ad;
  --navy: #082955;
  --ink: #101828;
  --muted: #667085;
  --line: #dfe6ee;
  --soft: #F4F6F8;
  --white: #fff;
  --green: #179c52;
  --shell: 1600px;
  --radius: 12px;
}

* { box-sizing: border-box; }
body *,body *::before,body *::after { box-shadow: none !important; text-shadow: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
.shell { width: min(var(--shell), calc(100% - 60px)); margin-inline: auto; }
.shell--narrow { max-width: 1100px; }
.section-pad { padding: 92px 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: -80px; left: 14px; padding: 10px 15px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid rgba(10,92,216,.34); outline-offset: 3px; }

/* Header is deliberately local to this category. */
.site-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid #edf0f4; }
.topbar { height: 34px; color: #fff; background: linear-gradient(90deg, var(--blue) 0 62%, #111a28 62%); font-size: 11px; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar nav { display: flex; gap: 22px; }
.topbar a { opacity: .9; }
.topbar a:hover { opacity: 1; }
.topbar p { margin: 0; color: #bdc8d7; }
.topbar strong { color: #fff; }
.navbar { height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.main-nav { min-width: 0; display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.main-nav a { position: relative; padding: 31px 0 27px; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: 20px; left: 0; height: 2px; background: var(--blue); transition: right .2s; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.brand { display: inline-flex; align-items: baseline; justify-content: center; color: var(--navy); font-size: 25px; font-weight: 800; letter-spacing: -.06em; }
.brand b { margin-left: 3px; color: var(--blue); font-size: 27px; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.nav-actions a { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }
.nav-icon { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); font-size: 17px; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle span { width: 22px; height: 2px; display: block; margin: 4px 0; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
.search-row { height: 0; position: relative; z-index: 4; }
.site-search { position: absolute; top: -17px; left: 50%; width: min(500px, 48vw); height: 48px; display: grid; grid-template-columns: 48px 1fr 64px; align-items: center; transform: translateX(-50%); overflow: hidden; border: 1px solid #e7ebf0; border-radius: 24px; background: #fff; }
.site-search > span { color: var(--navy); text-align: center; font-size: 24px; }
.site-search input { min-width: 0; height: 100%; padding: 0 12px; border: 0; outline: 0; background: none; text-align: center; font-size: 12px; }
.site-search button { height: 100%; border: 0; border-left: 1px solid var(--line); background: #fff; color: var(--blue); font-size: 12px; font-weight: 800; }
.mobile-menu { position: absolute; inset: 80px 0 auto; z-index: 15; padding: 24px 20px; background: var(--navy); color: #fff; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 700; }

/* Calculation */
.calculator-hero { padding: 82px 0 76px; background: #F4F6F8; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 24px; color: #6b7b8e; font-size: 14px; font-weight: 700; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span:last-child { color: var(--navy); }
.hero-copy { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.kicker, .section-label { margin-bottom: 15px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-copy h1 { margin-bottom: 15px; color: var(--navy); font-size: clamp(34px, 5vw, 50px); line-height: 1.14; letter-spacing: -.045em; }
.hero-copy > p:last-child { max-width: 670px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.75; }
.calculator-card { max-width: 1050px; margin: 0 auto; padding: 28px 30px 19px; border: 1px solid #e4eaf1; border-radius: 14px; background: #fff; }
.calculation-form-form { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)) 156px; gap: 14px; align-items: start; }
.field label { display: block; margin: 0 0 8px 2px; color: var(--navy); font-size: 14px; font-weight: 800; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; top: 50%; right: 17px; width: 7px; height: 7px; border-right: 2px solid #718198; border-bottom: 2px solid #718198; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.select-wrap:has(.styled-select)::after { display: none; }
.field select { width: 100%; height: 54px; padding: 0 43px 0 15px; appearance: none; border: 1px solid #d7e0e9; border-radius: 8px; outline: 0; background: #fff; color: var(--navy); font-size: 14px; font-weight: 600; transition: border-color .2s; }
.field select:disabled { color: #9aa7b5; background: #f7f9fb; cursor: not-allowed; }
.field select:focus { border-color: var(--blue); }
.field.has-error select { border-color: #d92d20; }
.field-error { display: none; margin: 6px 0 0 2px; color: #d92d20; font-size: 14px; }
.field.has-error .field-error { display: block; }
.styled-select { position: relative; width: 100%; min-width: 0; }
.styled-select__native { position: absolute !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; opacity: 0 !important; }
.styled-select__trigger { width: 100%; height: 54px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #cfdbe8; border-radius: 8px; background: #fff; color: var(--navy); font: inherit; font-size: 14px; font-weight: 650; text-align: left; cursor: pointer; }
.styled-select__trigger span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.styled-select__trigger i { position: relative; flex: 0 0 16px; width: 16px; height: 16px; transition: transform .18s ease; }
.styled-select__trigger i::before { content: ""; position: absolute; top: 3px; left: 3px; width: 7px; height: 7px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(45deg); }
.styled-select.is-open .styled-select__trigger { border-color: var(--blue); outline: 3px solid rgba(10,92,216,.12); }
.styled-select.is-open .styled-select__trigger i { transform: rotate(180deg); }
.styled-select.is-disabled .styled-select__trigger { border-color: #e1e7ee; background: #f0f3f7; color: #9aa7b7; cursor: not-allowed; }
.styled-select.is-disabled .styled-select__trigger i::before { border-color: #a8b4c3; }
.field.has-error .styled-select__trigger { border-color: #d92d20; }
.styled-select__menu { position: absolute; z-index: 120; top: calc(100% + 6px); right: 0; left: 0; max-height: 260px; padding: 6px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid #c7d4e3; border-radius: 10px; background: #fff; scrollbar-width: thin; scrollbar-color: #b8c7d9 transparent; }
.styled-select__menu[hidden] { display: none; }
.styled-select__option { width: 100%; min-height: 42px; padding: 9px 11px; display: flex; align-items: center; border: 0; border-radius: 7px; background: #fff; color: #173a65; font: inherit; font-size: 14px; font-weight: 500; text-align: left; cursor: pointer; }
.styled-select__option:hover,.styled-select__option:focus-visible { outline: 0; background: #edf4ff; color: #064faf; }
.styled-select__option[aria-selected="true"] { background: var(--blue); color: #fff; font-weight: 700; }
.styled-select__option:disabled { color: #a4afbd; cursor: not-allowed; }
.calculate-button { height: 54px; margin-top: 26px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 0; border-radius: 8px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; transition: background .2s, transform .2s; }
.calculate-button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.calculator-note { margin: 17px 0 0; color: #758398; font-size: 14px; text-align: center; }
.calculator-note span { width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 6px; border-radius: 50%; background: #e8f7ee; color: var(--green); font-weight: 800; }
.result-card { max-width: 1050px; margin: 20px auto 0; padding: 24px 28px; display: grid; grid-template-columns: 50px minmax(0,1fr) auto; align-items: center; gap: 18px; border: 1px solid #cfe1f8; border-radius: 12px; background: #fff; }
.result-card[hidden] { display: none; }
.result-card__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 24px; font-weight: 800; }
.result-card span { color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.result-card h2 { margin: 5px 0 4px; color: var(--navy); font-size: 19px; }
.result-card p { margin: 0; color: var(--muted); font-size: 14px; }
.result-card > strong { min-width: 170px; color: var(--navy); font-size: 25px; text-align: right; }
.result-card > button { grid-column: 3; padding: 0; border: 0; background: none; color: var(--blue); font-size: 14px; font-weight: 800; }

/* SEO */
.seo-section { background: #fff; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .72fr); gap: 80px; align-items: start; }
.seo-content h2 { margin-bottom: 25px; color: var(--navy); font-size: clamp(30px, 4vw, 43px); line-height: 1.2; letter-spacing: -.04em; }
.seo-content h3 { margin: 44px 0 15px; color: var(--navy); font-size: 23px; }
.seo-content > p { margin-bottom: 20px; color: #526277; font-size: 15px; line-height: 1.85; }
.info-band { margin: 34px 0 4px; padding: 22px 24px; display: grid; grid-template-columns: 34px 1fr; gap: 15px; border-left: 3px solid var(--blue); background: #f2f7fd; }
.info-band > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; }
.info-band p { margin: 0; color: #40536b; font-size: 14px; line-height: 1.7; }
.guide-card { position: sticky; top: 24px; padding: 28px; border-radius: 12px; background: var(--navy); color: #fff; }
.guide-card > span { color: #8fbdf7; font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-card ol { margin: 25px 0 23px; padding: 0; list-style: none; }
.guide-card li { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 13px; border-top: 1px solid rgba(255,255,255,.13); }
.guide-card li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.guide-card li > b { color: #77aef3; font-size: 14px; }
.guide-card strong { display: block; margin-bottom: 4px; font-size: 14px; }
.guide-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.55; }
.guide-card > a { display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 14px; font-weight: 800; }

/* Homepage FAQ, copied locally for this category. */
.faq { background: var(--soft); }
.section-heading { max-width: 720px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(38px,3.7vw,59px); font-weight: 600; line-height: 1.3; letter-spacing: -.045em; text-wrap: balance; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.accordion { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; }
.accordion-item { overflow: hidden; border: 1px solid #e2e8f0; border-radius: var(--radius); background: var(--white); }
.accordion-item.is-open { border-color: #cbd8e7; }
.accordion-item h3 { max-width: none; margin: 0; overflow: visible; white-space: normal; }
.accordion-item button { width: 100%; min-height: 72px; padding: 20px 28px; display: flex; align-items: center; border: 0; background: transparent; color: var(--navy); text-align: left; font-size: 16px; font-weight: 650; letter-spacing: -.02em; }
.accordion-item button span { min-width: 0; flex: 1; display: block; }
.accordion-item button i { position: relative; flex: 0 0 36px; height: 36px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; transition: background .25s,transform .35s,border-color .25s; }
.accordion-item button i::before,.accordion-item button i::after { content: ""; position: absolute; top: 17px; right: 9px; left: 9px; height: 2px; background: var(--navy); transition: transform .3s,background .25s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.is-open button i { border-color: var(--blue); background: var(--blue); transform: rotate(90deg); }
.accordion-item.is-open button i::before,.accordion-item.is-open button i::after { background: #fff; }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s cubic-bezier(.2,.7,.2,1); }
.accordion-panel > p { margin: 0; padding: 0 28px; overflow: hidden; color: #6c7786; font-size: 14px; line-height: 1.75; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding: 0 28px 26px; }

/* Blog copied into this category's own stylesheet. */
.home-blog { background: #F4F6F8; }
.blog-header { margin-bottom: 38px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.blog-header h2 { max-width: 700px; margin-bottom: 15px; color: var(--navy); font-size: clamp(30px, 4vw, 43px); line-height: 1.2; letter-spacing: -.04em; }
.blog-header > div > p:last-child { max-width: 690px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.all-posts { min-height: 50px; padding: 0 17px; display: inline-flex; align-items: center; gap: 22px; border-radius: 7px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 800; }
.all-posts:hover { background: var(--blue); }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.blog-card { min-width: 0; padding: 17px; border: 1px solid #e3e9f0; border-radius: 10px; background: #fff; }
.blog-card__image { position: relative; aspect-ratio: 16/10; display: block; margin-bottom: 17px; overflow: hidden; border-radius: 7px; background: #e7ecf2; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.blog-card__image span { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; color: var(--navy); font-weight: 800; transition: background .2s, color .2s; }
.blog-card:hover .blog-card__image img { transform: scale(1.03); }
.blog-card:hover .blog-card__image span { background: var(--blue); color: #fff; }
.blog-meta { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; }
.blog-meta b { color: var(--blue); }
.blog-meta time { color: #7c8999; }
.blog-card h3 { margin-bottom: 8px; color: var(--navy); font-size: 18px; line-height: 1.4; }
.blog-card h3 a:hover { color: var(--blue); }
.blog-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

/* Local footer */
.trust-strip { padding: 25px 0; background: linear-gradient(180deg,#fff 50%,#061a35 50%); }
.trust-strip > .shell { padding: 16px 20px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; border: 1px solid #dce4ed; border-radius: 11px; background: #fff; }
.trust-strip div > div { min-width: 0; display: flex; align-items: center; gap: 11px; }
.trust-strip div > div > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #eaf2fc; color: var(--blue); font-weight: 800; }
.trust-strip p { margin: 0; display: grid; }
.trust-strip strong { color: var(--navy); font-size: 11px; }
.trust-strip small { color: #7b8999; font-size: 9px; }
.site-footer { overflow: hidden; background: #061a35; color: #fff; }
.footer-intro { padding: 66px 0 52px; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.6fr); gap: 70px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand--footer { justify-content: flex-start; color: #fff; }
.footer-intro h2 { margin: 25px 0 15px; font-size: clamp(38px,5vw,60px); line-height: 1; letter-spacing: -.055em; }
.footer-intro > div > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.footer-contact { display: flex; flex-direction: column; justify-content: flex-end; }
.footer-contact > span { margin-bottom: 12px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-contact > a { padding: 14px 0; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid rgba(255,255,255,.13); }
.footer-contact > a:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-contact small { display: block; color: rgba(255,255,255,.5); font-size: 9px; }
.footer-contact strong { font-size: 14px; }
.footer-contact b { grid-column: 2; grid-row: 1/3; align-self: center; }
.footer-links { padding: 44px 0; display: grid; grid-template-columns: repeat(3,1fr) 1.3fr; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-links > div, .footer-links address { display: flex; flex-direction: column; gap: 10px; font-style: normal; }
.footer-links h3 { margin: 0 0 9px; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-links p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 65px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: rgba(255,255,255,.48); font-size: 9px; }
.footer-bottom nav { display: flex; gap: 16px; }
.footer-bottom > span:last-child { text-align: right; }

@media (max-width: 1050px) {
  .main-nav { gap: 13px; font-size: 11px; }
  .nav-actions a span:last-child { display: none; }
  .calculation-form-form { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .calculate-button { grid-column: 1/-1; width: 190px; margin-top: 0; justify-self: end; }
  .content-grid, .faq-grid { gap: 48px; }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .navbar { height: 72px; }
  .main-nav { display: none; }
  .menu-toggle { display: block; justify-self: start; }
  .mobile-menu { inset: 72px 0 auto; }
  .nav-actions a:first-child { display: none; }
  .site-search { top: -10px; width: min(520px,calc(100vw - 36px)); height: 44px; }
  .calculator-hero { padding-top: 72px; }
  .calculation-form-form { grid-template-columns: 1fr; }
  .calculate-button { grid-column: auto; width: 100%; }
  .result-card { grid-template-columns: 50px 1fr; }
  .result-card > strong { grid-column: 2; text-align: left; }
  .result-card > button { grid-column: 2; justify-self: start; }
  .content-grid { grid-template-columns: 1fr; }
  .seo-content { text-align: center; }
  .seo-content > p { margin-right: auto; margin-left: auto; }
  .info-band { grid-template-columns: 1fr; justify-items: center; border-top: 3px solid var(--blue); border-left: 0; text-align: center; }
  .guide-card { position: static; text-align: center; }
  .guide-card li { grid-template-columns: 1fr; justify-items: center; }
  .guide-card > a { justify-content: center; gap: 14px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-header { grid-template-columns: 1fr; align-items: start; justify-items: center; text-align: center; }
  .blog-header h2,.blog-header > div > p:last-child { margin-right: auto; margin-left: auto; }
  .all-posts { justify-self: center; }
  .trust-strip > .shell { grid-template-columns: repeat(2,1fr); }
  .footer-intro { grid-template-columns: 1fr; gap: 40px; }
  .footer-contact { max-width: 520px; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { grid-template-columns: 1fr; padding: 22px 0 80px; }
  .footer-bottom > span:last-child { text-align: left; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .section-pad { padding: 68px 0; }
  .navbar { gap: 10px; }
  .brand { font-size: 21px; }
  .brand b { font-size: 23px; }
  .site-search { grid-template-columns: 42px 1fr 54px; }
  .site-search input { font-size: 10px; }
  .calculator-hero { padding-bottom: 60px; }
  .hero-copy { margin-bottom: 29px; }
  .hero-copy h1 { font-size: 34px; }
  .calculator-card { padding: 21px 17px 16px; }
  .result-card { padding: 21px 17px; grid-template-columns: 1fr; }
  .result-card__icon { width: 42px; height: 42px; }
  .result-card > strong, .result-card > button { grid-column: 1; }
  .result-card > strong { font-size: 23px; }
  .seo-content h2, .blog-header h2 { font-size: 30px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading p { font-size: 15px; }
  .accordion { margin-top: 34px; gap: 12px; }
  .accordion-item button { min-height: 64px; padding: 16px 20px; font-size: 14px; }
  .accordion-item button i { flex-basis: 32px; height: 32px; }
  .accordion-item button i::before,.accordion-item button i::after { top: 14px; right: 8px; left: 8px; }
  .accordion-item.is-open .accordion-panel > p { padding: 0 20px 22px; }
  .blog-meta { align-items: flex-start; flex-direction: column; }
  .all-posts { width: 100%; justify-content: space-between; }
  .trust-strip > .shell { grid-template-columns: 1fr; }
  .footer-intro h2 { font-size: 38px; }
  .footer-links { grid-template-columns: 1fr; gap: 32px; }
}

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