html {
  font-size: 0.5vw;
  font-family: Arial, Helvetica, sans-serif;

}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  /* background-color: #b22222; */
  background-image: url('../images/17580.jpg');
  line-height: 1.4;
}

.div2 img {
  width: 4em;
}

.div5 {
  display: none !important;
}

.div1 {
  background: rgba(103, 165, 204, 0.73);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  flex-wrap: wrap;
  padding: 0.8em 1.5em;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.div1-logo {
  max-height: 6em;
  width: auto;
  object-fit: contain;
}

.div1-title {
  display: inline-block;
  margin: 0;
  font-size: 1.7em;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .div1 {
    padding: 0.8em 1em;
    gap: 0.8em;
  }

  .div1-logo {
    max-height: 6em;
  }

  .div1-title {
    font-size: 1.5em;
  }

  .footer-logo {
    max-height: 3.5em;
  }

  .footer-title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .div1 {
    flex-direction: column;
  }

  .div1-logo {
    max-height: 3em;
  }

  .div1-title {
    font-size: 1.3em;
  }

  .footer-brand {
    flex-direction: column;
    gap: 0.5em;
  }

  .footer-logo {
    max-height: 3em;
  }

  .footer-title {
    font-size: 1.2em;
  }

  .footer-disclaimer {
    font-size: 0.65em;
  }
}

.div2 {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: white;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 2em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  border-top: 0.15em solid #15803d;
    flex-wrap: wrap;
  word-break: break-word;
  text-align: center;

}

.div3 {
  width: 0.6em;
  height: 0.6em;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 0.5em rgba(34, 197, 94, 0.8);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0.5em rgba(34, 197, 94, 0.8);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
    box-shadow: 0 0 1em rgba(34, 197, 94, 1);
  }
}

#counter {
  font-weight: 800;
  font-style: italic;
}

.div6 {
  width: 100%;
  margin: 0;
  padding: 0em 20%;
  border-top: 0.1em solid #e5e7eb;
}

.div7 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.div8 {
  padding: 0.5em 1em 1em 1em;
  text-align: center;
  font-size: 4.3em;
  font-weight: 900;
  color: #1f2937;
  line-height: 1.2;
}

.div9 {
  width: 85%;
  max-width: 100em;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0.5em;
  object-fit: cover;
}

.div10 {
  padding: 1em 1.5em;
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  color: #374151;
  line-height: 1.5;
}

.arrow-section {
  text-align: center;
  padding: 1em 0 1.5em 0;
  color: #6b7280;
}

.arrow-section i {
  font-size: 2.8em;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.3em);
  }
  60% {
    transform: translateY(-0.15em);
  }
}

.div11 {
  background: #f1f5f9;
  padding: 0.1em;
  width: 100%;
}

.div12 {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  color: white;
  font-size: 2.3em;
  font-weight: 500;
  padding: 1em 0.5em;
  border-radius: 0.8em;
  text-align: center;
  margin: 0.3em;
  box-shadow: 0 0.3em 0 #16a34a;
  letter-spacing: 0.05em;
}

.div13 {
  background: #ebebeb;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border-radius: 0.9em 0.9em 0.9em 0.9em;
  width: 100%;
}

.div14 {
  text-align: center;
  padding: 0.2em 0 0.5em 0;
  font-size: 4.8em;
  font-weight: 700;
  color: #1f2937;
}

.div15 {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin-bottom: 1.2em;
}
 :root {
      /* --bg-4: linear-gradient(to right, #00f2fe, #4facfe); */
      /* --shadow-4: 0 0 20px rgba(0, 242, 254, 0.6); */
      --anim-4: scaleUp 2s infinite;
    }

    @keyframes scaleUp {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.03); }
    }
    .glow {
  box-shadow:
    0 0 0.375rem rgba(40, 167, 69, 0.4),
    /* 6px → 0.375rem */
    0 0 0.625rem rgba(40, 167, 69, 0.2);
  /* 10px → 0.625rem */
}

