
/* Product-aware homepage */
body.felix {
  background: #f6f9ff;
}

.company-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
  max-width: 1180px;
  margin: 24px auto 0;
  padding: clamp(26px, 3.6vw, 42px) 20px clamp(36px, 4.4vw, 54px);
}

.company-hero-bg {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background:
    radial-gradient(900px 520px at 16% 18%, rgba(31,191,200,0.16), rgba(31,191,200,0) 58%),
    linear-gradient(135deg, rgba(10,61,145,0.07), rgba(255,255,255,0.70));
  z-index: -1;
}

.company-hero-copy {
  align-self: center;
}

.company-hero h1 {
  margin: 0 0 18px;
  color: #0a255a;
  font-size: clamp(30px, 3.9vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.company-hero p {
  max-width: 54ch;
  color: rgba(10, 35, 90, 0.76);
  font-size: 1.13rem;
  line-height: 1.58;
  margin: 0 0 22px;
}

.company-principles ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.company-principles {
  align-self: center;
  padding-left: clamp(8px, 2vw, 28px);
  border-left: 1px solid rgba(10,61,145,0.14);
}

.company-principles li {
  color: rgba(10,35,90,.78);
  font-weight: 750;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}

.company-principles li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1fbfc8;
}

.company-product-card h2 {
  margin: 0 0 10px;
  color: #0a255a;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.02em;
}

.company-product-card p {
  color: rgba(10,35,90,.72);
  line-height: 1.6;
  margin: 0 0 18px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 4px;
  padding: 11px 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(10,61,145,0.13);
  box-shadow: 0 8px 18px rgba(10,61,145,0.05);
  color: #0a3d91;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.product-link:hover {
  color: #1fbfc8;
  box-shadow: 0 12px 24px rgba(10,61,145,0.09);
  transform: translateY(-1px);
}

.company-focus {
  padding: 40px 20px 60px;
}

.company-focus .container {
  padding-top: 30px;
  border-top: 1px solid rgba(10,61,145,0.12);
}

.company-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 20px;
}

.company-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border-radius: 999px;
  color: rgba(10,35,90,.74);
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(10,61,145,.08);
  font-size: .9rem;
  font-weight: 700;
}

.felix-hero {
  position: relative;
  /* Tighter vertical rhythm — avoid the "empty band" above/below content */
  padding: clamp(20px, 3vw, 36px) 20px 22px;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.96fr 1.04fr;
  max-width: 1180px;
  margin: 6px auto 0;
  align-items: center;
}

.felix-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 20% 20%, rgba(0,194,255,0.18), rgba(0,0,0,0) 60%),
    radial-gradient(900px 500px at 80% 30%, rgba(10,61,145,0.14), rgba(0,0,0,0) 55%),
    linear-gradient(135deg, rgba(2, 120, 255, 0.08), rgba(0, 205, 175, 0.05));
  border-radius: 28px;
  filter: saturate(1.05);
  z-index: -1;
}

.felix-hero-inner h1 {
  font-size: clamp(36px, 4.5vw, 52px);
  letter-spacing: -0.03em;
  margin: 14px 0 14px;
  color: #0a255a;
}

.felix-hero-inner p {
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(10, 35, 90, 0.78);
  max-width: 44ch;
  margin: 0 0 22px;
}

.felix-kicker {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(10, 35, 90, 0.92);
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(10,61,145,0.12);
}

.pill.subtle {
  font-weight: 600;
  color: rgba(10, 35, 90, 0.72);
  background: rgba(255,255,255,0.58);
}

.felix-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}

.felix .btn.ghost {
  background: rgba(255,255,255,0.65);
  color: #0a3d91;
  border: 1px solid rgba(10,61,145,0.18);
}

.felix .btn.ghost:hover {
  background: rgba(255,255,255,0.85);
}

.felix-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}

