@charset "UTF-8";
@reference "tailwindcss";
body {
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  body:not(.home) {
    background: #F2F2F2;
    margin-top: 150px;
  }
}

h2 {
  font-weight: 500;
  font-size: clamp(32px, 4vw, 61px);
}

h3 {
  font-size: clamp(39px, 4vw, 39px);
  font-weight: 400;
}

h4 {
  font-size: 31px;
  font-weight: 500;
}

/* =========================
   Header
   ========================= */
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}

.site-header {
  position: relative;
  width: min(1200px, 100% - 48px);
  margin: 30px auto 0;
  border-radius: 12px;
  border: 1px solid rgba(75, 44, 139, 0.6980392157);
  background-color: rgba(75, 44, 139, 0.7);
  backdrop-filter: blur(12px) saturate(120%);
  color: #fff;
  pointer-events: auto;
}
.site-header .header-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0.5em 0.8em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-header .brand {
  display: flex;
  align-items: center;
}
.site-header .brand .logo img {
  max-height: 40px;
  width: auto;
  display: block;
}
.site-header .brand .site-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.site-header .line-separator {
  width: 1px;
  height: 40px;
  background: #fff;
}
.site-header .heder-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header .heder-wrapper .main-nav {
  flex: 1;
  display: flex;
  justify-content: start;
}
.site-header .heder-wrapper .main-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.site-header .heder-wrapper .main-nav .nav-list li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-header .heder-wrapper .main-nav .nav-list li a:hover, .site-header .heder-wrapper .main-nav .nav-list li a.current-menu-item a {
  opacity: 0.85;
}
.site-header .heder-wrapper .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
}
.site-header .heder-wrapper .hf-control__icon {
  position: relative;
}
.site-header .heder-wrapper .hf-control__icon img {
  position: absolute;
  width: 17px;
  bottom: -1px;
  left: 10px;
}
.site-header .heder-wrapper .hf-control__icon.sqft-icon img {
  width: 22px;
  bottom: -3px;
  left: 10px;
}
.site-header .heder-wrapper {
  /* Text input placeholder styling */
}
.site-header .heder-wrapper .hf-control__input {
  color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  width: 200px;
  border-radius: 8px;
  outline: none;
  padding: 10px 16px;
  border: 1px solid #4B2C8B;
  background: rgba(75, 44, 139, 0.6980392157);
  text-indent: 20px;
}
.site-header .heder-wrapper .hf-control__input::placeholder {
  color: #F2F2F2;
}
.site-header .heder-wrapper {
  /* Search button */
}
.site-header .heder-wrapper .header-search-btn {
  background: #f0826b;
  color: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 6px 14px rgba(240, 130, 107, 0.35);
}
.site-header .heder-wrapper .header-search-btn:hover {
  box-shadow: 0 10px 20px rgba(240, 130, 107, 0.45);
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .site-header .heder-wrapper .header-filters {
    flex-wrap: wrap;
    gap: 8px;
  }
  .site-header .heder-wrapper .hf-control {
    flex: 1 1 100%;
  }
  .site-header .heder-wrapper .header-search-btn {
    width: 100%;
  }
}
.site-header .heder-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
.site-header .heder-wrapper .btn--primary {
  background: #FE7170;
  color: #fff;
}
.site-header .heder-wrapper .btn--primary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
}

/* Responsive tweak */
@media (max-width: 768px) {
  .site-header .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
/* hero banner */
.hero {
  position: relative;
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.hero .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero .hero__bg .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.9) 65%, #F2F2F2 100%);
  z-index: 1;
}
.hero .hero__content {
  position: relative;
  z-index: 2;
  text-align: start;
  width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  color: #111;
}
.hero .hero__content .hero__title {
  line-height: 1.2;
  font-weight: 400;
  font-size: 72px;
}
.hero .hero__content .hero__title .hero__accent {
  color: #8967CF;
  font-weight: 600;
  font-style: italic;
  padding-left: 23%;
}
.hero .hero__content .hero__lead {
  font-size: 1.125rem;
  margin-top: 1rem;
  color: #333;
}

