body[data-page="landing"],
body[data-page="about"],
body[data-page="testimony"],
body[data-page="why-research"],
body[data-page="privacy"],
body[data-page="terms"],
body[data-page="investor-public"] {
  --brand-orange: #f56e43;
  --brand-charcoal: #4e4848;
  --marketing-accent-start: #f56e43;
  --marketing-accent-end: #eca47f;
  --marketing-accent-hover-start: #df633d;
  --marketing-accent-hover-end: #dc946f;
  --primary: var(--marketing-accent-start);
  --primary-hover: var(--marketing-accent-hover-start);
  --primary-gradient-end: var(--marketing-accent-end);
  --primary-hover-gradient-end: var(--marketing-accent-hover-end);
  --primary-light: rgba(245, 110, 67, 0.2);
  --primary-soft: rgba(245, 110, 67, 0.1);
  --accent: var(--marketing-accent-start);
  --accent-soft: rgba(245, 110, 67, 0.1);
  background:
    radial-gradient(900px 480px at 0% 0%, rgba(181, 93, 47, 0.2), transparent 54%),
    radial-gradient(860px 460px at 100% 0%, rgba(222, 160, 94, 0.17), transparent 48%),
    linear-gradient(180deg, #ead7c3 0%, #e5cfb7 38%, #dfc5a6 100%);
  color: #1a120d;
}

body[data-page="landing"] {
  background: #ffffff;
}

body[data-page="about"] {
  background: #ffffff;
}

body[data-page="why-research"] {
  background: #ffffff;
}

body[data-page="investor-public"] {
  background: #ffffff;
}

body[data-page="privacy"] {
  background: #ffffff;
}

body[data-page="terms"] {
  background: #ffffff;
}

.marketing-shell {
  overflow-x: hidden;
}

.announcement-bar {
  background: #090807;
  color: #fff3e6;
  padding: 10px 0;
}

.announcement-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.announcement-label {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marketing-navbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245, 233, 220, 0.84);
  border-bottom: 1px solid rgba(77, 52, 31, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.marketing-navbar-inner {
  position: relative;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.marketing-brand {
  color: var(--brand-charcoal);
  gap: 0;
  font-size: 20px;
}

.marketing-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 2.5vw, 3.05rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.marketing-wordmark-fin {
  color: var(--brand-orange);
}

.marketing-wordmark-dr {
  color: var(--brand-charcoal);
}

.marketing-nav-desktop {
  display: none;
}

.marketing-nav-desktop a,
.marketing-menu-links a,
.marketing-signin-desktop {
  color: #2f2117;
  font-size: 14px;
  font-weight: 700;
}

.marketing-nav-desktop a:hover,
.marketing-menu-links a:hover,
.marketing-signin-desktop:hover {
  color: var(--brand-orange);
}

.marketing-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.marketing-header-cta,
.marketing-signin-desktop {
  display: none;
}

.marketing-signin-desktop {
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(77, 52, 31, 0.16);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 22px rgba(80, 50, 30, 0.05);
  color: #1f140e;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.marketing-signin-desktop:hover,
.marketing-signin-desktop:focus-visible {
  color: #1f140e;
  border-color: rgba(245, 110, 67, 0.3);
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 12px 24px rgba(80, 50, 30, 0.06);
}

.marketing-menu-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(77, 52, 31, 0.16);
  border-radius: 16px;
  background: rgba(255, 249, 242, 0.92);
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.marketing-menu-toggle:hover {
  background: rgba(255, 243, 232, 0.98);
  border-color: rgba(77, 52, 31, 0.22);
  transform: translateY(-1px);
}

.marketing-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #261910;
}

.marketing-menu-panel {
  position: absolute;
  top: calc(100% - 6px);
  right: 0;
  width: min(280px, calc(100vw - 48px));
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(77, 52, 31, 0.14);
  background: rgba(253, 247, 240, 0.96);
  box-shadow: 0 28px 58px rgba(80, 50, 30, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.marketing-menu-panel[hidden] {
  display: none;
}

.marketing-menu-links {
  display: grid;
  gap: 10px;
}

.marketing-menu-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.marketing-menu-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(77, 52, 31, 0.1);
}

.marketing-menu-actions .btn {
  flex: 1;
  justify-content: center;
}

.marketing-main {
  position: relative;
}

.marketing-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    radial-gradient(circle at 16% 14%, rgba(193, 104, 58, 0.1), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(227, 173, 117, 0.1), transparent 24%);
  pointer-events: none;
}

body[data-page="landing"] .marketing-main::before {
  display: none;
}

.investor-public-main {
  min-height: calc(100vh - 82px);
}

.investor-public-section {
  padding-top: 72px;
}

.investor-public-header {
  margin-bottom: 28px;
}

.investor-public-header .section-copy {
  max-width: 42rem;
}

.investor-public-contact {
  margin-top: 20px;
}

.marketing-section {
  position: relative;
  padding: 88px 0;
}

body[data-page="landing"] .hero-section,
body[data-page="landing"] #pricing,
body[data-page="landing"] #features,
body[data-page="landing"] .marketing-section--final {
  background: #ffffff;
}

body[data-page="landing"] #audiences,
body[data-page="landing"] #testimonials,
body[data-page="landing"] #faq {
  background: #fcf1e5;
}

.marketing-section--surface {
  background: rgba(248, 239, 228, 0.62);
}

.marketing-section--contrast {
  background: linear-gradient(180deg, rgba(247, 235, 221, 0.94), rgba(241, 223, 202, 0.96));
}

.marketing-section--final {
  padding-top: 88px;
}

.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 76px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: -10% -4% -6%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 920' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23f0b489' stroke-width='2'%3E%3Cpath d='M-220 1040C40 700 180 300 120 -220'/%3E%3Cpath d='M140 1080C240 700 250 260 330 -220'/%3E%3Cpath d='M460 -220C570 160 720 520 980 1080'/%3E%3Cpath d='M820 -220C930 150 1080 520 1320 1080'/%3E%3Cpath d='M1120 -220C1210 140 1280 540 1200 1080'/%3E%3Cpath d='M-180 980L660 -220'/%3E%3Cpath d='M700 1080L1500 -140'/%3E%3Cpath d='M1060 1120L1650 220'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-grid,
.hero-stack {
  display: grid;
  gap: 24px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 540px);
  gap: 46px;
  align-items: center;
}

.hero-stack {
  max-width: 760px;
  justify-items: center;
  margin: 0 auto;
}

.hero-copy {
  display: grid;
  gap: 22px;
  max-width: 680px;
  justify-items: center;
  text-align: center;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(77, 52, 31, 0.15);
  background: rgba(255, 248, 239, 0.92);
  color: #764b31;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-orange), #f3b28f);
  box-shadow: 0 0 0 8px rgba(245, 110, 67, 0.12);
}

.hero-title {
  margin: 0;
  max-width: 17ch;
  font-family: var(--font-sans);
  font-weight: 500;
  color: #1f140e;
  font-size: clamp(3.2rem, 5.2vw, 5.3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-title em {
  font-style: italic;
  color: var(--brand-charcoal);
}

.hero-brand-inline {
  display: inline-flex;
  align-items: baseline;
  gap: 0.14em;
  white-space: nowrap;
}

.hero-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-serif);
  font-size: 1.12em;
  font-weight: 700;
  font-style: italic;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.hero-brand-wordmark-fin {
  color: var(--brand-orange);
}

.hero-brand-wordmark-dr {
  color: var(--brand-charcoal);
}

.hero-body {
  margin: 0;
  max-width: 22ch;
  color: #5b4436;
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.hero-actions .btn {
  min-width: 180px;
  min-height: 56px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(80, 50, 30, 0.08);
}

.hero-actions .btn-primary {
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(245, 110, 67, 0.16);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus-visible,
.hero-actions .btn-primary:active {
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(223, 99, 61, 0.14);
}

.hero-actions .btn-outline {
  border-color: rgba(77, 52, 31, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #24170f;
  box-shadow: 0 10px 20px rgba(80, 50, 30, 0.05);
}

.hero-actions .btn-outline:hover,
.hero-actions .btn-outline:focus-visible,
.hero-actions .btn-outline:active {
  border-color: rgba(77, 52, 31, 0.14);
  background: rgba(255, 248, 241, 0.98);
  color: #24170f;
  box-shadow: 0 10px 18px rgba(80, 50, 30, 0.05);
}

.hero-plan-label,
.section-kicker,
.hero-kicker,
.tech-module-index {
  color: #8f5b3b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tech-chip,
.tech-sheet span,
.tech-cloud span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(77, 52, 31, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #5c3d2b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 640px);
}

.hero-stat-card {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(77, 52, 31, 0.12);
  background: rgba(255, 250, 244, 0.88);
  box-shadow: 0 16px 32px rgba(80, 50, 30, 0.08);
}

.hero-stat-card strong {
  color: var(--brand-charcoal);
  font-size: 15px;
  font-weight: 800;
}

.hero-stat-card span {
  color: #6a5140;
  font-size: 13px;
  line-height: 1.45;
}

.hero-pricing-note {
  margin: 0;
  color: #624a3a;
  font-size: 14px;
  line-height: 1.5;
}

.hero-pricing-note strong {
  color: var(--brand-charcoal);
}

.section-header {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.section-header--wide {
  max-width: 680px;
}

.section-header--centered {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.section-header--centered .section-copy {
  margin-inline: auto;
}

.section-title {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  color: #1d140d;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-copy {
  margin: 0;
  max-width: 38ch;
  color: #5d4637;
  font-size: 16px;
  line-height: 1.65;
}

.audience-switch {
  --audience-index: 0;
  --audience-gap: 6px;
  --audience-inset: 6px;
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--audience-gap);
  width: min(100%, 760px);
  padding: var(--audience-inset);
  border-radius: 22px;
  border: 1px solid rgba(77, 52, 31, 0.16);
  background: rgba(255, 250, 244, 0.92);
  box-shadow: 0 18px 38px rgba(80, 50, 30, 0.08);
  overflow: hidden;
}

.audience-switch::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: var(--audience-inset);
  left: calc(
    var(--audience-inset) +
    var(--audience-index) * (((100% - (var(--audience-inset) * 2) - (var(--audience-gap) * 2)) / 3) + var(--audience-gap))
  );
  width: calc((100% - (var(--audience-inset) * 2) - (var(--audience-gap) * 2)) / 3);
  height: calc(100% - (var(--audience-inset) * 2));
  border-radius: 16px;
  background: linear-gradient(135deg, var(--marketing-accent-start), var(--marketing-accent-end));
  box-shadow: 0 14px 28px rgba(245, 110, 67, 0.24);
  transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.audience-option {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 14px 18px;
  background: transparent;
  color: #735847;
  font: inherit;
  text-align: center;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.audience-option:hover {
  color: #23170f;
}

.audience-option:focus-visible {
  outline: 2px solid rgba(245, 110, 67, 0.45);
  outline-offset: 2px;
}

.audience-option.is-active {
  color: #fff;
}

.audience-panels {
  margin-top: 24px;
}

.audience-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.audience-panel.is-active {
  display: grid;
}

.audience-story,
.pricing-card,
.testimonial-card,
.tech-copy,
.tech-graphic,
.faq-item,
.about-panel,
.team-panel,
.coming-card {
  border-radius: 30px;
  border: 1px solid rgba(77, 52, 31, 0.13);
  background: rgba(255, 249, 242, 0.92);
  box-shadow: 0 24px 50px rgba(80, 50, 30, 0.1);
}

.audience-story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 26px 28px;
}

.audience-story--compact {
  width: min(100%, 860px);
}

.audience-story h3 {
  margin: 0;
  color: #1f140e;
  font-weight: 500;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.06;
}

.audience-story p,
.about-panel p,
.coming-card p {
  margin: 0;
  color: #5d4535;
  font-size: 15px;
  line-height: 1.6;
  max-width: 58ch;
}

.audience-points,
.coming-bullets {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  width: 100%;
}

.audience-story .audience-cta {
  margin-top: 6px;
}

.audience-point,
.coming-bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(77, 52, 31, 0.1);
  background: rgba(255, 255, 255, 0.62);
}

.audience-point strong,
.coming-bullet strong {
  min-width: 108px;
  color: #1e140e;
  font-size: 14px;
}

.audience-point span,
.coming-bullet span {
  color: #5d4535;
  line-height: 1.55;
  font-size: 14px;
}

.audience-cta,
.audience-cta-secondary {
  width: fit-content;
  margin-top: 2px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pricing-card {
  display: grid;
  gap: 24px;
  padding: 30px;
}

.pricing-card--featured {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 243, 229, 0.96), rgba(248, 226, 198, 0.98));
  border-color: rgba(160, 88, 47, 0.2);
  overflow: visible;
}

.pricing-badge-bubble {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  max-width: none;
  padding: 7px 16px;
  border-radius: 18px;
  border: 1px solid rgba(160, 88, 47, 0.18);
  background: rgba(255, 242, 226, 0.98);
  box-shadow: 0 14px 24px rgba(160, 88, 47, 0.12);
  text-align: center;
  transform: none;
}

.pricing-badge-bubble span {
  color: #934a23;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.pricing-card--featured .pricing-card-header {
  padding-right: 250px;
}

.pricing-card-header {
  display: grid;
  gap: 10px;
}

.pricing-card h3 {
  margin: 0;
  color: #1d140e;
  font-weight: 500;
  font-size: 32px;
  line-height: 0.98;
}

.pricing-value {
  font-family: var(--font-serif);
  color: #1d140e;
  font-size: 60px;
  line-height: 0.9;
}

.pricing-value span {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  color: #5d4535;
}

.pricing-list,
.tech-points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list li,
.tech-points li {
  position: relative;
  padding-left: 20px;
  color: #5c4434;
  line-height: 1.7;
}

.pricing-list li::before,
.tech-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #cb6e41, #efbb8f);
}

.testimonial-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 10px 24px 6px;
}

.testimonial-track {
  display: flex;
  width: max-content;
  animation: testimonialMarquee 48s linear infinite;
  will-change: transform;
}

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

.testimonial-track-group {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}

.testimonial-card--marquee {
  flex: 0 0 380px;
  min-height: 236px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(77, 52, 31, 0.08);
  background: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 18px -8px rgba(0, 0, 0, 0.08);
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-person span {
  color: #16110f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.testimonial-university-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-card--marquee p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.tech-module-list {
  display: grid;
  gap: 30px;
}

.tech-module {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 24px;
  align-items: stretch;
}

.tech-module--reversed {
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
}

.tech-module--reversed .tech-copy {
  order: 2;
}

.tech-module--reversed .tech-graphic {
  order: 1;
}

.tech-copy,
.tech-graphic {
  min-height: 320px;
  padding: 32px;
}

.tech-copy {
  position: relative;
  overflow: hidden;
}

.tech-copy h3 {
  margin: 12px 0 14px;
  color: #1f140e;
  font-weight: 500;
  font-size: 40px;
  line-height: 0.98;
}

.tech-copy p {
  margin: 0 0 18px;
  color: #5d4535;
  line-height: 1.65;
}

.tech-copy > *:not(.tech-module-index) {
  position: relative;
  z-index: 1;
}

.tech-module-index {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 0;
  color: rgba(143, 91, 59, 0.14);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.tech-graphic {
  display: grid;
  place-items: center;
}

.tech-graphic--grading,
.tech-graphic--report,
.tech-graphic--brainstorm {
  background: linear-gradient(135deg, #f9e5ce, #efbd90);
}

.tech-graphic--grading {
  align-content: center;
  justify-items: center;
  gap: 14px;
}

.tech-sheet,
.tech-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.tech-cloud {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.faq-accordion {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  color: #251911;
  font-size: 16px;
  font-weight: 600;
}

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

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  margin-left: 16px;
  color: #8a441e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.18s ease;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: #5d4535;
  line-height: 1.65;
}

.final-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 38px;
  border-radius: 34px;
  background: linear-gradient(135deg, #f7dec3, #ecb98b);
  box-shadow: 0 30px 62px rgba(80, 50, 30, 0.14);
}

.final-hero-title {
  margin: 8px 0 12px;
  color: #1c130e;
  font-weight: 500;
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.final-hero-copy {
  margin: 0;
  max-width: 42ch;
  color: #5d4535;
  line-height: 1.65;
}

.final-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.final-hero-actions .btn-primary {
  color: #fff;
  border-color: transparent;
}

.final-hero-actions .btn-primary:hover,
.final-hero-actions .btn-primary:focus-visible,
.final-hero-actions .btn-primary:active {
  color: #fff;
  border-color: transparent;
}

.final-hero-actions .btn-outline {
  color: #1f140e;
  border-color: rgba(77, 52, 31, 0.18);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 14px 28px rgba(80, 50, 30, 0.08);
}

.final-hero-actions .btn-outline:hover,
.final-hero-actions .btn-outline:focus-visible,
.final-hero-actions .btn-outline:active {
  color: #1f140e;
  border-color: rgba(160, 88, 47, 0.32);
  background: rgba(255, 248, 241, 0.98);
  box-shadow: 0 12px 24px rgba(80, 50, 30, 0.08);
}

.marketing-footer {
  padding: 38px 0 56px;
}

.marketing-footer--structured {
  background: rgba(246, 236, 224, 0.84);
  border-top: 1px solid rgba(77, 52, 31, 0.1);
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-grid--four {
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
}

.footer-grid > div {
  display: grid;
  gap: 10px;
}

.footer-title {
  color: #1c130e;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-summary p {
  margin: 0;
  max-width: 34ch;
  color: #5c4536;
  line-height: 1.7;
}

.footer-grid a {
  color: #604737;
}

.footer-grid a:hover {
  color: #1d130d;
}

.legal-page-section {
  padding: 54px 0 82px;
}

.legal-page-shell {
  display: grid;
  gap: 28px;
}

.legal-page-header {
  max-width: 860px;
}

.legal-meta {
  margin: 0;
  color: #7c5f4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(77, 52, 31, 0.1);
  border-radius: 26px;
  background: rgba(255, 251, 246, 0.92);
  box-shadow: 0 24px 60px rgba(80, 50, 30, 0.08);
}

.legal-section {
  display: grid;
  gap: 10px;
}

.legal-section h2 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.1;
  color: #20150f;
}

.legal-section p,
.legal-section li {
  color: #5e4738;
  font-size: 15px;
  line-height: 1.75;
}

.legal-section p {
  margin: 0;
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.coming-shell {
  display: grid;
  gap: 28px;
  padding: 40px 0 68px;
}

.coming-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: center;
  padding: 32px;
}

.coming-card h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 0.94;
}

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

.coming-orbit {
  position: relative;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 250, 244, 0.98) 0 25%, rgba(211, 117, 72, 0.16) 26% 28%, transparent 29% 100%),
    radial-gradient(circle at center, rgba(236, 173, 121, 0.18) 0 42%, transparent 43% 100%);
}

.coming-orbit::before,
.coming-orbit::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 999px;
  border: 1px dashed rgba(211, 117, 72, 0.32);
  animation: orbitSpin 11s linear infinite;
}

.coming-orbit::after {
  inset: 29%;
  animation-duration: 16s;
  animation-direction: reverse;
}

.coming-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffe7d0, #f1c08d);
  box-shadow: 0 18px 32px rgba(84, 54, 28, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7d421f;
}

.coming-node.one {
  top: 14%;
  right: 10%;
}

.coming-node.two {
  left: 8%;
  bottom: 18%;
}

.coming-node.three {
  right: 18%;
  bottom: 8%;
}

.about-hero,
.testimony-hero {
  padding: 72px 0 54px;
}

.why-research-main {
  padding-top: 42px;
  background: #ffffff;
}

.about-main {
  padding-top: 42px;
  background: #ffffff;
}

.about-shell {
  max-width: 920px;
  margin: 0 auto;
}

.about-intro,
.about-values-section,
.about-team {
  display: grid;
  gap: 18px;
}

.about-header {
  margin-bottom: 40px;
}

.about-intro-plain {
  margin-bottom: 6px;
}

.about-intro-copy {
  display: grid;
  gap: 12px;
  max-width: 60ch;
  margin-inline: auto;
  text-align: center;
}

.about-intro-copy p {
  margin: 0;
  color: #5d4535;
  font-size: 16px;
  line-height: 1.68;
}

.about-values-header {
  margin-bottom: 28px;
}

.research-intro-panel {
  padding: 32px 36px;
  border-radius: 30px;
  border: 1px solid rgba(77, 52, 31, 0.1);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 239, 227, 0.96));
  box-shadow: 0 18px 36px rgba(80, 50, 30, 0.08);
}

.research-intro-plain {
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.research-intro-panel .section-title {
  text-align: center;
}

.research-intro-plain .section-title {
  text-align: center;
}

.research-intro-panel .section-copy {
  max-width: 46ch;
}

.about-intro {
  margin-bottom: 36px;
}

.about-values {
  display: grid;
  gap: 14px;
}

.about-value-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(77, 52, 31, 0.1);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(80, 50, 30, 0.06);
}

.about-value-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(245, 110, 67, 0.1);
  font-size: 20px;
  line-height: 1;
}

