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: #f7f9fc;
  color: #1f2933;
  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: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

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

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

.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: #2b4767;
}

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

.main-nav a {
  color: #1f2933;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #ffffff;
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phone-cta:hover,
.phone-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.35);
}

.hero {
  padding: 5.2rem 0 3.6rem;
  background: linear-gradient(120deg, rgba(30, 64, 175, 0.08), rgba(59, 130, 246, 0.05));
}

.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: #102a43;
}

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

.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: #2563eb;
  background: rgba(37, 99, 235, 0.12);
  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: #16a34a;
  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, #1e40af, #3b82f6);
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 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;
}

.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: #102a43;
}

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

.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: #16a34a;
  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(30, 64, 175, 0.08), rgba(59, 130, 246, 0.08));
  border-radius: 16px;
  padding: 1.6rem;
  text-align: center;
  display: grid;
  gap: 0.85rem;
  color: #1f2933;
}

.feature-item i {
  font-size: 1.8rem;
  color: #1d4ed8;
}

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

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

.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, #16a34a, #22c55e);
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1rem;
}

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

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

.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, #1e40af, #3b82f6);
  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 {
  background: #0f172a;
  color: #e2e8f0;
  padding: 2.8rem 0;
}

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

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

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  font-size: 17px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #60a5fa;
}

.footer-disclaimer {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #cbd5f5;
}

@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;
  }

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

  .hero__content {
    order: 2;
  }

  .hero__media {
    order: 1;
  }

  .hero__actions {
    justify-content: center;
  }
}

@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: 16px;
  }
}
