.elementor-kit-6{--e-global-color-primary:#13110E;--e-global-color-secondary:#3A3833;--e-global-color-text:#13110E;--e-global-color-accent:#B17A3D;--e-global-typography-primary-font-family:"Instrument Serif";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;color:#3A3833;font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;color:#F5F0E4;border-radius:50px 50px 50px 50px;padding:16px 22px 16px 22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =============================================================
   NuSkin AiCademy — Elementor Custom CSS
   Add via: Elementor → Site Settings → Custom CSS
   or wp_enqueue_style in a child theme's functions.php
   ============================================================= */

/* ── CSS Custom Properties ── */
:root {
  --paper: #F5F0E4;
  --paper-2: #EBE4D2;
  --paper-3: #FFFFFF;
  --forest: #0F3A33;
  --forest-2: #163F38;
  --copper: #B17A3D;
  --copper-soft: #D6A877;
  --sage: #D6DDD0;
  --terracotta: #B85A3A;
  --ink: #13110E;
  --ink-2: #3A3833;
  --mute: #7A766C;
  --line: rgba(19, 17, 14, .14);
  --line-2: rgba(19, 17, 14, .08);
  --wa: #25D366;
  --wa-dark: #128C7E;
  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --maxw: 1320px;
  --pad-x: 40px;
}

::selection {
  background: var(--forest);
  color: var(--paper);
}

/* ── Serif utility ── */
.serif {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.01em;
}

/* ── Eyebrow component ── */
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-2);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow .num {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0;
  color: var(--copper);
  font-style: italic;
}
.eyebrow .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--copper);
  display: inline-block;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  border-radius: 999px;
  line-height: 1;
  text-decoration: none;
}
.btn-primary {
  background: var(--forest);
  color: var(--paper);
}
.btn-primary:hover {
  background: #0A2A24;
}
.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover {
  border-color: var(--ink);
  background: rgba(19, 17, 14, .04);
}
.btn-wa {
  background: var(--wa);
  color: #fff;
}
.btn-wa:hover {
  background: var(--wa-dark);
}
.btn-copper {
  background: var(--copper);
  color: #fff;
}
.btn-copper:hover {
  background: #A06A2D;
}
.btn .arrow {
  display: inline-block;
  transition: transform .25s ease;
}
.btn:hover .arrow {
  transform: translateX(3px);
}
.btn-block {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* ── Image slot placeholder ── */
.img-slot {
  position: relative;
  background: var(--sage);
  background-image:
    linear-gradient(135deg, rgba(15, 58, 51, .04) 0%, rgba(15, 58, 51, .12) 100%),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(15, 58, 51, .04) 12px 13px);
  border: 1px dashed rgba(15, 58, 51, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--forest);
}
.img-slot .img-label {
  text-align: center;
  padding: 22px;
  max-width: 80%;
}
.img-slot .img-label .k {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(15, 58, 51, .6);
  margin-bottom: 10px;
}
.img-slot .img-label .v {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
}
.img-slot .img-label .s {
  font-size: 13px;
  color: rgba(15, 58, 51, .7);
  margin-top: 8px;
}

/* ── Nav blur ── */
.nav-blur {
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
}

/* ── Brand mark ── */
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--forest);
  display: grid;
  place-items: center;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1;
  padding-bottom: 2px;
}
.brand-name {
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: -.01em;
}
.brand-name em {
  font-style: italic;
  color: var(--copper);
  font-weight: 400;
}
.brand-name .sub {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--mute);
  text-transform: uppercase;
  margin-top: -2px;
}

/* ── Nav WhatsApp circle ── */
.nav-wa {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--wa);
  display: grid;
  place-items: center;
  color: #fff;
  transition: background .2s;
}
.nav-wa:hover {
  background: var(--wa-dark);
}

/* ── Hero underline decoration ── */
.u {
  position: relative;
  display: inline-block;
}
.u::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .05em;
  height: .06em;
  background: var(--copper);
  opacity: .35;
}

/* ── Hero credential card ── */
.hero-cred {
  position: absolute;
  left: -30px;
  bottom: -20px;
  background: var(--paper-3);
  border: 1px solid var(--line);
  padding: 18px 22px;
  width: 280px;
  box-shadow: 0 30px 60px -30px rgba(15, 58, 51, .35);
  display: flex;
  gap: 14px;
  align-items: center;
}
.hero-cred .seal {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--copper);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  flex-shrink: 0;
}
.hero-cred .info {
  flex: 1;
  min-width: 0;
}
.hero-cred .info .k {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
}
.hero-cred .info .v {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.15;
  margin-top: 4px;
}

/* ── Hero trust chips ── */
.hero-trust {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--mute);
}
.hero-trust .chip {
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .4);
}
.hero-trust .chip b {
  color: var(--ink);
  font-weight: 500;
}

