:root {
  --navy: #003D7E;
  --navy-deep: #012b59;
  --navy-700: #013168;
  --cyan: #2EB9CE;
  --cyan-bright: #34c5dd;
  --cyan-deep: #1f9fb4;
  --ink: #15263b;
  --ink-soft: #4a5a6e;
  --muted: #6b7888;
  --bg: #ffffff;
  --bg-grey: #f5f5f5;
  --bg-soft: #f0f6fb;
  --card: #ffffff;
  --line: #e2e8f0;
  --line-soft: #eef2f6;
  --shadow: 0 18px 46px -22px rgba(0, 61, 126, .30);
  --shadow-sm: 0 10px 28px -16px rgba(0, 61, 126, .22);
  --shadow-cyan: 0 12px 26px -10px rgba(46, 185, 206, .55);
  --shadow-navy: 0 12px 26px -10px rgba(0, 61, 126, .5);
  --r: 14px;
  --maxw: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Open Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

h1,
h2,
h3,
h4 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.18;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px
}

.accent {
  color: var(--cyan)
}





@media(max-width:920px) {}

@media(max-width:680px) {}

header.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .3s
}

header.nav.scrolled {
  box-shadow: 0 6px 22px -14px rgba(0, 61, 126, .4)
}

.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
  gap: 16px
}

@media(max-width:779px) {
  .nav .wrap {
    justify-content: center
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 1
}

.brand .lg {
  display: flex;
  align-items: flex-end
}

.brand .the {
  background: var(--cyan);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .04em;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 9px;
  line-height: 1
}

.brand .name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: var(--navy);
  letter-spacing: -.02em;
  line-height: .9
}

.brand .sub {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--navy);
  margin-top: 3px
}

.brand .sub small {
  display: block;
  font-weight: 600;
  font-size: 6.5px;
  letter-spacing: .14em;
  color: var(--muted);
  margin-top: 1px
}

.navlinks {
  display: none;
  gap: 26px;
  align-items: center
}

.navlinks a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--navy);
  transition: color .2s
}

.navlinks a:hover {
  color: var(--cyan-deep)
}

@media(min-width:1040px) {
  .navlinks {
    display: flex
  }
}

.nav-cta {
  display: none;
  align-items: center;
  gap: 16px
}

.nav-phone {
  display: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--navy)
}

@media(min-width:780px) {
  .nav-cta {
    display: flex
  }

  .nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 7px;
  padding: 13px 26px;
  transition: transform .18s, box-shadow .18s, background .2s;
  letter-spacing: .01em
}

.btn-cyan {
  background: var(--cyan);
  color: #fff;
  box-shadow: var(--shadow-cyan)
}

.btn-cyan:hover {
  transform: translateY(-2px);
  background: var(--cyan-bright);
  box-shadow: 0 16px 30px -10px rgba(46, 185, 206, .7)
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow-navy)
}

.btn-navy:hover {
  transform: translateY(-2px);
  background: var(--navy-700)
}

.btn-ghost {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy)
}

.btn-ghost:hover {
  background: var(--navy);
  color: #fff
}

.btn-ghost-w {
  background: transparent;
  border: 2px solid #fff;
  color: #fff
}

.btn-ghost-w:hover {
  background: #fff;
  color: var(--navy)
}

.btn-lg {
  padding: 16px 34px;
  font-size: 16px
}

.hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 120% at 100% 0%, rgba(46, 185, 206, .28), transparent 50%), radial-gradient(80% 100% at 0% 100%, rgba(1, 43, 89, .9), transparent 60%), linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%)
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52'%3E%3Ccircle cx='2' cy='2' r='.9' fill='%23ffffff' opacity='.06'/%3E%3C/svg%3E");
  pointer-events: none
}

.hero .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  padding-top: 46px;
  padding-bottom: 54px
}

@media(min-width:980px) {
  .hero .wrap {
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    padding-top: 62px;
    padding-bottom: 70px;
    align-items: center
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(46, 185, 206, .16);
  border: 1px solid rgba(46, 185, 206, .4);
  color: var(--cyan-bright);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 60px;
  margin-bottom: 22px
}

.eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(46, 185, 206, .3)
}

.hero h1 {
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.18
}

.hero h1 .accent {
  color: var(--cyan-bright)
}

.hero .sub {
  font-size: clamp(16px, 1.6vw, 19px);
  color: #c6d8ec;
  max-width: 560px;
  margin-bottom: 26px
}

.hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 22px;
  margin-bottom: 30px;
  max-width: 540px
}

.hero-benefits li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 14.5px;
  color: #eaf3fb
}

.hero-benefits .ck {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap
}

.stars {
  color: #ffc93c;
  font-size: 17px;
  letter-spacing: 1px
}

.hero-trust .rating-blk {
  font-size: 13.5px;
  color: #c6d8ec;
  font-weight: 600
}

