.programming-hero h1 {
  font-size: clamp(46px, 5.35vw, 75px);
}

.programming-hero .hero-media img {
  object-position: 62% center;
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.outcome-card {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
}

.outcome-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.outcome-card span {
  color: var(--muted);
  font-size: 14px;
}

.build-decision {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}

.decision-options {
  display: grid;
  gap: 13px;
}

.decision-option {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.decision-option .decision-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--blue);
  background: rgba(36, 99, 235, .09);
  font-weight: 900;
}

.decision-option h3 {
  margin-bottom: 4px;
  font-size: 17px;
}

.decision-option p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.flow-panel {
  margin-top: 58px;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.flow-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.flow-panel h3 {
  max-width: 600px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 43px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.flow-panel-head p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
}

.system-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.flow-node {
  position: relative;
  min-height: 150px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.flow-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -27px;
  color: var(--mint);
  font-size: 25px;
  transform: translateY(-50%);
}

.flow-node-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--mint);
  background: rgba(185, 234, 213, .1);
  font-weight: 900;
}

.flow-node strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 15px;
}

.flow-node span {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.5;
}

.case-result {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  color: #087b45;
  font-size: 13px;
  font-weight: 850;
}

.case-result::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(35, 182, 111, .11);
}

.purchase-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.ladder-step {
  position: relative;
  padding: 24px 21px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.ladder-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 31px;
  right: -9px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  background: var(--white);
  transform: rotate(45deg);
}

.ladder-num {
  display: block;
  margin-bottom: 17px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ladder-step h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.ladder-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.ladder-price {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.mapping-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr);
  gap: 32px;
  align-items: center;
  margin-top: 22px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 25px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(35, 182, 111, .17), transparent 34%),
    var(--navy);
}

.mapping-card h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -.04em;
}

.mapping-card p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
}

.mapping-price {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.mapping-price strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mint);
  font-size: 28px;
}

.mapping-price span {
  display: block;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.security-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr);
  gap: clamp(45px, 7vw, 92px);
  align-items: center;
}

.security-media {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .27);
}

.security-media img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.security-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 28px;
}

.security-fact {
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: 15px;
  background: rgba(255, 255, 255, .05);
}

.security-fact strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 14px;
}

.security-fact span {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.fit-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.fit-column {
  padding: clamp(28px, 5vw, 54px);
}

.fit-column + .fit-column {
  border-left: 1px solid var(--line);
  background: var(--paper-2);
}

.fit-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #087b45;
  background: rgba(35, 182, 111, .1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fit-column:last-child .fit-label {
  color: #97520e;
  background: rgba(240, 166, 90, .16);
}

.fit-column h3 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3.4vw, 43px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.07;
}

.fit-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
}

.fit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.fit-column:last-child .fit-list li::before {
  content: "–";
  color: var(--orange);
}

.advisor-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(27px, 4vw, 43px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.advisor-photo {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--paper-2);
}

.advisor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4.3vw, 55px);
}

.advisor-copy p {
  max-width: 640px;
  margin-bottom: 12px;
  color: var(--muted);
}

.advisor-name {
  color: var(--ink) !important;
  font-weight: 850;
}

.advisor-actions {
  display: grid;
  gap: 10px;
  min-width: 210px;
}

.advisor-actions .btn {
  width: 100%;
}

.form-field select {
  width: 100%;
  min-height: 49px;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 11px 38px 11px 13px;
  color: var(--ink);
  background: #fbfcfd;
}

.form-field select:focus {
  border-color: rgba(36, 99, 235, .5);
  outline: 3px solid rgba(36, 99, 235, .12);
}

.form-intro {
  margin-bottom: 22px;
}

.form-intro h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.form-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  list-style: none;
}

.micro-trust li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--mint);
  font-weight: 900;
}

.contact-helper {
  position: fixed;
  z-index: 88;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 15px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 52px rgba(7, 25, 35, .2);
  backdrop-filter: blur(16px);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-helper:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(7, 25, 35, .24);
}

.contact-helper-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.contact-helper-icon svg {
  width: 21px;
  height: 21px;
}

.contact-helper strong,
.contact-helper small {
  display: block;
  line-height: 1.35;
}

.contact-helper strong {
  font-size: 13px;
}

.contact-helper small {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 960px) {
  .outcome-strip,
  .purchase-ladder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .build-decision,
  .security-grid {
    grid-template-columns: 1fr;
  }

  .system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-node:nth-child(2)::after {
    display: none;
  }

  .advisor-card {
    grid-template-columns: 150px 1fr;
  }

  .advisor-photo {
    width: 150px;
    height: 150px;
  }

  .advisor-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .programming-hero h1 {
    font-size: clamp(40px, 12.3vw, 54px);
  }

  .programming-hero .hero-media img {
    object-position: 67% center;
  }

  .outcome-strip,
  .purchase-ladder,
  .system-flow,
  .fit-panel,
  .mapping-card,
  .security-facts {
    grid-template-columns: 1fr;
  }

  .flow-panel-head {
    display: grid;
    gap: 12px;
  }

  .flow-node:not(:last-child)::after,
  .ladder-step:not(:last-child)::after {
    display: none;
  }

  .fit-column + .fit-column {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .security-media,
  .security-media img {
    min-height: 360px;
  }

  .advisor-card {
    grid-template-columns: 92px 1fr;
    gap: 20px;
  }

  .advisor-photo {
    width: 92px;
    height: 92px;
  }

  .advisor-copy {
    grid-column: 1 / -1;
  }

  .advisor-actions {
    grid-template-columns: 1fr;
  }

  .contact-helper {
    display: none;
  }
}
