/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================== Font Family End ============================== */
/* @font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
    url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
  font-display: swap;
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: -0.125em;
  font-weight: 400 !important;
  font-family: bootstrap-icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* --theme-color: #1C63B8 !important; */
  /* --theme-color: #095717 !important; */
  --gold: #cdb274;
  --theme-color: #2a7449 !important;
}

body {
  font-family: "Manrope", sans-serif;
}

.text-green {
  color: var(--theme-color);
}

.text-white-50 {
  color: rgb(255 255 255 / 65%) !important;
}

.bg-green {
  background: var(--theme-color) !important;
}

h1 {
  font-size: 35px;
  line-height: 41px;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/* ================= Header  ================ */
.page-wrap {
  margin: 0 auto;
  padding: 14px 8px 10px;
}

.site-header {
  border-radius: 20px;
  background: #ffffff;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(232, 235, 228, .9);
  box-shadow: 0 16px 40px rgba(20, 32, 25, .08), 0 2px 10px rgba(20, 32, 25, .04);
}

.site-header::before {
  content: "";
  opacity: .7;
  height: 3px;
  inset: 0 0 auto 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(207, 176, 111, 0), rgba(207, 176, 111, .9) 18%, rgba(23, 114, 69, .9) 48%, rgba(207, 176, 111, .9) 78%, rgba(207, 176, 111, 0));
}

.header-inner {
  /* min-height: 104px; */
  padding: 15px 18px;
}

.navbar {
  padding: 0;
}

/* .brand-wrap {
  gap: 10px;
  min-width: 0;
  display: flex;
  max-width: 360px;
  align-items: center;
  text-decoration: none;
} */

.brand-wrap .logo {
  width: 400px;
  display: block;
  margin: 0px auto;
}

.brand-wrap .sticky-logo {
  width: 250px;
  display: none;
}

.navbar-toggler {
  padding: 10px 12px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: none !important;
  border: 1px solid rgba(207, 176, 111, .7);
}

.navbar-nav .nav-link.active {
  padding-bottom: 20px !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2822,36,45,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* .header-collapse {
  align-items: center;
} */

.main-nav {
  gap: 8px;
  display: flex;
  /* margin: 0 auto; */
  align-items: center;
}

.main-nav .nav-link {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  border-radius: 999px;
  /* letter-spacing: -.01em; */
  transition: all .2s ease;
  padding: 13px 18px !important;
}

.main-nav .nav-link:hover {
  /* color: var(--green-dark); */
  background: rgba(23, 114, 69, .06);
}

.main-nav .nav-link.active {
  /* color: var(--green); */
  background: linear-gradient(180deg, #eef5f0 0%, #e7f0ea 100%);
  box-shadow:
    inset 0 0 0 1px rgba(23, 114, 69, .08),
    0 1px 0 rgba(255, 255, 255, .8);
  font-weight: 700;
}

.main-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 114, 69, 0), rgba(23, 114, 69, .95) 50%, rgba(23, 114, 69, 0));
  /* opacity: .65; */
}

/* .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left:20px;
} */

.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  /* font-size: 14px; */
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  /* white-space: nowrap; */
  border: 1px solid rgba(207, 176, 111, .72);
  transition: transform .18s ease, box-shadow .18s ease;
  background: linear-gradient(180deg, #1a8a4f 0%, #136f40 100%);
  box-shadow: 0 10px 20px rgba(23, 114, 69, .18), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.call-btn:hover {
  /* color: #fff; */
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(23, 114, 69, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.call-btn svg {
  width: 17px;
  height: 17px;
  /* flex: 0 0 auto; */
}

.fixed-top {
  animation-duration: 2s;
  animation-name: moveHeader;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}

@keyframes moveHeader {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* =================== Banner  ================== */
.hero-landing {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(to bottom, #f5f6f5 40%, #fefefe 60%);
}

.hero-wrap {
  z-index: 2;
  max-width: 1085px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 22px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: 10px 15px;
  border: 1.5px solid rgba(205, 180, 122, .75);
  border-radius: 50px;
  background: rgba(255, 255, 255, .58);
  color: var(--theme-color);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(80, 80, 40, .04);
  backdrop-filter: blur(6px);
}

.flag-chip {
  width: 22px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  /* box-shadow: 0 0 0 1px rgba(205, 180, 122, .45); */
  flex: 0 0 auto;
}

h1.hero-title {
  font-weight: 800;
  text-align: left;
  color: #182732;
  margin: 18px auto 12px;
}

.hero-subtitle {
  /* max-width: 760px; */
  /* margin: 0 auto; */
  font-size: 1.04rem;
  line-height: 1.34;
  color: #4c565f;
  font-weight: 600;
}

.hero-search {
  margin: 14px auto 0;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(230, 233, 225, .95);
  border-radius: 15px;
  box-shadow: var(--shadow);
  padding: 18px 22px;
  position: relative;
}

.finder-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: clamp(1.45rem, 2vw, 1.7rem);
  color: #24353c;
  text-align: center;
}

.finder-heading .line {
  width: 34px;
  height: 2px;
  background: #cfaa55;
  border-radius: 2px;
  opacity: .85;
}

.border-gradient {
  padding: 3px;
  border-radius: 15px;
  background-image: linear-gradient(90deg, rgba(23, 114, 69, 0.9), rgba(207, 176, 111, .9) 18%, rgba(23, 114, 69, .9) 48%, rgba(207, 176, 111, .9) 78%, rgba(23, 114, 69, 0.9));
}

.finder-panel {
  position: relative;
  /* border: 1px solid var(--theme-color); */
  border-radius: 16px;
  background: #fafaf8;
  padding: 14px 14px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.search-tabs {
  position: absolute;
  top: -27px;
  left: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 2;
}

.tab-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  color: currentColor;
  opacity: .92;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: .72rem;
  font-weight: 800;
  color: #465058;
  letter-spacing: .01em;
}

.info-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #b8c0b9;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
  color: #768177;
  transform: translateY(-.5px);
}

.form-select,
.quote-btn {
  min-height: 60px;
  border-radius: 5px;
  font-weight: 700;
}

.form-select {
  min-height: 50px;
}

.form-control,
.form-select {
  border: 1px solid #d7ddd5;
  /* background: #fff; */
  color: #2a3137;
  box-shadow: none !important;
  padding-inline: 14px;
  font-size: .95rem;
}

.form-control::placeholder {
  color: #9aa2a8;
  font-weight: 700;
}

.form-select {
  color: #98a0a6;
  background-position: right 13px center;
}

.reg-input {
  display: flex;
  /* align-items: center; */
  min-height: 52px;
  border: 1px solid #d6dcd5;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.plate-badge {
  width: 28px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* font-size: .54rem; */
  font-weight: 600;
  letter-spacing: .03em;
  gap: 2px;
  flex: 0 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/gb.png);
}

.plate-badge .eu-stars {
  font-size: 10px;
  line-height: 1;
  letter-spacing: -1px;
  color: #f6d15e;
}

.reg-input input {
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  min-height: 60px;
  font-size: 1.70rem;
  color: #000;
  font-weight: 800;
  letter-spacing: .01em;
  padding: 0 16px;
  width: 100%;
  background: #ffcb05;
}

.reg-input input:-webkit-autofill,
.reg-input input:-webkit-autofill:hover,
.reg-input input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 40rem #ffcb05 inset;
  background-image: url("../images/gb.png") !important;
}

.postcode-wrap {
  position: relative;
}

.postcode-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #8c949a;
  pointer-events: none;
}

.postcode-wrap input {
  padding-left: 40px;
}

.quote-btn {
  width: 90%;
  border: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(180deg, #388a58 0%, #2a7449 100%);
  /* box-shadow: 0 8px 18px rgba(45, 123, 79, .22), inset 0 1px 0 rgba(255, 255, 255, .18); */
  transition: transform .18s ease, box-shadow .18s ease;
}

.quote-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(45, 123, 79, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
  color: #fff;
}

.quote-btn .arrow {
  display: inline-flex;
  margin-left: 10px;
  transform: translateY(4px);
}

.manual-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 4px;
  color: #6e767d;
  font-size: .85rem;
  font-weight: 800;
  text-transform: lowercase;
}

.manual-divider::before,
.manual-divider::after {
  content: "";
  flex: 1 1 auto;
  max-width: 322px;
  height: 1px;
  background: #e1e5df;
}

.manual-title {
  text-align: center;
  /* color: var(--green); */
  font-weight: 800;
  font-size: 1.02rem;
  margin-bottom: 2px;
}

.trust-row {
  margin: 18px auto 0;
  position: relative;
  z-index: 2;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 14px;
  position: relative;
  min-height: 76px;
}

.trust-col {
  position: relative;
}

.trust-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, rgba(205, 180, 122, 0) 0%, rgba(205, 180, 122, .95) 40%, rgba(205, 180, 122, .95) 60%, rgba(205, 180, 122, 0) 100%);
}

.trust-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f5f0e3 0%, #e7eddc 72%, #e0e7d6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .8), 0 6px 14px rgba(65, 86, 68, .08);
}

.trust-copy {
  font-size: 1.06rem;
  line-height: 1.16;
  font-weight: 600;
  color: #2b343a;
  text-align: left;
  letter-spacing: -.02em;
}

.trust-copy .muted {
  font-weight: 800;
}

.hero-landing .decor {
  position: static !important;
  /* z-index: 0; */
  pointer-events: auto;
  /* user-select: none; */
}

/* .illustration {
  top: 30%;
  left: 50%;
  opacity: .15;
  transform: translate(-50%, -50%);
} */

.wave-left {
  left: -16px;
  bottom: 26px;
  width: min(30vw, 320px);
  opacity: .75;
}

