:root {
  --blue: #003DA5;
  --orange: #F97335;
  --sky: #29AEEB;
  --pink: #E95BE9;
  --ink: #152033;
  --muted: #526174;
  --line: rgba(0, 61, 165, 0.12);
  --surface: #FFFFFF;
  --surface-blue: #E9F6FF;
  /* soft sky tint */
  --soft: #F7FAFF;
  /* airy page tint */
  --shadow: 0 18px 46px rgba(0, 61, 165, 0.09);
  --max: 1180px;
  --font-heading: "Comfortaa", sans-serif;
  --font-body: "Nunito Sans", sans-serif;
  --button-radius: 9999px;
  --tag-radius: 9999px;
  --input-radius: 12px;
  --card-radius: 30px;
  --radius: 30px;
  /* for backward compatibility */
  --accent-gold: var(--orange);
  --section-pad-lg: clamp(72px, 9vw, 112px);
  --section-pad-md: clamp(56px, 8vw, 96px);
  --section-pad-sm: clamp(40px, 6vw, 72px);
  --section-pad-xs: clamp(32px, 5vw, 56px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 500;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.icon-line {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.z-pattern-icon-badge,
.guide-icon,
.blog-visual-icon,
.node-icon,
.orbit-sat,
.pip-icon,
.device-sync-icon {
  display: inline-grid;
  place-items: center;
}

.overlay-icon {
  display: inline-block;
  flex: 0 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 228, 240, 0.8);
  backdrop-filter: blur(16px);
}

.brand-link img {
  width: 118px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #273246;
  font-size: 15px;
  font-weight: 500;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--sky);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-contact {
  padding: 10px 16px;
  color: #fff;
  background: var(--blue);
  border-radius: var(--button-radius);
}

.site-nav .nav-contact::after {
  display: none;
}

.site-nav a[aria-current="page"] {
  color: var(--blue);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: var(--section-pad-md) 0;
}

.page-hero,
.cta-section,
.narrative-section,
.wide-visual-section,
.study-section {
  padding-top: var(--section-pad-lg);
  padding-bottom: var(--section-pad-lg);
}

.resource-hub-section,
.faq-section,
.team-section-v3,
.blog-section-v3,
.cycle-section,
.prototype-section {
  padding-top: var(--section-pad-sm);
  padding-bottom: var(--section-pad-sm);
}

.hero-section {
  width: 100%;
  padding: clamp(36px, 6vw, 72px) clamp(20px, 5vw, 72px) clamp(72px, 8vw, 96px);
  background:
    radial-gradient(circle at 18% 18%, rgba(47, 179, 240, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 96px);
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.hero-copy h1,
.section-heading h2,
.split-copy h2,
.newsletter h2,
.cta-section h2 {
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(38px, 5.4vw, 58px);
  overflow-wrap: normal;
  word-break: normal;
}

.hero-title-word {
  white-space: nowrap;
}

.hero-copy p {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.button-row--center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  font-size: 15px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(0, 61, 165, 0.2);
}

.button--secondary {
  color: var(--blue);
  background: #fff;
  border-color: var(--line);
}

.button--light {
  color: var(--blue);
  background: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}

.text-link::after {
  margin-left: 8px;
  content: "->";
}

.media-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(219, 228, 240, 0.88);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-visual {
  min-height: 570px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(0, 61, 165, 0.95), rgba(0, 61, 165, 0.78)),
    #003da5;
}

.conversation-window {
  height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius);
}

.window-bar {
  display: flex;
  gap: 8px;
  padding-bottom: 26px;
}

.window-bar span,
.signal-dots span,
.portrait-dot,
.blog-visual span {
  display: block;
  border-radius: 50%;
}

.window-bar span {
  width: 12px;
  height: 12px;
}

.window-bar span:nth-child(1),
.signal-dots span:nth-child(1),
.blog-visual span:nth-child(1) {
  background: var(--orange);
}

.window-bar span:nth-child(2),
.signal-dots span:nth-child(2),
.blog-visual span:nth-child(2) {
  background: var(--sky);
}

.window-bar span:nth-child(3),
.signal-dots span:nth-child(3),
.blog-visual span:nth-child(3) {
  background: var(--pink);
}

.live-feed {
  display: grid;
  gap: 16px;
}

.caption-bubble {
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--blue);
  border-radius: var(--radius);
  background: var(--soft);
}

.caption-bubble--blue {
  border-left-color: var(--blue);
}

.caption-bubble--light {
  border-left-color: var(--sky);
}

.caption-bubble--pink {
  border-left-color: var(--pink);
}

.caption-bubble span,
.lab-card span,
.section-kicker,
.card-meta {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.caption-bubble strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
}

.signal-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 18px;
  color: #fff;
  background: var(--blue);
  border-radius: var(--radius);
}

.signal-dots {
  display: flex;
  gap: 7px;
}

.signal-dots span {
  width: 18px;
  height: 18px;
}

.signal-card p {
  margin: 0;
  font-weight: 700;
}

.testimonial-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 8vw, 96px);
}

.testimonial-media {
  min-height: 360px;
  padding: 34px;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
}

.portrait-card {
  display: grid;
  align-content: end;
  height: 100%;
  padding: 24px;
  background:
    linear-gradient(140deg, rgba(244, 132, 65, 0.2), transparent 42%),
    linear-gradient(210deg, rgba(236, 91, 231, 0.22), transparent 50%),
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.portrait-dot {
  width: 88px;
  height: 88px;
  margin-bottom: auto;
  background: var(--sky);
}

.portrait-lines {
  display: grid;
  gap: 12px;
}

.portrait-lines span {
  height: 12px;
  background: #dbe4f0;
  border-radius: 999px;
}

.portrait-lines span:nth-child(2) {
  width: 72%;
}

.portrait-lines span:nth-child(3) {
  width: 44%;
}

.testimonial {
  margin: 0;
}

.rating {
  color: var(--orange);
  font-size: 20px;
  letter-spacing: 3px;
}

.testimonial blockquote {
  margin: 18px 0 24px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.18;
}

.testimonial figcaption {
  display: grid;
  gap: 2px;
  color: var(--muted);
}

.testimonial strong {
  color: var(--ink);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.split-copy h2,
.newsletter h2,
.cta-section h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.section-heading p,
.split-copy p,
.newsletter p,
.cta-section p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
}

.community-table-illustration {
  width: min(320px, 78vw);
  margin: 8px auto 18px;
}

.community-table-illustration svg {
  display: block;
  width: 100%;
  height: auto;
}

.community-table-illustration__chairs rect {
  fill: url("#chair-blue");
  opacity: 0.92;
}

.community-table-illustration__chairs rect:nth-child(2n) {
  fill: var(--orange);
}

.community-table-illustration__chairs rect:nth-child(3n) {
  fill: var(--pink);
}

.community-table-illustration__details {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.community-table-illustration__details circle {
  fill: var(--orange);
  stroke: #fff;
  stroke-width: 5;
}

.warm-proof-strip,
.community-proof-card,
.product-proof-strip,
.cycle-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(244, 132, 65, 0.16), transparent 28%),
    radial-gradient(circle at 92% 100%, rgba(47, 179, 240, 0.14), transparent 32%),
    #fff;
  box-shadow: 0 18px 44px rgba(0, 61, 165, 0.06);
}

.warm-proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 22px 24px;
}

.warm-proof-strip p,
.community-proof-card p,
.product-proof-strip p,
.cycle-note p {
  margin: 0;
  color: #303644;
  font-size: 16px;
  line-height: 1.6;
}

.proof-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  color: var(--blue);
  background: #e5ebf6;
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: var(--tag-radius);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.section-accent-rule {
  width: min(168px, 40vw);
  height: 4px;
  margin: 0 auto 28px;
  background: linear-gradient(90deg, var(--orange), var(--sky), var(--pink));
  border-radius: 999px;
}

.community-proof-card {
  display: grid;
  gap: 18px;
  margin-top: 42px;
  padding: 28px;
}

.community-proof-card strong {
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.25;
}

.product-proof-strip,
.cycle-note {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  width: min(900px, 100%);
  margin: 34px auto 0;
  padding: 22px 24px;
}

.proof-mark {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(244, 132, 65, 0.12);
}

.proof-mark svg {
  width: 22px;
  height: 22px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.feature-card,
.content-card,
.faq-item,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card {
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: #fff;
  border-radius: 50%;
}

.feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon--orange {
  background: #FDF2EC;
  color: #61341A;
}

.feature-icon--blue {
  background: #E5EBF6;
  color: #003DA5;
}

.feature-icon--pink {
  background: #FDEEFC;
  color: #5E245C;
}

.feature-card h3,
.content-card h3,
.use-case h3,
.contact-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.feature-card p,
.content-card p,
.use-case p,
.contact-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 90px);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  display: flex;
  gap: 10px;
  color: #263044;
}

.check-list li::before {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: var(--sky);
  border-radius: 50%;
  content: "";
}

.check-list li::after {
  position: absolute;
  width: 9px;
  height: 5px;
  margin-top: 6px;
  margin-left: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.lab-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-height: 440px;
  padding: 22px;
  background: var(--surface-blue);
}

.lab-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.lab-card--main {
  grid-row: span 2;
  align-content: end;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(0, 61, 165, 0.92), rgba(47, 179, 240, 0.82)),
    var(--blue);
}

.lab-card--main span {
  color: #fff;
}

.lab-card--main .button {
  justify-self: start;
  margin-top: 8px;
}

.lab-card strong {
  font-size: 22px;
  line-height: 1.2;
}

.lab-card p {
  margin: 0;
}

.works-section {
  width: 100%;
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #fff, #f7f9fd 50%, #fff);
}

.works-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(330px, 1fr) minmax(220px, 0.75fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.use-case-list {
  display: grid;
  gap: 32px;
}

.use-case {
  display: grid;
  gap: 10px;
}

.mini-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: var(--blue);
  border-radius: 50%;
}

.device-preview {
  min-height: 470px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(244, 132, 65, 0.12), transparent 45%),
    #fff;
}

.device-screen {
  height: 100%;
  padding: 28px;
  background: var(--blue);
  border-radius: var(--radius);
}

