/* =========================================================
   FRIDAI INFORMATION PAGE
   50 BY FRIDAY AI
   ========================================================= */


/* =========================================================
   PAGE-SPECIFIC VARIABLES
   ========================================================= */

:root {
  --fridai-neon: #45f17f;
  --fridai-core: #1db954;
  --fridai-deep: #0d6b32;
  --fridai-dark: #020503;
  --fridai-panel: #08100b;
  --fridai-panel-soft: #0d1710;
  --fridai-paper: #f3f7f4;
  --fridai-line: rgba(29, 185, 84, 0.18);
}


/* =========================================================
   CURRENT NAVIGATION STATE
   ========================================================= */

.site-navigation a[aria-current="page"] {
  color: var(--white);
}

.site-navigation a[aria-current="page"]::after {
  content: "";

  display: block;

  width: 100%;
  height: 1px;
  margin-top: 5px;

  background: var(--fridai-green-bright);

  box-shadow:
    0 0 8px rgba(69, 241, 127, 0.7);
}


/* =========================================================
   FRIDAI HERO
   ========================================================= */

.fridai-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  min-height: 100vh;
  padding:
    clamp(140px, 17vh, 190px)
    0
    clamp(85px, 10vw, 130px);

  color: var(--white);

  background:
    radial-gradient(
      circle at 12% 24%,
      rgba(29, 185, 84, 0.16),
      transparent 29%
    ),
    radial-gradient(
      circle at 86% 35%,
      rgba(69, 241, 127, 0.09),
      transparent 27%
    ),
    linear-gradient(
      140deg,
      #000000 0%,
      #030604 48%,
      #07110b 100%
    );
}

.fridai-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;

  opacity: 0.3;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px
    );

  background-size: 46px 46px;

  mask-image:
    linear-gradient(
      to bottom,
      black,
      rgba(0, 0, 0, 0.68),
      transparent
    );
}

.fridai-hero-glow {
  position: absolute;
  top: 14%;
  right: -170px;
  z-index: -2;

  width: 570px;
  aspect-ratio: 1;

  border-radius: 999px;

  background: var(--fridai-green);

  filter: blur(135px);
  opacity: 0.14;
  pointer-events: none;
}

.fridai-hero-shell {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(500px, 1.1fr);

  gap: clamp(55px, 8vw, 105px);
  align-items: center;
}

.fridai-hero-copy {
  max-width: 660px;
}

.fridai-hero-copy h1 {
  margin-bottom: 26px;

  color: var(--white);

  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 870;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.fridai-hero-copy h1 span {
  display: block;

  color: transparent;

  background:
    linear-gradient(
      92deg,
      var(--fridai-green-bright),
      #dffff0
    );

  background-clip: text;
  -webkit-background-clip: text;

  text-shadow:
    0 0 45px rgba(69, 241, 127, 0.08);
}

.fridai-hero-lead {
  max-width: 650px;
  margin-bottom: 34px;

  color: rgba(255, 255, 255, 0.68);

  font-size: clamp(1.03rem, 1.7vw, 1.22rem);
  line-height: 1.78;
}

.fridai-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;

  margin-bottom: 37px;
}

.fridai-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;

  color: rgba(255, 255, 255, 0.58);

  font-size: 0.77rem;
  font-weight: 720;
  letter-spacing: 0.015em;
}

.fridai-hero-signals span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fridai-signal-dot {
  display: inline-block;

  width: 6px;
  height: 6px;

  background: var(--fridai-green-bright);
  border-radius: 999px;

  box-shadow:
    0 0 8px var(--fridai-green-bright);
}


/* =========================================================
   FRIDAI SYSTEM WINDOW
   ========================================================= */

.fridai-system {
  position: relative;
}

.fridai-system::before {
  content: "";

  position: absolute;
  inset: 12% 10% -10%;
  z-index: -1;

  background: rgba(29, 185, 84, 0.24);

  filter: blur(80px);
  opacity: 0.5;
}

