.elementor-110 .elementor-element.elementor-element-701f4d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4d3b31f *//* =========================================
   ABOUT US PAGE — 3 sections
   Hero (dark) → Story (light) → Promise (dark)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --container-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f4f6f0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---------- SECTION 1: Hero ---------- */
.about-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 88px 24px 80px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 18% 22%, rgba(181, 211, 52, 0.16), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(0, 131, 143, 0.14), transparent 28%),
    linear-gradient(180deg, #001845 0%, #00205b 100%);
  color: var(--pv-white);
  overflow-x: clip;
  text-align: center;
}

.about-hero__container {
  width: min(100%, 780px);
  margin: 0 auto;
}

.about-hero__eyebrow {
  margin: 0 0 12px;
  color: var(--pv-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero__title {
  margin: 0;
  color: var(--pv-white);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.08;
}

.about-hero__text {
  margin: 18px auto 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

/* ---------- SECTION 2: Story ---------- */
.about-story {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 72px 24px 80px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at top right, rgba(181, 211, 52, 0.12), transparent 28%),
    #f4f6f0;
  overflow-x: clip;
}

.about-story__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.about-story__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 50% 100%, rgba(0, 131, 143, 0.08), transparent 55%);
  border: 1px solid rgba(0, 32, 91, 0.08);
}

.about-story__media img {
  width: min(100%, 340px);
  filter: drop-shadow(0 18px 28px rgba(0, 32, 91, 0.14));
}

.about-story__eyebrow {
  margin: 0 0 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story__title {
  margin: 0;
  color: var(--pv-navy);
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.about-story__text {
  margin: 16px 0 0;
  color: #3d4a66;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.about-story__points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about-story__points li {
  position: relative;
  padding-left: 28px;
  color: var(--pv-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.about-story__points li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pv-lime);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.55);
}

/* ---------- SECTION 3: Promise ---------- */
.about-promise {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 72px 24px 84px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at top left, rgba(181, 211, 52, 0.12), transparent 30%),
    linear-gradient(180deg, #001845 0%, #00205b 100%);
  color: var(--pv-white);
  overflow-x: clip;
}

.about-promise__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.about-promise__header {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.about-promise__eyebrow {
  margin: 0 0 10px;
  color: var(--pv-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-promise__title {
  margin: 0;
  color: var(--pv-white);
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.about-promise__subtitle {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.about-promise__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-promise__card {
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.about-promise__card h3 {
  margin: 0 0 10px;
  color: var(--pv-lime);
  font-size: 18px;
  font-weight: 800;
}

.about-promise__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.about-promise__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 28px;
  margin-top: 40px;
}

.about-promise__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  background: var(--pv-lime);
  color: var(--pv-navy-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.about-promise__btn:hover {
  background: #c6e04a;
  transform: translateY(-1px);
}

.about-promise__link {
  color: var(--pv-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-promise__link:hover {
  color: var(--pv-lime);
}

@media (max-width: 900px) {
  .about-story__container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-story__content {
    text-align: center;
  }

  .about-story__points li {
    text-align: left;
  }

  .about-promise__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .about-hero {
    padding: 64px 18px 56px;
  }

  .about-story,
  .about-promise {
    padding: 56px 18px 64px;
  }
}/* End custom CSS */