/* ============ AppFella Marketing Site Stylesheet ============ */

/* Fonts */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('../fonts/Sora-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('../fonts/Sora-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg-warm: #FAF9F6;
  --card: #FFFFFF;
  --ink: #0F172A;
  --ink-2: #475569;
  --ink-3: #64748B;
  --line: #E4E9F0;
  --brand: #FF6B4A;
  --brand-2: #FF8A6E;
  --brand-soft: #FFEFEA;
  --accent: #F1A80A;
  --accent-soft: #FDF3DC;
  --slate: #0F172A;
  --good: #16A34A;
  --good-soft: #E7F6EC;
  --good-deep: #147A38;
  --info: #2E7CD6;
  --info-soft: #E7F0FB;
  --info-deep: #1D5FA8;
  --s1: #2E7CD6;
  --s2: #FF6B4A;
  --s3: #14A97C;
  --s4: #F1A80A;
  --radius: 18px;
  --shadow: 0 2px 4px rgba(15,23,42,.04), 0 12px 28px -10px rgba(15,23,42,.08);
  --shadow-lg: 0 24px 50px -16px rgba(15,23,42,.12);
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Sora', 'Inter', -apple-system, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background: var(--bg-warm);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}

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

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

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Typography */
h1, h2, h3, .heading-display {
  font-family: var(--font-display);
  color: var(--slate);
  line-height: 1.25;
  overflow-wrap: break-word;
}

h2 {
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.kicker {
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--brand);
  margin-bottom: 8px;
  display: inline-block;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.section-head p {
  color: var(--ink-2);
  font-size: 16.5px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 11px;
  font-size: 14.5px;
  font-weight: 650;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background .15s, border-color .15s, transform .15s;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 4px 14px -3px rgba(255,107,74,.45);
}
.btn-primary:hover {
  background: var(--brand-2);
  transform: translateY(-1px);
}

.btn-ghost {
  background: var(--card);
  border-color: var(--line);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: var(--ink-3);
  transform: translateY(-1px);
}

.btn-amber {
  background: var(--accent);
  color: var(--slate);
  font-weight: 700;
}
.btn-amber:hover {
  background: #f8b826;
  transform: translateY(-1px);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  height: 68px;
  gap: 16px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.brand-link img {
  height: 30px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 8px;
}

.nav-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  transition: color .15s;
  white-space: nowrap;
}
.nav-link:hover {
  color: var(--brand);
}

.link-signin-mobile {
  display: none;
}

.header-acts {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.link-signin {
  font-size: 14px;
  font-weight: 650;
  color: var(--ink-2);
  padding: 6px 10px;
  transition: color .15s;
}
.link-signin:hover {
  color: var(--brand);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--ink);
  border-radius: 8px;
}

/* Hero Section */
.hero-section {
  padding: 60px 0 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.hero-copy h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.hero-lead {
  font-size: 16.5px;
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 26px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.trust-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 12.5px;
  color: var(--ink-2);
  font-weight: 550;
  line-height: 1.45;
}

.trust-note svg {
  color: var(--good);
  flex-shrink: 0;
  margin-top: 2px;
}
.trust-note span { flex: 1; min-width: 0; }

/* Dashboard Mockup Illustration (Hero) */
.mock-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mock-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mock-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.mock-logo {
  width: 26px;
  height: 26px;
}

.mock-title {
  font-size: 13.5px;
  font-weight: 750;
  color: var(--slate);
}

.mock-pill {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--good-soft);
  color: var(--good-deep);
  border-radius: 99px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
}

.mock-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--good);
}

.mock-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.mock-tile {
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px 13px;
}

.mock-tile-label {
  font-size: 11.5px;
  color: var(--ink-3);
  font-weight: 600;
}

.mock-tile-val {
  font-size: 22px;
  font-weight: 800;
  color: var(--slate);
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-body);
}

.mock-chart {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}

.mock-chart-head {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 650;
  color: var(--ink-2);
  margin-bottom: 6px;
}

.mock-chart-svg {
  width: 100%;
  height: 80px;
  display: block;
}

.trend-line {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawCurve 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
}

@keyframes drawCurve {
  to { stroke-dashoffset: 0; }
}

/* Secondary Mock: Campaign List Hint */
.mock-campaign-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 12px 16px;
  display: grid;
  gap: 8px;
}

.mock-c-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: .4px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
}

.mock-c-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
}

.c-chip {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 750;
  flex-shrink: 0;
}
.c-chip.pn { background: var(--brand-soft); color: var(--brand); }
.c-chip.ia { background: var(--accent-soft); color: var(--accent); }

.c-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.c-status {
  font-size: 10.5px;
  padding: 2px 7px;
  border-radius: 99px;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
}
.c-status.sent { background: var(--good-soft); color: var(--good-deep); }
.c-status.sched { background: var(--info-soft); color: var(--info-deep); }