.wave-right {
  right: -24px;
  bottom: 34px;
  width: min(26vw, 260px);
  opacity: .62;
}

.soft-glow-left,
.soft-glow-right {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  z-index: 0;
  pointer-events: none;
}

.soft-glow-left {
  width: 140px;
  height: 140px;
  left: -42px;
  top: 56px;
  background: rgba(82, 152, 89, .12);
}

.soft-glow-right {
  width: 160px;
  height: 160px;
  right: -58px;
  bottom: 8px;
  background: rgba(88, 157, 95, .15);
}

::placeholder {
  color: #000000;
}

/* ===================== About Us =================== */

.hero-shell {
  position: relative;
  /* min-height: 100vh; */
  background: #ffffff;
  isolation: isolate;
  overflow: hidden;
}

.content {
  background: #ffffff;
}

.hero-wrap {
  position: relative;
  z-index: 2;
  /* width: min(1280px, calc(100vw - 32px)); */
  margin: 0 auto;
  /* min-height: 100vh; */
  padding: 42px 0 26px;
}

/* .col-lg-5 .banner-decor{
  top: -90px;
  left: 0 !important;
} */
.banner-decor {
  left: -60px;
  top: -10px;
  position: absolute;
  opacity: .5;
  /* transform: rotate(180deg); */
}

.banner-decor-2 {
  right: -60px;
  bottom: -10px;
  opacity: .5;
  position: absolute;
  /* transform: rotate(180deg); */
}

.hero-decor img,
.hero-decor-2 img {
  width: 300px;
}

.hero-decor {
  left: -60px;
  top: -40px;
  position: absolute;
  transform: rotate(180deg);
}

.hero-decor-2 {
  right: -60px;
  bottom: -40px;
  position: absolute;
  /* transform: rotate(180deg); */
}

.hero-card {
  position: relative;
  width: min(57%, 600px);
  min-height: 487px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(223, 226, 220, .95);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 36px 40px 34px;
  backdrop-filter: blur(3px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 315px;
  min-height: 40px;
  padding: 8px 18px;
  border: 1.5px solid rgba(208, 179, 109, .78);
  /* border-radius: var(--radius-pill); */
  background: rgba(255, 255, 255, .82);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1;
  /* margin-left: 101px; */
}

.hero-badge svg {
  flex: 0 0 auto;
}

.tiny-gold-line {
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: var(--gold);
  margin: 16px 0 18px 16px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .65) inset;
}

/* .hero-title {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: clamp(2.35rem, 4.15vw, 3.35rem);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.055em;
  color: #15252f;
} */

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 10px;
}

.feature-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #e9ebe5;
}

.feature-item:last-child {
  border-bottom: 0;
}

.feature-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eef2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  position: relative;
  margin-left: 16px;
}

.feature-icon-wrap .mini-star {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 17px;
  height: 17px;
}

.feature-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 600;
  color: #39444b;
  max-width: 99%;
}

.media-panel {
  position: absolute;
  right: 0;
  top: 45px;
  /* width: min(47%, 500px); */
  z-index: 1;
}

.vehicle-scene {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(.96) contrast(1.02);
  box-shadow: 0 10px 26px rgba(27, 38, 29, .05);
}

.service-pill {
  position: relative;
  width: 86%;
  margin: -26px auto 0;
  background: rgba(255, 255, 255, .96);
  border-radius: 28px;
  box-shadow: 0 10px 24px rgba(25, 36, 30, .08);
  border: 1px solid rgba(234, 236, 230, .9);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  z-index: 3;
}

.service-item {
  padding: 14px 10px 12px;
  text-align: center;
  position: relative;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.service-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, rgba(208, 179, 109, 0) 0%, rgba(208, 179, 109, .55) 18%, rgba(208, 179, 109, .55) 82%, rgba(208, 179, 109, 0) 100%);
}

.service-label {
  font-size: 13px;
  line-height: 1.05;
  /* color: var(--green); */
  font-weight: 700;
}

.corner-leaf,
.corner-leaf-bottom {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .9;
}

.corner-leaf {
  left: -22px;
  top: -18px;
  width: 132px;
  height: 132px;
  filter: blur(.5px);
}

.corner-leaf-bottom {
  left: -8px;
  bottom: -10px;
  width: 170px;
  height: 170px;
  filter: blur(1.2px);
  opacity: .64;
}

.top-waves {
  position: absolute;
  right: 72px;
  top: 8px;
  width: min(44vw, 430px);
  opacity: .28;
  z-index: 0;
}

.bottom-waves {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -8px;
  width: calc(100% + 20px);
  opacity: .72;
  z-index: 0;
}

/* ================== Heading styling =================== */


/* ====================== Make ==================== */
.brand-section {
  position: relative;
  overflow: hidden;
  padding: 26px 0 34px;
  background: #ffffff;
  isolation: isolate;
}

.wrap {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.wave.left {
  left: -80px;
  top: 82px;
  width: 250px;
  opacity: .26;
}

.wave.right {
  right: -68px;
  top: 34px;
  width: 250px;
  opacity: .22;
  transform: scaleX(-1);
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  /* color: var(--green); */
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.section-badge .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #edf4ee;
  /* color: var(--green); */
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.section-badge .icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-subtitle {
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text);
  font-weight: 600;
}

.brand-card {
  height: 100%;
  background: rgba(255, 255, 255, .95);
  border: 1px solid #e8ebe4;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(24, 37, 29, .08), 0 2px 8px rgba(24, 37, 29, .04);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.brand-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(24, 37, 29, .1), 0 2px 8px rgba(24, 37, 29, .04);
}

.brand-card-top {
  padding: 10px 24px 10px;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86) 0%, rgba(251, 250, 247, .94) 100%);
}

.brand-kicker {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
}

.brand-logo {
  width: 100%;
  max-width: 230px;
  height: 86px;
  display: grid;
  place-items: center;
}

/* .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
} */

.brand-footer {
  background: linear-gradient(180deg, #138c4d 0%, #0f7e44 100%);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  min-height: 55px;
}

.brand-footer:hover {
  color: #fff;
}

.brand-footer strong {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
}

.brand-footer span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-footer svg {
  width: 20px;
  height: 20px;
  display: block;
}


/* ==================== Model ==================== */
.range-models {
  position: relative;
  /* min-height: 100vh; */
  background: #ffffff;
  overflow: hidden;
}

.wrap {
  position: relative;
  z-index: 2;
  width: min(1076px, 100%);
  margin: 0 auto;
  padding: 22px 16px 28px;
}

.badge-wrap {
  text-align: center;
}

.model-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 35px;
  padding: 7px 18px 8px;
  border: 1.5px solid rgba(203, 174, 111, .95);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1;
}

.model-badge svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

/* .hero-title {
  margin: 14px 0 0;
  text-align: center;
  font-size: 39px;
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 800;
  color: #15242e;
} */

.hero-subtitle {
  margin-top: 8px;
  /* max-width: 750px; */
  text-align: center;
  color: #59656d;
  /* font-size:11px; */
  line-height: 1.35;
  font-weight: 600;
}

.hero-subtitle .line-2 {
  display: block;
}

.gold-divider {
  width: 86px;
  margin: 9px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.gold-divider::before,
.gold-divider::after {
  content: "";
  width: 35px;
  height: 1.5px;
  background: #cdb274;
  border-radius: 99px;
}

.gold-divider span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cdb274;
  display: block;
}

.models-grid {
  /* max-width:755px; */
  margin: 0 auto;
}

.models-grid .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 20px;
}

.model-card {
  height: 215px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(27, 38, 32, .08), 0 2px 8px rgba(27, 38, 32, .04);
  ;
  text-align: center;
  padding: 7px 7px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model-image {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow:hidden; */
  background: #f7f6f2;
  /* border:none; */
  /* box-shadow:none; */
  border-radius: 10px 10px 0 0;
}

.model-image img {
  width: 220px;
}

.model-title {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #1b2730;
}

.model-sub {
  margin: 7px 0 8px;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 600;
  color: #6e797f;
  min-height: 11px;
}

.model-btn {
  margin-top: auto;
  min-width: 96px;
  height: 25px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(23, 109, 66, .46);
  border-radius: 5px;
  background: transparent;
  color: var(--theme-color);
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.model-btn:focus,
.model-btn:active {
  /* color: var(--green); */
  background: transparent;
  border-color: rgba(23, 109, 66, .46);
  text-decoration: none;
}

.model-btn svg {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

.decor {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.wave-left {
  left: -18px;
  top: 143px;
  width: 208px;
  height: 430px;
  opacity: .36;
}

.wave-top-right {
  right: 10px;
  top: 44px;
  width: 286px;
  height: 84px;
  opacity: .22;
}

.wave-mid-right {
  right: -2px;
  top: 268px;
  width: 206px;
  height: 172px;
  opacity: .38;
}

.wave-bottom-left {
  left: 136px;
  bottom: -6px;
  width: 256px;
  height: 68px;
  opacity: .3;
}

/* ==================== Long Cta ===================== */


/* ================== Engine Code =================== */
.engines-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.engines-section .wrap {
  position: relative;
  z-index: 2;
  /* max-width: 802px; */
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.wave.left {
  left: -68px;
  top: 162px;
  width: 244px;
  opacity: .3;
}

.wave.right {
  right: -60px;
  top: 80px;
  width: 245px;
  opacity: .24;
  transform: scaleX(-1);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 39px;
  padding: 9px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.badge-pill .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #edf4ee;
  color: var(--theme-color);
  display: inline-grid;
  place-items: center;
}

.badge-pill .icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-title {
  /* max-width: 790px; */
  margin: 17px auto 8px;
  text-align: center;
  /* font-size: clamp(2.35rem, 4.65vw, 3.55rem); */
  /* line-height: 1.02; */
  /* letter-spacing: -.06em; */
  font-weight: 800;
  color: var(--ink);
}

.section-subtitle {
  max-width: 650px;
  margin: 0 auto 12px;
  text-align: center;
  color: var(--text);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 600;
}

.engine-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 8px;
}

.engine-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 336px;
  min-height: 147px;
  background: #fffffff2;
  border: 1px solid #e8ebe3;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(24, 37, 29, .08), 0 2px 8px rgba(24, 37, 29, .04);
  overflow: hidden;
}

.engine-copy {
  position: relative;
  padding: 13px 0 13px 84px;
  min-width: 0;
}

.engine-copy::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 62px;
  width: 1px;
  background: linear-gradient(180deg, rgba(207, 176, 111, 0) 0%, rgba(207, 176, 111, .82) 18%, rgba(207, 176, 111, .82) 82%, rgba(207, 176, 111, 0) 100%);
}

.num-badge {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(207, 176, 111, .9);
  background: #faf8f1;
  color: #2f2c29;
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.02em;
  z-index: 1;
}

.engine-title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--ink);
}

