
/* Landing F.1 — Fish Hospitality */
:root {
  --fish-navy: #03111f;
  --fish-navy-2: #071b2f;
  --fish-teal: #008b8f;
  --fish-teal-2: #16bfc4;
  --fish-cyan: #1dd1d1;
  --fish-orange: #ff7a1a;
  --fish-border: rgba(11, 43, 70, .12);
  --fish-soft: #f7fbfd;
}

.fish-page {
  background: var(--fish-soft);
  color: var(--fish-navy);
}

.fish-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(3, 17, 31, .80);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.fish-header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.fish-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.fish-logo-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--fish-cyan);
}

.fish-logo-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-brand strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  line-height: .9;
  letter-spacing: .08em;
}

.fish-brand em {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: .62rem;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: .12em;
  font-weight: 850;
}

.fish-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

.fish-nav a {
  color: rgba(255,255,255,.86);
  font-size: .86rem;
  font-weight: 850;
}

.fish-nav a:hover {
  color: var(--fish-cyan);
}

.fish-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--fish-teal), #14b9bf);
  font-size: .86rem;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(0,139,143,.24);
}

.fish-nav-toggle {
  display: none;
  justify-self: end;
}

.fish-hero {
  position: relative;
  color: #fff;
  background: var(--fish-navy);
  overflow: hidden;
}

.fish-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,17,31,.98) 0%, rgba(3,17,31,.92) 38%, rgba(3,17,31,.42) 64%, rgba(3,17,31,.90) 100%),
    url("../images/landings/f1-fish/fish-hero-bg.webp");
  background-size: cover;
  background-position: center;
}

.fish-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 46%, rgba(28,210,210,.12), transparent 34%),
    linear-gradient(180deg, rgba(3,17,31,0), rgba(3,17,31,.55));
  pointer-events: none;
}

.fish-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(520px, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 690px;
  padding: 112px 0 40px;
}

.fish-hero h1 {
  color: #fff;
  font-size: clamp(3.1rem, 5vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.055em;
  margin-bottom: 18px;
}

.fish-hero-copy > p {
  max-width: 560px;
  color: rgba(255,255,255,.86);
  font-size: 1.05rem;
  line-height: 1.55;
}

.fish-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.fish-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  color: #fff;
  font-weight: 950;
  line-height: 1;
}

.fish-btn svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-btn-primary {
  background: linear-gradient(135deg, var(--fish-teal), #17bec4);
  box-shadow: 0 15px 34px rgba(0,139,143,.28);
}

.fish-btn-outline {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.38);
  backdrop-filter: blur(8px);
}

.fish-hero-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin-top: 40px;
  max-width: 620px;
}

.fish-hero-kpis > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 5px 12px;
  align-items: center;
}

.fish-hero-kpis svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.22);
  color: var(--fish-cyan);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-hero-kpis strong {
  color: #fff;
  font-size: .9rem;
  line-height: 1.12;
}

.fish-hero-kpis span {
  color: rgba(255,255,255,.76);
  font-size: .74rem;
  font-weight: 800;
}

.fish-hero-visual {
  position: relative;
  min-height: 500px;
}

.fish-dashboard-img {
  position: absolute;
  width: min(760px, 86%);
  right: 90px;
  top: 90px;
  border-radius: 24px;
  filter: drop-shadow(0 35px 70px rgba(0,0,0,.45));
}

.fish-phone-img {
  position: absolute;
  width: min(230px, 30%);
  right: 0;
  top: 120px;
  border-radius: 36px;
  filter: drop-shadow(0 28px 55px rgba(0,0,0,.42));
}

.fish-whatsapp-float {
  position: absolute;
  right: 8px;
  top: 170px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 40px rgba(37,211,102,.35);
  z-index: 4;
}

.fish-whatsapp-float svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.fish-problem,
.fish-section {
  padding: 56px 0;
}

.fish-section-title {
  max-width: 920px;
  margin: 0 auto 26px;
  text-align: center;
}

.fish-section-title.left {
  text-align: left;
  margin-inline: 0;
}

.fish-section-title h2 {
  color: var(--fish-navy);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.fish-section-title p {
  color: var(--color-slate-500);
}

.fish-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 20px;
  align-items: stretch;
}

.fish-system-flow,
.fish-pain-card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--fish-border);
  box-shadow: var(--shadow-card);
}

.fish-system-flow {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: space-around;
  gap: 14px;
  padding: 22px;
}

.fish-system-flow article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 90px;
}

.fish-system-flow strong {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--fish-teal);
  background: rgba(0,139,143,.08);
  font-size: 1.55rem;
  font-weight: 950;
}

.fish-system-flow span {
  color: var(--fish-navy);
  font-size: .82rem;
  font-weight: 850;
}

.fish-system-flow i {
  color: var(--fish-teal);
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 900;
}

.fish-pain-card {
  padding: 22px;
}

.fish-pain-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fish-pain-card li {
  color: var(--color-slate-700);
  font-weight: 850;
  font-size: .92rem;
}

.fish-pain-card li::before {
  content: "▼";
  color: #ff4b55;
  margin-right: 8px;
  font-size: .75rem;
}

.fish-cycle {
  padding: 22px 0 56px;
}

.fish-cycle-card,
.fish-ecosystem-card,
.fish-final-card {
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(3,17,31,.97), rgba(4,38,58,.92)),
    url("../images/landings/f1-fish/fish-cta-bg.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 26px 60px rgba(3,17,31,.25);
}

.fish-cycle-card {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.fish-cycle-card h2,
.fish-final-card h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.fish-cycle-card p,
.fish-final-card p {
  color: rgba(255,255,255,.78);
}

.fish-cycle-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 18px;
  align-items: start;
  text-align: center;
  min-height: 268px;
  padding-top: 6px;
}

.fish-cycle-arrows {
  position: absolute;
  inset: 18px 10px 54px;
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  z-index: 1;
  overflow: visible;
}

.fish-cycle-arrows path {
  fill: none;
  stroke: rgba(29,209,209,.92);
  stroke-width: 2.6;
  stroke-dasharray: 2 8;
  stroke-linecap: round;
  opacity: .95;
  filter: drop-shadow(0 0 10px rgba(29,209,209,.16));
}

.fish-cycle-flow article {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.fish-cycle-flow span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: var(--fish-cyan);
  background: rgba(29,209,209,.10);
  border: 1px solid rgba(29,209,209,.28);
  font-size: 1.8rem;
}

.fish-cycle-flow span svg {
  width: 31px;
  height: 31px;
  display: block;
  color: var(--fish-cyan);
  overflow: visible;
}

.fish-cycle-flow span svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.fish-cycle-flow strong {
  color: #fff;
  font-size: .92rem;
}

