/* AttnLog marketing — light, teal-slate professional SaaS */
:root {
  --ink: #0b1f24;
  --ink-soft: #26424a;
  --muted: #4e6a71;
  --canvas: #eef4f2;
  --surface: #f7faf9;
  --card: #ffffff;
  --line: rgba(11, 61, 74, 0.12);
  --line-soft: rgba(11, 61, 74, 0.07);
  --teal: #0b3d4a;
  --teal-mid: #1a6b6a;
  --accent: #2f9e88;
  --accent-deep: #1f7a68;
  --accent-wash: rgba(47, 158, 136, 0.1);
  --warm: #b96f22;
  --header-h: 4.25rem;
  --radius: 0.9rem;
  --radius-sm: 0.55rem;
  --shadow-sm: 0 1px 2px rgba(11, 31, 36, 0.05), 0 6px 16px rgba(11, 31, 36, 0.05);
  --shadow-md: 0 2px 4px rgba(11, 31, 36, 0.06), 0 16px 34px rgba(11, 31, 36, 0.09);
  --ai-gradient: linear-gradient(
    100deg,
    #6d5bd0 0%,
    #2f9e88 18%,
    #34b6d8 36%,
    #e8a33d 54%,
    #e0629b 72%,
    #6d5bd0 100%
  );
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body: "Sora", "Noto Sans Devanagari", "Segoe UI", sans-serif;
  --font-hi: "Noto Sans Devanagari", "Sora", sans-serif;
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(47, 158, 136, 0.16), transparent 55%),
    radial-gradient(900px 500px at 100% 8%, rgba(212, 137, 58, 0.09), transparent 50%),
    linear-gradient(180deg, #e8f1ee 0%, var(--canvas) 28%, #e6efec 100%);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--teal);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 0.3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--teal);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
  border-radius: 0.4rem;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.shell.narrow {
  width: min(760px, calc(100% - 2.5rem));
}

/* Hindi confined to floor + works blocks */
.en-sub {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 38ch;
}

.hi-lede {
  font-family: var(--font-hi);
  font-weight: 500;
  color: var(--ink-soft);
}

.hi-lede .en-inline {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--muted);
}

.hi-solve {
  display: block;
  margin: 0.15rem 0 0.4rem;
  font-family: var(--font-hi);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--teal-mid);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  backdrop-filter: blur(14px);
  background: rgba(247, 250, 249, 0.82);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(247, 250, 249, 0.94);
  box-shadow: 0 6px 20px rgba(11, 31, 36, 0.05);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--teal);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

/* The chip rides the wordmark like a superscript, so the header reads as one
   brand mark rather than a logo with something bolted on beside it. */
.brand-lockup {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.nav-ai {
  position: absolute;
  top: -0.5rem;
  left: 100%;
  margin-left: -0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.16rem 0.4rem 0.16rem 0.3rem;
  border-radius: 999px;
  background: var(--ai-gradient);
  background-size: 320% 100%;
  animation: aiHue 7s linear infinite;
  color: #fff;
  text-decoration: none;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(11, 31, 36, 0.18);
  transition: transform 0.25s var(--ease), filter 0.25s var(--ease);
}

.nav-ai svg {
  width: 0.72rem;
  height: 0.72rem;
  animation: aiSparkle 2.8s var(--ease) infinite;
  transform-origin: 50% 50%;
}

@keyframes aiSparkle {
  0%, 62%, 100% { transform: rotate(0deg) scale(1); opacity: 0.92; }
  70% { transform: rotate(18deg) scale(1.18); opacity: 1; }
  78% { transform: rotate(-12deg) scale(1.08); opacity: 1; }
  86% { transform: rotate(0deg) scale(1.14); opacity: 1; }
}



.nav-ai:hover {
  color: #fff;
  filter: brightness(1.14);
}

.logo-mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.4rem;
  background: linear-gradient(145deg, var(--accent) 0%, var(--teal) 70%);
  position: relative;
  flex-shrink: 0;
}

.logo-mark::after {
  content: "";
  position: absolute;
  inset: 28%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border-top-color: transparent;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 0.2s var(--ease);
}

.site-nav a:hover {
  color: var(--teal);
}

