/* PCL Home Offer — premium Mississippi draft homepage */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

.ms-draft {
  --ms-ink: #0f1c2e;
  --ms-ink-soft: #243447;
  --ms-muted: #5d6b7c;
  --ms-line: #e4ebf3;
  --ms-soft: #f4f7fb;
  --ms-soft-2: #eef3f8;
  --ms-brand: #ff4b3e;
  --ms-brand-dark: #e23a2e;
  --ms-navy: #0c2234;
  --ms-navy-2: #143247;
  --ms-orange: #f27a2d;
  --ms-gold: #f5b942;
  --ms-star: #fbbc04;
  --ms-sky: #00adef;
  --ms-sky-soft: #e7f7fd;
  --ms-sky-mid: #d4f0fb;
  --ms-radius: 22px;
  --ms-shadow: 0 18px 50px rgba(12, 34, 52, 0.1);
  --ms-shadow-lg: 0 28px 70px rgba(12, 34, 52, 0.16);
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--ms-ink);
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(0, 173, 239, 0.08), transparent 58%),
    radial-gradient(700px 380px at 100% 0%, rgba(255, 75, 62, 0.05), transparent 55%),
    #fafbfc;
}

.ms-draft h1,
.ms-draft h2,
.ms-draft h3,
.ms-draft .ms-brand-mark {
  font-family: Sora, Manrope, sans-serif;
  letter-spacing: -0.03em;
}

.ms-draft a {
  text-decoration: none;
}

/* ── Header ── */
.ms-draft .topbar {
  background: #fff;
  border-bottom: 1px solid rgba(12, 34, 52, 0.08);
}

.ms-draft .header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 82px;
  padding: 10px 28px;
  column-gap: 20px;
  background: #fff;
  border-bottom: 1px solid rgba(12, 34, 52, 0.08);
  box-shadow: none;
}

.ms-draft .brand__logo {
  width: 204px;
  max-height: 64px;
}

.ms-draft .nav {
  min-width: 0;
  gap: 6px;
  margin-left: 8px;
  flex-wrap: nowrap;
}

.ms-draft .nav > a,
.ms-draft .nav__dropdown-toggle {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #1e293b;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.18s ease, background 0.18s ease;
}

.ms-draft .nav > a:hover,
.ms-draft .nav__dropdown-toggle:hover {
  color: var(--ms-navy);
  background: rgba(12, 34, 52, 0.05);
}

.ms-draft .nav__dropdown-toggle span:last-child {
  display: inline-flex;
  align-items: center;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  opacity: 0.85;
}

.ms-draft .nav__submenu {
  margin-top: 10px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(12, 34, 52, 0.08);
  background: #fff;
  box-shadow: var(--ms-shadow-lg);
}

.ms-draft .nav__submenu a {
  justify-content: flex-start;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 12px;
  font-family: Sora, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
}

.ms-draft .nav__submenu a:hover {
  background: #fff1ef;
  color: var(--ms-brand-dark);
}

.ms-draft .header__cta {
  min-width: 0;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4b3e 0%, #f27a2d 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 26px rgba(255, 75, 62, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ms-draft .header__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(255, 75, 62, 0.36);
  background: linear-gradient(135deg, #ff4b3e 0%, #f27a2d 100%);
}

/* ── Preview banner ── */
.ms-preview-banner {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: #102738;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.ms-preview-banner__text {
  color: #ffb15f;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ms-preview-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ms-preview-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.ms-preview-banner__btn--primary {
  background: #ff4b3e;
  color: #fff;
}

.ms-preview-banner__btn--primary:hover {
  background: #e63e32;
  color: #fff;
  transform: translateY(-1px);
}

.ms-preview-banner__btn--ghost {
  background: transparent;
  color: #ffb15f;
  border: 1px solid rgba(255, 177, 95, 0.55);
}

.ms-preview-banner__btn--ghost:hover {
  background: rgba(255, 177, 95, 0.12);
  color: #ffb15f;
}

/* ── Hero ── */
.ms-hero {
  position: relative;
  overflow: hidden;
  min-height: min(50vh, 500px);
  padding: 36px 24px 28px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #cfeaf7;
}

.ms-hero::before,
.ms-hero::after {
  display: none;
}

.ms-hero__media {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/hero-home-bg.jpg") center / cover no-repeat;
}

.ms-hero__shade,
.ms-hero__glow {
  display: none;
}

.ms-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 52px;
  align-items: center;
}