/* 4 Cols Features */
.features {
  background: #F2F2F2;
  padding: clamp(40px, 6vw, 80px) 0;
}
.features .container {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
.features__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 40px) clamp(20px, 3vw, 48px);
}
.features__grid .feature > span {
  height: 50px;
}
@media (min-width: 640px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature {
  display: grid;
  align-content: stretch;
  gap: 12px;
}
.feature__icon img {
  height: 45px;
}
.feature__icon_drive-up img {
  height: 35px;
  width: 60px;
}
.feature__title {
  line-height: 1.25;
  color: #000000;
  margin: 6px 0 0;
  letter-spacing: 0.2px;
}
.feature__desc {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.5;
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

.app-key {
  background: #F2F2F2;
  padding: clamp(32px, 5vw, 80px) 0;
}
.app-key__panel {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.app-key__grid {
  display: grid;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  grid-template-columns: 1fr;
  text-align: left;
}
@media (min-width: 900px) {
  .app-key__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.app-key__content {
  max-width: 600px;
  z-index: 2;
  padding-left: 60px;
}
.app-key__badge {
  display: block;
  width: clamp(64px, 8vw, 88px);
  height: auto;
  border-radius: 20px;
  margin-bottom: clamp(12px, 2vw, 20px);
}
.app-key__title {
  margin: 0 0 clamp(10px, 1.6vw, 16px);
  line-height: 1.1;
  font-size: clamp(32px, 4vw, 61px);
  color: #1E0A47;
}
.app-key__lead {
  margin: 0;
  color: #47474D;
  font-size: 16px;
  line-height: 1.6;
  width: clamp(60%, 4vw, 100%);
}
.app-key__lead strong {
  color: #171a2e;
  font-weight: 700;
}
.app-key__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}
@media (min-width: 900px) {
  .app-key__media {
    min-height: 440px;
  }
}
.app-key__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 900px) {
  .app-key__media img {
    width: 120%;
    transform: translate(-8%, 12%);
  }
}

/* Container you already use */
.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

/* Section */
.app-overview {
  padding: clamp(32px, 5vw, 80px) 0;
  background: #fff;
}
.app-overview__grid {
  display: grid;
  gap: clamp(10px, 3vw, 14px);
  grid-template-columns: 1fr;
  align-items: stretch;
  height: 550px;
}
@media (min-width: 1000px) {
  .app-overview__grid {
    grid-template-columns: 1.15fr 1fr;
    grid-auto-rows: 1fr;
  }
}
.app-overview {
  /* Base card */
}
.app-overview__card {
  background: #F2F2F2;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(20px, 3vw, 28px);
}
.app-overview {
  /* Left tall feature card */
}
.app-overview__card--hero {
  background: #D8C5FF;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
}
@media (min-width: 1000px) {
  .app-overview__card--hero {
    grid-row: span 2;
    grid-template-columns: 0.9fr 1.1fr;
    padding: clamp(28px, 4vw, 36px);
  }
}
.app-overview {
  /* Right compact cards */
}
.app-overview__card--compact {
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 780px) {
  .app-overview__card--compact {
    grid-template-columns: 1.1fr 0.9fr; /* text | image */
  }
}
.app-overview {
  /* Text blocks */
}
.app-overview__text {
  max-width: 560px;
  margin-bottom: 90px;
}
.app-overview__title {
  margin: 0 0 10px;
  line-height: 1.1;
  color: #171a2e;
  letter-spacing: -0.01em;
}
.app-overview__lead {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 16px);
  line-height: 1.6;
  color: #47474D;
}
.app-overview__subtitle {
  margin: 0 0 8px;
  line-height: 1.2;
  font-size: clamp(24px, 2.4vw, 24px);
  color: #171a2e;
}
.app-overview__copy {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 16px);
  line-height: 1.6;
  color: #47474D;
}
.app-overview {
  /* Media areas */
}
.app-overview__media {
  position: relative;
  min-height: clamp(220px, 36vw, 460px);
  display: grid;
  place-items: center;
}
.app-overview__media img {
  display: block;
  width: min(100%, 720px); /* purposeful bleed */
  height: auto;
  transform: translateY(12%);
}
@media (min-width: 1000px) {
  .app-overview__media img {
    transform: translateY(12%);
  }
}
.app-overview__thumb {
  display: grid;
  place-items: center;
  min-height: clamp(180px, 28vw, 320px);
  border-radius: 16px;
  transform: translateY(15%);
}
.app-overview__thumb img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