/* ── Quick callback form field overrides ── */
.quick-form input,
.quick-form select {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  padding: 13px 16px;
  font: inherit;
  font-size: 14px;
  border-radius: 6px;
  outline: none;
  transition: border .2s, background .2s;
}
.quick-form input::placeholder {
  color: rgba(255, 255, 255, .5);
}
.quick-form input:focus,
.quick-form select:focus {
  border-color: var(--copper-soft);
  background: rgba(255, 255, 255, .1);
}
.quick-form select {
  color: rgba(255, 255, 255, .7);
}
.quick-form select option {
  background: var(--forest);
  color: #fff;
}

/* ── Audience cards ── */
.aud-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.aud-card {
  background: var(--paper);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background .25s ease;
  min-height: 220px;
}
.aud-card:hover {
  background: var(--paper-3);
}
.aud-card .ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(177, 122, 61, .12);
  display: grid;
  place-items: center;
  color: var(--copper);
}
.aud-card .h {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.aud-card .d {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* ── Audience CTA bar ── */
.aud-cta {
  margin-top: 48px;
  padding: 32px;
  background: var(--forest);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  border-radius: 4px;
}
.aud-cta .h {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.15;
  max-width: 600px;
}
.aud-cta .h em {
  font-style: italic;
  color: var(--copper-soft);
}

/* ── Practice cards ── */
.practice-card {
  background: var(--paper-3);
  padding: 36px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  min-height: 380px;
}
.practice-card .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--copper);
}
.practice-card .h {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -.01em;
}
.practice-card .h em {
  font-style: italic;
  color: var(--copper);
}
.practice-card .d {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.6;
  flex: 1;
}
.practice-card .foot {
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
  font-size: 13px;
  color: var(--mute);
}
.practice-card .foot b {
  color: var(--ink);
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

/* ── Pathway steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.step {
  padding: 36px 24px 48px;
  border-right: 1px solid var(--line);
  min-height: 340px;
  display: flex;
  flex-direction: column;
  cursor: default;
  transition: background .3s;
}
.step:last-child {
  border-right: none;
}
.step:hover {
  background: rgba(255, 255, 255, .4);
}
.step .ix {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--copper);
}
.step .ico {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 22px;
  color: var(--ink);
}
.step .name {
  font-family: var(--serif);
  font-size: 34px;
  margin-top: 14px;
  line-height: 1;
  letter-spacing: -.01em;
}
.step .body {
  margin-top: 16px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
  max-width: 280px;
}
.step .footnote {
  margin-top: auto;
  padding-top: 22px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  display: flex;
  align-items: center;
  gap: 10px;
}
.step .footnote::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--copper);
  display: inline-block;
}

/* ── Technology device cards (dark section) ── */
.device {
  border: 1px solid rgba(245, 240, 228, .14);
  padding: 28px;
  background: rgba(245, 240, 228, .02);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 460px;
}
.device .label {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(245, 240, 228, .55);
}
.device .h {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.015em;
}
.device .h em {
  font-style: italic;
  color: var(--copper-soft);
}
.device .desc {
  color: rgba(245, 240, 228, .75);
  font-size: 15px;
  line-height: 1.55;
  flex: 1;
}
.device .img-slot {
  aspect-ratio: 5/3;
  background: rgba(245, 240, 228, .04);
  border-color: rgba(245, 240, 228, .18);
  color: rgba(245, 240, 228, .6);
}
.device .img-slot .img-label .k {
  color: rgba(245, 240, 228, .45);
}
.device .img-slot .img-label .v {
  color: rgba(245, 240, 228, .85);
}
.device .img-slot .img-label .s {
  color: rgba(245, 240, 228, .6);
}
.device .meta {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 240, 228, .12);
  font-size: 12px;
  color: rgba(245, 240, 228, .6);
  letter-spacing: .04em;
}
.device .meta b {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--paper);
  font-weight: 400;
  letter-spacing: 0;
}

/* ── Tech section gradient overlay ── */
.tech-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(177, 122, 61, .22), transparent 45%);
  pointer-events: none;
}

/* ── Curriculum modules ── */
.modules {
  border-top: 1px solid var(--line);
}
.module {
  display: grid;
  grid-template-columns: 80px 1.2fr 1.5fr 180px 60px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  gap: 32px;
  transition: background .25s ease, padding .25s ease;
  cursor: default;
}
.module:hover {
  background: rgba(255, 255, 255, .4);
  padding-left: 12px;
  padding-right: 12px;
}
.module .mi {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--copper);
}
.module .name {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.01em;
}
.module .desc {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.5;
}
.module .meta {
  font-size: 12px;
  color: var(--mute);
  letter-spacing: .04em;
}
.module .meta b {
  color: var(--ink);
  font-weight: 500;
  display: block;
  font-size: 13px;
}
.module .arr {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: end;
  transition: background .25s, color .25s;
}
.module:hover .arr {
  background: var(--ink);
  color: var(--paper);
}