.ms-hero__copy {
  max-width: 600px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: ms-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ms-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #ffb15f;
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: none;
}

.ms-hero__brand::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4b3e, #ffb15f);
}

.ms-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 750;
  max-width: 16ch;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45),
    0 0 1px rgba(0, 0, 0, 0.8);
}

.ms-hero__sub {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.5;
  max-width: 34ch;
  font-weight: 600;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 3px 14px rgba(0, 0, 0, 0.4);
}

.ms-hero__leads {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.ms-hero__secondary {
  margin: 0 0 12px;
  color: #fff;
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ms-hero__lead {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  max-width: none;
}

.ms-hero__lead:last-child {
  margin-bottom: 0;
}

.ms-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.ms-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}

.ms-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.ms-hero__trust li::before {
  content: "✔";
  color: #7dffa3;
  font-size: 13px;
}

.ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ms-btn:hover {
  transform: translateY(-2px);
}

.ms-btn--primary {
  background: linear-gradient(135deg, #ff4b3e 0%, #f27a2d 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(255, 75, 62, 0.38);
}

.ms-btn--primary:hover {
  background: linear-gradient(135deg, #e23a2e 0%, #e56b1f 100%);
}

.ms-btn--ghost {
  background: #fff;
  color: #0a6f9c;
  border: 1px solid rgba(0, 173, 239, 0.45);
  box-shadow: 0 8px 18px rgba(0, 123, 180, 0.08);
}

.ms-btn--ghost:hover {
  background: #f3fbfe;
  border-color: var(--ms-sky);
  color: #086489;
}

.ms-btn--dark {
  background: var(--ms-navy);
  color: #fff;
  box-shadow: 0 12px 28px rgba(12, 34, 52, 0.2);
}

.ms-btn--form {
  min-height: 56px;
  font-size: 16px;
}

.ms-btn__icon {
  display: inline-flex;
}

/* ── Form ── */
.ms-form-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px 26px 24px;
  box-shadow: var(--ms-shadow-lg);
}

.ms-form-card h2 {
  position: relative;
  margin: 0 0 20px;
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.28;
  color: var(--ms-ink);
}

.ms-form-card--hero {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 22px;
  border-radius: 4px;
  border: 1px solid #d7e1ee;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 34, 52, 0.12);
  animation: ms-rise 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.ms-form-card--hero .ms-form-card__shine,
.ms-form-card--hero::after {
  display: none;
}

.ms-form-card--hero h2 {
  margin: 0 0 18px;
}

.ms-form-card--hero .ms-offer-form input {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cfd8e3;
}

.ms-form-card--hero .ms-btn {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
}

.ms-offer-form {
  position: relative;
  display: grid;
  gap: 13px;
}

.ms-offer-form label {
  display: grid;
  gap: 7px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #3b4a5d;
}

.ms-offer-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ms-offer-form__full {
  grid-column: 1 / -1;
}

.ms-offer-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d7e1ee;
  border-radius: 14px;
  padding: 0 15px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--ms-ink);
  background: #f6f9fc;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.ms-offer-form input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.ms-offer-form input:hover {
  border-color: #c2d0e3;
  background: #fff;
}

.ms-offer-form input:focus {
  outline: none;
  border-color: var(--ms-brand);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 75, 62, 0.14);
  transform: translateY(-1px);
}

.ms-form-card .ms-btn {
  width: 100%;
  margin-top: 6px;
}

.ms-form-card--final {
  max-width: 560px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--ms-shadow-lg);
}