.caption-line,
.transcript-stack span {
  display: block;
  height: 16px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

.caption-line--wide {
  width: 88%;
}

.caption-line {
  width: 68%;
}

.caption-line--short {
  width: 44%;
}

.transcript-stack {
  display: grid;
  gap: 16px;
  margin-top: 72px;
}

.transcript-stack span {
  height: 58px;
  margin: 0;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
}

.cards-section,
.blog-section,
.cta-section,
.faq-section {
  width: min(var(--max), calc(100% - 40px));
}

.content-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.content-card {
  overflow: hidden;
}

.event-card,
.blog-card {
  display: flex;
  flex-direction: column;
}

.event-card h3,
.blog-card h3 {
  padding: 0 24px;
  margin-top: 18px;
}

.event-card p,
.blog-card p,
.event-card .text-link,
.blog-card .text-link,
.event-card .card-meta,
.blog-card .card-meta {
  margin-right: 24px;
  margin-left: 24px;
}

.event-card .text-link,
.blog-card .text-link {
  margin-top: auto;
  margin-bottom: 24px;
}

.card-media,
.blog-visual {
  min-height: 210px;
  padding: 18px;
}

.card-media {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.card-media span {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.card-media--orange {
  background: linear-gradient(135deg, rgba(244, 132, 65, 0.92), rgba(244, 132, 65, 0.28));
}

.card-media--blue {
  background: linear-gradient(135deg, rgba(0, 61, 165, 0.92), rgba(47, 179, 240, 0.36));
}

.card-media--pink {
  background: linear-gradient(135deg, rgba(236, 91, 231, 0.92), rgba(47, 179, 240, 0.24));
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.blog-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--surface-blue);
}

.blog-visual--alt {
  background: #fff2fb;
}

.blog-visual span {
  width: 72px;
  height: 72px;
  box-shadow: 0 18px 40px rgba(0, 61, 165, 0.16);
}

.logo-strip {
  overflow: hidden;
  padding: 56px 0;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logo-strip p {
  margin: 0 0 28px;
  font-weight: 700;
}

.logo-row {
  display: flex;
  width: max-content;
  min-width: 100%;
  justify-content: center;
  gap: clamp(36px, 7vw, 84px);
  color: #5e697b;
  font-family: var(--font-heading);
  font-weight: 700;
}

.cta-section {
  text-align: center;
}

.wide-preview {
  min-height: 430px;
  margin-top: 46px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(120deg, rgba(0, 61, 165, 0.92), rgba(0, 61, 165, 0.68)),
    var(--blue);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  height: 290px;
}

.preview-grid div {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}

.preview-grid div:nth-child(2) {
  background: rgba(47, 179, 240, 0.28);
}

.preview-grid div:nth-child(3) {
  background: rgba(244, 132, 65, 0.28);
}

.preview-caption {
  margin-top: 24px;
  color: #fff;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.faq-item {
  padding: 0;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 700;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-icon::before,
.faq-icon::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.faq-icon::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.faq-item button[aria-expanded="true"] .faq-icon::after {
  transform: rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 20px;
  color: var(--muted);
  transition: grid-template-rows 180ms ease, padding-bottom 180ms ease;
}

.faq-answer>p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.faq-item button[aria-expanded="true"]+.faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}

.contact-card {
  max-width: 560px;
  margin: 36px auto 0;
  padding: 28px;
  text-align: center;
}

.newsletter {
  width: min(var(--max), calc(100% - 40px));
  padding-top: 32px;
}

.newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 32px;
  padding: clamp(28px, 5vw, 56px);
  color: #fff;
  background:
    linear-gradient(140deg, rgba(0, 61, 165, 0.98), rgba(0, 61, 165, 0.74)),
    var(--blue);
  border-radius: var(--radius);
}

.newsletter-card p {
  color: rgba(255, 255, 255, 0.82);
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.newsletter-form input:not([type="checkbox"]),
.footer-form input:not([type="checkbox"]) {
  min-height: 48px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid rgba(219, 228, 240, 0.9);
  border-radius: var(--input-radius);
}

.form-note,
.form-success {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

.form-success {
  color: var(--blue);
  font-weight: 700;
}

.newsletter-card .form-success,
.scheme-dark .form-success {
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1fr);
  gap: clamp(36px, 8vw, 96px);
  padding: 72px clamp(20px, 5vw, 72px) 32px;
  border-top: 1px solid var(--line);
}

.footer-news p {
  max-width: 440px;
  color: var(--muted);
}

.footer-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 430px;
  gap: 10px;
}

.footer-form button {
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: var(--button-radius);
  cursor: pointer;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-links h2 {
  margin: 0 0 14px;
  font-size: 16px;
}

.footer-links a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-credits {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 24px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.footer-credits p {
  margin: 0;
}

.footer-credits div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

/* Secondary pages */

.page-hero {
  width: 100%;
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(64px, 8vw, 112px);
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
  min-height: 560px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 96px);
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5.5vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.page-hero p {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}

.page-hero__visual {
  min-height: 430px;
}

.labs-hero,
.study-hero,
.product-hero,
.community-hero,
.resources-hero,
.blog-hero,
.about-hero {
  width: 100%;
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 28%, rgba(47, 179, 240, 0.14), transparent 30%),
    linear-gradient(180deg, #fff, #f6faff);
}

.labs-hero>*,
.study-hero>*,
.product-hero>*,
.community-hero>*,
.resources-hero>*,
.blog-hero>*,
.about-hero>* {
  min-width: 0;
}

.product-console,
.community-board,
.docs-panel,
.editorial-panel,
.about-map,
.voice-panel,
.story-panel,
.article-feature {
  padding: clamp(24px, 4vw, 42px);
}

.product-console {
  display: grid;
  align-content: center;
  gap: 18px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(0, 61, 165, 0.95), rgba(47, 179, 240, 0.72)),
    var(--blue);
}

.console-card {
  position: relative;
  z-index: 1;
  max-width: 390px;
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius);
}

.console-card--speech {
  justify-self: end;
  width: min(320px, 88%);
}

.console-card--sign {
  width: min(280px, 76%);
  background: rgba(236, 91, 231, 0.16);
  border: 1px solid rgba(236, 91, 231, 0.24);
}

.console-card span,
.board-card span,
.article-label,
.article-byline,
.event-row span,
.story-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.console-card strong,
.board-card strong,
.story-card strong {
  display: block;
  margin-top: 8px;
  font-size: 23px;
  line-height: 1.2;
}

.console-signal {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  min-height: 90px;
  padding: 20px;
}

.console-signal span {
  width: 16px;
  background: #fff;
  border-radius: 999px;
}

.console-signal span:nth-child(1),
.console-signal span:nth-child(5) {
  height: 36px;
}

.console-signal span:nth-child(2),
.console-signal span:nth-child(4) {
  height: 68px;
  background: var(--orange);
}

.console-signal span:nth-child(3) {
  height: 104px;
  background: var(--pink);
}

.voice-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 380px;
  background: var(--surface-blue);
}

.voice-line {
  height: 24px;
  width: 72%;
  background: var(--blue);
  border-radius: 999px;
}

.voice-line--wide {
  width: 100%;
  background: var(--sky);
}

.voice-line--short {
  width: 48%;
  background: var(--orange);
}

.voice-token-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.voice-token-row span {
  padding: 14px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 700;
  text-align: center;
}

.process-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: center;
  background: #fff;
}

.board-card {
  display: grid;
  align-content: end;
  min-height: 150px;
  padding: 20px;
  background: var(--surface-blue);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.board-card--blue {
  min-height: 250px;
  color: #fff;
  background: var(--blue);
}

.board-card--blue span,
.editorial-panel .article-label {
  color: rgba(255, 255, 255, 0.8);
}

.board-card--pink {
  background: rgba(236, 91, 231, 0.12);
}

.board-card--orange {
  background: rgba(244, 132, 65, 0.14);
}

.event-list {
  display: grid;
  gap: 16px;
}

.event-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
}

.event-row strong {
  display: block;
  margin-top: 6px;
}

.event-row h3 {
  margin: 0;
}

.event-row p {
  margin: 8px 0 0;
}

.docs-panel {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 18px;
  background: #fff;
}

.docs-sidebar,
.docs-content {
  padding: 22px;
  border-radius: var(--radius);
}

.docs-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  background: var(--blue);
}

.docs-sidebar span,
.docs-content span {
  display: block;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}

.docs-content {
  display: grid;
  align-content: center;
  gap: 16px;
  background: var(--surface-blue);
}

.docs-content strong {
  font-size: 28px;
}

.docs-content span {
  width: 100%;
  background: #b8cbe8;
}

.docs-content .short {
  width: 62%;
}

.code-chip {
  width: max-content;
  max-width: 100%;
  padding: 12px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  font-weight: 700;
}

.editorial-panel {
  display: grid;
  align-content: end;
  min-height: 430px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(0, 61, 165, 0.95), rgba(236, 91, 231, 0.72)),
    var(--blue);
}

.editorial-panel h2 {
  max-width: 520px;
  margin: 14px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
}

.editorial-panel p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.84);
}

.blog-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-hero {
  width: min(880px, calc(100% - 40px));
  padding-bottom: 48px;
}

.article-hero h1 {
  margin: 16px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5.5vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.article-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.article-feature {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  min-height: 360px;
  margin: 0 auto;
  color: #fff;
  background: var(--blue);
}

.article-signal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 14px;
}

.article-signal span {
  min-height: 110px;
  background: var(--sky);
  border-radius: var(--radius);
}

.article-signal span:nth-child(2) {
  min-height: 190px;
  background: var(--orange);
}

.article-signal span:nth-child(3) {
  min-height: 150px;
  background: var(--pink);
}

.article-caption {
  align-self: end;
}

.article-caption strong {
  font-family: var(--font-heading);
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
}

.article-caption p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.article-body {
  width: min(760px, calc(100% - 40px));
  padding-top: 70px;
}

.article-body p {
  color: #273246;
  font-size: 19px;
}

.article-body .lede {
  color: var(--ink);
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.35;
}

.article-body h2 {
  margin: 48px 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.14;
}

.article-body blockquote {
  margin: 44px 0;
  padding: 28px;
  color: var(--blue);
  background: var(--surface-blue);
  border-left: 6px solid var(--orange);
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
}

.about-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
  background: #fff;
}

.map-node {
  display: grid;
  place-items: center;
  min-height: 150px;
  color: #fff;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-weight: 700;
}

.map-node--blue {
  min-height: 230px;
  background: var(--blue);
}

.map-node--orange {
  background: var(--orange);
}

.map-node--pink {
  background: var(--pink);
}

.map-node--sky {
  min-height: 230px;
  background: var(--sky);
}