.fridai-system-window {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(69, 241, 127, 0.23);
  border-radius: 21px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 17, 11, 0.98),
      rgba(1, 5, 2, 0.99)
    );

  box-shadow:
    0 35px 100px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 65px rgba(29, 185, 84, 0.08);
}

.fridai-system-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;

  min-height: 53px;
  padding: 0 18px;

  border-bottom:
    1px solid rgba(255, 255, 255, 0.08);

  background: rgba(255, 255, 255, 0.025);
}

.fridai-system-topbar > p {
  margin: 0;

  color: rgba(255, 255, 255, 0.42);

  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
}

.fridai-window-controls {
  display: flex;
  gap: 6px;
}

.fridai-window-controls span {
  width: 7px;
  height: 7px;

  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.fridai-window-controls span:first-child {
  background: rgba(69, 241, 127, 0.8);

  box-shadow:
    0 0 8px rgba(69, 241, 127, 0.55);
}

.fridai-system-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: var(--fridai-green-bright);

  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.fridai-system-status::before {
  content: "";

  width: 5px;
  height: 5px;

  border-radius: 50%;
  background: currentColor;

  box-shadow:
    0 0 9px currentColor;
}

.fridai-system-body {
  position: relative;

  padding: clamp(25px, 4vw, 39px);
}

.fridai-system-brand {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 180px;
  margin-bottom: 30px;
  padding: 22px;

  border:
    1px solid rgba(255, 255, 255, 0.06);

  border-radius: 14px;

  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(29, 185, 84, 0.09),
      transparent 55%
    ),
    rgba(255, 255, 255, 0.018);
}

.fridai-system-brand img {
  width: min(100%, 430px);
  height: auto;

  filter:
    brightness(1.04)
    saturate(1.08)
    drop-shadow(
      0 0 22px rgba(29, 185, 84, 0.1)
    );
}

.fridai-system-index {
  display: grid;
  gap: 8px;

  margin-bottom: 25px;
}

.fridai-index-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;

  padding: 14px 15px;

  border:
    1px solid rgba(255, 255, 255, 0.065);

  border-radius: 9px;

  background: rgba(255, 255, 255, 0.025);

  transition:
    background var(--transition),
    border-color var(--transition),
    transform var(--transition);
}

.fridai-index-row:hover {
  transform: translateX(4px);

  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(69, 241, 127, 0.2);
}

.fridai-index-row > span {
  color: var(--fridai-green-bright);

  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.fridai-index-row div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.fridai-index-row strong {
  color: rgba(255, 255, 255, 0.9);

  font-size: 0.77rem;
  line-height: 1.2;
}

.fridai-index-row small {
  color: rgba(255, 255, 255, 0.42);

  font-size: 0.65rem;
  line-height: 1.4;
}

.fridai-index-row em {
  padding: 5px 8px;

  color: rgba(255, 255, 255, 0.51);

  border:
    1px solid rgba(255, 255, 255, 0.09);

  border-radius: 999px;

  font-size: 0.52rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fridai-index-row em.status-public {
  color: var(--fridai-green-bright);

  border-color: rgba(69, 241, 127, 0.24);
  background: rgba(29, 185, 84, 0.06);
}

.fridai-system-code {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 15px;

  padding: 17px;

  border:
    1px solid rgba(69, 241, 127, 0.13);

  border-radius: 9px;

  background: rgba(0, 0, 0, 0.34);
}

.fridai-system-code span {
  color: rgba(255, 255, 255, 0.24);

  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.67rem;
}

.fridai-system-code code {
  color: rgba(229, 255, 237, 0.75);

  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.68rem;
}

.fridai-system-scan {
  position: absolute;
  inset: 53px 0 auto;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(69, 241, 127, 0.9),
      transparent
    );

  box-shadow:
    0 0 16px rgba(69, 241, 127, 0.5);

  opacity: 0;

  animation:
    fridaiScan 5.8s ease-in-out infinite;
}

@keyframes fridaiScan {
  0% {
    top: 53px;
    opacity: 0;
  }

  8% {
    opacity: 0.65;
  }

  50% {
    top: calc(100% - 2px);
    opacity: 0.22;
  }

  51%,
  100% {
    top: 53px;
    opacity: 0;
  }
}


/* =========================================================
   INTRODUCTION
   ========================================================= */

.fridai-introduction {
  padding:
    clamp(95px, 11vw, 155px)
    0;

  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(29, 185, 84, 0.07),
      transparent 24%
    ),
    var(--fridai-paper);
}