.site-nav .nav-cta {
  color: #fff;
  background: var(--teal);
  padding: 0.55rem 1rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.site-nav .nav-cta:hover {
  background: var(--teal-mid);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--teal);
  position: relative;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bar::before {
  top: -5px;
}

.nav-toggle-bar::after {
  top: 5px;
}

/* Hero — full-bleed workplace photo */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: flex-end;
  padding: 4.5rem 0 4rem;
  overflow: clip;
  color: #eef6f4;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 40%;
  aspect-ratio: 1600 / 1067;
  transform: scale(1.02);
  animation: heroKen 18s var(--ease) forwards;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(6, 28, 34, 0.93) 0%, rgba(8, 42, 50, 0.8) 42%, rgba(8, 42, 50, 0.42) 100%),
    linear-gradient(0deg, rgba(6, 28, 34, 0.6) 0%, transparent 45%);
  pointer-events: none;
}

.brand-signal {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 6.5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #fff;
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f3faf8;
  max-width: 20ch;
}

.hero-lede {
  margin: 0 0 1.5rem;
  color: rgba(232, 244, 241, 0.88);
  max-width: 46ch;
  font-size: 1.05rem;
}

.hero-lede strong {
  color: #9fd9ce;
  font-weight: 600;
}

.hero-points {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 40rem;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.34rem 0.75rem 0.34rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #e6f4f0;
  backdrop-filter: blur(4px);
}

.hero-points li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease),
    border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background: var(--teal-mid);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.btn-ghost {
  background: transparent;
  color: var(--teal);
  border-color: rgba(11, 61, 74, 0.28);
}

.btn-ghost:hover {
  background: rgba(11, 61, 74, 0.06);
  color: var(--teal);
}

.hero .btn-primary {
  background: var(--accent);
  color: #052128;
}

.hero .btn-primary:hover {
  background: #4ec9b0;
  color: #052128;
}

.hero .btn-ghost {
  color: #e8f4f1;
  border-color: rgba(255, 255, 255, 0.4);
}

.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@keyframes heroRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroKen {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1.02);
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  opacity: 0;
  transform: translateY(16px);
  animation: heroRise 0.8s var(--ease) forwards;
}

/* Sections */
.section {
  padding: 5.5rem 0;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: var(--accent-wash);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.section h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--teal);
  max-width: 26ch;
  text-wrap: balance;
}

.section-lede {
  margin: 0 0 2.5rem;
  color: var(--ink-soft);
  max-width: 56ch;
}

/* Problems */
.floor {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.16));
  border-block: 1px solid var(--line);
}

.floor h2,
.works h2 {
  font-family: var(--font-hi), var(--font-display);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.scenario {
  position: relative;
  padding: 1.5rem 1.4rem 1.6rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.scenario::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--teal-mid));
  opacity: 0.85;
}

.scenario:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(47, 158, 136, 0.3);
}

.scenario-icon {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.75rem;
  color: var(--accent-deep);
}

.scenario-icon svg {
  width: 100%;
  height: 100%;
}

.scenario-tag {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm);
}

.scenario h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.16rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.3;
}

.scenario-hi {
  margin: 0 0 0.9rem !important;
  font-family: var(--font-hi);
  font-size: 0.92rem !important;
  font-weight: 600;
  color: var(--teal-mid) !important;
}

.scenario p {
  margin: 0 0 0.7rem;
  font-size: 0.93rem;
  color: var(--muted);
  line-height: 1.6;
}

.scenario p:last-child {
  margin-bottom: 0;
}

.scenario-problem strong,
.scenario-fix strong {
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  vertical-align: 0.08em;
}

.scenario-problem strong {
  color: var(--ink-soft);
}

.scenario-fix {
  padding-top: 0.7rem;
  border-top: 1px dashed var(--line);
  color: var(--ink-soft) !important;
}

.scenario-fix strong {
  color: var(--accent-deep);
}

/* Selfie critique */
.selfie {
  background:
    linear-gradient(135deg, rgba(11, 61, 74, 0.97), rgba(15, 76, 92, 0.94)),
    var(--teal);
  color: #e8f4f1;
}

.selfie-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 3rem;
  align-items: start;
}