/* ── India map visual ── */
.india-vis {
  position: relative;
  aspect-ratio: 5/4;
  background: linear-gradient(170deg, var(--sage), #B6C2AD 60%, #94A797);
  overflow: hidden;
  border-radius: 4px;
}
.city {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}
.city .pin {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(177, 122, 61, .25), 0 0 0 12px rgba(177, 122, 61, .1);
}
.city.alt .pin {
  background: var(--forest);
  box-shadow: 0 0 0 4px rgba(15, 58, 51, .18);
}
.city-chip {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-2);
  background: var(--paper-3);
  display: inline-block;
}
.city-chip b {
  color: var(--copper);
  font-weight: 500;
  margin-right: 4px;
}

/* ── Story cards ── */
.story {
  background: var(--paper-3);
  padding: 32px;
  border-top: 2px solid var(--copper);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 400px;
}
.story .quote {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink);
}
.story .who {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
}
.story .who .n {
  font-family: var(--serif);
  font-size: 18px;
}
.story .who .r {
  font-size: 12px;
  color: var(--mute);
  margin-top: 2px;
  letter-spacing: .04em;
}
.story .who .city-label {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--copper);
  text-align: right;
}

/* ── FAQ accordion ── */
.q {
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 28px;
  align-items: start;
  cursor: pointer;
}
.q .qn {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--copper);
}
.q .qt {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.q .qa {
  grid-column: 2/3;
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.65;
  margin-top: 14px;
  max-width: 760px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease;
}
.q.open .qa {
  max-height: 500px;
  opacity: 1;
}
.q .plus {
  width: 30px;
  height: 30px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: end;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  padding-bottom: 3px;
  transition: transform .3s, background .3s, color .3s;
}
.q.open .plus {
  transform: rotate(45deg);
  background: var(--ink);
  color: var(--paper);
}

/* ── CTA section gradient ── */
.cta-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(177, 122, 61, .3), transparent 45%);
  pointer-events: none;
}

/* ── CTA bullets ── */
.cta-bullets {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgba(245, 240, 228, .88);
  font-size: 14px;
}
.cta-bullets .b {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cta-bullets .b::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--copper-soft);
}

/* ── Application form ── */
.form {
  background: var(--paper-3);
  color: var(--ink);
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.form .label {
  font-family: var(--serif);
  font-style: italic;
  color: var(--copper);
  font-size: 15px;
}
.form h3 {
  font-family: var(--serif);
  font-size: 30px;
  margin: 8px 0 22px;
  line-height: 1.05;
  letter-spacing: -.01em;
  font-weight: 400;
}
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 6px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  font: inherit;
  color: var(--ink);
  font-size: 16px;
  outline: none;
  transition: border-color .2s;
  border-radius: 0;
}
.field input:focus,
.field select:focus {
  border-color: var(--ink);
}
.field .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form .submit {
  margin-top: 14px;
  width: 100%;
  justify-content: center;
}
.form .or {
  margin: 18px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mute);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.form .or::before,
.form .or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.form .wa-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  background: var(--wa);
  color: #fff;
  padding: 14px;
  border-radius: 6px;
  font-weight: 500;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  letter-spacing: .02em;
  transition: background .2s;
  text-decoration: none;
}
.form .wa-btn:hover {
  background: var(--wa-dark);
}
.form .tos {
  font-size: 11px;
  color: var(--mute);
  margin-top: 12px;
  line-height: 1.5;
}

/* ── Footer ── */
.foot-col h5 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 16px;
  font-weight: 500;
}
.foot-col a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--ink-2);
  transition: color .2s;
  text-decoration: none;
}
.foot-col a:hover {
  color: var(--ink);
}

/* ── Floating WhatsApp button ── */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--wa);
  color: #fff;
  padding: 14px 18px 14px 14px;
  border-radius: 999px;
  box-shadow: 0 14px 40px -8px rgba(37, 211, 102, .55), 0 4px 12px rgba(0, 0, 0, .18);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  text-decoration: none;
}
.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px -8px rgba(37, 211, 102, .7), 0 6px 16px rgba(0, 0, 0, .22);
}
.wa-float .ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}
.wa-float .ico svg {
  color: var(--wa);
}
.wa-float .pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
  animation: pulse 2s infinite;
  pointer-events: none;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); }
  70%  { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ── Responsive ── */
@media (max-width: 1080px) {
  .aud-grid,
  .practice-grid,
  .tech-grid,
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .step:nth-child(2) {
    border-right: none;
  }
  .step:nth-child(1),
  .step:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .module {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }
  .module .desc,
  .module .meta,
  .module .arr {
    grid-column: 2;
  }
  .module .arr {
    justify-self: start;
  }
  .hero-cred {
    left: 0;
  }
  .wa-float .label-text {
    display: inline;
  }
}

@media (max-width: 680px) {
  .aud-grid,
  .practice-grid,
  .tech-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step {
    border-right: none;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .form {
    padding: 26px;
  }
  .wa-float .label-text {
    display: none;
  }
  .wa-float {
    padding: 14px;
  }
  .aud-cta {
    padding: 24px;
  }
  .field .row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */