:root {
  --ink: #f7fbff;
  --text: #11233a;
  --muted: #4e617a;
  --line: #d7e3f3;
  --surface: #ffffff;
  --surface-soft: #f4f8ff;
  --accent: #0b5ee8;
  --accent-deep: #0a3d8f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #edf4ff 0%, #ffffff 28%, #eef6ff 100%);
}

a {
  color: inherit;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.topBar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
  background: rgba(10, 28, 56, 0.9);
  border-bottom: 1px solid #254674;
  transition: box-shadow 220ms ease, background 220ms ease;
}

.topBar.scrolled {
  background: rgba(8, 22, 44, 0.96);
  box-shadow: 0 12px 28px rgba(2, 10, 25, 0.36);
}

.navInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  gap: 0.8rem;
  padding: 0.42rem 0;
}

.brand {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #eff6ff;
}

.brandLogo {
  width: 78px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #b6c9e4;
  background: #fff;
  padding: 2px;
  box-shadow: 0 6px 16px rgba(18, 39, 73, 0.18);
}

nav {
  display: flex;
  width: auto;
  justify-content: flex-end;
  gap: 0.45rem;
  flex: 1;
  margin-left: auto;
}

nav a {
  text-decoration: none;
  color: #e7f0ff;
  font-weight: 700;
  font-size: 0.87rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 127, 180, 0.56);
  background: rgba(18, 50, 92, 0.52);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}

nav a:hover,
nav a[aria-current="page"] {
  background: rgba(36, 88, 160, 0.88);
  border-color: rgba(163, 200, 255, 0.9);
  color: #ffffff;
  transform: translateY(-1px);
}

.navCta {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  border: 1px solid #5f89bf;
  color: #eff6ff;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(180deg, #23487a 0%, #173866 100%);
}

.skipDropdown {
  position: relative;
}

.skipDropdown summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  border: 1px solid #3f69a0;
  color: #eff6ff;
  background: #16345e;
  font-weight: 700;
  font-size: 0.88rem;
}

.skipDropdown summary::-webkit-details-marker {
  display: none;
}

.skipDropdownMenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: flex;
  gap: 0.45rem;
  padding: 0.45rem;
  border-radius: 12px;
  border: 1px solid #3b5f90;
  background: rgba(15, 35, 64, 0.97);
  box-shadow: 0 14px 24px rgba(3, 10, 24, 0.35);
  white-space: nowrap;
}

.skipDropdown:not([open]) .skipDropdownMenu {
  display: none;
}

.skipDropdownMenu a {
  text-decoration: none;
  color: #e4efff;
  border: 1px solid #42689f;
  border-radius: 999px;
  padding: 0.38rem 0.66rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  background-image: linear-gradient(114deg, rgba(8, 20, 40, 0.74), rgba(10, 46, 104, 0.56));
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./media/banner-user.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.48;
  transform: scale(1.03);
}

.aboutHero::before {
  background-image: url("./media/gb-photo-5.jpg");
  opacity: 0.34;
}

.heroOverlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 10%, rgba(151, 227, 255, 0.29), transparent 38%),
    linear-gradient(180deg, rgba(7, 20, 41, 0.08), rgba(7, 20, 41, 0.45));
}

.heroContent {
  position: relative;
  z-index: 1;
  color: var(--ink);
  padding: clamp(4rem, 7vw, 6.5rem) 0 2.2rem;
}

.heroLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 1.4rem;
  align-items: start;
}

.heroCopy {
  min-width: 0;
}

.aboutLayout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

.heroPhotos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  align-self: start;
  opacity: 1;
  transform: none;
}

.heroPhotoCard {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(227, 239, 255, 0.25);
  box-shadow: 0 16px 30px rgba(5, 14, 32, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.heroPhotoCard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beforeCard,
.afterCard {
  min-height: 235px;
}

.beforeCard {
  border-right: 2px solid rgba(227, 239, 255, 0.42);
}

.lowerCard {
  min-height: 225px;
}

.photoTag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f7fbff;
  background: rgba(13, 34, 61, 0.78);
}

.kicker,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.76rem;
  margin: 0 0 0.65rem;
  font-weight: 700;
}

.eyebrow {
  color: var(--accent-deep);
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: clamp(2.1rem, 6vw, 4.25rem);
  line-height: 0.98;
  max-width: 12.5ch;
}