.selfie .eyebrow {
  color: #b6e7dc;
  background: rgba(255, 255, 255, 0.1);
}

.selfie h2 {
  color: #fff;
  max-width: 20ch;
}

.selfie .section-lede {
  color: rgba(232, 244, 241, 0.84);
  margin-bottom: 2rem;
}

.selfie-visual {
  margin: 0;
}

.selfie-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 48px rgba(3, 18, 22, 0.35);
}

.selfie-visual figcaption {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(232, 244, 241, 0.72);
}

.critique-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: critique;
  display: grid;
  gap: 1.1rem;
}

.critique-list li {
  counter-increment: critique;
  position: relative;
  padding: 0 0 0 3rem;
}

.critique-list li::before {
  content: counter(critique);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(159, 217, 206, 0.35);
  color: #9fd9ce;
  font-size: 0.85rem;
  font-weight: 600;
}

.critique-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: #fff;
}

.critique-list span {
  color: rgba(232, 244, 241, 0.78);
  font-size: 0.95rem;
}

.critique-close {
  margin: 2rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

/* How it works — three steps */
.works {
  background: rgba(255, 255, 255, 0.35);
}

.solve-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.solve-list li {
  position: relative;
  padding: 1.6rem 1.4rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.solve-list li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.step-num {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 0.9rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--accent), var(--teal));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}

.solve-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.14rem;
  margin-bottom: 0.15rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.solve-list span:last-child {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Features — TV dashboard + REST API */
.features {
  border-block: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.18));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.feature {
  padding: 1.75rem 1.6rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(47, 158, 136, 0.3);
}

.feature-icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.9rem;
  padding: 0.5rem;
  border-radius: var(--radius-sm);
  background: var(--accent-wash);
  color: var(--accent-deep);
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--ink);
}

.feature > p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.feature-points {
  list-style: none;
  margin: 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: 0.55rem;
}

.feature-points li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.62rem;
  height: 0.34rem;
  border-left: 2px solid var(--accent-deep);
  border-bottom: 2px solid var(--accent-deep);
  transform: rotate(-45deg);
}

/* Hero badge — the first thing read on the page, so it carries the sweep */
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.36rem 0.9rem 0.36rem 0.7rem;
  border-radius: 999px;
  background: var(--ai-gradient);
  background-size: 320% 100%;
  animation: aiHue 7s linear infinite;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(6, 28, 34, 0.35);
}

.ai-badge svg {
  width: 1rem;
  height: 1rem;
  animation: aiSparkle 2.8s var(--ease) infinite;
  transform-origin: 50% 50%;
}

@keyframes aiHue {
  from { background-position: 0% 50%; }
  to   { background-position: 320% 50%; }
}

/* Reports strip inside the features section */
.report-block {
  margin-top: 1.35rem;
  padding: 1.85rem 1.75rem;
  background: linear-gradient(150deg, rgba(11, 61, 74, 0.045), rgba(47, 158, 136, 0.06));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.report-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  color: var(--teal);
}

.report-lede {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 56ch;
}

.report-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem 2rem;
}

.report-group h4 {
  margin: 0 0 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.report-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.report-group li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.93rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.report-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44em;
  width: 0.58rem;
  height: 0.32rem;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

/* WhatsApp / email alerts */
.alerts {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(232, 244, 241, 0.4));
}

.jhanjhat-callout {
  margin: -0.35rem 0 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  letter-spacing: -0.02em;
  color: var(--warm);
  max-width: 28ch;
}

.alerts .section-lede strong {
  color: var(--teal);
  font-weight: 600;
}

.alert-channels {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 2.25rem;
  padding: 0;
}

.alert-channel {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem 0.5rem 0.65rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--teal-mid);
}

.alert-channel svg {
  width: 1.6rem;
  height: 1.6rem;
  color: var(--accent-deep);
  flex-shrink: 0;
}

.alert-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.alert-story {
  padding: 1.5rem 1.4rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.alert-story:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.alert-story h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.14rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.3;
}

.alert-story p:not(.scenario-tag) {
  margin: 0;
  font-size: 0.93rem;
  color: var(--muted);
  line-height: 1.6;
}

/* Use cases */
.scenarios-use {
  border-block: 1px solid var(--line);
}