.fridai-introduction-shell {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(340px, 0.75fr);

  gap: clamp(50px, 9vw, 125px);
  align-items: start;

  margin-bottom: clamp(60px, 8vw, 95px);
}

.fridai-introduction-heading h2 {
  max-width: 760px;
  margin: 0;

  color: var(--dark-text);

  font-size: clamp(2.65rem, 5.3vw, 5rem);
  font-weight: 860;
  line-height: 1.02;
  letter-spacing: -0.062em;
}

.fridai-introduction-copy {
  padding-top: 43px;
}

.fridai-introduction-copy p {
  color: var(--dark-muted);
  line-height: 1.82;
}

.fridai-introduction-copy p:last-child {
  margin-bottom: 0;
}

.fridai-introduction-copy .fridai-introduction-lead {
  color: var(--dark-text);

  font-size: clamp(1.18rem, 2vw, 1.48rem);
  font-weight: 700;
  line-height: 1.53;
}

.fridai-barrier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  border-top: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
}

.fridai-barrier-card {
  min-height: 310px;
  padding: clamp(26px, 3.5vw, 39px);

  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);

  transition:
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}

.fridai-barrier-card:hover {
  position: relative;
  z-index: 2;

  background: var(--white);

  box-shadow:
    0 24px 65px rgba(14, 35, 21, 0.08);

  transform: translateY(-5px);
}

.fridai-barrier-card > span {
  display: block;

  margin-bottom: 83px;

  color: var(--fridai-green-dark);

  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.fridai-barrier-card h3 {
  margin-bottom: 15px;

  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 840;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.fridai-barrier-card p {
  margin-bottom: 0;

  color: var(--dark-muted);

  font-size: 0.91rem;
  line-height: 1.74;
}


/* =========================================================
   ADOPTION PATH
   ========================================================= */

.fridai-path-section {
  position: relative;
  overflow: hidden;

  padding:
    clamp(95px, 11vw, 155px)
    0;

  color: var(--white);

  background:
    radial-gradient(
      circle at 85% 22%,
      rgba(29, 185, 84, 0.12),
      transparent 29%
    ),
    linear-gradient(
      140deg,
      #010302,
      #07110b 52%,
      #08150e
    );
}

.fridai-path-section::after {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(69, 241, 127, 0.7),
      transparent
    );
}

.fridai-path-section .section-heading h2 {
  color: var(--white);
}

.fridai-path-section .section-heading-grid > p {
  color: rgba(255, 255, 255, 0.56);
}

.fridai-path-section .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.fridai-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  border-top:
    1px solid rgba(255, 255, 255, 0.1);

  border-left:
    1px solid rgba(255, 255, 255, 0.1);
}

.fridai-path-card {
  position: relative;

  min-height: 390px;
  padding: clamp(25px, 3vw, 34px);

  border-right:
    1px solid rgba(255, 255, 255, 0.1);

  border-bottom:
    1px solid rgba(255, 255, 255, 0.1);

  background: rgba(255, 255, 255, 0.017);

  transition:
    background var(--transition),
    transform var(--transition);
}