.story-panel {
  display: grid;
  gap: 16px;
  align-content: center;
  min-height: 430px;
  background: var(--surface-blue);
}

.story-card {
  width: min(430px, 100%);
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.story-card--top,
.story-card--bottom {
  justify-self: end;
}

.cta-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(40px, 7vw, 76px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 61, 165, 0.96), rgba(47, 179, 240, 0.8)),
    var(--blue);
  border-radius: var(--radius);
  text-align: center;
}

.cta-panel h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.08;
}

.cta-panel p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.lab-orbit {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  background:
    linear-gradient(140deg, rgba(0, 61, 165, 0.94), rgba(47, 179, 240, 0.76)),
    var(--blue);
}

.orbit-dot {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  opacity: 0.94;
}

.orbit-dot--orange {
  top: 42px;
  left: 46px;
  background: var(--orange);
}

.orbit-dot--sky {
  top: 92px;
  right: 82px;
  background: var(--sky);
}

.orbit-dot--pink {
  right: 36%;
  bottom: 50%;
  background: var(--pink);
}

.prototype-card {
  position: relative;
  z-index: 1;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
}

.prototype-card--primary {
  margin-top: 80px;
}

.prototype-card span,
.lab-project>span,
.process-card>span,
.prototype-tile span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.prototype-card strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.15;
}

.prototype-card p {
  margin-top: 8px;
}


.lab-project-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lab-project,
.process-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
}

/* ── How It Works (Figma-aligned) ─────────────────────────────────────────── */
.hiw-section {
  width: 100%;
  max-width: none;
  background: #EEF2FF;
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
}

.hiw-section .section-heading {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.hiw-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

/* Horizontal connecting line through the center of the circles */
.hiw-connector {
  position: absolute;
  top: 44px;
  /* half of circle height (88px / 2) */
  left: calc(16.67% + 44px);
  /* starts after first circle center */
  right: calc(16.67% + 44px);
  /* ends before last circle center */
  height: 2px;
  background: var(--blue);
  opacity: 0.25;
  z-index: 0;
}

.hiw-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.hiw-circle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0, 44, 117, 0.15);
  box-shadow: 0 4px 16px rgba(0, 44, 117, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hiw-circle span {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}

.hiw-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}

.hiw-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 720px) {
  .hiw-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hiw-connector {
    display: none;
  }
}

.lab-project--featured {
  color: #fff;
  background:
    linear-gradient(150deg, rgba(0, 61, 165, 0.96), rgba(0, 61, 165, 0.78)),
    var(--blue);
}

.lab-project--featured p,
.lab-project--featured span {
  color: rgba(255, 255, 255, 0.84);
}

.lab-project .button {
  align-self: flex-start;
  margin-top: auto;
}

.prototype-section {
  width: 100%;
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 12% 0%, rgba(236, 91, 231, 0.09), transparent 28%),
    var(--soft);
}

.prototype-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.prototype-tile {
  min-height: 380px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.prototype-thumbnail {
  height: 192px;
  width: 100%;
  background: #e5eeff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prototype-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}

.prototype-tile h3 {
  max-width: 100%;
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.2;
  color: #0b1c30;
}

.prototype-tile--blue {
  background: #fff;
}

.prototype-tile--blue span {
  color: var(--muted);
}

.prototype-tile--pink {
  background: #fff;
}

.prototype-tile--orange {
  background: #fff;
}

.newsletter-card--light {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(47, 179, 240, 0.14), rgba(236, 91, 231, 0.1)),
    #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.newsletter-card--light p {
  color: var(--muted);
}

.newsletter-card--light .form-success {
  color: var(--blue);
}

.faq-grid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.study-recorder {
  display: grid;
  gap: 26px;
  align-content: center;
  min-height: 460px;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
  background:
    linear-gradient(150deg, rgba(0, 61, 165, 0.96), rgba(0, 61, 165, 0.76)),
    var(--blue);
}

.recorder-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
}

.recorder-header span,
.recording-controls {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 136px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius);
}

.waveform span {
  display: block;
  width: 12px;
  background: var(--sky);
  border-radius: 999px;
}

.waveform span:nth-child(1),
.waveform span:nth-child(7) {
  height: 36px;
}

.waveform span:nth-child(2),
.waveform span:nth-child(6) {
  height: 78px;
  background: var(--orange);
}

.waveform span:nth-child(3),
.waveform span:nth-child(5) {
  height: 104px;
}

.waveform span:nth-child(4) {
  height: 118px;
  background: var(--pink);
}

.recording-prompt {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.recording-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.record-dot {
  width: 14px;
  height: 14px;
  background: var(--orange);
  border-radius: 50%;
}

.research-section {
  width: min(920px, calc(100% - 40px));
}

.eligibility-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-height: 360px;
  padding: 22px;
  background: var(--surface-blue);
}

.criteria-card {
  display: grid;
  align-content: end;
  min-height: 150px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.criteria-card:first-child {
  grid-row: span 2;
  color: #fff;
  background: var(--blue);
}

.criteria-card span {
  color: var(--orange);
  font-weight: 700;
}

.criteria-card strong {
  margin-top: 8px;
  font-size: 24px;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  min-height: 250px;
}

.process-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.22;
}

.large-body {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}

.study-apply {
  padding-top: 48px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 10px;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-contact {
    text-align: center;
  }

  .hero-grid,
  .testimonial-section,
  .split-section,
  .works-layout,
  .newsletter-card,
  .site-footer,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-visual {
    min-height: 480px;
  }

  .feature-grid,
  .content-card-grid,
  .faq-grid,
  .lab-project-grid,
  .prototype-gallery,
  .process-grid,
  .process-grid--three,
  .blog-grid--three {
    grid-template-columns: 1fr 1fr;
  }

  .event-row,
  .article-feature {
    grid-template-columns: 1fr;
  }

  .works-layout {
    width: min(720px, 100%);
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 64px;
    padding: 12px 20px;
  }

  .brand-link img {
    width: 98px;
  }

  .section {
    width: min(100% - 32px, var(--max));
    padding: var(--section-pad-sm) 0;
  }

  .page-hero,
  .cta-section,
  .narrative-section,
  .wide-visual-section,
  .study-section {
    padding-top: var(--section-pad-md);
    padding-bottom: var(--section-pad-md);
  }

  .warm-proof-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .product-proof-strip,
  .cycle-note {
    flex-direction: column;
    padding: 20px;
  }

  .community-proof-card {
    padding: 22px;
  }

  .hero-section {
    padding: 36px 16px 64px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 11vw, 44px);
  }

  .button,
  .button-row .text-link {
    width: 100%;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-visual,
  .testimonial-media,
  .device-preview,
  .wide-preview {
    min-height: 360px;
  }

  .conversation-window,
  .device-preview,
  .wide-preview {
    padding: 18px;
  }

  .feature-grid,
  .content-card-grid,
  .blog-grid,
  .blog-grid--three,
  .faq-grid,
  .footer-links,
  .lab-project-grid,
  .prototype-gallery,
  .process-grid,
  .process-grid--three,
  .eligibility-panel {
    grid-template-columns: 1fr;
  }

  .community-board,
  .docs-panel,
  .about-map,
  .voice-token-row {
    grid-template-columns: 1fr;
  }

  .event-row {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .article-feature {
    width: min(100% - 32px, var(--max));
    grid-template-columns: 1fr;
  }

  .article-signal span,
  .article-signal span:nth-child(2),
  .article-signal span:nth-child(3) {
    min-height: 120px;
  }

  .lab-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lab-card--main {
    min-height: 220px;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero__visual,
  .study-recorder,
  .product-console,
  .community-board,
  .docs-panel,
  .editorial-panel,
  .about-map {
    min-height: 360px;
  }

  .preview-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .preview-grid div {
    min-height: 120px;
  }

  .newsletter-form,
  .footer-form {
    grid-template-columns: 1fr;
  }

  .footer-credits {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==========================================================================
   GOVOBO PREMIUM CUSTOM ENHANCEMENTS & INTERACTIVE COMPONENT STYLES
   ========================================================================== */

/* 1. Testimonial Profile Monogram Cards */
.profile-card-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(219, 228, 240, 0.6);
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}

.profile-card-design:hover {
  transform: translateY(-4px);
}

.profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 61, 165, 0.15);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-avatar--blue {
  background: linear-gradient(135deg, var(--blue), var(--sky));
}

.profile-avatar--pink {
  background: linear-gradient(135deg, var(--pink), var(--sky));
}

.profile-avatar--orange {
  background: linear-gradient(135deg, var(--orange), var(--pink));
}

.profile-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.profile-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}

.profile-title {
  font-size: 13px;
  color: var(--muted);
}

.profile-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 12px auto 0;
  padding: 4px 12px;
  background: var(--surface-blue);
  border: 1px solid rgba(0, 61, 165, 0.15);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
}

.badge-icon {
  color: var(--sky);
}

/* 2. Infinite Scrolling Logo Marquee */
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 12px 0;
}

.marquee-container::before,
.marquee-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #f6faff 0%, transparent 100%);
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #f6faff 0%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 100px;
  width: max-content;
  animation: marquee-scroll 24s linear infinite;
}