.audience-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.audience-row > div {
  padding: 1.4rem 1.25rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.audience-row > div:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.audience-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.7rem;
  padding: 0.45rem;
  border-radius: var(--radius-sm);
  background: var(--accent-wash);
  color: var(--accent-deep);
}

.audience-icon svg {
  width: 100%;
  height: 100%;
}

.audience-row h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.audience-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

/* Pricing */
.pricing {
  background: rgba(255, 255, 255, 0.4);
}

.pricing-note {
  padding: 1.75rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.pricing-note p {
  margin: 0 0 1.25rem;
  color: var(--ink-soft);
  max-width: 52ch;
}

/* Products page */
.page-head {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}

.page-head h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--teal);
  max-width: 20ch;
}

/* The hero chips again, but on light ground rather than over a photo. */
.page-points li {
  border-color: var(--line);
  background: var(--card);
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
  backdrop-filter: none;
}

.jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.jump-links a {
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--teal);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.jump-links a:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.product-block + .product-block {
  border-top: 1px solid var(--line);
}

.product-block.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(232, 244, 241, 0.4));
}

.product-block .feature-grid {
  margin-bottom: 1.35rem;
}

/* Where the page admits a limit rather than glossing over it. */
.honest-note {
  margin: 1.35rem 0 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--warm);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(212, 137, 58, 0.08);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 76ch;
}

.honest-note strong {
  color: var(--warm);
}

/* Catalogue grid */
.cat-block + .cat-block {
  margin-top: 2.5rem;
}

.cat-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--teal);
}

.cat-count {
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background: var(--accent-wash);
  color: var(--accent-deep);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.1rem;
}

.model-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.model-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(47, 158, 136, 0.3);
}

.model-shot {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(160deg, #f4f8fb, #eaf1f0);
  border-bottom: 1px solid var(--line-soft);
}

.model-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.9rem;
}

/* A model with no picture yet still gets a tile, never a broken image. */
.model-shot-blank {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #a9bfc4;
}

.model-shot-blank svg {
  width: 100%;
  height: 100%;
}

.model-flag {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--warm);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.9rem 1rem 1rem;
}

.model-brand {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.model-name {
  margin: 0.15rem 0 0.1rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.25;
}

.model-kind {
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.35;
}

.model-summary {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

.model-specs {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: grid;
  gap: 0.25rem;
}

.model-specs li {
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.8rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.model-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--accent);
}

.model-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line-soft);
}

.model-price {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--teal);
}

.btn.btn-sm {
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
}

.model-sheet {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
}

/* Catalogue, list mode — used until the first product photo lands. Denser than
   the picture grid and without an image well, so it reads as a model list rather
   than a gallery waiting for its images. */
.model-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.75rem;
}

.model-list .model-card {
  flex-direction: row;
}

.model-list .model-body {
  padding: 0.85rem 1rem;
}

.model-list .model-name {
  font-size: 1rem;
}

.model-list .model-summary {
  margin-bottom: 0.5rem;
}

.model-flag.inline {
  position: static;
  display: inline-block;
  margin-left: 0.35rem;
  vertical-align: 0.05em;
}

/* Channel partners */
.partners {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(232, 244, 241, 0.4));
  border-block: 1px solid var(--line);
}

.partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.35rem;
  align-items: start;
}

.partner-who,
.partner-benefits {
  padding: 1.6rem 1.5rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.partner-who h3,
.partner-benefits h3,
.partner-steps h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--teal);
}

.partner-who .feature-points {
  padding-top: 0;
  border-top: 0;
  gap: 0.7rem;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.5rem;
}

.benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: var(--radius-sm);
  background: var(--accent-wash);
  color: var(--accent-deep);
}

.benefit-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.benefit strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink);
  line-height: 1.35;
}

