html {
  scroll-behavior: smooth;
}

html, body {
  background: #fff;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.iwfp-page {
  --navy: #13254b;
  --navy-deep: #09162f;
  --blue: #266f90;
  --teal: #1984b7;
  --ice: #eaf6f7;
  --paper: #f4f7f8;
  --ink: #101c32;
  --muted: #657086;
  --line: #dce4e8;
  width: 100%;
  max-width: none;
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  position: relative;
  overflow-x: hidden;
}

.iwfp-page * {
  box-sizing: border-box;
}

.iwfp-page a {
  color: inherit;
  text-decoration: none;
}

.iwfp-page button, .iwfp-page input {
  font: inherit;
}

.iwfp-shell {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}

.iwfp-section {
  padding-block: 116px;
}

.iwfp-kicker {
  color: var(--blue);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 850;
}

.iwfp-kicker-light {
  color: #71d9d4;
}

.iwfp-section-heading h2 {
  letter-spacing: -.048em;
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 760;
  line-height: .98;
}

.iwfp-section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.iwfp-split-heading {
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 58px;
  display: grid;
}

.iwfp-split-heading > p {
  margin: 0 0 4px;
}

.iwfp-centered {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 64px;
}

.iwfp-centered > p:last-child {
  max-width: 650px;
  margin: 24px auto 0;
}

.iwfp-dark-text {
  color: var(--ink);
}