.fridai-path-card:hover {
  z-index: 2;

  background:
    linear-gradient(
      145deg,
      rgba(29, 185, 84, 0.09),
      rgba(255, 255, 255, 0.025)
    );

  transform: translateY(-5px);
}

.fridai-path-number {
  display: block;

  margin-bottom: 88px;

  color: rgba(255, 255, 255, 0.3);

  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.fridai-path-label {
  margin-bottom: 13px;

  color: var(--fridai-green-bright);

  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fridai-path-card h3 {
  min-height: 2.5em;
  margin-bottom: 16px;

  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 830;
  line-height: 1.15;
  letter-spacing: -0.038em;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.fridai-path-card > p:last-child {
  margin-bottom: 0;

  color: rgba(255, 255, 255, 0.55);

  font-size: 0.89rem;
  line-height: 1.72;
}


/* =========================================================
   INSIDE FRIDAI
   ========================================================= */

.fridai-inside-section {
  padding:
    clamp(95px, 11vw, 155px)
    0;

  background:
    linear-gradient(
      180deg,
      #f7faf8,
      #eaf1ec
    );
}

.fridai-inside-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.fridai-feature-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 390px;
  padding: clamp(25px, 3.2vw, 36px);
  overflow: hidden;

  border: 1px solid var(--border-light);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.66);

  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.fridai-feature-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      var(--fridai-green),
      var(--fridai-green-bright),
      transparent
    );

  opacity: 0.6;
}

.fridai-feature-card:hover {
  transform: translateY(-7px);

  border-color: rgba(29, 185, 84, 0.25);

  background: var(--white);

  box-shadow:
    0 25px 65px rgba(13, 49, 25, 0.09);
}

.fridai-feature-type {
  width: fit-content;
  margin-bottom: 54px;
  padding: 6px 9px;

  color: var(--fridai-green-dark);
  background: rgba(29, 185, 84, 0.07);

  border: 1px solid rgba(29, 185, 84, 0.15);
  border-radius: 999px;

  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fridai-feature-number {
  position: absolute;
  top: 32px;
  right: 32px;

  color: rgba(12, 27, 17, 0.25);

  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.fridai-feature-card h3 {
  min-height: 2.45em;
  margin-bottom: 17px;

  color: var(--dark-text);

  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 840;
  line-height: 1.12;
  letter-spacing: -0.04em;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.fridai-feature-card > p {
  margin-bottom: 29px;

  color: var(--dark-muted);

  font-size: 0.91rem;
  line-height: 1.74;
}

.fridai-feature-card > a {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  width: fit-content;
  margin-top: auto;

  color: var(--fridai-green-dark);

  font-size: 0.82rem;
  font-weight: 850;

  transition:
    gap var(--transition),
    color var(--transition);
}

.fridai-feature-card > a:hover {
  gap: 16px;
  color: var(--fridai-green);
}


/* =========================================================
   LOCAL-FIRST SECTION
   ========================================================= */

.fridai-local-section {
  position: relative;
  overflow: hidden;

  padding:
    clamp(100px, 12vw, 170px)
    0;

  color: var(--white);

  background:
    radial-gradient(
      circle at 15% 25%,
      rgba(29, 185, 84, 0.13),
      transparent 27%
    ),
    linear-gradient(
      140deg,
      #000000,
      #07100a 58%,
      #08150e
    );
}

.fridai-local-shell {
  display: grid;
  grid-template-columns:
    minmax(0, 0.85fr)
    minmax(470px, 1.15fr);

  gap: clamp(55px, 9vw, 125px);
  align-items: center;
}

.fridai-local-copy h2 {
  margin-bottom: 25px;

  font-size: clamp(2.6rem, 5.1vw, 4.8rem);
  font-weight: 860;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.fridai-local-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.61);
  line-height: 1.8;
}

.fridai-local-list {
  display: grid;
  gap: 12px;

  margin: 31px 0 0;
  padding: 0;

  list-style: none;
}

.fridai-local-list li {
  position: relative;

  padding-left: 23px;

  color: rgba(255, 255, 255, 0.83);

  font-size: 0.88rem;
  font-weight: 680;
}

.fridai-local-list li::before {
  content: "";

  position: absolute;
  top: 0.73em;
  left: 0;

  width: 9px;
  height: 1px;

  background: var(--fridai-green-bright);

  box-shadow:
    0 0 7px rgba(69, 241, 127, 0.55);
}


/* =========================================================
   CODE PANEL
   ========================================================= */

.fridai-code-panel {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(69, 241, 127, 0.2);
  border-radius: 18px;

  background: #020503;

  box-shadow:
    0 35px 95px rgba(0, 0, 0, 0.5),
    0 0 65px rgba(29, 185, 84, 0.08);
}

.fridai-code-panel::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(69, 241, 127, 0.025) 1px,
      transparent 1px
    );

  background-size: 100% 25px;
}