/* Shimmer effect */
.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}
.div16 {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: white;
  padding: 1em;
  border-radius: 2.5em;
  text-align: center;
  font-size: 2.8em;
  font-weight: 700;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 0.3em 0.6em rgba(22, 163, 74, 0.3);
  animation: scaleUp 2s infinite;
  max-width: 95%;
  width: 100%;
  margin: 0.3em auto;
  transition: all 0.3s ease;
}

.div16:hover {
  transform: translateY(-0.1em);
  box-shadow: 0 0.4em 0.8em rgba(22, 163, 74, 0.4);
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}

.div16:active {
  transform: translateY(0);
  box-shadow: 0 0.2em 0.4em rgba(22, 163, 74, 0.3);
}

.div17 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 2.3em;
  color: #374151;
  font-weight: 600;
}

.div18 {
  width: 0.5em;
  height: 0.5em;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 0.3em rgba(34, 197, 94, 0.8);
}

#claim {
  color: #16a34a;
  font-weight: 800;
}

.div4 {
  background: #e9f2ff;
  color: #1f2937;
  text-align: center;
  padding: 3em 1em;
  margin: 3em 18%;
  font-size: 1.2em;
  font-weight: 700;
  border-top: 0.2em solid #2196f3;
}

#statusMessage {
  font-size: 2.5em;
}

#congratulations.div4 {
  margin: 3em 18%;
  background: #e3f2fd;
  border-top: 0.2em solid #2196f3;
}

.div19 {
  color: rgb(34 197 94);
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.div20 {
  background: rgb(254 240 138);
  text-align: center;
  font-size: 3em;
  font-weight: 200;
  margin: 0.2em 1em;
  line-height: 1.5;
  padding: 0.08em;
}

.div20 span {
  font-weight: 700;
}

.div21 {
  background: rgb(253 224 71);
  color: #1f2937;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0.7em 1.2em;
  border-radius: 0.5em;
  width: max-content;
  display: inline-block;
  margin-top: 0.5em;
}

.div22 {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: white;
  text-align: center;
  font-size: 3.5em;
  font-weight: 700;
  padding: 1.2em;
  border-radius: 0.8em;
  margin: 1em 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.4em 0.8em rgba(22, 163, 74, 0.3);
  text-decoration: none;
  display: block;
  animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0.5em rgba(34, 197, 94, 0.8);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 0 1em rgba(34, 197, 94, 1);
  }
}

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

.div22:hover {
  transform: translateY(-0.1em);
  box-shadow: 0 0.5em 1em rgba(22, 163, 74, 0.4);
}

.div23 {
  text-align: center;
  font-size: 1.9em;
  color: #374151;
  margin: 1.5em 1em;
  line-height: 1.4;
  font-weight: 500;
}

.div24 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1em;
  font-size: 2.2em;
  font-weight: 900;
  color: #dc2626;
  border: 0.08em dashed #dc2626;
  margin: 1.5em 0;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 0.35em;
}