/* ===== CTA Banner ===== */
.cta-hero {
  padding: clamp(28px, 5vw, 80px);
  background: #F2F2F2;
}
.cta-hero__panel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #eef0f4;
  min-height: clamp(320px, 42vw, 560px);
}
.cta-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}
.cta-hero {
  /* Soft white gradient overlay (left -> right) */
}
.cta-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0.96) 0%, rgba(242, 242, 242, 0.9) 0%, rgba(242, 242, 242, 0.6) 40%, rgba(242, 242, 242, 0) 55%);
}
.cta-hero__grid {
  height: 460px;
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  grid-template-columns: 1fr;
  align-items: center;
  padding: clamp(20px, 4vw, 48px);
}
@media (min-width: 960px) {
  .cta-hero__grid {
    grid-template-columns: minmax(0, 560px) 1fr;
  }
}
.cta-hero__content {
  max-width: 560px;
}
.cta-hero__title {
  margin: 0 0 clamp(10px, 1.4vw, 12px);
  line-height: 1.1;
}
.cta-hero__accent {
  color: #8967CF;
  font-style: italic;
  font-weight: 700;
}
.cta-hero__lead {
  margin: 0 0 clamp(14px, 2vw, 20px);
  color: #47474D;
  font-size: clamp(25px, 1.6vw, 25px);
  line-height: 1.2;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn--primary {
  color: #fff;
  background: #D14D36;
  padding: 15px 20px;
}
.btn--primary:hover {
  transform: translateY(-1px);
}
.btn--primary:active {
  transform: translateY(0);
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

/* ===== Footer ===== */
.site-footer {
  background: linear-gradient(to left, #4b2c8b 0%, #3b2483 50%, #2e1b6d 100%);
  color: rgba(255, 255, 255, 0.92);
  padding: clamp(32px, 6vw, 72px) 0;
}

.footer-grid {
  display: grid;
  gap: clamp(20px, 4vw, 48px);
  grid-template-columns: 1fr;
}
@media (min-width: 980px) {
  .footer-grid {
    grid-template-columns: minmax(320px, 520px) 1fr;
    align-items: start;
  }
}

/* Brand block */
.footer-brand {
  display: grid;
  gap: clamp(12px, 2vw, 16px);
  height: 100%;
}

.footer-logo {
  display: inline-block;
}
.footer-logo img {
  width: min(300px, 60vw);
  height: auto;
  display: block;
}

.footer-tagline {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 24px);
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: end;
}

/* Link columns */
.footer-links {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  grid-template-columns: repeat(2, minmax(0, 150px));
  justify-content: end;
}
@media (min-width: 720px) {
  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 150px));
  }
}

.footer-col {
  display: grid;
  gap: 10px;
  justify-content: end;
}

