:root {
  --brand-red: #ad0d15;
  --brand-red-dark: #8f0810;
  --brand-gold: #d3b171;
  --ink: #171717;
  --muted: #676767;
  --soft: #f5f5f5;
  --footer-dark: #4f4f4f;
  --footer-base: #6c6c6c;
}

body {
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: "Poppins", Arial, sans-serif;
}

a {
  color: inherit;
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.site-header {
  border-bottom: 7px solid var(--brand-gold);
}

.navbar {
  min-height: 120px;
}

.brand-logo {
  width: 114px;
  height: auto;
}

.btn {
  --bs-btn-border-radius: 5px;
  --bs-btn-font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 42px;
  padding-inline: 1.25rem;
  letter-spacing: 0;
}

.btn-sm {
  min-height: 34px;
  padding-inline: .85rem;
}

.btn-danger {
  --bs-btn-bg: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-bg: var(--brand-red-dark);
  --bs-btn-hover-border-color: var(--brand-red-dark);
  --bs-btn-active-bg: var(--brand-red-dark);
  --bs-btn-active-border-color: var(--brand-red-dark);
}

.btn-outline-danger {
  --bs-btn-color: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-bg: var(--brand-red);
  --bs-btn-hover-border-color: var(--brand-red);
  --bs-btn-active-bg: var(--brand-red-dark);
  --bs-btn-active-border-color: var(--brand-red-dark);
}

.btn-outline-gold {
  --bs-btn-color: var(--brand-gold);
  --bs-btn-border-color: var(--brand-gold);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-gold);
  --bs-btn-hover-border-color: var(--brand-gold);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b99452;
  --bs-btn-active-border-color: #b99452;
}

.btn-light {
  --bs-btn-color: var(--brand-red);
}

.btn-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.hero-section {
  position: relative;
  display: grid;
  min-height: 694px;
  place-items: center;
  border-bottom: 7px solid var(--brand-gold);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .68)),
    url("img/rectangle-4549.png") center / cover no-repeat;
}

.hero-section h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 600;
}

.hero-section p {
  max-width: 650px;
  margin: 0 auto 2rem;
  color: #202020;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.5;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 600;
}

.support-card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.support-card .card-body {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

.support-card h3 {
  margin: 1.35rem 0 .85rem;
  font-size: 1.55rem;
  font-weight: 600;
}

.support-card p {
  max-width: 285px;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.support-card .btn {
  margin-top: auto;
}

.icon-circle {
  display: grid;
  width: 152px;
  height: 152px;
  place-items: center;
  border-radius: 50%;
  background: #e9e9e9;
}

.icon-circle img {
  width: 85px;
  height: 85px;
}

.benefit-section {
  background: #eaeaea;
  border-bottom: 7px solid var(--brand-gold);
}

.benefit-item {
  display: flex;
  min-height: 145px;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1rem;
}

.benefit-icon {
  display: grid;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  place-items: center;
  border-radius: 50%;
  background: #f7f7f7;
}

.benefit-icon img {
  width: 42px;
  height: 42px;
}

.benefit-item h3 {
  margin-bottom: .5rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.benefit-item p {
  margin-bottom: 0;
  color: #3f3f3f;
  line-height: 1.55;
}

.assistance-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3.25rem;
  padding: 2rem 2.5rem;
  border-radius: 8px;
  background: var(--brand-red);
  color: #fff;
}

.assistance-cta h2 {
  margin-bottom: .35rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.assistance-cta p {
  margin-bottom: 0;
  font-weight: 600;
}

.cta-icon {
  display: grid;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  place-items: center;
  border-radius: 50%;
  background: #ee0000;
}

.cta-icon img {
  width: 52px;
  height: 52px;
}

.site-footer {
  color: #fff;
  overflow: hidden;
  background: var(--footer-base);
}

.footer-about {
  min-height: 216px;
  padding: 1.35rem 0 1.15rem;
  background: var(--footer-dark);
}

.footer-about h2,
.footer-about h3 {
  margin-bottom: .25rem;
  font-weight: 700;
}

.footer-about h2 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.footer-about h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.footer-about p {
  max-width: 1150px;
  margin-bottom: .26rem;
  font-size: .68rem;
  line-height: 1.35;
  text-align: justify;
}

.footer-main {
  min-height: 244px;
  padding-top: 1.25rem;
  padding-bottom: .1rem;
}

.footer-main > .row {
  --bs-gutter-y: 0;
}

.site-footer h4 {
  margin-bottom: .55rem;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
}

.site-footer li + li {
  margin-top: .15rem;
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer a {
  color: #fff;
  font-size: .72rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.25;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--brand-gold);
}

.footer-logo {
  width: 118px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.store-buttons {
  display: inline-flex;
  flex-direction: column;
  gap: .5rem;
  align-items: flex-end;
  justify-content: flex-end;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  min-height: 33px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #232323;
  font-size: .78rem;
  font-weight: 600;
}

.store-badge svg {
  display: block;
  width: 115px;
  height: 33px;
}

.store-badge-app {
  min-height: 33px;
  border: 1px solid #fff;
  background: #fff;
  color: #232323;
  font-size: .8rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: .85rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #d7d7d7;
  font-size: .78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  justify-content: flex-end;
}

.footer-links a {
  color: #d7d7d7;
  font-size: .78rem;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-section {
    min-height: 560px;
  }

  .assistance-cta,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links,
  .store-buttons {
    justify-content: flex-start;
  }

  .footer-brand,
  .store-buttons {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    min-height: 520px;
    padding: 4rem 0;
  }

  .support-card .card-body {
    min-height: auto;
    padding: 1.5rem;
  }

  .icon-circle {
    width: 124px;
    height: 124px;
  }

  .icon-circle img {
    width: 68px;
    height: 68px;
  }

  .benefit-item,
  .assistance-cta .d-flex {
    flex-direction: column;
  }

  .assistance-cta {
    padding: 1.5rem;
  }
}