.div25 {
  background: transparent;
  border-radius: 0.15em;
  text-align: center;
  color: #dc2626;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.div26 {
  color: #374151;
  padding: 2.5em 20%;
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  margin-top: 10em;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.footer-logo {
  max-height: 4em;
  width: auto;
  object-fit: contain;
}

.footer-title {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.footer-disclaimer {
  font-size: 0.55em;
  color: #4b5563;
  margin: 0 auto 1.5em;
  max-width: 60ch;
}

.div27 {
  margin: 1em 0;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.div27 a {
  color: #374151;
  text-decoration: none;
}

.div27 a:hover {
  text-decoration: underline;
}
.div99{
 
}

#image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  pointer-events: none;
}

#image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 48em) {
  html {
    font-size: 3vw;
  }

  .div1 {
    font-size: 0.5em;
  }

  .div1 > img {
    width: 60%;
  }

  .div2 {
    font-size: 1em;
  }

  .div6 {
    padding: 0em 5%;
  }

  .div8 {
    font-size: 2.1em;
    padding: 1em 0.8em 0.8em 0.8em;
  }

  .div10 {
    font-size: 1.15em;
    padding: 0.8em 1em;
  }

  .arrow-section {
    font-size: 1em;
  }

  .arrow-section i {
    font-size: 2.6em;
  }

  .div12 {
    font-size: 1.1em;
  }

  .div13 {
    padding: 0.4em 1em 1em 1em;
  }

  .div14 {
    font-size: 1.6em;
    padding: 0.4em 0 0.8em 0;
  }

  .div16 {
    font-size: 1.5em;
    padding: 0.8em;
  }

  .div17 {
    font-size: 1.1em;
  }

  .div15 {
    gap: 0.6em;
  }

  .div4 {
    font-size: 1em;
    padding: 1.5em 0.5em;
    margin: 1em 5%;
  }

  #statusMessage {
    font-size: 1.5em;
  }

  #congratulations.div4 {
    margin: 1em 5%;
  }

  .div19 {
    font-size: 1.8em;
  
  }

  .div20 {
    font-size: 1.7em;
      margin-top: 0.7em;
  }

  .div21 {
    font-size: 1.5em;
    margin: 0.5em 0.1em;
  }

  .div22 {
    font-size: 2em;
  }

  .div23 {
    font-size: 1.5em;
  }

  .div24 {
    font-size: 2em;
  }
  .div26 {
    font-size: 1.1em;
    padding: 1em 5%;
  }
}

@media (max-width: 30em) {
  html {
    font-size: 3vw;
  }

  .div8 {
    padding: 0.8em 0.6em;
  }

  .div10 {
    font-size: 1.2em;
    padding: 0.6em 0.1em;
  }
  .div12 {
    font-size: 1.1em;
  }

  .div13 {
    padding: 0.3em 0.8em 0.8em 0.8em;
  }

  .div14 {
    font-size: 2em;
    padding: 0.5em 0;
  }

  .div16 {
    font-size: 2.2em;
    padding: 0.7em;
  }

  .div1 {
    font-size: 1em;
    padding: 0.5em;
  }
}

@media (max-width: 20em) {
  html {
    font-size: 3vw;
  }

  .div8 {
    font-size: 1.5em;
    padding: 0.6em 0.4em;
  }

  .div10 {
    font-size: 1.2em;
    padding: 0.5em 0.6em;
  }

  .div16 {
    font-size: 1.3em;
    padding: 0.6em;
  }

  .div13 {
    padding: 0.2em 0.6em 0.6em 0.6em;
  }

  .div15 {
    gap: 0.4em;
  }

  .div24 {
    font-size: 1.5em;
  }
}

@media (max-width: 10em) {
  html {
    font-size: 3.5vw;
  }

  .div8 {
    font-size: 1.5em;
    padding: 0.4em 0.3em;
  }

  .div10 {
    font-size: 1em;
    padding: 0.4em 0.5em;
  }

  .div12 {
    font-size: 0.9em;
  }

  .div13 {
    padding: 0.2em 0.4em 0.5em 0.4em;
  }

  .div14 {
    font-size: 1.2em;
    padding: 0.6em 0;
  }

  .div15 {
    gap: 0.3em;
  }

  .div16 {
    font-size: 1em;
    padding: 0.5em;
    border-radius: 1.5em;
  }

  .div1 {
    font-size: 0.8em;
    padding: 0.6em;
  }

  .div2 {
    font-size: 0.7em;
    padding: 0.5em 1em;
  }

  .div16 {
    font-size: 1.3em;
  }

  .div22 {
    font-size: 1.5em;
  }

  .div24 {
    font-size: 1.2em;
  }

  .div25 {
    padding: 0.2em 0.3em;
    min-width: 0.8em;
  }
}

