/* —— Premium interactive layer (SquadGoo) —— */
:root {
  --mx: 0px;
  --my: 0px;
}

body.sg-live {
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(240, 137, 42, 0.12), transparent 55%),
    radial-gradient(900px 500px at 110% 10%, rgba(94, 37, 99, 0.1), transparent 50%),
    radial-gradient(800px 480px at 50% 120%, rgba(5, 66, 175, 0.08), transparent 45%),
    var(--wash);
}

.sg-stage {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.sg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.45;
  transform: translate(var(--mx), var(--my));
  transition: transform 0.6s ease-out;
  animation: sg-drift 22s ease-in-out infinite alternate;
}
.sg-orb--orange {
  width: 42vw;
  height: 42vw;
  max-width: 520px;
  max-height: 520px;
  left: -8%;
  top: 8%;
  background: rgba(240, 137, 42, 0.35);
}
.sg-orb--purple {
  width: 36vw;
  height: 36vw;
  max-width: 440px;
  max-height: 440px;
  right: -6%;
  top: 18%;
  background: rgba(94, 37, 99, 0.32);
  animation-delay: -6s;
}
.sg-orb--blue {
  width: 40vw;
  height: 40vw;
  max-width: 480px;
  max-height: 480px;
  left: 30%;
  bottom: -12%;
  background: rgba(5, 66, 175, 0.22);
  animation-delay: -12s;
}
.sg-particles { position: absolute; inset: 0; }
.sg-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(240, 137, 42, 0.55);
  animation: sg-float linear infinite;
}
@keyframes sg-drift {
  from { transform: translate(calc(var(--mx) - 12px), calc(var(--my) + 8px)) scale(1); }
  to { transform: translate(calc(var(--mx) + 18px), calc(var(--my) - 14px)) scale(1.08); }
}
@keyframes sg-float {
  0% { transform: translateY(0) scale(1); opacity: 0.2; }
  50% { opacity: 0.7; }
  100% { transform: translateY(-40vh) scale(1.4); opacity: 0.05; }
}

.site-header,
main,
.site-footer,
.mobile-cta {
  position: relative;
  z-index: 1;
}
.site-header {
  background: rgba(246, 244, 241, 0.82);
  border-bottom: 1px solid rgba(230, 232, 238, 0.85);
}

.logo.logo--full img,
.logo.logo--full .logo-full {
  height: 64px;
  width: auto;
  max-width: min(240px, 56vw);
  object-fit: contain;
}
.logo-word { display: none !important; }
.site-footer .logo.logo--full img,
.site-footer .logo.logo--full .logo-full {
  height: 76px;
  max-width: min(260px, 72vw);
}

.nav-auth {
  display: inline-flex;
  gap: 0.4rem;
  margin-left: 0.35rem;
}
.btn-sm {
  padding: 0.5rem 0.9rem;
  font-size: 0.86rem;
}
.btn.is-press,
.path.is-press,
.lane-card.is-press {
  transform: scale(0.98);
}

.store-badge {
  display: inline-flex;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  min-width: 0 !important;
  border-radius: 0.55rem;
  overflow: hidden;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.store-badge img {
  height: 44px;
  width: auto;
}
.store-badge:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

[data-reveal],
[data-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
[data-reveal].is-in,
[data-stagger] > *.is-in {
  opacity: 1;
  transform: none;
}
.sg-reduce-motion [data-reveal],
.sg-reduce-motion [data-stagger] > * {
  opacity: 1;
  transform: none;
  transition: none;
}
.sg-reduce-motion .sg-orb,
.sg-reduce-motion .sg-particle {
  animation: none !important;
}
.sg-reduce-motion .uai-fab,
.sg-reduce-motion .pick-card,
.sg-reduce-motion .btn,
.sg-reduce-motion .store-badge {
  transition: none !important;
}
.sg-reduce-motion .uai-fab:hover,
.sg-reduce-motion .pick-card:hover {
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  html:not(.sg-reduce-motion) .sg-orb,
  html:not(.sg-reduce-motion) .sg-particle,
  html:not(.sg-reduce-motion) [data-reveal],
  html:not(.sg-reduce-motion) [data-stagger] > * {
    animation: none !important;
    transition: none !important;
  }
  html:not(.sg-reduce-motion) [data-reveal],
  html:not(.sg-reduce-motion) [data-stagger] > * {
    opacity: 1;
    transform: none;
  }
}

/* Keyboard skip link — visually hidden until focused */
.skip-link {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 200;
  padding: 0.65rem 1rem;
  border-radius: 0.65rem;
  background: #12141a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #f0892a;
  outline-offset: 2px;
}
main:focus {
  outline: none;
}

.hero--live {
  padding-top: 2.75rem;
}
.hero-panel .phone-frame--hero {
  animation: sg-phone-float 5.5s ease-in-out infinite;
}
@keyframes sg-phone-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.sg-reduce-motion .hero-panel .phone-frame--hero {
  animation: none;
}
.hero-panel--app .shot--hero {
  margin: 0;
  position: relative;
  z-index: 1;
  width: min(280px, 78%);
}
.hero-panel--app .phone-frame--hero {
  width: 100%;
  border-radius: 1.55rem;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}
.hero-panel--app figcaption {
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.82rem;
}
.lane-card {
  position: relative;
  overflow: hidden;
}
.lane-card::after {
  content: '';
  position: absolute;
  inset: auto -20% -40% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 137, 42, 0.18), transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lane-card:hover::after,
.lane-card[aria-pressed="true"]::after {
  opacity: 1;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}
.hero-chips .chip {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--ink-soft);
  cursor: default;
}

.path {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.path:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.path .path-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.lane-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 1.25rem 0;
}
.lane-card {
  text-align: left;
  border: 1.5px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.lane-card:hover {
  transform: translateY(-2px);
  border-color: #d4b08a;
}
.lane-card[aria-pressed="true"] {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(240, 137, 42, 0.18);
}
.lane-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}
.lane-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}
.lane-card.customer[aria-pressed="true"] { border-color: var(--customer); box-shadow: 0 0 0 3px rgba(94, 37, 99, 0.16); }
.lane-card.business[aria-pressed="true"] { border-color: var(--business); box-shadow: 0 0 0 3px rgba(248, 158, 61, 0.2); }
.lane-card.jobseeker[aria-pressed="true"] { border-color: var(--jobseeker); box-shadow: 0 0 0 3px rgba(5, 66, 175, 0.16); }

.lane-result {
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 0.1rem);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.shot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.85rem;
  margin: 1rem 0;
}
.shot {
  margin: 0;
}
.shot--hero {
  max-width: min(320px, 100%);
  margin-inline: auto;
}
.shot img {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 20, 26, 0.08);
}
.shot .phone-frame img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.shot figcaption {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}
.lane-honest-note {
  margin: 0.85rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgba(240, 137, 42, 0.08);
  border: 1px dashed rgba(240, 137, 42, 0.35);
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}
.lane-honest-note strong { color: var(--ink); }

.phone-frame {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0f1218;
  box-shadow: var(--shadow);
}
.phone-frame--hero {
  max-width: min(320px, 100%);
}
.phone-frame img {
  width: 100%;
  display: block;
}
.hero-panel .shot--hero {
  animation: sg-hero-float 5.5s ease-in-out infinite;
}
.sg-reduce-motion .hero-panel .shot--hero {
  animation: none;
}
@keyframes sg-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hotspot {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(240, 137, 42, 0.9);
  box-shadow: 0 0 0 6px rgba(240, 137, 42, 0.25);
  cursor: pointer;
  animation: sg-pulse 2.2s ease-in-out infinite;
}
@keyframes sg-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(240, 137, 42, 0.2); }
  50% { box-shadow: 0 0 0 10px rgba(240, 137, 42, 0.08); }
}

.ask-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}
.ask-inline .btn { font-size: 0.88rem; }

.sg-modal[hidden] { display: none !important; }
.sg-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.sg-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 26, 0.48);
  backdrop-filter: blur(4px);
}
.sg-modal-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 720px);
  overflow: auto;
  background: var(--paper);
  border-radius: 1.25rem;
  padding: 1.35rem 1.4rem 1.25rem;
  box-shadow: 0 28px 80px rgba(18, 20, 26, 0.28);
}
.sg-modal-card h3 {
  margin: 0 1.5rem 0.75rem 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
}
.sg-modal-body { color: var(--ink-soft); }
.sg-modal-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}
.sg-modal-x {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  border: 0;
  background: var(--wash);
  width: 2.4rem;
  height: 2.4rem;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
}
.sg-modal-x:focus-visible {
  outline: 3px solid rgba(240, 137, 42, 0.55);
  outline-offset: 2px;
}
body.sg-modal-open { overflow: hidden; }

.faq-search-wrap { margin: 0.75rem 0 1.1rem; max-width: 32rem; }
.faq-search-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.faq-search {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  font: inherit;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 20, 26, 0.04);
}
.faq-search:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(240, 137, 42, 0.18);
}
.faq-head,
.faq-head--card {
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.9), rgba(255, 255, 255, 0.96)),
    #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 0.35rem);
  padding: 1.25rem 1.35rem 1.45rem;
  box-shadow: 0 18px 44px rgba(18, 20, 26, 0.07);
}
.faq-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin: 1.5rem 0 2.25rem;
  padding: 1rem 1.15rem;
  border-radius: calc(var(--radius) + 0.2rem);
  background: linear-gradient(120deg, rgba(240, 137, 42, 0.12), rgba(94, 37, 99, 0.08));
  border: 1px solid rgba(240, 137, 42, 0.22);
}
.faq-cta-band p {
  margin: 0;
  flex: 1 1 14rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.page-hero--faq .eyebrow,
.page-hero--download .eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
}
.note--soft {
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgba(240, 137, 42, 0.1);
  border: 1px solid rgba(240, 137, 42, 0.22);
  color: var(--ink-soft);
  line-height: 1.5;
}
.band--download {
  background:
    radial-gradient(600px 220px at 100% 0%, rgba(240, 137, 42, 0.16), transparent 60%),
    linear-gradient(135deg, #fff8f0, #ffffff 55%, #f6f0fb);
  border: 1px solid rgba(240, 137, 42, 0.18);
  box-shadow: 0 16px 40px rgba(18, 20, 26, 0.06);
  color: var(--ink);
}
.band--download h2 { color: var(--ink); }
.band--download p { color: var(--ink-soft); }
.path {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.path:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(18, 20, 26, 0.1);
}
.faq-list details.faq-item[open] {
  border-color: rgba(240, 137, 42, 0.45);
  box-shadow: 0 10px 28px rgba(18, 20, 26, 0.06);
}
.faq-empty {
  margin: 1rem 0;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius);
  background: #fff7eb;
  border: 1px solid #f0d2a4;
  display: none;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}
.faq-empty:not([hidden]) {
  display: flex;
}
.faq-empty[hidden] {
  display: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.faq-empty p { margin: 0 0.5rem 0 0; width: 100%; color: #6a4a18; }
.faq-video { margin: 0 1.1rem 1rem; }
.faq-video video { width: 100%; border-radius: 0.75rem; background: #000; }

.uai {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}
.uai-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  min-width: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.05rem 0.7rem 0.75rem;
  background: linear-gradient(135deg, #f0892a, #5e2563 55%, #0542af);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(94, 37, 99, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.uai-fab:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(94, 37, 99, 0.42); }
.uai-fab:focus-visible {
  outline: 3px solid #f9c23c;
  outline-offset: 3px;
}
.uai-fab img { width: 28px; height: 28px; flex-shrink: 0; }
.uai-panel {
  width: min(380px, calc(100vw - 1.5rem));
  max-height: min(70vh, 560px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(18, 20, 26, 0.12);
  border-radius: 1.15rem;
  box-shadow: 0 22px 60px rgba(18, 20, 26, 0.22);
  overflow: hidden;
}
.uai-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  background: #12141a;
  color: #fff;
}
.uai-head small { display: block; color: rgba(255, 255, 255, 0.65); font-size: 0.75rem; margin-top: 0.15rem; }
.uai-msgs {
  flex: 1;
  overflow: auto;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: var(--wash);
  min-height: 180px;
}
.uai-bubble {
  max-width: 92%;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.45;
}
.uai-bubble--bot {
  background: #fff;
  border: 1px solid var(--line);
  align-self: flex-start;
}
.uai-bubble--user {
  background: #5e2563;
  color: #fff;
  align-self: flex-end;
}
.uai-shot {
  margin: 0.55rem 0 0;
}
.uai-shot img {
  border-radius: 0.75rem;
  border: 1px solid var(--line);
}
.uai-shot figcaption {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.25rem;
}
.uai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem 0;
  background: #fff;
}
.uai-actions button {
  border: 1px solid var(--line);
  background: var(--wash);
  border-radius: 999px;
  min-height: 36px;
  padding: 0.4rem 0.7rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 650;
  cursor: pointer;
  color: var(--ink);
}
.uai-actions button:hover {
  border-color: rgba(240, 137, 42, 0.45);
  background: #fff8f0;
}
.uai-actions button:focus-visible {
  outline: 2px solid #f0892a;
  outline-offset: 2px;
}
.uai-form {
  display: flex;
  gap: 0.4rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
  border-top: 1px solid var(--line);
}
.uai-form input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  font: inherit;
}
.uai-form input:focus-visible {
  outline: 2px solid #f0892a;
  outline-offset: 1px;
  border-color: #f0892a;
}
.uai-min:focus-visible,
.uai-close:focus-visible {
  outline: 2px solid #f9c23c;
  outline-offset: 2px;
}

.legal-note {
  margin: 0.25rem 0 1.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.95), rgba(255, 255, 255, 0.98)),
    #fff;
  border: 1px solid rgba(240, 137, 42, 0.2);
}
.legal-note h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
}
.legal-note p { margin: 0; color: var(--ink-soft); line-height: 1.5; }
.legal-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}
.legal-links a {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.legal-links a:hover {
  border-color: rgba(240, 137, 42, 0.45);
  box-shadow: 0 10px 24px rgba(18, 20, 26, 0.06);
}
.legal-links strong { display: block; margin-bottom: 0.2rem; }
.legal-links span { display: block; font-size: 0.86rem; color: var(--muted); }
.uai-note {
  margin: 0;
  padding: 0 0.85rem 0.7rem;
  font-size: 0.72rem;
  color: var(--muted);
  background: #fff;
}

.signup-steps {
  display: flex;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}
.signup-steps span {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #ddd8d0;
}
.signup-steps span.is-on { background: var(--accent); }
.signup-steps span.is-current { box-shadow: 0 0 0 3px rgba(240, 137, 42, 0.2); }

.pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.85rem;
}
.pick-card {
  border: 1.5px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  padding: 1.2rem;
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.pick-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.pick-card h3 { margin: 0 0 0.4rem; }
.pick-card p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }

@media (max-width: 900px) {
  .lane-picker { grid-template-columns: 1fr; }
  .nav-auth { display: none; }
  .uai { bottom: calc(4.85rem + env(safe-area-inset-bottom)); }
  .uai-fab-label { display: none; }
  .uai-fab { padding: 0.75rem; border-radius: 50%; }
}

/* User AI — panel hidden except Ask AI fab when closed/minimized */
.uai-panel[hidden] { display: none !important; }
.uai-fab[hidden] { display: none !important; }
.uai.is-closed .uai-panel { display: none !important; }
.uai-head-copy { min-width: 0; }
.uai-head-copy strong { display: block; font-size: 0.95rem; }
.uai-head-copy small { display: block; opacity: 0.85; font-size: 0.78rem; margin-top: 0.15rem; }
.uai-head-actions { display: flex; gap: 0.4rem; flex-shrink: 0; }
.uai-min,
.uai-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  min-width: 2.35rem;
  height: 2.1rem;
  padding: 0 0.55rem;
  border-radius: 0.55rem;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.uai-min:hover,
.uai-close:hover { background: rgba(255, 255, 255, 0.26); }
.uai-ctrl-icon { font-size: 0.95rem; line-height: 1; }
.uai-close .uai-ctrl-icon { font-size: 1.15rem; }
.uai-shot img { width: 100%; max-width: 220px; }

.sg-form {
  display: grid;
  gap: 0.85rem;
  max-width: 28rem;
}
.sg-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--ink-soft);
}
.sg-form input,
.sg-form select {
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.sg-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.sg-form-msg {
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
}
.sg-form-msg.is-error { background: #fde8e8; color: #8a1f1f; border: 1px solid #f3c1c1; }
.sg-form-msg.is-ok { background: #e8f6ee; color: #0f7a4c; border: 1px solid #b7e0c8; }
.sg-form-msg.is-info { background: #fff7eb; color: #6a4a18; border: 1px solid #f0d2a4; }

@media (max-width: 600px) {
  .sg-form .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .sg-particle { opacity: 0.35; }
  .sg-orb { filter: blur(40px); opacity: 0.35; }
  [data-reveal] { transition-duration: 0.45s; }
}

.card--story {
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.95), rgba(255, 255, 255, 0.98)),
    #fff;
  border: 1px solid rgba(240, 137, 42, 0.2);
  box-shadow: 0 16px 40px rgba(18, 20, 26, 0.06);
}
.card--story h2 {
  font-family: Fraunces, Georgia, serif;
  margin-top: 0;
}
.pick-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(18, 20, 26, 0.1);
}
.tabs .tab[aria-selected="true"] {
  box-shadow: 0 8px 20px rgba(240, 137, 42, 0.22);
}

.sg-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 140;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
  background: rgba(18, 20, 26, 0.94);
  color: #f6f4f1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.sg-cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.sg-cookie-inner p {
  margin: 0;
  flex: 1 1 18rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #e8e6e1;
}
.sg-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sg-cookie-actions .btn {
  min-height: 44px;
}
.sg-cookie-actions .btn-ghost {
  background: transparent;
  color: #f6f4f1;
  border-color: rgba(255, 255, 255, 0.28);
}
body:has(.sg-cookie-banner) {
  padding-bottom: 7.5rem;
}
body:has(.sg-cookie-banner) .uai {
  bottom: calc(5.75rem + env(safe-area-inset-bottom));
}
body:has(.sg-cookie-banner) .mobile-cta {
  bottom: calc(5.5rem + env(safe-area-inset-bottom));
}