.engine-desc {
  margin: 0 0 12px;
  max-width: 98%;
  color: #5f6b72;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.engine-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--theme-color);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  display: none;
}

.engine-tag .tag-icon {
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  color: var(--theme-color);
  flex: 0 0 auto;
}

.engine-tag svg {
  width: 21px;
  height: 21px;
  display: block;
}

.engine-image {
  position: relative;
  min-height: 147px;
  overflow: hidden;
  background: #f2f0ea;
}

.engine-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .58) 38%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

/* .engine-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
} */

.summary-cell:nth-child(3)::before {
  display: none;
}

/* .company img {
  width: 300px;
} */

/* ==================== Engine Code ==================== */
.process-section {
  position: relative;
  padding: 12px 0 6px;
  overflow: hidden;
  background: #ffffff;
  isolation: isolate;
}

.process-section .wrap {
  position: relative;
  z-index: 2;
  /* max-width: 775px; */
  margin: 0 auto;
  padding: 0 16px;
}

.leaf,
.wave {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.wave.left {
  left: -72px;
  top: 130px;
  width: 238px;
  opacity: .34;
}

.wave.right {
  right: -58px;
  top: 84px;
  width: 238px;
  opacity: .28;
  transform: scaleX(-1);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 39px;
  padding: 9px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.badge-pill .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf4ee;
  /* color: var(--green); */
}

.badge-pill .icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-title {
  margin: 15px auto 4px;
  /* max-width: 880px; */
  text-align: center;
  /* line-height: 1.03; */
  /* letter-spacing: -.06em; */
  font-weight: 800;
  color: var(--ink);
}

.section-subtitle {
  margin: 0 auto 6px;
  max-width: 760px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  color: var(--text);
  font-weight: 600;
}

.section-microcopy {
  max-width: 720px;
  margin: 0 auto 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  color: #616d74;
  font-weight: 600;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 0;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 326px;
  min-height: 90px;
  background: #fffffff2;
  border: 1px solid #e8ebe4;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(24, 37, 29, .08), 0 2px 8px rgba(24, 37, 29, .04);
  overflow: hidden;
}

.process-card.reverse {
  grid-template-columns: 326px 1fr;
}

.process-card.reverse .process-image {
  order: 1;
}

.process-card.reverse .process-copy {
  order: 2;
}

.process-copy {
  position: relative;
  padding: 15px 18px 15px 82px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-copy::after {
  content: "";
  position: absolute;
  left: 65px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(207, 176, 111, 0) 0%, rgba(207, 176, 111, .82) 18%, rgba(207, 176, 111, .82) 82%, rgba(207, 176, 111, 0) 100%);
}

.num-badge {
  position: absolute;
  left: 18px;
  top: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid rgba(207, 176, 111, .92);
  background: #fbf9f2;
  color: #2b2a28;
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.02em;
  z-index: 1;
}

.process-title {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 800;
  color: var(--ink);
}

.process-desc {
  margin: 8px 0 12px;
  color: #5f6b72;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  max-width: 98%;
}

.process-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
}

.process-tag .tag-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  /* color: var(--green); */
  flex: 0 0 auto;
}

.process-tag svg {
  width: 18px;
  height: 18px;
  display: block;
}

.process-image {
  position: relative;
  min-height: 90px;
  overflow: hidden;
  background: #f1eee7;
}

.process-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .58) 42%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.process-card.reverse .process-image::before {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .58) 42%, rgba(255, 255, 255, 0) 100%);
}

/* .process-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
} */

/* =================== Engine Codes =================== */
.engine-codes-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 42px;
  background: #ffffff;
  isolation: isolate;
}

/* .engine-make-img{
  top: 0;
  left: 0;
} */
.wrap {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.wave.left {
  left: -80px;
  top: 124px;
  width: 250px;
  opacity: .28;
}

.wave.right {
  right: -66px;
  top: 72px;
  width: 250px;
  opacity: .22;
  transform: scaleX(-1);
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  /* color: var(--green); */
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.section-badge .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #edf4ee;
  /* color: var(--green); */
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.section-badge .icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-title {
  margin: 16px auto 8px;
  /* max-width: 760px; */
  text-align: center;
  /* font-size:clamp(2.2rem,4.3vw,3.15rem); */
  /* line-height: 1.03; */
  /* letter-spacing: -.055em; */
  font-weight: 800;
  color: var(--ink);
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
  font-weight: 600;
}

.codes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.code-card {
  display: flex;
  align-items: stretch;
  min-height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .93) 100%);
  border: 1px solid rgba(231, 235, 228, .95);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(20, 32, 25, .08), 0 2px 10px rgba(20, 32, 25, .04);
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.code-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 114, 69, .12);
  box-shadow: 0 18px 42px rgba(20, 32, 25, .1), 0 2px 10px rgba(20, 32, 25, .04);
}

.logo-pane {
  width: 92px;
  flex: 0 0 92px;
  border-right: 1px solid #e7ebe4;
  background:
    radial-gradient(circle at 50% 35%, rgba(23, 114, 69, .05) 0%, rgba(23, 114, 69, 0) 58%),
    linear-gradient(180deg, #fbfcfa 0%, #f4f6f1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
}

.logo-pane img {
  max-width: 100%;
  max-height: 45px;
  display: block;
  object-fit: contain;
  filter: grayscale(.06);
}

.card-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
}

.card-text {
  min-width: 0;
}

.card-text strong {
  display: block;
  color: #16242d;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.025em;
  /* margin-bottom:4px; */
}

.card-text span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.card-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #eff5f0 0%, #e7f0ea 100%);
  border: 1px solid rgba(23, 114, 69, .08);
  color: var(--theme-color);
  transition: all .18s ease;
}

.card-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}

.code-card:hover .card-arrow {
  background: linear-gradient(180deg, #1a8a4f 0%, #136f40 100%);
  color: #fff;
  border-color: rgba(207, 176, 111, .72);
  box-shadow: 0 8px 16px rgba(23, 114, 69, .18);
}

.bottom-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.bottom-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}

/* ====================== Engine codes ===================== */
.engine-size-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 44px;
  background: #ffffff;
  isolation: isolate;
}

.wrap {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.leaf.tl {
  left: -4px;
  top: -6px;
  width: 132px;
  opacity: .96
}

.leaf.br {
  right: -8px;
  bottom: -8px;
  width: 142px;
  opacity: .94
}

.wave.left {
  left: -80px;
  top: 124px;
  width: 250px;
  opacity: .28
}

.wave.right {
  right: -66px;
  top: 72px;
  width: 250px;
  opacity: .22;
  transform: scaleX(-1)
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  /* color: var(--green); */
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.section-badge .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #edf4ee;
  /* color: var(--green); */
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.section-badge .icon svg {
  width: 13px;
  height: 13px;
  display: block
}

.section-title {
  margin: 16px auto 0;
  /* max-width: 760px; */
  text-align: center;
  /* line-height: 1.03; */
  /* letter-spacing: -.055em; */
  font-weight: 800;
  color: var(--ink);
}

.size-shell {
  margin-top: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .88) 100%);
  border: 1px solid rgba(231, 235, 228, .94);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 18px;
  backdrop-filter: blur(6px);
}

.size-tabs {
  display: grid;
  gap: 12px;
  align-content: start;
}

.size-tab {
  width: 100%;
  min-height: 88px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbf8 100%);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 6px 14px rgba(20, 32, 25, .03);
  transition: all .18s ease;
}

.size-tab strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.04em;
  margin-bottom: 6px;
  /* color: var(--green-dark); */
}

.size-tab span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--muted);
}

.size-tab.active {
  background:
    linear-gradient(180deg, rgba(244, 234, 213, .72) 0%, rgba(237, 244, 238, .92) 100%);
  border-color: rgba(207, 176, 111, .7);
  box-shadow: 0 12px 24px rgba(20, 32, 25, .08), inset 0 1px 0 rgba(255, 255, 255, .92);
}

/* .size-tab.active span {
  color: var(--green-dark);
} */

.size-pane {
  position: relative;
  min-height: 400px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 18%, rgba(23, 114, 69, .06) 0%, rgba(23, 114, 69, 0) 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
  padding: 26px;
  overflow: hidden;
}

.size-pane::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(207, 176, 111, 0), rgba(207, 176, 111, .95) 18%, rgba(23, 114, 69, .95) 50%, rgba(207, 176, 111, .95) 82%, rgba(207, 176, 111, 0));
  opacity: .72;
}

.pane-watermark {
  position: absolute;
  right: 28px;
  top: 20px;
  font-size: 96px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.06em;
  color: rgba(23, 114, 69, .08);
  pointer-events: none;
  user-select: none;
}