.iwfp-hero {
  color: #fff;
  background: radial-gradient(circle at 77% 28%, #266f906b, #0000 35%), linear-gradient(145deg, #09152d 0%, #13254b 62%, #0d334e 100%);
  min-height: 850px;
  position: relative;
  overflow: hidden;
}

.iwfp-hero-grid {
  opacity: .14;
  background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
  background-size: 66px 66px;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(#000, #0000 80%);
}

.iwfp-hero:after {
  content: "";
  border: 1px solid #4fd4cd33;
  border-radius: 50%;
  width: 620px;
  height: 620px;
  position: absolute;
  top: 70px;
  right: -120px;
  box-shadow: 0 0 0 80px #4fd4cd06, 0 0 0 160px #4fd4cd05;
}

.iwfp-nav {
  z-index: 5;
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  height: 92px;
  display: flex;
  position: relative;
}

.iwfp-brand {
  background: #fff;
  border-radius: 9px;
  align-items: center;
  padding: 9px 14px;
  display: inline-flex;
  box-shadow: 0 8px 30px #0000001f;
}

.iwfp-brand img {
  width: 177px;
  height: auto;
  display: block;
}

.iwfp-nav-links {
  gap: 34px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.iwfp-nav-links a {
  color: #c4d1df;
  font-size: 14px;
  transition: color .2s;
}

.iwfp-nav-links a:hover {
  color: #fff;
}

.iwfp-button {
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s, background .2s;
  display: inline-flex;
}

.iwfp-button:hover {
  transform: translateY(-2px);
}

.iwfp-button-small {
  min-height: 42px;
  padding: 0 18px;
}

.iwfp-button-light {
  color: var(--navy);
  background: #fff;
}

.iwfp-button-primary {
  background: var(--teal);
  color: #071e2b;
  box-shadow: 0 16px 35px #25b6b038;
}

.iwfp-button-primary:hover {
  background: #48a9d7;
  box-shadow: 0 20px 45px #25b6b04d;
}

.iwfp-hero-inner {
  z-index: 2;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  min-height: 650px;
  padding-top: 44px;
  padding-bottom: 64px;
  display: grid;
  position: relative;
}

.iwfp-hero-copy {
  z-index: 3;
  padding-bottom: 30px;
  position: relative;
}

.iwfp-eyebrow {
  color: #80d8d5;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  font-size: 11px;
  font-weight: 850;
  display: flex;
}

.iwfp-eyebrow span {
  background: var(--teal);
  width: 26px;
  height: 1px;
}

.iwfp-hero h1 {
  letter-spacing: -.057em;
  max-width: 640px;
  margin: 0;
  font-size: clamp(56px, 6vw, 82px);
  font-weight: 780;
  line-height: .94;
}

.iwfp-hero h1 em {
  color: #2c80a8;
  font-style: normal;
}

.iwfp-hero-lead {
  color: #c4d1df;
  max-width: 590px;
  margin: 28px 0 32px;
  font-size: 19px;
  line-height: 1.65;
}

.iwfp-hero-actions {
  align-items: center;
  gap: 28px;
  display: flex;
}

.iwfp-text-link {
  color: #fff;
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.iwfp-proof-row {
  border-top: 1px solid #ffffff21;
  margin-top: 45px;
  padding-top: 27px;
  display: flex;
}

.iwfp-proof-row div {
  flex-direction: column;
  min-width: 135px;
  margin-right: 28px;
  display: flex;
}

.iwfp-proof-row strong {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.iwfp-proof-row span {
  color: #8499b2;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 7px;
  font-size: 11px;
}

.iwfp-hero-visual {
  height: 565px;
  margin-right: 0;
  position: relative;
}

.iwfp-visual-glow {
  filter: blur(50px);
  background: #36c3be26;
  border-radius: 50%;
  position: absolute;
  inset: 70px 50px 30px 80px;
}

.iwfp-screen {
  z-index: 2;
  max-width: 100%;
  filter: drop-shadow(0 35px 35px #00000059);
  position: absolute;
}

.iwfp-screen img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.iwfp-screen-main {
  width: min(650px, 100%);
  top: 58px;
  left: 0;
  transform: none;
}

.iwfp-screen-map {
  z-index: 3;
  width: min(310px, 48%);
  bottom: 0;
  left: 0;
  transform: none;
}

.iwfp-floating-tag {
  z-index: 4;
  color: var(--navy);
  background: #fffffff5;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  position: absolute;
  box-shadow: 0 15px 35px #00000040;
}

.iwfp-floating-tag span {
  color: #13847f;
  background: #dff8f5;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.iwfp-tag-one {
  top: 63px;
  right: 80px;
}

.iwfp-tag-two {
  bottom: 48px;
  right: 83px;
}

.iwfp-logic-strip {
  z-index: 3;
  background: #050f2273;
  border-top: 1px solid #ffffff1f;
  position: relative;
}

.iwfp-logic-inner {
  color: #91a7bb;
  letter-spacing: .11em;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  height: 78px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.iwfp-logic-inner i {
  color: #52718f;
  font-size: 18px;
  font-style: normal;
}

.iwfp-logic-inner b {
  color: var(--teal);
  font-size: 20px;
}

.iwfp-logic-inner strong {
  color: #fff;
  font-size: 12px;
}

.iwfp-problem {
  background: #fff;
}

.iwfp-problem-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 14px;
  display: grid;
}

.iwfp-problem-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  min-height: 320px;
  padding: 32px;
  transition: transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}

.iwfp-problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px #162b4117;
}

.iwfp-problem-card.iwfp-featured {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.iwfp-problem-card .iwfp-card-index {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.iwfp-problem-card.iwfp-featured .iwfp-card-index {
  color: #69d6d1;
}

.iwfp-problem-card h3 {
  letter-spacing: -.03em;
  margin: 55px 0 16px;
  font-size: 24px;
  line-height: 1.12;
}

.iwfp-problem-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.iwfp-problem-card.iwfp-featured p {
  color: #bdc9d7;
}

.iwfp-mini-price {
  border-top: 1px solid #ffffff24;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  margin-top: 24px;
  padding-top: 18px;
  font-size: 12px;
  display: grid;
}

.iwfp-mini-price span {
  color: #8fa4b9;
}

.iwfp-mini-price b:last-child {
  color: #31abe4;
}

.iwfp-stages {
  color: #fff;
  background: var(--navy-deep);
}

.iwfp-stages .iwfp-section-heading > p:last-child {
  color: #9db0c4;
}

.iwfp-stage-explorer {
  grid-template-columns: .93fr 1.07fr;
  align-items: stretch;
  gap: 28px;
  display: grid;
}

.iwfp-stage-tabs {
  flex-direction: column;
  display: flex;
}

.iwfp-stage-tab {
  color: #95a7bc;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: 42px 1fr 26px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 86px;
  padding: 16px 18px;
  transition: background .2s, color .2s;
  display: grid;
}

.iwfp-stage-tab > span {
  color: #56708c;
  font-size: 11px;
  font-weight: 800;
}

.iwfp-stage-tab div {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.iwfp-stage-tab strong {
  color: #d8e1ea;
  font-size: 17px;
}

.iwfp-stage-tab small {
  color: #71869e;
  font-size: 12px;
}

.iwfp-stage-tab i {
  color: #49647f;
  font-style: normal;
}

.iwfp-stage-tab:hover {
  background: #ffffff09;
}

.iwfp-stage-tab.iwfp-active {
  color: #fff;
  border-left: 3px solid var(--teal);
  background: #266f903d;
  border-radius: 8px;
}

.iwfp-stage-tab.iwfp-active > span, .iwfp-stage-tab.iwfp-active i {
  color: #62d2cc;
}

.iwfp-stage-tab.iwfp-active strong {
  color: #fff;
}

.iwfp-stage-detail {
  background: linear-gradient(150deg, #266f9038, #ffffff09);
  border: 1px solid #ffffff1f;
  border-radius: 18px;
  min-height: 600px;
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.iwfp-stage-detail:before {
  content: "";
  background: #2dc7c114;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: absolute;
  top: -100px;
  right: -100px;
}

.iwfp-stage-topline {
  color: #61d1cc;
  letter-spacing: .12em;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 850;
  display: flex;
  position: relative;
}

.iwfp-stage-topline b {
  color: #607892;
}

.iwfp-stage-detail h3 {
  letter-spacing: -.04em;
  margin: 78px 0 19px;
  font-size: 40px;
  position: relative;
}

.iwfp-stage-detail > p {
  color: #adbed0;
  max-width: 540px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}

.iwfp-route-viz {
  height: 125px;
  margin-top: 58px;
  position: relative;
}

.iwfp-road-line {
  background: linear-gradient(90deg, #46d0c9, #3a84a7);
  height: 2px;
  position: absolute;
  top: 48px;
  left: 5%;
  right: 5%;
}

.iwfp-route-node {
  background: #5dd7d0;
  border: 5px solid #0e233f;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 37px;
  box-shadow: 0 0 0 2px #5dd7d0;
}

.iwfp-route-node span {
  color: #7189a1;
  white-space: nowrap;
  letter-spacing: .08em;
  font-size: 9px;
  font-weight: 850;
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}

.iwfp-route-node.iwfp-start {
  left: 4%;
}

.iwfp-route-node.iwfp-own {
  background: #fff;
  left: 34%;
  box-shadow: 0 0 0 2px #fff;
}

.iwfp-route-node.iwfp-network {
  background: #f1b94b;
  left: 65%;
  box-shadow: 0 0 0 2px #f1b94b;
}

.iwfp-route-node.iwfp-end {
  background: #47d0c9;
  right: 4%;
  box-shadow: 0 0 0 2px #47d0c9;
}

.iwfp-stage-result {
  background: #030e1f73;
  border: 1px solid #ffffff17;
  border-radius: 10px;
  flex-direction: column;
  gap: 8px;
  padding: 20px 22px;
  display: flex;
}

.iwfp-stage-result span {
  color: #5f7892;
  letter-spacing: .14em;
  font-size: 9px;
  font-weight: 850;
}

.iwfp-stage-result strong {
  color: #fff;
  font-size: 16px;
}

.iwfp-stage-progress {
  gap: 5px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 42px;
  right: 42px;
}

.iwfp-stage-progress i {
  background: #ffffff21;
  flex: 1;
  height: 2px;
}

.iwfp-stage-progress i.iwfp-filled {
  background: var(--teal);
}

.iwfp-authority {
  padding-bottom: 128px;
}

.iwfp-authority-head {
  margin-bottom: 54px;
}

.iwfp-authority-head h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(50px, 7vw, 85px);
  line-height: .95;
}

.iwfp-authority-head h2 span {
  color: var(--blue);
}

.iwfp-authority-grid {
  grid-template-columns: 1fr 90px 1fr;
  align-items: stretch;
  display: grid;
}

.iwfp-authority-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 45px;
}

.iwfp-authority-grid article.iwfp-physics-card {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.iwfp-authority-number {
  color: #8ca0af;
  letter-spacing: -.07em;
  opacity: .35;
  font-size: 64px;
  font-weight: 800;
}

.iwfp-mini-kicker {
  color: var(--blue);
  letter-spacing: .14em;
  margin: 25px 0 12px;
  font-size: 10px;
  font-weight: 850;
}

.iwfp-physics-card .iwfp-mini-kicker {
  color: #5bd0cb;
}

.iwfp-authority-grid h3 {
  letter-spacing: -.03em;
  margin: 0 0 15px;
  font-size: 27px;
}

.iwfp-authority-grid article > p:not(.iwfp-mini-kicker) {
  color: var(--muted);
  line-height: 1.7;
}

.iwfp-authority-grid .iwfp-physics-card > p:not(.iwfp-mini-kicker) {
  color: #aebed0;
}

.iwfp-authority-grid ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.iwfp-authority-grid li {
  border-top: 1px solid var(--line);
  padding: 11px 0 11px 28px;
  font-size: 14px;
  position: relative;
}

.iwfp-physics-card li {
  border-color: #ffffff1f;
}

.iwfp-authority-grid li:before {
  content: "✓";
  color: var(--teal);
  font-weight: 900;
  position: absolute;
  left: 2px;
}

.iwfp-authority-connector {
  place-items: center;
  display: grid;
}

.iwfp-authority-connector span {
  width: 58px;
  height: 58px;
  color: var(--blue);
  background: var(--ice);
  letter-spacing: .1em;
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}

.iwfp-rules {
  background: var(--paper);
}

.iwfp-compact {
  margin-bottom: 46px;
}

.iwfp-rules-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
}

.iwfp-rules-grid article {
  background: #fff;
  border: 1px solid #0000;
  border-radius: 14px;
  min-height: 215px;
  padding: 30px;
  transition: border-color .2s, transform .2s;
}

.iwfp-rules-grid article:hover {
  border-color: #b9dfe0;
  transform: translateY(-3px);
}

.iwfp-rules-grid span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
}

.iwfp-rules-grid h3 {
  letter-spacing: -.025em;
  margin: 34px 0 12px;
  font-size: 21px;
}

.iwfp-rules-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.iwfp-outputs {
  background: #fff;
}

.iwfp-output-grid {
  grid-template-columns: 1.14fr .86fr;
  gap: 18px;
  display: grid;
}

.iwfp-output-card {
  border-radius: 20px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.iwfp-visual-output {
  background: #eef4f5;
  flex-direction: column;
  display: flex;
}

.iwfp-data-output {
  color: #fff;
  background: var(--navy);
}

.iwfp-output-copy {
  z-index: 2;
  padding: 38px 40px 0;
  position: relative;
}

.iwfp-output-copy span {
  color: var(--blue);
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 850;
}

.iwfp-data-output .iwfp-output-copy span {
  color: #60d0cb;
}

.iwfp-output-copy h3 {
  letter-spacing: -.035em;
  margin: 17px 0 12px;
  font-size: 30px;
}

.iwfp-output-copy p {
  max-width: 480px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.iwfp-data-output .iwfp-output-copy p {
  color: #adbed0;
}

.iwfp-visual-output > img {
  aspect-ratio: 1007 / 577;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px #0e22332e);
  width: calc(100% - 56px);
  max-width: 610px;
  height: auto;
  margin: 42px auto 28px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
}

.iwfp-code-window {
  background: #09182e;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  width: calc(100% - 70px);
  margin: 48px auto 0;
  overflow: hidden;
  box-shadow: 0 28px 40px #00000038;
}

.iwfp-code-window > div {
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 16px;
  display: flex;
}

.iwfp-code-window i {
  background: #346078;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.iwfp-code-window pre {
  color: #92e3df;
  margin: 0;
  padding: 28px;
  font-size: 13px;
  line-height: 1.8;
  overflow: auto;
}

.iwfp-honest-failure {
  color: #734d04;
  background: #fff8e8;
  border: 1px solid #ead5a8;
  border-radius: 12px;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 24px 30px;
  display: flex;
}

.iwfp-honest-failure > span {
  background: #f4bc4d;
  border-radius: 50%;
  flex: 0 0 37px;
  place-items: center;
  width: 37px;
  height: 37px;
  font-weight: 900;
  display: grid;
}

.iwfp-honest-failure p {
  color: #806f4e;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.iwfp-benefits {
  color: #fff;
  background: linear-gradient(145deg, #13254b, #0a1b37);
}

.iwfp-benefit-grid {
  border-top: 1px solid #ffffff1f;
  border-left: 1px solid #ffffff1f;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.iwfp-benefit-grid article {
  border-bottom: 1px solid #ffffff1f;
  border-right: 1px solid #ffffff1f;
  min-height: 235px;
  padding: 34px;
}

.iwfp-benefit-grid span {
  color: #5ccdc8;
  font-size: 11px;
  font-weight: 850;
}

.iwfp-benefit-grid h3 {
  letter-spacing: -.025em;
  margin: 38px 0 12px;
  font-size: 23px;
}

.iwfp-benefit-grid p {
  color: #99aec3;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.iwfp-calculator {
  padding-top: 90px;
  padding-bottom: 90px;
}

.iwfp-calculator-card {
  background: var(--paper);
  border-radius: 22px;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  padding: 65px;
  display: grid;
}

.iwfp-calculator-copy h2 {
  letter-spacing: -.048em;
  margin: 0 0 24px;
  font-size: clamp(43px, 5vw, 64px);
  line-height: .98;
}

.iwfp-calculator-copy > p:not(.iwfp-kicker) {
  color: var(--muted);
  line-height: 1.65;
}

.iwfp-calculator-copy .iwfp-disclaimer {
  margin-top: 35px;
  font-size: 11px;
}

.iwfp-calculator-controls {
  flex-direction: column;
  gap: 33px;
  display: flex;
}

.iwfp-calculator-controls label > span {
  color: #647083;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 13px;
  display: flex;
}

.iwfp-calculator-controls label b {
  color: var(--ink);
}

.iwfp-page input[type="range"] {
  width: 100%;
  accent-color: var(--teal);
  cursor: pointer;
}

.iwfp-saving-result {
  color: #fff;
  background: var(--navy);
  border-radius: 13px;
  flex-direction: column;
  padding: 27px 30px;
  display: flex;
}

.iwfp-saving-result span {
  color: #8ea5bc;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
}

.iwfp-saving-result strong {
  color: #31abe4;
  letter-spacing: -.055em;
  margin: 5px 0 3px;
  font-size: clamp(38px, 5vw, 55px);
}

.iwfp-saving-result small {
  color: #d2dce6;
}

.iwfp-security {
  padding-top: 20px;
}

.iwfp-security-panel {
  background: #edf8f8;
  border: 1px solid #cde3e5;
  border-radius: 20px;
  grid-template-columns: 120px 1fr 1fr;
  align-items: center;
  gap: 46px;
  padding: 55px;
  display: grid;
}

.iwfp-lock-mark {
  background: var(--navy);
  border-radius: 50%;
  place-items: center;
  width: 95px;
  height: 95px;
  display: grid;
}

.iwfp-lock-mark span {
  border: 4px solid #64d4cf;
  border-radius: 5px;
  width: 34px;
  height: 30px;
  position: relative;
}

.iwfp-lock-mark span:before {
  content: "";
  border: 4px solid #64d4cf;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -19px;
  left: 3px;
}

.iwfp-security-copy h2 {
  letter-spacing: -.04em;
  margin: 0 0 16px;
  font-size: 35px;
  line-height: 1.05;
}

.iwfp-security-copy > p:last-child {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.iwfp-security-points {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.iwfp-security-points div {
  grid-template-columns: 30px 1fr;
  gap: 13px;
  display: grid;
}

.iwfp-security-points b {
  color: var(--teal);
  font-size: 11px;
}

.iwfp-security-points span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.iwfp-security-points strong {
  color: var(--ink);
  margin-bottom: 2px;
  font-size: 13px;
  display: block;
}

.iwfp-get-started {
  color: #fff;
  background: var(--navy);
}

.iwfp-get-started .iwfp-split-heading > p {
  color: #9eb1c5;
}

.iwfp-start-steps {
  background: #ffffff1f;
  border: 1px solid #ffffff1f;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 0 64px;
  padding: 0;
  list-style: none;
  display: grid;
}

.iwfp-start-steps li {
  background: var(--navy);
  min-height: 220px;
  padding: 28px;
}

.iwfp-start-steps li > span {
  color: #5fd3cd;
  font-size: 11px;
  font-weight: 850;
}

.iwfp-start-steps li div {
  margin-top: 58px;
}

.iwfp-start-steps strong {
  font-size: 17px;
}

.iwfp-start-steps p {
  color: #93a8be;
  font-size: 13px;
  line-height: 1.6;
}

.iwfp-cta-card {
  background: linear-gradient(120deg, #0a1831, #164867);
  border-radius: 18px;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 55px;
  display: flex;
}

.iwfp-cta-card h2 {
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: .98;
}

.iwfp-cta-actions {
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  gap: 20px;
  display: flex;
}

.iwfp-cta-actions > a:last-child {
  color: #93a8bd;
  font-size: 13px;
}

.iwfp-page footer {
  color: #8ca0b4;
  background: #071328;
  border-top: 1px solid #ffffff14;
}

.iwfp-footer-inner {
  align-items: center;
  gap: 30px;
  min-height: 120px;
  display: flex;
}

.iwfp-footer-inner .iwfp-brand img {
  width: 145px;
}

.iwfp-footer-inner p {
  font-size: 12px;
}

.iwfp-footer-inner > div {
  gap: 28px;
  margin-left: auto;
  font-size: 12px;
  display: flex;
}

.iwfp-pulse-dashboard {
  background: #f7f9fa;
  border: 9px solid #09152c;
  border-radius: 18px;
  width: 100%;
  padding: 21px;
  box-shadow: 0 28px 60px #00000040;
}

.iwfp-dashboard-top, .iwfp-dashboard-title, .iwfp-dashboard-chart > div:first-child {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.iwfp-dashboard-top strong {
  color: var(--navy);
  font-size: 11px;
}

.iwfp-dashboard-top strong b {
  color: var(--teal);
}

.iwfp-dashboard-top small {
  color: #7a8898;
  letter-spacing: .12em;
  font-size: 6px;
  font-weight: 850;
}

.iwfp-dashboard-title {
  margin: 16px 0 14px;
}

.iwfp-dashboard-title div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.iwfp-dashboard-title div small {
  color: var(--blue);
  letter-spacing: .12em;
  font-size: 6px;
  font-weight: 900;
}

.iwfp-dashboard-title div strong {
  color: var(--navy);
  letter-spacing: -.03em;
  font-size: 21px;
}

.iwfp-dashboard-title > span {
  color: #188780;
  letter-spacing: .1em;
  background: #e2f5f4;
  border-radius: 20px;
  padding: 6px 8px;
  font-size: 6px;
  font-weight: 900;
}

.iwfp-dashboard-kpis {
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  display: grid;
}

.iwfp-dashboard-kpis article {
  border: 1px solid #dfe5e8;
  border-top: 3px solid var(--blue);
  background: #fff;
  border-radius: 8px;
  min-height: 82px;
  padding: 12px 10px;
}

.iwfp-dashboard-kpis article.iwfp-dashboard-featured {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.iwfp-dashboard-kpis small, .iwfp-dashboard-kpis strong, .iwfp-dashboard-kpis span {
  display: block;
}

.iwfp-dashboard-kpis small {
  color: var(--blue);
  letter-spacing: .08em;
  font-size: 5px;
  font-weight: 900;
}

.iwfp-dashboard-kpis .iwfp-dashboard-featured small {
  color: #71d9d4;
}

.iwfp-dashboard-kpis strong {
  color: var(--navy);
  white-space: nowrap;
  margin: 10px 0 7px;
  font-size: 14px;
}

.iwfp-dashboard-kpis .iwfp-dashboard-featured strong {
  color: #fff;
}

.iwfp-dashboard-kpis span {
  color: #7e8b98;
  font-size: 5px;
}

.iwfp-dashboard-chart {
  background: #fff;
  border: 1px solid #dfe5e8;
  border-radius: 9px;
  margin-top: 9px;
  padding: 12px;
}

.iwfp-dashboard-chart strong {
  color: var(--navy);
  font-size: 8px;
}

.iwfp-dashboard-chart small {
  color: #8793a0;
  letter-spacing: .1em;
  font-size: 5px;
  font-weight: 850;
}

.iwfp-dashboard-bars {
  background: repeating-linear-gradient(#0000 0 30px, #eff2f4 31px);
  border-bottom: 1px solid #dfe5e8;
  align-items: end;
  gap: 4px;
  height: 105px;
  padding-top: 15px;
  display: flex;
}

.iwfp-dashboard-bars i {
  background: var(--blue);
  border-radius: 2px 2px 0 0;
  flex: 1;
}

.iwfp-dashboard-bars i.iwfp-bar-peak {
  background: #36b5ae;
}

.iwfp-pulse-ranking {
  color: var(--ink);
  background: #fff;
  border: 7px solid #09152c;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 50px #0000003d;
}

.iwfp-pulse-ranking header {
  background: var(--navy);
  color: #fff;
  letter-spacing: .1em;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 7px;
  font-weight: 900;
  display: flex;
}

.iwfp-pulse-ranking header small {
  color: #71d9d4;
}

.iwfp-pulse-ranking > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  display: grid;
}

.iwfp-pulse-ranking > div > b {
  color: #fff;
  background: #36aaa4;
  border-radius: 6px;
  place-items: center;
  width: 29px;
  height: 24px;
  font-size: 8px;
  display: grid;
}

.iwfp-pulse-ranking span strong, .iwfp-pulse-ranking span small {
  display: block;
}

.iwfp-pulse-ranking span strong {
  color: var(--navy);
  font-size: 9px;
}

.iwfp-pulse-ranking span small {
  color: #7d8996;
  margin-top: 2px;
  font-size: 6px;
}

.iwfp-pulse-ranking em {
  color: var(--navy);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.iwfp-output-dashboard {
  background: var(--navy);
  color: #fff;
  border: 8px solid #fff;
  border-radius: 18px;
  height: 285px;
  padding: 26px;
  position: absolute;
  bottom: -28px;
  left: 32px;
  right: 32px;
  transform: rotate(-1deg);
  box-shadow: 0 24px 55px #12263738;
}

.iwfp-output-dashboard-head {
  justify-content: space-between;
  display: flex;
}

.iwfp-output-dashboard-head strong {
  font-size: 15px;
}

.iwfp-output-dashboard-head small {
  color: #78d8d4;
  letter-spacing: .12em;
  font-size: 7px;
  font-weight: 900;
}

.iwfp-output-dashboard-kpis {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 22px;
  display: grid;
}

.iwfp-output-dashboard-kpis span {
  background: #ffffff0d;
  border: 1px solid #ffffff21;
  border-radius: 8px;
  padding: 13px;
}

.iwfp-output-dashboard-kpis small, .iwfp-output-dashboard-kpis b {
  display: block;
}

.iwfp-output-dashboard-kpis small {
  color: #7f98ad;
  font-size: 6px;
}

.iwfp-output-dashboard-kpis b {
  margin-top: 8px;
  font-size: 17px;
}

.iwfp-output-dashboard-line {
  border-bottom: 1px solid #ffffff24;
  align-items: end;
  gap: 8px;
  height: 105px;
  margin-top: 18px;
  display: flex;
}

.iwfp-output-dashboard-line i {
  background: #2b87b2;
  border-radius: 3px 3px 0 0;
  flex: 1;
}

.iwfp-output-dashboard-line i:first-child {
  height: 34%;
}

.iwfp-output-dashboard-line i:nth-child(2) {
  height: 52%;
}

.iwfp-output-dashboard-line i:nth-child(3) {
  height: 45%;
}

.iwfp-output-dashboard-line i:nth-child(4) {
  height: 70%;
}

.iwfp-output-dashboard-line i:nth-child(5) {
  height: 58%;
}

.iwfp-output-dashboard-line i:nth-child(6) {
  background: #48c7c0;
  height: 82%;
}

.iwfp-output-dashboard-line i:nth-child(7) {
  height: 61%;
}

.iwfp-output-dashboard-line i:nth-child(8) {
  height: 75%;
}

.iwfp-output-dashboard-line i:nth-child(9) {
  height: 68%;
}

.iwfp-output-dashboard-line i:nth-child(10) {
  height: 88%;
}

@media (width <= 1050px) {
  .iwfp-hero {
    min-height: auto;
  }

  .iwfp-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .iwfp-hero-copy {
    max-width: 720px;
  }

  .iwfp-hero-visual {
    height: 540px;
    margin: 0;
  }

  .iwfp-screen-main {
    left: 0;
  }

  .iwfp-screen-map {
    left: 0;
  }

  .iwfp-tag-one {
    right: 12%;
  }

  .iwfp-tag-two {
    right: 15%;
  }

  .iwfp-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iwfp-authority-grid {
    grid-template-columns: 1fr 60px 1fr;
  }

  .iwfp-security-panel {
    grid-template-columns: 90px 1fr;
  }

  .iwfp-security-points {
    grid-column: 2;
  }
}

@media (width <= 780px) {
  .iwfp-shell {
    width: min(100% - 32px, 620px);
  }

  .iwfp-section {
    padding-block: 78px;
  }

  .iwfp-nav {
    height: 76px;
  }

  .iwfp-nav-links {
    display: none;
  }

  .iwfp-nav .iwfp-brand img {
    width: 145px;
  }

  .iwfp-nav .iwfp-button {
    display: none;
  }

  .iwfp-hero-inner {
    padding-top: 58px;
    padding-bottom: 25px;
  }

  .iwfp-hero h1 {
    font-size: clamp(52px, 15vw, 70px);
  }

  .iwfp-hero-lead {
    font-size: 17px;
  }

  .iwfp-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .iwfp-proof-row {
    justify-content: space-between;
  }

  .iwfp-proof-row div {
    min-width: 0;
    margin-right: 12px;
  }

  .iwfp-proof-row span {
    max-width: 90px;
  }

  .iwfp-hero-visual {
    height: 410px;
    margin-top: 20px;
  }

  .iwfp-screen-main {
    width: 100%;
    top: 40px;
    left: 0;
    transform: none;
  }

  .iwfp-screen-map {
    width: 45%;
    bottom: 0;
    left: 0;
    transform: none;
  }

  .iwfp-tag-one {
    top: 38px;
    right: 0;
  }

  .iwfp-tag-two {
    bottom: 15px;
    right: 3px;
  }

  .iwfp-logic-inner {
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .iwfp-split-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .iwfp-section-heading h2 {
    font-size: 43px;
  }

  .iwfp-problem-grid, .iwfp-rules-grid, .iwfp-benefit-grid, .iwfp-output-grid, .iwfp-calculator-card, .iwfp-stage-explorer {
    grid-template-columns: 1fr;
  }

  .iwfp-problem-card {
    min-height: 250px;
  }

  .iwfp-problem-card h3 {
    margin-top: 36px;
  }

  .iwfp-stage-tabs {
    border-bottom: 1px solid #ffffff1f;
    grid-template-columns: repeat(7, 1fr);
    display: grid;
    overflow-x: auto;
  }

  .iwfp-stage-tab {
    text-align: center;
    border: 0;
    min-width: 56px;
    min-height: 52px;
    padding: 14px;
    display: block;
  }

  .iwfp-stage-tab div, .iwfp-stage-tab i {
    display: none;
  }

  .iwfp-stage-tab.iwfp-active {
    border-left: 0;
    border-bottom: 3px solid var(--teal);
  }

  .iwfp-stage-detail {
    min-height: 570px;
    padding: 30px;
  }

  .iwfp-stage-detail h3 {
    margin-top: 60px;
    font-size: 34px;
  }

  .iwfp-stage-progress {
    left: 30px;
    right: 30px;
  }

  .iwfp-authority-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .iwfp-authority-connector {
    height: 70px;
  }

  .iwfp-authority-connector span {
    width: 48px;
    height: 48px;
  }

  .iwfp-authority-grid article {
    padding: 34px;
  }

  .iwfp-benefit-grid {
    border-left: 1px solid #ffffff1f;
  }

  .iwfp-output-card {
    min-height: 490px;
  }

  .iwfp-visual-output > img {
    width: calc(100% - 40px);
    max-width: 610px;
    margin: 34px auto 24px;
  }

  .iwfp-calculator-card {
    gap: 50px;
    padding: 38px 28px;
  }

  .iwfp-security-panel {
    grid-template-columns: 1fr;
    padding: 38px 28px;
  }

  .iwfp-security-points {
    grid-column: 1;
  }

  .iwfp-start-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .iwfp-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 28px;
  }

  .iwfp-cta-actions {
    align-items: flex-start;
  }

  .iwfp-footer-inner {
    flex-wrap: wrap;
    padding: 28px 0;
  }

  .iwfp-footer-inner > div {
    width: 100%;
    margin-left: 0;
  }
}

@media (width <= 480px) {
  .iwfp-hero h1 {
    font-size: 50px;
  }

  .iwfp-proof-row strong {
    font-size: 21px;
  }

  .iwfp-proof-row span {
    font-size: 9px;
  }

  .iwfp-hero-visual {
    height: 315px;
  }

  .iwfp-screen-main {
    width: 100%;
    top: 36px;
    left: 0;
  }

  .iwfp-screen-map {
    width: 45%;
    left: 0;
  }

  .iwfp-floating-tag {
    padding: 8px 10px;
    font-size: 10px;
  }

  .iwfp-floating-tag span {
    width: 18px;
    height: 18px;
  }

  .iwfp-tag-one {
    right: -4px;
  }

  .iwfp-tag-two {
    right: -2px;
  }

  .iwfp-problem-grid, .iwfp-rules-grid {
    grid-template-columns: 1fr;
  }

  .iwfp-route-node span {
    font-size: 7px;
  }

  .iwfp-output-copy {
    padding: 30px 26px 0;
  }

  .iwfp-code-window {
    width: calc(100% - 40px);
  }

  .iwfp-code-window pre {
    padding: 20px;
    font-size: 11px;
  }

  .iwfp-start-steps {
    grid-template-columns: 1fr;
  }

  .iwfp-start-steps li {
    min-height: 180px;
  }

  .iwfp-start-steps li div {
    margin-top: 35px;
  }
}

@media (width <= 780px) {
  .iwfp-pulse-dashboard {
    border-width: 7px;
    padding: 14px;
  }

  .iwfp-dashboard-title div strong {
    font-size: 17px;
  }

  .iwfp-dashboard-kpis article {
    min-height: 70px;
    padding: 9px 7px;
  }

  .iwfp-dashboard-kpis strong {
    font-size: 11px;
  }

  .iwfp-dashboard-bars {
    height: 80px;
  }

  .iwfp-pulse-ranking {
    border-width: 5px;
  }

  .iwfp-output-dashboard {
    left: 20px;
    right: 20px;
  }
}

@media (width <= 480px) {
  .iwfp-dashboard-top small, .iwfp-dashboard-title > span {
    display: none;
  }

  .iwfp-dashboard-title {
    margin: 10px 0;
  }

  .iwfp-dashboard-title div strong {
    font-size: 15px;
  }

  .iwfp-dashboard-kpis article {
    min-height: 63px;
  }

  .iwfp-dashboard-kpis strong {
    font-size: 9px;
  }

  .iwfp-dashboard-chart {
    padding: 8px;
  }

  .iwfp-dashboard-bars {
    height: 57px;
  }

  .iwfp-pulse-ranking > div {
    padding: 7px 9px;
  }

  .iwfp-output-dashboard {
    height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iwfp-page *, .iwfp-page :before, .iwfp-page :after {
    transition: none !important;
  }
}
