/* Google & AI edition — editorial blue, warm paper, clear reading rhythm. */
:root {
  --paper: #faf9f5;
  --white: #fff;
  --ink: #17243b;
  --muted: #596477;
  --olive: #2756ce;
  --olive-dark: #1943b0;
  --lime: #dce7ff;
  --line: #dce1e9;
  --wash: #f0f3f9;
}
.header {
  background: #faf9f5f2;
}
.header-inner {
  height: 80px;
}
.nav {
  gap: 24px;
}
.nav a {
  font-size: 12px;
}
.brand-dot {
  color: var(--olive);
}
.btn {
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
}
.btn:hover {
  box-shadow: 0 8px 24px #2756ce18;
}
.btn-outline {
  border-color: #afbbd0;
}
.hero-new {
  background: linear-gradient(115deg, #faf9f5 51%, #edf2ff 100%);
}
.hero-new .hero-inner {
  grid-template-columns: 1.14fr 1fr;
  gap: 65px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 42px;
}
.hero-copy .eyebrow {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  max-width: 470px;
}
.hero-premise {
  font-size: 17px;
  line-height: 1.65;
  max-width: 510px;
  color: var(--muted);
  margin-bottom: 17px;
}
.hero-new h1 {
  font-size: clamp(38px, 3.4vw, 50px);
  line-height: 1.13;
  letter-spacing: -0.045em;
}
.hero-new h1 .serif {
  white-space: normal;
  font-size: 1.13em;
  display: inline;
}
.hero-new h1 .serif::after {
  display: none;
}
.hero-new .hero-lead {
  font-size: 14px;
  max-width: 490px;
  margin-top: 23px;
  color: var(--ink);
}
.cta-group {
  margin-top: 26px;
}
.cta-group .btn {
  max-width: 100%;
  font-size: 12px;
  gap: 10px;
  text-align: left;
}
.cta-group .btn span {
  max-width: 310px;
}
.cta-note {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 12px;
  max-width: 470px;
}
.visual-label {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #627295;
  font-size: 8px;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.hero-search {
  min-width: 0;
}
.hero-search .search-stage {
  padding: 25px;
  background: #e3eafa;
  border: 1px solid #d6dff1;
  border-radius: 9px;
}
.search-window {
  box-shadow: 0 18px 50px #19376112;
  border-color: #dce3ee;
}
.browser-top {
  background: #f7f9fd;
}
.search-wordmark {
  color: var(--ink);
  font-size: 27px;
}
.search-wordmark span {
  color: var(--olive);
}
.search-body {
  padding: 23px;
}
.search-result {
  min-height: 256px;
}
.result-title {
  font-size: 17px;
  color: #2756ce;
}
.result-snippet {
  font-size: 12px;
  line-height: 1.75;
}
.result-address p {
  font-size: 11px;
}
.result-address small,
.simulation-domain {
  font-size: 10px;
  color: var(--muted);
}
.result-empty {
  font-size: 11px;
}
.result-favicon {
  background: #eef3ff;
}
.search-tabs {
  font-size: 11px;
}
.search-input-wrap input {
  font-size: 13px;
}
.mini-chat {
  font-size: 10px;
  background: #edf2ff;
}
.secondary-result {
  font-size: 10px;
  overflow-wrap: anywhere;
}
.comparison-switch {
  background: #cfdaf2;
  max-width: none;
}
.comparison-switch button {
  font-size: 12px;
  color: #566585;
}
.search-caption {
  color: #66758e;
  font-size: 10px;
  line-height: 1.7;
}
.assurances {
  padding-block: 21px;
  gap: 20px;
}
.assurances li {
  font-size: 11px;
  color: #515e72;
}
.assurances .small-icon {
  background: #eaf0fd;
}
.section {
  padding-block: 92px;
}
.section h2 {
  font-size: 38px;
  line-height: 1.18;
}
.section-heading h2 .serif {
  color: var(--olive);
}
.eyebrow {
  font-size: 10px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 105px;
  align-items: start;
}
.reading-copy {
  min-width: 0;
}
.reading-copy p {
  font-size: 15px;
  line-height: 1.95;
}
.reading-copy p + p {
  margin-top: 20px;
}
.opening-story {
  border-bottom: 1px solid var(--line);
}
.opening-story .reading-copy p:last-child {
  color: var(--ink);
  border-left: 2px solid var(--olive);
  padding-left: 20px;
}
.journey-section {
  background: var(--wash);
}
.journey-heading {
  max-width: 740px;
  margin-bottom: 42px;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.journey-step {
  border-top: 1px solid #bcc9e1;
  padding-top: 24px;
}
.step-number {
  display: block;
  font: italic 54px/1 var(--serif);
  color: #819aca;
  margin-bottom: 23px;
}
.journey-step h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
.journey-step p {
  font-size: 13px;
  line-height: 1.95;
}
.journey-conclusion {
  margin-top: 37px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.journey-conclusion p {
  font-size: 14px;
  line-height: 1.9;
  max-width: 900px;
  color: var(--ink);
}
.generation-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.generation-image {
  position: relative;
  min-height: 560px;
  align-self: stretch;
  overflow: hidden;
  background: #263448;
  border-radius: 4px;
}
.generation-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 54%;
  filter: saturate(0.5);
}
.generation-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, #102239e8);
}
.generation-image figcaption {
  position: absolute;
  bottom: 35px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 1;
  font-size: 21px;
  line-height: 1.5;
}
.generation-image figcaption .serif {
  font-size: 32px;
}
.generation-section .reading-copy h2 {
  margin-block: 20px 25px;
  font-size: 33px;
}
.generation-section .reading-copy p {
  font-size: 14px;
}
.new-list {
  display: grid;
  gap: 15px;
  margin-block: 24px;
}
.new-list li {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.new-list svg {
  color: var(--olive);
  margin-top: 5px;
}
.ai-section {
  background: #172b4b;
  color: #fff;
}
.ai-section h2 {
  color: #fff;
}
.ai-section .eyebrow {
  color: #a1bffc;
}
.ai-section .reading-copy p {
  color: #c5d1e6;
}
.ai-information {
  margin-top: 35px;
  border-top: 1px solid #425576;
  padding-top: 26px;
}
.info-center {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.ai-information > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.ai-information > div span {
  padding: 5px 10px;
  border: 1px solid #486083;
  border-radius: 3px;
  color: #c3d3ef;
  font-size: 11px;
}
.ai-information > p {
  font-size: 11px;
  margin-top: 16px;
  color: #9cb3d5;
}
.ai-note {
  border-top: 1px solid #425576;
  padding-top: 24px;
  margin-top: 28px;
}
.ai-note p {
  font-size: 13px !important;
  color: #fff !important;
}
.quiet-loss {
  border-bottom: 1px solid var(--line);
}
.platform-section {
  background: #f0f3f9;
}
.method-section {
  background: #e4edff;
}
.method-heading {
  max-width: 810px;
}
.method-name {
  display: block;
  font-size: 65px;
  line-height: 1.1;
  margin-top: 22px;
}
.method-name .serif {
  color: var(--olive);
}
.method-description {
  display: block;
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  max-width: 670px;
  margin-top: 23px;
}
.method-heading > p:last-child {
  margin-top: 25px;
  font-size: 14px;
  max-width: 650px;
}
.method-steps {
  margin-top: 44px;
  border-top: 1px solid #b2c7ec;
}
.method-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding: 31px 0;
  border-bottom: 1px solid #b2c7ec;
}
.method-number {
  font: italic 44px/1.2 var(--serif);
  color: #6789c4;
}
.method-step > div {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 75px;
}
.method-step h3 {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.method-step p {
  font-size: 14px;
  line-height: 1.9;
}
.method-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}
.method-bottom > p {
  font-size: 13px;
  max-width: 380px;
}
.method-bottom .cta-group {
  margin: 0;
}
.conversation-heading h2 {
  max-width: 950px;
  font-size: 36px;
}
.chat-canvas {
  background: #eceff5;
}
.chat-column.after .chat-canvas {
  background: #e4ecfb;
}
.bubble {
  color: #4f5b70;
}
.chat-column > p {
  font-size: 13px;
}
.chat-closing {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.chat-closing p {
  font-size: 14px;
  color: var(--ink);
  max-width: 790px;
}
.work {
  background: #f0f3f9;
}
.work-heading h2 {
  max-width: 700px;
}
.work-type,
.work-source-note {
  color: #66738a;
}
.work-domain {
  color: var(--olive);
}
.honesty {
  background: #17243b;
}
.honesty .section-heading h2 {
  font-size: 48px;
  color: #fff;
}
.honesty .eyebrow {
  color: #a2bbeb;
}
.honesty .reading-copy p {
  font-size: 14px;
  color: #c0cbdf;
}
.honesty .reading-copy p:nth-child(3) {
  color: #fff;
  font-size: 19px;
  padding-top: 24px;
  border-top: 1px solid #4d5b72;
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.fit-grid > div {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.fit-label {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: var(--olive);
}
.fit-grid h2 {
  font-size: 31px;
  margin-top: 19px;
}
.fit-grid .new-list li {
  font-size: 14px;
}
.fit-grid > div + div .new-list svg {
  color: #8a93a3;
}
.pricing-new {
  padding-top: 20px;
}
.pricing-header {
  max-width: 910px;
}
.pricing-header h2 {
  font-size: 38px;
  line-height: 1.25;
}
.pricing-header > p:last-child {
  max-width: 620px;
  font-size: 14px;
}
.price-card {
  padding: 30px 25px;
}
.price-card.featured {
  background: #eef3ff;
}
.price-card h3 {
  font-size: 22px;
}
.price-card .price {
  font-size: 38px;
  color: var(--ink);
}
.price-description {
  min-height: 145px;
  margin-top: 24px;
}
.price-description p {
  font-size: 13px;
  line-height: 1.8;
}
.price-description p + p {
  margin-top: 12px;
  font-style: italic;
}
.included-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.price-card .new-list {
  gap: 13px;
  margin-top: 16px;
  margin-bottom: 30px;
}
.price-card .new-list li {
  font-size: 12px;
  line-height: 1.8;
  gap: 9px;
}
.price-card .new-list svg {
  width: 13px;
  flex-shrink: 0;
}
.price-card .cta-group {
  margin-top: auto;
}
.price-card .cta-group .btn {
  font-size: 10px;
  padding: 13px 10px;
  line-height: 1.5;
  min-height: 60px;
  gap: 8px;
}
.price-card .cta-group .icon {
  width: 17px;
}
.price-card .cta-group .arrow {
  width: 15px;
}
.price-explanation {
  display: grid;
  grid-template-columns: 0.65fr 1.7fr;
  gap: 70px;
  border-bottom: 1px solid var(--line);
  padding-block: 30px;
}
.price-explanation h3 {
  font-size: 22px;
}
.price-explanation p {
  font-size: 13px;
  line-height: 1.9;
}
.protection {
  display: grid;
  grid-template-columns: 0.65fr 1.7fr;
  gap: 70px;
  padding-block: 35px;
}
.protection h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 18px;
}
.protection .new-list {
  margin: 0;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}
.protection .new-list li {
  font-size: 12px;
}
.pricing-new > .container > .cta-group {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin-top: 0;
  text-align: center;
}
.pricing-new > .container > .cta-group .cta-note {
  margin-inline: auto;
}
.faq-layout {
  grid-template-columns: 0.8fr 1.3fr;
  gap: 80px;
}
.faq-list summary {
  font-size: 14px;
  padding-block: 23px;
}
.faq-list details p {
  font-size: 13px;
}
.faq-inline-cta {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}
.final-cta {
  background: #e6edfc;
}
.final-cta p:not(.eyebrow) {
  max-width: 680px;
  line-height: 1.9;
  font-size: 14px;
}
.final-cta .cta-group .cta-note {
  font-size: 11px;
  margin-top: 14px;
  margin-bottom: 0;
}
.final-cta .postscript {
  border-top: 1px solid #c0cde4;
  padding-top: 25px;
  margin-top: 34px !important;
  font-size: 12px !important;
  max-width: 700px !important;
}
.final-orbit {
  border-color: #8597bf26;
}
.final-orbit::before,
.final-orbit::after {
  border-color: #8597bf18;
}
.footer-links a,
.footer-tagline {
  font-size: 12px;
}
.mobile-cta {
  background: #faf9f5f5;
}
.mobile-cta .btn {
  font-size: 12px;
}
.section-heading {
  min-width: 0;
}
h2 {
  text-wrap: pretty;
}
@media (max-width: 1100px) {
  .hero-new .hero-inner {
    gap: 38px;
  }
  .hero-new h1 {
    font-size: 41px;
  }
  .hero-premise {
    font-size: 15px;
  }
  .editorial-grid {
    gap: 60px;
  }
  .generation-grid {
    gap: 50px;
  }
  .method-step > div {
    gap: 40px;
  }
  .price-card {
    padding: 26px 19px;
  }
  .price-card h3 {
    font-size: 19px;
  }
  .price-card .price {
    font-size: 32px;
  }
  .nav {
    gap: 16px;
  }
  .header-inner {
    gap: 20px;
  }
  .nav a {
    font-size: 11px;
  }
}
@media (max-width: 900px) {
  .hero-new .hero-inner {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-new h1 {
    font-size: 35px;
  }
  .hero-premise {
    font-size: 14px;
  }
  .hero-search .search-stage {
    padding: 16px;
  }
  .search-body {
    padding: 17px;
  }
  .visual-label {
    font-size: 7px;
  }
  .cta-group .btn {
    font-size: 11px;
  }
  .editorial-grid {
    gap: 35px;
    grid-template-columns: 1fr 1.15fr;
  }
  .section h2 {
    font-size: 32px;
  }
  .reading-copy p {
    font-size: 14px;
  }
  .journey-grid {
    gap: 24px;
  }
  .journey-step h3 {
    font-size: 20px;
  }
  .generation-grid {
    gap: 35px;
  }
  .generation-image {
    min-height: 540px;
  }
  .generation-section .reading-copy h2 {
    font-size: 29px;
  }
  .generation-image figcaption {
    left: 23px;
    right: 23px;
  }
  .method-name {
    font-size: 56px;
  }
  .method-step {
    grid-template-columns: 65px 1fr;
    gap: 20px;
  }
  .method-step > div {
    gap: 30px;
  }
  .method-step h3 {
    font-size: 21px;
  }
  .fit-grid {
    gap: 40px;
  }
  .price-card {
    padding: 25px 16px;
  }
  .price-card .price {
    font-size: 29px;
  }
  .price-card h3 {
    font-size: 18px;
  }
  .price-description {
    min-height: 182px;
  }
  .price-card .new-list li {
    font-size: 11px;
  }
  .price-card .btn .icon {
    display: none;
  }
  .faq-layout {
    gap: 40px;
  }
  .nav {
    gap: 13px;
  }
  .nav a {
    font-size: 10px;
  }
  .header-cta {
    font-size: 10px;
    padding-inline: 10px;
  }
}
@media (max-width: 700px) {
  .header-inner {
    height: 68px;
    gap: 12px;
  }
  .nav {
    gap: 5px;
  }
  .nav a {
    font-size: 19px;
  }
  .hero-new .hero-inner {
    display: flex;
    padding-top: 30px;
    padding-bottom: 25px;
    gap: 32px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
  .hero-premise {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .hero-new h1 {
    font-size: 38px;
    line-height: 1.15;
  }
  .hero-new h1 .serif {
    font-size: 1.1em;
  }
  .hero-new .hero-lead {
    font-size: 13px;
    margin-top: 20px;
  }
  .hero-new .cta-group {
    margin-top: 22px;
  }
  .cta-group .btn {
    font-size: 11px;
    line-height: 1.5;
    padding: 14px;
    gap: 9px;
    min-height: 54px;
  }
  .cta-group .icon {
    width: 19px;
  }
  .cta-group .arrow {
    width: 17px;
  }
  .cta-note {
    font-size: 11px;
    margin-top: 12px;
  }
  .hero-search .search-stage {
    padding: 20px 17px;
  }
  .visual-label {
    font-size: 8px;
  }
  .search-body {
    padding: 19px;
  }
  .search-result {
    min-height: 255px;
  }
  .result-title {
    font-size: 16px;
  }
  .result-snippet {
    font-size: 11px;
  }
  .assurances {
    padding-block: 20px;
    gap: 13px;
  }
  .section {
    padding-block: 59px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section h2 {
    font-size: 32px;
  }
  .reading-copy p {
    font-size: 14px;
    line-height: 1.9;
  }
  .reading-copy p + p {
    margin-top: 17px;
  }
  .journey-heading {
    margin-bottom: 28px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .journey-step {
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 0 19px;
    padding-top: 23px;
  }
  .step-number {
    font-size: 40px;
    grid-row: span 2;
  }
  .journey-step h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .journey-step p {
    font-size: 13px;
  }
  .journey-conclusion {
    margin-top: 28px;
    padding-top: 23px;
  }
  .journey-conclusion p {
    font-size: 13px;
  }
  .generation-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .generation-image {
    min-height: 300px;
  }
  .generation-image figcaption {
    bottom: 23px;
    font-size: 18px;
  }
  .generation-image figcaption .serif {
    font-size: 29px;
  }
  .generation-section .reading-copy h2 {
    font-size: 31px;
  }
  .new-list li {
    font-size: 13px;
  }
  .ai-information {
    margin-top: 27px;
  }
  .method-name {
    font-size: 47px;
    line-height: 1.1;
  }
  .method-description {
    font-size: 21px;
    margin-top: 20px;
  }
  .method-heading > p:last-child {
    font-size: 13px;
  }
  .method-steps {
    margin-top: 31px;
  }
  .method-step {
    grid-template-columns: 40px 1fr;
    gap: 19px;
    padding-block: 25px;
  }
  .method-number {
    font-size: 34px;
  }
  .method-step > div {
    display: block;
  }
  .method-step h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .method-step p {
    font-size: 13px;
  }
  .method-bottom {
    display: block;
    margin-top: 26px;
  }
  .method-bottom > p {
    font-size: 13px;
  }
  .method-bottom .cta-group {
    margin-top: 24px;
  }
  .conversation-heading h2 {
    font-size: 30px;
  }
  .chat-column > p {
    font-size: 13px;
  }
  .chat-closing p {
    font-size: 13px;
  }
  .honesty .section-heading h2 {
    font-size: 38px;
  }
  .fit-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .fit-grid h2 {
    font-size: 29px;
  }
  .fit-grid .new-list li {
    font-size: 13px;
  }
  .pricing-new {
    padding-top: 0;
  }
  .pricing-header h2 {
    font-size: 31px;
  }
  .pricing-header > p:last-child {
    font-size: 13px;
  }
  .price-card {
    padding: 29px 25px;
  }
  .price-card h3 {
    font-size: 24px;
  }
  .price-card .price {
    font-size: 40px;
  }
  .price-description {
    min-height: 0;
    margin-top: 20px;
    margin-bottom: 22px;
  }
  .price-description p {
    font-size: 13px;
  }
  .price-card .new-list {
    gap: 14px;
  }
  .price-card .new-list li {
    font-size: 13px;
  }
  .price-card .cta-group .btn {
    font-size: 11px;
    min-height: 56px;
  }
  .price-card .btn .icon {
    display: block;
  }
  .price-explanation,
  .protection {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-block: 27px;
  }
  .price-explanation h3 {
    font-size: 23px;
  }
  .protection h3 {
    font-size: 28px;
  }
  .protection .new-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .protection .new-list li {
    font-size: 13px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details p {
    font-size: 13px;
  }
  .faq-inline-cta .cta-group .btn {
    font-size: 10px;
  }
  .final-cta {
    padding-block: 59px;
  }
  .final-cta h2 {
    font-size: 42px;
  }
  .final-cta p:not(.eyebrow) {
    font-size: 13px;
  }
  .final-cta .postscript {
    font-size: 11px !important;
    text-align: left;
  }
  .header-cta {
    font-size: 9px;
    white-space: nowrap;
  }
  .footer-main {
    gap: 27px;
  }
  .footer-links a {
    font-size: 11px;
  }
  .mobile-cta .btn {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .header-inner {
    gap: 5px;
  }
  .hero-new h1 {
    font-size: 34px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-premise {
    font-size: 14px;
  }
  .cta-group .btn {
    font-size: 10px;
    gap: 7px;
    padding: 13px 11px;
  }
  .cta-group .icon {
    width: 17px;
  }
  .cta-group .arrow {
    width: 14px;
  }
  .visual-label {
    font-size: 7px;
  }
  .hero-search .search-stage {
    padding: 15px 12px;
  }
  .search-body {
    padding: 15px;
  }
  .method-name {
    font-size: 41px;
  }
  .price-card {
    padding: 25px 20px;
  }
}