.fridai-code-topbar {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  gap: 7px;

  min-height: 51px;
  padding: 0 18px;

  border-bottom:
    1px solid rgba(255, 255, 255, 0.08);

  background: rgba(255, 255, 255, 0.025);
}

.fridai-code-topbar > span {
  width: 7px;
  height: 7px;

  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.fridai-code-topbar > span:first-child {
  background: var(--fridai-green-bright);

  box-shadow:
    0 0 8px rgba(69, 241, 127, 0.65);
}

.fridai-code-topbar p {
  margin: 0 0 0 10px;

  color: rgba(255, 255, 255, 0.47);

  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.68rem;
}

.fridai-code-panel pre {
  position: relative;
  z-index: 1;

  margin: 0;
  padding: clamp(27px, 4vw, 43px);
  overflow-x: auto;

  color: rgba(236, 255, 242, 0.82);

  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: clamp(0.76rem, 1.2vw, 0.89rem);
  line-height: 1.84;
  tab-size: 2;
}

.fridai-code-panel code {
  font-family: inherit;
}

.code-comment {
  color: rgba(151, 190, 162, 0.62);
}

.code-string {
  color: #a9f7bf;
}

.code-value {
  color: var(--fridai-green-bright);
}

.code-function {
  color: #d9ffe5;
}

.fridai-code-footer {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  gap: 9px;

  min-height: 49px;
  padding: 0 18px;

  color: rgba(255, 255, 255, 0.48);

  border-top:
    1px solid rgba(255, 255, 255, 0.08);

  background: rgba(255, 255, 255, 0.018);

  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.code-ready-dot {
  width: 7px;
  height: 7px;

  border-radius: 999px;
  background: var(--fridai-green-bright);

  box-shadow:
    0 0 9px var(--fridai-green-bright);
}


/* =========================================================
   AUDIENCE
   ========================================================= */

.fridai-audience-section {
  padding:
    clamp(95px, 11vw, 155px)
    0;

  background: var(--fridai-paper);
}

.fridai-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  border-top: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
}

.fridai-audience-card {
  min-height: 345px;
  padding: clamp(25px, 3vw, 35px);

  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);

  transition:
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}

.fridai-audience-card:hover {
  position: relative;
  z-index: 2;

  background: var(--white);

  box-shadow:
    0 22px 58px rgba(15, 38, 23, 0.08);

  transform: translateY(-5px);
}

