/* gtrotation.css — extracted from gtrotation.html (presentation layer) */
  /* ---- GTRotation page — local styles (editorial product layout) ---- */
  .gt-main section { padding: 96px 0; }
  .gt-hero { padding: 140px 0 80px; text-align: center; }
  .gt-hero .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 10.6px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--muted); border: 1px solid var(--border); border-radius: 999px;
    padding: 6px 16px; margin-bottom: 22px;
  }
  .gt-hero h1 { font-size: clamp(34px, 4.2vw, 57.8px); line-height: 1.05; margin-bottom: 28px; }
  .gt-hero .lede { font-size: clamp(14.4px, 1.8vw, 17.8px); color: var(--muted); max-width: 600px; margin: 0 auto 32px; font-weight: 300; line-height: 1.5; }
  .gt-hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
  .gt-hero .gt-live { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 11px; color: var(--muted); }
  .gt-hero .gt-live .ldot { width: 8px; height: 8px; border-radius: 50%; background: var(--fg); animation: gtpulse 2s var(--bs-ease) infinite; flex: none; }

  .gt-sec-head { text-align: center; max-width: 620px; margin: 0 auto 56px; }
  .gt-sec-head h2 { font-size: clamp(28.9px, 4.2vw, 44.2px); margin-bottom: 14px; }
  .gt-sec-head p { color: var(--muted); font-size: 14.4px; font-weight: 300; }

  /* ---- Faux product window (built in CSS, monochrome) ---- */
  .gt-mock-wrap { max-width: 760px; margin: 0 auto; padding: 0 28px; }
  .gt-window {
    background: var(--card); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-cinematic);
  }
  .gt-winbar {
    display: flex; align-items: center; gap: 14px;
    padding: 13px 18px; border-bottom: 1px solid var(--border); background: var(--surface);
  }
  .gt-dots { display: flex; gap: 7px; }
  .gt-dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--border); }
  .gt-url {
    flex: 1; text-align: center; font-family: var(--font-mono); font-size: 10.6px;
    color: var(--muted); letter-spacing: 0.02em;
  }
  .gt-winhead {
    display: flex; align-items: baseline; justify-content: space-between;
    padding: 22px 26px 14px;
  }
  .gt-winhead h4 { font-size: 16.1px; }
  .gt-winhead .gt-when { font-size: 10.6px; color: var(--muted); font-family: var(--font-mono); }
  .gt-list { padding: 0 14px 14px; }
  .gt-row {
    display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center;
    padding: 13px 12px; border-radius: 10px; transition: background .2s ease;
  }
  .gt-row + .gt-row { border-top: 1px solid var(--border); }
  .gt-row:hover { background: var(--surface); }
  .gt-badge {
    width: 38px; height: 38px; border-radius: 9px; background: var(--surface);
    border: 1px solid var(--border); display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 600; font-size: 11px; color: var(--muted);
  }
  .gt-car .nm { font-size: 12.8px; font-weight: 500; }
  .gt-car .sub { font-size: 10.6px; color: var(--muted); margin-top: 2px; }
  .gt-chip {
    font-size: 10.2px; font-weight: 500; padding: 5px 11px; border-radius: 999px;
    border: 1px solid var(--border); color: var(--muted); white-space: nowrap;
    display: inline-flex; align-items: center; gap: 7px;
  }
  .gt-chip .cdot { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); }
  .gt-chip.live { color: var(--fg); border-color: var(--fg); }
  .gt-chip.live .cdot { background: var(--fg); animation: gtpulse 2s var(--bs-ease) infinite; }
  @keyframes gtpulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
  @media (max-width: 560px) {
    .gt-row { grid-template-columns: 32px 1fr; }
    .gt-chip { grid-column: 2; justify-self: start; margin-top: 2px; }
    .gt-badge { width: 32px; height: 32px; }
  }

  /* ---- Feature grid (4-up) ---- */
  .gt-extras { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 80px; max-width: 1080px; margin-left: auto; margin-right: auto; padding: 0 28px; }
  .gt-feature {
    background: var(--card); border: 1px solid var(--border);
    border-radius: 14px; padding: 24px 22px; box-shadow: var(--card-inner-glow);
    transition: transform .4s var(--bs-ease), border-color .3s ease, box-shadow .4s var(--bs-ease);
  }
  .gt-feature:hover { transform: translateY(-4px); border-color: var(--muted); box-shadow: var(--shadow-cinematic), var(--card-inner-glow); }
  .gt-feature .ico {
    width: 40px; height: 40px; border-radius: 10px; background: var(--surface);
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    transition: background .3s ease, color .3s ease;
  }
  .gt-feature:hover .ico { background: var(--ink); color: var(--bg); }
  .gt-feature .ico svg { width: 20px; height: 20px; }
  .gt-feature h3 { font-size: 17px; margin-bottom: 8px; }
  .gt-feature p { color: var(--muted); font-size: 12.3px; font-weight: 300; line-height: 1.55; }
  @media (max-width: 980px) { .gt-extras { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .gt-extras { grid-template-columns: 1fr; } }

  /* ---- How predictions work ---- */
  .gt-how { background: var(--surface); }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 880px; margin: 0 auto; padding: 0 28px; }
  @media (max-width: 820px) { .how-steps { grid-template-columns: 1fr; gap: 8px; padding: 0 20px; } }
  .hstep { padding: 28px; transition: background .3s ease; }
  .hstep:hover { background: var(--card); }
  .hstep:not(:last-child) { border-right: 1px solid var(--border); }
  @media (max-width: 820px) { .hstep:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border); } }
  .hstep .num { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--muted); opacity: .5; margin-bottom: 10px; }
  .hstep h3 { font-size: 17.8px; margin-bottom: 8px; }
  .hstep p { color: var(--muted); font-size: 11.9px; font-weight: 300; line-height: 1.55; }
  .hstep b { color: var(--fg); font-weight: 600; }
  .note-box { max-width: 880px; margin: 36px auto 0; padding: 0 28px; display: flex; gap: 14px; align-items: flex-start; }
  .note-box-inner {
    background: var(--card); border: 1px solid var(--border); border-radius: 14px;
    padding: 20px 24px; font-size: 11.9px; color: var(--muted);
    display: flex; gap: 14px; align-items: flex-start; width: 100%;
  }
  .note-box-inner svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
  .note-box-inner b { color: var(--fg); font-weight: 600; }

  /* ---- Stats strip ---- */
  .gt-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 880px; margin: 0 auto; padding: 0 28px; text-align: center; }
  @media (max-width: 640px) { .gt-stats { grid-template-columns: 1fr; gap: 32px; } }
  .gt-stat .n { font-family: var(--font-display); font-size: clamp(37.4px, 6vw, 54.4px); font-weight: 600; line-height: 1; }
  .gt-stat .l { color: var(--muted); font-size: 11.9px; font-weight: 300; margin-top: 10px; }

  /* ---- Final CTA ---- */
  .gt-cta { text-align: center; }
  .gt-cta .cta-card {
    max-width: 640px; margin: 0 auto; padding: 56px 40px;
    background: var(--card); border: 1px solid var(--border); border-radius: 22px;
    box-shadow: var(--shadow-cinematic);
  }
  .gt-cta h2 { font-size: clamp(25.5px, 4.2vw, 39.1px); margin-bottom: 14px; }
  .gt-cta p { color: var(--muted); font-size: 13.6px; font-weight: 300; max-width: 440px; margin: 0 auto 28px; line-height: 1.55; }

  .back-row { padding-bottom: 64px; }