.hero-trust .rating-blk b {
  color: #fff;
  font-size: 15px
}

.form-card {
  background: var(--card);
  border-radius: var(--r);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, .55);
  overflow: hidden;
  position: relative
}

.form-card .fc-top {
  background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-deep) 100%);
  color: #fff;
  padding: 18px 26px 18px;
  position: relative
}

.form-card .fc-top h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px
}

.form-card .fc-top p {
  font-size: 13px;
  opacity: .95;
  font-weight: 500
}

.form-card .fc-badge {
  display: inline-block;
  background: #fff;
  color: var(--cyan-deep);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 60px;
  margin-bottom: 9px
}

.form-card form {
  padding: 22px 26px 26px
}

.field {
  margin-bottom: 13px
}

.field label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px
}

.field label .opt {
  color: var(--muted);
  font-weight: 500;
  text-transform: none
}

.field input,
.field select {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  padding: 12px 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: #fbfdff;
  transition: border .18s, box-shadow .18s;
  -webkit-appearance: none;
  appearance: none
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%234a5a6e'%3E%3Cpath d='M7 10L2 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px
}

.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(46, 185, 206, .18)
}

.field.err input,
.field.err select {
  border-color: #dc3545
}

.field .msg {
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600
}

.field.err .msg {
  display: block
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.form-card .btn,
.modal-body .btn {
  width: 100%;
  margin-top: 6px
}

.form-rea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600
}

.form-consent {
  margin-top: 12px;
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--muted);
  text-align: center
}

.form-consent a {
  color: var(--cyan-deep);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px
}

/* File upload + link fallback */
.upload {
  border: 1.5px dashed var(--line);
  border-radius: 9px;
  background: #fbfdff;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  cursor: pointer;
  transition: border-color .18s, background .18s
}

.upload:hover {
  border-color: var(--cyan);
  background: #f5fbfd
}

.upload input[type=file] {
  display: none
}

.field input[type=file] {
  display: none
}

.upload .up-ic {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--bg-soft);
  color: var(--navy);
  display: grid;
  place-items: center;
  margin: 0 auto
}

.upload .up-txt {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.3;
  min-width: 0
}

.upload .up-txt b {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--navy)
}

.upload .up-txt .up-name {
  color: var(--cyan-deep);
  font-weight: 600;
  word-break: break-all
}

.field-or {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.field-or::before,
.field-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line)
}

/* Urgency strip under nav */
.urgency-strip {
  background: linear-gradient(90deg, #9a3412, #c2410c);
  color: #fff
}

.urgency-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center
}

.urgency-strip .us-dot {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd9b3;
  box-shadow: 0 0 0 3px rgba(255, 217, 179, .3);
  animation: capPulse 2s infinite
}

.urgency-strip .us-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35
}

.urgency-strip .us-text b {
  font-weight: 700
}

@media(max-width:560px) {
  .urgency-strip .us-text {
    font-size: 12px
  }

  .urgency-strip .wrap {
    gap: 8px
  }

  .guar-card .seal {
    margin: 0 auto;
  }
}

.capacity {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 9px;
  padding: 10px 13px;
  margin: 0 0 16px;
  font-size: 12.5px;
  color: #9a3412;
  line-height: 1.4
}

.capacity .cap-dot {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f97316;
  margin-top: 4px;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .18);
  animation: capPulse 2s infinite
}

.capacity b {
  font-weight: 700;
  color: #7c2d12
}

@keyframes capPulse {

  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(249, 115, 22, .18)
  }

  50% {
    box-shadow: 0 0 0 5px rgba(249, 115, 22, .06)
  }
}

.form-microproof {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 600
}

.form-microproof .av {
  display: flex
}

.form-microproof .av i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -9px;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--navy);
  font-weight: 800;
  font-style: normal
}

.form-microproof .av i:first-child {
  margin-left: 0
}

.form-success {
  display: none;
  padding: 46px 28px;
  text-align: center
}

.form-success.show {
  display: block
}

.form-success .ok {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cyan);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin: 0 auto 18px
}

.form-success h3 {
  font-size: 24px;
  margin-bottom: 10px
}

.form-success p {
  color: var(--ink-soft);
  font-size: 15px;
  max-width: 330px;
  margin: 0 auto
}

.expo {
  background: var(--bg-grey)
}

.expo .wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0
}

.expo .inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap
}

.expo .lbl {
  background: var(--navy);
  color: #fff;
  padding: 24px 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.05;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 220px
}

.expo .lbl .accent {
  color: var(--cyan-bright)
}

.expo .logos {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 38px;
  flex-wrap: wrap;
  padding: 18px 24px
}

.expo .logos span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #5a6675;
  opacity: .85;
  letter-spacing: .01em
}