@keyframes ms-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Sections shared ── */
.ms-section {
  position: relative;
  padding: 92px 24px;
}

.ms-intro.ms-section {
  padding-top: 64px;
}

.ms-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.ms-prose {
  max-width: 640px;
}

.ms-prose--wide {
  max-width: 760px;
}

.ms-eyebrow {
  margin: 0 0 12px;
  color: #0787ba;
  font-family: Sora, Manrope, sans-serif;
  font-size: 12.5px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ms-eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.ms-section-head {
  max-width: 720px;
  margin-bottom: 8px;
}

.ms-section-head--inline {
  margin-bottom: 0;
}

.ms-section-head h2 {
  margin-bottom: 16px;
}

.ms-section-head > p:not(.ms-eyebrow) {
  margin-bottom: 0;
}

.ms-lead-label {
  margin: 22px 0 14px !important;
  color: var(--ms-ink) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.ms-section h2,
.ms-prose h2,
.ms-section-head h2,
.ms-reviews__header h2,
.ms-faq__intro h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--ms-ink);
  font-weight: 750;
}

.ms-section h2::after,
.ms-prose h2::after,
.ms-section-head h2::after,
.ms-reviews__header h2::after,
.ms-faq__intro h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--ms-sky), rgba(0, 173, 239, 0.15));
}

.ms-section p,
.ms-prose p,
.ms-section-head p:not(.ms-eyebrow) {
  margin: 0 0 18px;
  color: #4a5b6c;
  font-size: 17px;
  line-height: 1.75;
  max-width: 68ch;
  font-weight: 500;
}

.ms-checklist {
  list-style: none;
  margin: 8px 0 28px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.ms-checklist--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  max-width: 880px;
  margin-top: 8px;
}

.ms-checklist li {
  position: relative;
  padding: 0 0 0 30px;
  color: var(--ms-ink);
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.45;
}

.ms-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.2 16.6 4.8 12.2l1.4-1.4 3 3 8.6-8.6 1.4 1.4z'/%3E%3C/svg%3E") center / 9px no-repeat,
    linear-gradient(135deg, #00adef, #0787ba);
  box-shadow: 0 4px 10px rgba(0, 173, 239, 0.25);
}

.ms-note {
  margin: 28px 0 0 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 173, 239, 0.16);
  color: #314555 !important;
  font-weight: 650 !important;
  max-width: 58ch !important;
}

.ms-link-list {
  list-style: none;
  margin: 18px 0 28px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.ms-link-list--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 36px;
  max-width: 920px;
}

.ms-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ms-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba(0, 173, 239, 0.22);
  padding-bottom: 4px;
  transition: color 0.18s ease, border-color 0.18s ease, gap 0.18s ease;
}

.ms-link-list a::after {
  content: "→";
  color: var(--ms-sky);
  font-size: 15px;
  transition: transform 0.18s ease;
}

.ms-link-list a:hover {
  color: #0787ba;
  border-color: var(--ms-sky);
  gap: 14px;
}

.ms-link-list a:hover::after {
  transform: translateX(2px);
}

/* ── Intro ── */
.ms-intro {
  background:
    radial-gradient(600px 280px at 100% 0%, rgba(0, 173, 239, 0.07), transparent 70%),
    #fff;
}

.ms-intro__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  width: min(1160px, 100%);
}

.ms-intro__media {
  position: relative;
  min-height: 460px;
  background: url("assets/section-modern-home.jpg") center / cover no-repeat;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}

.ms-intro__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 24, 40, 0.28));
  pointer-events: none;
}

.ms-intro .ms-btn {
  margin-top: 6px;
}

/* ── Process ── */
.ms-process {
  background:
    radial-gradient(700px 320px at 0% 0%, rgba(0, 173, 239, 0.09), transparent 62%),
    linear-gradient(180deg, #f3f9fc 0%, #eef6fa 100%);
}

.ms-process-list {
  list-style: none;
  margin: 40px 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  counter-reset: step;
}

.ms-process-list > li {
  position: relative;
  padding: 8px 8px 8px 0;
  counter-increment: step;
}

.ms-process-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 58px;
  right: -14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 173, 239, 0.45), rgba(0, 173, 239, 0.08));
}