.lead {
  margin: 1.1rem 0 1.4rem;
  max-width: 58ch;
  font-size: clamp(1rem, 2.1vw, 1.18rem);
  color: #e4eefb;
}

.heroCta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.primaryBtn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(8, 33, 80, 0.32);
}

.primaryBtn:hover {
  background: var(--accent-deep);
}

.status {
  margin: 0;
  color: #b4ffd9;
  font-weight: 700;
}

.stats {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.7rem;
}

.stats article {
  border: 1px solid rgba(215, 227, 243, 0.35);
  border-radius: 16px;
  background: rgba(12, 29, 56, 0.44);
  padding: 0.85rem;
}

.stats h2 {
  font-size: 1.5rem;
}

.stats p {
  margin: 0.2rem 0 0;
  color: #d9e6f7;
  font-size: 0.92rem;
}

.reviewStatLink {
  text-decoration: none;
  display: inline-block;
}

.reviewStatLink h2,
.reviewStatLink p {
  transition: transform 180ms ease, color 180ms ease;
}

.reviewStatLink:hover h2,
.reviewStatLink:hover p {
  transform: translateY(-1px);
  color: #ffffff;
}

.section {
  padding: clamp(2.1rem, 5vw, 4rem) 0;
}

.sectionHead {
  margin-bottom: 1rem;
}

.section h2 {
  font-size: clamp(1.5rem, 3.8vw, 2.55rem);
  line-height: 1.1;
  max-width: 20ch;
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  justify-content: center;
}

.serviceCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 26px rgba(20, 40, 80, 0.08);
}

.serviceCard h3 {
  font-size: 1.06rem;
}

.serviceCard p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.aboutContent {
  padding-top: 2.4rem;
}

.aboutGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aboutCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17, 35, 58, 0.08);
  padding: 1.15rem;
}

.aboutCard h2 {
  margin-bottom: 0.55rem;
}

.aboutCard p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.gallerySection {
  background: linear-gradient(180deg, #e9f2ff 0%, #f8fbff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviewsMini {
  background: var(--surface);
  border: 3px solid #c3d7f3;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(16, 38, 71, 0.08);
  padding: 1rem 1.1rem;
}

.reviewsMini h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.reviewsHeadingLink {
  text-decoration: none;
  color: inherit;
  transition: color 180ms ease;
}

.reviewsHeadingLink:hover {
  color: #0b5ee8;
}

.reviewsMini p {
  color: var(--muted);
  font-size: 0.95rem;
}

.reviewViewport {
  margin: 0.9rem 0 1rem;
  overflow: hidden;
}

.reviewTrack {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 1.4rem) / 3);
  gap: 0.7rem;
  transition: transform 500ms ease;
  will-change: transform;
}

.reviewTrack.no-transition {
  transition: none;
}

.reviewCard {
  background: #ffffff;
  border: 1px solid #c7daf3;
  border-radius: 12px;
  padding: 0.9rem;
}

.reviewName {
  margin: 0;
  font-weight: 800;
  color: #153964;
}

.reviewStars {
  margin-top: 0.4rem;
  width: 116px;
  height: 22px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #cfdbed;
  display: block;
}

.reviewText {
  margin: 0.55rem 0 0;
  color: #203a5f;
  line-height: 1.45;
  font-size: 0.89rem;
}

.reviewMeta {
  margin: 0.55rem 0 0;
  color: #5c7394;
  font-weight: 700;
  font-size: 0.8rem;
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  justify-content: center;
}

.galleryTile {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #cfe0f5;
  background: #cbd8e7;
}

.galleryTile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
}

.quoteFormWrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(17, 35, 58, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  padding: 1.35rem;
  margin-bottom: 2.2rem;
}

