/* aitrained.ai homepage styles - extracted from v6.3 mockup */

@font-face {
  font-family: 'Ivy Presto Display';
  src: url('../fonts/IvyPrestoDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
  @font-face {
  font-family: 'Ivy Presto Display';
  src: url('../fonts/IvyPrestoDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

  :root {
    --black: #0D0D0D;
    --white: #FFFFFF;
    --steel: #A6B4C1;
    --steel-soft: #E8ECEF;
    --steel-tint: #F4F6F8;
    --line: rgba(13, 13, 13, 0.12);
    --muted: rgba(13, 13, 13, 0.55);
    --serif: 'Ivy Presto Display', 'Cormorant Garamond', 'Times New Roman', serif;
    --sans: 'Inter', -apple-system, system-ui, sans-serif;
    --mono: 'JetBrains Mono', 'Courier New', monospace;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--sans);
    color: var(--black);
    background: var(--white);
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  .display { font-family: var(--serif); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; }
  .display em { font-style: italic; font-weight: 300; }
  .eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--black); }

  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 24px 60px; display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 0.5px solid var(--line); transition: padding 0.3s ease; }
  .nav.scrolled { padding: 16px 60px; }
  .nav-logo { display: inline-flex; align-items: center; text-decoration: none; transition: opacity 0.2s ease; }
  .nav-logo:hover { opacity: 0.75; }
  .nav-logo-mark { height: 44px; width: auto; display: block; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .nav-logo:hover .nav-logo-mark { transform: scale(1.04); }
  .nav-links { display: flex; gap: 36px; align-items: center; }
  .nav-link { font-family: var(--sans); font-size: 13px; font-weight: 400; letter-spacing: 0.04em; color: var(--black); text-decoration: none; transition: opacity 0.2s ease; }
  .nav-link:hover { opacity: 0.55; }
  .nav-link.cta { border-bottom: 0.5px solid var(--black); padding-bottom: 2px; }

  .hero { min-height: 100vh; padding: 140px 60px 80px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; max-width: 1440px; margin: 0 auto; }
  .hero-headline { font-size: clamp(64px, 8vw, 132px); margin-bottom: 48px; opacity: 0; animation: fadeUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards; }
  .hero-subhead { font-size: 21px; line-height: 1.55; max-width: 560px; margin-bottom: 48px; color: var(--black); font-weight: 400; opacity: 0; animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards; }
  .hero-cta-group { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; opacity: 0; animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards; }
  .hero-photo { position: relative; aspect-ratio: 5/4; overflow: hidden; opacity: 0; animation: fadeUp 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards; }
  .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .hero-photo-tag { position: absolute; bottom: 24px; left: 24px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--white); background: rgba(13, 13, 13, 0.75); padding: 8px 14px; backdrop-filter: blur(6px); }

  .btn-primary { display: inline-flex; align-items: center; gap: 12px; padding: 20px 36px; background: var(--black); color: var(--white); font-family: var(--sans); font-size: 14px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden; }
  .btn-primary::before { content: ''; position: absolute; inset: 0; background: var(--steel); transform: translateX(-101%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .btn-primary:hover::before { transform: translateX(0); }
  .btn-primary span { position: relative; z-index: 1; }
  .btn-primary .arrow { position: relative; z-index: 1; transition: transform 0.3s ease; }
  .btn-primary:hover .arrow { transform: translateX(6px); }

  .btn-secondary { display: inline-flex; align-items: center; gap: 8px; color: var(--black); font-family: var(--sans); font-size: 14px; font-weight: 400; letter-spacing: 0.04em; text-decoration: none; border-bottom: 0.5px solid var(--black); padding-bottom: 4px; transition: all 0.3s ease; }
  .btn-secondary:hover { gap: 14px; }

  .scroll-indicator { position: absolute; bottom: 40px; left: 60px; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); opacity: 0; animation: fadeUp 1s ease 1.2s forwards; }
  .scroll-line { width: 40px; height: 0.5px; background: var(--black); position: relative; overflow: hidden; }
  .scroll-line::after { content: ''; position: absolute; inset: 0; background: var(--steel); animation: scrollPulse 2.5s ease-in-out infinite; }

  @keyframes scrollPulse { 0%, 100% { transform: translateX(-100%); } 50% { transform: translateX(100%); } }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

  .section-divider { height: 0.5px; background: var(--line); max-width: 1320px; margin: 0 auto; }
  section { padding: 140px 60px; max-width: 1440px; margin: 0 auto; position: relative; }

  .recognition { display: grid; grid-template-columns: 220px 1fr; gap: 100px; align-items: start; }
  .recognition-eyebrow { position: sticky; top: 140px; }
  .recognition-body { max-width: 800px; }
  .recognition-beat { font-family: var(--serif); font-size: 38px; line-height: 1.25; font-weight: 300; letter-spacing: -0.01em; margin-bottom: 32px; }
  .recognition-beat em { font-style: italic; }
  .recognition-beat.lead { font-size: 44px; font-weight: 400; }
  .recognition-anchor { font-family: var(--sans); font-size: 26px; line-height: 1.4; font-weight: 400; letter-spacing: -0.01em; margin-top: 56px; margin-bottom: 32px; border-left: 2px solid var(--black); padding-left: 32px; max-width: 720px; }
  .recognition-closer { font-family: var(--sans); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 24px; }

  .shift { background: var(--black); color: var(--white); padding: 160px 60px; margin: 0; max-width: none; }
  .shift-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; gap: 100px; align-items: start; }
  .shift .eyebrow { color: var(--steel); }
  .shift-content { max-width: 920px; }
  .shift-headline { font-family: var(--serif); font-size: clamp(44px, 5vw, 68px); line-height: 1.05; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 56px; }
  .shift-headline em { font-style: italic; font-weight: 300; color: var(--steel); }
  .shift-feature-lead { font-family: var(--serif); font-size: 30px; line-height: 1.4; font-weight: 300; color: rgba(255, 255, 255, 0.92); margin-bottom: 8px; max-width: 720px; }
  .shift-feature-lead em { font-style: italic; color: var(--steel); }
  .shift-feature-list { font-family: var(--serif); font-size: 30px; line-height: 1.4; font-weight: 300; color: var(--steel); margin-bottom: 56px; }
  .shift-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 48px 0; border-top: 0.5px solid rgba(255, 255, 255, 0.2); border-left: 0.5px solid rgba(255, 255, 255, 0.2); }
  .shift-feature { padding: 32px; border-bottom: 0.5px solid rgba(255, 255, 255, 0.2); border-right: 0.5px solid rgba(255, 255, 255, 0.2); transition: background 0.3s ease; cursor: default; }
  .shift-feature:hover { background: rgba(255, 255, 255, 0.04); }
  .shift-feature-icon { width: 32px; height: 32px; margin-bottom: 16px; color: var(--steel); }
  .shift-feature-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--steel); margin-bottom: 8px; }
  .shift-feature-name { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--white); margin-bottom: 6px; }
  .shift-feature-desc { font-size: 13px; color: rgba(255, 255, 255, 0.6); line-height: 1.5; }
  .shift-body { font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, 0.85); margin-bottom: 32px; max-width: 720px; }
  .shift-closer { font-family: var(--serif); font-size: 28px; line-height: 1.4; font-style: italic; font-weight: 300; color: var(--steel); max-width: 720px; margin-top: 56px; }

  .two-questions { padding-top: 180px; padding-bottom: 100px; }
  .two-questions-header { display: grid; grid-template-columns: 220px 1fr; gap: 100px; margin-bottom: 100px; }
  .two-questions-headline { font-family: var(--serif); font-size: clamp(44px, 5vw, 68px); line-height: 1.05; font-weight: 300; letter-spacing: -0.02em; max-width: 920px; }
  .two-questions-headline em { font-style: italic; }
  .two-questions-sub { font-size: 18px; line-height: 1.6; color: var(--black); max-width: 720px; margin-top: 32px; }
  .question-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 0.5px solid var(--line); }
  .question-card { padding: 64px 48px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; }
  .question-card:first-child { border-right: 0.5px solid var(--line); }
  .question-card:hover { background: var(--steel-tint); }
  .question-mark { width: 56px; height: 56px; margin-bottom: 32px; color: var(--steel); display: flex; align-items: center; justify-content: center; }
  .question-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel); margin-bottom: 20px; display: flex; align-items: center; gap: 16px; }
  .question-num::before { content: ''; width: 32px; height: 0.5px; background: var(--steel); }
  .question-headline { font-family: var(--serif); font-size: 36px; line-height: 1.15; font-weight: 400; letter-spacing: -0.01em; margin-bottom: 28px; max-width: 480px; }
  .question-body { font-size: 16px; line-height: 1.65; color: var(--black); margin-bottom: 36px; max-width: 480px; }
  .question-link { display: inline-flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); text-decoration: none; transition: gap 0.3s ease; }
  .question-link:hover { gap: 18px; }

  .animated-divider { padding: 80px 60px; max-width: 1440px; margin: 0 auto; }
  .animated-divider-line { height: 0.5px; width: 100%; background: var(--line); position: relative; overflow: hidden; }
  .animated-divider-line::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 30%; background: linear-gradient(to right, transparent, var(--black), transparent); animation: divider-sweep 4s ease-in-out infinite; }
  @keyframes divider-sweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(400%); } }

  .diagnostic { background: var(--white); padding: 120px 60px 180px; margin: 0; max-width: none; }
  .diagnostic-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: center; }
  .diagnostic-content { padding-right: 20px; }
  .diagnostic-eyebrow { margin-bottom: 32px; }
  .diagnostic-headline { font-family: var(--serif); font-size: clamp(48px, 6vw, 84px); line-height: 1.05; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 36px; }
  .diagnostic-headline em { font-style: italic; }
  .diagnostic-subhead { font-size: 18px; line-height: 1.6; color: var(--black); max-width: 540px; margin-bottom: 40px; }
  .diagnostic-proof { margin-bottom: 48px; padding-top: 24px; border-top: 0.5px solid var(--line); }
  .diagnostic-proof-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; font-size: 14px; line-height: 1.5; color: var(--black); border-bottom: 0.5px solid var(--line); }
  .diagnostic-proof-item:last-child { border-bottom: none; }
  .diagnostic-proof-item .arrow { color: var(--steel); font-weight: 500; }
  .diagnostic-disclaimer { margin-top: 20px; font-size: 13px; color: var(--muted); }
  .report-mockup { background: var(--steel-tint); padding: 48px 44px; position: relative; box-shadow: 0 4px 40px rgba(13, 13, 13, 0.06), 0 1px 3px rgba(13, 13, 13, 0.04); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .report-mockup:hover { transform: translateY(-4px); }
  .report-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 0.5px solid var(--line); margin-bottom: 28px; }
  .report-eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
  .report-title { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; }
  .report-meta { font-family: var(--mono); font-size: 10px; color: var(--muted); text-align: right; line-height: 1.6; }
  .report-section { margin-bottom: 24px; }
  .report-section-label { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
  .report-quote { font-family: var(--serif); font-size: 18px; line-height: 1.4; font-style: italic; font-weight: 400; color: var(--black); padding-left: 16px; border-left: 2px solid var(--steel); }
  .report-verdict { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
  .report-verdict-badge { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; background: var(--black); color: var(--white); }
  .report-verdict-text { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--black); }
  .report-verdict-body { font-size: 13px; line-height: 1.6; color: var(--black); }
  .report-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 0.5px solid var(--line); }
  .report-stack-item { padding: 12px 0; border-bottom: 0.5px solid var(--line); display: flex; gap: 8px; align-items: center; font-size: 13px; }
  .report-stack-item:nth-child(odd) { padding-right: 16px; border-right: 0.5px solid var(--line); }
  .report-stack-item:nth-child(even) { padding-left: 16px; }
  .report-stack-item .num { font-family: var(--mono); font-size: 10px; color: var(--steel); font-weight: 500; }
  .report-stack-item .label { color: var(--black); }
  .report-footer { padding-top: 20px; margin-top: 8px; border-top: 0.5px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: 0.08em; }
  .report-footer-mark { font-family: var(--sans); font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); font-size: 10px; }

  .meet-tay { background: var(--steel-tint); padding: 180px 60px; margin: 0; max-width: none; }
  .meet-tay-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; column-gap: 80px; row-gap: 0; align-items: start; }
  .meet-tay-photo { aspect-ratio: 4/5; overflow: hidden; position: relative; grid-column: 1; grid-row: 1 / span 99; align-self: start; }
  .meet-tay-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .meet-tay-eyebrow,
  .meet-tay-headline,
  .meet-tay-body,
  .meet-tay-bridge { grid-column: 2; }
  .meet-tay-eyebrow { margin-bottom: 32px; padding-top: 40px; }
  .meet-tay-headline { font-family: var(--serif); font-size: clamp(44px, 5vw, 68px); line-height: 1.0; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 48px; }
  .meet-tay-headline em { font-style: italic; }
  .meet-tay-body { font-size: 17px; line-height: 1.7; color: var(--black); margin-bottom: 24px; max-width: 580px; }
  .meet-tay-bridge { margin-top: 40px; padding-top: 32px; border-top: 0.5px solid var(--line); font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 580px; }
  .meet-tay-bridge a { color: var(--black); border-bottom: 0.5px solid var(--black); text-decoration: none; padding-bottom: 1px; }

  /* GETTING CITED — headline reduced + body widened */
  .getting-cited { padding: 180px 60px 200px; background: var(--black); color: var(--white); max-width: none; margin: 0; }
  .getting-cited-inner { max-width: 1440px; margin: 0 auto; }
  .getting-cited .eyebrow { color: var(--steel); margin-bottom: 48px; }
  /* HEADLINE DOWNSIZED — was 56-96px, now 40-64px */
  .cited-headline { font-family: var(--serif); font-size: clamp(36px, 3.6vw, 54px); line-height: 1.1; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 56px; max-width: 100%; }
  .cited-headline em { font-style: italic; color: var(--steel); }
  .cited-headline-line1 { display: inline; }
  @media (min-width: 1100px) {
    .cited-headline-line1 { white-space: nowrap; }
  }

  .split-mockup { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin: 80px 0 80px; }
  .split-panel-label { font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--white); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
  .split-panel-label .dot { width: 8px; height: 8px; border-radius: 50%; }
  .split-panel-label.google .dot { background: #4285F4; }
  .split-panel-label.gpt .dot { background: #10A37F; }
  .split-panel { background: var(--white); color: var(--black); border-radius: 14px; overflow: hidden; box-shadow: 0 12px 60px rgba(0,0,0,0.4); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .split-panel:hover { transform: translateY(-4px); }

  .gp-browser-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #F1F3F4; border-bottom: 0.5px solid rgba(0,0,0,0.08); }
  .gp-dot { width: 10px; height: 10px; border-radius: 50%; }
  .gp-dot.r { background: #FF5F56; } .gp-dot.y { background: #FFBD2E; } .gp-dot.g { background: #27C93F; }
  .gp-url { flex: 1; background: var(--white); border-radius: 16px; padding: 4px 14px; font-family: var(--sans); font-size: 11px; color: var(--muted); margin-left: 12px; }
  .gp-content { padding: 18px 20px 20px; }
  .gp-search-row { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 0.5px solid var(--line); margin-bottom: 14px; }
  .gp-logo { font-family: var(--sans); font-size: 22px; font-weight: 500; letter-spacing: -0.02em; color: #4285F4; }
  .gp-search-box { flex: 1; padding: 8px 14px; border: 0.5px solid var(--line); border-radius: 20px; font-family: var(--sans); font-size: 13px; color: var(--black); display: flex; align-items: center; gap: 8px; }
  .gp-search-box .x { margin-left: auto; color: var(--muted); }
  .gp-tabs { display: flex; gap: 18px; padding-bottom: 12px; border-bottom: 0.5px solid var(--line); margin-bottom: 16px; font-size: 11px; color: var(--muted); }
  .gp-tab.active { color: #4285F4; font-weight: 500; border-bottom: 2px solid #4285F4; padding-bottom: 8px; margin-bottom: -8px; }
  .gp-filters { display: flex; gap: 6px; margin-bottom: 16px; flex-wrap: wrap; }
  .gp-filter { padding: 4px 10px; border: 0.5px solid var(--line); border-radius: 12px; font-size: 10px; color: var(--black); }
  .gp-filter.active { background: #E3F2FD; border-color: #4285F4; color: #1A73E8; }
  .gp-section-title { font-family: var(--sans); font-size: 15px; font-weight: 500; margin-bottom: 12px; }
  .gp-place-row { display: flex; gap: 14px; margin-bottom: 14px; align-items: flex-start; }
  .gp-place-info { flex: 1; }
  .gp-place-name { font-size: 13px; font-weight: 500; margin-bottom: 2px; }
  .gp-place-meta { font-size: 10px; color: var(--muted); display: flex; align-items: center; gap: 4px; margin-bottom: 2px; }
  .gp-stars { color: #FBBC04; font-size: 10px; letter-spacing: -1px; }
  .gp-place-quote { font-size: 10px; color: var(--muted); font-style: italic; margin-top: 2px; line-height: 1.4; }
  .gp-map { width: 80px; height: 80px; background: #E8F5E9; border-radius: 4px; flex-shrink: 0; position: relative; background-image: linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px); background-size: 16px 16px; }
  .gp-pin { position: absolute; width: 6px; height: 6px; background: #EA4335; border-radius: 50%; }

  .gpt-browser-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #FAFAFA; border-bottom: 0.5px solid rgba(0,0,0,0.08); }
  .gpt-content { display: flex; padding: 0; min-height: 480px; }
  .gpt-sidebar { width: 44px; background: #FAFAFA; padding: 16px 0; display: flex; flex-direction: column; gap: 18px; align-items: center; border-right: 0.5px solid var(--line); }
  .gpt-side-icon { width: 18px; height: 18px; color: #757575; opacity: 0.5; }
  .gpt-side-icon.active { opacity: 1; color: var(--black); }
  .gpt-main { flex: 1; padding: 24px 28px; }
  .gpt-user-bubble { display: inline-block; padding: 10px 16px; background: #F4F4F4; border-radius: 18px; font-family: var(--sans); font-size: 13px; color: var(--black); margin-bottom: 24px; float: right; clear: both; }
  .gpt-clear { clear: both; }
  .gpt-response { font-size: 13px; line-height: 1.6; color: var(--black); margin-bottom: 20px; }
  .gpt-section-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; margin-top: 16px; margin-bottom: 14px; }
  .gpt-tooth { font-size: 14px; }
  .gpt-table { width: 100%; border-collapse: collapse; }
  .gpt-table thead { border-bottom: 1px solid #E5E5E5; }
  .gpt-table th { font-family: var(--sans); font-size: 10px; font-weight: 500; color: var(--muted); text-align: left; padding: 8px 12px; background: #F9F9F9; }
  .gpt-table td { padding: 12px 12px; font-size: 11px; line-height: 1.5; vertical-align: top; border-bottom: 0.5px solid #F0F0F0; }
  .gpt-table .cat { color: var(--muted); width: 32%; }
  .gpt-company { font-weight: 600; font-size: 12px; margin-bottom: 6px; color: var(--black); }
  .gpt-bullet { padding-left: 12px; position: relative; margin-bottom: 4px; color: var(--muted); font-size: 11px; }
  .gpt-bullet::before { content: '•'; position: absolute; left: 0; }
  .gpt-best { color: #10A37F; margin-top: 4px; font-size: 11px; }
  .gpt-best::before { content: '👉 '; }
  .gpt-row.cited { background: linear-gradient(to right, rgba(166, 180, 193, 0.18), transparent); position: relative; }
  .gpt-row.cited::after { content: 'CITED'; position: absolute; top: 12px; right: 12px; font-family: var(--mono); font-size: 9px; letter-spacing: 0.15em; color: var(--white); background: var(--black); padding: 3px 8px; border-radius: 2px; }
  .gpt-disclaimer { font-size: 10px; color: var(--muted); text-align: right; margin-top: 16px; }

  /* CITED CLOSER — body now spans 1100px to match headline width */
  .cited-closer-wrap { max-width: 1100px; margin: 0 auto; padding-top: 40px; }
  .cited-closer-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--steel); margin-bottom: 24px; text-transform: uppercase; }
  .cited-closer-statement { font-family: var(--serif); font-size: clamp(34px, 3.5vw, 48px); line-height: 1.15; font-weight: 300; color: var(--white); margin-bottom: 56px; max-width: 1000px; }
  .cited-closer-statement em { font-style: italic; color: var(--steel); }
  /* full width body, no widow */
  .cited-closer-body { font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, 0.78); margin-bottom: 24px; max-width: 1100px; }
  .cited-closer-body strong { color: var(--white); font-weight: 500; }
  .cited-cta { margin-top: 56px; }
  .cited-cta .btn-primary { background: var(--white); color: var(--black); }
  .cited-cta .btn-primary::before { background: var(--steel); }

  /* EMAIL SECTION — new eyebrow treatment */
  .email-section { padding: 160px 60px; }
  .email-inner { max-width: 80%; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1fr; gap: 80px; align-items: center; }
  .email-content { padding-right: 20px; }
  .email-eyebrow-block { margin-bottom: 32px; display: flex; align-items: baseline; gap: 14px; }
  .email-eyebrow-mark { font-family: var(--serif); font-size: 28px; line-height: 1; color: var(--steel); font-weight: 300; }
  .email-eyebrow-text { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--black); }
  .email-headline { font-family: var(--serif); font-size: clamp(56px, 5.5vw, 80px); line-height: 1.0; font-weight: 300; font-style: italic; letter-spacing: -0.02em; margin-bottom: 32px; }
  .email-body { font-size: 17px; line-height: 1.7; color: var(--black); margin-bottom: 0; }
  .email-form-block { background: var(--steel-tint); padding: 48px 44px; border-left: 2px solid var(--black); }
  .email-form-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; }
  .email-form { display: flex; margin-bottom: 24px; border-bottom: 0.5px solid var(--black); }
  .email-input { flex: 1; padding: 16px 4px; border: none; background: transparent; font-family: var(--sans); font-size: 16px; color: var(--black); outline: none; }
  .email-input::placeholder { color: var(--muted); }
  .email-submit { background: transparent; border: none; padding: 16px 0 16px 24px; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--black); cursor: pointer; transition: opacity 0.3s ease; }
  .email-submit:hover { opacity: 0.55; }
  .email-fineprint { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; line-height: 1.7; }

  .final-cta { background: var(--steel-tint); padding: 200px 60px; text-align: center; margin: 0; max-width: none; }
  .final-cta-inner { max-width: 70%; margin: 0 auto; }
  .final-cta-headline { font-family: var(--serif); font-size: clamp(64px, 8.5vw, 124px); line-height: 0.98; font-weight: 300; letter-spacing: -0.025em; margin-bottom: 48px; }
  .final-cta-headline em { font-style: italic; }
  .final-cta-body { font-size: 19px; line-height: 1.6; color: var(--black); max-width: 540px; margin: 0 auto 56px; }
  .final-cta-secondary { margin-top: 32px; font-size: 14px; color: var(--muted); }
  .final-cta-secondary a { color: var(--black); border-bottom: 0.5px solid var(--black); text-decoration: none; }

  footer { background: var(--black); color: var(--white); padding: 80px 60px 40px; max-width: none; margin: 0; }
  .footer-inner { max-width: 1320px; margin: 0 auto; }
  .footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 60px; border-bottom: 0.5px solid rgba(255, 255, 255, 0.15); }
  .footer-mark { font-family: var(--serif); font-size: 96px; line-height: 1; font-weight: 300; letter-spacing: -0.02em; }
  .footer-mark em { font-style: italic; color: var(--steel); }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-content: start; }
  .footer-col-title { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--steel); margin-bottom: 20px; }
  .footer-link { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.75); text-decoration: none; margin-bottom: 12px; transition: color 0.2s ease; }
  .footer-link:hover { color: var(--white); }
  .footer-bottom { padding-top: 32px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; font-size: 12px; color: rgba(255, 255, 255, 0.5); letter-spacing: 0.04em; }
  .footer-bottom-left { display: flex; flex-direction: column; gap: 4px; }
  .footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
  .footer-legal a:hover { color: rgba(255, 255, 255, 0.85); }

  /* Widow prevention — modern browsers honor text-wrap: pretty (Safari 17.5+, Chrome 117+, Firefox 121+).
     The DOMContentLoaded script below adds a non-breaking space before the final word as a bulletproof fallback. */
  p, h1, h2, h3, h4, h5, h6, .gpt-response, .question-headline, .question-body, .recognition-beat, .recognition-anchor, .recognition-closer, .shift-feature-lead, .shift-feature-list, .shift-feature-desc, .shift-body, .shift-closer, .two-questions-headline, .two-questions-sub, .diagnostic-subhead, .diagnostic-disclaimer, .meet-tay-body, .meet-tay-bridge, .cited-closer-body, .email-body, .final-cta-body, .final-cta-secondary { text-wrap: pretty; }
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(30px); transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
  .reveal-stagger.visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.15s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.25s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.35s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.45s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.55s; opacity: 1; transform: translateY(0); }

  @media (max-width: 1100px) {
    .hero { grid-template-columns: 1fr; gap: 40px; }
    .hero-photo { max-width: 560px; }
    .diagnostic-inner { grid-template-columns: 1fr; gap: 60px; }
    .split-mockup { grid-template-columns: 1fr; }
    .email-inner { grid-template-columns: 1fr; gap: 40px; max-width: 90%; }
  }
  @media (max-width: 900px) {
    .nav { padding: 16px 24px; }
    .nav.scrolled { padding: 12px 24px; }
    .nav-links { gap: 20px; }
    .nav-logo-mark { height: 36px; }
    section, .shift, .diagnostic, .meet-tay, .getting-cited, .email-section, .final-cta { padding: 80px 24px; }
    .hero { padding: 120px 24px 60px; }
    .scroll-indicator { left: 24px; }
    .recognition, .shift-inner, .two-questions-header { grid-template-columns: 1fr; gap: 32px; }
    .recognition-eyebrow { position: static; }
    .question-grid { grid-template-columns: 1fr; }
    .question-card:first-child { border-right: none; border-bottom: 0.5px solid var(--line); }

    /* SHIFT — keep 6 features as 2-column grid on mobile, smaller cells */
    .shift-features { grid-template-columns: repeat(2, 1fr); }
    .shift-feature { padding: 20px 16px; }
    .shift-feature-icon { width: 24px; height: 24px; margin-bottom: 12px; }
    .shift-feature-name { font-size: 20px; }
    .shift-feature-desc { font-size: 12px; }

    /* DIAGNOSTIC — tighter mobile spacing for "Start here" section */
    .diagnostic { padding: 60px 24px 80px; }
    .diagnostic-headline { margin-bottom: 24px; }
    .diagnostic-subhead { margin-bottom: 28px; }
    .diagnostic-proof { margin-bottom: 32px; padding-top: 16px; }
    .diagnostic-proof-item { padding: 8px 0; }

    /* GETTING CITED — tighter mobile spacing */
    .getting-cited { padding: 80px 24px 100px; }
    .cited-headline { margin-bottom: 36px; }
    .split-mockup { margin: 40px 0 40px; gap: 24px; }
    .cited-closer-wrap { padding-top: 24px; }
    .cited-closer-statement { margin-bottom: 32px; font-size: 28px; }
    .cited-closer-body { margin-bottom: 20px; }
    .cited-cta { margin-top: 32px; }

    /* GETTING CITED MOCKUPS — smaller on mobile */
    .gp-content { padding: 12px 14px 14px; }
    .gp-logo { font-size: 16px; }
    .gp-search-box { font-size: 11px; padding: 6px 10px; }
    .gp-tabs { gap: 12px; font-size: 9px; padding-bottom: 8px; margin-bottom: 12px; }
    .gp-filter { font-size: 9px; padding: 3px 8px; }
    .gp-section-title { font-size: 13px; margin-bottom: 8px; }
    .gp-place-row { gap: 8px; margin-bottom: 10px; }
    .gp-place-name { font-size: 12px; }
    .gp-place-meta { font-size: 9px; }
    .gp-place-quote { font-size: 9px; }
    .gp-map { width: 60px; height: 60px; }
    .gpt-content { min-height: 360px; }
    .gpt-sidebar { width: 36px; padding: 12px 0; gap: 14px; }
    .gpt-side-icon { width: 14px; height: 14px; }
    .gpt-main { padding: 16px 18px; }
    .gpt-user-bubble { font-size: 11px; padding: 8px 12px; margin-bottom: 16px; }
    .gpt-response { font-size: 11px; margin-bottom: 14px; }
    .gpt-section-title { font-size: 12px; margin-top: 12px; margin-bottom: 10px; }
    .gpt-table th { font-size: 9px; padding: 6px 8px; }
    .gpt-table td { padding: 8px 8px; font-size: 10px; }
    .gpt-company { font-size: 11px; }
    .gpt-bullet { font-size: 10px; }
    .gpt-best { font-size: 10px; }

    /* MEET TAY — mobile order: eyebrow → headline → photo → body → bridge.
       All children are direct siblings of .meet-tay-inner (flat HTML), so plain
       flex + order works in every mobile browser. No display:contents required. */
    .meet-tay-inner {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .meet-tay-eyebrow { order: 1; padding-top: 0; margin-bottom: 16px; }
    .meet-tay-headline { order: 2; margin-bottom: 24px; font-size: clamp(36px, 9vw, 52px); }
    .meet-tay-photo { order: 3; aspect-ratio: 4/5; max-width: 100%; margin-bottom: 32px; }
    .meet-tay-body { order: 4; }
    .meet-tay-bridge { order: 5; }

    /* FOOTER — stack bottom row + add legal links */
    .footer-top { grid-template-columns: 1fr; }
    .footer-mark { font-size: 56px; }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }
    .footer-bottom .footer-legal {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }
  }
