.seogpt-page,
  .seogpt-page * {
    box-sizing: border-box;
  }

  .seogpt-hero .seogpt-eyebrow {
    color: #e9fbf7;
    font-size: 0.92rem;
    line-height: 1.2;
  }

  @media (max-width: 560px) {
    .seogpt-trust p {
      display: block;
      max-width: 100%;
      overflow-wrap: break-word;
    }

    .seogpt-actions .wp-block-button,
    .seogpt-actions .wp-block-button__link,
    .seogpt-card-action .wp-block-button,
    .seogpt-card-action .wp-block-button__link {
      width: 100%;
    }
  }

  .seogpt-page .wp-block-group,
  .seogpt-page .wp-block-buttons,
  .seogpt-page .wp-block-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .seogpt-actions .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border: 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }

  .seogpt-actions .wp-block-button__link:hover {
    transform: translateY(-2px);
  }

  .seogpt-actions .seogpt-btn-primary .wp-block-button__link {
    background: var(--lime);
    color: #101521;
  }

  .seogpt-actions .seogpt-btn-secondary .wp-block-button__link {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

  .seogpt-trust p {
    margin: 0;
  }

  .seogpt-price .seogpt-card-action .wp-block-button,
  .seogpt-price .seogpt-card-action .wp-block-button__link {
    width: 100%;
  }

  .seogpt-price .seogpt-card-action .wp-block-button__link {
    color: #ffffff;
    background: var(--ink);
  }

  .seogpt-price-highlight .seogpt-card-action .wp-block-button__link {
    background: var(--blue);
  }

  .seogpt-step .seogpt-step-number {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 8px;
    color: #101521;
    background: var(--lime);
    font-weight: 900;
  }

  .entry-title,
  .nv-page-title,
  .page .entry-header {
    display: none !important;
  }

  .seogpt-page {
    --ink: #101521;
    --muted: #566071;
    --line: rgba(16, 21, 33, 0.12);
    --panel: #ffffff;
    --soft: #f4f7f8;
    --teal: #12b8a6;
    --blue: #2477f2;
    --lime: #b8e64e;
    --amber: #f5b942;
    --dark: #0a101a;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
  }

  .seogpt-hero {
    min-height: 82vh;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(5, 9, 15, 0.94) 0%, rgba(5, 9, 15, 0.82) 40%, rgba(5, 9, 15, 0.18) 78%),
      url("https://seo-gpt.net/wp-content/uploads/2026/06/seo-gpt-hero.png") center right / cover no-repeat;
    color: #ffffff;
  }

  .seogpt-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: linear-gradient(0deg, rgba(10, 16, 26, 0.58), transparent);
    pointer-events: none;
  }

  .seogpt-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .seogpt-hero-copy {
    max-width: 690px;
    padding: 96px 0 82px;
  }

  .seogpt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #e9fbf7;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 8px;
  }

  .seogpt-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--lime);
    box-shadow: 0 0 22px rgba(184, 230, 78, 0.8);
  }

  .seogpt-hero h1 {
    margin: 26px 0 18px;
    color: #ffffff;
    font-size: 4.1rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 860;
  }

  .seogpt-hero p {
    margin: 0;
    color: #d7e3ec;
    font-size: 1.22rem;
    line-height: 1.72;
    max-width: 650px;
    overflow-wrap: break-word;
  }

  .seogpt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .seogpt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }

  .seogpt-btn:hover {
    transform: translateY(-2px);
  }

  .seogpt-btn-primary {
    background: var(--lime);
    color: #101521;
  }

  .seogpt-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

  .seogpt-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
    color: #cbd7df;
    font-size: 0.95rem;
    max-width: 100%;
  }

  .seogpt-trust strong {
    color: #ffffff;
  }

  .seogpt-band {
    padding: 86px 0;
  }

  .seogpt-band-soft {
    background: var(--soft);
  }

  .seogpt-section-head {
    max-width: 760px;
    margin-bottom: 34px;
  }

  .seogpt-section-head h2 {
    margin: 0 0 12px;
    font-size: 2.35rem;
    line-height: 1.12;
    letter-spacing: 0;
    color: var(--ink);
    overflow-wrap: break-word;
  }

  .seogpt-section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.7;
  }

  .seogpt-grid {
    display: block;
  }

  .seogpt-grid > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .seogpt-feature,
  .seogpt-price,
  .seogpt-usecase {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(16, 21, 33, 0.07);
  }

  .seogpt-feature h3,
  .seogpt-usecase h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .seogpt-feature p,
  .seogpt-usecase p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
  }

  .seogpt-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 5px 9px;
    border-radius: 8px;
    color: #0f4f49;
    background: rgba(18, 184, 166, 0.13);
    font-weight: 800;
    font-size: 0.82rem;
  }

  .seogpt-pricing {
    align-items: stretch;
  }

  .seogpt-pricing > .wp-block-group__inner-container {
    align-items: stretch;
  }

  .seogpt-price {
    display: block;
    min-height: 0;
  }

  .seogpt-price > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .seogpt-price-highlight {
    border-color: rgba(36, 119, 242, 0.34);
    box-shadow: 0 22px 55px rgba(36, 119, 242, 0.15);
  }

  .seogpt-price h3 {
    margin: 0;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .seogpt-price .seogpt-price-line {
    margin: 16px 0 8px;
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .seogpt-price strong {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: var(--ink);
  }

  .seogpt-price small {
    color: var(--muted);
    font-weight: 700;
  }

  .seogpt-price p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.65;
  }

  .seogpt-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
  }

  .seogpt-list li {
    position: relative;
    padding-left: 26px;
    color: #283141;
    line-height: 1.5;
  }

  .seogpt-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--teal);
    box-shadow: 0 0 0 4px rgba(18, 184, 166, 0.12);
  }

  .seogpt-price .seogpt-card-action {
    margin-top: auto;
    padding-top: 22px;
  }

  .seogpt-price .seogpt-card-action a {
    width: 100%;
    color: #ffffff;
    background: var(--ink);
  }

  .seogpt-price-highlight .seogpt-card-action a {
    background: var(--blue);
  }

  .seogpt-flow {
    display: block;
  }

  .seogpt-flow > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
  }

  .seogpt-flow-panel {
    border-radius: 8px;
    padding: 30px;
    color: #ffffff;
    background:
      radial-gradient(circle at 15% 20%, rgba(184, 230, 78, 0.22), transparent 32%),
      linear-gradient(135deg, #101521, #152235 58%, #0f4f49);
  }

  .seogpt-flow-panel h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 2.15rem;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .seogpt-flow-panel p {
    margin: 0;
    color: #dce8ef;
    line-height: 1.7;
  }

  .seogpt-steps {
    display: grid;
    gap: 14px;
  }

  .seogpt-steps > .wp-block-group__inner-container {
    display: grid;
    gap: 14px;
  }

  .seogpt-step {
    display: block;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .seogpt-step > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .seogpt-step .seogpt-step-number {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #101521;
    background: var(--amber);
    font-weight: 900;
  }

  .seogpt-step h3 {
    margin: 0 0 6px;
    font-size: 1.08rem;
    letter-spacing: 0;
  }

  .seogpt-step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
  }

  .seogpt-final {
    padding: 74px 0;
    color: #ffffff;
    background: var(--dark);
  }

  .seogpt-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
  }

  .seogpt-final h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .seogpt-final p {
    margin: 0;
    color: #cdd8e0;
    line-height: 1.7;
    max-width: 760px;
  }

  @media (max-width: 900px) {
    .seogpt-hero {
      min-height: 78vh;
      background:
        linear-gradient(180deg, rgba(5, 9, 15, 0.93) 0%, rgba(5, 9, 15, 0.84) 54%, rgba(5, 9, 15, 0.44) 100%),
        url("https://seo-gpt.net/wp-content/uploads/2026/06/seo-gpt-hero.png") center / cover no-repeat;
    }

    .seogpt-hero-copy {
      padding: 74px 0 68px;
      max-width: 100%;
    }

    .seogpt-hero h1 {
      font-size: 2.85rem;
      line-height: 1.05;
    }

    .seogpt-grid,
    .seogpt-grid > .wp-block-group__inner-container,
    .seogpt-flow,
    .seogpt-flow > .wp-block-group__inner-container,
    .seogpt-final-inner {
      grid-template-columns: 1fr;
    }

    .seogpt-final-inner {
      align-items: start;
    }
  }

  @media (max-width: 560px) {
    .seogpt-wrap {
      width: min(100% - 28px, 1180px);
    }

    .seogpt-hero h1 {
      font-size: 2.35rem;
    }

    .seogpt-hero p,
    .seogpt-section-head p {
      font-size: 1rem;
      line-height: 1.58;
      max-width: 32ch;
    }

    .seogpt-section-head h2,
    .seogpt-flow-panel h2,
    .seogpt-final h2 {
      font-size: 1.66rem;
      line-height: 1.16;
      max-width: 100%;
    }

    .seogpt-trust {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
      font-size: 0.92rem;
    }

    .seogpt-trust span {
      display: block;
      max-width: 100%;
      overflow-wrap: break-word;
    }

    .seogpt-band {
      padding: 62px 0;
    }

    .seogpt-feature,
    .seogpt-price,
    .seogpt-usecase,
    .seogpt-flow-panel {
      padding: 20px;
    }

    .seogpt-actions,
    .seogpt-final .seogpt-actions {
      flex-direction: column;
      align-items: stretch;
      width: min(100%, 340px);
    }

    .seogpt-btn {
      width: 100%;
    }
  }
