@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #202328;
  --muted: #667085;
  --line: #e7e9ed;
  --soft: #f7f7f8;
  --focus: #6f2cff;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img {
  height: auto;
}

a, button {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--focus) 65%, white);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1100;
  transform: translateY(-150%);
  padding: 0.65rem 0.9rem;
  border-radius: 0.4rem;
  background: #fff;
  color: #111;
  box-shadow: 0 4px 18px rgb(0 0 0 / 18%);
}

.skip-link:focus {
  transform: translateY(0);
}

.navbar {
  backdrop-filter: blur(14px);
  background-color: rgb(255 255 255 / 92%) !important;
}

.navbar-brand {
  letter-spacing: -0.02em;
}

.content-note {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid #8b5cf6;
  border-radius: 0 0.45rem 0.45rem 0;
  background: #f7f3ff;
  color: #514760;
  font-size: 0.875rem;
  line-height: 1.5;
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.seo-copy-grid > div {
  width: auto !important;
}

.service-table td,
#reviewsSection table td {
  vertical-align: middle;
}

.service-table tbody tr,
#reviewsSection tbody tr {
  transition: background-color 150ms ease;
}

.service-table img,
#reviewsSection table img {
  object-fit: contain;
}

article p,
article li,
.review-copy p,
.review-copy li {
  line-height: 1.68;
}

.article-shell img,
.review-copy img {
  max-width: 100%;
}

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

@media (max-width: 767.98px) {
  body {
    padding-top: 76px !important;
  }

  .navbar {
    padding-block: 0.85rem !important;
  }

  .navbar-collapse {
    padding-top: 0.5rem;
  }

  .display-4 {
    font-size: clamp(2.2rem, 11vw, 3rem);
    line-height: 1.08;
  }

  h1 {
    overflow-wrap: anywhere;
  }

  .seo-copy-grid {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .table-responsive:has(.service-table),
  #reviewsSection .table-responsive {
    overflow: visible;
  }

  .service-table,
  .service-table tbody,
  .service-table tr,
  .service-table td,
  #reviewsSection table,
  #reviewsSection tbody,
  #reviewsSection tr,
  #reviewsSection td {
    display: block;
    width: 100%;
  }

  .service-table thead,
  #reviewsSection thead {
    display: none;
  }

  .service-table tr,
  #reviewsSection tbody tr {
    margin-bottom: 0.9rem;
    padding: 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: #fff;
  }

  .service-table td,
  #reviewsSection td {
    padding: 0.35rem 0;
    border: 0;
  }

  .service-table td:nth-child(2)::before,
  #reviewsSection td:nth-child(2)::before {
    content: "AI-Essay Score: ";
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 600;
  }

  .service-table td:nth-child(3)::before,
  #reviewsSection td:nth-child(3)::before {
    content: "Verdict: ";
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 600;
  }

  .service-table td:last-child,
  #reviewsSection td:last-child {
    padding-top: 0.65rem;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    white-space: nowrap;
  }

  footer .row > div {
    margin-bottom: 1rem;
  }
}

/* 2026 editorial directory */
.editorial-site {
  --paper: #f8f7f3;
  --cream: #eeece4;
  --acid: #d8ff65;
  --purple: #7157ff;
  --deep: #171721;
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--deep);
}

.editorial-site *, .editorial-site *::before, .editorial-site *::after { box-sizing: border-box; }
.editorial-site a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.article-narrow { width: min(820px, 100%); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgb(23 23 33 / 10%);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 7px; font-size: 1.18rem; font-weight: 700; text-decoration: none; letter-spacing: -.04em; }
.wordmark span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--deep); color: var(--acid); font-size: .8rem; letter-spacing: -.02em; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--purple); }

