/* V297 — final editorial centring / card typography / process alignment pass
   Review goals:
   1) centre standalone explanatory text blocks more decisively on desktop;
   2) reduce oversized card headings;
   3) make the GSC vs Bing hero question a subordinate second line;
   4) fix the Complex Builds process-intro alignment.
   Footer, sticky header, forms, payments and package mechanics are untouched. */

@media (min-width: 761px) {
  /* Stronger selectors intentionally override V295's old left-reading rule.
     These are the standalone editorial blocks Anthony flagged in Resources and
     Web Design pages. */
  body.seo250-page .v295-centred-reading > .seo250-section__intro,
  body.seo250-page .seo250-section__intro.v293-balanced-intro,
  body.seo250-page .seo250-section__intro.seo291-centred-intro {
    width: min(100%, 980px) !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.seo250-page .v295-centred-reading > .seo250-section__intro > .seo250-kicker,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > h2,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > h3,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > p,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > .seo250-kicker,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > h2,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > h3,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > p,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > .seo250-kicker,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > h2,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > h3,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.seo250-page .v295-centred-reading > .seo250-section__intro > p,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > p,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > p {
    max-width: 900px !important;
  }

  /* Lists stay readable but are centred as objects under their centred heading. */
  body.seo250-page .v295-centred-reading .seo250-checklist,
  body.seo250-page .v295-centred-reading > ul,
  body.seo250-page .v295-centred-reading > ol {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  /* Standalone definition/callout panels: centre the message inside the panel. */
  body.seo250-page .seo257-definition,
  body.seo250-page .seo250-callout {
    text-align: center !important;
  }
  body.seo250-page .seo257-definition > h2,
  body.seo250-page .seo257-definition > h3,
  body.seo250-page .seo257-definition > p,
  body.seo250-page .seo250-callout > h2,
  body.seo250-page .seo250-callout > h3,
  body.seo250-page .seo250-callout > p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Card headings should not compete with section headings. */
  body.seo250-page .seo250-card > h2 {
    font-size: clamp(26px, 2.15vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
  }
  body.seo250-page .seo250-card > h3 {
    font-size: clamp(22px, 1.75vw, 28px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
  }

  /* Complex Builds process heading: one deliberate centred intro instead of
     three pieces sitting on separate baselines. */
  body.v100-complex-page .v116-product-stage__head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    max-width: 900px !important;
    margin: 0 auto 26px !important;
    text-align: center !important;
  }
  body.v100-complex-page .v116-product-stage__head .v100-kicker,
  body.v100-complex-page .v116-product-stage__head h3,
  body.v100-complex-page .v116-product-stage__head > p:last-child {
    width: 100% !important;
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* Smaller internal editorial heroes. */
@media (min-width: 901px) {
  body.seo250-page .seo250-hero h1 {
    font-size: clamp(34px, 2.85vw, 44px) !important;
    line-height: 1.07 !important;
    letter-spacing: -.03em !important;
  }
  body.seo250-page .seo250-hero h1.seo275-long-title {
    font-size: clamp(32px, 2.65vw, 41px) !important;
    line-height: 1.08 !important;
  }

  body.seo250-page .seo250-hero h1 .v297-hero-question {
    display: block;
    margin-top: 7px;
    font-size: .72em;
    line-height: 1.12;
    letter-spacing: -.02em;
  }

  body.v269-sitewide-preview main > .page-hero:not(.v96-split-hero) h1,
  body.v276-legal-page main > .page-hero h1 {
    font-size: clamp(36px, 3.15vw, 50px) !important;
  }
}

@media (max-width: 760px) {
  body.seo250-page .v295-centred-reading > .seo250-section__intro,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > .seo250-kicker,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > h2,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > h3,
  body.seo250-page .v295-centred-reading > .seo250-section__intro > p,
  body.seo250-page .seo250-section__intro.v293-balanced-intro,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > .seo250-kicker,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > h2,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > h3,
  body.seo250-page .seo250-section__intro.v293-balanced-intro > p,
  body.seo250-page .seo250-section__intro.seo291-centred-intro,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > .seo250-kicker,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > h2,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > h3,
  body.seo250-page .seo250-section__intro.seo291-centred-intro > p,
  body.seo250-page .seo257-definition,
  body.seo250-page .seo257-definition > h2,
  body.seo250-page .seo257-definition > h3,
  body.seo250-page .seo257-definition > p,
  body.seo250-page .seo250-callout,
  body.seo250-page .seo250-callout > h2,
  body.seo250-page .seo250-callout > h3,
  body.seo250-page .seo250-callout > p,
  body.v100-complex-page .v116-product-stage__head,
  body.v100-complex-page .v116-product-stage__head .v100-kicker,
  body.v100-complex-page .v116-product-stage__head h3,
  body.v100-complex-page .v116-product-stage__head > p:last-child {
    text-align: left !important;
  }

  body.seo250-page .seo250-hero h1 .v297-hero-question {
    display: block;
    margin-top: 5px;
    font-size: .78em;
    line-height: 1.14;
  }
}