.quoteIntro {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.quoteInfoColumn {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.quoteFormColumn {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.quoteTrustLine {
  margin: 0;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px solid #d5e3f6;
  background: #f7fbff;
  color: #24486f;
  font-weight: 700;
  line-height: 1.45;
}

.nextSteps {
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #d5e3f6;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.nextSteps h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.nextSteps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.quoteForm {
  display: grid;
  gap: 0.6rem;
}

.quoteForm label {
  font-weight: 700;
  font-size: 0.92rem;
}

.quoteForm input,
.quoteForm select,
.quoteForm textarea {
  width: 100%;
  padding: 0.72rem 0.78rem;
  border-radius: 10px;
  border: 1px solid #c6d7ee;
  background: #fff;
  font: inherit;
}

.addressFieldWrap {
  position: relative;
}

.addressOptions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 8;
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 12px;
  border: 1px solid #c4d7f1;
  background: #ffffff;
  box-shadow: 0 16px 26px rgba(14, 31, 58, 0.14);
}

.addressOptions[hidden] {
  display: none;
}

.addressOption {
  width: 100%;
  text-align: left;
  border: 1px solid #d5e3f5;
  background: #f7fbff;
  color: #17355d;
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  font: inherit;
  cursor: pointer;
}

.addressOption:hover {
  background: #eaf3ff;
}

.quoteForm textarea {
  resize: vertical;
  min-height: 110px;
}

.fieldHelp {
  font-size: 0.82rem;
  color: #4f6585;
}

#form-status {
  display: block;
  min-height: 1.2rem;
  margin-top: 0.2rem;
  border-radius: 12px;
}

#form-status.is-success,
#form-status.is-error,
#form-status.is-pending {
  padding: 0.75rem 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
}

#form-status.is-success {
  background: #e8fff2;
  color: #0d6b3c;
  border: 1px solid #9fe0b8;
}

#form-status.is-error {
  background: #fff1f1;
  color: #b42318;
  border: 1px solid #f0b3ad;
}

#form-status.is-pending {
  background: #eef5ff;
  color: #1e4f9a;
  border: 1px solid #bfd5f6;
}

.fieldHelp.over {
  color: #b32222;
  font-weight: 700;
}

.quoteForm button {
  margin-top: 0.35rem;
  border: 0;
  cursor: pointer;
}

.successPanel {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid #b6e3c8;
  background: linear-gradient(180deg, #edfdf4 0%, #e7fff1 100%);
  box-shadow: 0 14px 28px rgba(13, 107, 60, 0.08);
}

.successPanel h3 {
  margin-bottom: 0.45rem;
}

.successPanel p {
  margin: 0 0 0.8rem;
  color: #1e5536;
  line-height: 1.5;
}

.successCall {
  background: #11552f;
  border-color: #11552f;
}

.siteFooter {
  background: #0f2340;
  color: #dce9fa;
  border-top: 1px solid #264674;
}

.footerInner {
  padding: 1.2rem 0 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footerTitle {
  margin: 0;
  font-weight: 700;
}

.socialLinks {
  display: inline-flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.socialLinks a {
  text-decoration: none;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #355b93;
  background: #173159;
  color: #e3efff;
  font-weight: 600;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-animate].in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .navInner {
    min-height: auto;
    padding: 0.5rem 0;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex: none;
    margin-left: 0;
    gap: 0.35rem;
  }

  .heroLayout {
    grid-template-columns: 1fr;
  }

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

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

  .serviceGrid {
    grid-template-columns: 1fr;
  }

  .aboutGrid {
    grid-template-columns: 1fr;
  }

  .reviewTrack {
    grid-auto-columns: 100%;
  }

  .quoteFormWrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 58vh;
  }

  .heroContent {
    padding: 2.8rem 0 1.5rem;
  }

  .brandLogo {
    width: 64px;
  }

  .brand span {
    font-size: 0.9rem;
  }

  nav a {
    font-size: 0.76rem;
    padding: 0.34rem 0.54rem;
  }

  .navCta {
    font-size: 0.8rem;
    padding: 0.4rem 0.62rem;
  }

  h1 {
    font-size: clamp(1.8rem, 10vw, 2.5rem);
  }
}

:focus-visible {
  outline: 3px solid #69a9ff;
  outline-offset: 3px;
}

.sectionIntro {
  margin: 0.45rem 0 0;
  max-width: 62ch;
  color: var(--muted);
}

.trustRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.trustPill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 37, 66, 0.68);
  border: 1px solid rgba(199, 221, 249, 0.26);
  color: #eef6ff;
  font-size: 0.8rem;
  font-weight: 700;
}

.secondaryBtn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(207, 223, 248, 0.5);
  color: #eff6ff;
  font-weight: 700;
  background: rgba(10, 30, 56, 0.35);
}