@media(max-width:640px) {
  .expo .inner {
    flex-direction: column
  }

  .expo .lbl {
    width: 100%;
    padding: 16px 24px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    min-width: 0;
    flex-direction: row;
    gap: 7px;
    justify-content: center
  }

  .expo .lbl br {
    display: none
  }

  .expo .logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 22px;
    padding: 20px 24px 22px
  }

  .expo .logos span {
    font-size: 15px
  }
}

.sec-pad {
  padding: 62px 0
}

@media(min-width:900px) {
  .sec-pad {
    padding: 82px 0
  }
}

.guar.sec-pad {
  padding: 40px 0
}

.stats.sec-pad {
  padding: 42px 0
}

.midcta.sec-pad {
  padding: 44px 0
}

@media(min-width:900px) {
  .guar.sec-pad {
    padding: 50px 0
  }

  .stats.sec-pad {
    padding: 54px 0
  }

  .midcta.sec-pad {
    padding: 56px 0
  }
}

.grey {
  background: var(--bg-grey)
}

.sec-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 46px
}

.sec-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--cyan-deep);
  margin-bottom: 14px
}

.sec-head h2 {
  font-size: clamp(27px, 3.5vw, 42px);
  font-weight: 800;
  margin-bottom: 15px
}

.sec-head h2 .accent {
  color: var(--cyan)
}

.sec-head p {
  color: var(--ink-soft);
  font-size: 17px
}

.ed-match-note {
  display: inline-block;
  margin-top: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 9px 18px
}

.hero-quote {
  background: var(--bg-soft);
  padding: 34px 0;
  border-bottom: 1px solid var(--line)
}

.hero-quote .hq-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 22px
}

.hero-quote .hq-mark {
  flex: none;
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
  color: var(--cyan);
  height: 38px;
  display: flex;
  align-items: flex-start
}

.hero-quote .hq-body {
  flex: 1;
  min-width: 0
}

.hero-quote .hq-stars {
  color: #f5a623;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px
}

.hero-quote .hq-text {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 8px;
  line-height: 1.45
}

.hero-quote .hq-cite {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted)
}

.hero-quote .hq-cite::before {
  content: "— "
}

@media(max-width:600px) {
  .hero-quote {
    padding: 24px 0
  }

  .hero-quote .hq-card {
    padding: 22px;
    gap: 14px
  }

  .hero-quote .hq-mark {
    font-size: 40px;
    height: 26px
  }

  .hero-quote .hq-text {
    font-size: 15px
  }
}

.pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px
}

@media(min-width:760px) {
  .pain-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.pain-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s
}

.pain-card:hover {
  transform: translateY(-4px)
}

.pain-card .ic {
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  font-size: 25px;
  margin-bottom: 16px
}

.pain-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 9px
}

.pain-card p {
  color: var(--ink-soft);
  font-size: 14.5px
}

.pain-cta {
  text-align: center;
  margin-top: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: var(--navy)
}

.pain-cta .accent {
  color: var(--cyan)
}

.svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px
}

@media(min-width:640px) {
  .svc-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(min-width:1000px) {
  .svc-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px
  }

  .svc-grid .svc {
    flex: 0 1 calc((100% - 44px)/3);
    max-width: calc((100% - 44px)/3)
  }
}

.svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .22s, box-shadow .22s;
  display: flex;
  flex-direction: column
}

.svc:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.svc .thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--bg-grey)
}

.svc .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.svc .thumb .bk {
  font-size: 46px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .25));
  opacity: .9
}

.svc .thumb .slot-note {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(1, 43, 89, .82);
  color: #dff3f8;
  font-family: 'Open Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.35;
  padding: 6px 9px;
  border-radius: 7px;
  backdrop-filter: blur(2px)
}

.svc .thumb .slot-note b {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1px
}

.svc .badge-pop {
  position: absolute;
  top: 13px;
  left: 13px;
  background: var(--cyan);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 60px
}

.svc .body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.svc h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px
}

.svc p {
  color: var(--ink-soft);
  font-size: 14px;
  margin-bottom: 16px;
  flex: 1
}

.svc .meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
  margin-bottom: 15px
}

.svc .meta div span {
  display: block;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700
}

.svc .meta div b {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--navy);
  font-weight: 700
}

.svc .meta div b.pri {
  color: var(--cyan-deep)
}

.svc .svc-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--cyan-deep);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer
}

.svc .svc-link:hover {
  gap: 11px
}

