/*!
 * Iris × Netcore — "Fix The Retention Leak" landing page
 * Standalone styles for the irisxnetcore.php template.
 * Includes Fluent Forms overrides so the embedded form matches the design.
 * Uses the Iris brand fonts (P22 Underground + YTF Giong) from /assets/fonts.
 */

/* ---------- IRIS BRAND FONTS ---------- */
@font-face {
  font-family: "ParticipaSans";
  src: url("../fonts/Participa.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YTFGiong";
  src: url("../fonts/YTFGiong-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YTFGiong";
  src: url("../fonts/YTFGiong-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Underground";
  src: url("../fonts/P22Underground.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Underground";
  src: url("../fonts/P22Underground_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Underground";
  src: url("../fonts/P22Underground_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Underground";
  src: url("../fonts/P22Underground_Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --panel: #0c0c0c;
  --card: #151513;
  --cream: #eeebe3;
  --cream-dim: #c9c5ba;
  --red: #fe0000;
  --netcore: #6f8fd4;
  --line: #2a2a28;
}

.ixn * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body.ixn-page {
  background: var(--black);
  color: var(--cream);
  font-family: "Underground", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
.ixn .wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px;
}
.ixn h1,
.ixn h2,
.ixn h3 {
  font-family: "ParticipaSans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.02;
}
.ixn .eyebrow {
  font-family: "YTFGiong", serif;
  font-style: italic;
  color: var(--red);
  font-size: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  display: block;
}
.ixn a {
  color: inherit;
}

/* ---------- NAV ---------- */
.ixn .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.ixn .nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.ixn .lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "ParticipaSans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.ixn .lockup .x {
  color: var(--cream-dim);
  font-family: "Underground", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.ixn .lockup .nc {
  color: var(--netcore);
}
.ixn .nav-cta {
  background: var(--red);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

/* ---------- HERO ---------- */
.ixn .hero {
  padding: 96px 0 64px;
  position: relative;
}
.ixn .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.ixn .hero .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 28px;
}
.ixn .badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}
.ixn h1.headline {
  font-size: clamp(40px, 6vw, 78px);
  max-width: 920px;
}
.ixn h1.headline .accent {
  color: var(--red);
}
.ixn .hero-sub {
  font-family: "YTFGiong", serif;
  font-size: 24px;
  color: var(--cream-dim);
  max-width: 600px;
  margin: 28px 0 36px;
  line-height: 1.55;
}
.ixn .hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.ixn .btn-primary {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.ixn .btn-ghost {
  border: 1px solid var(--line);
  color: var(--cream);
  font-weight: 600;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
}

/* ---------- STAT STRIP ---------- */
.ixn .stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 48px 0;
  background: var(--panel);
}
.ixn .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.ixn .stat {
  padding: 0 24px;
  border-left: 1px solid var(--line);
}
.ixn .stat:first-child {
  border-left: none;
  padding-left: 0;
}
.ixn .stat .num {
  font-family: "ParticipaSans", sans-serif;
  font-weight: 400;
  font-size: 44px;
  color: var(--red);
  line-height: 1;
}
.ixn .stat .label {
  font-size: 18px;
  color: var(--cream-dim);
  margin-top: 10px;
  line-height: 1.4;
}
.ixn .stat .src {
  font-size: 13px;
  color: #6b6a66;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---------- QUOTE / INSIGHT ---------- */
.ixn .insight {
  padding: 100px 0;
}
.ixn .insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ixn .quote-card {
  background: var(--cream);
  color: #111;
  border-radius: 22px;
  padding: 44px 40px;
  font-family: "YTFGiong", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
}
.ixn .quote-card .mark {
  color: var(--red);
  font-size: 40px;
  font-family: Georgia, serif;
  line-height: 0;
}
.ixn .outcome-card {
  background: #fff;
  color: #111;
  border-radius: 16px;
  padding: 26px 28px;
  margin-top: 22px;
  font-size: 24px;
  max-width: 420px;
}
.ixn .outcome-card b {
  color: var(--red);
}
.ixn .insight-copy h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  margin-bottom: 22px;
}
.ixn .insight-copy p {
  color: var(--cream-dim);
  font-size: 18px;
  margin-bottom: 16px;
  max-width: 480px;
}

/* ---------- SPLIT: WHO OWNS WHAT ---------- */
.ixn .split-section {
  padding: 0 0 100px;
}
.ixn .split-head {
  max-width: 750px;
  margin-bottom: 56px;
}
.ixn .split-head h2 {
  font-size: clamp(28px, 3.6vw, 42px);
}
.ixn .split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.ixn .split-col {
  padding: 44px 40px;
}
.ixn .split-col.iris {
  border-right: 1px solid var(--line);
}
.ixn .split-col .tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 22px;
  font-weight: 600;
}
.ixn .split-col.iris .tag {
  background: rgba(254, 0, 0, 0.12);
  color: var(--red);
}
.ixn .split-col.netcore .tag {
  background: rgba(111, 143, 212, 0.14);
  color: var(--netcore);
}
.ixn .split-col h3 {
  font-size: 26px;
  margin-bottom: 18px;
  text-transform: none;
  font-family: "YTFGiong", serif;
  font-style: italic;
  font-weight: 400;
}
.ixn .split-col ul {
  list-style: none;
}
.ixn .split-col li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
  color: var(--cream-dim);
  display: flex;
  gap: 12px;
}
.ixn .split-col li:first-of-type {
  border-top: none;
}
.ixn .split-col.iris li::before {
  content: "—";
  color: var(--red);
  flex-shrink: 0;
}
.ixn .split-col.netcore li::before {
  content: "—";
  color: var(--netcore);
  flex-shrink: 0;
}
.ixn .one-brief {
  text-align: center;
  margin-top: 28px;
  font-family: "YTFGiong", serif;
  font-style: italic;
  color: var(--cream-dim);
  font-size: 15px;
}

/* ---------- ACCELERATOR EXPLAINER ---------- */
.ixn .accel {
  background: var(--panel);
  padding: 100px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ixn .accel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.ixn .accel h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  margin-bottom: 20px;
}
.ixn .accel p {
  color: var(--cream-dim);
  font-size: 16px;
  margin-bottom: 16px;
  max-width: 480px;
}
.ixn .stack-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.ixn .stack-badges span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 16px;
  font-size: 13px;
  color: var(--cream-dim);
}
.ixn .accel-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ixn .accel-list .row {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.ixn .accel-list .row:first-child {
  border-top: none;
}
.ixn .accel-list .n {
  font-family: "ParticipaSans", sans-serif;
  font-weight: 400;
  color: var(--red);
  font-size: 20px;
  width: 34px;
  flex-shrink: 0;
}
.ixn .accel-list .t h4 {
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: none;
  font-weight: 600;
  font-family: "Underground", sans-serif;
}
.ixn .accel-list .t p {
  font-size: 16px;
  color: var(--cream-dim);
  margin: 0;
}

/* ---------- PROOF ---------- */
.ixn .proof {
  padding: 100px 0;
}
.ixn .proof-head {
  max-width: 620px;
  margin-bottom: 48px;
}
.ixn .proof-head h2 {
  font-size: clamp(28px, 3.6vw, 42px);
}
.ixn .proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ixn .proof-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
}
.ixn .proof-card .num {
  font-family: "ParticipaSans", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: var(--red);
  margin-bottom: 10px;
}
.ixn .proof-card .desc {
  font-size: 14px;
  color: var(--cream-dim);
  margin-bottom: 16px;
  line-height: 1.4;
}
.ixn .proof-card .brand {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a8880;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

/* ---------- FORM SECTION ---------- */
.ixn .cta-section {
  padding: 100px 0 120px;
  background: var(--panel);
  border-top: 1px solid var(--line);
}
.ixn .cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.ixn .cta-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 22px;
}
.ixn .cta-copy p {
  color: var(--cream-dim);
  font-size: 17px;
  max-width: 440px;
  margin-bottom: 28px;
  font-family: "YTFGiong", serif;
  font-style: italic;
}
.ixn .cta-copy .fine {
  font-size: 13px;
  color: #7a7972;
  font-family: "Underground", sans-serif;
  font-style: normal;
}

/* The card that wraps the intro copy + Fluent Form */
.ixn .ixn-form-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px;
}
.ixn .ixn-form-intro {
  margin-bottom: 24px;
}
.ixn .ixn-form-intro h2 {
  font-family: "Underground", sans-serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  font-size: 26px;
  margin-bottom: 8px;
}
.ixn .ixn-form-intro p {
  font-size: 24px;
  color: var(--cream-dim);
  line-height: 1.4;
  font-family: "YTFGiong", serif;
}
.ixn .form-note {
  font-size: 12px;
  color: #7a7972;
  margin-top: 14px;
  text-align: center;
}

/* ---------- FLUENT FORMS OVERRIDES (match mockup) ---------- */
.ixn .ixn-form-card .fluentform {
  margin: 0;
}
.ixn .ixn-form-card .frm-fluent-form {
  background: transparent;
  border: none;
  padding: 0;
}
/* Field groups */
.ixn .ixn-form-card .fluentform .ff-el-group {
  margin-bottom: 18px !important;
}
.ixn .ixn-form-card .fluentform .ff-el-group.ff-el-form-hide {
  margin-bottom: 0 !important;
}
/* Labels */
.ixn .ixn-form-card .fluentform .ff-el-input--label label {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--cream-dim) !important;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.3;
}
.ixn .ixn-form-card .fluentform .ff-el-input--label label .ff_icon_right,
.ixn .ixn-form-card .fluentform .ff-el-is-required label:after {
  color: var(--red);
}
/* Inputs, selects, textareas */
.ixn .ixn-form-card .fluentform input[type="text"],
.ixn .ixn-form-card .fluentform input[type="email"],
.ixn .ixn-form-card .fluentform input[type="tel"],
.ixn .ixn-form-card .fluentform input[type="url"],
.ixn .ixn-form-card .fluentform input[type="number"],
.ixn .ixn-form-card .fluentform select,
.ixn .ixn-form-card .fluentform textarea {
  width: 100% !important;
  background: #000 !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  padding: 13px 14px !important;
  color: var(--cream) !important;
  font-family: "Underground", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  height: auto !important;
}
.ixn .ixn-form-card .fluentform select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23c9c5ba' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 34px !important;
}
.ixn .ixn-form-card .fluentform textarea {
  min-height: 92px;
  resize: vertical;
}
.ixn .ixn-form-card .fluentform ::placeholder {
  color: #6b6a66;
  opacity: 1;
}
/* Focus */
.ixn .ixn-form-card .fluentform input:focus,
.ixn .ixn-form-card .fluentform select:focus,
.ixn .ixn-form-card .fluentform textarea:focus {
  outline: 2px solid var(--red) !important;
  border-color: var(--red) !important;
}
/* Two-column container (First/Last, Company/Title) */
.ixn .ixn-form-card .fluentform .ff-t-container {
  gap: 16px;
}
.ixn .ixn-form-card .fluentform .ff-t-cell {
  padding: 0;
}
/* Submit button */
.ixn .ixn-form-card .fluentform .ff-btn-submit,
.ixn .ixn-form-card .fluentform button[type="submit"] {
  width: 100% !important;
  background: var(--red) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 16px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-family: "Underground", sans-serif !important;
  cursor: pointer;
  margin-top: 6px;
  transition: filter 0.15s ease;
}
.ixn .ixn-form-card .fluentform .ff-btn-submit:hover {
  filter: brightness(1.08);
}
/* Validation + success messaging */
.ixn .ixn-form-card .fluentform .error,
.ixn .ixn-form-card .fluentform .text-danger,
.ixn .ixn-form-card .fluentform .ff-el-is-error .text-danger {
  color: var(--red) !important;
  font-size: 12px;
}
.ixn .ixn-form-card .fluentform .ff-el-is-error input,
.ixn .ixn-form-card .fluentform .ff-el-is-error select,
.ixn .ixn-form-card .fluentform .ff-el-is-error textarea {
  border-color: var(--red) !important;
}
.ixn .ixn-form-card .ff-message-success,
.ixn .ixn-form-card .fluentform .ff-message-success {
  background: transparent !important;
  border: none !important;
  color: var(--cream) !important;
  text-align: center;
  padding: 40px 10px;
}
.ixn .ixn-form-card .ff-message-success h3 {
  font-family: "YTFGiong", serif !important;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px !important;
  color: var(--cream);
}
.ixn .ixn-form-card .ff-message-success p {
  color: var(--cream-dim) !important;
  font-family: "Underground", sans-serif;
  font-size: 14px;
  margin: 0;
}

