@font-face {
  font-family: "Garet";
  src: url("./assets/garet-extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --bg: #fdfbf8;
  --panel: #fffbf6;
  --line: #e8ddd0;
  --line-soft: #f1e8de;
  --text: #171615;
  --muted: #6d655f;
  --accent: #ff6f3c;
  --accent-soft: #fff0e8;
  --dark: #1d1a18;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
}

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

button {
  font: inherit;
}

main,
.site-header {
  width: min(1200px, calc(100% - 72px));
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 4px 16px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 176px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 34px;
  font-size: 1rem;
}

.site-nav a {
  padding: 8px 0 12px;
  color: #393632;
}

.site-nav a.active {
  border-bottom: 2px solid var(--text);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 700;
}

.header-cta {
  min-height: 54px;
  padding: 0 24px;
  color: #fff;
  background: var(--dark);
}

main {
  margin: 0 auto 96px;
}

main > section + section {
  margin-top: 96px;
}

.hero,
.logo-strip,
.impact-card,
.workflow,
.audience,
.personalized,
.cta-banner {
  border-radius: 24px;
}

.hero {
  display: flex;
  justify-content: center;
  padding: 72px 4px 18px;
}

.hero h1,
.impact-copy h2,
.workflow-copy h2,
.audience-copy h2,
.personalized-copy h2,
.cta-copy h2 {
  margin: 0;
  letter-spacing: -0.055em;
}

.hero h1 {
  font-family: "Garet", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3.5rem, 5vw, 5.1rem);
  line-height: 1.05;
  font-weight: 800;
  text-align: center;
}

.hero h1 span,
.impact-copy strong,
.eyebrow {
  color: var(--accent);
}

.hero-text,
.impact-copy p,
.impact-side p,
.workflow-steps p,
.personalized-copy p,
.feed-content p,
.feed-note p,
.cta-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-text {
  max-width: 620px;
  margin: 24px auto 0;
  font-size: 1.08rem;
  text-align: center;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 30px 0 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.type-line {
  display: block;
  color: var(--accent);
  text-align: center;
}

.typewriter {
  display: inline-block;
  min-width: 18ch;
  text-align: center;
}

.typewriter::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 6px;
  vertical-align: -0.08em;
  background: currentColor;
  animation: blink 0.9s steps(1) infinite;
}

.button {
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid transparent;
}

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

.button-secondary,
.button-outline {
  background: #fff;
  border-color: #d7cec4;
}

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

.button.small {
  min-height: 44px;
  padding: 0 22px;
  font-size: 0.95rem;
}

.logo-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 36px;
  padding: 10px 0 0;
  background: transparent;
}

.logo-strip-label {
  max-width: 140px;
  color: #514a45;
  line-height: 1.5;
}

.logo-strip-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

.vendor-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
}

.vendor-logo img {
  height: 28px;
  width: auto;
  display: block;
}

.vendor-logo:first-child img {
  height: 34px;
}

.vendor-logo:last-child img {
  height: 22px;
}

.impact-card,
.workflow,
.audience,
.personalized {
  margin-top: 0;
}