.proof-item {
  padding: 14px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.48);
  border-left: 3px solid rgba(31,191,200,0.75);
  box-shadow: none;
}

.proof-title {
  font-weight: 800;
  color: rgba(10, 35, 90, 0.92);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.proof-sub {
  font-size: 0.95rem;
  color: rgba(10, 35, 90, 0.70);
  line-height: 1.35;
}

.felix-visual .visual-card {
  border-radius: 20px;
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(10,61,145,0.18);
  box-shadow:
    0 20px 42px rgba(10,61,145,0.08),
    inset 0 1px 0 rgba(255,255,255,0.72);
  overflow: hidden;
  padding: 16px 18px 14px;
}

.visual-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(10,61,145,0.08);
}

.visual-top .dot {
  display: none;
}

.visual-label {
  margin-left: 0;
  font-weight: 800;
  color: rgba(10, 35, 90, 0.78);
  font-size: 1rem;
}

.visual-caption {
  color: rgba(10, 35, 90, 0.62);
  font-size: 0.94rem;
  font-weight: 750;
}

.visual-caption::before {
  content: "-";
  margin: 0 7px 0 2px;
  color: rgba(10, 61, 145, 0.34);
}

.expertise-loop {
  display: grid;
  grid-template-columns: minmax(246px, 1.12fr) 106px minmax(182px, .78fr);
  align-items: center;
  gap: 6px;
  padding: 18px 0 2px;
}

.loop-system {
  position: relative;
  display: grid;
  gap: 44px;
  padding: 12px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 47%, rgba(31,191,200,0.15), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.20));
  border: 1px solid rgba(10,61,145,0.08);
}

.loop-exchange-lines {
  position: absolute;
  left: 50%;
  top: calc(47% - 8px);
  z-index: 3;
  width: 74px;
  height: 38px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.exchange-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 999px;
}

.exchange-line::after {
  content: "";
  position: absolute;
  left: 50%;
}

.exchange-line--down {
  left: 18px;
  top: 2px;
  bottom: 11px;
  background: linear-gradient(180deg, rgba(10,61,145,0.16), rgba(10,61,145,0.72), rgba(10,61,145,0.16));
  color: rgba(10,61,145,0.78);
}

.exchange-line--down::after {
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid currentColor;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
}

.exchange-line--up {
  right: 22px;
  top: 11px;
  bottom: 2px;
  background: linear-gradient(0deg, rgba(31,191,200,0.10), rgba(31,191,200,0.62), rgba(31,191,200,0.10));
  color: rgba(31,191,200,0.74);
}

.exchange-line--up::after {
  top: -8px;
  width: 0;
  height: 0;
  border-bottom: 9px solid currentColor;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
}

.loop-card,
.loop-outcome {
  position: relative;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.76));
  border: 1px solid rgba(10,61,145,0.15);
  box-shadow: 0 14px 30px rgba(10,61,145,0.09);
}

.loop-card {
  z-index: 2;
  min-height: 152px;
}

.loop-card--studio {
  min-height: 172px;
  background: linear-gradient(180deg, rgba(232,246,255,0.98), rgba(255,255,255,0.78));
  border-color: rgba(10,61,145,0.24);
  box-shadow:
    0 18px 34px rgba(10,61,145,0.12),
    inset 0 1px 0 rgba(255,255,255,0.70);
}

.loop-card h3,
.loop-outcome h3 {
  margin: 0 0 16px;
  color: #0a255a;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.loop-card ul,
.loop-outcome ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-card li,
.loop-outcome li {
  color: rgba(10,35,90,0.78);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
}

.loop-card li::before,
.loop-outcome li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: #1fbfc8;
  vertical-align: .12em;
}