/* ====== Home Page Redesign (scoped to .home-page) ====== */
.home-page {
  font-size: 18px;
  background: #fefaf6;
  color: #2d1b2e;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

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

.site-width {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.site-header {
  background: linear-gradient(120deg, #0f1f17 0%, #0b6e4f 55%, #10b981 100%);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 14px 32px rgba(11, 110, 79, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  color: #e8f5ec;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #e8f5ec;
}

.brand__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand__logo svg {
  width: 100%;
  height: 100%;
}

.brand__name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #e8f5ec;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
}

.main-nav a {
  color: #e8f5ec;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #0b6e4f;
  padding: 1rem 2.2rem;
  border-radius: 14px;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  border: 1px solid rgba(11, 110, 79, 0.18);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.phone-cta:hover,
.phone-cta:focus-visible {
  transform: translateY(-1px);
  background: #f7fff9;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.hero {
  padding: 5.2rem 0 3.6rem;
  background: radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.14), transparent 38%), radial-gradient(circle at 80% 0%, rgba(11, 110, 79, 0.1), transparent 40%), #f8fbf7;
}

.hero__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.hero__content h1 {
  font-size: clamp(38px, 4.3vw, 56px);
  line-height: 1.2;
  margin: 0.6rem 0 0.8rem;
  color: #0B6E4F;
}

.hero__content p {
  font-size: 18px;
  margin: 0 0 1.5rem;
  color: #2f3e46;
}

.hero__media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  object-fit: cover;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 700;
  color: #0B6E4F;
  background: rgba(16, 185, 129, 0.14);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
}

.hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0.75rem;
}

.hero__list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 17px;
  color: #243b53;
}

.hero__list i {
  color: #0B6E4F;
  font-size: 1rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.75rem 1.8rem;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button {
  background: linear-gradient(135deg, #0B6E4F, #10B981);
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(11, 110, 79, 0.25);
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(11, 110, 79, 0.28);
}

.ghost-button {
  border: 1px solid rgba(15, 23, 42, 0.15);
  color: #1f2933;
  background: #ffffff;
}

.ghost-button:hover,
.ghost-button:focus-visible {
  border-color: rgba(15, 23, 42, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.hero__disclaimer {
  font-size: 16px;
  color: #52606d;
  margin-top: 1.5rem;
}

/* Layout refresh */
.hero__pill-row {
  display: grid;
  gap: 0.6rem;
  margin: 1.2rem 0 1.4rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 14px;
  background: rgba(13, 148, 136, 0.12);
  color: #0f172a;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.18);
}

.pill i {
  color: #0D9488;
}

.hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.meta-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.05rem 1.15rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.meta-value {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #0B6E4F;
  line-height: 1.2;
}

.meta-label {
  font-size: 13px;
  color: #52606d;
}

.hero__media-card {
  position: relative;
  background: linear-gradient(140deg, rgba(11, 110, 79, 0.12), rgba(16, 185, 129, 0.14));
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.hero__media-card img {
  display: block;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.15);
}

.floating-card {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: min(80%, 300px);
  background: #0f1f17;
  color: #e8f5ec;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.25);
}

.floating-title {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #34d399;
}

.floating-value {
  margin: 0.1rem 0;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
}

.floating-note {
  margin: 0;
  font-size: 14px;
  color: #d4f3e5;
}

.floating-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.floating-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 13px;
}

.floating-pills i {
  color: #34d399;
}

.trust-band {
  background: #0f1f17;
  color: #e8f5ec;
  padding: 2.6rem 0;
}

.trust-band__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.trust-band__item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.trust-band__label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #34d399;
}

.trust-band__metric {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0.2rem 0;
}

.trust-band__detail {
  display: block;
  color: #d4f3e5;
  font-size: 15px;
  line-height: 1.4;
}

.trust-banner {
  background: #0f172a;
  color: #ffffff;
  padding: 2.5rem 0;
}

.trust-banner__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.trust-banner__metric {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}

.section {
  padding: 4.8rem 0;
}

.section--alt {
  background: #ffffff;
}

.section__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.section__header h2 {
  font-size: clamp(32px, 3.5vw, 42px);
  margin-bottom: 0.75rem;
  color: #0B6E4F;
}

.section__header p {
  margin: 0;
  color: #334e68;
  font-size: 18px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

.plan-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.5rem 1.6rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.16);
  display: grid;
  gap: 0.7rem;
}

.plan-card--highlight {
  border-color: rgba(11, 110, 79, 0.24);
  box-shadow: 0 20px 40px rgba(11, 110, 79, 0.12);
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), #ffffff);
}