.pane-header {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  /* padding-right: 120px; */
}

.pane-header h3 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.045em;
  color: var(--ink);
}

.pane-header p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 520px;
}

.link-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  max-width: 320px;
}

.engine-link {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  min-height: 68px;
  padding: 0 0 0 18px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #e7ebe4;
  background: linear-gradient(180deg, #ffffff 0%, #fafcf9 100%);
  box-shadow: 0 6px 14px rgba(20, 32, 25, .03);
  color: var(--ink);
  transition: all .18s ease;
  overflow: hidden;
}

.engine-link:hover {
  /* color: var(--green-dark); */
  transform: translateX(3px);
  border-color: rgba(23, 114, 69, .14);
  box-shadow: 0 12px 22px rgba(20, 32, 25, .06);
}

.engine-link strong {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
}

.engine-link .arrow-box {
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #eff5f0 0%, #e7f0ea 100%);
  border-left: 1px solid rgba(23, 114, 69, .08);
  color: var(--theme-color);
  transition: all .18s ease;
}

.engine-link:hover .arrow-box {
  background: linear-gradient(180deg, #1a8a4f 0%, #136f40 100%);
  color: #fff;
  border-left-color: rgba(207, 176, 111, .72);
}

.arrow-box svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tab-pane.fade {
  transition: opacity .18s linear;
}

/* =================== Review ==================== */
/* Carousel spacing */
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-dot.active span {
  background: #111;
}

.item {
  margin-bottom: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border: 0;
  font-size: 30px !important;
  color: #c1c1c1 !important;
  line-height: 35px !important;
  background: #ffffff !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.reviews-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 18px 0 20px;
  isolation: isolate;
}

.wave-left,
.wave-right {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .38;
}

.wave-left {
  left: -68px;
  top: 120px;
  width: 240px;
  height: 440px;
}

.wave-right {
  right: -52px;
  top: 98px;
  width: 242px;
  height: 430px;
  transform: scaleX(-1);
  opacity: .34;
}

.wrap {
  position: relative;
  z-index: 2;
  /* max-width: 980px; */
  margin: 0 auto;
  padding: 0 16px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(207, 170, 85, .7);
  background: rgba(255, 255, 255, .66);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
}

.badge-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4ee;
  /* color: var(--green); */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
}

.badge-icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-title {
  margin: 18px auto 10px;
  /* max-width: 780px; */
  text-align: center;
  /* font-size: clamp(2.2rem, 4.5vw, 3.4rem); */
  /* line-height: 1.04; */
  /* letter-spacing: -.055em; */
  font-weight: 800;
  color: var(--ink);
}

.section-subtitle {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  color: #5f6b72;
  font-weight: 600;
}

.summary-bar {
  margin: 18px auto 14px;
  /* max-width: 770px; */
  display: grid;
  grid-template-columns: 140px 180px repeat(3, 1fr);
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e9ebe4;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(23, 34, 27, .08), 0 2px 8px rgba(23, 34, 27, .04);
  padding: 12px 8px;
  /* column-gap: 4px; */
}

.summary-cell {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  position: relative;
}

.summary-cell+.summary-cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(207, 170, 85, 0) 0%, rgba(207, 170, 85, .65) 22%, rgba(207, 170, 85, .65) 78%, rgba(207, 170, 85, 0) 100%);
}

.rating-score {
  justify-content: center;
  gap: 0;
  font-weight: 800;
  /* color: var(--green); */
  /* letter-spacing: -.05em; */
}

.rating-score .big {
  font-size: 34px;
  line-height: 1;
}

.rating-score .small {
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}

.rating-stars {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.stars {
  display: flex;
  gap: 4px;
  color: #cfaa55;
}

.stars svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}

.summary-note {
  font-size: 12px;
  line-height: 1.2;
  color: #536067;
  font-weight: 600;
  white-space: nowrap;
}

.feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8efe3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  flex: 0 0 auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
}

.feature-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.summary-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.summary-copy strong {
  font-size: 14px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}

.summary-copy span {
  font-size: 12px;
  line-height: 1.15;
  color: #657078;
  font-weight: 600;
  white-space: nowrap;
}

.reviews-grid {
  margin-top: 8px;
}

.review-card {
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, .93);
  border: 1px solid #e9ebe4;
  border-radius: 18px;
  padding: 16px 16px 14px;
  overflow: hidden;
  min-height: 390px;
  box-shadow: 0 7px 18px rgba(23, 34, 27, .06), 0 2px 8px rgba(23, 34, 27, .03);
}

.review-stars {
  display: flex;
  gap: 3px;
  color: #cfaa55;
  margin-bottom: 8px;
}

.review-stars svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
}

.quote-mark {
  position: absolute;
  right: 18px;
  top: 16px;
  color: #dfe3d8;
  font-size: 72px;
  line-height: .7;
  font-weight: 800;
  letter-spacing: -.05em;
  user-select: none;
}

.review-title {
  margin: 0 0 10px;
  max-width: 88%;
  font-size: 18px;
  line-height: 1.14;
  letter-spacing: -.03em;
  font-weight: 800;
  color: var(--ink);
}

.review-body {
  min-height: 116px;
  margin: 0;
  color: #58646b;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 600;
}

.divider {
  height: 1px;
  background: #ebede6;
  margin: 12px 0 14px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4ebde;
  color: #39784e;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
  flex: 0 0 auto;
}

.reviewer strong {
  display: block;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 3px;
}

.reviewer span {
  /* display: block; */
  font-size: 13px;
  line-height: 1.15;
  color: #69757b;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.verified svg {
  width: 18px;
  height: 18px;
  display: block;
}

.reviews-section .trust-row {
  /* max-width: 815px; */
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
}

.reviews-section .trust-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 4px 12px;
}

.reviews-section .trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(207, 170, 85, 0) 0%, rgba(207, 170, 85, .75) 18%, rgba(207, 170, 85, .75) 82%, rgba(207, 170, 85, 0) 100%);
}

.reviews-section .trust-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  background-image: none;
}

.trust-copy {
  line-height: 1.15;
}

.trust-copy strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.02em;
  white-space: nowrap;
}

.trust-copy span {
  display: block;
  font-size: 14px;
  color: #69757b;
  font-weight: 600;
  white-space: nowrap;
}

.quote-section .reg {
  padding: 7px 15px 7px 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/gb.png);
}

.quote-section .detail {
  font-size: 22px;
  line-height: 28px;
}

/* ====================== Footer ======================= */

/* =============== Back to top ================== */
/* #button::after {
  color: #fff;
  content: " \f148";
  font-family: bootstrap-icons;
  vertical-align: -webkit-baseline-middle;
} */

#button.show {
  opacity: 1;
  visibility: visible;
}

#button {
  display: inline-block;
  background-color: var(--theme-color);
  border: 2px solid #139721;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ===================== Gallery ====================== */
.gallery-section {
  position: relative;
  overflow: hidden;
  padding: 28px 0 42px;
  background: #ffffff;
  isolation: isolate;
}

.wrap {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.wave.left {
  left: -80px;
  top: 96px;
  width: 250px;
  opacity: .26;
}

.wave.right {
  right: -68px;
  top: 42px;
  width: 250px;
  opacity: .22;
  transform: scaleX(-1);
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.section-badge .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #edf4ee;
  /* color: var(--green); */
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.section-badge .icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 15px;
  line-height: 1.42;
  color: var(--text);
  font-weight: 600;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-pill {
  /* min-height: 38px; */
  padding: 8px 16px;
  border: 1px solid rgba(23, 114, 69, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  /* color: var(--green-dark); */
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.filter-pill.active {
  border-color: rgba(207, 176, 111, .72);
  color: var(--theme-color);
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  /* border-radius: 22px; */
  box-shadow: 0 12px 30px rgba(24, 37, 29, .08), 0 2px 8px rgba(24, 37, 29, .04);
  background: #fff;
}

.gallery-card {
  position: relative;
  /* min-height: 265px; */
  border-right: 1px solid #e8ebe4;
  border-bottom: 1px solid #e8ebe4;
  overflow: hidden;
  background: #fff;
}

.gallery-card:nth-child(3n) {
  border-right: 0;
}

.gallery-card:nth-last-child(-n+3) {
  border-bottom: 0;
}

.gallery-btn {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  display: block;
  text-align: left;
  cursor: pointer;
}

.gallery-btn picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-btn img {
  /* width: 100%;
  height: 100%;
  min-height: 265px;
  display: block;
  object-fit: cover;
  object-position: center; */
  transition: transform .35s ease;
}

.gallery-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 28, 34, .03) 0%, rgba(16, 28, 34, .15) 52%, rgba(16, 28, 34, .68) 100%);
  pointer-events: none;
}

.gallery-btn:hover img {
  transform: scale(1.03);
}

.gallery-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-tag {
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(207, 176, 111, .7);
  color: var(--theme-color);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
}

.gallery-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .25);
  max-width: 92%;
}

.gallery-modal .modal-content {
  background: transparent;
  border: 0;
}

.gallery-modal .modal-body {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.gallery-modal img {
  width: 100%;
  display: block;
  object-fit: contain;
  background: #111;
}

.gallery-close {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 5;
  filter: invert(1);
  opacity: .95;
}

/* ======================= Faqs ======================= */
.faq-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px;
  background: #ffffff;
  isolation: isolate;
}