.benefit span:not(.benefit-icon) {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.partner-join {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.35rem;
  align-items: start;
  margin-top: 1.35rem;
}

.partner-steps {
  padding: 1.6rem 1.5rem;
  background: linear-gradient(150deg, rgba(11, 61, 74, 0.045), rgba(47, 158, 136, 0.06));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.join-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

.join-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

/* The step badge is shared with the how-it-works cards; here it sits inline. */
.join-steps .step-num {
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.join-steps strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink);
}

.join-steps span:not(.step-num) {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.form-heading {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--teal);
}

.partner-form {
  gap: 0.75rem;
}

/* FAQ */
.faq {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.2));
  border-top: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 0 1.25rem;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.faq-item[open] {
  border-color: rgba(47, 158, 136, 0.32);
  box-shadow: var(--shadow-md);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 2rem 1.05rem 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--ink);
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 1.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--accent-deep);
  border-bottom: 2px solid var(--accent-deep);
  transform: rotate(45deg);
  transition: transform 0.25s var(--ease);
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
}

.faq-item summary:hover {
  color: var(--teal);
}

.faq-item p {
  margin: 0 0 1.15rem;
  padding-right: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 62ch;
}

/* Contact */
.contact {
  padding-bottom: 6rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-points {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.contact-points li {
  display: grid;
  gap: 0.15rem;
}

.contact-points span:first-child {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.contact-points a,
.contact-points span:last-child {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.contact-points a:hover {
  color: var(--accent-deep);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.75rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.contact-form input,
.contact-form textarea {
  font: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid rgba(11, 61, 74, 0.16);
  border-radius: var(--radius-sm);
  padding: 0.75rem 0.85rem;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8ba3a7;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(47, 158, 136, 0.4);
  outline-offset: 1px;
  border-color: var(--accent);
  background: #fff;
}

.contact-form .btn {
  width: fit-content;
  margin-top: 0.25rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: var(--radius-sm);
  background: var(--accent-wash);
  border: 1px solid var(--line-soft);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 1.5;
}

.form-status.is-ok {
  background: rgba(47, 158, 136, 0.14);
  border-color: rgba(47, 158, 136, 0.4);
  color: var(--accent-deep);
}

.form-status.is-error {
  background: rgba(176, 74, 58, 0.1);
  border-color: rgba(176, 74, 58, 0.35);
  color: #98402f;
}

.form-note {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.55;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scenario.reveal:nth-child(2) { transition-delay: 0.06s; }
.scenario.reveal:nth-child(3) { transition-delay: 0.1s; }
.scenario.reveal:nth-child(4) { transition-delay: 0.04s; }
.scenario.reveal:nth-child(5) { transition-delay: 0.08s; }
.scenario.reveal:nth-child(6) { transition-delay: 0.12s; }

/* Footer */
.site-footer {
  background: var(--teal);
  color: rgba(232, 244, 241, 0.78);
  padding: 3rem 0 2rem;
}

.footer-inner {
  display: grid;
  gap: 1.75rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.footer-brand p {
  margin: 0.1rem 0 0;
  font-size: 0.88rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
}

.footer-nav a {
  color: #c9e8e1;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-copy {
  margin: 0;
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.15rem;
}

.footer-copy a {
  color: #c9e8e1;
  text-decoration: none;
}

.footer-copy a:hover {
  color: #fff;
}

@media (max-width: 1040px) {
  .scenario-grid,
  .solve-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-row,
  .report-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .contact-grid,
  .selfie-layout,
  .feature-grid,
  .partner-grid,
  .partner-join,
  .alert-scenarios {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: min(92vh, 720px);
    padding: 3.5rem 0 3rem;
  }

  .hero h1,
  .section h2 {
    max-width: none;
  }

  .brand-signal {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .selfie-layout {
    gap: 2.25rem;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1.25rem 1.25rem;
    background: rgba(247, 250, 249, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 24px rgba(11, 31, 36, 0.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
    /* The drawer has room the header bar doesn't — keep these readable. */
    font-size: 0.95rem;
  }

  .site-nav .nav-cta {
    margin-top: 0.65rem;
    text-align: center;
    border-bottom: 0;
  }

  .section {
    padding: 3.75rem 0;
  }

  .scenario-grid,
  .solve-list,
  .audience-row,
  .report-groups,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  .report-block {
    padding: 1.4rem 1.25rem;
  }

  .scenario.reveal:nth-child(n) {
    transition-delay: 0s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nav-ai,
  .nav-ai svg,
  .ai-badge,
  .ai-badge svg,
  .hero-copy,
  .hero-media img,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