.footer-hd {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #BCBCBD;
  text-transform: none;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-list a {
  color: #C8ADFF;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
}
.footer-list a:hover, .footer-list a:focus-visible {
  text-decoration: underline;
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

/* Location + Map */
.location-card {
  background: #F2F2F2;
  padding: clamp(32px, 6vw, 40px) 0;
}
.location-card__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 980px) {
  .location-card__grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
.location-card__grid__lytham {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 980px) {
  .location-card__grid__lytham {
    grid-template-columns: 1.2fr 1fr;
  }
}
.location-card__details {
  border-radius: 16px;
  padding: clamp(20px, 3.5vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.location-card__title {
  margin: 0 0 24px;
  font-size: clamp(49px, 4vw, 49px);
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
.location-card__title span {
  color: #000000;
  font-weight: 700;
}
.location-card__intro {
  margin: 0;
  color: #47474D;
  line-height: 140%;
  font-size: clamp(16px, 1.4vw, 16px);
  max-width: 56ch;
}
.location-card__rule {
  border: 0;
  height: 1px;
  background: #fff;
  margin: clamp(18px, 2.6vw, 24px) 0;
}
.location-card__contacts {
  display: grid;
  gap: 14px;
}
@media (min-width: 640px) {
  .location-card__contacts {
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 3vw, 24px);
  }
}
.location-card__address {
  margin: 0;
  font-style: normal;
  color: #A3A3A6;
  font-size: clamp(16px, 1.4vw, 16px);
  font-weight: 400;
  line-height: 140%;
}
.location-card__contact {
  display: grid;
  gap: 8px;
}
.location-card__link {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 140%;
}
.location-card__facts {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(16px, 3vw, 24px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}
@media (max-width: 520px) {
  .location-card__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.location-card__fact {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 14px);
  line-height: 140%;
  color: #47474D;
}
.location-card__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.location-card__cta {
  display: inline-block;
  margin-top: clamp(8px, 1.6vw, 12px);
  width: -webkit-fill-available;
}
.location-card__map {
  border-radius: 24px;
  margin: 0;
}
.location-card__map img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 16px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}
.btn--primary {
  background: #FE7170;
  color: #fff;
}
.btn--primary:hover {
  filter: brightness(0.95);
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

.features-3 {
  padding: clamp(28px, 6vw, 80px) 0;
  background: #fff;
}
.features-3__grid {
  display: grid;
  gap: clamp(10px, 3vw, 10px);
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .features-3__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .features-3__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features-3__item {
  display: grid;
  align-content: start;
  gap: clamp(10px, 2vw, 14px);
}
.features-3__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/5;
  background: #f3f4f6;
  margin: 0;
}
.features-3__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features-3__title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(25px, 2.2vw, 25px);
  line-height: 1.2;
  color: #000000;
}
.features-3__text {
  margin: 0;
  color: #47474D;
  font-size: clamp(16px, 1.3vw, 16px);
  line-height: 1.4;
}

/* Intro Section */
.intro-section {
  background: #F2F2F2;
  padding: clamp(60px, 8vw, 100px) 0;
}
@media (max-width: 600px) {
  .intro-section {
    padding: clamp(30px, 8vw, 100px) 0;
  }
}
.intro-section {
  height: 25vh;
  display: flex;
}
.intro-section__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  align-self: end;
}
@media (min-width: 900px) {
  .intro-section__grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.intro-section__heading h2 {
  font-size: clamp(72px, 4vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  color: #000000;
  letter-spacing: -2px;
  margin: 0;
}
.intro-section__text p {
  font-size: clamp(16px, 1.2vw, 16px);
  line-height: 140%;
  color: #47474D;
  max-width: 540px;
  margin-top: 50px;
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

.how-steps {
  padding: clamp(28px, 6vw, 72px) 0;
  background: #F2F2F2;
}
.how-steps__grid {
  display: grid;
  gap: clamp(16px, 3vw, 16px);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 980px) {
  .how-steps__grid {
    grid-template-columns: 1fr 1.5fr;
  }
}
.how-steps {
  /* LEFT */
}
.how-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(10px, 1.8vw, 14px);
}
.how-steps__item {
  display: flex;
  border-radius: 24px;
  background: #fff;
  min-height: 150px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 10px 24px rgba(17, 12, 46, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.how-steps__item.is-active, .how-steps__item:has(.how-steps__btn:hover), .how-steps__item:has(.how-steps__btn:focus-visible) {
  background: #E9DEFF;
  transform: translateY(-1px);
}
.how-steps__btn {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(14px, 2.4vw, 18px);
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
}
.how-steps__btn:focus-visible {
  outline: 2px solid #6a36ff;
  outline-offset: 2px;
}
.how-steps__wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.how-steps__num {
  inline-size: 36px;
  block-size: 36px;
  border-radius: 999px;
  line-height: 1.4;
  display: grid;
  place-items: center;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  background: #8967CF;
  flex: 0 0 36px;
}
.how-steps__title {
  display: block;
  font-weight: 500;
  font-size: clamp(25px, 1.8vw, 25px);
  line-height: 1.25;
  color: #0C0C0D;
}
.how-steps__text {
  display: block;
  font-size: clamp(13px, 1.5vw, 13px);
  line-height: 1.55;
  color: #47474D;
}
.how-steps {
  /* RIGHT */
}
.how-steps__viewer {
  position: relative;
  background: #fff;
  border-radius: 20px;
  min-height: clamp(240px, 46vw, 440px);
  box-shadow: 0 10px 24px rgba(17, 12, 46, 0.06);
  overflow: hidden;
  height: 100%;
}
.how-steps__frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  display: flex;
}
.how-steps__frame.is-active {
  opacity: 1;
  pointer-events: auto;
}
.how-steps__frame.step_1 img {
  display: block;
  object-fit: contain;
  margin: auto;
  border: #E6E6E6 1px solid;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.how-steps__frame.step_2 img {
  display: block;
  object-fit: contain;
  transform: translate(0%, 10%);
  width: 130%;
}
.how-steps__frame.step_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 100%;
}
.how-steps__frame.step_4 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.how-steps__frame.step_4 img {
  height: 85%;
}
.how-steps__frame.step_5 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.how-steps__frame.step_5 img {
  height: 150%;
  transform: translate(0%, 2%);
}
.how-steps__nav {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}
.how-steps__arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 18px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.how-steps__arrow:hover {
  background: rgba(0, 0, 0, 0.35);
}
.how-steps__arrow:active {
  transform: scale(0.96);
}

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

.contact-strip {
  background: #F2F2F2;
  padding: clamp(60px, 8vw, 100px) 0;
  height: 45vh;
  display: flex;
}
.contact-strip__inner {
  display: grid;
  gap: 16px;
}
.contact-strip__head {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.contact-strip__title {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 25px);
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
.contact-strip__sub {
  margin: 4px 0 0;
  color: #47474D;
  font-size: clamp(20px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.2;
}
.contact-strip__grid {
  display: grid;
  gap: clamp(16px, 2.5vw, 24px);
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .contact-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .contact-strip__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-card {
  padding: clamp(16px, 2.6vw, 20px);
  display: grid;
  gap: 6px;
  align-content: start;
}
.contact-card__icon {
  margin-bottom: 5px;
  line-height: 1;
  height: 32px;
}
.contact-card__icon img {
  width: 32px;
}
.contact-card__label {
  margin: 0 0 2px;
  font-size: clamp(16px, 1.6vw, 16px);
  font-weight: 700;
  color: #000000;
}
.contact-card__email {
  width: fit-content;
  color: #000000;
  text-decoration: underline;
  font-size: clamp(16px, 1.5vw, 16px);
}
.contact-card__email:hover {
  text-decoration: underline;
}

.faq {
  padding: clamp(40px, 5vw, 80px) 0;
  background: #fff;
}
.faq__head {
  margin-bottom: clamp(16px, 3vw, 24px);
}
.faq__head h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 25px);
  color: #000000;
  font-weight: 700;
}
.faq__head p {
  line-height: 1.4;
  font-size: clamp(14px, 1.5vw, 20px);
  color: #A3A3A6;
}
.faq__head p a {
  color: #CB4F4E;
}
.faq__grid {
  display: grid;
  gap: 0;
}

.faq--lined .faq-item:first-child {
  border-top: 1px solid #E6E6E6;
}

/* Item */
.faq-item__title {
  margin: 0;
}
.faq-item__btn {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(15px, 3.2vw, 15px) 0;
  text-align: left;
}
.faq-item__btn:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
  border-radius: 6px;
}
.faq-item__btn:first-child {
  padding-top: clamp(25px, 3.2vw, 25px);
}
.faq-item__glyph {
  position: relative;
  width: clamp(22px, 2.4vw, 26px);
  height: clamp(22px, 2.4vw, 26px);
  margin-top: -2px; /* optical align with text */
  /* draw the glyph with two strokes */
}
.faq-item__glyph::before, .faq-item__glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FE7170;
  transition: transform 0.2s ease, opacity 0.2s ease;
  border-radius: 1px;
}
.faq-item__glyph {
  /* vertical stroke */
}
.faq-item__glyph::after {
  width: 2px;
  height: 100%;
}
.faq-item__glyph {
  /* horizontal stroke */
}
.faq-item__glyph::before {
  width: 100%;
  height: 2px;
}
.faq-item {
  /* Question typography */
}
.faq-item__question {
  display: block;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
  font-size: clamp(16px, 2.6vw, 16px);
  line-height: 1.25;
}
.faq-item {
  /* Answer panel */
}
.faq-item__panel {
  padding: 0 0 clamp(0px, 3.2vw, 0px) calc(clamp(22px, 2.4vw, 26px) + clamp(14px, 2vw, 18px));
  /* indent to align with question text (skip icon column) */
  color: #87878C;
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 1.4;
}
.faq-item__panel a {
  color: #CB4F4E;
  text-decoration: underline;
}
.faq-item__panel ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
.faq-item__panel ul li {
  margin: 0.2rem 0;
}
.faq-item {
  /* OPEN STATE styling via aria-expanded */
}
.faq-item .faq-item__btn[aria-expanded=true] + .faq-item__panel {
  display: block;
}
.faq-item .faq-item__btn[aria-expanded=true] .faq-item__question {
  text-decoration: underline;
  text-decoration-color: #47474D;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.faq-item .faq-item__btn[aria-expanded=false] + .faq-item__panel[hidden] {
  display: none;
}
.faq-item {
  /* Turn “+” into “×” when open (rotate both bars 45°) */
}
.faq-item .faq-item__btn[aria-expanded=true] .faq-item__glyph::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq-item .faq-item__btn[aria-expanded=true] .faq-item__glyph::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .site-header .header-inner {
    justify-content: center;
  }
  .site-header .header-inner .line-separator {
    display: none;
  }
  .site-header .header-inner .heder-wrapper {
    display: flex;
    flex-direction: column;
  }
  .site-header .header-inner .heder-wrapper .header-actions {
    display: none;
    flex-direction: column;
  }
  .hero {
    height: 45vh;
  }
  .hero .hero__bg .hero__overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9) 85%, #F2F2F2 100%);
  }
  .hero .hero__content .hero__title {
    font-size: 26px;
  }
  .hero .hero__content .hero__title .hero__accent {
    padding-left: 13%;
  }
  .features {
    text-align: center;
  }
  .features .feature__icon {
    display: flex;
    justify-content: center;
  }
  .features .feature__icon_drive-up {
    display: flex;
    justify-content: center;
  }
  .features br {
    display: none;
  }
  .app-key__grid .app-key__content .app-key__badge {
    padding-top: 20px;
  }
  .app-key__grid .app-key__content .app-key__lead {
    width: clamp(90%, 4vw, 100%);
  }
  .app-key__grid .app-key__media {
    padding-left: 60px;
  }
  .app-overview__card--hero .app-overview__media {
    min-height: clamp(160px, 38vw, 460px);
  }
  .app-overview__card--hero .app-overview__media img {
    width: min(60%, 720px);
  }
  .app-overview__grid {
    height: 1200px;
  }
  .app-overview__grid .app-overview__subtitle {
    text-align: center;
  }
  .app-overview__grid .app-overview__copy {
    text-align: center;
  }
  .app-overview__grid .app-overview__thumb img {
    width: 60%;
  }
  .cta-hero__scrim {
    background: linear-gradient(90deg, rgba(242, 242, 242, 0.96) 0%, rgba(242, 242, 242, 0.9) 0%, rgba(242, 242, 242, 0.6) 100%, rgba(242, 242, 242, 0) 55%);
    padding-left: 0;
    padding-right: 0;
  }
  .cta-hero {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-col {
    justify-content: center;
  }
  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 150px));
  }
  .location-card__details {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-section {
    height: 55vh;
  }
  .intro-section .intro-section__heading h2 {
    font-size: 50px;
  }
  .location-card__grid {
    grid-template-columns: 1fr;
  }
  .location-card__grid__lytham {
    grid-template-columns: 1fr;
  }
  .location-card__grid__lytham .location-card__map {
    order: 1;
  }
  .how-steps__frame.step_1 img {
    width: 80%;
  }
  .contact-strip__inner {
    margin-top: 70px;
  }
  .contact-strip {
    height: auto;
  }
}
html {
  font-family: "Inter", sans-serif;
}

/*# sourceMappingURL=styles.css.map */