.marquee-track span {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #a0aec0;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.marquee-track span:hover {
  color: var(--blue);
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 3. Homepage Wide Workspace Preview */
.wide-preview {
  padding: 0 !important;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.preview-img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.wide-preview:hover .preview-img {
  transform: scale(1.02);
}

.preview-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 18, 40, 0.85);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  margin-top: 0 !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 4. Product Hero & Voice Panel Graphics */
.console-signal-interactive {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  min-height: 100px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sig-bar {
  width: 12px;
  height: 20px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  animation: pulse-signal-bar 1.5s ease-in-out infinite alternate;
}

.sig-bar:nth-child(1) {
  height: 40px;
  animation-delay: 0.1s;
}

.sig-bar:nth-child(2) {
  height: 70px;
  background: var(--orange);
  animation-delay: 0.3s;
}

.sig-bar:nth-child(3) {
  height: 95px;
  background: var(--pink);
  animation-delay: 0.5s;
}

.sig-bar:nth-child(4) {
  height: 55px;
  background: var(--sky);
  animation-delay: 0.2s;
}

.sig-bar:nth-child(5) {
  height: 35px;
  animation-delay: 0.4s;
}

@keyframes pulse-signal-bar {
  0% {
    transform: scaleY(0.75);
  }

  100% {
    transform: scaleY(1.25);
  }
}

.voice-panel {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

/* 5. Labs Orbit Concentrics Graphic */
.orbit-container-design {
  --orbit-r1: 60px;
  --orbit-r2: 90px;
  --orbit-r3: 120px;
  --orbit-r4: 150px;
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: height 0.3s ease;
}

@media (min-width: 768px) {
  .orbit-container-design {
    --orbit-r1: 80px;
    --orbit-r2: 125px;
    --orbit-r3: 170px;
    --orbit-r4: 215px;
    height: 460px;
  }
}

.orbit-center-node {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 4px solid var(--blue);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--blue);
  box-shadow: 0 10px 30px rgba(0, 61, 165, 0.3);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .orbit-center-node {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}

.orbit-ring {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.orbit-ring--1 {
  width: calc(var(--orbit-r1) * 2);
  height: calc(var(--orbit-r1) * 2);
}

.orbit-ring--2 {
  width: calc(var(--orbit-r2) * 2);
  height: calc(var(--orbit-r2) * 2);
}

.orbit-ring--3 {
  width: calc(var(--orbit-r3) * 2);
  height: calc(var(--orbit-r3) * 2);
}

.orbit-ring--4 {
  width: calc(var(--orbit-r4) * 2);
  height: calc(var(--orbit-r4) * 2);
}

.orbit-sat {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 5;
}

.orbit-sat::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  content: attr(data-label);
  letter-spacing: 0.5px;
}

.sat--orange {
  background: var(--orange);
  animation: orbit-rot-1 14s linear infinite;
}

.sat--sky {
  background: var(--sky);
  animation: orbit-rot-2 20s linear infinite;
}

.sat--purple {
  background: #8B5CF6;
  animation: orbit-rot-3 26s linear infinite;
}

.sat--green {
  background: #10B981;
  animation: orbit-rot-4 32s linear infinite;
}

@keyframes orbit-rot-1 {
  from {
    transform: rotate(0deg) translateX(var(--orbit-r1)) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(var(--orbit-r1)) rotate(-360deg);
  }
}

@keyframes orbit-rot-2 {
  from {
    transform: rotate(90deg) translateX(var(--orbit-r2)) rotate(-90deg);
  }

  to {
    transform: rotate(450deg) translateX(var(--orbit-r2)) rotate(-450deg);
  }
}

@keyframes orbit-rot-3 {
  from {
    transform: rotate(180deg) translateX(var(--orbit-r3)) rotate(-180deg);
  }

  to {
    transform: rotate(540deg) translateX(var(--orbit-r3)) rotate(-540deg);
  }
}

@keyframes orbit-rot-4 {
  from {
    transform: rotate(270deg) translateX(var(--orbit-r4)) rotate(-270deg);
  }

  to {
    transform: rotate(630deg) translateX(var(--orbit-r4)) rotate(-630deg);
  }
}

/* 6. Active Interactive Audio Recorder */
.study-recorder {
  padding: 32px !important;
  background: linear-gradient(135deg, rgba(10, 18, 40, 0.98), rgba(0, 61, 165, 0.9)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: var(--radius);
  color: #fff;
}

.waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 20px;
  margin: 12px 0;
}

.waveform span {
  width: 8px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  transition: height 0.15s ease, background 0.3s ease;
}

.waveform span.recording {
  background: var(--orange);
  animation: wave-animation-bounce 0.6s ease-in-out infinite alternate;
}

.waveform span.playing {
  background: var(--sky);
  animation: wave-animation-bounce 0.75s ease-in-out infinite alternate;
}

.waveform span:nth-child(1) {
  animation-delay: 0.1s;
}

.waveform span:nth-child(2) {
  animation-delay: 0.3s;
}

.waveform span:nth-child(3) {
  animation-delay: 0.5s;
}

.waveform span:nth-child(4) {
  animation-delay: 0.2s;
}

.waveform span:nth-child(5) {
  animation-delay: 0.4s;
}

.waveform span:nth-child(6) {
  animation-delay: 0.15s;
}

.waveform span:nth-child(7) {
  animation-delay: 0.35s;
}

@keyframes wave-animation-bounce {
  0% {
    transform: scaleY(0.5);
  }

  100% {
    transform: scaleY(1.8);
  }
}

.recorder-feedback-row {
  text-align: center;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-top: -6px;
  min-height: 22px;
}

.recording-controls-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
}

.btn-record {
  background: #fff;
  color: var(--blue);
}

.btn-record.recording-active {
  background: #ef4444 !important;
  border-color: #ef4444 !important;
  color: #fff !important;
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.4);
}

.stop-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  margin-right: 8px;
}

/* 7. Glassmorphism Interactive Demo Modals */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 18, 40, 0.75);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: modal-overlay-fade-in 0.25s forwards;
}

.modal-card {
  width: min(540px, 100%);
  background: #fff;
  border-radius: calc(var(--radius) * 1.5);
  box-shadow: 0 32px 80px rgba(0, 61, 165, 0.24);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  transform: translateY(24px);
  opacity: 0;
  animation: modal-card-slide-up 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.modal-card--large {
  width: min(740px, 100%);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.modal-header h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--blue);
  line-height: 1.2;
}

.modal-close {
  background: none;
  border: 0;
  font-size: 32px;
  font-weight: 300;
  color: var(--muted);
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #ef4444;
}

.modal-body p {
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 14.5px;
}

.modal-body .demo-desc {
  color: var(--ink);
  font-weight: 500;
  background: var(--surface-blue);
  padding: 14px 18px;
  border-radius: var(--radius);
  border-left: 4px solid var(--blue);
  margin-bottom: 20px;
}

.modal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: var(--soft);
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  margin-bottom: 20px;
  text-align: center;
}

.modal-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal-stats strong {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.5px;
}

.modal-stats span {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  width: max-content;
  margin: 0 auto;
}

.badge--green {
  background: #d1fae5;
  color: #065f46;
}

.compensation-note {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--blue) !important;
  text-align: center;
  margin-bottom: 20px;
}

@keyframes modal-overlay-fade-in {
  to {
    opacity: 1;
  }
}

@keyframes modal-card-slide-up {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-overlay.fade-out {
  animation: modal-overlay-fade-out 0.25s forwards;
}

@keyframes modal-overlay-fade-out {
  to {
    opacity: 0;
  }
}

/* 8. Prototype Sandbox Playground Displays */
.demo-playground {
  background: var(--ink);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.sim-meeting {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  min-height: 200px;
}

.meeting-video {
  background: #1e293b;
  border-radius: var(--radius);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 140px;
}

.video-overlay-gesture {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--orange);
  color: #fff;
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 10.5px;
  font-weight: 700;
  text-align: center;
  animation: flash-gesture-pill 1s infinite alternate;
}

.avatar-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.meeting-captions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  max-height: 180px;
  overflow-y: auto;
}

.meeting-captions p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.highlight-gesture {
  color: var(--sky) !important;
  font-weight: 700;
  background: rgba(47, 179, 240, 0.15);
  padding: 4px 8px;
  border-radius: 4px;
  border-left: 3px solid var(--sky);
}

.typing-placeholder {
  animation: pulse-placeholder-opacity 1.5s infinite;
}

@keyframes flash-gesture-pill {
  from {
    opacity: 0.85;
    box-shadow: 0 0 0 rgba(244, 132, 65, 0);
  }

  to {
    opacity: 1;
    box-shadow: 0 0 10px rgba(244, 132, 65, 0.6);
  }
}

@keyframes pulse-placeholder-opacity {
  50% {
    opacity: 0.5;
  }
}

.sim-latency {
  text-align: center;
}

.latency-gauge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 4px solid var(--sky);
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(47, 179, 240, 0.25);
  background: rgba(255, 255, 255, 0.03);
}

.latency-value {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--sky);
  line-height: 1.1;
}

.latency-gauge span:last-child {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.slider-control {
  text-align: left;
  max-width: 440px;
  margin: 0 auto;
}

.slider-control label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.latency-slider {
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
}

.latency-stats {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.5);
}

.sim-room {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.room-invite {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.qr-mock {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 4px;
  font-size: 12px;
}

.room-invite div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.room-invite strong {
  font-size: 14px;
  color: #fff;
}

.room-invite p {
  margin: 0 !important;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.room-participants {
  display: flex;
  gap: 8px;
  align-items: center;
}

.p-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid var(--ink);
  position: relative;
}

.p-dot.is-online::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
}

.add-p {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.live-scroll-captions {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* 9. Interactive Prototype Tiles */
.prototype-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.prototype-tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--blue);
}

.play-indicator {
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--blue);
  transition: transform 0.2s ease;
  padding-top: 24px;
}

.prototype-tile:hover .play-indicator {
  transform: translateX(4px);
}



/* 10. Themed Blog Visual Badges */
.blog-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border-radius: var(--radius) var(--radius) 0 0;
  position: relative;
  overflow: hidden;
}

.blog-visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.blog-visual-icon {
  font-size: 56px;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-visual-icon {
  transform: scale(1.15) rotate(-4deg);
}

.blog-visual--blue {
  background: linear-gradient(135deg, #eff6ff, #dbe4f0);
}

.blog-visual--orange {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.blog-visual--pink {
  background: linear-gradient(135deg, #fdf2f8, #fbcfe8);
}

.blog-visual--sky {
  background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
}

/* 11. Article Signal Visuals */
.article-signal-interactive {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  min-height: 240px;
  width: 100%;
}

.article-signal-interactive .sig-bar {
  width: 16px;
  animation-duration: 2s;
}

/* 12. Developer Code Display Component */
.code-editor-card {
  width: 100%;
  background: var(--ink);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: left;
}

.code-editor-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.code-editor-header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.code-editor-header .red {
  background: #ef4444;
}

.code-editor-header .yellow {
  background: #f59e0b;
}

.code-editor-header .green {
  background: #10b981;
}

.file-name {
  margin-left: 10px;
  font-family: monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.code-display {
  margin: 0;
  padding: 24px;
  overflow-x: auto;
  background: none;
}

.code-display code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 13.5px;
  color: #f8fafc;
  line-height: 1.6;
  text-shadow: none;
}

.keyword {
  color: #f43f5e;
  font-weight: bold;
}

.string {
  color: #10b981;
}

.comment {
  color: #64748b;
  font-style: italic;
}

/* 13. Connected Map Dashboard (About Page) */
.about-map-interactive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: var(--surface-blue);
  padding: 22px;
  border-radius: var(--radius);
  align-content: center;
  min-height: 400px;
  border: 1px solid rgba(0, 61, 165, 0.1);
}

.map-node-design {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.map-node-design:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 61, 165, 0.08);
}

.node-icon {
  font-size: 24px;
  margin-bottom: 4px;
}

.about-map-interactive .node-icon {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}

.map-node-design strong {
  font-family: var(--font-heading);
  font-size: 16.5px;
  color: var(--blue);
  margin: 0;
}

.node-desc {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.4;
}

.map-node-design--blue {
  border-left: 4px solid var(--blue);
}

.map-node-design--orange {
  border-left: 4px solid var(--orange);
}

.map-node-design--pink {
  border-left: 4px solid var(--pink);
}

.map-node-design--sky {
  border-left: 4px solid var(--sky);
}

/* 14. Community Forum Dashboard Preview */
.community-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: var(--surface-blue) !important;
  padding: 24px !important;
}

.board-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  min-height: 160px;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  padding: 20px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.board-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.board-card--blue {
  background: linear-gradient(135deg, var(--blue), #002e7d) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.board-card--blue .board-tag {
  color: rgba(255, 255, 255, 0.8) !important;
  background: rgba(255, 255, 255, 0.15);
}

.board-card--blue .board-stats {
  color: rgba(255, 255, 255, 0.7) !important;
}

.board-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--surface-blue);
  padding: 3px 8px;
  border-radius: 99px;
  margin-bottom: auto;
}