.compareCard {
  min-height: 250px;
}

.comparisonPair {
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
  gap: 0.5rem;
  align-items: stretch;
}

.secondaryPair {
  margin-top: 0.6rem;
}

.comparisonDivider {
  width: 2px;
  justify-self: center;
  background: rgba(235, 245, 255, 0.62);
  border-radius: 999px;
}

.comparisonDivider.light {
  background: rgba(227, 239, 255, 0.4);
}

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

.serviceGridWide .serviceCard:nth-child(5) {
  grid-column: 1;
}

.serviceGridWide .serviceCard:nth-child(6) {
  grid-column: 2;
}

.serviceGridWide .serviceCard:nth-child(7) {
  grid-column: 3;
}

.galleryGrid .galleryTile:nth-child(5) {
  grid-column: 2;
}

.galleryGrid .galleryTile:nth-child(6) {
  grid-column: 3;
}

.servicePoints {
  margin: 0;
  padding-left: 1rem;
  color: #355070;
}

.servicePoints li {
  margin: 0.22rem 0;
}

.serviceAreaSection,
.pricingCard,
.contactBackup,
.faqItem {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17, 35, 58, 0.08);
}

.serviceAreaSection {
  padding: 1.2rem;
}

.areaChips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.areaChips span {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #f2f8ff;
  border: 1px solid #cdddF2;
  font-weight: 600;
  font-size: 0.88rem;
}

.pricingSection {
  padding-top: 0;
}

.pricingCard {
  padding: 1.2rem;
}

.galleryCtaWrap {
  margin-top: 1rem;
}

.reviewBadge {
  display: inline-flex;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #c6daf7;
  color: #1f4f90;
  font-size: 0.72rem;
  font-weight: 800;
}

.reviewDate {
  margin: 0.35rem 0 0;
  color: #647d9f;
  font-size: 0.78rem;
  font-weight: 600;
}

.faqGrid {
  display: grid;
  gap: 0.8rem;
}

.faqItem {
  padding: 0.9rem 1rem;
}

.faqItem summary {
  cursor: pointer;
  font-weight: 800;
}

.faqItem p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.contactBackup {
  margin-top: 1rem;
  padding: 1.1rem;
}

.contactList {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
}

.contactList li {
  margin: 0.35rem 0;
  color: var(--muted);
}

.footerGrid {
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1rem;
}

.footerHeading {
  margin: 0 0 0.45rem;
  font-weight: 800;
  color: #eef5ff;
}

.footerCopy {
  margin: 0.22rem 0;
  color: #cfe0f5;
}

.footerBottom {
  border-top: 1px solid #29476d;
  padding: 0.9rem 0 5.5rem;
  color: #cfe0f5;
  font-size: 0.9rem;
}

.mobileCtaBar {
  display: none;
}

.galleryHero::before {
  background-image: url("./media/gb-photo-2.jpg");
  opacity: 0.34;
}

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

@media (max-width: 1100px) {
  .serviceGridWide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .serviceGridWide .serviceCard:nth-child(5),
  .serviceGridWide .serviceCard:nth-child(6),
  .serviceGridWide .serviceCard:nth-child(7),
  .galleryGrid .galleryTile:nth-child(5),
  .galleryGrid .galleryTile:nth-child(6) {
    grid-column: auto;
  }

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

@media (max-width: 900px) {
  .trustRow {
    justify-content: center;
  }

  .serviceGridWide,
  .galleryGridLarge,
  .footerGrid {
    grid-template-columns: 1fr;
  }

  .comparisonPair {
    grid-template-columns: 1fr;
  }

  .comparisonDivider {
    display: none;
  }

  .contactBackup {
    margin-top: 0.9rem;
  }

  .mobileCtaBar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.55rem;
    background: rgba(8, 22, 44, 0.96);
    border-top: 1px solid #335a90;
  }

  .mobileCtaBar a {
    text-decoration: none;
    text-align: center;
    padding: 0.8rem 0.7rem;
    border-radius: 999px;
    font-weight: 800;
  }

  .mobileCtaBar a:first-child {
    background: #1c3962;
    color: #eef6ff;
    border: 1px solid #446b9d;
  }

  .mobileCtaBar a:last-child {
    background: #0b5ee8;
    color: #fff;
  }
}