/* 1. Why Engagement Matters Section (#why) */
.why-section {
  padding: 68px 0;
  background: linear-gradient(180deg, rgba(255,107,74,0.03) 0%, transparent 100%);
}

.why-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.why-stat-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.why-stat-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.why-num {
  font-family: var(--font-body);
  font-size: 34px;
  font-weight: 800;
  color: var(--brand);
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.why-claim {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0;
}

.why-sources {
  text-align: center;
  font-size: 11.5px;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.why-sources a {
  color: var(--ink-3);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.why-sources a:hover {
  color: var(--brand);
}

.why-thesis {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 650;
  color: var(--slate);
  box-shadow: var(--shadow);
  max-width: 860px;
  margin: 0 auto;
}
.why-balance {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-3);
  margin-top: 4px;
}

/* How It Works (#how) */
.how-section {
  padding: 68px 0;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.step-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.step-num {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 800;
  font-size: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.step-card h3 {
  font-size: 18px;
  font-weight: 750;
  margin-bottom: 8px;
}

.step-card p {
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.6;
}

.platform-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.plat-badge {
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 11.5px;
  font-weight: 650;
  color: var(--ink-2);
}

/* Mini visual inside Understand step */
.step-mini-chart {
  margin-top: 18px;
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
}
.mini-legend {
  display: flex;
  gap: 12px;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 4px;
}
.mini-swatch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}

/* 2. Key Features Section (#features) */
.features-section {
  padding: 68px 0;
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feat-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.feat-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.feat-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.feat-card h3 {
  font-size: 18px;
  font-weight: 750;
  margin-bottom: 8px;
}

.feat-card p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
}

/* Mini Node-Graph (Flow builder illustration) */
.node-graph {
  margin-top: 18px;
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.flow-node {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 700;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.flow-node.start { border-color: var(--brand-2); color: var(--brand); }
.flow-node.wait { border-color: var(--accent); color: var(--accent); }
.flow-node.branch { border-color: var(--good); color: var(--good-deep); }

.flow-connector {
  height: 2px;
  background: var(--line);
  flex: 1;
  position: relative;
}
.flow-connector::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--ink-3);
  border-top: 2px solid var(--ink-3);
  transform: rotate(45deg);
}

/* Mini Lifecycle chips */
.lifecycle-chips {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.l-chip {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 99px;
}
.l-chip.new { background: var(--info-soft); color: var(--info-deep); }
.l-chip.loyal { background: var(--good-soft); color: var(--good-deep); }
.l-chip.risk { background: var(--brand-soft); color: var(--brand); }

/* Channels (#channels) */
.channels-section {
  padding: 68px 0;
}

.chan-grid-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}

.channel-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.channel-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.chan-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.channel-card h3 {
  font-size: 16.5px;
  font-weight: 750;
  margin-bottom: 6px;
}

.channel-card p {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* 3. Who It's For Section (#for-you) */
.for-you-section {
  padding: 68px 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.audience-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.audience-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.audience-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.audience-card h3 {
  font-size: 18px;
  font-weight: 750;
  margin-bottom: 8px;
}

.audience-card p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
}

.for-you-strip {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 24px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--shadow);
}

/* 4. Services (#services) */
.services-section {
  padding: 40px 0 68px;
}

.services-panel {
  background: var(--slate);
  color: #fff;
  border-radius: 24px;
  padding: 52px 44px;
  box-shadow: var(--shadow-lg);
}

.services-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.services-copy .serv-logo {
  height: 36px;
  width: auto;
  margin-bottom: 22px;
}

.services-copy h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 16px;
}

.services-copy p {
  color: #CBD5E1;
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: 26px;
}

.services-badge-list {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
}

.serv-item {
  display: flex;
  gap: 12px;
  font-size: 13.5px;
  color: #E2E8F0;
}

.serv-check {
  color: var(--accent);
  font-weight: 800;
}

/* Closing Section */
.closing-section {
  padding: 40px 0 68px;
  text-align: center;
}

.closing-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 44px 28px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}

.closing-panel h2 {
  font-size: 27px;
  margin-bottom: 20px;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 36px 0;
  background: #fff;
  font-size: 13.5px;
  color: var(--ink-2);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  height: 24px;
  width: 24px;
}

.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-nav a:hover {
  color: var(--brand);
}

/* Motion / Scroll Reveals with Stagger */
.reveal-ready .reveal-item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease-out, transform .35s ease-out;
}

.reveal-ready .reveal-item.revealed {
  opacity: 1;
  transform: none;
}

.reveal-ready .why-stat-grid .reveal-item:nth-child(1) { transition-delay: 0ms; }
.reveal-ready .why-stat-grid .reveal-item:nth-child(2) { transition-delay: 60ms; }
.reveal-ready .why-stat-grid .reveal-item:nth-child(3) { transition-delay: 120ms; }
.reveal-ready .why-stat-grid .reveal-item:nth-child(4) { transition-delay: 180ms; }