.board-card strong {
  font-size: 20px !important;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 4px;
}

.board-stats {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}

/* 15. Paid Study Criteria list cards */
.criteria-card-design {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.25s ease;
}

.criteria-card-design:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 61, 165, 0.05);
}

.criteria-badge {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--orange);
  background: rgba(244, 132, 65, 0.1);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 16px;
}

.criteria-card-design h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.criteria-card-design p {
  margin: 10px 0 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.4;
}

.eligibility-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background: var(--surface-blue);
  padding: 24px;
}

/* 16. General Polish Elements & Live simulation */
.live-feed-sim {
  height: 290px;
  max-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  overflow: hidden;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(12px);
  animation: sim-bubble-entrance 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes sim-bubble-entrance {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pulse-indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--sky);
  border-radius: 50%;
  animation: pulse-active-ring 1.8s ease-out infinite;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  background: var(--sky);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--sky);
}

@keyframes pulse-active-ring {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    transform: scale(2.0);
    opacity: 0;
  }
}

/* Scroll Entrance Animation Triggers */
.entrance-ready {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.entrance-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile Media Queries for New Interactive Components */
@media (max-width: 980px) {

  .feature-grid,
  .content-card-grid,
  .blog-grid--three,
  .faq-grid,
  .lab-project-grid,
  .prototype-gallery,
  .process-grid,
  .process-grid--three {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .about-map-interactive {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sim-meeting {
    grid-template-columns: 1fr;
  }

  .meeting-video {
    min-height: 120px;
  }

  .modal-card {
    padding: 24px 20px;
  }

  .modal-header h2 {
    font-size: 18px;
  }

  .modal-stats {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  .modal-stats div {
    flex-direction: row;
    justify-content: space-between;
  }

  .badge {
    margin: 0;
  }

  .recording-controls-row {
    flex-direction: column;
    gap: 10px;
  }

  .btn-record,
  .btn-play,
  .btn-submit {
    width: 100%;
  }

  .marquee-track {
    gap: 50px;
  }
}

/* 17. Captioning App Screenshot Layout Styles */
.app-interface {
  background: #f8fafc !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px !important;
  box-shadow: var(--shadow) !important;
}

.app-center-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 460px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
}

.app-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.app-subtitle {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.app-hint {
  font-size: 13.5px;
  color: #c2410c;
  /* Muted orange/brown seen in screenshot */
  font-weight: 700;
  margin: 0;
}

.app-controls {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.app-btn {
  background: var(--blue) !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: default;
  box-shadow: 0 4px 12px rgba(0, 61, 165, 0.15);
}

.app-btn--pill {
  padding: 8px 20px !important;
  border-radius: 999px !important;
  gap: 8px;
  min-height: 40px;
}

.app-btn--pill .btn-arrow {
  font-family: monospace;
  font-size: 14px;
  transform: translateY(-1px);
}

.app-btn--square {
  width: 40px;
  height: 40px;
  border-radius: 8px !important;
  padding: 0 !important;
}

.app-btn--square .pip-icon,
.app-btn--square .caret-icon {
  font-size: 16px;
}

/* Adjust simulator captions inside the app theme container */
.app-interface .live-feed-sim {
  width: 100%;
  height: 290px;
  max-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.app-interface .caption-bubble {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid var(--blue);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.app-interface .caption-bubble--blue {
  border-left-color: var(--blue);
}

.app-interface .caption-bubble--light {
  border-left-color: var(--sky);
}

.app-interface .caption-bubble--pink {
  border-left-color: var(--pink);
}

.app-interface .caption-bubble span {
  color: var(--muted);
  font-size: 11px;
}

.app-interface .caption-bubble strong {
  color: #0f172a;
}

@media (max-width: 680px) {
  .app-interface {
    min-height: 380px;
    padding: 20px !important;
  }

  .app-title {
    font-size: 22px;
  }

  .app-subtitle {
    font-size: 13px;
  }

  .app-hint {
    font-size: 12px;
  }

  .app-controls {
    position: static;
    margin-top: 24px;
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   V3 Consolidated Site Sections & Layout Styles
   ========================================================================== */

/* 18. Credibility Logo Strip */
.logo-strip {
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 179, 240, 0.22), transparent 34%),
    linear-gradient(135deg, #003da5 0%, #0b5fc4 58%, #1e90dc 100%);
  color: #fff;
  border-top: 1px solid rgba(211, 228, 254, 0.18);
  border-bottom: 1px solid rgba(211, 228, 254, 0.18);
  padding: 48px clamp(20px, 5vw, 72px);
  text-align: center;
}

.logo-strip p {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--sky);
  margin-top: 0;
  margin-bottom: 32px;
}

.partner-logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px 48px;
  max-width: var(--max);
  margin: 0 auto;
}

.partner-logo-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1 1 200px;
  max-width: 280px;
  padding: 16px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(211, 228, 254, 0.18);
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.partner-logo-item:hover,
.partner-logo-item:focus-visible,
.partner-logo-item[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(211, 228, 254, 0.32);
}

.partner-logo-item:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 4px;
}

.partner-logo-item[aria-expanded="true"] {
  transform: translateY(-3px);
}

.partner-logo-item strong {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.partner-logo-item span {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #f8fafc;
}

.partner-logo-item small {
  display: block;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 2px;
}

.partner-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: 10px 0;
  padding: 4px;
}

.partner-logo-img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
}

/* AppTek logo is a JPG with white background, let's round its corners and give it a slight border to fit nicely */
.partner-logo-img[src*="Logo_APPTEKai_Logo"] {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-logo-item:hover .partner-logo-img {
  transform: scale(1.05);
}

.partner-card-toggle {
  display: inline-flex;
  align-self: center;
  margin-top: 14px;
  padding: 5px 10px;
  color: var(--sky) !important;
  background: rgba(47, 179, 240, 0.1);
  border: 1px solid rgba(47, 179, 240, 0.2);
  border-radius: var(--tag-radius);
  font-family: var(--font-body) !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.partner-card-toggle::after {
  margin-left: 6px;
  content: "+";
}

.partner-logo-item[aria-expanded="true"] .partner-card-toggle::after {
  content: "-";
}

.partner-card-details {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: var(--font-body) !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.55;
  opacity: 0;
  transition: max-height 240ms ease, margin-top 240ms ease, opacity 180ms ease;
}

.partner-logo-item[aria-expanded="true"] .partner-card-details {
  max-height: 180px;
  margin-top: 14px;
  opacity: 1;
}

.philosophy-section,
.core-tech-section,
.cycle-section,
.team-section-v3 {
  position: relative;
}

.philosophy-section::before,
.core-tech-section::before,
.cycle-section::before,
.team-section-v3::before {
  position: absolute;
  inset: 0 50%;
  width: 100vw;
  margin-left: -50vw;
  background:
    radial-gradient(circle at 14% 12%, rgba(244, 132, 65, 0.09), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(47, 179, 240, 0.11), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  content: "";
  z-index: -1;
}

.resource-hub-section,
.blog-section-v3 {
  position: relative;
}

.resource-hub-section::before,
.blog-section-v3::before {
  position: absolute;
  inset: 0 50%;
  width: 100vw;
  margin-left: -50vw;
  background: linear-gradient(180deg, #fff 0%, #f6f8fc 100%);
  content: "";
  z-index: -1;
}

/* 19. Split Call-To-Action Portal */
.split-cta-section {
  padding-top: var(--section-pad-sm);
  padding-bottom: var(--section-pad-sm);
}

.split-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.cta-card-half {
  padding: 56px 48px;
  border-radius: calc(var(--radius) * 1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-card-half:hover {
  transform: translateY(-4px);
}

.cta-card-half h2 {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  margin: 14px 0 20px;
}

.cta-card-half p {
  font-size: 15.5px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 32px;
}

.cta-card-half--primary {
  background: linear-gradient(135deg, var(--blue), #002566);
  color: #fff;
  box-shadow: 0 20px 48px rgba(0, 61, 165, 0.15);
}

.cta-card-half--primary p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-card-half--secondary {
  background: var(--soft);
  border: 1px solid var(--line);
  color: var(--ink);
}

.cta-card-half--secondary p {
  color: var(--muted);
}

/* 20. Co-creation Cycle */
.cycle-flow-container {
  position: relative;
  width: min(100%, 720px);
  min-height: clamp(430px, 62vw, 620px);
  margin: 34px auto 0;
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid rgba(0, 61, 165, 0.16);
  border-radius: calc(var(--radius) * 1.5);
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 179, 240, 0.11), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: 0 18px 44px rgba(0, 61, 165, 0.06);
}



.cycle-flow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(340px, 50vw, 520px);
  height: clamp(340px, 50vw, 520px);
  z-index: 1;
  overflow: visible;
  color: var(--blue);
  pointer-events: none;
}

.cycle-flow-ring__path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 18 13;
  stroke-linecap: round;
  stroke-width: 7;
  marker-end: url("#cycle-arrowhead");
  opacity: 0.5;
}

.cycle-flow-ring marker path {
  fill: currentColor;
}

.cycle-flow-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(126px, 20vw, 178px);
  aspect-ratio: 1;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(0, 61, 165, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, rgba(244, 132, 65, 0.16), transparent 36%),
    #fff;
  box-shadow: 0 18px 38px rgba(0, 61, 165, 0.12);
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transform: translate(-50%, -50%);
}

.flow-step {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(124px, 22vw, 172px);
  min-height: clamp(104px, 15vw, 132px);
  padding: clamp(12px, 2vw, 16px);
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 61, 165, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(0, 61, 165, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translate(-50%, -50%);
}

.flow-step:hover {
  border-color: var(--blue);
  box-shadow: 0 18px 42px rgba(0, 61, 165, 0.13);
}

.flow-step--one {
  top: 10%;
  left: 50%;
}

.flow-step--two {
  top: 33%;
  left: 84%;
}

.flow-step--three {
  top: 82%;
  left: 70%;
}

.flow-step--four {
  top: 82%;
  left: 30%;
}

.flow-step--five {
  top: 33%;
  left: 16%;
}

.step-num {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--sky);
  margin-bottom: 8px;
  background: rgba(47, 179, 240, 0.1);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.flow-step strong {
  font-size: clamp(13.5px, 1.8vw, 15px);
  color: var(--ink);
  margin-bottom: 4px;
}

.step-sub {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.3;
}

.flow-arrow {
  display: none;
  font-size: 24px;
  color: var(--muted);
  font-weight: 300;
  user-select: none;
}

/* 21. Narrative Timeline Layout */
.narrative-timeline {
  position: relative;
  max-width: 800px;
  margin: 48px auto 0;
  padding-left: 32px;
  border-left: 2px solid var(--line);
}

.timeline-item {
  position: relative;
  margin-bottom: 48px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -50px;
  top: 4px;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--blue);
  box-shadow: 0 4px 10px rgba(0, 61, 165, 0.1);
}

.timeline-content {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.timeline-content:hover {
  transform: translateX(4px);
  box-shadow: 0 10px 24px rgba(0, 61, 165, 0.05);
}

.timeline-content h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.time-stamp {
  font-size: 13.5px;
  color: var(--orange);
  font-weight: 700;
  margin-left: 6px;
}

.timeline-content p {
  margin: 12px 0 0 !important;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}

/* 22. Team Profile Grid */
.team-card-design-v3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px !important;
  transition: transform 0.25s ease;
}

.team-card-design-v3:hover {
  transform: translateY(-4px);
}

.team-avatar-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 6px 15px rgba(0, 61, 165, 0.1);
}

.team-card-design-v3 h3 {
  margin: 0;
  font-size: 17.5px;
  font-weight: 700;
  color: var(--ink);
}

.team-card-design-v3 strong {
  display: block;
  font-size: 13.5px;
  color: var(--blue);
  margin-top: 6px;
}

.team-role-sub {
  display: block;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 4px;
}

/* 23. Blog Grid & Read Modals */
.blog-card-v3 {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.blog-card-v3:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.blog-card-v3 .play-indicator {
  padding-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
  margin: auto 0 24px;
  align-self: flex-start;
  width: 100%;
  text-align: left;
}

.blog-archive-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--muted);
  cursor: pointer;
  user-select: none;
  text-align: left;
  line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
  margin-top: 3px;
  cursor: pointer;
}

/* 24. Responsive Tweaks for V3 */
@media (max-width: 980px) {
  .split-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cycle-flow-container {
    width: min(100%, 540px);
    min-height: auto;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cycle-flow-container::before,
  .cycle-flow-container::after {
    display: none;
  }

  .cycle-flow-ring {
    display: none;
  }

  .cycle-flow-center {
    display: none;
  }

  .flow-step {
    position: static;
    transform: none;
    width: 100%;
    max-width: 480px;
    min-height: auto;
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
  }

  .flow-step--one,
  .flow-step--two,
  .flow-step--three,
  .flow-step--four,
  .flow-step--five {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }

  .step-num {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    font-size: 16px;
    flex-shrink: 0;
  }

  .flow-step strong {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 580px) {
  .narrative-timeline {
    padding-left: 20px;
  }

  .timeline-marker {
    left: -38px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

/* ==========================================
   V3 DESIGN ADDITIONS
   ========================================== */
.text-accent-gold {
  color: var(--accent-gold) !important;
}

.z-pattern-container {
  display: flex;
  flex-direction: column;
  gap: clamp(72px, 8vw, 104px);
  margin-top: 48px;
}

.z-pattern-row {
  display: flex;
  align-items: center;
  gap: 64px;
}

.z-pattern-row:nth-child(even) {
  flex-direction: row-reverse;
}

.z-pattern-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.z-pattern-content h2,
.z-pattern-content h3,
.z-pattern-content p {
  margin: 0;
}

.z-pattern-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px -2px rgba(0, 44, 117, 0.04);
  backdrop-filter: blur(5px);
  border: 1px solid var(--line);
}

.z-pattern-visual img {
  border-radius: 8px;
  width: 100%;
  max-width: 560px;
  height: 320px;
  object-fit: cover;
  display: block;
}

.z-pattern-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-pattern-icon-badge img,
.z-pattern-icon-badge svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Full Width Featured Section */
.full-width-feature {
  background: var(--blue);
  color: #ffffff;
  padding: clamp(56px, 6vw, 80px) 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width-feature__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.full-width-feature h2 {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 40px);
  margin-bottom: 20px;
  line-height: 1.2;
}

.full-width-feature p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.6;
}

/* Wide Visual Section */
.wide-visual-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 64px;
}

.wide-visual-section .z-pattern-content {
  gap: 14px;
}

.wide-visual-section .z-pattern-content h2 {
  margin: 0;
}

.wide-visual-section .z-pattern-content p {
  margin: 0;
}

.wide-visual-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  height: 400px;
}

.wide-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.wide-visual-overlay {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(137, 81, 0, 0.1);
  pointer-events: none;
}

/* Community Promise Section */
.promises-section {
  width: 100%;
  padding: 127px 24px 128px;
  background: var(--surface-blue);
}

.promises-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  width: min(1232px, 100%);
  margin: 0 auto;
  align-items: start;
}

.promises-left {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  /* Offset for site header */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.promises-heading {
  text-align: left;
}

.promises-heading h2 {
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 8px;
}

.promises-heading p {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.promises-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.promise-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  min-height: auto;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.promise-card:hover {
  transform: translateY(-4px);
}

.promise-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.promise-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.promise-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

.promise-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--blue);
  background: #e5ebf6;
  border-radius: 50%;
}

.promise-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promises-footer-copy {
  text-align: left;
  border-left: 3px solid var(--sky);
  padding-left: 20px;
}

.highlight-quote {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .promises-section {
    padding: 96px 24px;
  }

  .promises-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .promises-left {
    position: static;
    gap: 32px;
  }

  .promises-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .promises-section {
    padding: 72px 16px;
  }

  .promises-container {
    gap: 36px;
  }

  .promises-heading h2 {
    font-size: 28px;
  }

  .promises-heading p {
    font-size: 17px;
    line-height: 1.55;
  }

  .promise-card {
    padding: 24px;
    gap: 16px;
  }

  .promise-num {
    font-size: 28px;
  }

  .highlight-quote {
    font-size: 22px;
  }

  .z-pattern-row,
  .z-pattern-row:nth-child(even) {
    flex-direction: column;
    gap: 32px;
  }

  .wide-visual-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wide-visual-frame {
    height: 300px;
  }
}

@media (max-width: 540px) {
  .promise-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .promise-meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

/* Product technology callouts */
.product-tech-grid {
  align-items: stretch;
}

.product-tech-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 61, 165, 0.05);
}

.product-tech-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.product-tech-card:hover {
  box-shadow: 0 18px 40px rgba(244, 132, 65, 0.12);
}

.product-tech-card:hover::before,
.product-tech-card:focus-within::before {
  transform: scaleX(1);
}

@media (max-width: 680px) {
  .product-tech-grid {
    grid-template-columns: 1fr;
  }

}

/* Resource Guides Grid for Product Page */
.resource-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.resource-guides-grid .guide-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: left;
  align-items: flex-start;
}

.resource-guides-grid .guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--blue);
}