.fish-cycle-brand {
  position: relative;
  z-index: 2;
  grid-column: 2 / 5;
  justify-self: center;
  align-self: start;
  padding: 6px 12px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: .04em;
}

.fish-cycle-brand em {
  display: block;
  color: rgba(255,255,255,.72);
  font-style: normal;
  font-size: .75rem;
}

.fish-modules-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.fish-modules-grid article,
.fish-models-grid article,
.fish-success-grid article,
.fish-steps article {
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--fish-border);
  box-shadow: var(--shadow-card);
}

.fish-modules-grid article {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 20px 14px;
  min-height: 160px;
}

.fish-modules-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--fish-teal);
  border-radius: 14px;
  background: rgba(0,139,143,.08);
  font-size: 1.55rem;
  font-weight: 950;
}

.fish-modules-grid h3 {
  color: var(--fish-navy);
  font-size: .9rem;
}

.fish-modules-grid p {
  color: var(--color-slate-500);
  font-size: .73rem;
  line-height: 1.4;
}

.fish-compare-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.fish-why h2 {
  color: var(--fish-navy);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin-bottom: 14px;
}

.fish-why p {
  color: var(--color-slate-500);
  line-height: 1.55;
}

.fish-small-cta {
  display: inline-flex;
  min-height: 42px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--fish-teal);
  color: #fff;
  font-weight: 900;
  font-size: .88rem;
  margin-top: 16px;
}

.fish-table-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--fish-border);
  box-shadow: var(--shadow-card);
  background: #fff;
}

.fish-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .82rem;
}

.fish-table th,
.fish-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #e8f0f4;
  border-right: 1px solid #e8f0f4;
  text-align: center;
  color: var(--color-slate-700);
}

.fish-table th:first-child,
.fish-table td:first-child {
  text-align: left;
  color: var(--fish-navy);
  font-weight: 850;
}

.fish-table th {
  color: var(--fish-navy);
  background: #f2f7fa;
  font-weight: 950;
}

.fish-table th:last-child {
  background: var(--fish-teal);
  color: #fff;
}

.fish-table td:last-child {
  color: var(--fish-teal);
  font-weight: 950;
  background: rgba(0,139,143,.07);
}

.fish-models-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.fish-models-grid article {
  overflow: hidden;
  text-align: center;
}

.fish-models-grid img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.fish-models-grid span {
  display: block;
  padding: 12px 14px;
  color: var(--fish-navy);
  font-size: .84rem;
  font-weight: 900;
}

.fish-ecosystem {
  padding: 18px 0 56px;
}

.fish-ecosystem-card {
  padding: 36px;
}

.fish-ecosystem-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  text-align: center;
}

.fish-ecosystem-flow article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #fff;
}

.fish-ecosystem-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 36px;
  color: var(--fish-cyan);
  font-size: 1.5rem;
}

.fish-ecosystem-flow span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: var(--fish-cyan);
  border: 1px solid rgba(29,209,209,.34);
  background: rgba(29,209,209,.08);
  font-size: 1.55rem;
  font-weight: 950;
}

.fish-ecosystem-flow .center span {
  width: 116px;
  height: 116px;
  font-size: 1.15rem;
  color: #fff;
  background: rgba(0,139,143,.25);
  border-color: rgba(29,209,209,.50);
}

.fish-ecosystem-flow strong {
  color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .04em;
}

.fish-ecosystem-flow em {
  color: rgba(255,255,255,.70);
  font-style: normal;
  font-size: .72rem;
  line-height: 1.35;
}

.fish-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 26px;
}

.fish-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(29,209,209,.26);
  color: rgba(255,255,255,.82);
  font-size: .8rem;
  font-weight: 800;
}

.fish-success-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fish-success-grid article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.fish-success-grid img {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  object-fit: cover;
}

.fish-success-grid h3 {
  color: var(--fish-navy);
  font-size: .9rem;
}

.fish-success-grid p {
  color: var(--color-slate-500);
  font-size: .75rem;
  margin-bottom: 10px;
}

.fish-success-grid strong {
  display: block;
  color: var(--fish-teal);
  font-size: 1.05rem;
}

.fish-success-grid span {
  color: var(--color-slate-700);
  font-size: .74rem;
  font-weight: 800;
}

.fish-center {
  text-align: center;
  margin-top: 18px;
}

.fish-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.fish-steps article {
  position: relative;
  text-align: center;
  padding: 20px 14px;
}

.fish-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 30px;
  right: -13px;
  color: var(--fish-teal);
  font-weight: 950;
}

.fish-steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #fff;
  background: var(--fish-teal);
}

.fish-steps h3 {
  color: var(--fish-navy);
  font-size: .92rem;
}

.fish-steps p {
  color: var(--color-slate-500);
  font-size: .75rem;
  line-height: 1.4;
}

.fish-final-cta {
  padding: 34px 0;
  background: var(--fish-navy);
}

.fish-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 38px;
}

.fish-footer {
  padding: 42px 0 34px;
  color: #fff;
  background: #03111f;
}

.fish-footer-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 54px;
}

.fish-footer p {
  color: rgba(255,255,255,.70);
  font-size: .88rem;
  line-height: 1.55;
}

.fish-footer-brand {
  margin-bottom: 10px;
}

.fish-socials {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.fish-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
}

.fish-footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.fish-footer-nav h3 {
  color: #fff;
  font-size: .86rem;
  margin-bottom: 12px;
}

.fish-footer-nav a {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .82rem;
  margin-bottom: 8px;
}

.fish-footer-nav a:hover {
  color: var(--fish-cyan);
}

@media (max-width: 1180px) {
  .fish-header-inner {
    grid-template-columns: auto auto;
  }

  .fish-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .fish-nav.is-open {
    display: flex;
  }

  .fish-nav-toggle {
    display: grid;
  }

  .fish-header-cta {
    display: none;
  }

  .fish-hero-grid,
  .fish-cycle-card,
  .fish-compare-grid,
  .fish-final-card,
  .fish-footer-grid {
    grid-template-columns: 1fr;
  }

  .fish-hero-grid {
    padding-top: 104px;
  }

  .fish-hero-visual {
    min-height: 430px;
  }

  .fish-dashboard-img {
    left: 0;
    right: auto;
    width: 78%;
    top: 40px;
  }

  .fish-phone-img {
    right: 4%;
    width: 24%;
    top: 62px;
  }

  .fish-modules-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fish-models-grid,
  .fish-success-grid,
  .fish-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fish-ecosystem-flow,
  .fish-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fish-ecosystem-flow article::after,
  .fish-steps article::after {
    display: none;
  }

  .fish-problem-grid {
    grid-template-columns: 1fr;
  }

  .fish-system-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fish-system-flow i {
    display: none;
  }
}