.impact-card {
  display: grid;
  grid-template-columns: 1.08fr 0.9fr 0.9fr;
  align-items: center;
  gap: 18px;
  padding: 46px 36px;
  background: rgba(255, 249, 241, 0.88);
  border: 1px solid #f2e7da;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.impact-copy h2,
.workflow-copy h2,
.audience-copy h2,
.personalized-copy h2 {
  font-size: clamp(2.25rem, 3vw, 3.35rem);
  line-height: 1.18;
}

.impact-copy p {
  max-width: 280px;
  margin: 18px 0 0;
  font-size: 1.1rem;
}

.impact-copy strong {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.55rem;
}

.impact-chart {
  display: grid;
  place-items: center;
}

.ring-chart {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 28px solid #f0e7dc;
}

.ring-chart::after {
  content: "";
  position: absolute;
  inset: -28px;
  border: 28px solid transparent;
  border-top-color: var(--accent);
  border-right-color: var(--accent);
  border-radius: 50%;
  transform: rotate(-36deg);
}

.ring-inner {
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff9f3;
  color: var(--accent);
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.impact-side h3,
.workflow-steps h3,
.mini-card h3,
.feed-content h3 {
  margin: 0;
  letter-spacing: -0.04em;
}

.impact-side h3 {
  font-size: 1.25rem;
  line-height: 1.35;
}

.impact-side p {
  margin: 14px 0 18px;
}

.compact {
  min-height: 48px;
}

.workflow {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
  padding: 34px 4px 0;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 56px;
}

.workflow-steps article {
  padding-right: 18px;
}

.icon-box {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid #d7cec4;
  border-radius: 16px;
  background: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.workflow-steps h3 {
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.flat-panel {
  background: #fff;
  border: 1px solid var(--line-soft);
}

.product-panel {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
}

.panel-topbar {
  padding: 12px 20px;
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.panel-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 18px 18px 8px;
}

.stat-box {
  padding: 16px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
}

.stat-box strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.stat-box span,
.panel-meta,
.panel-tag,
.interest-pill,
.feed-sidebar-head button,
.feed-note h4,
.panel-section-title button {
  color: var(--muted);
}

.panel-section {
  padding: 18px;
}

.panel-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.panel-section-title span {
  font-weight: 700;
}

.panel-section-title button,
.feed-sidebar-head button,
.add-interest {
  padding: 0;
  border: 0;
  background: transparent;
}

.panel-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f4eee6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.panel-section h3,
.feed-content h3 {
  font-size: 1.8rem;
  line-height: 1.3;
}

.panel-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  font-size: 0.9rem;
}

.panel-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.audience {
  display: grid;
  grid-template-columns: 1fr 1.62fr;
  gap: 26px;
  align-items: center;
  padding: 32px 0 0;
}

.audience-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-card {
  display: flex;
  gap: 16px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
}

.mini-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #fff1e8;
  color: var(--accent);
  font-weight: 800;
}

.mini-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.mini-card ul {
  margin: 0;
  padding-left: 18px;
  color: #5a534e;
  line-height: 1.85;
}

.personalized {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 30px;
  align-items: start;
  padding: 40px 0 0;
}

.feed-panel {
  border-radius: 20px;
  overflow: hidden;
}

.feed-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.74fr;
}

.feed-sidebar,
.feed-content,
.feed-note {
  min-height: 320px;
  padding: 18px;
}

.feed-sidebar,
.feed-content {
  border-right: 1px solid var(--line-soft);
}

.feed-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.feed-sidebar-head span {
  font-weight: 700;
}

.interest-pill {
  width: fit-content;
  margin-bottom: 12px;
  padding: 10px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #faf6f0;
  font-weight: 600;
}

.add-interest {
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #fff;
}

.feed-content {
  padding-top: 22px;
}

.feed-content p {
  margin: 16px 0 0;
  font-size: 1.02rem;
}

.feed-note {
  background: #fdf8f1;
}

.feed-note h4 {
  margin: 6px 0 14px;
  color: var(--text);
  font-size: 1rem;
}

.cta-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 0;
  padding: 30px 34px;
  background: #ff7a45;
  color: #fff;
}

.cta-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 2rem;
}

.cta-copy h2 {
  font-size: 2.2rem;
  line-height: 1.1;
}

.cta-copy p {
  margin: 10px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
}

/* ─── Shared section heading ─── */

.section-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.055em;
  line-height: 1.1;
  margin: 10px 0 0;
}

/* ─── Stats strip ─── */

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.stat-item {
  padding: 44px 36px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--accent);
}

.stat-item p {
  margin: 12px auto 0;
  max-width: 180px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ─── Features bento ─── */

.features {
  text-align: center;
}

.features > .eyebrow {
  margin-bottom: 10px;
}

.features > .section-title {
  margin-bottom: 48px;
}

.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.bento-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
}

.bento-num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 20px;
}

.bento-card h3 {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}

.bento-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.bento-cta .button {
  margin-top: 32px;
  align-self: flex-start;
}

/* ─── Personas ─── */

.personas {
  text-align: center;
}

.personas > .eyebrow {
  margin-bottom: 10px;
}

.personas > .section-title {
  margin-bottom: 48px;
}

.personas > .section-title em {
  color: var(--accent);
  font-style: normal;
}

.persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.persona-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  padding: 32px 28px;
}

.persona-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff1e8;
  color: var(--accent);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.persona-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.persona-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 2;
}

.persona-card ul li::before {
  content: "→ ";
  color: var(--accent);
  font-weight: 700;
}

/* ─── Testimonials ─── */

.testimonials {
  text-align: center;
}

.testimonials > .eyebrow {
  margin-bottom: 10px;
}

.testimonials > .section-title {
  margin-bottom: 48px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.testimonial-card > p {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.72;
  margin: 0;
  flex: 1;
}

.testimonial-card > p::before {
  content: '\201C';
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 0;
  margin-right: 3px;
  vertical-align: -0.32em;
}

.testimonial-card > p::after {
  content: '\201D';
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 0;
  margin-left: 3px;
  vertical-align: -0.32em;
}

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

.testimonial-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1e8;
  color: var(--accent);
  font-weight: 800;
  font-size: 1rem;
}

.testimonial-meta strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.testimonial-meta span {
  font-size: 0.85rem;
  color: var(--muted);
}

/* ─── Feed preview ─── */

.feed-preview {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 64px;
}

.feed-preview-copy > .eyebrow {
  margin-bottom: 10px;
}

.feed-preview-copy > .section-title {
  margin-bottom: 20px;
}

.feed-preview-copy > p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 32px;
}

/* ─── CTA banner (rewrite) ─── */

.cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--dark);
  padding: 80px 40px;
  gap: 0;
}

.cta-banner h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.cta-banner p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 36px;
  line-height: 1.6;
}

@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .logo-strip {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .logo-strip-items {
    justify-content: center;
  }

  .feed-layout {
    grid-template-columns: 1fr;
  }

  .feed-sidebar,
  .feed-content {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .bento,
  .persona-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feed-preview {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 760px) {
  main,
  .site-header {
    width: calc(100% - 32px);
  }

  /* Header */
  .site-header {
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    row-gap: 0;
    padding: 14px 0 0;
  }

  .brand {
    flex: 1;
  }

  .brand-logo {
    width: 130px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.88rem;
    width: auto;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-around;
    gap: 0;
    font-size: 0.88rem;
    border-top: 1px solid var(--line-soft);
    padding: 12px 0 14px;
    margin-top: 12px;
  }

  /* Section spacing */
  main > section + section {
    margin-top: 64px;
  }

  main {
    margin-bottom: 64px;
  }

  /* Hero */
  .hero {
    padding: 36px 0 16px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 2.8rem);
  }

  .hero-text {
    font-size: 0.98rem;
    margin-top: 16px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  /* Logo strip */
  .logo-strip {
    gap: 16px;
  }

  .logo-strip-items {
    justify-content: space-around;
    gap: 12px;
  }

  /* Stats — keep 3-col, just compact */
  .stats-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .stat-item {
    padding: 20px 8px;
    border-right: 1px solid var(--line);
    border-bottom: none;
  }

  .stat-item:last-child {
    border-right: none;
  }

  .stat-num {
    font-size: 1.6rem;
  }

  .stat-item p {
    font-size: 0.76rem;
    margin-top: 6px;
    max-width: none;
  }

  /* Features */
  .bento,
  .persona-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .features > .section-title,
  .personas > .section-title,
  .testimonials > .section-title {
    margin-bottom: 28px;
  }

  .bento-card,
  .persona-card,
  .testimonial-card {
    padding: 24px 20px;
  }

  .bento-cta .button {
    width: 100%;
    align-self: stretch;
  }

  /* Feed preview */
  .feed-preview {
    gap: 24px;
  }

  .feed-sidebar,
  .feed-note {
    display: none;
  }

  .feed-content {
    border: none;
    min-height: auto;
  }

  .feed-content h3 {
    font-size: 1.25rem;
  }

  .feed-panel {
    border-radius: 16px;
  }

  .panel-actions {
    flex-direction: row;
  }

  .panel-actions .button {
    flex: 1;
  }

  /* CTA */
  .cta-banner {
    padding: 56px 24px;
    border-radius: 20px;
  }

  .cta-banner .button-white {
    width: 100%;
  }
}