.thumb-1 {
  background: linear-gradient(140deg, #1f6fb8, #003D7E)
}

.thumb-2 {
  background: linear-gradient(140deg, #2EB9CE, #1f7f93)
}

.thumb-3 {
  background: linear-gradient(140deg, #0c5aa6, #012b59)
}

.thumb-noop {}

.proc {
  background: var(--navy);
  color: #eaf3fb;
  position: relative;
  overflow: hidden
}

.proc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 120% at 100% 0%, rgba(46, 185, 206, .22), transparent 55%)
}

.proc .sec-head h2 {
  color: #fff
}

.proc .sec-head h2 .accent {
  color: var(--cyan-bright)
}

.proc .sec-head p {
  color: #bcd2e8
}

.proc .sec-tag {
  color: var(--cyan-bright)
}

.proc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  position: relative;
  z-index: 2
}

@media(min-width:760px) {
  .proc-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

.step {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r);
  padding: 26px 22px;
  position: relative
}

.step .num {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--cyan-bright);
  line-height: 1;
  margin-bottom: 14px
}

.step .ic {
  font-size: 28px;
  margin-bottom: 12px
}

.step h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px
}

.step p {
  color: #c2d4e6;
  font-size: 13.5px
}

.proc-foot {
  text-align: center;
  margin-top: 42px;
  position: relative;
  z-index: 2
}

/* Daily-coordination support band (inside How It Works) */
.proc-support {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r);
  padding: 24px 26px;
  text-align: center
}

.proc-support .ps-copy h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 9px
}

.proc-support .ps-copy h3 .ps-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #37d39a;
  box-shadow: 0 0 0 4px rgba(55, 211, 154, .22);
  flex: none
}

.proc-support .ps-copy p {
  color: #c2d4e6;
  font-size: 13.5px;
  margin: 0 auto;
  max-width: 620px
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center
}

@media(min-width:860px) {
  .ba-grid {
    grid-template-columns: 1fr auto 1fr
  }
}

.ba-card {
  border-radius: var(--r);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm)
}

.ba-before {
  background: #fff;
  border: 1px solid var(--line)
}

.ba-after {
  background: linear-gradient(145deg, #fff, var(--bg-soft));
  border: 2px solid var(--cyan)
}

.ba-card .lbl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 60px;
  margin-bottom: 18px
}

.ba-before .lbl {
  background: #fdeaec;
  color: #c4313f
}

.ba-after .lbl {
  background: rgba(46, 185, 206, .14);
  color: var(--cyan-deep)
}

.ba-card ul {
  list-style: none
}

.ba-card li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 9px 0;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px dashed var(--line)
}

.ba-card li:last-child {
  border-bottom: none
}

.ba-card li .m {
  flex: none;
  font-size: 16px;
  margin-top: 1px
}

.ba-before li {
  color: var(--ink-soft)
}

.ba-arrow {
  display: grid;
  place-items: center;
  font-size: 30px;
  color: var(--cyan)
}

@media(max-width:859px) {
  .ba-arrow {
    transform: rotate(90deg)
  }
}

/* before/after VISUAL image pair */
.ba-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px
}

@media(max-width:640px) {
  .ba-visual {
    grid-template-columns: 1fr
  }
}

.ba-shot {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm)
}

.ba-shot img {
  width: 100%;
  display: block
}

.ba-shot .ph {
  aspect-ratio: 3/2;
  border-bottom: none
}

.ba-shot .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 60px;
  z-index: 2
}

.ba-shot.is-before .tag {
  background: #c4313f;
  color: #fff
}

.ba-shot.is-after .tag {
  background: var(--cyan-deep);
  color: #fff
}

.ba-shot.is-after {
  outline: 2px solid var(--cyan)
}

.why-grid {
  display: none
}

.stats {
  background: var(--navy-deep);
  color: #eaf3fb
}

.stats .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 18px;
  text-align: center
}

@media(min-width:760px) {
  .stats .wrap {
    grid-template-columns: repeat(4, 1fr)
  }
}

.stat .n {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  color: var(--cyan-bright);
  line-height: 1
}

.stat .l {
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #a9c2da;
  font-weight: 600;
  margin-top: 8px
}

.tst-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px
}

@media(min-width:720px) {
  .tst-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(min-width:1040px) {
  .tst-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.tst {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column
}

.tst .src {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px
}

.tst .src .plat {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 6px
}

.tst .src .plat .vf {
  background: #00b67a;
  color: #fff;
  font-size: 9px;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.tst .stars {
  font-size: 15px;
  margin-bottom: 12px
}

.tst p {
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 18px;
  flex: 1
}

.tst .who {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line-soft);
  padding-top: 15px
}

.tst .who .av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--cyan-bright);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Poppins', sans-serif
}

.tst .who b {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  display: block;
  color: var(--navy)
}

.tst .who span {
  font-size: 12.5px;
  color: var(--muted)
}

.tst .proj {
  margin-top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 5px 11px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--navy)
}

.tst .proj .pj-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan-deep);
  flex: none
}

.midcta {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-deep));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden
}

.midcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Ccircle cx='2' cy='2' r='.9' fill='%23ffffff' opacity='.12'/%3E%3C/svg%3E")
}