@media (max-width: 760px) {
  .fish-brand strong {
    font-size: .95rem;
  }

  .fish-brand em {
    font-size: .55rem;
  }

  .fish-logo-mark {
    width: 40px;
    height: 40px;
  }

  .fish-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.65rem);
  }

  .fish-hero-copy > p {
    font-size: .98rem;
  }

  .fish-actions {
    flex-direction: column;
  }

  .fish-btn {
    width: 100%;
  }

  .fish-hero-kpis,
  .fish-modules-grid,
  .fish-models-grid,
  .fish-success-grid,
  .fish-ecosystem-flow,
  .fish-steps,
  .fish-footer-nav {
    grid-template-columns: 1fr;
  }

  .fish-hero-visual {
    min-height: 340px;
  }

  .fish-dashboard-img {
    width: 94%;
    top: 30px;
  }

  .fish-phone-img {
    width: 34%;
    top: 74px;
    right: 0;
  }

  .fish-whatsapp-float {
    width: 48px;
    height: 48px;
    top: 120px;
  }

  .fish-whatsapp-float svg {
    width: 30px;
    height: 30px;
  }

  .fish-system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fish-cycle-card,
  .fish-ecosystem-card,
  .fish-final-card {
    padding: 24px;
  }

  .fish-cycle-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto;
    min-height: auto;
    row-gap: 16px;
  }

  .fish-cycle-arrows {
    display: none;
  }

  .fish-cycle-brand {
    grid-column: 1 / -1;
    order: 10;
    padding-top: 4px;
  }

  .fish-table {
    min-width: 760px;
  }

  .fish-table-wrap {
    overflow-x: auto;
  }

  .fish-success-grid article {
    grid-template-columns: 100px 1fr;
  }

  .fish-success-grid img {
    width: 100px;
    height: 100px;
  }
}


/* v81 — Fish problem section redesigned */
.fish-problem-v2 {
  position: relative;
  padding: 64px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(29, 209, 209, .08), transparent 28%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 100%);
}

.fish-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--fish-teal);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.fish-eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--fish-teal);
}

.fish-problem-title {
  max-width: 980px;
}

.fish-problem-title h2 {
  max-width: 900px;
  font-size: clamp(2rem, 3.4vw, 3.65rem);
}

.fish-problem-title p {
  max-width: 820px;
  font-size: 1.02rem;
}

.fish-fragment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
}

.fish-chaos-card,
.fish-impact-panel {
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(12, 44, 71, .10);
  box-shadow: 0 28px 70px rgba(5, 25, 43, .08);
}

.fish-chaos-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.fish-chaos-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,139,143,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,139,143,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 80%);
  pointer-events: none;
}

.fish-chaos-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 620px;
  margin-bottom: 14px;
}

.fish-chaos-head span,
.fish-impact-kicker {
  color: var(--fish-orange);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fish-chaos-head h3,
.fish-impact-panel h3 {
  color: var(--fish-navy);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  margin: 0;
}

.fish-chaos-head p {
  color: var(--color-slate-500);
  margin: 0;
  line-height: 1.45;
}

.fish-chaos-map {
  position: relative;
  z-index: 1;
  min-height: 390px;
}

.fish-chaos-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fish-chaos-lines path {
  fill: none;
  stroke: rgba(0,139,143,.36);
  stroke-width: 2.2;
  stroke-dasharray: 6 9;
  stroke-linecap: round;
}

.fish-chaos-node {
  position: absolute;
  width: 152px;
  min-height: 112px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 14px 12px;
  text-align: center;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(12, 44, 71, .10);
  box-shadow: 0 18px 42px rgba(5,25,43,.10);
}

.fish-chaos-node::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5a66;
  box-shadow: 0 0 0 5px rgba(255,90,102,.10);
}

.node-excel { left: 3%; top: 28px; }
.node-whatsapp { right: 4%; top: 28px; }
.node-otas { left: 1%; top: 218px; }
.node-pms { right: 2%; top: 218px; }
.node-manual { left: 50%; bottom: 10px; transform: translateX(-50%); }

.node-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--fish-teal);
  background: rgba(0,139,143,.09);
  font-size: 1.3rem;
  font-weight: 950;
}

.node-icon.whatsapp {
  color: #25d366;
  background: rgba(37,211,102,.12);
}

.node-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.node-icon.ota {
  color: #2764d8;
  background: rgba(39,100,216,.10);
}

.node-icon.manual {
  color: #ff7a1a;
  background: rgba(255,122,26,.12);
}

.fish-chaos-node strong {
  color: var(--fish-navy);
  font-size: .92rem;
  line-height: 1.1;
}

.fish-chaos-node small {
  color: var(--color-slate-500);
  font-size: .72rem;
  line-height: 1.25;
}

.fish-chaos-center {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 196px;
  height: 196px;
  padding: 18px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at top, rgba(255,90,102,.22), transparent 44%),
    linear-gradient(180deg, #071f38, #03111f);
  border: 8px solid rgba(255,90,102,.14);
  box-shadow: 0 30px 70px rgba(3,17,31,.25), 0 0 0 1px rgba(255,255,255,.08) inset;
}

.fish-chaos-center span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
  border-radius: 50%;
  color: #ffbd66;
  background: rgba(255,122,26,.14);
  font-weight: 950;
}

.fish-chaos-center small {
  color: rgba(255,255,255,.70);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fish-chaos-center strong {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.fish-chaos-center em {
  color: #ffbd66;
  font-style: normal;
  font-size: .78rem;
  font-weight: 850;
}

.fish-chaos-result {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255,90,102,.10), rgba(255,122,26,.08));
  border: 1px solid rgba(255,90,102,.16);
}

.fish-chaos-result strong {
  color: var(--fish-navy);
}

.fish-chaos-result span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #9b2b31;
  background: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 900;
}

.fish-impact-panel {
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 18px;
}

.fish-impact-panel h3 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
}

.fish-impact-list {
  display: grid;
  gap: 12px;
}

.fish-impact-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fcfd);
  border: 1px solid rgba(12, 44, 71, .08);
}

.fish-impact-list article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ff5a66;
  background: rgba(255,90,102,.10);
  font-weight: 950;
  font-size: 1.15rem;
}

.fish-impact-list strong {
  color: var(--fish-navy);
  font-size: .95rem;
}