.faq-section .wrap {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.wave.left {
  left: -80px;
  top: 96px;
  width: 250px;
  opacity: .26
}

.wave.right {
  right: -68px;
  top: 42px;
  width: 250px;
  opacity: .22;
  transform: scaleX(-1)
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.section-badge .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #edf4ee;
  color: var(--theme-color);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.section-badge .icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.section-subtitle {
  max-width: 720px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 15px;
  line-height: 1.42;
  color: #59656d;
  font-weight: 600;
}

.faq-shell {
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(232, 235, 228, .85);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(24, 37, 29, .08), 0 2px 8px rgba(24, 37, 29, .04);
  backdrop-filter: blur(4px);
}

.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon-width: 1rem;
}

.accordion-item {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #e8ebe4;
  border-radius: 18px !important;
  box-shadow: 0 6px 18px rgba(24, 37, 29, .05);
  overflow: hidden;
}

.accordion-item+.accordion-item {
  margin-top: 12px;
}

.accordion-button {
  min-height: 78px;
  padding: 18px 22px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--ink);
  background: #fff;
  border-radius: 18px !important;
  gap: 14px;
}

.accordion-button:not(.collapsed) {
  color: var(--theme-color);
  box-shadow: none;
}

.accordion-button::after {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #eaf2eb;
  background-position: center;
  background-size: 14px;
  flex: 0 0 auto;
}

.faq-index {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(207, 176, 111, .9);
  background: #fbf9f2;
  color: #2b2a28;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.02em;
  flex: 0 0 auto;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e8ebe4;
}

.accordion-body {
  padding: 0 22px 20px 76px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.faq-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23, 114, 69, .06) 0%, rgba(23, 114, 69, .03) 100%);
  border: 1px solid rgba(23, 114, 69, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-note-copy strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-bottom: 4px;
}

.faq-note-copy span {
  display: block;
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.faq-note-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(207, 176, 111, .76);
  background: linear-gradient(180deg, #138c4d 0%, #0f7e44 100%);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(23, 114, 69, .16), inset 0 1px 0 rgba(255, 255, 255, .15);
}

.faq-note-btn:hover {
  color: #fff
}

/* ================== Signup =================== */
.quote-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 58px 20px 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94) 0%, rgba(246, 247, 249, .96) 48%, rgba(238, 241, 245, .95) 100%);
}

.quote-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 650px;
  height: 420px;
  background: url("../images/mayfair-quote-bg-range-rover.png") left center / contain no-repeat;
  opacity: .18;
  filter: grayscale(100%);
  pointer-events: none;
}

.quote-section::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 0;
  width: 720px;
  height: 420px;
  background:
    linear-gradient(55deg, transparent 0 38%, rgba(255, 255, 255, .75) 38% 64%, transparent 64%),
    linear-gradient(125deg, transparent 0 44%, rgba(226, 230, 235, .7) 44% 70%, transparent 70%);
  pointer-events: none;
}

.quote-inner {
  position: relative;
  z-index: 2;
  max-width: 1680px;
  margin: 0 auto;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 13px;
  color: var(--mr-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--mr-gold);
}