.resource-guides-grid .guide-card h3 {
  font-size: 19px;
  color: var(--ink);
  margin: 0 0 8px;
  font-weight: 700;
  line-height: 1.3;
}

.resource-guides-grid .guide-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
  margin: 0;
}

.guide-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  font-size: 13.5px;
  font-weight: 800;
}

.guide-card-link:hover,
.guide-card-link:focus-visible {
  color: #002c75;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.resource-guides-grid .guide-card .guide-icon {
  align-self: flex-start;
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .resource-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .resource-guides-grid {
    grid-template-columns: 1fr;
  }
}

.hiw-section {
  width: 100%;
  max-width: none;
}

/* Color Scheme 3 (Dark Banner/Footer) */
.scheme-dark {
  background-color: #001842 !important;
  color: #FFFFFF !important;
}

.scheme-dark h1,
.scheme-dark h2,
.scheme-dark h3,
.scheme-dark h4,
.scheme-dark h5,
.scheme-dark h6 {
  color: #FFFFFF !important;
}

.scheme-dark p,
.scheme-dark span,
.scheme-dark .footer-news p,
.scheme-dark .footer-links a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.scheme-dark a {
  color: #FFFFFF !important;
}

.scheme-dark .site-footer {
  border-top-color: rgba(255, 255, 255, 0.15) !important;
}

/* ==========================================================================
   Inspiration Theme Experiment
   Soft sky surfaces, cobalt anchors, orange lab energy, and airy white cards.
   ========================================================================== */

body {
  background:
    radial-gradient(circle at 8% 18%, rgba(233, 91, 233, 0.08), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(41, 174, 235, 0.13), transparent 30%),
    radial-gradient(circle at 84% 44%, rgba(249, 115, 53, 0.06), transparent 24%),
    var(--surface);
}

main {
  overflow-x: clip;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 61, 165, 0.08);
  box-shadow: 0 8px 26px rgba(0, 61, 165, 0.05);
  backdrop-filter: blur(16px);
}

.site-nav a {
  color: #2d3748;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.site-nav .nav-contact,
.site-nav .nav-contact:hover,
.site-nav .nav-contact:focus-visible,
.site-nav .nav-contact[aria-current="page"] {
  color: #fff;
}

.nav-contact,
.button--primary,
.hero-actions .button--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 61, 165, 0.22);
}