.reveal-ready .step-grid .reveal-item:nth-child(1) { transition-delay: 0ms; }
.reveal-ready .step-grid .reveal-item:nth-child(2) { transition-delay: 70ms; }
.reveal-ready .step-grid .reveal-item:nth-child(3) { transition-delay: 140ms; }

.reveal-ready .feat-grid .reveal-item:nth-child(1) { transition-delay: 0ms; }
.reveal-ready .feat-grid .reveal-item:nth-child(2) { transition-delay: 70ms; }
.reveal-ready .feat-grid .reveal-item:nth-child(3) { transition-delay: 140ms; }

.reveal-ready .audience-grid .reveal-item:nth-child(1) { transition-delay: 0ms; }
.reveal-ready .audience-grid .reveal-item:nth-child(2) { transition-delay: 70ms; }
.reveal-ready .audience-grid .reveal-item:nth-child(3) { transition-delay: 140ms; }

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .trend-line {
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}

/* Responsive Media Queries */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .why-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .services-panel { padding: 40px 24px; }
}

@media (max-width: 720px) {
  .container { padding: 0 16px; width: 100%; max-width: 100vw; }
  .header-inner { height: 56px; gap: 8px; justify-content: space-between; }
  .brand-link img { height: 22px; width: auto; }
  
  .header-nav {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 16px 18px;
    gap: 14px;
    align-items: flex-start;
    box-shadow: var(--shadow-lg);
    margin-left: 0;
    z-index: 100;
  }
  .header-nav.open { display: flex; }
  .nav-toggle { display: block; padding: 4px; }
  .header-acts { gap: 6px; margin-left: auto; }
  .header-acts .link-signin { display: none; }
  .link-signin-mobile { display: block; font-weight: 650; color: var(--ink-2); }
  
  .btn { padding: 6px 11px; font-size: 12.5px; border-radius: 8px; }
  .hero-section { padding: 28px 0 24px; }
  .hero-copy h1 { font-size: 22px; letter-spacing: -0.3px; line-height: 1.25; margin-bottom: 12px; }
  .hero-lead { font-size: 13.5px; line-height: 1.5; margin-bottom: 16px; }
  .hero-ctas { gap: 8px; margin-bottom: 12px; }
  .trust-note { font-size: 11px; line-height: 1.4; }
  
  .mock-card { padding: 12px; border-radius: 14px; margin-top: 12px; }
  .mock-tiles { grid-template-columns: 1fr; gap: 6px; }
  .mock-tile { padding: 8px 10px; }
  .mock-tile-val { font-size: 18px; }
  
  .why-stat-grid { grid-template-columns: 1fr; gap: 12px; }
  .why-num { font-size: 28px; }
  .why-thesis { font-size: 13.5px; padding: 16px 18px; }
  
  h2 { font-size: 20px; letter-spacing: -0.3px; }
  .section-head { margin-bottom: 20px; }
  .section-head p { font-size: 13.5px; }
  
  .why-section, .how-section, .features-section, .channels-section, .for-you-section { padding: 36px 0; }
  .step-card, .feat-card, .channel-card, .audience-card { padding: 18px 14px; border-radius: 14px; }
  .step-card h3, .feat-card h3, .channel-card h3, .audience-card h3 { font-size: 15.5px; }
  .step-card p, .feat-card p, .channel-card p, .audience-card p { font-size: 13px; }
  
  .chan-grid-5 { grid-template-columns: 1fr; gap: 10px; }
  .for-you-strip { font-size: 11.5px; padding: 12px 14px; border-radius: 12px; line-height: 1.5; }
  
  .services-section { padding: 28px 0 40px; }
  .services-panel { padding: 28px 16px; border-radius: 16px; }
  .services-copy .serv-logo { height: 26px; margin-bottom: 14px; }
  .services-copy h2 { font-size: 21px; }
  .services-copy p { font-size: 13.5px; margin-bottom: 18px; }
  .services-badge-list { padding: 14px; gap: 8px; }
  .serv-item { font-size: 12px; gap: 8px; }
  
  .closing-section { padding: 28px 0 40px; }
  .closing-panel { padding: 24px 14px; border-radius: 14px; }
  .closing-panel h2 { font-size: 18px; margin-bottom: 14px; }
  
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-nav { flex-direction: column; gap: 8px; }
  .node-graph { padding: 8px 10px; gap: 4px; }
  .flow-node { padding: 4px 7px; font-size: 10px; }
  .flow-connector { min-width: 10px; }
  .mock-campaign-panel { padding: 10px 12px; }
  .mock-c-row { font-size: 11.5px; }
  .why-thesis { padding: 16px 14px; font-size: 13.5px; }
  .why-balance { font-size: 11.5px; }

}