.loop-steps {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.loop-steps span {
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(10,61,145,0.13);
  color: #0a255a;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  box-shadow: 0 8px 18px rgba(10,61,145,0.06);
}

.loop-bridge {
  position: relative;
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 106px;
  color: rgba(10,61,145,0.66);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.loop-bridge span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.68));
  border: 1px solid rgba(10,61,145,0.13);
  color: rgba(10,61,145,0.70);
  box-shadow:
    0 12px 24px rgba(10,61,145,0.08),
    inset 0 1px 0 rgba(255,255,255,0.80);
  text-align: center;
}

.loop-bridge::before,
.loop-bridge::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.loop-bridge::before {
  left: -4px;
  right: -4px;
  height: 2px;
  background: linear-gradient(90deg, rgba(10,61,145,0.20), rgba(31,191,200,0.34));
}

.loop-bridge::after {
  right: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(31,191,200,0.42);
  border-right: 2px solid rgba(31,191,200,0.42);
  transform: translateY(-50%) rotate(45deg);
}

.loop-outcome {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 12px;
  min-height: 188px;
  padding: 24px 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.82), transparent 54%),
    linear-gradient(135deg, rgba(10,61,145,0.08), rgba(31,191,200,0.16));
  border-color: rgba(31,191,200,0.28);
  text-align: center;
}

.loop-outcome h3 {
  margin-bottom: 0;
}

.loop-outcome ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.loop-outcome li {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(10,61,145,0.11);
  box-shadow: 0 8px 16px rgba(10,61,145,0.06);
}

.loop-outcome li::before {
  width: 5px;
  height: 5px;
  margin-right: 7px;
}

.flow {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0 0;
}

.flow-three {
  width: 106%;
  margin: -2px -3% -8px;
}

.visual-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(10,61,145,0.08);
}

.mini-stat {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.mini-value {
  font-weight: 900;
  color: rgba(10, 35, 90, 0.92);
  letter-spacing: -0.01em;
}

.mini-label {
  font-size: 0.92rem;
  color: rgba(10, 35, 90, 0.72);
  margin-top: 2px;
}

/* Sections */
.felix-section {
  padding: 62px 20px;
}

.container {
  max-width: 1100px;
  margin: 6px auto 0;
}

.section-title {
  font-size: clamp(28px, 3.2vw, 36px);
  letter-spacing: -0.02em;
  color: #0a255a;
  margin: 0 0 10px;
}

.section-sub {
  margin: 0 0 28px;
  color: rgba(10, 35, 90, 0.74);
  line-height: 1.55;
  max-width: 72ch;
}

.section-head {
  max-width: 760px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: rgba(10, 61, 145, 0.86);
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(10,61,145,0.10);
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: 14px;
}

.product-model {
  padding-top: 50px;
  padding-bottom: 54px;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.model-card {
  position: relative;
  min-height: 210px;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(10,61,145,0.10);
  box-shadow: 0 12px 30px rgba(10,61,145,0.06);
}

.model-card--primary {
  background: linear-gradient(180deg, rgba(235,246,255,0.94), rgba(255,255,255,0.72));
  border-color: rgba(10,61,145,0.18);
}

.model-index {
  color: rgba(10,61,145,0.46);
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 22px;
}

.model-card h3 {
  margin: 0 0 10px;
  color: #0a255a;
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -0.02em;
}

.model-card p {
  margin: 0;
  color: rgba(10,35,90,0.72);
  line-height: 1.55;
}

.model-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.model-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 12px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(10,61,145,0.12);
  color: #0a255a;
  font-weight: 900;
}

.product-supports {
  padding-top: 54px;
  padding-bottom: 54px;
  background: linear-gradient(180deg, rgba(10,61,145,0.05), rgba(10,61,145,0));
}

.support-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 36px;
  align-items: start;
}

.support-list {
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(10,61,145,0.12);
  overflow: hidden;
}

.support-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(10,61,145,0.08);
}

.support-row:last-child {
  border-bottom: 0;
}

.support-row span {
  color: rgba(10,35,90,0.76);
  line-height: 1.4;
}

.support-row strong {
  color: #0a255a;
  line-height: 1.35;
}