.fridai-audience-card > span {
  display: block;

  margin-bottom: 87px;

  color: var(--fridai-green-dark);

  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.fridai-audience-card h3 {
  min-height: 2.45em;
  margin-bottom: 15px;

  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 840;
  line-height: 1.13;
  letter-spacing: -0.035em;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.fridai-audience-card p {
  margin-bottom: 0;

  color: var(--dark-muted);

  font-size: 0.9rem;
  line-height: 1.73;
}


/* =========================================================
   FAQ
   ========================================================= */

.fridai-faq-section {
  padding:
    clamp(95px, 11vw, 155px)
    0;

  color: var(--white);

  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(29, 185, 84, 0.1),
      transparent 26%
    ),
    linear-gradient(
      140deg,
      #010302,
      #07100a
    );
}

.fridai-faq-shell {
  display: grid;
  grid-template-columns:
    minmax(280px, 0.65fr)
    minmax(0, 1.35fr);

  gap: clamp(55px, 9vw, 120px);
  align-items: start;
}

.fridai-faq-heading {
  position: sticky;
  top: 130px;
}

.fridai-faq-heading h2 {
  margin-bottom: 0;

  font-size: clamp(2.4rem, 4.7vw, 4.2rem);
  font-weight: 860;
  line-height: 1.03;
  letter-spacing: -0.058em;
}

.fridai-faq-list {
  border-top:
    1px solid rgba(255, 255, 255, 0.12);
}

.fridai-faq-item {
  border-bottom:
    1px solid rgba(255, 255, 255, 0.12);
}

.fridai-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;

  min-height: 90px;
  padding: 23px 3px;

  color: rgba(255, 255, 255, 0.88);

  font-size: clamp(1.03rem, 1.7vw, 1.22rem);
  font-weight: 760;
  line-height: 1.45;

  cursor: pointer;
  list-style: none;

  transition: color var(--transition);
}

.fridai-faq-item summary::-webkit-details-marker {
  display: none;
}

.fridai-faq-item summary:hover {
  color: var(--fridai-green-bright);
}

.fridai-faq-item summary:focus-visible {
  outline: 3px solid rgba(69, 241, 127, 0.42);
  outline-offset: 5px;
}

.fridai-faq-item summary > span {
  display: grid;
  place-items: center;

  width: 31px;
  height: 31px;

  color: var(--fridai-green-bright);

  border:
    1px solid rgba(69, 241, 127, 0.23);

  border-radius: 50%;

  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;

  transition:
    transform 220ms ease,
    background 220ms ease;
}

.fridai-faq-item[open] summary > span {
  background: rgba(29, 185, 84, 0.08);
  transform: rotate(45deg);
}

.fridai-faq-item > div {
  padding: 0 58px 27px 3px;
}

.fridai-faq-item > div p {
  max-width: 720px;
  margin-bottom: 0;

  color: rgba(255, 255, 255, 0.56);
  line-height: 1.78;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.fridai-cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  padding:
    clamp(75px, 9vw, 115px)
    0;

  color: var(--white);

  background:
    linear-gradient(
      110deg,
      #0c6a30,
      #1db954 55%,
      #47dc77
    );
}

.fridai-cta-grid {
  position: absolute;
  inset: 0;
  z-index: -1;

  opacity: 0.17;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    );

  background-size: 42px 42px;
}

.fridai-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;

  padding: clamp(30px, 5vw, 60px);

  background: rgba(0, 0, 0, 0.16);

  border:
    1px solid rgba(255, 255, 255, 0.23);

  border-radius: 27px;

  backdrop-filter: blur(8px);
}

.fridai-cta-panel > div:first-child {
  max-width: 730px;
}

.fridai-cta-panel .eyebrow {
  color: rgba(255, 255, 255, 0.73);
}

.fridai-cta-panel .eyebrow > span {
  background: var(--white);
  box-shadow: none;
}

.fridai-cta-panel h2 {
  margin-bottom: 18px;

  font-size: clamp(2.25rem, 4.5vw, 4.1rem);
  font-weight: 860;
  line-height: 1.03;
  letter-spacing: -0.058em;
}

.fridai-cta-panel p:last-child {
  margin-bottom: 0;

  color: rgba(255, 255, 255, 0.79);
  line-height: 1.76;
}

.fridai-cta-actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 11px;
}

.fridai-cta-secondary {
  color: var(--white);

  border:
    1px solid rgba(255, 255, 255, 0.36);

  background: rgba(255, 255, 255, 0.06);
}