.fish-impact-list p {
  margin: 3px 0 0;
  color: var(--color-slate-500);
  font-size: .80rem;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .fish-fragment-layout {
    grid-template-columns: 1fr;
  }

  .fish-chaos-map {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .fish-problem-v2 {
    padding: 48px 0;
  }

  .fish-chaos-card,
  .fish-impact-panel {
    border-radius: 22px;
    padding: 22px;
  }

  .fish-chaos-map {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 12px;
  }

  .fish-chaos-lines {
    display: none;
  }

  .fish-chaos-node,
  .fish-chaos-center {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    min-height: auto;
  }

  .fish-chaos-node {
    grid-template-columns: 48px 1fr;
    justify-items: start;
    text-align: left;
    align-items: center;
  }

  .fish-chaos-node small {
    grid-column: 2;
  }

  .fish-chaos-center {
    order: 6;
    height: auto;
    border-radius: 22px;
    padding: 18px;
  }

  .fish-chaos-result {
    margin-top: 14px;
  }

  .fish-impact-list article {
    grid-template-columns: 40px 1fr;
  }

  .fish-impact-list article > span {
    width: 40px;
    height: 40px;
  }
}


/* v82 — Fish problem visual polish */
.fish-problem-v2 {
  padding: 58px 0 62px;
}

.fish-problem-v2 .fish-fragment-layout {
  align-items: start;
  gap: 26px;
}

.fish-problem-v2 .fish-chaos-card {
  padding: 30px 28px 24px;
  min-height: auto;
}

.fish-problem-v2 .fish-chaos-card::before {
  opacity: .42;
  background-size: 62px 62px;
}

.fish-problem-v2 .fish-chaos-head {
  max-width: none;
  justify-items: center;
  text-align: center;
  margin: 0 auto 4px;
}

.fish-problem-v2 .fish-chaos-head span,
.fish-problem-v2 .fish-impact-kicker {
  color: var(--fish-orange);
  letter-spacing: .13em;
}

.fish-problem-v2 .fish-chaos-head h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  letter-spacing: -.045em;
}

.fish-problem-v2 .fish-chaos-head p {
  max-width: 680px;
  font-size: .98rem;
}

.fish-problem-v2 .fish-chaos-map {
  min-height: 350px;
  margin-top: 4px;
}

.fish-problem-v2 .fish-chaos-lines {
  inset: 12px 20px 0;
  width: calc(100% - 40px);
  height: calc(100% - 12px);
}

.fish-problem-v2 .fish-chaos-lines path {
  stroke: rgba(0,139,143,.42);
  stroke-width: 2;
  stroke-dasharray: 7 10;
}

.fish-problem-v2 .fish-chaos-node {
  width: 172px;
  min-height: 112px;
  padding: 14px 14px;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(5,25,43,.08);
}

.fish-problem-v2 .fish-chaos-node::after {
  width: 9px;
  height: 9px;
  top: 14px;
  right: 14px;
  background: #ff6670;
  box-shadow: 0 0 0 7px rgba(255,102,112,.10);
}

.fish-problem-v2 .node-excel { left: 6%; top: 36px; }
.fish-problem-v2 .node-whatsapp { right: 6%; top: 36px; }
.fish-problem-v2 .node-otas { left: 5%; top: 208px; }
.fish-problem-v2 .node-pms { right: 5%; top: 208px; }
.fish-problem-v2 .node-manual { left: 50%; bottom: 0; }

.fish-problem-v2 .node-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.fish-problem-v2 .node-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-problem-v2 .node-icon.excel {
  color: #008b8f;
  background: rgba(0,139,143,.10);
}

.fish-problem-v2 .node-icon.whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.fish-problem-v2 .node-icon.ota {
  color: #2764d8;
  background: rgba(39,100,216,.10);
}

.fish-problem-v2 .node-icon.pms {
  color: #008b8f;
  background: rgba(0,139,143,.10);
}

.fish-problem-v2 .node-icon.manual {
  color: #ff7a1a;
  background: rgba(255,122,26,.12);
}

.fish-problem-v2 .fish-chaos-node strong {
  font-size: .95rem;
}

.fish-problem-v2 .fish-chaos-node small {
  max-width: 120px;
  font-size: .74rem;
}

.fish-problem-v2 .fish-chaos-center {
  width: 170px;
  height: 170px;
  top: 50%;
  border-width: 6px;
  border-color: rgba(29,209,209,.16);
  background:
    radial-gradient(circle at top, rgba(29,209,209,.12), transparent 42%),
    linear-gradient(180deg, #082443, #03111f);
  box-shadow:
    0 26px 60px rgba(3,17,31,.24),
    0 0 0 1px rgba(29,209,209,.16) inset,
    0 0 0 10px rgba(29,209,209,.05);
}

.fish-problem-v2 .fish-chaos-center span {
  width: 40px;
  height: 40px;
  color: #ffbd66;
  background: rgba(255,122,26,.18);
}

.fish-problem-v2 .fish-chaos-center span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-problem-v2 .fish-chaos-center small {
  font-size: .70rem;
  margin-top: 2px;
}

.fish-problem-v2 .fish-chaos-center strong {
  font-size: 1.45rem;
}

.fish-problem-v2 .fish-chaos-center em {
  font-size: .75rem;
}

.fish-problem-v2 .fish-chaos-result {
  justify-content: center;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255,122,26,.08), rgba(255,90,102,.06));
}

.fish-problem-v2 .fish-chaos-result span {
  position: relative;
  min-height: 30px;
  padding: 0 14px 0 30px;
  color: #923034;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 20px rgba(255,122,26,.06);
}

.fish-problem-v2 .fish-chaos-result span::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fish-orange);
}

.fish-problem-v2 .fish-impact-panel {
  padding: 26px 24px;
  gap: 14px;
}