.preview-cta {
  padding-top: 46px;
}

.preview-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(10,61,145,0.11), rgba(31,191,200,0.12));
  border: 1px solid rgba(10,61,145,0.16);
}

.preview-panel .section-title {
  max-width: 760px;
}

.preview-panel .section-sub {
  margin-bottom: 0;
}

.felix-how {
  padding-top: 46px;
}

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

.step-card {
  padding: 22px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(10,61,145,0.08);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10,61,145,0.08);
}

.step-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0,194,255,0.12);
  color: #0a3d91;
  margin-bottom: 12px;
  border: 1px solid rgba(10,61,145,0.10);
}

.step-card h3 {
  margin: 0 0 8px;
  color: rgba(10, 35, 90, 0.92);
  letter-spacing: -0.01em;
}

.step-card p {
  margin: 0;
  color: rgba(10, 35, 90, 0.72);
  line-height: 1.5;
}

.felix-pillars {
  background: linear-gradient(180deg, rgba(10,61,145,0.04), rgba(0,0,0,0));
}

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

.pillar-card {
  padding: 22px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(10,61,145,0.08);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pillar-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10,61,145,0.08);
}

.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(10,61,145,0.06);
  border: 1px solid rgba(10,61,145,0.10);
  color: #0a3d91;
  margin-bottom: 12px;
}

.pillar-card h3 {
  margin: 0 0 8px;
  color: rgba(10, 35, 90, 0.92);
  letter-spacing: -0.01em;
}

.pillar-card p {
  margin: 0;
  color: rgba(10, 35, 90, 0.72);
  line-height: 1.5;
}

/* Cred section */
.felix-cred {
  padding-top: 36px;
}

.cred-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.cred-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cred-list li {
  padding-left: 28px;
  position: relative;
  color: rgba(10, 35, 90, 0.76);
  line-height: 1.45;
}

.cred-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: rgba(0,194,255,0.16);
  border: 1px solid rgba(10,61,145,0.12);
}

.cred-card {
  border-radius: 26px;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(10,61,145,0.10);
  box-shadow: none;
  padding: 0;
}

.cred-card-inner {
  border-radius: 26px;
  background: transparent;
  border: 0;
  padding: 22px 20px;
  height: 100%;
}

.cred-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(10, 35, 90, 0.92);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.cred-card p {
  margin: 0 0 14px;
  color: rgba(10, 35, 90, 0.74);
  line-height: 1.55;
}

.cred-foot {
  margin-top: 12px;
  font-size: 0.92rem;
  color: rgba(10, 35, 90, 0.60);
}

/* Footer */
.felix-footer {
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 980px) {
  .company-hero {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }
  .felix-hero {
    grid-template-columns: 1fr;
    padding-bottom: 46px;
  }
  .felix-proof {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
  .cred-wrap {
    grid-template-columns: 1fr;
  }
  .step-grid {
    grid-template-columns: 1fr;
  }
  .pillar-grid {
    grid-template-columns: 1fr;
  }
  .expertise-loop {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .loop-card,
  .loop-card--studio {
    min-height: auto;
  }
  .loop-system {
    gap: 50px;
  }
  .loop-exchange-lines {
    width: 74px;
    height: 38px;
  }
  .loop-bridge {
    min-height: 58px;
  }
  .loop-bridge span {
    width: 44px;
    height: 44px;
  }
  .loop-bridge::before,
  .loop-bridge::after {
    left: 50%;
    right: auto;
    width: 2px;
    height: 50%;
    border: 0;
    background: linear-gradient(180deg, rgba(10,61,145,0.20), rgba(31,191,200,0.34));
    transform: translateX(-50%);
  }
  .loop-bridge::before {
    top: 0;
  }
  .loop-bridge::after {
    top: 50%;
  }
  .model-grid,
  .support-layout {
    grid-template-columns: 1fr;
  }
  .support-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .preview-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}