.plan-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(11, 110, 79, 0.16);
  color: #0B6E4F;
  font-weight: 700;
  font-size: 13px;
  width: max-content;
  margin-bottom: 0.35rem;
}

.plan-card__badge--soft {
  background: rgba(16, 185, 129, 0.12);
  color: #0B6E4F;
}

.plan-card__badge--outline {
  background: transparent;
  color: #0B6E4F;
  border: 1px dashed rgba(11, 110, 79, 0.35);
}

.plan-card h3 {
  margin: 0;
  font-size: 22px;
  color: #1f2933;
}

.plan-card p {
  margin: 0;
  color: #334e68;
  font-size: 16px;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  color: #243b53;
}

.plan-card li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.plan-card i {
  color: #0B6E4F;
  margin-top: 0.12rem;
}

@media (min-width: 960px) {
  .plan-card--highlight {
    grid-column: span 2;
  }
}

.plan-note {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 14px;
  color: #334e68;
  background: rgba(16, 185, 129, 0.1);
  padding: 0.75rem 0.95rem;
  border-radius: 14px;
}

.plan-note__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0B6E4F;
  box-shadow: 0 0 0 5px rgba(11, 110, 79, 0.2);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}

.info-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-card h3 {
  margin: 0;
  font-size: 24px;
  color: #1f2933;
}

.info-card p {
  margin: 0;
  color: #334e68;
  font-size: 17px;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  color: #243b53;
  font-size: 16px;
}

.info-card li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.info-card i {
  color: #0D9488;
  margin-top: 0.12rem;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.feature-item {
  background: linear-gradient(160deg, rgba(11, 110, 79, 0.08), rgba(16, 185, 129, 0.08));
  border-radius: 16px;
  padding: 1.6rem;
  text-align: center;
  display: grid;
  gap: 0.85rem;
  color: #2d1b2e;
}

.feature-item i {
  font-size: 1.8rem;
  color: #0B6E4F;
}

.feature-item h3 {
  margin: 0;
  font-size: 22px;
}

.feature-item p {
  margin: 0;
  color: #334e68;
  font-size: 17px;
}

.benefits-split {
  background: #f2fbf6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
  align-items: stretch;
}

.benefits-copy h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(30px, 3vw, 40px);
  color: #0B6E4F;
}

.benefits-copy p {
  margin: 0 0 1.3rem;
  color: #334e68;
  font-size: 18px;
}

.benefits-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.benefits-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.16);
  display: grid;
  gap: 1rem;
}

.benefit-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
}

.benefit-row i {
  font-size: 1.3rem;
  color: #0B6E4F;
  margin-top: 0.15rem;
}

.benefit-row h3 {
  margin: 0;
  font-size: 19px;
  color: #1f2933;
}