.fish-problem-v2 .fish-impact-panel h3 {
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.fish-problem-v2 .fish-impact-list {
  gap: 10px;
}

.fish-problem-v2 .fish-impact-list article {
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
}

.fish-problem-v2 .fish-impact-list article > span {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #ff6670;
  background: rgba(255,102,112,.11);
}

.fish-problem-v2 .fish-impact-list article:nth-child(1) > span,
.fish-problem-v2 .fish-impact-list article:nth-child(3) > span,
.fish-problem-v2 .fish-impact-list article:nth-child(4) > span {
  color: var(--fish-teal);
  background: rgba(0,139,143,.10);
}

.fish-problem-v2 .fish-impact-list article > span svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-problem-v2 .fish-impact-list strong {
  font-size: .98rem;
}

.fish-problem-v2 .fish-impact-list p {
  font-size: .79rem;
  line-height: 1.33;
}

@media (max-width: 1180px) {
  .fish-problem-v2 .fish-chaos-map {
    min-height: 370px;
  }

  .fish-problem-v2 .node-excel { left: 5%; top: 36px; }
  .fish-problem-v2 .node-whatsapp { right: 5%; top: 36px; }
  .fish-problem-v2 .node-otas { left: 3%; top: 210px; }
  .fish-problem-v2 .node-pms { right: 3%; top: 210px; }
}

@media (max-width: 760px) {
  .fish-problem-v2 .fish-chaos-head {
    text-align: left;
    justify-items: start;
  }

  .fish-problem-v2 .fish-chaos-map {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .fish-problem-v2 .fish-chaos-node {
    width: 100%;
    min-height: 92px;
  }

  .fish-problem-v2 .fish-chaos-center {
    width: 100%;
    height: auto;
    min-height: 136px;
  }

  .fish-problem-v2 .fish-chaos-center strong {
    font-size: 1.7rem;
  }

  .fish-problem-v2 .fish-chaos-result {
    justify-content: flex-start;
  }

  .fish-problem-v2 .fish-impact-panel h3 {
    font-size: 1.7rem;
  }
}


/* v83 — Fish problem section layout fix */
.fish-problem-v2 {
  padding: 56px 0 66px;
}

.fish-problem-v2 .fish-fragment-layout {
  grid-template-columns: minmax(0, 1.58fr) minmax(315px, .52fr);
  gap: 24px;
  align-items: stretch;
}

.fish-problem-v2 .fish-chaos-card {
  padding: 30px 30px 24px;
}

.fish-problem-v2 .fish-chaos-head {
  margin-bottom: 10px;
}

.fish-problem-v2 .fish-chaos-head h3 {
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
}

.fish-problem-v2 .fish-chaos-head p {
  font-size: .94rem;
}

.fish-problem-v2 .fish-chaos-map {
  position: relative;
  min-height: 430px;
  max-width: 850px;
  margin: 0 auto;
}

.fish-problem-v2 .fish-chaos-lines {
  inset: 10px 18px 0;
  width: calc(100% - 36px);
  height: calc(100% - 10px);
}

.fish-problem-v2 .fish-chaos-lines path {
  stroke-width: 1.9;
  stroke-dasharray: 7 11;
  opacity: .88;
}

.fish-problem-v2 .fish-chaos-node {
  width: 156px;
  min-height: 106px;
  padding: 13px 12px;
  border-radius: 19px;
  z-index: 3;
}

.fish-problem-v2 .node-excel {
  left: 6%;
  top: 46px;
}

.fish-problem-v2 .node-whatsapp {
  right: 6%;
  top: 46px;
}

.fish-problem-v2 .node-otas {
  left: 5%;
  top: 226px;
}

.fish-problem-v2 .node-pms {
  right: 5%;
  top: 226px;
}

.fish-problem-v2 .node-manual {
  left: 50%;
  top: 320px;
  bottom: auto;
  transform: translateX(-50%);
}

.fish-problem-v2 .node-icon {
  width: 48px;
  height: 48px;
}

.fish-problem-v2 .node-icon svg {
  width: 28px;
  height: 28px;
}

.fish-problem-v2 .fish-chaos-node strong {
  font-size: .88rem;
}

.fish-problem-v2 .fish-chaos-node small {
  font-size: .70rem;
}

.fish-problem-v2 .fish-chaos-center {
  width: 156px;
  height: 156px;
  top: 50%;
  z-index: 4;
}

.fish-problem-v2 .fish-chaos-center small {
  font-size: .66rem;
}

.fish-problem-v2 .fish-chaos-center strong {
  font-size: 1.28rem;
}

.fish-problem-v2 .fish-chaos-center em {
  font-size: .70rem;
}

.fish-problem-v2 .fish-chaos-result {
  max-width: 820px;
  margin: 8px auto 0;
  padding: 11px 14px;
}

.fish-problem-v2 .fish-chaos-result strong {
  margin-right: 4px;
}

.fish-problem-v2 .fish-chaos-result span {
  min-height: 28px;
  padding-inline: 28px 13px;
  font-size: .74rem;
}

.fish-problem-v2 .fish-impact-panel {
  padding: 24px 22px;
}

.fish-problem-v2 .fish-impact-panel h3 {
  font-size: clamp(1.35rem, 1.75vw, 1.92rem);
  line-height: 1.12;
}

.fish-problem-v2 .fish-impact-list article {
  grid-template-columns: 44px 1fr;
  padding: 11px 12px;
}

.fish-problem-v2 .fish-impact-list article > span {
  width: 44px;
  height: 44px;
}

.fish-problem-v2 .fish-impact-list article > span svg {
  width: 23px;
  height: 23px;
}

.fish-problem-v2 .fish-impact-list strong {
  font-size: .9rem;
}

.fish-problem-v2 .fish-impact-list p {
  font-size: .75rem;
  line-height: 1.32;
}

@media (max-width: 1180px) {
  .fish-problem-v2 .fish-fragment-layout {
    grid-template-columns: 1fr;
  }

  .fish-problem-v2 .fish-chaos-map {
    min-height: 430px;
    max-width: 900px;
  }

  .fish-problem-v2 .fish-impact-panel {
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
  }

  .fish-problem-v2 .fish-impact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fish-problem-v2 .fish-impact-list article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .fish-problem-v2 .fish-fragment-layout {
    gap: 18px;
  }

  .fish-problem-v2 .fish-chaos-card,
  .fish-problem-v2 .fish-impact-panel {
    padding: 20px;
  }

  .fish-problem-v2 .fish-chaos-head {
    text-align: left;
    justify-items: start;
  }

  .fish-problem-v2 .fish-chaos-map {
    min-height: auto;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fish-problem-v2 .fish-chaos-lines {
    display: none;
  }

  .fish-problem-v2 .fish-chaos-node,
  .fish-problem-v2 .fish-chaos-center {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }

  .fish-problem-v2 .fish-chaos-node {
    min-height: 88px;
    grid-template-columns: 48px 1fr;
    justify-items: start;
    text-align: left;
    align-items: center;
  }

  .fish-problem-v2 .fish-chaos-node small {
    grid-column: 2;
    max-width: none;
  }

  .fish-problem-v2 .fish-chaos-center {
    order: 6;
    height: auto;
    min-height: 132px;
    border-radius: 22px;
  }

  .fish-problem-v2 .fish-chaos-center strong {
    font-size: 1.65rem;
  }

  .fish-problem-v2 .fish-chaos-result {
    justify-content: flex-start;
    gap: 8px;
  }

  .fish-problem-v2 .fish-impact-list {
    grid-template-columns: 1fr;
  }

  .fish-problem-v2 .fish-impact-list article:last-child {
    grid-column: auto;
  }
}
@media (max-width: 1100px) {
  .fish-cycle-flow {
    min-height: 240px;
  }

  .fish-cycle-arrows {
    inset: 20px 6px 54px;
    width: calc(100% - 12px);
  }

  .fish-cycle-brand {
    grid-column: 2 / 5;
  }
}



/* v84 — Flechas entre módulos y Fish Hospitality en el ciclo del huésped */


/* v87 — Fish modules section redesigned */
.fish-modules-v2 {
  position: relative;
  padding: 64px 0 58px;
  background:
    radial-gradient(circle at 14% 20%, rgba(29, 209, 209, .08), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(255, 122, 26, .045), transparent 24%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 100%);
}

.fish-modules-v2 .fish-modules-title {
  max-width: 980px;
  margin-bottom: 30px;
}

.fish-modules-v2 .fish-modules-title .fish-eyebrow {
  justify-content: center;
}

.fish-modules-v2 .fish-modules-title h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem);
}

.fish-modules-v2 .fish-modules-title p {
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 1.02rem;
  line-height: 1.55;
}

.fish-core-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fish-core-card {
  position: relative;
  overflow: hidden;
  min-height: 265px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fafdff);
  border: 1px solid rgba(12, 44, 71, .10);
  box-shadow: 0 22px 54px rgba(5, 25, 43, .075);
}