.nav-contact:hover,
.button--primary:hover,
.hero-actions .button--primary:hover {
  background: #0754c7;
  box-shadow: 0 16px 30px rgba(0, 61, 165, 0.28);
}

.button--secondary,
.button--ghost {
  color: var(--blue);
  background: #fff;
  border: 1px solid rgba(0, 61, 165, 0.2);
  box-shadow: 0 10px 28px rgba(0, 61, 165, 0.08);
}

.hero-section,
.page-hero {
  background:
    radial-gradient(circle at 10% 28%, rgba(41, 174, 235, 0.14), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(233, 91, 233, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f3faff 100%);
  border-bottom: 1px solid rgba(0, 61, 165, 0.08);
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.promises-heading h2 {
  color: var(--blue);
}

.section-kicker,
.eyebrow,
.page-eyebrow,
.hero-eyebrow {
  color: var(--pink);
}

.section-heading p,
.hero-copy p,
.page-hero p {
  color: var(--muted);
}

.feature-card,
.content-card,
.promise-card,
.product-tech-card,
.prototype-tile,
.team-card-design-v3,
.faq-item,
.resource-guides-grid .guide-card,
.blog-card {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 61, 165, 0.11);
  border-radius: var(--card-radius);
  box-shadow: 0 18px 44px rgba(0, 61, 165, 0.07);
}

.feature-card:hover,
.content-card:hover,
.promise-card:hover,
.product-tech-card:hover,
.prototype-tile:hover,
.team-card-design-v3:hover,
.resource-guides-grid .guide-card:hover,
.blog-card:hover {
  border-color: rgba(41, 174, 235, 0.36);
  box-shadow: 0 24px 54px rgba(0, 61, 165, 0.12);
}

.feature-icon,
.promise-icon,
.guide-icon,
.node-icon,
.z-pattern-icon-badge,
.blog-visual-icon {
  color: var(--blue);
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.65), transparent 38%),
    #eaf6ff;
}

.feature-card:nth-child(3n + 1) .feature-icon,
.promise-card:nth-child(3n + 1) .promise-icon,
.blog-card:nth-child(3n + 1) .blog-visual-icon {
  color: var(--orange);
  background: #fff0e8;
}

.feature-card:nth-child(3n + 2) .feature-icon,
.promise-card:nth-child(3n + 2) .promise-icon,
.blog-card:nth-child(3n + 2) .blog-visual-icon {
  color: var(--sky);
  background: #e6f7ff;
}

.feature-card:nth-child(3n) .feature-icon,
.promise-card:nth-child(3n) .promise-icon,
.blog-card:nth-child(3n) .blog-visual-icon {
  color: var(--pink);
  background: #ffeafd;
}

.cta-section,
.split-cta-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(249, 115, 53, 0.08), transparent 24%),
    radial-gradient(circle at 88% 26%, rgba(41, 174, 235, 0.1), transparent 28%),
    #fff;
}

.cta-section .cta-panel,
.cta-card-half--primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #18a9e8 0%, #2fb7ef 100%);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: clamp(30px, 4vw, 56px);
  box-shadow: 0 28px 60px rgba(41, 174, 235, 0.24);
}

.cta-section .cta-panel::before,
.cta-section .cta-panel::after,
.cta-card-half--primary::before,
.cta-card-half--primary::after {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 61, 165, 0.11);
  content: "";
  pointer-events: none;
}

.cta-section .cta-panel::before,
.cta-card-half--primary::before {
  top: -120px;
  left: -90px;
}

.cta-section .cta-panel::after,
.cta-card-half--primary::after {
  right: -95px;
  bottom: -120px;
}

.cta-section .cta-panel h2,
.cta-section .cta-panel p,
.cta-card-half--primary h2,
.cta-card-half--primary p,
.cta-card-half--primary .section-kicker {
  position: relative;
  color: #fff;
}

.cta-section .cta-panel .button,
.cta-card-half--primary .button {
  position: relative;
}

.cta-card-half--secondary,
.study-apply,
.study-card,
.prototype-tile--orange {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #ff8a42 0%, #f97335 100%);
  background-size: 22px 22px, 22px 22px, auto;
}

.cta-card-half--secondary,
.study-apply,
.study-card {
  color: #fff;
  border-color: rgba(249, 115, 53, 0.22);
  box-shadow: 0 24px 54px rgba(249, 115, 53, 0.2);
}

.cta-card-half--secondary h2,
.cta-card-half--secondary p,
.cta-card-half--secondary .section-kicker,
.study-apply h2,
.study-apply p,
.study-card h2,
.study-card p {
  color: #fff;
}

.logo-strip,
.site-footer,
.scheme-dark {
  background:
    radial-gradient(circle at 10% 18%, rgba(41, 174, 235, 0.2), transparent 26%),
    radial-gradient(circle at 86% 28%, rgba(233, 91, 233, 0.09), transparent 24%),
    #003da5 !important;
  color: #fff !important;
}

.site-footer {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.footer-news img {
  width: 132px;
  height: auto;
}

.site-footer .footer-news p,
.site-footer .footer-credits,
.site-footer .footer-credits p,
.site-footer .footer-credits a {
  color: rgba(255, 255, 255, 0.84);
}

.site-footer .footer-links h2 {
  color: #fff;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible,
.site-footer .footer-credits a:hover,
.site-footer .footer-credits a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer .footer-credits {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.logo-strip p {
  color: #6bd7ff;
}

.partner-logo-item {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 36px rgba(0, 23, 66, 0.14);
}

.partner-logo-item:hover,
.partner-logo-item:focus-visible,
.partner-logo-item[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(107, 215, 255, 0.52);
}

.partner-logo-item small,
.partner-card-details {
  color: rgba(255, 255, 255, 0.76) !important;
}

.full-width-feature {
  background:
    radial-gradient(circle at 14% 22%, rgba(41, 174, 235, 0.18), transparent 28%),
    radial-gradient(circle at 88% 60%, rgba(249, 115, 53, 0.1), transparent 24%),
    #003da5;
}

.resource-hub-section::before,
.blog-section-v3::before,
.philosophy-section::before,
.core-tech-section::before,
.cycle-section::before,
.team-section-v3::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(249, 115, 53, 0.08), transparent 25%),
    radial-gradient(circle at 88% 76%, rgba(41, 174, 235, 0.1), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.hiw-section,
.promises-section,
.resource-hub-section {
  background: #eef6ff;
}

.cycle-flow-container {
  background:
    radial-gradient(circle at center, rgba(41, 174, 235, 0.16), transparent 48%),
    #eef6ff;
  border-color: rgba(41, 174, 235, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 22px 48px rgba(0, 61, 165, 0.1);
}

.flow-step {
  background: #fff;
  border-color: rgba(41, 174, 235, 0.32);
  box-shadow: 0 18px 42px rgba(0, 61, 165, 0.1);
}

.step-num {
  color: #fff;
  background: var(--sky);
}

.blog-card__media,
.blog-card-visual,
.prototype-thumbnail {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.8), transparent 24%),
    linear-gradient(135deg, #eaf6ff 0%, #fff4ed 100%);
}

@media (max-width: 768px) {

  .cta-section .cta-panel,
  .cta-card-half--primary {
    border-radius: 32px;
  }

  .feature-card,
  .content-card,
  .promise-card,
  .product-tech-card,
  .prototype-tile,
  .team-card-design-v3,
  .faq-item,
  .resource-guides-grid .guide-card,
  .blog-card {
    border-radius: 24px;
  }
}

/* Shaped by the Community Section */
.community-process-section {
  padding: var(--section-pad-md) 0;
}

.community-process-card {
  position: relative;
  background: var(--blue);
  color: #ffffff;
  padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 64px);
  border-radius: clamp(32px, 4vw, 48px);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 61, 165, 0.16);
}

.process-glow {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: var(--orange);
  opacity: 0.15;
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.process-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.process-eyebrow {
  color: var(--pink);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.process-content h2 {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  margin: 12px 0 0;
  color: #ffffff;
}

.process-content p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 24px 0 0;
  max-width: 520px;
}

.process-checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
}

.process-check-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-heading);
  font-size: 18px;
}

.check-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: background 0.3s ease, color 0.3s ease;
}

.process-check-item:hover .check-icon-wrapper {
  background: var(--orange);
}

.check-icon-wrapper svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

.process-btn {
  color: var(--blue) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.process-btn:hover {
  background: var(--soft) !important;
}

.process-quote {
  text-align: left;
  border-left: 3px solid var(--sky);
  padding-left: 20px;
  margin: 28px 0;
}

.process-quote--bottom {
  text-align: center;
  border-left: none;
  padding-left: 0;
  margin: 36px auto 0 auto;
  max-width: 600px;
}

.process-highlight-quote {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

/* Image grid with staggered spacing */
.process-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.process-img-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.process-img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease;
}

.process-img:hover {
  transform: scale(1.04);
}

.img-short {
  height: 192px;
}

.img-long {
  height: 256px;
}

.img-offset-down {
  margin-top: 32px;
}

.img-offset-up {
  margin-top: -64px;
}

/* Responsive Overrides */
@media (max-width: 980px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .process-content {
    align-items: center;
    text-align: center;
  }
  
  .process-checklist {
    align-items: flex-start;
  }
  
  .img-offset-up {
    margin-top: 0;
  }
  
  .img-offset-down {
    margin-top: 0;
  }
}

@media (max-width: 540px) {
  .process-visual-grid {
    grid-template-columns: 1fr;
  }
  
  .img-short, .img-long {
    height: 200px;
  }
}

/* Testimonial Strip Section */
.testimonial-strip-section {
  width: 100%;
  padding: 80px 24px;
  background:
    radial-gradient(circle at 10% 20%, rgba(249, 115, 53, 0.12), transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(41, 174, 235, 0.15), transparent 28%),
    var(--blue);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.testimonial-strip-container {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(20px, 4vw, 80px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.testimonial-video-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: clamp(16px, 2vw, 24px);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #000;
}

.testimonial-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: clamp(15px, 2vw, 23px);
}

.testimonial-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: clamp(16px, 2vw, 32px);
}

.testimonial-strip-quote {
  position: relative;
}

.testimonial-strip-quote .quote-symbol {
  font-family: var(--font-heading);
  font-size: clamp(60px, 8vw, 90px);
  line-height: 1;
  color: var(--sky);
  opacity: 0.25;
  position: absolute;
  top: clamp(-35px, -4vw, -45px);
  left: -10px;
  user-select: none;
  pointer-events: none;
}

.testimonial-strip-quote p {
  font-family: var(--font-heading);
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.45;
  color: #ffffff;
  margin: 0;
  padding-left: clamp(12px, 2vw, 20px);
  position: relative;
  z-index: 2;
}

.testimonial-strip-author {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
  text-align: left;
  padding-left: clamp(12px, 2vw, 20px);
}

.author-avatar-wrapper {
  width: clamp(40px, 5vw, 56px);
  height: clamp(40px, 5vw, 56px);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--sky);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.author-avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-info strong {
  font-family: var(--font-heading);
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 700;
  color: #ffffff;
}

.author-info span {
  font-family: var(--font-body);
  font-size: clamp(10px, 1.5vw, 13px);
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}

@media (max-width: 768px) {
  .testimonial-strip-section {
    padding: 40px 16px;
  }
}

/* Custom additions: Announcement Bar and pulse animations */
.announcement-bar {
  background: linear-gradient(90deg, var(--blue), var(--sky));
  color: #fff;
  text-align: center;
  padding: 40px clamp(24px, 6vw, 80px);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 10;
  position: relative;
}

.announcement-bar a {
  color: #fff;
  text-decoration: underline;
  margin-left: 6px;
  font-weight: 700;
  transition: opacity 150ms ease;
}

.announcement-bar a:hover {
  opacity: 0.9;
}

@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.6; }
}