.fridai-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
}


/* =========================================================
   FOOTER LEGAL LINKS
   Move these to home.css later if all pages will use them.
   ========================================================= */

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.46);

  font-size: 0.73rem;

  transition: color var(--transition);
}

.footer-legal-links a:hover {
  color: var(--fridai-green-bright);
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1120px) {
  .fridai-hero-shell {
    grid-template-columns: 1fr;
  }

  .fridai-hero-copy {
    max-width: 880px;
  }

  .fridai-system {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .fridai-path-grid,
  .fridai-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fridai-inside-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fridai-local-shell {
    grid-template-columns: 1fr;
  }

  .fridai-local-copy {
    max-width: 800px;
  }

  .fridai-code-panel {
    width: min(100%, 850px);
  }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .fridai-introduction-shell,
  .fridai-faq-shell {
    grid-template-columns: 1fr;
  }

  .fridai-introduction-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .fridai-barrier-grid {
    grid-template-columns: 1fr;
  }

  .fridai-barrier-card {
    min-height: auto;
  }

  .fridai-barrier-card > span {
    margin-bottom: 47px;
  }

  .fridai-faq-heading {
    position: static;
    max-width: 700px;
  }

  .fridai-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .fridai-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .fridai-hero {
    min-height: auto;

    padding:
      125px
      0
      75px;
  }

  .fridai-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .fridai-hero-actions {
    flex-direction: column;
  }

  .fridai-hero-actions .button {
    width: 100%;
  }

  .fridai-hero-signals {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .fridai-system-topbar {
    grid-template-columns: auto 1fr;
  }

  .fridai-system-topbar > p {
    text-align: right;
  }

  .fridai-system-status {
    display: none;
  }

  .fridai-system-body {
    padding: 19px;
  }

  .fridai-system-brand {
    min-height: 145px;
    padding: 18px;
  }

  .fridai-index-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fridai-index-row em {
    display: none;
  }

  .fridai-system-code {
    gap: 6px 10px;
    padding: 14px;
  }

  .fridai-system-code code {
    overflow-wrap: anywhere;
  }

  .fridai-introduction-heading h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .fridai-path-grid,
  .fridai-inside-grid,
  .fridai-audience-grid {
    grid-template-columns: 1fr;
  }

  .fridai-path-card,
  .fridai-audience-card {
    min-height: auto;
  }

  .fridai-path-number,
  .fridai-audience-card > span {
    margin-bottom: 48px;
  }

  .fridai-feature-card {
    min-height: 350px;
  }

  .fridai-local-copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  .fridai-code-panel pre {
    font-size: 0.72rem;
    line-height: 1.75;
  }

  .fridai-faq-item summary {
    min-height: 82px;
    gap: 18px;
  }

  .fridai-faq-item > div {
    padding-right: 3px;
  }

  .fridai-cta-panel {
    padding: 28px 23px;
    border-radius: 20px;
  }

  .fridai-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .fridai-cta-actions .button {
    width: 100%;
  }

  .footer-legal-links {
    gap: 12px 18px;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 450px) {
  .fridai-system-topbar > p {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .fridai-system-brand {
    min-height: 120px;
  }

  .fridai-index-row {
    gap: 10px;
    padding: 12px;
  }

  .fridai-index-row small {
    display: none;
  }

  .fridai-system-code {
    grid-template-columns: 1fr;
  }

  .fridai-system-code > span {
    display: none;
  }

  .fridai-feature-number {
    top: 28px;
    right: 24px;
  }

  .fridai-code-panel pre {
    padding: 22px 17px;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .fridai-system-scan {
    display: none;
    animation: none;
  }

  .fridai-index-row,
  .fridai-barrier-card,
  .fridai-path-card,
  .fridai-feature-card,
  .fridai-audience-card {
    transform: none !important;
  }
}