.benefit-row p {
  margin: 0.2rem 0 0;
  color: #334e68;
  font-size: 16px;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.step {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.75rem;
}

.step__number {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #F97316, #FB923C);
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1rem;
}

.step h3 {
  margin: 0;
  font-size: 22px;
  color: #0B6E4F;
}

.step p {
  margin: 0;
  color: #334e68;
  font-size: 17px;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  background: #ffffff;
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.timeline__number {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0B6E4F, #10B981);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 18px;
}

.timeline__number--accent {
  background: linear-gradient(135deg, #0B6E4F, #10B981);
}

.timeline__item h3 {
  margin: 0;
  font-size: 19px;
  color: #1f2933;
}

.timeline__item p {
  margin: 0.25rem 0 0;
  color: #334e68;
  font-size: 16px;
}

.timeline__footer {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background: #0f172a;
  color: #e2e8f0;
  padding: 1.2rem 1.4rem;
  border-radius: 14px;
}

.timeline__footer p {
  margin: 0;
  max-width: 540px;
  color: #cbd5f5;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.14);
  display: grid;
  gap: 1rem;
}

.testimonial-card blockquote {
  margin: 0;
  font-style: italic;
  color: #243b53;
}

.testimonial-card figcaption {
  font-weight: 700;
  color: #1d4ed8;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.resource-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.9rem;
}

.resource-card h3 {
  margin: 0;
  color: #102a43;
  font-size: 1.15rem;
}

.resource-card p {
  margin: 0;
  color: #334e68;
  font-size: 0.95rem;
}

.text-link {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.text-link i {
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #1e3a8a;
}

.text-link:hover i,
.text-link:focus-visible i {
  transform: translateX(3px);
}

.faq {
  background: #ffffff;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.faq__item {
  background: rgba(229, 239, 255, 0.8);
  border-radius: 16px;
  padding: 1.6rem;
  display: grid;
  gap: 0.75rem;
  border: 1px solid rgba(107, 114, 128, 0.15);
}

.faq__item h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #1f2933;
}

.faq__item p {
  margin: 0;
  color: #334e68;
  font-size: 0.95rem;
}

.cta-strip {
  background: linear-gradient(135deg, #0B6E4F, #10B981);
  color: #ffffff;
  padding: 3.2rem 0;
}

.cta-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cta-strip__inner h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(30px, 3.1vw, 38px);
  line-height: 1.2;
}

.cta-strip__inner p {
  margin: 0;
  font-size: 18px;
  max-width: 560px;
}

.site-footer {
  position: relative;
  background: radial-gradient(circle at 15% 20%, rgba(52, 211, 153, 0.08), transparent 30%), radial-gradient(circle at 80% 0%, rgba(11, 110, 79, 0.14), transparent 38%), #0f1f17;
  color: #e8f5ec;
  padding: 3.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
  height: 12px;
  background: linear-gradient(90deg, rgba(11, 110, 79, 0.4), rgba(16, 185, 129, 0.8), rgba(11, 110, 79, 0.4));
  border-radius: 999px;
  filter: blur(6px);
}

.site-footer__inner {
  display: grid;
  gap: 1.8rem;
  justify-items: start;
  text-align: left;
}

.site-footer .footer-logo {
  display: inline-flex;
  width: 60px;
  height: 60px;
}

.site-footer .footer-logo svg {
  width: 100%;
  height: 100%;
}

.footer-brand {
  align-items: center;
}

.footer-title {
  color: #e8f5ec;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-start;
  font-size: 16px;
}

.footer-links a {
  color: #e8f5ec;
  text-decoration: none;
  padding: 0.5rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.footer-disclaimer {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #cdeee0;
  max-width: 78ch;
}

@media (max-width: 960px) {
  .site-header {
    position: static;
  }

  .site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .phone-cta {
    width: 100%;
    justify-content: center;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__content {
    order: 1;
  }

  .hero__media {
    order: 2;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__media-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .floating-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 640px) {
  .home-page {
    font-size: 16px;
  }

  .hero {
    padding: 3.6rem 0 2.4rem;
  }

  .hero__media img {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  }

  .phone-cta {
    width: 100%;
    justify-content: center;
  }

  .cta-strip__inner {
    flex-direction: column;
    text-align: center;
  }

  .main-nav {
    gap: 1rem;
  }

  .main-nav a {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }

  .hero__pill-row {
    grid-template-columns: 1fr;
  }

  .meta-item {
    text-align: center;
  }

  .timeline__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__inner {
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}