/* Minimal Animated Waveform Visual Icon */
.waveform-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #ffda79;
}

.waveform-bar {
  fill: currentColor;
  transform-origin: center;
  transform-box: fill-box;
  animation: waveform-pulse 1.2s ease-in-out infinite;
}

.waveform-bar.bar-1 { animation-delay: 0.1s; }
.waveform-bar.bar-2 { animation-delay: 0.3s; }
.waveform-bar.bar-3 { animation-delay: 0.0s; }
.waveform-bar.bar-4 { animation-delay: 0.4s; }
.waveform-bar.bar-5 { animation-delay: 0.2s; }

@keyframes waveform-pulse {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.25);
  }
}

/* Bouncing Downward Arrow inside CTA Button */
.bounce-arrow-svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  stroke: currentColor;
  animation: arrow-bounce 0.8s ease-in-out infinite alternate;
}

@keyframes arrow-bounce {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(3px);
  }
}

/* ==========================================
   FLIP CARD STYLING (PRODUCT PAGE)
   ========================================== */
.feature-card.product-tech-card.flip-card {
  perspective: 1000px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer;
  transform: none !important;
  overflow: visible !important;
}

.feature-card.product-tech-card.flip-card::before {
  display: none !important;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.feature-card.product-tech-card.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front face (Relative to define height) */
.flip-card-front {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 61, 165, 0.11);
  border-radius: var(--card-radius);
  box-shadow: 0 18px 44px rgba(0, 61, 165, 0.07);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: hidden;
}

/* Custom border radius on mobile for consistency */
@media (max-width: 768px) {
  .flip-card-front, .flip-card-back {
    border-radius: 24px !important;
  }
}

.flip-card-front::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#captions-tech-card .flip-card-front::before {
  background: var(--blue);
}

#asl-tech-card .flip-card-front::before {
  background: var(--pink);
}

#speech-tech-card .flip-card-front::before {
  background: var(--orange);
}

.flip-card:not(.flipped):hover .flip-card-front {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 61, 165, 0.12);
  border-color: rgba(41, 174, 236, 0.36);
}

.flip-card:not(.flipped):hover .flip-card-front::before {
  transform: scaleX(1);
}

/* Back face (Absolute, rotates to back) */
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  border: 1px solid rgba(0, 61, 165, 0.11);
  border-radius: var(--card-radius);
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Video back card overlays */
.flip-card-back-overlay {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
}

.flip-back-btn {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 200ms, transform 200ms;
}

.flip-back-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}

.flip-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  pointer-events: none;
  font-family: var(--font-body);
}

.flip-hint {
  margin-top: auto;
  padding-top: 16px;
  color: var(--pink);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 200ms;
}

#captions-tech-card .flip-hint {
  color: var(--blue);
}

#captions-tech-card:hover .flip-hint {
  color: var(--blue);
}

#asl-tech-card .flip-hint {
  color: var(--pink);
}

#asl-tech-card:hover .flip-hint {
  color: var(--pink);
}

#speech-tech-card .flip-hint {
  color: var(--orange);
}

#speech-tech-card:hover .flip-hint {
  color: var(--orange);
}

.asl-emoji {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.flip-card:hover .asl-emoji {
  transform: scale(1.2) rotate(-5deg);
}

.asl-emoji.pop-active {
  animation: asl-emoji-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.4) forwards;
}

@keyframes asl-emoji-pop {
  0% {
    transform: scale(1.2) rotate(-5deg);
  }
  30% {
    transform: scale(1.75) rotate(-15deg);
  }
  60% {
    transform: scale(0.85) rotate(5deg);
  }
  80% {
    transform: scale(1.15) rotate(-2deg);
  }
  100% {
    transform: scale(1.2) rotate(-5deg);
  }
}

/* Particle burst container */
.asl-particle-container {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  width: 0;
  height: 0;
}

.asl-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: asl-particle-fly 0.6s cubic-bezier(0.1, 0.8, 0.3, 1) forwards;
}

@keyframes asl-particle-fly {
  0% {
    transform: translate(-50%, -50%) translate(0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0);
    opacity: 0;
  }
}

/* ==========================================================================
   25. DEAF ACCENT RESEARCH STUDY LANDING PAGE
   ========================================================================== */

.study-hero-kicker {
  background: #ffaeda;
  color: #8a0067;
  padding: 4px 12px;
  border-radius: var(--tag-radius);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.study-hero-btn-row {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

.study-hero-visual-container {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 61, 165, 0.08);
}

.study-hero-visual-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Empathy Intro Section */
.study-intro-section {
  padding: var(--section-pad-md) 0;
  background: var(--soft);
}

.study-intro-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.study-intro-title {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  color: var(--ink);
  margin: 0 0 48px 0;
  font-weight: 500;
}

.study-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.study-intro-left h3 {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3.2vw, 30px);
  color: var(--blue);
  line-height: 1.25;
  margin: 0;
  font-weight: 500;
}

.study-intro-right p {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .study-intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* How Does It Work */
.study-hiw-section {
  padding: var(--section-pad-md) 0;
  background: #fff;
  position: relative;
}

.study-hiw-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.study-hiw-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4.5vw, 38px);
  color: var(--ink);
  margin: 0 0 16px 0;
  font-weight: 500;
}

.study-hiw-subtitle {
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto 48px;
  font-size: 16px;
}

.study-hiw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin: 0 auto 48px;
}

.study-hiw-card {
  background: #fff;
  border: 1px solid rgba(0, 61, 165, 0.08);
  border-radius: var(--card-radius);
  padding: 36px 28px;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.study-hiw-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(0, 61, 165, 0.15);
}

.study-hiw-step-num {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(233, 91, 233, 0.08);
  padding: 4px 14px;
  border-radius: 9999px;
}

.study-hiw-card h4 {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--ink);
  margin: 0 0 12px 0;
  font-weight: 500;
}

.study-hiw-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

/* FAQ & Eligibility section */
.study-faq-section {
  padding: var(--section-pad-md) 0;
  background: var(--soft);
}

.study-faq-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.study-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(32px, 6vw, 80px);
}

.study-faq-left h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4.5vw, 40px);
  color: var(--blue);
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.study-faq-left p {
  color: var(--muted);
  font-size: 16px;
  margin: 16px 0 32px 0;
  max-width: 420px;
}

.study-faq-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eligibility-list {
  margin: 0;
  padding-left: 20px;
}

.eligibility-list li {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .study-faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Form section */
.study-form-section {
  padding: var(--section-pad-md) 0;
  background: #fff;
}

.study-form-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px;
  background: var(--soft);
  border: 1px solid rgba(0, 61, 165, 0.08);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.study-form-container h2 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 32px);
  color: var(--ink);
  margin: 0 0 12px 0;
  font-weight: 500;
  text-align: center;
}

.study-form-container p {
  color: var(--muted);
  font-size: 15px;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 36px;
}

.study-signup-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: left;
}

.study-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.study-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.study-form-group label {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}

.study-form-group input,
.study-form-group select {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(219, 228, 240, 0.9);
  border-radius: var(--input-radius);
  font-size: 15px;
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.study-form-group input:focus,
.study-form-group select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 61, 165, 0.15);
  outline: none;
}

.study-form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.study-form-submit-btn {
  background: var(--blue);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--button-radius);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
}

.study-form-submit-btn:hover {
  background: #002c75;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .study-form-row-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .study-form-container {
    padding: 32px 20px;
  }
}

/* Webapp Mockup Styles */
.webapp-mockup {
  background: var(--blue) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  position: relative;
  min-height: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 32px !important;
  box-shadow: var(--shadow) !important;
  border-radius: var(--card-radius);
  overflow: hidden;
  font-family: var(--font-body);
}

.webapp-mockup-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.webapp-mockup-logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.webapp-mockup-logo {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.webapp-mockup-logo-dots {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
  margin-top: -6px;
  letter-spacing: 1px;
}

.webapp-mockup-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.webapp-mockup-control-btn {
  background: none;
  border: none;
  color: inherit;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, opacity 0.2s;
  opacity: 0.8;
}

.webapp-mockup-control-btn:hover {
  color: #fff;
  opacity: 1;
}

.webapp-mockup-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 480px;
  z-index: 2;
  margin: 24px 0;
}

.webapp-mockup-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
}

.webapp-mockup-text-primary {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

.webapp-mockup-text-secondary {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin: 0;
}

.webapp-mockup-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.webapp-mockup-btn-start {
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  transition: background-color 0.2s, transform 0.2s;
  letter-spacing: 0.5px;
}

.webapp-mockup-btn-start:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

.webapp-mockup-btn-icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  padding: 0;
}

.webapp-mockup-btn-icon:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.webapp-mockup-btn-icon--blue {
  background: #3b82f6;
  border: none;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.webapp-mockup-btn-icon--blue:hover {
  background: #2563eb;
}

@media (max-width: 480px) {
  .webapp-mockup {
    padding: 64px 16px 80px !important;
  }
  .webapp-mockup-footer {
    left: 20px;
    right: 20px;
    justify-content: center;
  }
}