.ms-process-list > li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  font-family: Sora, Manrope, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--ms-sky);
  line-height: 1;
}

.ms-process-list h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 750;
  color: var(--ms-ink);
  letter-spacing: -0.025em;
}

.ms-process-list p {
  margin: 0;
  max-width: 34ch;
  font-size: 15.5px;
  line-height: 1.65;
}

/* ── Mid CTA ── */
.ms-mid-cta {
  padding: 0 24px;
}

.ms-mid-cta--bridge {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(680px 240px at 10% 50%, rgba(0, 173, 239, 0.16), transparent 70%),
    linear-gradient(115deg, #e8f6fc 0%, #f4fbfe 55%, #eef7fb 100%);
}

.ms-mid-cta--bridge .ms-mid-cta__inner {
  border: 0;
  padding: 42px 0;
}

.ms-mid-cta--bridge .ms-eyebrow--light {
  color: #0787ba;
}

.ms-mid-cta--bridge .ms-mid-cta__copy h3 {
  color: var(--ms-ink);
}

.ms-mid-cta--bridge .ms-mid-cta__copy p {
  color: #4a5b6c;
}

.ms-mid-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid rgba(12, 34, 52, 0.08);
  border-bottom: 1px solid rgba(12, 34, 52, 0.08);
}

.ms-mid-cta__copy {
  max-width: 640px;
}

.ms-mid-cta__copy h3 {
  margin: 0 0 10px;
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ms-ink);
}

.ms-mid-cta__copy p,
.ms-mid-cta__inner > p {
  margin: 0;
  color: #4a5b6c;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

.ms-mid-cta__inner > p {
  font-family: Sora, Manrope, sans-serif;
  font-size: 22px;
  font-weight: 750;
  color: var(--ms-ink);
  letter-spacing: -0.02em;
}

.ms-mid-cta .ms-btn {
  flex-shrink: 0;
}

.ms-mid-cta:not(.ms-mid-cta--bridge) {
  background: #fff;
}

/* ── Why ── */
.ms-why {
  background: #fff;
}

.ms-why .ms-btn,
.ms-condition .ms-btn {
  margin-top: 8px;
}

/* ── Reviews slider ── */
.ms-reviews {
  background:
    radial-gradient(640px 280px at 85% 0%, rgba(0, 173, 239, 0.08), transparent 68%),
    #f5fafc;
}

.ms-reviews__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.ms-reviews__header h2 {
  margin: 0;
}

.ms-reviews__nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.ms-reviews__btn {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 173, 239, 0.28);
  background: #fff;
  color: #0787ba;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ms-reviews__btn svg {
  width: 18px;
  height: 18px;
}

