:root {
  --ink: #10201c;
  --muted: #5c6f68;
  --line: #dbe8e2;
  --paper: #ffffff;
  --soft: #f3faf6;
  --green: #12a66a;
  --green-dark: #087a4c;
  --blue: #1468d8;
  --blue-soft: #e9f2ff;
  --gold: #e6b436;
  --gold-soft: #fff5d8;
  --orange: #ff8b1f;
  --cosmic: #111827;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", "Outfit", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  font-weight: 900;
}

.brand-logo-lockup {
  width: 78px;
  height: 40px;
  overflow: visible;
  background: #fff;
  border: 0;
}

.brand-logo-lockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

.brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav-links a:hover {
  color: var(--green-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 1.4rem;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  white-space: nowrap;
  transition: 0.18s ease;
}

.button-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.button-icon.dark {
  width: 19px;
  height: 19px;
}

.button.primary {
  color: var(--cosmic);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(230, 180, 54, 0.25);
}

.button.primary:hover {
  background: #f5c64a;
}

.button.secondary {
  color: var(--green-dark);
  background: #fff;
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--green);
}

.button.blue {
  color: #fff;
  background: var(--blue);
}

.button.full {
  width: 100%;
}

.section {
  padding: 84px 0;
}

.section.soft {
  background: var(--soft);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 68px 0 62px;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 180, 54, 0.26), transparent 30%),
    radial-gradient(circle at 16% 12%, rgba(20, 104, 216, 0.1), transparent 28%),
    linear-gradient(180deg, #fffaf0, #fff);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.58fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--green-dark);
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.7rem);
  max-width: 830px;
}

.hero-title {
  display: grid;
  gap: 4px;
  max-width: 760px;
  font-size: clamp(3rem, 6.2vw, 5.25rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-title span,
.hero-title em {
  display: block;
}

.hero-title em {
  width: fit-content;
  padding: 6px 14px 10px;
  border-radius: 12px;
  color: var(--cosmic);
  background: linear-gradient(90deg, var(--gold), #ffe9a8);
  font-style: normal;
  box-shadow: 0 16px 34px rgba(230, 180, 54, 0.22);
}

.hero-eyebrow {
  padding: 6px 12px;
  border: 1px solid rgba(18, 166, 106, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.05rem);
  max-width: 820px;
}

h3 {
  font-size: 1.24rem;
}

.lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  line-height: 1.68;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.store-button {
  min-height: 54px;
  padding: 8px 20px;
  color: #fff;
  background: #111d19;
  border-radius: 8px;
}

.store-button span {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.store-button strong {
  display: block;
  line-height: 1.1;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
  max-width: 780px;
}

.stat {
  min-height: 158px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.24rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.stat span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.phone-stage {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}

.hero-media-card {
  align-self: stretch;
  min-height: 640px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 240, 0.92)),
    radial-gradient(circle at 50% 50%, rgba(230, 180, 54, 0.14), transparent 54%);
  box-shadow: var(--shadow);
}

.phone-stage::before {
  content: "";
  position: absolute;
  inset: 54px 12px 46px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(230, 180, 54, 0.26), rgba(17, 24, 39, 0.08));
}

.hero-media-card::before {
  inset: 78px 54px 42px;
  border-radius: 34px;
}

.phone-stage img,
.phone-stage video {
  position: relative;
  width: min(640px, 88vw);
  max-height: 420px;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 30px 46px rgba(16, 32, 28, 0.16));
}

.hero-media-card img,
.hero-media-card video {
  width: min(340px, 100%);
  max-height: none;
  object-fit: cover;
  aspect-ratio: 9 / 16;
  background: #07131f;
  border-radius: 24px;
  box-shadow: 0 28px 52px rgba(10, 22, 34, 0.2);
}

.media-badge {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 18px;
  max-width: 280px;
  padding: 7px 12px;
  border: 1px solid rgba(230, 180, 54, 0.42);
  border-radius: 999px;
  color: var(--cosmic);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 690px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.68;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 32, 28, 0.04);
}

.rate-card {
  display: flex;
  min-height: 236px;
  flex-direction: column;
  justify-content: space-between;
}

.rate-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.brand-chip {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.rates-list {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.rate-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.rate-line span {
  color: var(--muted);
}

.rate-line strong {
  color: var(--green-dark);
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 70px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1fr);
  gap: 46px;
  align-items: center;
}

.proof-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.proof-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  display: flex;
  gap: 12px;
  color: var(--muted);
}

.proof-list li::before {
  content: "✓";
  color: var(--green-dark);
  font-weight: 900;
}

.testimonial {
  display: grid;
  gap: 14px;
  min-width: 360px;
}

.testimonial p {
  margin: 0;
  color: var(--muted);
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 800;
}

.avatar.portrait {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 50% 34%, #3b2119 0 18%, transparent 19%),
    radial-gradient(circle at 50% 47%, #5b3428 0 24%, transparent 25%),
    linear-gradient(180deg, #eaf6ff 0 48%, #0f8a5f 49% 100%);
  box-shadow: 0 8px 18px rgba(16, 32, 28, 0.12);
}

.avatar.portrait::before,
.avatar.portrait::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.avatar.portrait::before {
  top: 18px;
  width: 30px;
  height: 34px;
  border-radius: 50% 50% 42% 42%;
  background: #6a3e2f;
  box-shadow: inset 7px 0 0 rgba(255, 255, 255, 0.08);
}

.avatar.portrait::after {
  bottom: -14px;
  width: 54px;
  height: 34px;
  border-radius: 20px 20px 0 0;
  background: #0f8a5f;
}

.avatar.portrait span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 28px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
  box-shadow: -9px 0 0 #111, -4px 13px 0 -1px #2c1712;
}

.avatar.portrait.merchant { background: radial-gradient(circle at 50% 34%, #23130f 0 20%, transparent 21%), radial-gradient(circle at 50% 47%, #5b3428 0 24%, transparent 25%), linear-gradient(180deg, #fff4d6 0 48%, #d23d56 49% 100%); }
.avatar.portrait.gamer { background: radial-gradient(circle at 50% 34%, #141414 0 20%, transparent 21%), radial-gradient(circle at 50% 47%, #4c2b22 0 24%, transparent 25%), linear-gradient(180deg, #eaf0ff 0 48%, #144a9a 49% 100%); }
.avatar.portrait.nurse { background: radial-gradient(circle at 50% 34%, #2b1a14 0 18%, transparent 19%), radial-gradient(circle at 50% 47%, #6b3e30 0 24%, transparent 25%), linear-gradient(180deg, #f4fbff 0 48%, #ffffff 49% 100%); }
.avatar.portrait.developer { background: radial-gradient(circle at 50% 34%, #1f1511 0 19%, transparent 20%), radial-gradient(circle at 50% 47%, #5b3328 0 24%, transparent 25%), linear-gradient(180deg, #eef4ff 0 48%, #1d2636 49% 100%); }
.avatar.portrait.creative { background: radial-gradient(circle at 50% 34%, #271813 0 20%, transparent 21%), radial-gradient(circle at 50% 47%, #6b3d2e 0 24%, transparent 25%), linear-gradient(180deg, #fff0f5 0 48%, #a72a7d 49% 100%); }
.avatar.portrait.rider { background: radial-gradient(circle at 50% 34%, #1f1511 0 18%, transparent 19%), radial-gradient(circle at 50% 47%, #5a3328 0 24%, transparent 25%), linear-gradient(180deg, #fff9e9 0 48%, #e6b436 49% 100%); }
.avatar.portrait.owner { background: radial-gradient(circle at 50% 34%, #22140f 0 20%, transparent 21%), radial-gradient(circle at 50% 47%, #6b3e30 0 24%, transparent 25%), linear-gradient(180deg, #f0fff7 0 48%, #0c6f4c 49% 100%); }
.avatar.portrait.freelancer { background: radial-gradient(circle at 50% 34%, #17110e 0 19%, transparent 20%), radial-gradient(circle at 50% 47%, #5b3428 0 24%, transparent 25%), linear-gradient(180deg, #eef6ff 0 48%, #2563eb 49% 100%); }
.avatar.portrait.graduate { background: radial-gradient(circle at 50% 34%, #19100d 0 20%, transparent 21%), radial-gradient(circle at 50% 47%, #61382b 0 24%, transparent 25%), linear-gradient(180deg, #f4f0ff 0 48%, #5b3ab6 49% 100%); }

.persona-note {
  display: inline-block;
  margin-top: 4px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-marquee {
  overflow: hidden;
  padding: 2px;
}

.testimonial-marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: testimonial-scroll 115s linear infinite;
}

.testimonial-marquee:hover .testimonial-marquee-track {
  animation-play-state: paused;
}

@keyframes testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
}

.tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--soft);
  font-weight: 800;
  font-size: 0.82rem;
}

.article-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.page-hero {
  padding: 68px 0;
  background: linear-gradient(180deg, #f7fcf9, #fff);
}

.page-hero .lead {
  max-width: 780px;
}

.social-hero {
  padding: 78px 0 72px;
  background:
    linear-gradient(115deg, rgba(243, 250, 246, 0.96) 0 48%, rgba(255, 245, 216, 0.78) 48% 100%),
    radial-gradient(circle at 82% 18%, rgba(20, 104, 216, 0.12), transparent 30%);
}

.social-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 48px;
  align-items: center;
}

.social-hero h1 {
  font-size: clamp(2.65rem, 5.4vw, 4.75rem);
  max-width: 820px;
}

.social-hero h1 span {
  display: inline-block;
  padding: 0 12px 6px;
  border-radius: 10px;
  background: var(--gold);
}

.code-panel {
  position: relative;
  min-height: 300px;
  padding: 30px;
  display: grid;
  align-content: end;
  gap: 14px;
  border: 1px solid rgba(230, 180, 54, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 245, 216, 0.88)),
    repeating-linear-gradient(135deg, rgba(18, 166, 106, 0.08) 0 1px, transparent 1px 12px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.code-panel::before {
  content: "";
  position: absolute;
  inset: 20px 20px auto auto;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(18, 166, 106, 0.24);
  border-radius: 20px;
  transform: rotate(8deg);
}

.code-panel span {
  position: relative;
  color: var(--green-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.code-panel strong {
  position: relative;
  font-size: clamp(2.35rem, 4.6vw, 3.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.code-panel p {
  position: relative;
  margin: 0;
  color: var(--muted);
}

.code-panel.compact {
  min-height: 260px;
}

.channel-hero {
  background:
    linear-gradient(180deg, #f7fcf9, #fff),
    radial-gradient(circle at 78% 24%, rgba(230, 180, 54, 0.2), transparent 30%);
}

.social-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.social-command-card,
.social-action-card,
.social-script {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 32, 28, 0.05);
}

.social-command-card.dark {
  color: #fff;
  background: #11221e;
  border-color: rgba(255, 255, 255, 0.12);
}

.social-command-card.dark .eyebrow,
.social-command-card.dark .social-note {
  color: rgba(255, 255, 255, 0.72);
}

.social-command-card.dark p {
  color: rgba(255, 255, 255, 0.86);
}

.profile-bio-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style-position: inside;
  color: var(--muted);
}

.profile-bio-list li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  font-weight: 760;
}

.social-note {
  margin-top: 18px;
  font-size: 0.9rem;
}

.social-action-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-action-card p,
.social-script p {
  color: var(--muted);
}

.social-script-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.social-script {
  min-height: 280px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.topic-chip {
  min-height: 126px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(16, 32, 28, 0.035);
}

.topic-chip span {
  display: block;
  margin-bottom: 16px;
  color: var(--green-dark);
  font-size: 0.82rem;
}

.safety-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--green-dark);
  flex: 0 0 auto;
}

.metrics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.metrics-grid span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--soft);
  font-weight: 850;
  font-size: 0.9rem;
}

.content {
  max-width: 820px;
}

.content h2 {
  margin-top: 38px;
  font-size: 2rem;
}

.content p,
.content li {
  color: var(--muted);
}

.content a {
  color: var(--green-dark);
  font-weight: 750;
}

.contact-band {
  color: #fff;
  background: #0f2a24;
}

.contact-band .lead,
.contact-band p {
  color: rgba(255, 255, 255, 0.74);
}

.footer {
  padding: 54px 0 34px;
  color: rgba(255, 255, 255, 0.76);
  background: #0c1714;
}

.language-select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.brand-logo-strip {
  position: relative;
  margin-top: -28px;
  z-index: 2;
}

.brand-logo-strip .container {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.logo-marquee {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: logo-scroll 95s linear infinite;
}

.brand-logo-card {
  min-width: 168px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.brand-logo-card strong {
  font-size: 0.92rem;
}

.brand-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #fff;
  background: var(--cosmic);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: center;
}

.brand-logo.mini {
  width: 40px;
  height: 40px;
  font-size: 0.55rem;
}

.brand-logo-img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.brand-logo-fallback {
  display: none;
}

.brand-logo-img:not([src]),
.brand-logo-img[src=""] {
  display: none;
}

.brand-logo-img:not([src]) + .brand-logo-fallback,
.brand-logo-img[src=""] + .brand-logo-fallback {
  display: block;
}

.brand-logo.apple { background: #f5f5f5; color: #111; }
.brand-logo.chime { background: #f2fff8; color: #10c776; }
.brand-logo.steam { background: #10255f; }
.brand-logo.razer { background: #050505; color: #f4b740; }
.brand-logo.sephora { background: #000; }
.brand-logo.ebay { background: #fff; color: #e53238; }
.brand-logo.xbox { background: #107c10; }
.brand-logo.google { background: #fff; color: #4285f4; }
.brand-logo.amazon { background: #fff; color: #111; }
.brand-logo.amex { background: #0a7adf; }
.brand-logo.vanilla { background: #fff; color: #e52b2f; }
.brand-logo.visa { background: #fff; color: #1a55a2; }
.brand-logo.target { background: #cc1430; }
.brand-logo.walmart { background: #fff; color: #2671c8; }
.brand-logo.bestbuy { background: #1450aa; }
.brand-logo.footlocker { background: #fff; color: #e51b23; }
.brand-logo.gamestop { background: #fff; color: #111; }
.brand-logo.macys { background: #df1236; }
.brand-logo.nike { background: #ff3b20; }
.brand-logo.nordstrom { background: #000; }
.brand-logo.playstation { background: #16489a; }
.brand-logo.roblox { background: #050505; }
.brand-logo.homedepot { background: #f96302; }
.brand-logo.arcteryx { background: #fff; color: #111; }
.brand-logo.kohls { background: #fff; color: #111; }
.brand-logo.cvs { background: #fff; color: #d71920; }
.brand-logo.zift { background: #fff; color: #111; }

@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.visual-collage {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.visual-collage img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.rate-table-shell {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.rate-table-head,
.rate-table-row {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr repeat(3, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
}

.rate-table-head {
  color: var(--muted);
  background: var(--gold-soft);
  font-weight: 800;
}

.rate-table-row {
  border-top: 1px solid var(--line);
}

.rate-table-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.rate-table-brand strong {
  overflow-wrap: anywhere;
}

.video-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 340px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.video-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  scroll-snap-align: start;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.video-card img,
.video-card video {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.video-card video {
  display: block;
}

.video-overlay {
  position: absolute;
  inset: auto 14px 14px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.video-overlay span {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.82rem;
}

.video-overlay button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--cosmic);
  background: var(--gold);
}

.video-card.is-playing .video-overlay {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s ease;
}

.article-feature {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, var(--gold-soft));
}

.media-highlight-card,
.source-card,
.hub-card,
.funnel-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 32, 28, 0.05);
}

.media-highlight-card h3,
.source-card h3,
.hub-card h3,
.funnel-card h3 {
  margin-top: 14px;
}

.media-highlight-card p,
.source-card p,
.hub-card p,
.funnel-card p {
  color: var(--muted);
}

.source-score {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cosmic);
  background: var(--gold);
  font-weight: 900;
}

.source-card a {
  color: var(--green-dark);
  font-weight: 800;
}

.hub-rate {
  width: fit-content;
  margin: 18px 0;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--soft);
  font-size: 1.1rem;
  font-weight: 900;
}

.pipeline {
  display: grid;
  gap: 14px;
  counter-reset: pipeline;
}

.pipeline-step {
  position: relative;
  padding: 18px 18px 18px 62px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.pipeline-step::before {
  counter-increment: pipeline;
  content: counter(pipeline);
  position: absolute;
  left: 16px;
  top: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--cosmic);
  font-weight: 900;
}

.news-ticker {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0;
}

.news-pill {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 0.7fr);
  gap: 32px;
}

.footer h3,
.footer strong {
  color: #fff;
}

.footer a {
  display: block;
  margin: 9px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

@media (max-width: 920px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .site-header.open .nav {
    flex-wrap: wrap;
  }

  .site-header.open .nav-links,
  .site-header.open .nav-actions {
    display: grid;
    width: 100%;
    gap: 14px;
    padding-bottom: 18px;
  }

  .hero-grid,
  .split,
  .social-hero-grid,
  .social-command-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .phone-stage {
    min-height: 560px;
  }

  .grid.three,
  .grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-script-grid,
  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visual-collage,
  .rate-table-head,
  .rate-table-row {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 58px 0;
  }

  .hero {
    padding: 48px 0 42px;
  }

  .stat-row,
  .grid.three,
  .grid.four,
  .social-script-grid,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .social-hero {
    padding: 52px 0 44px;
  }

  .code-panel {
    min-height: 220px;
  }

  .button,
  .store-button {
    width: 100%;
  }

  .step {
    padding-left: 0;
    padding-top: 62px;
  }

  .footer-bottom {
    display: block;
  }

  .brand-logo-card {
    min-width: 150px;
  }

  .video-card,
  .video-card img,
  .video-card video {
    min-height: 380px;
  }

  .brand-logo-lockup {
    width: 68px;
    height: 36px;
  }

  .hero-media-card {
    min-height: 560px;
    padding: 14px;
  }

  .hero-media-card img,
  .hero-media-card video {
    width: min(315px, 100%);
  }

  .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.8rem);
    line-height: 1;
  }

  .media-badge {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    font-size: 0.68rem;
  }

  .stat {
    min-height: auto;
  }

  .testimonial {
    min-width: min(86vw, 360px);
  }
}

/* ==============================================
   AIHOT-style enhancements — recommendation,
   reading time, category filters, compact cards
   ============================================== */

/* ---- recommendation reason ---- */
.recommendation-reason {
  margin: 14px 0 8px;
  padding: 10px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: var(--gold-soft);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

/* ---- reading time ---- */
.reading-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
}

/* ---- discussions count badge ---- */
.discussions-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
  background: #fff;
}

/* ---- timestamp ---- */
.timestamp {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 650;
}

/* ---- category filter bar (AIHOT-style pills) ---- */
.category-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  padding: 6px 0;
}

.category-pill {
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  cursor: pointer;
  transition: 0.15s ease;
  user-select: none;
  white-space: nowrap;
}

.category-pill:hover {
  border-color: var(--green);
  color: var(--green-dark);
}

.category-pill.active {
  background: var(--gold);
  color: var(--cosmic);
  border-color: var(--gold);
  box-shadow: 0 6px 16px rgba(230, 180, 54, 0.22);
}

/* ---- trending badge ---- */
.trending-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  animation: trending-pulse 2s ease-in-out infinite;
}

@keyframes trending-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}

/* ---- compact source card (higher density like AIHOT) ---- */
.source-card.compact {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto;
  gap: 10px 16px;
  padding: 20px 20px 16px;
  align-items: start;
}

.source-card.compact .source-score {
  position: static;
  grid-row: 1 / span 2;
}

.compact-card-body {
  display: grid;
  gap: 6px;
}

.compact-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.compact-card-meta .reading-time,
.compact-card-meta .discussions-count {
  flex-shrink: 0;
}

.compact-timestamp {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 650;
}

/* ---- rate card recommendation ---- */
.rate-recommendation {
  margin: 12px 0 0;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

/* ---- responsive: new elements ---- */
@media (max-width: 920px) {
  .source-card.compact {
    grid-template-columns: 44px 1fr;
    gap: 8px 12px;
    padding: 16px 16px 12px;
  }

  .category-filter-bar {
    gap: 6px;
    margin-bottom: 20px;
  }

  .category-pill {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 620px) {
  .source-card.compact {
    grid-template-columns: 1fr;
  }

  .source-card.compact .source-score {
    grid-row: auto;
    width: 40px;
    height: 40px;
    font-size: 0.68rem;
  }

  .recommendation-reason {
    margin: 10px 0 4px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .compact-card-meta {
    gap: 6px;
  }

  .category-pill {
    padding: 5px 10px;
    font-size: 0.76rem;
  }
}