.midcta .wrap {
  position: relative;
  z-index: 2
}

.midcta h2 {
  color: #fff;
  font-size: clamp(25px, 3.3vw, 38px);
  font-weight: 800;
  margin-bottom: 13px
}

.midcta p {
  font-size: 17px;
  opacity: .97;
  max-width: 560px;
  margin: 0 auto 26px
}

.midcta .reassure {
  margin-top: 18px;
  font-size: 13.5px;
  opacity: .95;
  font-weight: 600
}

.cmp-tbl {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  max-width: 880px;
  margin: 0 auto
}

.cmp-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center
}

.cmp-row>div {
  padding: 15px 18px;
  font-size: 14.5px
}

.cmp-head {
  background: var(--navy);
  color: #fff;
  font-family: 'Poppins', sans-serif
}

.cmp-head>div {
  font-weight: 700;
  font-size: 14.5px
}

.cmp-head .us {
  background: var(--cyan-deep);
  text-align: center
}

.cmp-head .them {
  text-align: center;
  color: #bcd2e8
}

.cmp-body .cmp-row:nth-child(even) {
  background: var(--bg-grey)
}

.cmp-body .cmp-row {
  border-top: 1px solid var(--line-soft)
}

.cmp-body .feat {
  font-weight: 600;
  color: var(--ink)
}

.cmp-body .us {
  text-align: center;
  background: rgba(46, 185, 206, .07);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--cyan-deep)
}

.cmp-body .them {
  text-align: center;
  color: var(--muted)
}

@media(max-width:620px) {
  .cmp-row>div {
    padding: 11px 9px;
    font-size: 12.5px
  }
}

.faq-wrap {
  max-width: 800px;
  margin: 0 auto
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s
}

.faq-item.open {
  box-shadow: var(--shadow-sm);
  border-color: var(--cyan)
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 19px 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 16.5px;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px
}

.faq-q .pm {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--cyan-deep);
  transition: transform .25s, background .2s, color .2s
}

.faq-item.open .faq-q .pm {
  transform: rotate(45deg);
  background: var(--cyan);
  color: #fff
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease
}

.faq-a p {
  padding: 0 22px 20px;
  color: var(--ink-soft);
  font-size: 14.5px
}

.final {
  background: var(--navy);
  color: #eaf3fb;
  position: relative;
  overflow: hidden
}

.final::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 185, 206, .3), transparent 70%);
  top: -180px;
  right: -140px;
  pointer-events: none
}

.final .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center
}

@media(min-width:920px) {
  .final .wrap {
    grid-template-columns: 1.1fr .9fr;
    gap: 54px
  }
}

.final h2 {
  color: #fff;
  font-size: clamp(29px, 3.8vw, 46px);
  font-weight: 800;
  margin-bottom: 18px
}

.final h2 .accent {
  color: var(--cyan-bright)
}

.final .fp-sub {
  color: #c6d8ec;
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 520px
}

.final-benefits {
  list-style: none;
  margin-bottom: 30px
}

.final-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 600;
  color: #eaf3fb;
  padding: 7px 0
}

.final-benefits .ck {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800
}

.final-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

footer.ft {
  background: var(--navy-deep);
  color: #aec5dc;
  padding: 54px 0 36px;
  font-size: 14px
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-bottom: 38px
}

@media(min-width:820px) {
  .ft-grid {
    grid-template-columns: 1.6fr 1fr 1.2fr
  }
}

.ft .brand .name {
  color: #fff
}

.ft .brand .sub {
  color: #cfe0f1
}

.ft .brand .sub small {
  color: #7e98b4
}

.ft-about {
  margin-top: 16px;
  max-width: 330px;
  color: #90a8c4;
  font-size: 13.5px
}

.ft-contact {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px
}

.ft-contact a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c6d8ec;
  font-weight: 600;
  overflow-wrap: anywhere;
  min-width: 0
}

.ft-contact a:hover {
  color: var(--cyan-bright)
}

.ft h4 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700
}

.ft ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px
}

.ft ul a {
  color: #a8c0d9
}

.ft ul a:hover {
  color: var(--cyan-bright)
}

.ft-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  align-items: center
}

.ft-badges .bdg {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 7px;
  padding: 7px 11px;
  font-size: 11.5px;
  font-weight: 700;
  color: #dcebf9;
  display: flex;
  align-items: center;
  gap: 6px
}

.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #7e98b4
}

.ft-bottom .lnks {
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

.ft-bottom a:hover {
  color: var(--cyan-bright)
}

.ft-static {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #a8c0d9
}

.ft-addr {
  color: #c6d8ec;
  font-weight: 600
}

.ft-reassure {
  margin-top: 14px;
  font-size: 12.5px;
  color: #90a8c4;
  font-weight: 600
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px -14px rgba(0, 0, 0, .3);
  padding: 11px 16px;
  display: flex;
  gap: 10px;
  transform: translateY(120%);
  transition: transform .3s
}

.sticky-cta.show {
  transform: translateY(0)
}

.sticky-cta .btn {
  flex: 1;
  padding: 13px;
  font-size: 14.5px
}

.sticky-cta .call {
  flex: none;
  width: 50px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px
}

@media(min-width:900px) {
  .sticky-cta {
    display: none
  }
}

/* hero risk-reversal line under CTA */
.hero-risk {
  margin-top: 16px;
  font-size: 13.5px;
  color: #bcd2e8;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.hero-risk .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(46, 185, 206, .14);
  border: 1px solid rgba(46, 185, 206, .34);
  color: #dff3f8;
  padding: 4px 11px;
  border-radius: 60px;
  font-size: 12.5px
}

/* hero proof row */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  flex-wrap: wrap;
  font-size: 13.5px;
  font-weight: 600;
  color: #c6d8ec
}

.hero-proof .pp {
  display: flex;
  align-items: center;
  gap: 8px
}

.hero-proof .pp b {
  color: #fff
}

.hero-proof .sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .18)
}

@media(max-width:520px) {
  .hero-proof .sep {
    display: none
  }
}

/* SAMPLE GALLERY (real-image placeholders) */
.samp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px
}

@media(min-width:640px) {
  .samp-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(min-width:1000px) {
  .samp-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.samp {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .22s, box-shadow .22s
}

.samp:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

/* image slot — replace .ph background with a real <img> */
.ph {
  position: relative;
  aspect-ratio: 4/3;
  background: repeating-linear-gradient(45deg, #eef3f8, #eef3f8 12px, #e6edf4 12px, #e6edf4 24px);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line)
}

.ph .ph-inner {
  text-align: center;
  padding: 18px;
  color: var(--muted)
}

.ph .ph-ic {
  font-size: 30px;
  opacity: .5;
  margin-bottom: 8px
}

.ph .ph-tag {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 8px
}

.ph .ph-note {
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 600;
  max-width: 200px;
  margin: 0 auto
}

.samp .scap {
  padding: 15px 18px
}

.samp .scap b {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--navy);
  display: block;
  margin-bottom: 3px
}

.samp .scap span {
  font-size: 12.5px;
  color: var(--muted)
}

.ph.before {
  background: repeating-linear-gradient(45deg, #fbeef0, #fbeef0 12px, #f6e2e5 12px, #f6e2e5 24px)
}

.ph.before .ph-tag {
  background: #c4313f
}

.ph.after .ph-tag {
  background: var(--cyan-deep)
}

/* GUARANTEE band */
.guar {
  background: linear-gradient(135deg, var(--bg-soft), #fff)
}

.guar-card {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--cyan);
  border-radius: var(--r);
  padding: 30px 32px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 22px;
  align-items: flex-start
}

.guar-card .seal {
  flex: none;
  width: 84px;
  height: 104px;
  display: grid;
  place-items: center
}

.guar-card .seal img {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block
}

.guar-card h3 {
  font-size: 21px;
  margin-bottom: 8px
}

.guar-card p {
  color: var(--ink-soft);
  font-size: 15px
}

.guar-card .fine {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 8px
}

@media(max-width:560px) {
  .guar-card {
    flex-direction: column;
    gap: 16px;
    padding: 24px 22px
  }
}

/* PLAN SIGN-UP MODAL */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 18px;
  overflow-y: auto
}

.modal.open {
  display: flex
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(1, 28, 57, .55);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .25s
}

.modal.open .modal-overlay {
  opacity: 1
}

.modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 40px 90px -30px rgba(1, 28, 57, .6);
  margin: auto;
  transform: translateY(16px) scale(.98);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1), opacity .28s
}

.modal.open .modal-dialog {
  transform: none;
  opacity: 1
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #eef2f6;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .18s, color .18s;
  z-index: 3
}

.modal-close:hover {
  background: #dde6ee;
  color: var(--navy)
}

.modal-plan {
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
  color: #fff;
  border-radius: 18px 18px 0 0;
  padding: 24px 28px 20px
}

.modal-plan .pl-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .16);
  color: var(--cyan-bright);
  padding: 4px 11px;
  border-radius: 30px;
  margin-bottom: 10px
}

.modal-plan h3 {
  font-size: 21px;
  margin: 0 0 4px;
  color: #fff
}

.modal-plan .pl-price {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #cfe3f5
}

.modal-plan .pl-price b {
  font-family: 'Poppins', sans-serif;
  color: var(--cyan-bright);
  font-size: 18px
}

.modal-body {
  padding: 22px 28px 26px
}

.modal-body>p.intro {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 16px
}

@media(max-width:560px) {
  .modal-dialog {
    max-width: none
  }

  .modal-plan {
    padding: 22px 20px 18px
  }

  .modal-body {
    padding: 20px 20px 24px
  }

  .modal .two {
    grid-template-columns: 1fr
  }
}


/* ===== 2-STEP FORM ===== */
.fc-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px
}

.fc-steps .stp {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, .6)
}

.fc-steps .stp .dot {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  transition: background .2s, color .2s
}

.fc-steps .stp.active {
  color: #fff
}

.fc-steps .stp.active .dot {
  background: #fff;
  color: var(--cyan-deep)
}

.fc-steps .stp.done .dot {
  background: #fff;
  color: var(--cyan-deep)
}

.fc-steps .bar {
  flex: none;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, .28);
  border-radius: 2px
}

.fstep {
  display: none
}

.fstep.show {
  display: block;
  animation: fstepIn .25s ease
}

@keyframes fstepIn {
  from {
    opacity: 0;
    transform: translateX(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.step1-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600
}

.form-nav-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px
}

.form-nav-row .btn {
  margin-top: 0;
  width: 100%
}

.btn-back {
  order: 2;
  background: transparent;
  border: 2px solid var(--line);
  color: var(--ink-soft);
  padding: 12px 18px;
  font-size: 14px
}

.btn-back:hover {
  border-color: var(--navy);
  color: var(--navy)
}

.form-nav-row .btn-submit {
  order: 1
}

/* ===== PROOF MOCKUPS (manuscript / report / editor cards) ===== */
.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px
}

@media(min-width:900px) {
  .proof-grid {
    grid-template-columns: 1.15fr .85fr
  }
}

.proof-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.proof-card .pc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-grey)
}

.proof-card .pc-head b {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 700
}

.proof-card .pc-head .pc-chip {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 60px;
  background: var(--cyan);
  color: #fff
}

.proof-card .pc-chip.rep {
  background: var(--navy)
}

/* marked-up manuscript page */
.ms-page {
  padding: 22px 20px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  line-height: 1.95;
  color: #33425a;
  background: #fff
}

.ms-page .ms-h {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 14px;
  margin-bottom: 10px
}

.ms-page p {
  margin-bottom: 11px
}

.ms-strike {
  text-decoration: line-through;
  color: #c4313f;
  text-decoration-color: #e08a93
}

.ms-ins {
  color: var(--cyan-deep);
  font-weight: 600;
  border-bottom: 2px solid rgba(46, 185, 206, .4)
}

.ms-hl {
  background: #fff3cd;
  border-radius: 3px;
  padding: 0 2px;
  cursor: default;
  position: relative
}

.ms-hl.c1 {
  background: #ffe3e6
}

.ms-hl.c2 {
  background: #d8f3f9
}

.ms-comment {
  display: flex;
  gap: 9px;
  margin: 10px 0;
  padding: 11px 13px;
  background: var(--bg-soft);
  border-left: 3px solid var(--cyan);
  border-radius: 0 9px 9px 0
}

.ms-comment .ms-av {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--cyan-bright);
  display: grid;
  place-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 11px
}

.ms-comment .ms-ct {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-soft)
}

.ms-comment .ms-ct b {
  font-family: 'Poppins', sans-serif;
  color: var(--navy);
  display: block;
  font-size: 11px;
  margin-bottom: 1px
}

/* editorial report sheet */
.rep-body {
  padding: 20px 20px 22px;
  font-family: 'Open Sans', sans-serif
}

.rep-body .rep-score {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line-soft)
}

.rep-body .rep-score .rs-ring {
  flex: none;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
  background: conic-gradient(var(--cyan) 75%, #e6eef5 0)
}

.rep-body .rep-score .rs-ring i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-style: normal
}

.rep-body .rep-score .rs-txt b {
  font-family: 'Poppins', sans-serif;
  color: var(--navy);
  font-size: 14px;
  display: block
}

.rep-body .rep-score .rs-txt span {
  font-size: 12px;
  color: var(--muted)
}

.rep-row {
  margin-bottom: 13px
}

.rep-row .rr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px
}

.rep-row .rr-top b {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: var(--ink)
}

.rep-row .rr-top span {
  font-size: 11px;
  font-weight: 700;
  color: var(--cyan-deep)
}

.rep-row .rr-bar {
  height: 7px;
  border-radius: 6px;
  background: #eaf0f6;
  overflow: hidden
}

.rep-row .rr-bar i {
  display: block;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-deep))
}

.rep-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--ink-soft);
  background: var(--bg-grey);
  border-radius: 9px;
  padding: 11px 13px;
  line-height: 1.55
}

.rep-note b {
  color: var(--navy);
  font-family: 'Poppins', sans-serif
}

/* editor profile cards */
.ed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px
}

