:root {
  color-scheme: light;
  --ink: #172e48;
  --muted: #536780;
  --line: #dce5ed;
  --blue: #225bc6;
  --mint: #187362;
  --bg: #f6f9fc;
  font-family: Arial, "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: var(--bg);
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
::selection {
  background: #dce9ff;
  color: #173963;
}
.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 10;
  background: var(--blue);
  color: white;
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
.nav {
  max-width: 1240px;
  margin: auto;
  min-height: 90px;
  padding: 20px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.logo {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 27px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -1px;
}
.logo span {
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  width: 35px;
  height: 35px;
  font-size: 26px;
}
.nav nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: var(--muted);
}
.nav nav a {
  text-decoration: none;
}
.nav-cta {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 11px 19px;
  font-size: 14px;
  text-decoration: none;
}
.hero {
  max-width: 1240px;
  margin: auto;
  padding: 62px 36px 72px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
  align-items: center;
}
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}
.hero h1 {
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.23;
  letter-spacing: -3px;
  margin: 0 0 24px;
}
.hero h1 span {
  color: var(--blue);
}
.hero-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  max-width: 500px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 30px 0 16px;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 23px;
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  border-radius: 13px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 14px #225bc61b;
}
.primary:hover {
  background: #194ba9;
}
.secondary {
  font-size: 14px;
}
.hero-copy .small {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.hero-board {
  position: relative;
  min-width: 0;
  padding: 20px;
  background: linear-gradient(145deg, #dceafe, #e6f5f0);
  border-radius: 28px;
  box-shadow: 0 25px 60px #225bc612;
}
.board-window {
  background: white;
  border: 1px solid #d7e2ef;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 24px #223a6010;
}
.board-top {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--muted);
}
.board-top i {
  width: 7px;
  height: 7px;
  background: #dce5ed;
  border-radius: 50%;
}
.board-top span {
  margin-left: auto;
}
.board-window h2 {
  font-size: 21px;
  letter-spacing: -0.8px;
  margin: 26px 0 8px;
}
.board-sub {
  color: var(--muted);
  font-size: 12px;
}
.board-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.board-filters span {
  font-size: 11px;
  border-radius: 8px;
  padding: 8px 11px;
  background: #f1f5fb;
  color: #425d80;
}
.board-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 16px 12px;
  margin: 9px 0;
}
.board-row .tick {
  background: #e8f1ff;
  color: var(--blue);
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
}
.board-row b {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
.board-row small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.board-row em {
  font-style: normal;
  font-size: 10px;
  color: var(--mint);
  background: #e4f3ed;
  border-radius: 6px;
  padding: 6px 7px;
  white-space: nowrap;
  margin-left: auto;
}
.board-row em.hold {
  color: #875518;
  background: #fff1d9;
}
.board-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  margin-top: 20px;
  color: var(--muted);
}
.board-bottom strong {
  padding: 11px;
  background: var(--blue);
  color: white;
  border-radius: 8px;
  font-weight: 600;
}
.board-caption {
  font-size: 11px;
  color: #536780;
  text-align: center;
  margin: 16px 5px 0;
  line-height: 1.7;
}
.strip {
  background: white;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 23px;
  display: flex;
  justify-content: center;
  gap: 70px;
  font-size: 14px;
  color: var(--muted);
}
.strip b {
  color: var(--ink);
  margin-right: 10px;
}
.section {
  max-width: 1240px;
  margin: auto;
  padding: 84px 36px;
  scroll-margin-top: 20px;
}
h2 {
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.4;
  letter-spacing: -1.5px;
  margin: 0 0 16px;
}
.intro {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 750px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 35px;
}
.feature {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
  min-width: 0;
}
.feature .number {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 14px;
  background: #e9f0ff;
  color: var(--blue);
  font-size: 17px;
  font-weight: 700;
}
.feature:nth-child(2) .number {
  background: #e4f4ed;
  color: var(--mint);
}
.feature:nth-child(3) .number {
  background: #fff0de;
  color: #9b5f10;
}
.feature h3 {
  font-size: 21px;
  margin: 27px 0 13px;
  letter-spacing: -0.8px;
}
.feature p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 0;
}
.status-note {
  font-size: 13px;
  color: var(--muted);
  border-left: 3px solid #92b1e8;
  line-height: 1.9;
  padding-left: 16px;
  margin-top: 25px;
}
.support-section {
  background: #edf5ff;
  border-block: 1px solid #dce7f7;
}
.support-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.support-points {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  font-size: 14px;
  line-height: 2.6;
  color: var(--muted);
}
.support-points li:before {
  content: "✓";
  color: var(--blue);
  font-weight: bold;
  margin-right: 10px;
}
.support-widget {
  padding: 28px;
  background: white;
  border: 1px solid #d4e2f4;
  box-shadow: 0 18px 45px #2c52880c;
  border-radius: 22px;
  min-width: 0;
}
.support-badge {
  font-size: 12px;
  color: var(--mint);
  font-weight: 700;
  margin-bottom: 14px;
}
.support-widget h3 {
  font-size: 22px;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.support-widget label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
}
.support-search {
  display: flex;
  gap: 8px;
}
.support-search input {
  min-width: 0;
  flex: 1;
  width: 100%;
  padding: 12px;
  border: 1px solid #a4b5ca;
  border-radius: 9px;
  color: var(--ink);
  background: white;
  font-size: 14px;
}
.support-search button {
  padding: 12px 15px;
  background: var(--blue);
  color: white;
  border: 0;
  border-radius: 9px;
  white-space: nowrap;
  font-size: 14px;
}
.help-topics {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 16px 0;
}
.help-topics button {
  font-size: 12px;
  color: #31567e;
  background: #f1f6fc;
  border: 1px solid #d3e0ef;
  border-radius: 30px;
  padding: 9px 12px;
}
.help-answer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 18px;
}
.help-answer h4 {
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 1.7;
}
.help-answer p,
.help-answer li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
.help-answer ol {
  padding-left: 20px;
}
.help-answer a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  margin: 7px 0;
}
.privacy {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 15px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
}
.faq details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  font-size: 17px;
  cursor: pointer;
  line-height: 1.7;
}
.faq details p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
}
.last-cta {
  max-width: 1168px;
  margin: 0 auto 64px;
  background: #e4f2ed;
  border: 1px solid #cfe5db;
  border-radius: 24px;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.last-cta h2 {
  font-size: 30px;
}
.last-cta p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
footer {
  max-width: 1240px;
  margin: auto;
  padding: 30px 36px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  color: var(--muted);
}
footer a {
  margin-left: 20px;
}
.error-page {
  max-width: 800px;
  margin: auto;
  padding: 15vh 30px;
}
.error-page h1 {
  font-size: 38px;
  line-height: 1.4;
}
.error-page p {
  color: var(--muted);
  line-height: 1.9;
}
.error-page .primary {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .nav nav {
    gap: 18px;
  }
  .strip {
    gap: 25px;
  }
  .support-grid,
  .faq-grid {
    gap: 30px;
  }
  .board-window {
    padding: 18px;
  }
  .feature {
    padding: 23px;
  }
}
@media (max-width: 740px) {
  .nav {
    padding: 20px 24px;
    min-height: 80px;
  }
  .nav nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 38px 24px 48px;
    gap: 35px;
  }
  .hero h1 {
    font-size: clamp(36px, 7.8vw, 52px);
    letter-spacing: -2px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .hero-board {
    max-width: 580px;
    width: 100%;
    padding: 17px;
  }
  .strip {
    gap: 15px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .section {
    padding: 58px 24px;
  }
  .feature-grid,
  .support-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    gap: 14px;
  }
  .feature {
    padding: 25px;
  }
  .feature h3 {
    margin-top: 18px;
  }
  .support-widget {
    padding: 23px;
  }
  .last-cta {
    margin: 0 24px 45px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
  .last-cta h2 {
    font-size: 27px;
  }
  footer {
    padding: 25px 24px;
    flex-wrap: wrap;
  }
  .support-search {
    flex-wrap: wrap;
  }
  .support-search input {
    flex-basis: 150px;
  }
  .support-search button {
    flex-grow: 1;
  }
  .board-bottom {
    font-size: 10px;
  }
  .board-row {
    gap: 8px;
  }
  .board-row b {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.match-preview-profile {
  margin-top: 23px;
  background: #edf5ff;
  border: 1px solid #dce8f7;
  border-radius: 11px;
  padding: 14px;
  font-size: 12px;
  color: #305883;
  line-height: 1.9;
}
.hero-board .board-row small {
  font-size: 11px;
  line-height: 1.8;
}
.hero-board .board-row b {
  font-size: 13px;
}
.preview-source {
  display: inline-block;
  margin-top: 16px;
  font-size: 11px;
  color: #225bc6;
  line-height: 1.8;
}
.board-row .tick.pending {
  background: #fff1d9;
  color: #946411;
}
.hero-board .board-window h2 {
  font-size: 23px;
  line-height: 1.5;
  margin-top: 20px;
}

/* A lighter, dimensional visual language, shared with the application. */
:root {
  --ink: #20223b;
  --muted: #676277;
  --line: #e6e1ed;
  --blue: #5845d6;
  --bg: #faf9fc;
}
body {
  background:
    radial-gradient(ellipse at 80% 8%, #efe9fb 0, transparent 35%), var(--bg);
}
.nav {
  max-width: 1240px;
  border-bottom: 1px solid #e9e5f0;
}
.logo {
  letter-spacing: -1px;
}
.logo > span {
  color: #7762bd;
}
.nav-cta {
  background: transparent;
  color: #544273;
  border-color: #d9d0e7;
}
.nav nav {
  font-size: 12px;
}
.benefit-hero,
.benefit-paths,
.editorial-section,
.coverage-note {
  max-width: 1184px;
  margin: auto;
}
.benefit-hero {
  padding: 0 0 25px;
}
.primary {
  background: var(--blue);
  border-radius: 12px;
}
.editorial-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  padding: 90px 0 45px;
  align-items: center;
}
.editorial-section h2 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -2px;
}
.editorial-section h2 span {
  color: var(--blue);
}
.editorial-section .intro {
  font-size: 15px;
  line-height: 1.9;
}
.text-link {
  font-size: 14px;
  color: #5e48a0;
  text-decoration: none;
  border-bottom: 1px solid #aa9aca;
  padding-bottom: 8px;
  display: inline-block;
  margin-top: 15px;
}
.editorial-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.editorial-card {
  text-decoration: none;
  display: block;
  border: 1px solid #e6ddf1;
  border-radius: 24px;
  padding: 28px 23px;
  background: linear-gradient(145deg, #f4effe, #fff);
  box-shadow: 0 15px 35px -25px #73618240;
}
.editorial-card.business {
  background: linear-gradient(145deg, #edf4f0, #fff);
  border-color: #e0e9e2;
  margin-top: 45px;
}
.editorial-card small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #8e80a5;
  margin-top: 25px;
}
.editorial-card h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.editorial-card p {
  font-size: 12px;
  line-height: 1.9;
  color: #797082;
}
.editorial-card .tags {
  display: block;
  font-size: 10px;
  margin: 20px 0 28px;
  color: #8d81a2;
}
.editorial-card b {
  font-size: 12px;
  font-weight: 600;
  color: #5a496f;
}
.coverage-note {
  border-top: 1px solid #e6e0ed;
  padding: 25px 0 55px;
  color: #767080;
  font-size: 12px;
}
.coverage-note strong {
  font-size: 12px;
}
.coverage-note p {
  max-width: 920px;
  line-height: 1.8;
}
.support-section {
  background: #f0ecf6;
  border-top: 1px solid #e9e1f1;
  border-bottom: 1px solid #e9e1f1;
}
.support-widget {
  border-radius: 23px;
  box-shadow: 0 15px 50px -25px #73628f30;
}
.support-badge {
  color: #716081;
}
.support-grid h2 {
  font-size: 33px;
  letter-spacing: -1.5px;
}
.faq h2 {
  font-size: 33px;
  letter-spacing: -1.4px;
}
.last-cta {
  background: #efeafa;
  border-radius: 22px;
  color: #39304d;
  max-width: 1184px;
}
.last-cta h2 {
  font-size: 27px;
}
.last-cta p {
  color: #7b6e8d;
}
footer {
  font-size: 12px;
}
@media (max-width: 1250px) {
  .benefit-hero,
  .benefit-paths,
  .editorial-section,
  .coverage-note {
    margin-left: 28px;
    margin-right: 28px;
  }
  .last-cta {
    margin-left: 28px;
    margin-right: 28px;
  }
}
@media (max-width: 760px) {
  .benefit-hero,
  .benefit-paths,
  .editorial-section,
  .coverage-note {
    margin-left: 20px;
    margin-right: 20px;
  }
  .benefit-hero {
    padding-bottom: 25px;
  }
  .editorial-section {
    grid-template-columns: 1fr;
    padding: 55px 0 30px;
    gap: 20px;
  }
  .editorial-section h2 {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
  .editorial-section h2 br:nth-child(2) {
    display: none;
  }
  .editorial-section .intro {
    font-size: 13px;
  }
  .editorial-cards {
    gap: 12px;
  }
  .editorial-card {
    padding: 21px 17px;
    border-radius: 18px;
  }
  .editorial-card.business {
    margin-top: 25px;
  }
  .editorial-card h3 {
    font-size: 17px;
  }
  .editorial-card p {
    font-size: 11px;
  }
  .editorial-card p br {
    display: none;
  }
  .editorial-card small {
    font-size: 7px;
  }
  .editorial-card .tags {
    font-size: 9px;
    line-height: 1.8;
  }
  .support-grid h2,
  .faq h2 {
    font-size: 27px;
  }
  .last-cta {
    margin: 25px 20px;
    border-radius: 18px;
    padding: 28px;
  }
  .last-cta h2 {
    font-size: 23px;
  }
  .coverage-note {
    font-size: 11px;
    padding-bottom: 35px;
  }
  .nav-cta {
    display: none;
  }
  .nav .logo {
    font-size: 23px;
  }
  .nav nav {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .benefit-hero,
  .benefit-paths,
  .editorial-section,
  .coverage-note {
    margin-left: 14px;
    margin-right: 14px;
  }
  .editorial-cards {
    gap: 8px;
  }
  .editorial-card {
    padding: 18px 13px;
  }
  .editorial-card h3 {
    font-size: 15px;
  }
  .editorial-card b {
    font-size: 11px;
  }
}
.marketing-guides .feature {
  text-decoration: none;
  display: block;
}
.marketing-guides .feature b {
  font-size: 12px;
  color: #68518e;
}
.marketing-guides .feature .number {
  font-size: 12px;
}
.marketing-guides .feature h3 {
  font-size: 21px;
  line-height: 1.6;
}
.marketing-guides .feature:hover {
  border-color: #b9a2d7;
}
.marketing-guides > h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: -1.5px;
}
@media (max-width: 760px) {
  .marketing-guides > h2 {
    font-size: 27px;
  }
  .marketing-guides .feature h3 {
    font-size: 22px;
  }
}