.hero { padding: clamp(64px, 9vw, 118px) 0 80px; background: radial-gradient(circle at 85% 10%, rgb(113 87 255 / 16%), transparent 28%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(44px, 7vw, 100px); align-items: center; }
.kicker, .eyebrow { margin: 0 0 14px; color: #665f75; font-size: .72rem; font-weight: 750; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.hero h1, .page-hero h1, .article-hero h1, .tool-hero h1 { margin: 0; max-width: 920px; font-size: clamp(3.25rem, 7vw, 6.6rem); font-weight: 590; line-height: .94; letter-spacing: -.075em; }
.hero h1 em, .page-hero h1 em { color: var(--purple); font-family: Georgia, serif; font-weight: 400; }
.hero-copy, .lede { max-width: 730px; margin: 28px 0 0; color: #514e5d; font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border: 1px solid var(--purple); border-radius: 999px; background: var(--purple); color: #fff !important; font-size: .9rem; font-weight: 700; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgb(113 87 255 / 24%); }
.button--ghost { border-color: #bbb6c6; background: transparent; color: var(--deep) !important; }
.button--dark { border-color: var(--deep); background: var(--deep); }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; color: #676270; font-size: .8rem; }

.decision-card { overflow: hidden; border: 1px solid #dcd8e2; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgb(31 22 61 / 10%); }
.decision-card > p, .decision-card > h2 { margin-inline: 26px; }
.decision-card > p { margin-top: 28px; }
.decision-card h2 { margin-top: 0; margin-bottom: 18px; font-size: 1.55rem; letter-spacing: -.04em; }
.decision-card a { display: grid; grid-template-columns: 32px 1fr; gap: 2px 10px; padding: 17px 26px; border-top: 1px solid #ece9f0; text-decoration: none; transition: background 140ms ease; }
.decision-card a:hover { background: #f6f3ff; }
.decision-card a > span { grid-row: span 2; color: var(--purple); font-family: Georgia, serif; font-style: italic; }
.decision-card b { font-size: .95rem; }
.decision-card small { color: #777280; }

.section { padding: 88px 0; }
.section--tight { padding: 54px 0; }
.section--soft { background: var(--paper); }
.section--ink { background: var(--deep); color: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2, .split h2, .statement h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { max-width: 490px; margin: 0; color: #666170; line-height: 1.6; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tool-card { display: flex; flex-direction: column; min-height: 310px; padding: 26px; border: 1px solid #e2dfe6; border-radius: 20px; background: #fff; }
.tool-card__top { display: flex; align-items: center; gap: 14px; }
.tool-mark { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: color-mix(in srgb, var(--tool) 12%, white); color: var(--tool); font-weight: 800; letter-spacing: -.04em; }
.tool-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.035em; }
.tool-card h3 a { text-decoration: none; }
.tool-card > p { margin: 25px 0; color: #5e5967; line-height: 1.6; }
.tool-card dl { margin: auto 0 22px; }
.tool-card dl div { padding-top: 16px; border-top: 1px solid #ece9ef; }
.tool-card dt { margin-bottom: 5px; color: #827c89; font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.tool-card dd { margin: 0; font-size: .9rem; line-height: 1.5; }
.text-link { font-weight: 700; text-decoration-thickness: 1px; }
.center-action { margin: 36px 0 0; text-align: center; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.eyebrow--light { color: var(--acid); }
.split > div > p:last-child { max-width: 500px; color: #b7b3bf; line-height: 1.7; }
.workflow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.workflow li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid #393842; }
.workflow li:last-child { border-bottom: 1px solid #393842; }
.workflow li > span { color: var(--acid); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.workflow b { font-size: 1.12rem; }
.workflow p { margin: 5px 0 0; color: #aaa6b2; line-height: 1.55; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-grid article { position: relative; min-height: 315px; padding: 24px; border-radius: 20px; background: var(--paper); }
.guide-grid article > span { position: absolute; top: 18px; right: 20px; color: #c8c3ce; font: italic 1.1rem Georgia, serif; }
.guide-grid h3 { margin: 42px 0 15px; font-size: 1.3rem; line-height: 1.18; letter-spacing: -.035em; }
.guide-grid h3 a { text-decoration: none; }
.guide-grid article > p:last-child { color: #65606b; font-size: .9rem; line-height: 1.55; }
.statement { max-width: 880px; margin-inline: auto; text-align: center; }
.statement > p:last-child { max-width: 720px; margin: 24px auto 0; color: #5e5965; font-size: 1.05rem; line-height: 1.7; }

.page-hero, .article-hero, .tool-hero { padding: 50px 0 78px; background: var(--paper); }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 52px; color: #77717e; font-size: .76rem; }
.crumbs a { color: #5f5869; }
.page-hero .lede { max-width: 790px; }
.compare-table, .prose-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.compare-table th, .compare-table td, .prose-table th, .prose-table td { padding: 17px 16px; border-bottom: 1px solid #e3e0e6; text-align: left; vertical-align: top; line-height: 1.5; }
.compare-table thead th, .prose-table thead th { color: #6f6877; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.compare-table tbody th { min-width: 120px; }
.compare-table td:nth-child(2) { min-width: 160px; }
.tool-group { scroll-margin-top: 80px; }
.tool-group:nth-of-type(even) { background: var(--paper); }
.tool-group .shell { display: grid; grid-template-columns: 90px 1fr; gap: 30px; }
.group-index { color: var(--purple); font: italic 2rem Georgia, serif; }
.tool-group h2 { margin: 0 0 30px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }

.tool-hero { border-top: 6px solid var(--tool); }
.tool-title { display: flex; gap: 28px; align-items: center; }
.tool-mark--large { width: 82px; height: 82px; border-radius: 24px; font-size: 1.25rem; }
.tool-title h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.tool-title .lede { margin-top: 16px; max-width: 780px; }
.verdict-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
.verdict-grid > div { padding: 20px; border: 1px solid #ddd9e2; border-radius: 16px; background: #fff; }
.verdict-grid span { display: block; margin-bottom: 8px; color: #79737f; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.verdict-grid strong { font-size: .92rem; line-height: 1.5; }
.article-section { padding: 72px 0 96px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: 80px; align-items: start; }
.article-layout--guide { grid-template-columns: minmax(0, 740px) 260px; }
.article-body { min-width: 0; }
.article-body > h2, .article-body > section > h2, .policy-copy h2 { margin: 58px 0 18px; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.045em; }
.article-body > h2:first-child, .article-body > section:first-child > h2, .policy-copy h2:first-child { margin-top: 0; }
.article-body p, .article-body li { color: #4e4956; font-size: 1rem; line-height: 1.78; }
.callout, .final-check { margin: 34px 0; padding: 24px 26px; border-radius: 18px; background: #f2efff; }
.callout strong { color: var(--purple); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.callout p, .final-check p { margin: 8px 0 0; color: #393342; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pros-cons section { padding: 22px; border: 1px solid #e2dfe6; border-radius: 16px; }
.pros-cons h3 { margin: 0 0 12px; font-size: 1rem; }
.pros-cons ul { margin: 0; padding-left: 20px; }
.steps { margin: 25px 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid #e6e2e8; }
.steps li > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--deep); color: var(--acid); font-size: .78rem; font-weight: 700; }
.steps li p { margin: 2px 0 0; }
.source-list { padding-left: 20px; }
.article-aside { position: sticky; top: 96px; display: grid; gap: 14px; }
.article-aside > div { padding: 20px; border: 1px solid #e2dfe6; border-radius: 16px; }
.article-aside ol { margin: 0; padding-left: 20px; }
.article-aside li { margin: 9px 0; color: #625d68; font-size: .83rem; line-height: 1.45; }
.article-aside a { display: block; margin-top: 10px; font-size: .86rem; font-weight: 650; }
.article-hero h1 { font-size: clamp(2.75rem, 5.7vw, 5.2rem); line-height: 1; }
.byline { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 28px; color: #766f7c; font-size: .78rem; }
.guide-list { display: grid; }
.guide-list article { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 42px 0; border-top: 1px solid #dedbe2; }
.guide-list article:last-child { border-bottom: 1px solid #dedbe2; }
.guide-number { color: var(--purple); font: italic 1.7rem Georgia, serif; }
.guide-list h2 { margin: 0 0 12px; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.045em; }
.guide-list h2 a { text-decoration: none; }
.guide-list article p:not(.eyebrow) { max-width: 760px; color: #5f5966; line-height: 1.6; }
.checklist { padding: 0 !important; list-style: none; }
.checklist li { position: relative; padding-left: 34px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .42em; width: 18px; height: 18px; border: 2px solid var(--purple); border-radius: 5px; }
.archive-note { margin-top: 58px; padding: 28px; border-left: 4px solid var(--purple); background: var(--paper); }
.meta-note { padding-top: 30px; border-top: 1px solid #e2dfe6; font-size: .86rem !important; }

.site-footer { padding: 64px 0 22px; background: var(--deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.wordmark--footer span { background: var(--acid); color: var(--deep); }
.footer-grid p { max-width: 430px; color: #aaa6b2; line-height: 1.6; }
.footer-grid h2 { margin: 0 0 16px; color: #908a99; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a:not(.wordmark) { display: block; margin: 10px 0; color: #d7d3dc; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid #373640; color: #8e8995; font-size: .73rem; }
.legacy-banner { position: relative; z-index: 1000; padding: 10px 20px; background: #241f2f; color: #fff; font: 600 .78rem/1.4 Inter, sans-serif; text-align: center; }
.legacy-banner a { color: #d8ff65; }

@media (max-width: 900px) {
  .hero-grid, .split, .article-layout, .article-layout--guide { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .verdict-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .editorial-site { padding-top: 0 !important; }
  .shell { width: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 64px; }
  .site-header nav { gap: 14px; }
  .site-header nav a:nth-child(3), .site-header nav a:nth-child(4) { display: none; }
  .hero { padding-top: 58px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .card-grid, .guide-grid, .pros-cons, .article-aside, .footer-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 0; }
  .section { padding: 64px 0; }
  .section-heading { display: block; }
  .section-heading > p, .section-heading > a { display: inline-block; margin-top: 18px; }
  .tool-group .shell { grid-template-columns: 1fr; gap: 10px; }
  .tool-title { align-items: flex-start; gap: 16px; }
  .tool-mark--large { width: 58px; height: 58px; border-radius: 17px; }
  .tool-title h1 { font-size: 2.65rem; }
  .crumbs { margin-bottom: 38px; }
  .prose-table-wrap { overflow-x: auto; margin-right: -14px; padding-right: 14px; }
  .compare-table { min-width: 760px; }
  .guide-list article { grid-template-columns: 48px 1fr; gap: 12px; }
  .article-section { padding-top: 54px; }
  .footer-bottom { flex-direction: column; }
}