@media(min-width:680px) {
  .ed-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(min-width:1000px) {
  .ed-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.ed-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
  height: 100%
}

.ed-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

.ed-card .ed-top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px
}

.ed-card .ed-ph {
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--navy), var(--navy-deep));
  color: var(--cyan-bright);
  display: grid;
  place-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 20px;
  overflow: hidden
}

.ed-card .ed-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ed-card .ed-name b {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  color: var(--navy);
  display: block
}

.ed-card .ed-name span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600
}

.ed-card .ed-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 13px
}

.ed-card .ed-spec span {
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--navy);
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 4px 10px
}

.ed-card .ed-bio {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
  flex: 1 0 auto
}

.ed-card .ed-cred {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.45
}

.ed-card .ed-cred .cr-ic {
  flex: none;
  color: var(--cyan-deep);
  margin-top: 1px
}

.ed-card .ed-meta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft)
}

.ed-card .ed-meta div span {
  display: block;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700
}

.ed-card .ed-meta div b {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--cyan-deep)
}

/* video proof block */
.vid-block {
  max-width: 880px;
  margin: 36px auto 0;
  background: var(--navy);
  border-radius: var(--r);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: var(--shadow)
}

@media(min-width:760px) {
  .vid-block {
    grid-template-columns: 1fr 1fr
  }
}

.vid-block .vb-play {
  position: relative;
  min-height: 200px;
  background: linear-gradient(145deg, #0c4f9c, #012b59);
  display: grid;
  place-items: center;
  cursor: pointer
}

.vid-block .vb-play::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 90% at 50% 50%, rgba(46, 185, 206, .28), transparent 70%)
}

.vid-block .vb-play .pl {
  position: relative;
  z-index: 2;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  display: grid;
  place-items: center;
  font-size: 22px;
  color: var(--navy);
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .5);
  transition: transform .2s
}

.vid-block .vb-play:hover .pl {
  transform: scale(1.08)
}

.vid-block .vb-play .vb-cap {
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 16px;
  z-index: 2;
  color: #dff3f8;
  font-size: 11.5px;
  font-weight: 600
}

.vid-block .vb-copy {
  padding: 26px 26px;
  color: #eaf3fb;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.vid-block .vb-copy h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 9px
}

.vid-block .vb-copy p {
  color: #c2d4e6;
  font-size: 13.5px;
  margin-bottom: 14px
}

.vid-block .vb-copy .vb-who {
  font-size: 12.5px;
  color: #9fbdd9;
  font-weight: 600
}

/* ===== SAMPLE EDITS TABS ===== */
.se-tabs {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 auto 28px;
  padding: 6px;
  width: max-content;
  max-width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 60px;
  box-shadow: var(--shadow-sm);
  scrollbar-width: none;
  -ms-overflow-style: none
}

.se-tabs::-webkit-scrollbar {
  display: none
}

.se-tab {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--ink-soft);
  padding: 11px 22px;
  border-radius: 60px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background .2s, color .2s
}

.se-tab:hover {
  color: var(--navy)
}

.se-tab.active {
  background: var(--navy);
  color: #fff
}

.se-tab .se-ic {
  font-size: 14px
}

@media(max-width:680px) {
  .se-tabs {
    border-radius: 18px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
    width: 100%;
    max-width: 100%;
    gap: 6px
  }

  .se-tab {
    font-size: 12.5px;
    padding: 9px 14px
  }
}

.se-panel {
  display: none;
  animation: sePanelIn .3s ease
}

.se-panel.show {
  display: block
}

@keyframes sePanelIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.se-scrollhint {
  display: none
}

/* before/after page pair (tab 4) */
.ba-pages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch
}

@media(min-width:760px) {
  .ba-pages {
    grid-template-columns: 1fr auto 1fr
  }
}

.ba-pg {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.ba-pg.is-after {
  border: 2px solid var(--cyan)
}

.ba-pg .bp-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase
}

.ba-pg.is-before .bp-tag {
  background: #fdeaec;
  color: #c4313f
}

.ba-pg.is-after .bp-tag {
  background: rgba(46, 185, 206, .14);
  color: var(--cyan-deep)
}

.ba-pg .bp-body {
  padding: 18px 18px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  line-height: 1.9;
  color: #46566c;
  flex: 1
}

.ba-pg .bp-body .bp-h {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 13.5px;
  margin-bottom: 9px
}

.ba-pg.is-before .bp-body {
  color: #8a98a8
}

.ba-pg-arrow {
  display: grid;
  place-items: center;
  font-size: 26px;
  color: var(--cyan)
}

@media(max-width:759px) {
  .ba-pg-arrow {
    transform: rotate(90deg)
  }
}

.reveal.in {
  opacity: 1;
  transform: none
}

@media(max-width:899px) {
  body {
    padding-bottom: 72px
  }
}