.quote-title {
  margin: 0;
  text-align: center;
  font-size: clamp(42px, 4vw, 64px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: .055em;
  color: var(--mr-navy);
}

.quote-subtitle {
  max-width: 650px;
  margin: 18px auto 76px;
  text-align: center;
  color: #555f70;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: .01em;
}

.quote-card {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  min-height: 598px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(15, 25, 45, .14);
  border-radius: 11px;
  box-shadow: 0 16px 45px rgba(10, 20, 35, .09);
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.form-panel {
  padding: 42px 46px 33px;
}

.quote-form {
  display: grid;
  row-gap: 15px;
  column-gap: 38px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.field-full {
  grid-column: 1 / -1;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
  color: #182034;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}

.field-icon {
  width: 18px;
  height: 18px;
  color: var(--mr-navy);
  flex: 0 0 18px;
}

.form-control {
  height: 50px;
  font-size: 15px;
  box-shadow: none;
  color: #182033;
  border-radius: 5px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #dfe4ea;
}

textarea.form-control {
  height: 71px;
  min-height: 71px;
  resize: vertical;
}

.form-control::placeholder {
  color: #8c95a4;
  opacity: 1;
}

.form-control:focus {
  border-color: rgba(23, 108, 53, .55);
  box-shadow: 0 0 0 .2rem rgba(23, 108, 53, .12);
}

.submit-wrap {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.quote-submit {
  border: 0;
  gap: 14px;
  width: 100%;
  height: 58px;
  display: flex;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  border-radius: 6px;
  align-items: center;
  letter-spacing: .08em;
  justify-content: center;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  background: linear-gradient(180deg, #19723a 0%, #14652f 100%);
}

.quote-submit:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #166a34 0%, #105629 100%);
}

.privacy-note {
  grid-column: 1 / -1;
  margin-top: -4px;
  color: #8a93a2;
  text-align: center;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.benefits-panel {
  position: relative;
  background-color: #fcfcfd;
  padding: 41px 42px 34px 50px;
  border-left: 1px solid rgba(15, 25, 45, .08);
  /* background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .88)); */
}

.benefits-content {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.benefits-title {
  margin: 0;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: .045em;
  color: var(--mr-navy);
}

.title-rule {
  width: 48px;
  height: 2px;
  margin: 17px 0 31px;
  background: #b38a45;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 42px;
  display: grid;
  gap: 23px;
}

.benefit-item {
  display: flex;
  /* align-items: center; */
  gap: 17px;
  color: #172033;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.check-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.engine-img {
  z-index: 1;
  top: 128px;
  right: -5px;
  position: absolute;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .16));
  /* width: 315px;
  max-width: 37%; */
}

.benefit-divider {
  height: 1px;
  width: calc(100% - 300px);
  min-width: 450px;
  margin: 0 0 32px;
  background: rgba(15, 25, 45, .17);
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 560px;
}

.mini-feature {
  text-align: center;
}

.mini-icon {
  width: 33px;
  height: 33px;
  margin: 0 auto 12px;
  color: #b38a45;
}

.mini-title {
  margin: 0 0 6px;
  color: #142036;
  font-size: 15px;
  font-weight: 800;
}

.mini-text {
  margin: 0;
  color: #4e5868;
  font-size: 12px;
  line-height: 1.5;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  min-height: 108px;
  margin-top: 25px;
  padding: 0 65px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(15, 25, 45, .13);
  border-radius: 11px;
  box-shadow: 0 12px 32px rgba(10, 20, 35, .055);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 58px;
}

/* .trust-item:not(:last-child) {
  border-right: 1px solid rgba(15, 25, 45, .13);
} */

.trust-icon {
  width: 48px;
  height: 48px;
  color: var(--theme-color);
  flex: 0 0 48px;
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 0%), 0 6px 14px rgb(255 255 255 / 0%);
  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #ffffff 72%, #ffffff 100%);
}

.trust-title {
  margin: 0 0 5px;
  color: #132037;
  font-size: 17px;
  font-weight: 800;
}

.trust-text {
  margin: 0;
  color: #7f8795;
  font-size: 16px;
}

/* ==================== Footer ===================== */
.footer-section {
  position: relative;
  overflow: hidden;
  padding: 52px 0 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .03) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #152028 0%, #0f171d 100%);
  border-top: 1px solid rgba(207, 176, 111, .22);
  isolation: isolate;
}

.wrap {
  position: relative;
  z-index: 2;
  /* max-width: 1160px; */
  margin: 0 auto;
  padding: 0 18px;
}

.leaf,
.wave {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.wave.left {
  left: -78px;
  top: 42px;
  width: 250px;
  opacity: .18
}

.wave.right {
  right: -66px;
  top: 20px;
  width: 250px;
  opacity: .14;
  transform: scaleX(-1)
}

.footer-top {
  background: linear-gradient(180deg, rgba(24, 36, 44, .96) 0%, rgba(18, 28, 35, .96) 100%);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 28px 26px;
  backdrop-filter: blur(6px);
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 16px;
  border: 1.5px solid rgba(207, 176, 111, .58);
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
  color: #d8e7de;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  margin-bottom: 14px;
}

.brand-chip .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #183025;
  color: #7fd19e;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-chip .icon svg {
  width: 13px;
  height: 13px;
  display: block
}

.brand-name {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 800;
  color: #f4f6f2;
}

.brand-name .accent {
  color: #59bc82
}

.brand-text {
  margin: 0 0 18px;
  color: #b8c2c6;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.contact-pills {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* min-height: 44px; */
  color: #e5ece7;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.contact-pill svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #6fcb95
}

.footer-col-title {
  font-size: 18px;
  font-weight: 800;
  color: #f4f6f2;
  line-height: 24px;
  margin: 2px 0 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #b8c2c6 !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  transition: color .18s ease, transform .18s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(207, 176, 111, .78);
  flex: 0 0 auto;
}

/* .footer-links span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(207, 176, 111, .78);
  flex: 0 0 auto;
} */
.footer-links a:hover {
  color: #8ed5ac !important;
  transform: translateX(2px);
}

.service-card {
  height: 90%;
  background: linear-gradient(180deg, rgba(47, 154, 97, .09) 0%, rgba(47, 154, 97, .04) 100%);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 18px;
  padding: 16px;
}

.service-mini {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-mini+.service-mini {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.service-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #183025;
  display: grid;
  place-items: center;
  color: #7fd19e;
  flex: 0 0 auto;
}

.service-icon svg {
  width: 18px;
  height: 18px;
  display: block
}

.service-mini strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  color: #f4f6f2;
}

.service-mini span {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #b8c2c6;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(207, 176, 111, .35);
  color: #82d6a1;
  text-decoration: none;
  box-shadow: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  background: var(--theme-color);
  color: #fff;
}

.social-btn svg {
  width: 18px;
  height: 18px;
  display: block
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 6px 0;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #99a6ac;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
}

.footer-bottom-links a:hover {
  color: #8ed5ac
}

/* ======================= Responsive ====================== */
@media (max-width: 1399px) {
  .engine-img {
    width: 280px;
    max-width: 34%;
  }

  .benefit-divider {
    width: calc(100% - 260px);
    min-width: 360px;
  }

  .form-panel,
  .benefits-panel {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .service-pill {
    top: -30px;
  }

  .hero-landing .banner-img {
    width: 490px;
  }

  .utility-item {
    display: none !important;
  }

  .hero-landing .banner-decor img,
  .hero-landing .banner-decor-2 img {
    width: 320px;
  }

  .trust-item {
    gap: 15px;
  }

  .section-title {
    max-width: 100%;
  }

  .brand-section img {
    width: 120px;
  }

  .brand-wrap {
    max-width: 240px;
  }

  .hero-decor img,
  .hero-decor-2 img {
    width: 250px;
  }

  .brand-wrap img {
    width: 280px;
  }

  .main-nav .nav-link {
    font-size: 15px;
    padding: 12px 14px !important;
  }

  .call-btn {
    padding: 0 16px;
  }

  .quote-card {
    grid-template-columns: 1fr;
  }

  .benefits-panel {
    border-left: 0;
    border-top: 1px solid rgba(15, 25, 45, .08);
  }

  .engine-img {
    right: 38px;
    top: 85px;
    width: 280px;
    max-width: 31%;
  }

  .benefit-divider {
    width: calc(100% - 300px);
    min-width: 0;
  }

  .trust-bar {
    padding: 0 30px;
  }

  .hero-wrap {
    width: min(1160px, calc(100vw - 24px));
    padding-top: 30px;
  }

  .hero-card {
    width: min(58%, 560px);
    padding: 32px 32px 30px;
  }

  .hero-badge {
    margin-left: 78px;
    min-width: 290px;
    font-size: 13px;
  }

  .media-panel {
    width: min(45%, 470px);
    top: 88px;
  }

  .summary-bar {
    grid-template-columns: 130px 170px repeat(3, 1fr);
  }

  .summary-copy strong {
    font-size: 13px;
  }

  .summary-copy span {
    font-size: 11px;
  }

  .review-title {
    font-size: 18px;
  }

  .review-body {
    min-height: 110px;
    font-size: 14px;
  }

  .review-card {
    min-height: 350px;
  }

  .reviewer span {
    white-space: normal;
  }

  .company img {
    width: 270px;
  }

  .trust-copy strong,
  .trust-copy span {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    padding: 5px 5px;
  }

  h1 br {
    display: none;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .footer-top {
    padding: 24px 20px
  }

  .brand-name {
    font-size: 30px
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 8px
  }

  .header-actions {
    margin-left: 0 !important;
  }

  .trust-item {
    justify-content: flex-start
  }

  /* .trust-item:not(:last-child)::after {
    display: none
  } */

  .footer-bottom {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .footer-bottom-links {
    justify-content: flex-start;
  }

  .header-inner {
    min-height: auto;
    padding: 14px;
  }

  .brand-wrap {
    max-width: 250px;
    margin-left: 0 !important;
  }

  /* .brand-wrap img {
    width: 200px;
  } */
  .brand-wrap .logo {
    display: none;
  }

  .navbar-nav .nav-link.active {
    padding-bottom: 15px !important;
  }

  .banner-make-img {
    width: 400px;
  }

  .brand-wrap .sticky-logo {
    width: 190px;
    display: block !important;
  }

  .header-collapse {
    /* margin-top: 14px; */
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .main-nav {
    gap: 0;
    align-items: stretch;
  }

  .main-nav .nav-link {
    border-radius: 0;
    padding: 14px 5px !important;
    border-bottom: 1px solid #ccc;
  }

  .main-nav .nav-link:hover,
  .main-nav .nav-link.active {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
  }

  .main-nav .nav-link.active::after {
    display: none;
  }

  .header-actions {
    margin-left: 0;
    margin-top: 8px;
    justify-content: flex-start;
  }

  .hero-wrap {
    padding-top: 18px;
    padding-bottom: 26px;
  }

  .company img {
    width: 230px;
  }

  .hero-search {
    padding: 18px 16px 14px;
    margin-top: 18px;
  }

  .search-tabs {
    position: static;
    margin-bottom: 14px;
  }

  .finder-panel {
    padding-top: 14px;
  }

  .illustration {
    width: min(52vw, 420px);
    opacity: .17;
  }

  .wave-left,
  .wave-right {
    display: none;
  }

  .hero-landing .trust-row {
    /* max-width: 660px; */
    margin-top: 5px;
  }

  .trust-col:not(:last-child)::after {
    display: none;
  }

  .hero-wrap {
    min-height: auto;
    padding: 24px 0 30px;
    width: min(760px, calc(100vw - 24px));
  }

  .hero-card {
    width: 100%;
    min-height: auto;
    padding: 26px 22px 24px;
  }

  .hero-badge {
    margin-left: 0;
    min-width: 0;
    /* width: 100%; */
    justify-content: center;
    font-size: 12px;
  }

  .tiny-gold-line {
    margin-left: 0;
    margin-top: 18px;
  }

  .feature-item {
    gap: 14px;
    grid-template-columns: 66px 1fr;
  }

  .feature-icon-wrap {
    margin-left: 0;
    width: 56px;
    height: 56px;
  }

  .media-panel {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-top: 18px;
  }

  .media-panel .about-img img {
    display: block;
    margin: 0px auto;
  }

  .service-pill {
    width: calc(100% - 24px);
    margin-top: -18px;
  }

  .corner-leaf {
    width: 112px;
    height: 112px;
  }

  .corner-leaf-bottom {
    width: 136px;
    height: 136px;
    opacity: .52;
  }

  .top-waves {
    width: 320px;
    right: 12px;
    top: 0;
    opacity: .2;
  }

  .brand-card-top {
    min-height: 170px;
  }

  .brand-footer strong {
    font-size: 17px;
  }

  .wrap {
    padding: 18px 14px 0;
  }

  .footer-section {
    padding: 18px 0 18px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-landing .banner-img {
    width: 450px;
  }

  .models-grid {
    max-width: 760px;
  }

  .wrap {
    max-width: 860px;
  }

  .engine-card {
    grid-template-columns: 1fr 300px;
  }

  .engine-copy {
    padding-right: 18px;
  }

  .engine-title {
    font-size: 18px;
  }

  .wrap {
    max-width: 860px;
  }

  .process-card,
  .process-card.reverse {
    grid-template-columns: 1fr 290px;
  }

  .process-card.reverse .process-image {
    order: 2;
  }

  .process-card.reverse .process-copy {
    order: 1;
  }

  .process-title {
    font-size: 13px;
  }

  .codes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .size-layout {
    grid-template-columns: 1fr;
  }

  .size-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
  }

  .size-tab {
    min-height: 78px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .size-tab strong {
    font-size: 24px;
  }

  .size-pane {
    min-height: auto;
  }

  .reviews-section {
    padding-top: 22px;
  }

  .reviews-section .summary-bar {
    row-gap: 10px;
    padding: 14px 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* .summary-cell:nth-child(odd)::before {
    display: none;
  } */
  .reviews-section .summary-cell {
    border-bottom: 1px solid #ccc;
  }

  .reviews-section .summary-cell:nth-child(4),
  .reviews-section .summary-cell:nth-child(5) {
    border-bottom: 0;
  }

  .reviews-section .summary-cell:nth-child(4)::before {
    display: none;
  }

  .reviews-section .summary-cell:nth-child(3)::before {
    display: block;
  }

  .review-body {
    min-height: 110px;
  }

  .hero-landing .trust-row {
    gap: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    justify-content: flex-start;
  }

  .trust-bar .trust-item:nth-child(1),
  .trust-bar .trust-item:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }

  .trust-bar .trust-item:nth-child(1) {
    border-right: 1px solid #ccc;
  }

  .benefits-panel {
    padding: 41px 42px 20px 50px;
  }

  .benefit-divider {
    margin: 0 0 20px;
  }

  /* .trust-item:not(:last-child)::after {
    display: none;
  } */
  .benefits-content {
    max-width: 100%;
  }

  .wave-right {
    top: auto;
    bottom: 160px;
    width: 220px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-card {
    min-height: 245px;
    border-right: 1px solid #e8ebe4;
    border-bottom: 1px solid #e8ebe4;
  }

  .gallery-card:nth-child(3n) {
    border-right: 1px solid #e8ebe4;
  }

  .gallery-card:nth-child(2n) {
    border-right: 0;
  }

  .gallery-card:nth-last-child(-n+3) {
    border-bottom: 1px solid #e8ebe4;
  }

  .gallery-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .gallery-btn img {
    min-height: 245px;
  }

  .quote-section {
    padding: 25px 16px 20px;
  }

  .quote-subtitle {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .engine-img {
    position: static;
    display: block;
    width: 260px;
    max-width: 100%;
    margin: 18px auto 10px;
  }

  .benefit-divider {
    width: 100%;
  }

  .mini-features {
    max-width: none;
  }

  .trust-bar {
    gap: 0;
    padding: 18px 15px;
    grid-template-columns: 1fr 1fr;
  }

  .trust-bar .trust-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .hero-landing .trust-item {
    justify-content: flex-start;
    padding: 5px 0;
  }

  /* .reviews-section .trust-item:not(:last-child) {
    border-right: 0;
  } */
}

@media (max-width: 767px) {
  .footer-section {
    padding-top: 24px
  }

  .hero-landing .banner-decor img,
  .hero-landing .banner-decor-2 img {
    width: 230px;
  }

  .wrap {
    padding: 0 12px
  }

  .leaf.tl {
    width: 94px
  }

  .leaf.br {
    width: 106px
  }

  .wave.left {
    left: -94px;
    top: 128px;
    width: 180px
  }

  .quote-section .reg {
    padding: 5px 10px 5px 28px;
  }

  .quote-section .detail {
    font-size: 20px;
    line-height: 26px;
  }

  .wave.right {
    right: -80px;
    top: 90px;
    width: 180px
  }

  .footer-top {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .brand-chip {
    font-size: 11px;
    padding: 8px 14px
  }

  .brand-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 1px;
  }

  .social-btn {
    width: 35px;
    height: 35px;
  }

  .social-btn svg {
    width: 16px;
    height: 16px;
  }

  .brand-text {
    font-size: 14px;
    margin-bottom: 0;
  }

  .contact-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .footer-bottom {
    padding-top: 16px
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center !important;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-badge {
    /* font-size: .78rem; */
    gap: 5px;
    padding: 9px 14px;
  }

  .hero-landing .banner-img {
    width: 420px;
  }

  .quote-btn {
    width: 45%;
    margin-top: 15px;
  }

  .field-label.invisible {
    display: none;
  }

  .hero-landing .trust-row {
    grid-template-columns: 1fr;
  }

  .finder-heading {
    gap: 10px;
    font-size: 1.2rem;
  }

  .finder-heading .line {
    width: 22px;
  }

  .quote-section {
    padding: 18px 16px 20px;
  }

  .hero-search {
    border-radius: 18px;
  }

  .finder-panel {
    border-radius: 14px;
    padding-inline: 12px;
  }

  .manual-divider::before,
  .manual-divider::after {
    max-width: none;
  }

  /* .trust-row {
    max-width: 420px;
  } */

  .trust-item {
    padding-inline: 0;
  }

  .trust-copy {
    font-size: 1rem;
  }

  .illustration {
    width: 72vw;
    right: -42px;
    top: 24px;
    opacity: .1;
  }

  .hero-wrap {
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .hero-landing .trust-item {
    padding: 0;
    min-height: 45px;
  }

  .hero-card {
    border-radius: 16px;
    padding: 20px 16px 18px;
  }

  .feature-item {
    gap: 12px;
    padding: 12px 0;
    grid-template-columns: 56px 1fr;
  }

  .feature-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .feature-text {
    font-size: 13px;
    line-height: 1.28;
  }

  .brand-section img {
    width: 100px;
  }

  .service-pill {
    width: 100%;
    border-radius: 22px;
    grid-template-columns: repeat(4, 1fr);
  }

  /* .service-item:nth-child(2)::after {
    display: none;
  } */

  .service-item {
    min-height: 86px;
  }

  .wrap .col-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .brand-footer {
    min-height: 45px;
  }

  .corner-leaf {
    width: 88px;
    height: 88px;
    left: -28px;
    top: -18px;
  }

  .corner-leaf-bottom {
    width: 106px;
    height: 106px;
    left: -18px;
    bottom: -10px;
  }

  .brand-section {
    padding-top: 22px;
  }

  .wrap {
    padding: 0 12px;
  }

  .wave.left {
    left: -94px;
    top: 120px;
    width: 180px;
  }

  .wave.right {
    right: -80px;
    top: 90px;
    width: 180px;
  }

  .section-badge {
    font-size: 11px;
    padding: 8px 15px;
  }

  /* .section-title {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
    margin-top: 14px;
  } */

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .brand-card-top {
    min-height: 145px;
    padding: 15px 18px 10px;
  }

  .brand-kicker {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .brand-logo {
    max-width: 210px;
    height: 74px;
  }

  .brand-footer {
    min-height: 50px;
    padding: 7px 14px;
  }

  .brand-footer strong {
    font-size: 17px;
  }

  .wrap {
    padding: 18px 12px 22px;
  }

  .models-grid {
    max-width: 600px;
  }

  .hero-decor img,
  .hero-decor-2 img {
    width: 190px;
  }

  .hero-decor {
    left: -20px;
  }

  .hero-decor-2 {
    right: -20px;
  }

  .models-grid .row {
    --bs-gutter-y: 18px;
  }

  .model-card {
    height: auto;
    min-height: 210px;
  }

  .model-image {
    height: 122px;
  }

  .wave-top-right,
  .wave-mid-right,
  .wave-bottom-left {
    display: none;
  }

  .wave-left {
    left: -90px;
    top: 190px;
    opacity: .24;
  }

  .engines-section {
    padding-top: 22px;
  }

  .wrap {
    padding: 0 12px;
  }

  .wave.left {
    left: -92px;
    top: 180px;
    width: 180px;
  }

  .wave.right {
    right: -80px;
    top: 120px;
    width: 180px;
  }

  .badge-pill {
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    padding: 8px 15px;
  }

  .section-title {
    margin-top: 14px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .engine-card {
    grid-template-columns: 1fr;
  }

  .engine-image {
    order: -1;
    min-height: 180px;
  }

  .engine-image::before {
    display: none;
  }

  .reg-input {
    max-width: 60%;
    margin: 0px auto;
  }

  .engine-copy {
    padding: 15px 16px 16px 72px;
  }

  .company img {
    width: 180px;
  }

  .engine-copy::after {
    left: 60px;
  }

  .engine-desc {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .process-section {
    padding-top: 18px;
  }

  .wrap {
    padding: 0 12px;
  }

  .wave.left {
    left: -96px;
    top: 176px;
    width: 180px;
  }

  .wave.right {
    right: -82px;
    top: 118px;
    width: 180px;
  }

  .badge-pill {
    font-size: 11px;
    padding: 8px 15px;
  }

  /* .section-title {
    font-size: clamp(1.95rem, 9.5vw, 2.7rem);
    margin-top: 13px;
  } */

  .section-subtitle {
    font-size: 13px;
  }

  .section-microcopy {
    font-size: 11px;
    max-width: 92%;
  }

  .process-card,
  .process-card.reverse {
    grid-template-columns: 1fr;
  }

  .process-card.reverse .process-image,
  .process-card .process-image {
    order: -1;
  }

  .process-card.reverse .process-copy,
  .process-card .process-copy {
    order: 2;
  }

  .process-image {
    min-height: 170px;
  }

  .process-image::before,
  .process-card.reverse .process-image::before {
    display: none;
  }

  .process-copy {
    padding: 12px 14px 14px 74px;
  }

  .process-copy::after {
    left: 56px;
  }

  .num-badge {
    left: 16px;
    top: 15px;
  }

  .process-title {
    font-size: 16px;
  }

  .process-desc {
    font-size: 12px;
  }

  .process-tag {
    font-size: 11px;
  }

  .engine-codes-section {
    padding-top: 22px;
  }

  .wrap {
    padding: 0 12px;
  }

  .leaf.tl {
    width: 96px;
  }

  .leaf.br {
    width: 108px;
  }

  .wave.left {
    left: -94px;
    top: 134px;
    width: 180px;
  }

  .wave.right {
    right: -80px;
    top: 88px;
    width: 180px;
  }

  .section-badge {
    font-size: 11px;
    padding: 8px 15px;
  }

  /* .section-title {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
    margin-top: 14px;
  } */

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .codes-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .engine-codes-section .position-relative img {
    width: 85px;
  }

  .code-card {
    min-height: 86px;
    border-radius: 18px;
  }

  .logo-pane {
    width: 80px;
    flex-basis: 80px;
  }

  .card-copy {
    padding: 14px 14px;
  }

  .card-text strong {
    font-size: 18px;
  }

  .card-text span {
    font-size: 12px;
  }

  .card-arrow {
    width: 36px;
    height: 36px;
  }

  .engine-size-section {
    padding-top: 22px;
    padding-bottom: 25px;
  }

  .wrap {
    padding: 0 12px;
  }

  .leaf.tl {
    width: 96px;
  }

  .leaf.br {
    width: 108px;
  }

  .wave.left {
    left: -94px;
    top: 134px;
    width: 180px
  }

  .wave.right {
    right: -80px;
    top: 88px;
    width: 180px;
  }

  .section-badge {
    font-size: 11px;
    padding: 8px 15px;
  }

  /* 
  .section-title {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
    margin-top: 14px;
  } */

  .size-shell {
    margin-top: 22px;
    padding: 14px;
    border-radius: 20px;
  }

  .size-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .size-tab {
    min-height: 72px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .size-tab strong {
    font-size: 22px;
  }

  .size-tab span {
    font-size: 12px;
  }

  .size-pane {
    border-radius: 18px;
    padding: 18px 14px 14px;
  }

  .pane-watermark {
    font-size: 58px;
    right: 14px;
    top: 18px;
  }

  .pane-header {
    padding-right: 70px;
    margin-bottom: 14px;
  }

  .pane-header h3 {
    font-size: 24px;
  }

  .pane-header p {
    font-size: 13px;
  }

  .engine-link {
    min-height: 60px;
    grid-template-columns: 1fr 42px;
    padding-left: 14px;
    border-radius: 16px;
  }

  .engine-link strong {
    font-size: 15px;
  }

  .wrap {
    padding: 0 12px;
  }

  .section-badge {
    font-size: 12px;
    padding: 9px 16px;
  }

  /* .section-title {
    margin-top: 14px;
    font-size: clamp(2rem, 10vw, 2.8rem);
  } */

  .section-subtitle {
    font-size: 14px;
  }

  .summary-bar {
    margin-top: 16px;
    border-radius: 16px;
    grid-template-columns: 1fr;
  }

  .summary-cell {
    min-height: auto;
    padding: 4px 14px;
  }

  /* .summary-cell+.summary-cell::before {
    display: none;
  } */

  .rating-score {
    justify-content: flex-start;
  }

  .review-card {
    min-height: 320px;
    padding: 15px 15px 14px;
  }

  .review-title {
    max-width: 86%;
    font-size: 18px;
  }

  .reviews-section .trust-item {
    justify-content: start;
    border-bottom: 1px solid #ccc;
  }

  .reviews-section .trust-item:nth-child(3) {
    border-bottom: 0;
  }

  .reviews-section .trust-item:nth-child(2)::after {
    display: none;
  }

  .reviews-section .trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-body {
    min-height: auto;
    font-size: 14px;
  }

  .quote-mark {
    right: 14px;
    top: 14px;
    font-size: 62px;
  }

  .wave-left {
    left: -94px;
    top: 150px;
    width: 190px;
  }

  .wave-right {
    right: -76px;
    width: 190px;
  }

  .gallery-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .wrap {
    padding: 0 12px;
  }

  .wave.left {
    left: -94px;
    top: 128px;
    width: 180px;
  }

  .wave.right {
    right: -80px;
    top: 90px;
    width: 180px;
  }

  .section-badge {
    font-size: 11px;
    padding: 8px 15px;
  }

  /* .section-title {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
    margin-top: 14px;
  } */

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .filter-pills {
    gap: 8px;
    margin-bottom: 16px;
  }

  .filter-pill {
    font-size: 11px;
    min-height: 34px;
    padding: 7px 13px;
  }

  .gallery-grid {
    border-radius: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-card {
    min-height: 230px;
    border-right: 0 !important;
    border-bottom: 1px solid #e8ebe4 !important;
  }

  .gallery-card:last-child {
    border-bottom: 0 !important;
  }

  .gallery-btn img {
    min-height: 230px;
  }

  .gallery-title {
    font-size: 18px;
    max-width: 100%;
  }

  .faq-section {
    padding-top: 22px
  }

  .wrap {
    padding: 0 12px
  }

  .leaf.tl {
    width: 96px
  }

  .leaf.br {
    width: 108px
  }

  .wave.left {
    left: -94px;
    top: 128px;
    width: 180px
  }

  .wave.right {
    right: -80px;
    top: 90px;
    width: 180px
  }

  .summary-cell.ps-5 {
    padding-bottom: 8px;
    padding-left: 14px !important;
  }

  .reviews-section .summary-cell:nth-child(4) {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }

  .reviews-section .summary-cell:nth-child(1) {
    padding-bottom: 12px;
  }

  .reviews-section .summary-cell:nth-child(4):before {
    display: block;
  }

  .reviews-section .summary-bar {
    row-gap: 5px;
  }

  .section-badge {
    font-size: 11px;
    padding: 8px 15px
  }

  /* .section-title {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
    margin-top: 14px;
  } */

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 18px
  }

  .trust-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .faq-shell {
    padding: 12px;
    border-radius: 18px
  }

  .accordion-button {
    gap: 12px;
    padding: 16px;
    font-size: 16px;
    min-height: 72px;
  }

  .faq-index {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .accordion-body {
    font-size: 14px;
    padding: 0 16px 18px 16px;
  }

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

  .faq-note-btn {
    width: 40%;
    font-size: 16px;
    margin: 0px auto;
  }

  .reviews-section .summary-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-card {
    padding: 20px 16px 5px;
  }

  .reviews-section .summary-cell:nth-child(3)::before,
  .reviews-section .summary-cell:nth-child(5)::before {
    display: none;
  }

  .company img {
    width: 200px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .16em;
    gap: 10px;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 20px;
  }

  .quote-title {
    letter-spacing: .035em;
  }

  .engine-link .arrow-box {
    height: 70% !important;
  }

  .banner-make-img {
    width: 350px;
  }

  .form-panel,
  .benefits-panel {
    padding: 15px;
  }

  .benefits-title {
    font-size: 26px;
  }

  .benefit-list {
    gap: 20px;
    margin: 0 0 30px;
  }

  .title-rule {
    margin: 10px 0 25px;
  }

  .quote-form {
    row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .field-full,
  .submit-wrap,
  .privacy-note {
    grid-column: auto;
  }

  .benefits-content {
    max-width: 100%;
  }

  .mini-features {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .process-image {
    min-height: 160px;
  }

  .trust-item {
    gap: 15px;
  }

  .trust-title {
    font-size: 16px;
  }

  .trust-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  /* .page-wrap {
    padding: 10px 8px 28px;
  } */

  .brand-wrap {
    margin-left: 0 !important;
  }

  /* .site-header {
    border-radius: 18px;
  } */

  .banner-make-img {
    width: 300px;
  }

  .hero-decor img,
  .hero-decor-2 img {
    width: 160px;
  }

  .form-panel .signup-logo {
    width: 70px;
  }

  .faq-note-btn {
    width: 45%;
  }

  .brand-wrap .sticky-logo {
    width: 150px;
  }

  .accordion-button {
    gap: 8px;
    padding: 10px;
  }

  .num-badge {
    left: 8px;
  }

  .process-copy::after {
    left: 50px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .process-copy {
    padding: 12px 14px 14px 60px;
  }

  .engine-copy::after {
    left: 55px;
  }

  .accordion-body {
    padding: 0 10px 18px 12px;
  }

  .faq-index {
    width: 33px;
    height: 33px;
  }

  .faq-shell {
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .page-wrap .page-wrap-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-inner {
    padding: 12px;
  }

  .brand-wrap {
    max-width: 208px;
  }

  .brand-wrap img {
    width: 198px;
  }

  .call-btn {
    gap: 7px;
    width: auto;
    padding: 0 14px;
    min-height: 42px;
  }

  .mini-features,
  .trust-bar {
    grid-template-columns: 1fr;
  }

  .quote-submit {
    font-size: 20px;
  }

  .trust-bar .trust-item:nth-child(1) {
    border-right: 0;
  }

  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  /* .hero-subtitle {
    max-width: 310px;
    font-size: 10.5px;
  } */
  .reg-input {
    max-width: 75%;
  }

  .quote-btn {
    width: 55%;
  }

  .hero-landing .banner-decor img,
  .hero-landing .banner-decor-2 img {
    width: 190px;
  }

  .footer-bottom {
    display: block;
    text-align: center;
  }

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

  .footer-bottom p {
    margin-bottom: 8px;
  }

  .footer-col-title {
    margin: 2px 0 8px;
  }

  .reviews-section .trust-item:not(:last-child)::after {
    display: none;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .page-wrap {
    margin: 0 auto;
    padding: 10px 8px 10px;
  }

  .hero-wrap {
    padding-top: 15px;
  }

  h1.hero-title {
    margin: 12px auto;
  }

  .hero-subtitle {
    margin-top: 0;
  }

  .trust-item {
    gap: 10px;
  }

  .trust-copy strong {
    font-size: 15px;
    line-height: 21px;
  }

  .reviews-section .summary-bar {
    padding: 10px;
  }

  .feature-icon-wrap svg {
    width: 25px;
    height: 25px;
  }

  .benefits-title {
    font-size: 22px;
  }

  .finder-heading {
    margin-bottom: 10px;
  }

  .rating-score {
    padding-bottom: 13px;
  }

  .reviews-section .summary-cell:nth-child(4)::before {
    display: block;
  }

  .brand-name {
    font-size: 22px;
    line-height: 28px;
  }

  .model-card {
    max-width: 328px;
    margin: 0 auto;
    min-height: 222px;
  }

  /* .model-image {
    height: 136px;
  } */

  .model-title {
    font-size: 16px;
    white-space: normal;
  }

  .reviews-section .trust-row {
    grid-template-columns: 1fr;
  }

  .trust-bar .trust-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }

  .trust-bar {
    margin-top: 15px;
  }

  .engine-image {
    min-height: 150px;
  }

  .engine-title {
    font-size: 17px;
  }

  .engine-copy {
    padding-right: 14px;
  }
}

@media (max-width: 479px) {
  .quote-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .reg-input {
    max-width: 100%;
  }

  .finder-heading {
    font-size: 1rem;
  }

  .hero-search {
    margin-top: 0;
    padding: 10px 16px 14px;
  }

  h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .benefits-title {
    font-size: 20px;
    line-height: 28px;
  }

  .check-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .benefit-item {
    gap: 12px;
  }

  .banner-make-img {
    width: 240px;
    padding-bottom: 10px;
  }

  .quote-btn {
    min-height: 55px;
    font-size: 1.35rem;
  }

  .summary-cell.rating-stars {
    padding-top: 0;
  }

  .feature-item {
    gap: 5px;
  }

  /* .engine-link {
    min-height: 50px;
  } */

  .brand-card-top {
    min-height: 125px;
  }

  .code-card {
    padding-top: 0 !important;
  }

  .navbar-toggler {
    padding: 3px;
  }

  .reviews-section .summary-cell:nth-child(1) {
    padding-bottom: 5px;
  }

  .navbar-toggler-icon {
    width: 1.25em;
    height: 1.25em;
  }

  .call-btn {
    gap: 5px;
    font-size: 14px;
    padding: 0 10px;
    min-height: 40px;
  }

  .call-btn svg {
    width: 15px;
    height: 15px;
  }

  .brand-footer {
    min-height: 45px;
  }

  .reviews-section .summary-bar {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .rating-score {
    padding-top: 0;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 21px;
  }

  .quote-btn {
    width: 80%;
  }

  .summary-cell:nth-child(2)::before,
  .summary-cell:nth-child(4)::before {
    display: none !important;
  }

  .reviews-section .summary-bar {
    row-gap: 5px;
  }

  .summary-cell {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .summary-cell.ps-5 {
    padding-left: 8px !important;
  }

  .review-card {
    min-height: 270px;
  }

  .codes-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .brand-wrap .sticky-logo {
    width: 135px;
  }

  .company img {
    width: 170px;
  }

  .faq-note-btn {
    width: 70%;
  }

  .wrap .col-12 {
    width: 100%;
    flex: 0 0 auto;
  }

  .quote-card,
  .trust-bar {
    border-radius: 8px;
  }

  .quote-submit {
    font-size: 18px;
  }
}