.ms-reviews__btn:hover {
  transform: translateY(-1px);
  border-color: transparent;
  background: linear-gradient(135deg, #00adef, #0787ba);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 173, 239, 0.28);
}

.ms-reviews__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ms-reviews__slider {
  overflow: hidden;
}

.ms-reviews__track {
  display: flex;
  gap: 32px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ms-review {
  position: relative;
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 8px 4px 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ms-review::before {
  content: "“";
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 0.7;
  color: rgba(0, 173, 239, 0.35);
}

.ms-review:hover {
  transform: none;
  box-shadow: none;
}

.ms-review__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.ms-review__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}

.ms-review__avatar--n { background: #5b8def; }
.ms-review__avatar--j { background: #34a853; }
.ms-review__avatar--m { background: #f27a2d; }
.ms-review__avatar--s { background: #00adef; }
.ms-review__avatar--g { background: #8e6cf0; }
.ms-review__avatar--r { background: #e25d7a; }

.ms-review__meta strong {
  display: block;
  font-size: 15.5px;
  color: var(--ms-ink);
  letter-spacing: -0.02em;
}

.ms-google-g {
  width: 30px;
  height: 30px;
}

.ms-review__text {
  margin: 0 0 14px;
  color: #425668;
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 500;
}

.ms-stars {
  color: #fbbc04;
  font-size: 15px;
  letter-spacing: 1.5px;
}

/* ── Condition / Areas / Situations ── */
.ms-condition {
  background:
    radial-gradient(520px 240px at 0% 100%, rgba(0, 173, 239, 0.06), transparent 70%),
    #fff;
}

.ms-situations {
  background: #fff;
}

.ms-areas {
  background:
    linear-gradient(180deg, #f3f9fc 0%, #eef6fa 100%);
}

/* ── FAQ ── */
.ms-faq {
  background:
    radial-gradient(640px 260px at 50% 0%, rgba(0, 173, 239, 0.06), transparent 70%),
    #fff;
}

.ms-faq__wrap {
  max-width: 780px;
  margin: 0 auto;
}

.ms-faq__intro {
  text-align: left;
  margin-bottom: 28px;
}

.ms-faq__intro h2 {
  margin: 0;
}

.ms-faq-list {
  display: grid;
  gap: 0;
  margin: 0;
  max-width: 780px;
  border-top: 1px solid rgba(12, 34, 52, 0.1);
}

.ms-faq details {
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(12, 34, 52, 0.1);
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}

.ms-faq details::before {
  display: none;
}

.ms-faq details[open] {
  border-color: rgba(0, 173, 239, 0.22);
  box-shadow: none;
  transform: none;
}

.ms-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 46px 20px 0;
  font-family: Sora, sans-serif;
  font-weight: 700;
  color: var(--ms-ink);
  font-size: 16.5px;
  line-height: 1.4;
  letter-spacing: -0.015em;
  transition: color 0.18s ease;
}

.ms-faq summary::-webkit-details-marker {
  display: none;
}

.ms-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 500;
  color: var(--ms-sky);
  border-radius: 0;
  background: transparent;
}

.ms-faq details[open] summary {
  color: #0787ba;
}

.ms-faq details[open] summary::after {
  content: "−";
}

.ms-faq details p {
  margin: 0 0 20px;
  padding: 0;
  color: #4a5b6c;
  font-size: 16px;
  line-height: 1.72;
  max-width: 64ch;
}

@media (max-width: 900px) {
  .ms-process-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ms-process-list > li:not(:last-child)::after {
    display: none;
  }

  .ms-checklist--split,
  .ms-link-list--grid {
    grid-template-columns: 1fr;
  }
}

/* ── Final ── */
.ms-final {
  position: relative;
  padding: 32px 28px;
  overflow: hidden;
  isolation: isolate;
  background: #0c2234;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ms-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  background: url("assets/final-form-bg.jpg") center / cover no-repeat;
}

.ms-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  background: rgba(8, 20, 32, 0.22);
  pointer-events: none;
}

.ms-final .ms-form-card--final {
  position: relative;
  z-index: 1;
  width: min(60%, 640px);
  max-width: 640px;
  margin: 0;
  margin-right: max(8px, calc((100% - min(1160px, 100%)) / 2));
  padding: 16px 18px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 18, 30, 0.22);
}

.ms-final .ms-form-card--final h2 {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.25;
}

.ms-final .ms-form-card--final .ms-offer-form {
  gap: 8px;
}

.ms-final .ms-form-card--final .ms-offer-form__row {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ms-final .ms-form-card--final label {
  font-size: 11.5px;
  gap: 4px;
}

.ms-final .ms-form-card--final input {
  min-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 12px;
}

.ms-final .ms-form-card--final .ms-btn {
  min-height: 42px;
  border-radius: 4px;
  font-size: 14.5px;
}

.ms-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.ms-final__actions .ms-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 4px;
  font-size: 14px;
}

@media (max-width: 760px) {
  .ms-final {
    justify-content: center;
    padding: 24px 18px;
  }

  .ms-final .ms-form-card--final {
    width: 100%;
    max-width: 520px;
    margin-right: 0;
  }

  .ms-final .ms-form-card--final .ms-offer-form__row {
    grid-template-columns: 1fr;
  }
}

/* ── Compact footer (draft) ── */
.ms-draft .site-footer__panel {
  padding: 28px 28px 0;
  border-radius: 18px 18px 0 0;
}

.ms-draft .site-footer__grid {
  gap: 22px;
}

.ms-draft .site-footer__brand-logo {
  max-width: 150px;
}

.ms-draft .site-footer__about p {
  font-size: 13.5px;
  line-height: 1.5;
  margin-top: 10px;
}

.ms-draft .site-footer__about h3,
.ms-draft .site-footer__links h3,
.ms-draft .site-footer__location h3 {
  font-size: 18px;
}

.ms-draft .site-footer__links a {
  font-size: 13.5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.ms-draft .site-footer__call {
  padding: 12px;
}

.ms-draft .site-footer__address {
  margin-top: 12px;
}

.ms-draft .site-footer__address p,
.ms-draft .site-footer__bottom {
  font-size: 12.5px;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .ms-draft .nav {
    gap: 2px;
  }

  .ms-draft .nav > a,
  .ms-draft .nav__dropdown-toggle {
    padding: 8px 10px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .ms-hero__inner,
  .ms-intro__grid {
    grid-template-columns: 1fr;
  }

  .ms-hero {
    padding: 28px 18px 16px;
    min-height: auto;
  }

  .ms-hero h1 {
    max-width: none;
  }

  .ms-hero__copy {
    max-width: none;
  }

  .ms-form-card--hero {
    width: 100%;
    max-width: 540px;
    justify-self: center;
  }

  .ms-review {
    flex: 0 0 calc((100% - 32px) / 2);
  }

  .ms-reviews__header {
    align-items: flex-start;
  }

  .ms-mid-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-mid-cta .ms-btn {
    width: 100%;
    text-align: center;
  }

  .ms-intro__media {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .ms-section {
    padding: 64px 18px;
  }

  .ms-hero {
    padding: 28px 16px 24px;
  }

  .ms-hero__inner {
    gap: 26px;
  }

  .ms-hero h1 {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.12;
  }

  .ms-hero__sub {
    font-size: 16px;
    max-width: none;
  }

  .ms-cta-row,
  .ms-cta-row .ms-btn {
    width: 100%;
  }

  .ms-offer-form__row {
    grid-template-columns: 1fr;
  }

  .ms-review {
    flex: 0 0 100%;
  }

  .ms-intro__media {
    clip-path: none;
    min-height: 260px;
  }

  .ms-form-card,
  .ms-form-card--hero {
    padding: 22px 18px 18px;
  }

  .ms-draft .header {
    min-height: 70px;
    padding: 8px 16px;
  }

  .ms-section h2,
  .ms-prose h2,
  .ms-section-head h2,
  .ms-reviews__header h2,
  .ms-faq__intro h2 {
    font-size: clamp(26px, 8vw, 32px);
  }

  .ms-section p,
  .ms-prose p,
  .ms-section-head p:not(.ms-eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-hero__copy,
  .ms-form-card--hero,
  .ms-btn,
  .ms-review,
  .ms-hero__media {
    animation: none;
    transition: none;
  }
}

/* Blog section tweaks — draft only */
.ms-draft .insights--blog {
  padding: 72px 24px;
  background:
    radial-gradient(620px 260px at 10% 0%, rgba(0, 173, 239, 0.06), transparent 68%),
    #fff;
}

.ms-draft .insights--blog .insights__header {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 28px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.ms-draft .insights--blog .insights__intro {
  max-width: 620px;
  text-align: left;
}

.ms-draft .insights--blog .insights__title {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.035em;
}

.ms-draft .insights--blog .insights__subtitle {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.55;
  white-space: normal;
  color: #4a5b6c;
}

.ms-draft .insights--blog .insights__actions {
  flex-shrink: 0;
  padding-top: 0;
}

.ms-draft .insights--blog .insights__cta {
  min-width: 150px;
  height: 44px;
  font-size: 14px;
  padding: 0 18px;
  border-radius: 999px;
}

.ms-draft .insights--blog .insights__cta-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}

.ms-draft .insights--blog .insights__cta-arrow svg {
  width: 18px;
  height: 18px;
}

.ms-draft .insights--blog .insights__grid {
  max-width: 1120px;
  margin: 0 auto;
}

.ms-draft .ms-mid-cta .ms-btn--primary {
  box-shadow: 0 10px 24px rgba(255, 75, 62, 0.22);
}

@media (max-width: 900px) {
  .ms-draft .insights--blog {
    padding: 64px 18px;
  }

  .ms-draft .insights--blog .insights__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-draft .insights--blog .insights__subtitle {
    white-space: normal;
    max-width: 48ch;
  }
}

/* ── Testimonials offer popup ── */
.ms-offer-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.ms-offer-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ms-offer-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 30, 0.58);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.ms-offer-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100dvh - 40px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
  transform: translateY(28px) scale(0.96);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.ms-offer-popup.is-open .ms-offer-popup__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.ms-offer-popup__media {
  min-height: 100%;
  background:
    linear-gradient(165deg, rgba(12, 34, 52, 0.22), rgba(12, 34, 52, 0.05)),
    url("assets/section-modern-home.jpg") center / cover no-repeat;
}

.ms-offer-popup__content {
  position: relative;
  padding: 34px 30px 28px;
  background:
    radial-gradient(360px 180px at 100% 0%, rgba(255, 75, 62, 0.1), transparent 70%),
    #fff;
}

.ms-offer-popup__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4b3e, #f27a2d, #ffb15f);
}

.ms-offer-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 28, 46, 0.06);
  color: #0f1c2e;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.ms-offer-popup__close:hover {
  background: #fff1ef;
  color: #e23a2e;
  transform: scale(1.04);
}

.ms-offer-popup__content h2 {
  margin: 0 0 10px;
  padding-right: 28px;
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0f1c2e;
}

.ms-offer-popup__text {
  margin: 0 0 18px;
  color: #5d6b7c;
  font-size: 15.5px;
  line-height: 1.55;
}

.ms-offer-popup__form {
  gap: 11px;
}

.ms-offer-popup__form .ms-btn {
  margin-top: 4px;
  animation: ms-popup-pulse 2.4s ease-in-out infinite;
}

@keyframes ms-popup-pulse {
  0%, 100% { box-shadow: 0 14px 30px rgba(255, 75, 62, 0.3); }
  50% { box-shadow: 0 18px 40px rgba(255, 75, 62, 0.45); }
}

body.ms-offer-popup-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .ms-offer-popup__dialog {
    grid-template-columns: 1fr;
  }

  .ms-offer-popup__media {
    min-height: 140px;
  }

  .ms-offer-popup__content {
    padding: 24px 20px 22px;
  }

  .ms-offer-popup__form .ms-btn {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-offer-popup,
  .ms-offer-popup__dialog,
  .ms-offer-popup__form .ms-btn {
    transition: none;
    animation: none;
  }
}

/* Homepage navbar alignment: keep primary links truly centered between logo and CTA. */
.ms-draft .header {
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr) minmax(210px, 260px);
}

.ms-draft .nav {
  justify-self: center;
  justify-content: center;
  margin-left: 0;
  gap: 10px;
}

.ms-draft .header__cta {
  justify-self: end;
}

@media (max-width: 1180px) {
  .ms-draft .nav > a,
  .ms-draft .nav__dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

html {
  scroll-behavior: smooth;
}

#how-it-works {
  scroll-margin-top: 170px;
}

@media (max-width: 900px) {
  #how-it-works {
    scroll-margin-top: 130px;
  }
}

#any-condition {
  scroll-margin-top: 170px;
}

@media (max-width: 900px) {
  #any-condition {
    scroll-margin-top: 130px;
  }
}