.fish-core-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,139,143,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,139,143,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .45;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 74%);
}

.fish-core-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--fish-teal), var(--fish-cyan));
  opacity: .72;
}

.fish-core-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 19px;
  color: var(--fish-teal);
  background: rgba(0,139,143,.095);
  border: 1px solid rgba(0,139,143,.14);
}

.fish-core-icon svg,
.fish-addons-grid span svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.fish-core-card div {
  position: relative;
  z-index: 1;
}

.fish-core-card small {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--fish-teal);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fish-core-card h3 {
  color: var(--fish-navy);
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.fish-core-card p {
  max-width: 235px;
  color: var(--color-slate-600);
  font-size: .94rem;
  line-height: 1.44;
  margin: 0;
}

.fish-core-card em {
  position: relative;
  z-index: 1;
  justify-self: start;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #007f83;
  background: rgba(0,139,143,.08);
  font-style: normal;
  font-size: .78rem;
  font-weight: 900;
}

.fish-addons-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.fish-addons-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px 12px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(12, 44, 71, .09);
  box-shadow: 0 14px 34px rgba(5, 25, 43, .055);
}

.fish-addons-grid span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: var(--fish-teal);
  background: rgba(0,139,143,.085);
}

.fish-addons-grid span svg {
  width: 25px;
  height: 25px;
}

.fish-addons-grid strong {
  color: var(--fish-navy);
  font-size: .95rem;
  line-height: 1.15;
}

.fish-addons-grid p {
  margin: 0;
  color: var(--color-slate-500);
  font-size: .78rem;
  line-height: 1.32;
}

@media (max-width: 1180px) {
  .fish-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fish-addons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fish-core-card {
    min-height: 230px;
  }
}

@media (max-width: 760px) {
  .fish-modules-v2 {
    padding: 50px 0;
  }

  .fish-modules-v2 .fish-modules-title .fish-eyebrow {
    justify-content: flex-start;
  }

  .fish-modules-v2 .fish-section-title {
    text-align: left;
  }

  .fish-core-grid,
  .fish-addons-grid {
    grid-template-columns: 1fr;
  }

  .fish-core-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .fish-core-card p {
    max-width: none;
  }

  .fish-addons-grid article {
    padding: 15px;
  }
}


/* v88 — Fish ecosystem section redesigned */
.fish-ecosystem-v2 {
  padding: 18px 0 56px;
}

.fish-ecosystem-shell {
  position: relative;
  overflow: hidden;
  padding: 42px 40px 36px;
}

.fish-ecosystem-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29,209,209,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(29,209,209,.05) 1px, transparent 1px),
    radial-gradient(circle at 20% 18%, rgba(29,209,209,.09), transparent 26%),
    radial-gradient(circle at 84% 82%, rgba(29,209,209,.08), transparent 24%);
  background-size: 64px 64px, 64px 64px, auto, auto;
  opacity: .62;
  pointer-events: none;
}

.fish-ecosystem-header {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.fish-ecosystem-header .fish-eyebrow {
  color: var(--fish-cyan);
}

.fish-ecosystem-header .fish-eyebrow::before {
  background: var(--fish-cyan);
}

.fish-ecosystem-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.fish-ecosystem-header p {
  max-width: 820px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.62;
}

.fish-ecosystem-journey {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  align-items: start;
}

.fish-ecosystem-track {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 43px;
  height: 2px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(29,209,209,.9) 0 10px, rgba(29,209,209,0) 10px 18px);
  opacity: .85;
}

.fish-ecosystem-stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  min-height: 200px;
}

.fish-ecosystem-stage:not(.is-center)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(29,209,209,.95);
}

.fish-ecosystem-stage:last-child::after,
.fish-ecosystem-stage:nth-child(4)::after {
  display: none;
}

.fish-ecosystem-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: var(--fish-cyan);
  background: rgba(4, 58, 84, .48);
  border: 1px solid rgba(29,209,209,.35);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 18px 34px rgba(0,0,0,.12);
}

.fish-ecosystem-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.fish-ecosystem-stage strong {
  max-width: 180px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.fish-ecosystem-stage em {
  max-width: 185px;
  color: rgba(255,255,255,.72);
  font-style: normal;
  font-size: .9rem;
  line-height: 1.44;
}

.fish-ecosystem-stage.is-center {
  transform: translateY(-14px);
}

.fish-ecosystem-stage.is-center .fish-ecosystem-icon {
  width: 126px;
  height: 126px;
  color: #fff;
  font-size: 2rem;
  font-weight: 1000;
  letter-spacing: -.04em;
  background: radial-gradient(circle at 50% 38%, rgba(29,209,209,.24), rgba(2,28,44,.96) 68%);
  border: 1px solid rgba(29,209,209,.55);
  box-shadow: 0 0 0 10px rgba(29,209,209,.08), 0 18px 44px rgba(0,0,0,.22);
}

.fish-ecosystem-stage.is-center strong {
  max-width: 220px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.fish-ecosystem-stage.is-center em {
  max-width: 220px;
}

.fish-ecosystem-groups {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.fish-ecosystem-groups article {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.fish-ecosystem-groups small {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--fish-cyan);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.fish-ecosystem-groups strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.fish-ecosystem-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.fish-ecosystem-chip-row span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  font-weight: 850;
  border: 1px solid rgba(29,209,209,.22);
  background: rgba(29,209,209,.08);
}

@media (max-width: 1180px) {
  .fish-ecosystem-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 26px;
  }

  .fish-ecosystem-track {
    display: none;
  }

  .fish-ecosystem-stage::after {
    display: none;
  }

  .fish-ecosystem-stage.is-center {
    transform: none;
  }

  .fish-ecosystem-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .fish-ecosystem-v2 {
    padding: 10px 0 44px;
  }

  .fish-ecosystem-shell {
    padding: 26px 22px 22px;
  }

  .fish-ecosystem-header {
    text-align: left;
  }

  .fish-ecosystem-header h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .fish-ecosystem-header p {
    margin-left: 0;
  }

  .fish-ecosystem-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    margin-top: 24px;
  }

  .fish-ecosystem-stage {
    min-height: 176px;
  }

  .fish-ecosystem-stage.is-center {
    grid-column: 1 / -1;
    order: 4;
  }

  .fish-ecosystem-icon {
    width: 74px;
    height: 74px;
  }

  .fish-ecosystem-icon svg {
    width: 30px;
    height: 30px;
  }

  .fish-ecosystem-stage.is-center .fish-ecosystem-icon {
    width: 108px;
    height: 108px;
    font-size: 1.75rem;
  }

  .fish-ecosystem-stage strong {
    font-size: 1.05rem;
  }

  .fish-ecosystem-stage em {
    font-size: .85rem;
  }
}


/* v89 — Ecosystem section as responsive generated artwork */
.fish-ecosystem-image-section {
  padding: 24px 0 58px;
  background:
    radial-gradient(circle at 18% 18%, rgba(29, 209, 209, .07), transparent 28%),
    linear-gradient(180deg, #eef6f8 0%, #f7fbfd 100%);
}

.fish-ecosystem-image-section .container {
  width: min(100% - 44px, 1480px);
}

.fish-ecosystem-art-card {
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  background: #03111f;
  box-shadow:
    0 34px 90px rgba(3, 17, 31, .16),
    0 0 0 1px rgba(12, 44, 71, .08);
}

.fish-ecosystem-art-card picture {
  display: block;
}

.fish-ecosystem-art-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 780px;
  object-fit: contain;
  background: #03111f;
}

.fish-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1180px) {
  .fish-ecosystem-image-section {
    padding: 18px 0 48px;
  }

  .fish-ecosystem-image-section .container {
    width: min(100% - 32px, 960px);
  }

  .fish-ecosystem-art-card {
    border-radius: 28px;
  }

  .fish-ecosystem-art-card img {
    max-height: 760px;
  }
}

