:root {
  --navy: #102a43;
  --blue: #2865b8;
  --teal: #247b7b;
  --aqua: #e4f7f6;
  --cream: #f7f3ea;
  --sage: #edf4ee;
  --gold: #c9a35c;
  --ink: #12213f;
  --muted: #52627d;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 16px 45px #071b4d18;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 18px/1.7 system-ui, -apple-system, "Segoe UI", sans-serif; }
h1, h2, h3, .brand { font-family: Georgia, "Times New Roman", serif; line-height: 1.13; color: var(--navy); }
h1 { font-size: clamp(2.6rem, 6vw, 5.3rem); letter-spacing: -.035em; margin: .2em 0; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.025em; }
h3 { font-size: 1.45rem; }
a { color: var(--blue); text-underline-offset: .2em; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin: auto; }
.skip { position: absolute; left: -9999px; z-index: 1000; background: #fff; padding: 12px; }
.skip:focus { left: 12px; top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #f7fbfff2; backdrop-filter: blur(14px); border-bottom: 1px solid #2257d724; }
.header-row { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; font-size: 1.45rem; line-height: 1; }
.brand small { display: block; font: 600 8px/1.5 system-ui; letter-spacing: .16em; margin-top: 5px; }
.brand-logo { display: block; width: 154px; height: auto; }
.footer-brand .brand-logo { width: 138px; filter: drop-shadow(0 10px 22px #0005); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% 50% 45% 55%; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; font: bold 24px Georgia; }
.header-row nav { display: flex; gap: 15px; margin-left: auto; align-items: center; }
.header-row nav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 650; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 99px; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; text-decoration: none; font-weight: 750; cursor: pointer; }
.button:hover { filter: brightness(.93); }
.button.secondary { background: transparent; color: var(--navy); outline: 1px solid #2257d7; }
.header-cta { min-height: 38px; padding: 7px 14px; font-size: 13px; line-height: 1.15; box-shadow: 0 5px 14px #102a4315; white-space: nowrap; }
.menu-button { display: none; }
.hero { padding: 72px 0 42px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 54px; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .14em; color: var(--blue); }
.hero p { font-size: 1.17rem; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-media { position: relative; }
.hero-media img { display: block; width: 100%; aspect-ratio: 1.1; object-fit: cover; border-radius: 140px 20px 140px 20px; box-shadow: var(--shadow); }
.hero-media:after { content: ""; position: absolute; inset: auto -16px -16px auto; width: 42%; height: 34%; border: 2px solid var(--teal); border-radius: 50%; z-index: -1; }
.hook { font: italic 1.35rem/1.5 Georgia; color: var(--navy); border-left: 3px solid var(--teal); padding-left: 18px; }
.trust { background: linear-gradient(135deg, var(--navy), #0e328f); color: #fff; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 20px; }
.trust span { text-align: center; font-size: 14px; }
.section { padding: 72px 0; }
.section.tint { background: var(--aqua); }
.section.sage { background: var(--sage); }
.section-head { max-width: 750px; margin-bottom: 34px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.card { display: block; background: #fff; border: 1px solid #2257d716; border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 24px #071b4d0a; color: inherit; text-decoration: none; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card .kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.callout { background: linear-gradient(145deg, var(--navy), #123fb3 62%, #10bdd7); color: #fff; border-radius: var(--radius); padding: 34px; }
.callout h2, .callout h3 { color: #fff; }
.article-head { padding: 58px 0 30px; background: linear-gradient(135deg, var(--aqua), var(--cream)); }
.article-head h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); max-width: 950px; }
.meta { color: var(--muted); font-size: 15px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 55px; padding: 56px 0; }
.toc { position: sticky; top: 110px; align-self: start; }
.toc a { display: block; padding: 5px 0; font-size: 15px; }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.5em; }
.prose li { margin: .45em 0; }
.prose .notice, .notice { background: #fff7e8; border-left: 4px solid var(--gold); padding: 18px; border-radius: 8px; }
.faq details { background: #fff; border: 1px solid #2257d720; border-radius: 12px; padding: 15px 18px; margin: 10px 0; }
.faq summary { font-weight: 750; cursor: pointer; }
.references { font-size: 15px; overflow-wrap: anywhere; }
.affiliate { background: #fff1d8; border: 1px solid #c9a35c60; padding: 16px; border-radius: 12px; }
.affiliate-cta { margin: 28px 0; padding: 22px; border: 1px solid #c9a35c75; border-radius: 16px; background: linear-gradient(135deg,#fff8ea,#fff); }
.affiliate-cta p { margin-top: 0; }
.affiliate-cta span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }
.compare-paths, .summary-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin: 28px 0; }
.comparison-card, .summary-card { display: block; padding: 26px; border: 1px solid #247b7b38; border-radius: 18px; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 9px 28px #102a4310; }
.comparison-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.status-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.status-badge.verified { background: #dff5e8; color: #155f3a; }
.status-badge.pending { background: #fff0ce; color: #76510a; }
.status-badge.comparison { background: #e6f2ff; color: #174f94; }
.table-scroll { max-width: 100%; overflow-x: auto; margin: 24px 0; }
.table-scroll table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.table-scroll th, .table-scroll td { padding: 14px; border: 1px solid #d8e1e7; text-align: left; vertical-align: top; }
.table-scroll th { color: var(--navy); }
.review-summary { margin: 0 0 36px; padding: 26px; background: linear-gradient(135deg,#f4fbfa,#fff); border: 1px solid #247b7b38; border-radius: 20px; }
.important-box { display: block; padding: 20px; border-left: 4px solid var(--teal); background: #e9f8f6; border-radius: 10px; }
.quiz-card { padding: 28px; background: #fff; border: 1px solid #247b7b38; border-radius: 20px; box-shadow: var(--shadow); }
.quiz-card fieldset { border: 0; padding: 0; margin: 24px 0; }
.quiz-card legend { font: 700 1.5rem Georgia; color: var(--navy); margin-bottom: 14px; }
.quiz-card label { display: block; padding: 14px; margin: 9px 0; border: 1px solid #d8e1e7; border-radius: 12px; cursor: pointer; }
.quiz-result { margin-top: 24px; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 14px; border-bottom: 1px solid #ddd; text-align: left; }
.newsletter { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; background: linear-gradient(135deg, var(--navy), #123fb3); color: #fff; padding: 38px; border-radius: var(--radius); }
.newsletter h2 { color: #fff; }
.newsletter label { display: block; color: #fff; font-size: 14px; margin: 9px 0; }
.newsletter input:not([type="checkbox"]) { display: block; width: 100%; min-height: 44px; margin-top: 4px; padding: 8px 12px; border: 1px solid #ffffff55; border-radius: 10px; background: #fff; color: var(--ink); }
.newsletter .fine { color: #dbe7ff; }
.status { display: inline-block; background: #ffffff17; padding: 10px 15px; border: 1px solid #ffffff38; border-radius: 99px; }
footer { background: #061331; color: #dfeaff; padding: 58px 0 0; }
footer a { color: #dfeaff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1fr; gap: 36px; }
.footer-grid nav a { display: block; margin: 8px 0; }
.footer-brand span { color: #fff; }
.socials { display: grid; gap: 10px; margin: 12px 0 18px; max-width: 240px; }
.socials a { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 9px 14px; border: 1px solid #dfeaff30; border-radius: 12px; background: #ffffff0d; color: #fff; text-decoration: none; font-size: 14px; font-weight: 750; }
.socials a:after { content: "↗"; color: var(--teal); font-weight: 900; margin-left: 12px; }
.socials a:hover { background: #ffffff1a; border-color: #14c9df80; transform: translateX(2px); }
.fine, .legal-line { font-size: 14px; color: #b5c6e8; }
.legal-line { padding: 24px 0; border-top: 1px solid #ffffff18; margin-top: 40px; }
.link-button { border: 0; background: none; padding: 4px 0; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }
.cookie { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 1100px; margin: auto; background: #fff; border: 1px solid #2257d730; box-shadow: 0 20px 60px #0003; border-radius: 18px; padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 20px; }
.cookie[hidden] { display: none; }
.cookie p { margin: .3em 0; }
.cookie-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.preferences { grid-column: 1/-1; border-top: 1px solid #ddd; padding-top: 16px; }
.preferences[hidden] { display: none; }
.preferences label { display: block; margin: 8px; }
.h5 { font-size: 1rem; color: #fff; }
.review-badge { display: inline-block; background: var(--gold); color: #112d3b; font-weight: 900; letter-spacing: .18em; padding: 8px 14px; }
.breadcrumbs { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.breadcrumbs span { margin: 0 8px; color: #71809b; }
.editors-picks { border-top: 1px solid var(--line); }
.editorial-lead { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: stretch; }
.feature-card { min-height: 310px; padding: 38px; border-radius: var(--radius); background: linear-gradient(145deg,#071b46,#1348b7 70%,#10bcd6); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; box-shadow: var(--shadow); }
.feature-card h3 { color: #fff; font-size: clamp(2rem,4vw,3.2rem); margin: 10px 0; }
.feature-card p { color: #e7f3ff; max-width: 680px; }
.feature-card .kicker { color: #62efff; }
.pick-list { display: grid; gap: 14px; }
.pick-list .card { padding: 22px; }
.trust-box { margin: 38px 0; padding: 28px; border: 1px solid #2257d72b; border-radius: 16px; background: linear-gradient(135deg,#f4f8ff,#ecfbfd); }
.trust-box h2, .trust-box h3 { margin-top: 0; }
.trust-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.trust-point { padding: 16px; background: #fff; border-radius: 12px; border: 1px solid var(--line); }
.quick-verdict { border: 1px solid #2257d72b; border-radius: 18px; overflow: hidden; margin: 28px 0 38px; box-shadow: 0 12px 32px #0a2b6820; }
.quick-verdict h2 { margin: 0; padding: 22px 26px; background: var(--navy); color: #fff; }
.verdict-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.verdict-item { padding: 18px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.verdict-item strong { display: block; color: var(--navy); margin-bottom: 5px; }
.start-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: start; }
.start-card { counter-increment: start; position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.start-card:before { content: counter(start); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; margin-bottom: 22px; }
.updated-note { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #e6f8fb; color: #075a68; font-size: 13px; font-weight: 800; }
.article-visual { margin: 0 0 38px; border-radius: 18px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.article-visual img { display: block; width: 100%; height: auto; }
.article-visual figcaption { padding: 12px 18px; background: #f3f8ff; color: var(--muted); font-size: 13px; }
.news-id { display: inline-block; margin-left: 10px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 26px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 28px #0a2b6812; }
.comparison-table th { background: var(--navy); color: #fff; font-size: 14px; letter-spacing: .04em; }
.comparison-table th, .comparison-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table td:first-child { font-weight: 800; color: var(--navy); }
.news-callout { border: 1px solid #13bed54a; background: linear-gradient(135deg,#edfaff,#f7fbff); border-radius: 16px; padding: 24px; margin: 28px 0; }
.hearing-head { background: linear-gradient(135deg,#dff5f2,var(--cream)); }
.hearing-head .eyebrow, .hearing-card .kicker { color: var(--teal); }
.pillar-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.pillar { display: flex; min-height: 330px; flex-direction: column; justify-content: flex-end; padding: 38px; border-radius: 24px; background: linear-gradient(145deg,#fff,#eef6f3); border: 1px solid #247b7b30; color: var(--ink); text-decoration: none; box-shadow: var(--shadow); }
.pillar h2 { margin: 10px 0; }
.pillar strong { margin-top: 20px; color: var(--teal); }
.hearing-pillar { background: linear-gradient(145deg,var(--navy),#1b5c67 72%,#4ec6c6); color: #fff; }
.hearing-pillar h2, .hearing-pillar strong { color: #fff; }
.hearing-pillar .kicker { color: #b8fffb; }
.pros-cons { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.pros-cons > div { padding: 22px; border: 1px solid #247b7b30; border-radius: 16px; background: #fff; }
.rebrand-hero h1 { max-width: 720px; }
.quiz-frame { width: 100%; height: 720px; border: 0; background: #fff; border-radius: 16px; }
.quiz-embed-wrap { min-height: 620px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px; box-shadow: var(--shadow); }
.quiz-fallback { margin: 16px 0 0; text-align: center; font-size: .9rem; color: var(--muted); }
.sticky-review { position: sticky; bottom: 14px; z-index: 20; text-align: center; margin: 20px auto; width: max-content; max-width: calc(100% - 20px); }
.short-answer { margin: 0 0 32px; padding: 24px 26px; border-left: 5px solid var(--teal); border-radius: 0 16px 16px 0; background: linear-gradient(135deg,#edfaff,#f7fbff); }
.short-answer strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.short-answer p { margin: 0; font-size: 1.08rem; }
.compact-hub, .related-grid, .evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin: 24px 0 36px; }
.compact-hub .comparison-card, .related-grid .card { height: 100%; }
.related { margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--line); }
.related-grid .card { display: flex; flex-direction: column; color: var(--ink); text-decoration: none; }
.related-grid .card strong { margin-top: auto; padding-top: 12px; color: var(--blue); }
.progressive { margin: 20px 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px #0a2b680d; }
.progressive > summary { padding: 20px 24px; color: var(--navy); cursor: pointer; font-family: Georgia,serif; font-size: 1.15rem; font-weight: 800; }
.progressive[open] > summary { border-bottom: 1px solid var(--line); }
.progressive-content { display: grid; gap: 12px; padding: 22px 24px; }
.progressive-content > :first-child { margin-top: 0; }
.progressive-content > :last-child { margin-bottom: 0; }
.link-list { padding-left: 1.2rem; }
.link-list li { margin: 12px 0; }
.compact-intro { padding-top: 58px; padding-bottom: 58px; border-bottom: 1px solid var(--line); text-align: center; }
.compact-intro h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.compact-intro p { max-width: 720px; margin: 0 auto; }
.soft-commercial { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 42px 0; padding: 28px 30px; border: 1px solid #2257d72b; border-radius: 18px; background: linear-gradient(135deg,#f4f8ff,#ecfbfd); }
.soft-commercial h2 { margin: 6px 0 8px; font-size: clamp(1.6rem,3vw,2.2rem); }
.soft-commercial p { margin: 0; }
.soft-commercial .button { flex: 0 0 auto; }
.article-next { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: -12px 0 42px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.article-next span { color: var(--muted); font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.decision-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 24px 0; }
.decision-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px #0a2b680d; }
.decision-card h3 { margin-top: 0; }
.decision-card dl { margin: 0; }
.decision-card dt { margin-top: 14px; color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.decision-card dd { margin: 4px 0 0; }
.commercial-verified { color: var(--muted); font-size: .88rem; }
.commercial-status { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 22px 0 10px; }
.commercial-status span { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbff; font-size: .9rem; }
.commercial-status strong { display: block; margin-bottom: 4px; color: var(--navy); }
.balanced-conclusion { margin: 38px 0; padding: 24px; border-left: 5px solid var(--teal); border-radius: 0 14px 14px 0; background: #edfaff; }
.home-updates { margin-top: 30px; box-shadow: none; }
.newsletter-inline { grid-template-columns: .8fr 1.2fr; align-items: start; }
.newsletter-inline form { display: grid; gap: 10px; }
.newsletter-inline label { display: block; color: var(--ink); font-size: .9rem; }
.newsletter-inline input:not([type="checkbox"]) { display: block; width: 100%; min-height: 44px; margin-top: 5px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
@media (max-width: 900px) {
  .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; padding: 10px 14px; background: transparent; border: 1px solid var(--navy); border-radius: 10px; }
  .header-row nav { display: none; position: absolute; top: 84px; left: 0; right: 0; background: var(--cream); padding: 20px; }
  .header-row nav.open { display: grid; }
  .hero-grid, .split, .article-layout, .newsletter { grid-template-columns: 1fr; }
  .editorial-lead, .trust-points, .start-grid, .pillar-grid, .pros-cons, .compare-paths, .summary-grid, .compact-hub, .related-grid, .evidence-grid, .decision-grid, .commercial-status { grid-template-columns: 1fr; }
  .soft-commercial, .article-next { align-items: stretch; flex-direction: column; }
  .newsletter-inline { grid-template-columns: 1fr; }
  .soft-commercial .button, .article-next .button { width: 100%; text-align: center; }
  .toc { position: static; }
  .grid, .grid.four { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cookie { grid-template-columns: 1fr; }
  .hero { padding-top: 35px; }
}
@media (max-width: 1180px) and (min-width: 901px) {
  .header-cta { display: none; }
  .header-row { gap: 16px; }
  .header-row nav { gap: 10px; }
  .header-row nav a { font-size: 12px; }
  .brand-logo { width: 116px; }
}
@media (max-width: 580px) {
  body { font-size: 17px; }
  .wrap, .narrow { width: min(100% - 28px, 1180px); }
  .grid, .grid.four, .footer-grid { grid-template-columns: 1fr; }
  .hero-media img { border-radius: 70px 12px 70px 12px; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .section { padding: 50px 0; }
  .cookie { left: 8px; right: 8px; bottom: 8px; max-height: 92vh; overflow: auto; }
  .price-table { font-size: 14px; }
  .price-table th, .price-table td { padding: 8px; }
  .header-row { min-height: 96px; }
  .header-row nav { top: 96px; }
  .brand-logo { width: 96px; }
  .brand small { display: none; }
  .verdict-grid { grid-template-columns: 1fr; }
  .comparison-table { display: block; overflow-x: auto; white-space: normal; }
  .comparison-table th, .comparison-table td { min-width: 180px; }
  .actions .button { width: 100%; text-align: center; }
  .short-answer { padding: 20px; }
}

html,body{overflow-x:hidden}.quiz-redirect-card{background:linear-gradient(145deg,var(--navy),var(--teal));color:#fff;border-radius:var(--radius);padding:44px;box-shadow:var(--shadow);max-width:880px;margin:0 auto 44px}.quiz-redirect-card h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;margin:10px 0 16px}.quiz-redirect-card p{color:rgba(255,255,255,.86);font-size:1.08rem;max-width:700px}.quiz-redirect-card .button{background:#fff;color:var(--navy)}.quiz-redirect-card .button.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.quiz-redirect-card .microcopy{font-size:.88rem;margin-top:14px;color:rgba(255,255,255,.72)}@media(max-width:580px){.hero-media:after{right:0}.quiz-redirect-card{padding:30px 20px}.quiz-redirect-card .actions{align-items:stretch}.quiz-redirect-card .button{text-align:center}}