.about-value-body {
  display: grid;
  gap: 8px;
}

.about-value-title {
  margin: 0;
  color: #1d140d;
  font-weight: 500;
  font-size: clamp(1.65rem, 2.6vw, 2.3rem);
  line-height: 1.02;
}

.about-value-body p {
  margin: 0;
  max-width: 56ch;
  color: #5d4535;
  font-size: 15px;
  line-height: 1.65;
}

.about-close,
.team-panel {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(77, 52, 31, 0.1);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(80, 50, 30, 0.06);
}

.research-proof-section,
.research-pipeline-section {
  display: grid;
  gap: 18px;
}

.research-pipeline-section {
  margin-top: 42px;
}

.research-close {
  justify-items: center;
  text-align: center;
}

.research-close-plain {
  display: grid;
  gap: 12px;
  margin-top: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.research-close .section-title {
  max-width: 14ch;
}

.research-close-actions {
  margin-top: 6px;
}

.research-proof-grid,
.research-pipeline-grid {
  display: grid;
  gap: 22px;
}

.research-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.research-proof-card,
.research-step-card {
  border-radius: 28px;
  border: 1px solid rgba(77, 52, 31, 0.13);
  background: rgba(255, 249, 242, 0.92);
  box-shadow: 0 24px 50px rgba(80, 50, 30, 0.1);
}

.research-proof-card {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.research-proof-card--warm {
  background: linear-gradient(180deg, rgba(255, 245, 232, 0.96), rgba(249, 231, 208, 0.96));
}

.research-proof-title {
  margin: 0;
  color: #1d140d;
  font-weight: 500;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.research-proof-list {
  display: grid;
  gap: 14px;
}

.research-proof-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(77, 52, 31, 0.08);
  background: rgba(255, 255, 255, 0.64);
}

.research-proof-item h3,
.research-step-title {
  margin: 0;
  color: #1d140d;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.research-proof-item h3 {
  font-size: 1.15rem;
}

.research-proof-item p,
.research-step-copy {
  margin: 0;
  color: #5d4535;
  font-size: 15px;
  line-height: 1.65;
}

.research-pipeline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.research-step-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  align-content: start;
}

.research-step-index {
  color: rgba(143, 91, 59, 0.22);
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.research-step-meta {
  color: #934a23;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.research-step-title {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.about-team {
  margin-top: 42px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 360px);
  gap: 26px;
}

.about-panel,
.team-panel {
  padding: 28px;
}

.price-callout {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffe9d4, #f1c08d);
}

.price-callout strong {
  font-size: 36px;
  line-height: 0.96;
}

.team-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  border: 1px dashed rgba(77, 52, 31, 0.2);
  color: #705742;
  background: #ffffff;
}