@media (max-width: 760px) {
  .fish-ecosystem-image-section {
    padding: 8px 0 42px;
  }

  .fish-ecosystem-image-section .container {
    width: min(100% - 24px, 440px);
  }

  .fish-ecosystem-art-card {
    border-radius: 24px;
  }

  .fish-ecosystem-art-card img {
    max-height: none;
  }
}


/* v90 — Ecosystem image cleanup: HTML title + visual-only artwork */
.fish-ecosystem-v90 {
  padding: 46px 0 62px;
  background:
    radial-gradient(circle at 16% 18%, rgba(29, 209, 209, .07), transparent 26%),
    linear-gradient(180deg, #eef6f8 0%, #f7fbfd 100%);
}

.fish-ecosystem-v90 .container {
  width: min(100% - 44px, 1480px);
}

.fish-ecosystem-v90-heading {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}

.fish-ecosystem-v90-heading .fish-eyebrow {
  justify-content: center;
  color: var(--fish-teal);
}

.fish-ecosystem-v90-heading h2 {
  margin: 8px 0 0;
  color: var(--fish-navy);
  font-size: clamp(2.2rem, 3.4vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.fish-ecosystem-v90-heading p {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--color-slate-500);
  font-size: 1.05rem;
  line-height: 1.55;
}

.fish-ecosystem-v90 .fish-ecosystem-art-card {
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  background: #03111f;
  box-shadow:
    0 30px 80px rgba(3, 17, 31, .16),
    0 0 0 1px rgba(12, 44, 71, .10);
}

.fish-ecosystem-v90 .fish-ecosystem-art-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #03111f;
}

@media (max-width: 1180px) {
  .fish-ecosystem-v90 {
    padding: 38px 0 52px;
  }

  .fish-ecosystem-v90 .container {
    width: min(100% - 32px, 980px);
  }

  .fish-ecosystem-v90-heading {
    margin-bottom: 20px;
  }

  .fish-ecosystem-v90 .fish-ecosystem-art-card {
    border-radius: 28px;
  }
}

@media (max-width: 760px) {
  .fish-ecosystem-v90 {
    padding: 30px 0 44px;
  }

  .fish-ecosystem-v90 .container {
    width: min(100% - 24px, 440px);
  }

  .fish-ecosystem-v90-heading {
    text-align: left;
  }

  .fish-ecosystem-v90-heading .fish-eyebrow {
    justify-content: flex-start;
  }

  .fish-ecosystem-v90-heading h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .fish-ecosystem-v90-heading p {
    margin-left: 0;
  }

  .fish-ecosystem-v90 .fish-ecosystem-art-card {
    border-radius: 24px;
  }
}


/* v91 — Fish success cases redesigned */
.fish-success-v2 {
  padding: 64px 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(29,209,209,.08), transparent 26%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 100%);
}

.fish-success-v2 .fish-success-title {
  max-width: 980px;
  margin-bottom: 30px;
}

.fish-success-v2 .fish-success-title .fish-eyebrow {
  justify-content: center;
}

.fish-success-v2 .fish-success-title h2 {
  font-size: clamp(2rem, 3vw, 3.35rem);
}

.fish-success-v2 .fish-success-title p {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--color-slate-500);
  font-size: 1.02rem;
  line-height: 1.56;
}

.fish-success-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fish-success-v2-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(12, 44, 71, .10);
  box-shadow: 0 26px 64px rgba(5, 25, 43, .08);
}

.fish-success-v2-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--fish-teal), var(--fish-cyan));
}

.fish-success-v2-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.fish-success-v2-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,17,31,0) 35%, rgba(3,17,31,.48) 100%);
}

.fish-success-v2-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.fish-success-v2-image span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,139,143,.88);
  backdrop-filter: blur(10px);
  font-size: .78rem;
  font-weight: 950;
}

.fish-success-v2-content {
  padding: 24px;
}

.fish-success-v2-content small {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--fish-teal);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fish-success-v2-content h3 {
  color: var(--fish-navy);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.fish-success-v2-content p {
  color: var(--color-slate-600);
  font-size: .95rem;
  line-height: 1.52;
  margin: 0 0 18px;
}

.fish-success-v2-metrics {
  display: grid;
  gap: 10px;
}

.fish-success-v2-metrics span {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fcfd, #eef7f9);
  border: 1px solid rgba(0,139,143,.10);
}

.fish-success-v2-metrics strong {
  display: block;
  color: var(--fish-navy);
  font-size: .88rem;
  line-height: 1.15;
}

.fish-success-v2-metrics em {
  display: block;
  margin-top: 4px;
  color: var(--fish-teal);
  font-style: normal;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.2;
}

.fish-success-v2-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  max-width: 980px;
  margin: 26px auto 0;
  padding: 16px 20px;
  border-radius: 20px;
  text-align: center;
  background: rgba(3,17,31,.96);
  border: 1px solid rgba(29,209,209,.18);
  box-shadow: 0 22px 50px rgba(3,17,31,.14);
}

.fish-success-v2-note strong {
  color: #fff;
}

.fish-success-v2-note span {
  color: rgba(255,255,255,.72);
}

@media (max-width: 1180px) {
  .fish-success-v2-grid {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin-inline: auto;
  }

  .fish-success-v2-card {
    display: grid;
    grid-template-columns: minmax(260px, .48fr) minmax(0, .52fr);
  }

  .fish-success-v2-image {
    height: 100%;
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .fish-success-v2 {
    padding: 48px 0;
  }

  .fish-success-v2 .fish-success-title {
    text-align: left;
  }

  .fish-success-v2 .fish-success-title .fish-eyebrow {
    justify-content: flex-start;
  }

  .fish-success-v2 .fish-success-title p {
    margin-left: 0;
  }

  .fish-success-v2-card {
    display: block;
    border-radius: 22px;
  }

  .fish-success-v2-image {
    height: 190px;
    min-height: 0;
  }

  .fish-success-v2-content {
    padding: 20px;
  }

  .fish-success-v2-note {
    text-align: left;
    justify-content: flex-start;
  }
}


/* v92 — Fish guest journey redesigned */
.fish-journey-v2 {
  position: relative;
  padding: 64px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(29,209,209,.07), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255,122,26,.045), transparent 24%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 100%);
}

.fish-journey-v2 .fish-journey-title {
  max-width: 980px;
  margin-bottom: 34px;
}

.fish-journey-v2 .fish-journey-title .fish-eyebrow {
  justify-content: center;
}

.fish-journey-v2 .fish-journey-title h2 {
  font-size: clamp(2rem, 3.1vw, 3.35rem);
}

.fish-journey-v2 .fish-journey-title p {
  max-width: 680px;
  margin: 10px auto 0;
  color: var(--color-slate-500);
  font-size: 1.02rem;
  line-height: 1.55;
}

.fish-journey-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.fish-journey-line {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 72px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--fish-teal), var(--fish-cyan), var(--fish-teal));
  opacity: .38;
  box-shadow: 0 0 24px rgba(29,209,209,.18);
}

.fish-journey-step {
  position: relative;
  z-index: 1;
  min-height: 250px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  align-content: start;
  gap: 12px;
  padding: 22px 16px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(12,44,71,.10);
  box-shadow: 0 20px 52px rgba(5,25,43,.07);
  text-align: center;
}

.fish-journey-step::after {
  content: "";
  position: absolute;
  top: 72px;
  right: -15px;
  width: 14px;
  height: 14px;
  border-top: 3px solid rgba(0,139,143,.55);
  border-right: 3px solid rgba(0,139,143,.55);
  transform: rotate(45deg);
}

.fish-journey-step:last-child::after {
  display: none;
}

.fish-journey-step.is-featured {
  background:
    linear-gradient(180deg, rgba(3,17,31,.96), rgba(6,43,65,.96));
  border-color: rgba(29,209,209,.26);
  box-shadow:
    0 28px 70px rgba(3,17,31,.20),
    0 0 0 1px rgba(29,209,209,.12) inset;
  transform: translateY(-10px);
}

.fish-journey-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--fish-teal);
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(0,139,143,.22);
}

.fish-journey-step.is-featured .fish-journey-number {
  background: var(--fish-orange);
  box-shadow: 0 10px 24px rgba(255,122,26,.24);
}

.fish-journey-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  color: var(--fish-teal);
  background: rgba(0,139,143,.085);
  border: 1px solid rgba(0,139,143,.12);
}

.fish-journey-step.is-featured .fish-journey-icon {
  color: var(--fish-cyan);
  background: rgba(29,209,209,.10);
  border-color: rgba(29,209,209,.25);
}

.fish-journey-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.fish-journey-copy {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.fish-journey-copy small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--fish-teal);
  background: rgba(0,139,143,.08);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.fish-journey-step.is-featured .fish-journey-copy small {
  color: var(--fish-cyan);
  background: rgba(29,209,209,.11);
}

.fish-journey-copy h3 {
  color: var(--fish-navy);
  font-size: 1.15rem;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.fish-journey-step.is-featured .fish-journey-copy h3 {
  color: #fff;
}

.fish-journey-copy p {
  margin: 0;
  color: var(--color-slate-500);
  font-size: .82rem;
  line-height: 1.42;
}

.fish-journey-step.is-featured .fish-journey-copy p {
  color: rgba(255,255,255,.76);
}

.fish-journey-impact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1120px;
  margin: 30px auto 0;
  padding: 16px 20px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(3,17,31,.97), rgba(5,38,58,.97));
  border: 1px solid rgba(29,209,209,.18);
  box-shadow: 0 24px 58px rgba(3,17,31,.15);
}

.fish-journey-impact strong {
  color: #fff;
  margin-right: 6px;
}

.fish-journey-impact span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  background: rgba(29,209,209,.08);
  border: 1px solid rgba(29,209,209,.18);
  font-size: .8rem;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .fish-journey-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .fish-journey-line,
  .fish-journey-step::after {
    display: none;
  }

  .fish-journey-step {
    min-height: 230px;
  }

  .fish-journey-step.is-featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .fish-journey-v2 {
    padding: 48px 0;
  }

  .fish-journey-v2 .fish-journey-title {
    text-align: left;
    margin-bottom: 24px;
  }

  .fish-journey-v2 .fish-journey-title .fish-eyebrow {
    justify-content: flex-start;
  }

  .fish-journey-v2 .fish-journey-title p {
    margin-left: 0;
  }

  .fish-journey-map {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fish-journey-step {
    min-height: auto;
    grid-template-columns: 40px 64px 1fr;
    grid-template-rows: auto;
    justify-items: start;
    align-items: center;
    text-align: left;
    padding: 16px;
    border-radius: 20px;
  }

  .fish-journey-step::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 76px;
    bottom: -18px;
    width: 2px;
    background: linear-gradient(180deg, rgba(0,139,143,.40), rgba(0,139,143,0));
  }

  .fish-journey-step:last-child::before {
    display: none;
  }

  .fish-journey-number {
    width: 34px;
    height: 34px;
  }

  .fish-journey-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .fish-journey-icon svg {
    width: 29px;
    height: 29px;
  }

  .fish-journey-copy {
    justify-items: start;
  }

  .fish-journey-copy small {
    min-height: 25px;
    font-size: .62rem;
  }

  .fish-journey-copy h3 {
    font-size: 1.08rem;
  }

  .fish-journey-copy p {
    font-size: .82rem;
  }

  .fish-journey-impact {
    justify-content: flex-start;
    border-radius: 20px;
    padding: 16px;
  }
}