/* ---------- FOOTER ---------- */
.ixn footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
.ixn footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.ixn footer .flockup {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "ParticipaSans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.ixn footer .flockup .nc {
  color: var(--netcore);
}
.ixn footer .fine-print {
  font-size: 12px;
  color: #6b6a66;
  max-width: 520px;
}

@media (max-width: 900px) {
  .ixn .wrap {
    padding: 0 20px;
  }
  .ixn .lockup img,
  .ixn .lockup svg {
    height: 32px !important;
  }
  .ixn .nav-cta {
    padding: 8px 14px;
    font-size: 12px;
  }
  .ixn .hero-grid {
    gap: 40px;
  }
  .ixn h1.headline {
    font-size: 58px;
  }
  .ixn .hero-sub,
  .ixn .ixn-form-intro p,
  .ixn .outcome-card {
    font-size: 20px;
  }
  .ixn .stat .label {
    font-size: 14px;
  }
  .ixn .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ixn .stat {
    border-left: none;
    border-top: 1px solid var(--line);
    padding: 20px 0 0;
    margin-top: 20px;
  }
  .ixn .stat:first-child,
  .ixn .stat:nth-child(2) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .ixn .hero-grid,
  .ixn .insight-grid,
  .ixn .split-grid,
  .ixn .accel-grid,
  .ixn .cta-grid {
    grid-template-columns: 1fr;
  }
  .ixn .split-col.iris {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .ixn .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ixn .ixn-form-card .fluentform .ff-t-container {
    grid-template-columns: 1fr;
  }
}