.testimony-strip {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(77, 52, 31, 0.12);
  background: rgba(255, 247, 238, 0.92);
  box-shadow: 0 28px 58px rgba(84, 54, 28, 0.1);
}

.testimony-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 22px;
  animation: testimonySlide 34s linear infinite;
}

.testimony-card {
  width: 340px;
  flex-shrink: 0;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff8ef, #f7e2cd);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.testimony-card:nth-child(3n) {
  background: linear-gradient(180deg, #ffe9d4, #f0c79c);
}

.testimony-card:nth-child(3n + 1) {
  background: linear-gradient(180deg, #fff2e6, #f6dcc1);
}

.testimony-quote {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #3d2a1d;
}

.testimony-meta {
  color: #6d5543;
  font-size: 13px;
  line-height: 1.6;
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes testimonySlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

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

@media (min-width: 980px) {
  .marketing-nav-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .marketing-header-cta,
  .marketing-signin-desktop {
    display: inline-flex;
  }

  .marketing-menu-toggle,
  .marketing-menu-panel {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .hero-stack,
  .tech-module,
  .tech-module--reversed,
  .audience-panel,
  .pricing-grid,
  .about-grid,
  .research-proof-grid,
  .research-pipeline-grid,
  .coming-card,
  .final-hero,
  .footer-grid--four {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: 16ch;
  }

  .tech-module--reversed .tech-copy,
  .tech-module--reversed .tech-graphic {
    order: initial;
  }

  .footer-summary p {
    max-width: none;
  }

  .pricing-badge-bubble {
    top: 0;
    right: 22px;
  }

  .pricing-card--featured .pricing-card-header {
    padding-right: 228px;
  }
}

@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .testimonial-card--marquee {
    flex-basis: min(82vw, 360px);
  }
}

@media (max-width: 760px) {
  .announcement-bar-inner {
    flex-direction: column;
  }

  .marketing-navbar-inner {
    min-height: 74px;
  }

  .hero-section,
  .marketing-section {
    padding: 74px 0;
  }

  .hero-title {
    max-width: 14ch;
    font-size: clamp(2.8rem, 11vw, 4rem);
  }

  .hero-body,
  .section-copy {
    font-size: 16px;
  }

  .audience-switch {
    width: 100%;
  }

  .audience-option {
    padding: 12px 10px;
    font-size: 12px;
  }

  .hero-stat-card,
  .about-value-card,
  .audience-story,
  .pricing-card,
  .tech-copy,
  .tech-graphic,
  .faq-item,
  .about-panel,
  .team-panel,
  .coming-card,
  .final-hero {
    padding: 24px;
  }

  .testimonial-marquee {
    padding-inline: 16px;
  }

  .testimonial-track-group {
    gap: 16px;
    padding-right: 16px;
  }

  .testimonial-card--marquee {
    flex-basis: min(88vw, 320px);
    min-height: 220px;
    padding: 20px;
  }

  .hero-actions,
  .marketing-menu-actions,
  .final-hero-actions,
  .coming-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .marketing-menu-actions .btn,
  .final-hero-actions .btn,
  .coming-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .audience-point strong,
  .coming-bullet strong {
    min-width: 80px;
  }

  .about-value-card {
    grid-template-columns: 1fr;
  }

  .pricing-badge-bubble {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    justify-content: flex-start;
    border-radius: 999px;
    padding: 10px 14px;
    margin-bottom: -4px;
    box-shadow: none;
  }

  .pricing-card--featured .pricing-card-header {
    padding-top: 0;
    padding-right: 0;
  }

  .pricing-badge-bubble span {
    text-align: left;
  }

  .coming-node {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track {
    animation: none;
    transform: none;
  }
}
