/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
  scroll-behavior: smooth;
}

/*** Hide Header and Footer ***/
.mwb-header, .footer {
  display: none;
}

/* ========================================
   STICKY VERA HEADER
======================================== */

.dnd-section:has(.vera-header-link) {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #001923 !important;
  box-shadow: 0 8px 25px rgba(0, 15, 21, 0.18);
}

.dnd-section:has(.vera-header-link) {
  border-bottom: 1px solid rgba(69, 200, 245, 0.12);
}

/* Sticky Vera header on mobile */

@media (max-width: 767px) {
  .dnd-section:has(.vera-mobile-header) {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #001923;
    border-bottom: 1px solid rgba(69, 200, 245, 0.14);
    box-shadow: 0 8px 25px rgba(0, 15, 22, 0.2);
  }

  /* Reduce the section spacing while sticky */
  .dnd-section:has(.vera-mobile-header) > .row-fluid {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .vera-mobile-header {
    position: relative;
    z-index: 2;
  }
}

/* Form Privacy Policy Text Styling */
.hsfc-DataPrivacyField {
  color: #80929a!important;
  font-size: 9px!important;
  line-height: 1.4em!important;
  text-align: center!important;
}

.hsfc-DataPrivacyField .hsfc-RichText {
  font-family: Poppins!important;
  color: #80929a!important;
  font-size: 9px!important;
  line-height: 1.4em!important;
  text-align: center!important;
}

.hsfc-Step__Content {
  border-radius: 20px;
}

.hsfc-Button {
    color: #002433!important;
    background: linear-gradient(135deg, #62d7ff, #18b5ef)!important;
    box-shadow: 0 14px 36px #0faee840!important;
    border-radius: 100px!important;
}

.hsfc-NavigationRow__Buttons {
  justify-content: center!important;
}

.hsfc-FieldLabel {
    color: #3a5662;
    letter-spacing: .08em!important;
    font-size: 10px!important;
    font-weight: 800!important;
}
}

/*** Header Link Animations ***/
/* ========================================
   HEADER NAVIGATION LINKS
======================================== */

.vera-header-link a {
  position: relative;
  display: inline-block;
  transition: color 0.25s ease;
}

.vera-header-link a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #1ab6f0;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.vera-header-link a:hover,
.vera-header-link a:focus-visible {
  color: #ffffff !important;
}

.vera-header-link a:hover::after,
.vera-header-link a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

/* ========================================
   HEADER CTA
======================================== */

.vera-header-cta a {
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.vera-header-cta a:hover,
.vera-header-cta a:focus-visible {
  border-color: #1ab6f0 !important;
  background-color: #41c5f71f !important;
  box-shadow: 0 8px 24px rgba(26, 182, 240, 0.25);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.vera-header-cta-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.vera-header-cta a:hover .vera-header-cta-arrow,
.vera-header-cta a:focus-visible .vera-header-cta-arrow {
  transform: translateX(4px);
}

/* Keyboard accessibility */

.vera-header-link a:focus-visible,
.vera-header-cta a:focus-visible {
  outline: 2px solid #1ab6f0;
  outline-offset: 5px;
}

/* Disable animation when requested */

@media (prefers-reduced-motion: reduce) {
  .vera-header-link a,
  .vera-header-link a::after,
  .vera-header-cta a,
  .vera-header-cta-arrow {
    transition: none;
  }
}

/* ========================================
   VERA HERO
======================================== */

.vera-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  background:
    radial-gradient(
      circle at 77% 45%,
      rgba(36, 175, 220, 0.24) 0,
      rgba(10, 105, 136, 0.13) 24%,
      transparent 48%
    ),
    linear-gradient(
      110deg,
      #001923 0%,
      #002d3b 55%,
      #064c62 100%
    );
  font-family: Inter, Arial, sans-serif;
}

/* Subtle background grid */

.vera-hero-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 55px 55px;
  content: "";
  pointer-events: none;
}

/* Keep the hero content above the background */

.vera-hero-copy,
.vera-hero-visual {
  position: relative;
  z-index: 1;
}

/* Left column */

.vera-hero-copy {
  padding-top: 20px;
  padding-bottom: 55px;
}

.vera-hero-eyebrow {
  display: flex !important;
  align-items: center;
  gap: 11px;
  width: 100% !important;
  margin: 0 0 25px !important;
  color: #45c8f5 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em!important;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.vera-hero-eyebrow::before {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

.vera-hero-heading {
  max-width: 600px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(48px, 4.4vw, 72px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.vera-hero-heading em {
  color: #45c8f5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08em;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.vera-hero-description {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

/* Primary CTA */

.vera-hero-primary a {
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.vera-hero-primary a:hover,
.vera-hero-primary a:focus-visible {
  background-color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(69, 200, 245, 0.25);
  color: #001923 !important;
  transform: translateY(-2px);
}

/* Video link */

.vera-hero-video-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.vera-hero-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.vera-hero-video-link:hover .vera-hero-play,
.vera-hero-video-link:focus-visible .vera-hero-play {
  border-color: #45c8f5;
  background-color: #45c8f5;
  color: #001923;
  transform: scale(1.07);
}

/* Trust points */

.vera-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
  margin-top: 34px;
}

.vera-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8fdaf3;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-hero-trust span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #45c8f5;
  box-shadow: 0 0 10px rgba(69, 200, 245, 0.75);
  content: "";
}

/* Right-side circular design */

.vera-hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: stretch;
  min-height: 610px;
}

.vera-hero-visual::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0,
      transparent 66px,
      rgba(69, 200, 245, 0.17) 67px,
      transparent 69px
    );
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.vera-hero-visual::after {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(69, 200, 245, 0.24) 0%,
    rgba(69, 200, 245, 0.08) 45%,
    transparent 70%
  );
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.vera-hero-image {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin-bottom: -3px;
}

.vera-hero-image img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  max-height: 610px;
  margin: 0 auto;
}

/* ========================================
   HERO TABLET
======================================== */

@media (max-width: 991px) {
  .vera-hero-section {
    min-height: auto;
  }

  .vera-hero-heading {
    font-size: clamp(44px, 6vw, 60px);
  }

  .vera-hero-description {
    font-size: 16px;
  }

  .vera-hero-visual {
    min-height: 520px;
  }

  .vera-hero-visual::before {
    width: 500px;
    height: 500px;
  }

  .vera-hero-image img {
    max-height: 520px;
  }
}

/* ========================================
   HERO MOBILE
======================================== */

@media (max-width: 767px) {
  .vera-hero-section {
    text-align: left;
  }

  .vera-hero-copy {
    padding-top: 55px;
    padding-bottom: 35px;
  }

  .vera-hero-heading {
    font-size: clamp(42px, 12vw, 56px);
    letter-spacing: -0.045em;
  }

  .vera-hero-description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .vera-hero-trust {
    gap: 12px 18px;
    margin-top: 28px;
  }

  .vera-hero-visual {
    min-height: 480px;
  }

  .vera-hero-visual::before {
    width: 460px;
    height: 460px;
  }

  .vera-hero-image img {
    max-height: 475px;
  }
}

@media (max-width: 480px) {
  .vera-hero-heading {
    font-size: 42px;
  }

  .vera-hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vera-hero-visual {
    min-height: 420px;
  }

  .vera-hero-image img {
    max-height: 420px;
  }
}

/* Hero CTA row */

.vera-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

/* Primary button */

.vera-hero-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 13px 25px;
  border: 1px solid #45c8f5;
  border-radius: 50px;
  background-color: #45c8f5;
  color: #001923 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.vera-hero-contact-button:hover,
.vera-hero-contact-button:focus-visible {
  border-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 10px 28px rgba(69, 200, 245, 0.25);
  color: #001923 !important;
  transform: translateY(-2px);
}

.vera-button-arrow {
  display: inline-block;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.vera-hero-contact-button:hover .vera-button-arrow,
.vera-hero-contact-button:focus-visible .vera-button-arrow {
  transform: translateX(4px);
}

/* Video link */

.vera-hero-video-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  white-space: nowrap;
}

.vera-hero-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

/* ========================================
   HERO CHARACTER
======================================== */

.vera-hero-character {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 610px;
  overflow: visible;
}

/* Concentric circles */

.vera-hero-character::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0,
      transparent 66px,
      rgba(69, 200, 245, 0.17) 67px,
      transparent 69px
    );
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

/* Center glow */

.vera-hero-character-glow {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 360px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(69, 200, 245, 0.29) 0%,
    rgba(69, 200, 245, 0.11) 45%,
    transparent 72%
  );
  filter: blur(4px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

/* Vera image */

.vera-hero-character-image {
  position: relative;
  z-index: 2;
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: 610px !important;
  max-height: 610px !important;
  margin: 0 auto !important;
  object-fit: contain;
  object-position: center bottom;
}
.vera-hero-video-link:hover,
.vera-hero-video-link:focus-visible {
  color: #45c8f5 !important;
}

.vera-hero-video-link:hover .vera-hero-play,
.vera-hero-video-link:focus-visible .vera-hero-play {
  border-color: #45c8f5;
  background-color: #45c8f5;
  color: #001923;
  transform: scale(1.07);
}

@media (max-width: 767px) {
  .vera-hero-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.12em;
    white-space: normal;
  }

  .vera-hero-actions {
    gap: 20px;
    margin-top: 28px;
  }

  .vera-hero-character {
    min-height: 500px;
  }

  .vera-hero-character::before {
    width: 480px;
    height: 480px;
  }

  .vera-hero-character-image {
    height: 500px !important;
    max-height: 500px !important;
  }
}

@media (max-width: 480px) {
  .vera-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .vera-hero-contact-button {
    min-height: 48px;
    padding: 12px 22px;
  }

  .vera-hero-character {
    min-height: 420px;
  }

  .vera-hero-character::before {
    width: 410px;
    height: 410px;
  }

  .vera-hero-character-image {
    height: 420px !important;
    max-height: 420px !important;
  }
}

/* ========================================
   VERA FLOATING CALLOUTS
======================================== */

.vera-callout {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(105, 208, 240, 0.36);
  border-radius: 14px;
  background: rgba(0, 40, 53, 0.88);
  box-shadow:
    0 18px 45px rgba(0, 9, 14, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Live verification card */

.vera-callout-live {
  top: 31%;
  left: -5%;
  gap: 12px;
  width: 225px;
  padding: 12px 15px;
  animation: vera-callout-float 4.5s ease-in-out infinite;
}

/* Coverage card */

.vera-callout-coverage {
  right: -2%;
  bottom: 27%;
  gap: 13px;
  width: 170px;
  padding: 12px 15px;
  animation: vera-callout-float 4.5s ease-in-out 1s infinite;
}

/* Callout typography */

.vera-callout-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.vera-callout-label {
  color: #68cce9;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vera-callout-copy strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.vera-callout-time {
  margin-left: auto;
  color: #68cce9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Live status dot */

.vera-live-dot {
  position: relative;
  display: block;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(33, 230, 165, 0.24);
  border-radius: 50%;
  background-color: #20dfa2;
  box-shadow: 0 0 12px rgba(32, 223, 162, 0.65);
}

.vera-live-dot::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(32, 223, 162, 0.45);
  border-radius: 50%;
  content: "";
  animation: vera-status-pulse 2s ease-out infinite;
}

/* Coverage check */

.vera-coverage-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(32, 223, 162, 0.14);
  color: #20dfa2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/* Floating motion */

@keyframes vera-callout-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

/* Live dot pulse */

@keyframes vera-status-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.7);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 1100px) {
  .vera-callout-live {
    left: 0;
    width: 205px;
  }

  .vera-callout-coverage {
    right: 0;
    width: 160px;
  }
}

@media (max-width: 900px) {
  .vera-callout-live {
    top: 34%;
    left: -5%;
    width: 190px;
    min-height: 58px;
    padding: 10px 12px;
  }

  .vera-callout-coverage {
    right: -4%;
    bottom: 25%;
    width: 150px;
    min-height: 58px;
    padding: 10px 12px;
  }

  .vera-callout-copy strong {
    font-size: 11px;
  }

  .vera-callout-time {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .vera-callout-live {
    top: 35%;
    left: 2%;
  }

  .vera-callout-coverage {
    right: 2%;
    bottom: 22%;
  }
}

@media (max-width: 480px) {
  .vera-callout-live {
    top: 34%;
    left: 0;
    width: 165px;
  }

  .vera-callout-coverage {
    right: 0;
    bottom: 18%;
    width: 138px;
  }

  .vera-callout-label {
    font-size: 7px;
  }

  .vera-callout-copy strong {
    font-size: 10px;
  }

  .vera-callout-time {
    display: none;
  }

  .vera-coverage-check {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

/* ========================================
   HOW VERA WORKS
======================================== */

.vera-how-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(69, 200, 245, 0.09),
      transparent 34%
    ),
    #f5f9fb;
  font-family: Inter, Arial, sans-serif;
}

.vera-how-section,
.vera-how-section * {
  box-sizing: border-box;
}

/* Section heading */

.vera-section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.vera-section-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 0 20px !important;
  color: #168dc2 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em!important;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-section-eyebrow::before,
.vera-section-eyebrow::after {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

.vera-section-title {
  margin: 0 !important;
  color: #102a35 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(42px, 4.2vw, 62px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
  line-height: 1.05 !important;
}

.vera-section-title em {
  color: #168dc2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.vera-section-intro {
  max-width: 650px;
  margin: 24px auto 0 !important;
  color: #526873 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

/* Process cards */

.vera-process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  height: 100%;
  overflow: hidden;
  padding: 38px 34px 32px;
  border: 1px solid #dceaf0;
  border-radius: 22px;
  background-color: #ffffff;
  box-shadow: 0 14px 45px rgba(16, 42, 53, 0.06);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.vera-process-card:hover {
  border-color: rgba(26, 182, 240, 0.5);
  box-shadow: 0 22px 60px rgba(16, 42, 53, 0.12);
  transform: translateY(-7px);
}

/* Large background number */

.vera-process-number {
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(22, 141, 194, 0.09);
  font-size: 68px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

/* Icon */

.vera-process-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 27px;
  border: 1px solid rgba(26, 182, 240, 0.3);
  border-radius: 15px;
  background-color: #eaf8fe;
  color: #168dc2;
}

.vera-process-icon svg {
  width: 27px;
  height: 27px;
}

/* Card typography */

.vera-process-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px !important;
  color: #102a35 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 23px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  line-height: 1.25 !important;
}

.vera-process-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 28px !important;
  color: #526873 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.vera-process-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #168dc2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-process-label::before {
  width: 17px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

/* Featured middle card */

.vera-process-card-featured {
  border-color: #064c62;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(69, 200, 245, 0.2),
      transparent 35%
    ),
    linear-gradient(145deg, #003344, #001f2a);
  box-shadow: 0 20px 55px rgba(0, 35, 46, 0.2);
}

.vera-process-card-featured .vera-process-number {
  color: rgba(69, 200, 245, 0.13);
}

.vera-process-card-featured .vera-process-icon {
  border-color: rgba(69, 200, 245, 0.35);
  background-color: rgba(69, 200, 245, 0.12);
  color: #45c8f5;
}

.vera-process-card-featured h3 {
  color: #ffffff !important;
}

.vera-process-card-featured p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.vera-process-card-featured .vera-process-label {
  color: #68cce9;
}

/* ========================================
   HOW IT WORKS RESPONSIVE
======================================== */

@media (max-width: 991px) {
  .vera-process-card {
    min-height: 420px;
    padding: 32px 26px 28px;
  }

  .vera-process-card h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .vera-how-section {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .vera-section-title {
    font-size: 44px !important;
  }

  .vera-section-intro {
    font-size: 16px !important;
  }

  .vera-process-card {
    min-height: 0;
    margin-bottom: 20px;
    padding: 32px 28px;
  }
}

@media (max-width: 480px) {
  .vera-section-title {
    font-size: 38px !important;
  }

  .vera-section-eyebrow::before,
  .vera-section-eyebrow::after {
    width: 16px;
  }
}

/* ========================================
   SEE VERA IN ACTION
======================================== */

.vera-video-copy,
.vera-video-copy *,
.vera-video-container,
.vera-video-container * {
  box-sizing: border-box;
}

/* Eyebrow */

.vera-video-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px !important;
  color: #45c8f5 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em!important;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-video-eyebrow::before {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

/* Heading */

.vera-video-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(42px, 4vw, 58px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
  line-height: 1.06 !important;
}

.vera-video-title em {
  color: #45c8f5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06em;
  font-weight: 400;
  letter-spacing: -0.035em;
}

/* Description */

.vera-video-description {
  max-width: 500px;
  margin: 26px 0 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* Checklist */

.vera-video-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.vera-video-list li {
  position: relative;
  margin: 0 !important;
  padding-left: 33px;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  list-style: none !important;
}

.vera-video-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(32, 223, 162, 0.14);
  color: #20dfa2;
  content: "✓";
  font-size: 11px;
  font-weight: 800;
}

/* Video container */

.vera-video-container {
  position: relative;
  width: 100%;
  padding: 13px;
  border: 1px solid rgba(69, 200, 245, 0.24);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    0 30px 75px rgba(0, 14, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* Blue glow behind the video */

.vera-video-container::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 80%;
  border-radius: 50%;
  background: rgba(69, 200, 245, 0.2);
  content: "";
  filter: blur(55px);
  opacity: 0.45;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

/* Responsive video frame */

.vera-video-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 14px;
  background-color: #001923;
  aspect-ratio: 16 / 9;
}

.vera-video-frame iframe {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  aspect-ratio: 16 / 9;
}

.vera-video-container {
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.vera-video-container:hover {
  border-color: rgba(69, 200, 245, 0.5);
  box-shadow:
    0 34px 85px rgba(0, 14, 20, 0.42),
    0 0 40px rgba(69, 200, 245, 0.1);
  transform: translateY(-4px);
}

@media (max-width: 767px) {
  .vera-video-copy {
    margin-bottom: 42px;
  }

  .vera-video-title {
    font-size: 43px !important;
  }

  .vera-video-description {
    font-size: 16px !important;
  }

  .vera-video-container {
    padding: 9px;
    border-radius: 18px;
  }

  .vera-video-frame {
    border-radius: 11px;
  }
}

@media (max-width: 480px) {
  .vera-video-title {
    font-size: 38px !important;
  }

  .vera-video-list {
    gap: 12px;
  }

  .vera-video-list li {
    font-size: 13px !important;
  }
}



/* Override theme iframe styling */

.vera-video-frame iframe {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  aspect-ratio: 16 / 9;
}

/* Remove spacing HubSpot may add around embeds */

.vera-video-container p,
.vera-video-frame p {
  margin: 0 !important;
  padding: 0 !important;
}

/* ========================================
   VERA DASHBOARD SECTION
======================================== */

.vera-dashboard-copy,
.vera-dashboard-copy *,
.vera-dashboard-visual,
.vera-dashboard-visual * {
  box-sizing: border-box;
}

/* ========================================
   DASHBOARD COPY
======================================== */

/* Eyebrow */

.vera-dashboard-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px !important;
  color: #168dc2 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em !important;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-dashboard-eyebrow::before {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

/* Heading */

.vera-dashboard-title {
  margin: 0 !important;
  color: #102a35 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(42px, 4vw, 58px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
  line-height: 1.06 !important;
}

.vera-dashboard-title em {
  color: #168dc2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04em;
  font-weight: 400;
  letter-spacing: -0.035em;
}

/* Supporting paragraph */

.vera-dashboard-description {
  max-width: 500px;
  margin: 25px 0 0 !important;
  color: #526873 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* Dashboard points */

.vera-dashboard-points {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.vera-dashboard-point {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.vera-dashboard-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  margin-top: 1px;
  border-radius: 9px;
  background-color: rgba(26, 182, 240, 0.12);
  color: #168dc2;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.vera-dashboard-point h3 {
  margin: 0 0 4px !important;
  color: #102a35 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  line-height: 1.4 !important;
}

.vera-dashboard-point p {
  margin: 0 !important;
  color: #647983 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* ========================================
   DASHBOARD VISUAL
======================================== */

/*
 * The visual expands toward the left.
 * Its right edge remains inside the original HubSpot column.
 */

.vera-dashboard-visual {
  position: relative;
  width: calc(100% + 100px);
  max-width: none;
  margin-right: 0;
  margin-left: -100px;
  padding: 16px;
}

/* Glow behind the dashboard */

.vera-dashboard-visual::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 88%;
  height: 75%;
  border-radius: 50%;
  background-color: rgba(26, 182, 240, 0.2);
  content: "";
  filter: blur(55px);
  opacity: 0.55;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

/* Browser shell */

.vera-dashboard-browser {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(22, 141, 194, 0.22);
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow:
    0 30px 75px rgba(16, 42, 53, 0.16),
    0 8px 20px rgba(16, 42, 53, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.vera-dashboard-browser:hover {
  border-color: rgba(22, 141, 194, 0.4);
  box-shadow:
    0 36px 85px rgba(16, 42, 53, 0.21),
    0 10px 24px rgba(16, 42, 53, 0.1);
  transform: translateY(-5px);
}

/* Browser bar */

.vera-dashboard-browser-bar {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #dceaf0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f6fafc 100%
  );
}

.vera-browser-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.vera-browser-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.vera-browser-dots span:nth-child(1) {
  background-color: #ff7e77;
}

.vera-browser-dots span:nth-child(2) {
  background-color: #ffc65c;
}

.vera-browser-dots span:nth-child(3) {
  background-color: #38d7a0;
}

.vera-browser-label {
  overflow: hidden;
  margin-left: auto;
  padding-left: 16px;
  color: #78909a;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Screenshot */

.vera-dashboard-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f3f7f9;
}

.vera-dashboard-image {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  transition: transform 0.45s ease;
}

.vera-dashboard-browser:hover .vera-dashboard-image {
  transform: scale(1.015);
}

/* ========================================
   RESPONSIVE DASHBOARD
======================================== */

/* Smaller desktop */

@media (max-width: 1300px) {
  .vera-dashboard-visual {
    width: calc(100% + 70px);
    margin-left: -70px;
  }
}

/* Small desktop and landscape tablet */

@media (max-width: 1100px) {
  .vera-dashboard-visual {
    width: calc(100% + 35px);
    margin-left: -35px;
    padding: 10px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .vera-dashboard-visual {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 8px;
  }

  .vera-dashboard-browser {
    border-radius: 17px;
  }
}

/* Stacked mobile layout */

@media (max-width: 767px) {
  .vera-dashboard-copy {
    margin-bottom: 45px;
  }

  .vera-dashboard-title {
    font-size: 43px !important;
  }

  .vera-dashboard-description {
    font-size: 16px !important;
  }

  .vera-dashboard-points {
    gap: 19px;
    margin-top: 30px;
  }

  .vera-dashboard-visual {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}

/* Small phones */

@media (max-width: 480px) {
  .vera-dashboard-title {
    font-size: 38px !important;
  }

  .vera-dashboard-browser {
    border-radius: 14px;
  }

  .vera-dashboard-browser-bar {
    min-height: 40px;
    padding: 0 13px;
  }

  .vera-browser-label {
    max-width: 155px;
    font-size: 7px;
  }

  .vera-browser-dots span {
    width: 7px;
    height: 7px;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .vera-dashboard-browser,
  .vera-dashboard-image {
    transition: none;
  }

  .vera-dashboard-browser:hover,
  .vera-dashboard-browser:hover .vera-dashboard-image {
    transform: none;
  }
}

/* ========================================
   WHY VERA — HEADING
======================================== */

.vera-benefits-heading,
.vera-benefits-heading *,
.vera-benefit-card,
.vera-benefit-card * {
  box-sizing: border-box;
}

.vera-benefits-heading {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.vera-benefits-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 0 20px !important;
  color: #168dc2 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em !important;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-benefits-eyebrow::before,
.vera-benefits-eyebrow::after {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

.vera-benefits-title {
  margin: 0 !important;
  color: #102a35 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(42px, 4.3vw, 62px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
  line-height: 1.06 !important;
}

.vera-benefits-title em {
  color: #168dc2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04em;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.vera-benefits-intro {
  max-width: 670px;
  margin: 25px auto 0 !important;
  color: #526873 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

/* ========================================
   WHY VERA — BENEFIT CARDS
======================================== */

.vera-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 365px;
  height: 100%;
  overflow: hidden;
  padding: 34px 32px 30px;
  border: 1px solid #dceaf0;
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f8fbfc 100%
    );
  box-shadow: 0 12px 40px rgba(16, 42, 53, 0.05);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

/* Top blue accent */

.vera-benefit-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #168dc2,
    #45c8f5
  );
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.vera-benefit-card:hover {
  border-color: rgba(26, 182, 240, 0.45);
  box-shadow: 0 22px 60px rgba(16, 42, 53, 0.11);
  transform: translateY(-7px);
}

.vera-benefit-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* Number and icon row */

.vera-benefit-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 31px;
}

.vera-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(26, 182, 240, 0.23);
  border-radius: 15px;
  background-color: #eaf8fe;
  color: #168dc2;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.vera-benefit-icon svg {
  width: 26px;
  height: 26px;
}

.vera-benefit-card:hover .vera-benefit-icon {
  background-color: #168dc2;
  color: #ffffff;
  transform: rotate(-4deg) scale(1.04);
}

/* Card typography */

.vera-benefit-card h3 {
  margin: 0 0 16px !important;
  color: #102a35 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 23px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  line-height: 1.3 !important;
}

.vera-benefit-card p {
  margin: 0 0 28px !important;
  color: #526873 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* Bottom label */

.vera-benefit-footer {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #168dc2;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-benefit-footer::before {
  width: 18px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

@media (max-width: 991px) {
  .vera-benefit-card {
    min-height: 395px;
    padding: 30px 25px 27px;
  }

  .vera-benefit-card h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .vera-benefits-title {
    font-size: 43px !important;
  }

  .vera-benefits-intro {
    font-size: 16px !important;
  }

  .vera-benefit-card {
    min-height: 0;
    margin-bottom: 20px;
    padding: 30px 27px;
  }
}

@media (max-width: 480px) {
  .vera-benefits-title {
    font-size: 38px !important;
  }

  .vera-benefits-eyebrow::before,
  .vera-benefits-eyebrow::after {
    width: 16px;
  }

  .vera-benefit-card h3 {
    font-size: 21px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vera-benefit-card,
  .vera-benefit-card::before,
  .vera-benefit-icon {
    transition: none;
  }

  .vera-benefit-card:hover,
  .vera-benefit-card:hover .vera-benefit-icon {
    transform: none;
  }
}

/* ========================================
   VERA CONTACT COPY
======================================== */

.vera-contact-copy,
.vera-contact-copy * {
  box-sizing: border-box;
}

.vera-contact-copy {
  max-width: 530px;
}

/* Eyebrow */

.vera-contact-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px !important;
  color: #45c8f5 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em !important;
  line-height: 1.4;
  text-transform: uppercase;
}

.vera-contact-eyebrow::before {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  background-color: #45c8f5;
  content: "";
}

/* Heading */

.vera-contact-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(42px, 4vw, 58px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
  line-height: 1.07 !important;
}

.vera-contact-title em {
  color: #45c8f5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03em;
  font-weight: 400;
  letter-spacing: -0.035em;
}

/* Supporting paragraph */

.vera-contact-description {
  max-width: 500px;
  margin: 27px 0 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Expectation callout */

.vera-contact-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  max-width: 500px;
  margin-top: 38px;
  padding: 22px 23px;
  border: 1px solid rgba(69, 200, 245, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(69, 200, 245, 0.1),
      rgba(255, 255, 255, 0.035)
    );
}

.vera-contact-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background-color: rgba(32, 223, 162, 0.14);
  color: #20dfa2;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.vera-contact-note h3 {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.vera-contact-note p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.67) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

@media (max-width: 767px) {
  .vera-contact-copy {
    max-width: none;
    margin-bottom: 50px;
  }

  .vera-contact-title {
    font-size: 43px !important;
  }

  .vera-contact-description {
    font-size: 16px !important;
  }

  .vera-contact-note {
    margin-top: 30px;
    padding: 19px;
  }

  .vera-form-heading h3 {
    font-size: 32px !important;
  }
}

@media (max-width: 480px) {
  .vera-contact-title {
    font-size: 38px !important;
  }

  .vera-contact-note {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
  }
}

/* ========================================
   CONTACT COPY GLOW
======================================== */

.vera-contact-copy {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
}

/* Large glow behind the left-side copy */

.vera-contact-copy::before {
  position: absolute;
  z-index: -1;
  top: -400px;
  left: -500px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(32, 151, 190, 0.38) 0%,
    rgba(15, 105, 136, 0.24) 25%,
    rgba(8, 74, 96, 0.12) 48%,
    transparent 70%
  );
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

@media (max-width: 767px) {
  .vera-contact-copy::before {
    top: -220px!important;
    left: -280px!important;
    width: 620px!important;
    height: 620px!important;
  }
}

/*** Footer copyright alignment ***/
@media (max-width: 480px) {
  .footer-copyright {
    text-align: left!important;
  }
}

/*** Contact Us CTA on Mobile ***/
@media (max-width: 480px) {
  .vera-header-cta {
    width:100%!important;
  }
}

/* Vera mobile header row */

.vera-mobile-header,
.vera-mobile-header * {
  box-sizing: border-box;
}

.vera-mobile-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.vera-mobile-header__logo {
  display: block;
  flex: 0 1 200px;
  min-width: 0;
  line-height: 0;
  text-decoration: none;
}

.vera-mobile-header__logo img {
  display: block;
  width: 100% !important;
  max-width: 200px !important;
  height: auto !important;
  margin: 0 !important;
}

.vera-mobile-header__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 43px;
  padding: 9px 19px;
  border: 1px solid #1ab6f0;
  border-radius: 999px;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.vera-mobile-header__arrow {
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.vera-mobile-header__button:hover,
.vera-mobile-header__button:focus-visible {
  border-color: #45c8f5;
  background-color: #1ab6f0;
  box-shadow: 0 8px 24px rgba(26, 182, 240, 0.25);
  color: #001923 !important;
  transform: translateY(-2px);
}

.vera-mobile-header__button:hover .vera-mobile-header__arrow,
.vera-mobile-header__button:focus-visible .vera-mobile-header__arrow {
  transform: translateX(4px);
}

/* Keep both items side by side on phones */

@media (max-width: 767px) {
  .vera-mobile-header {
    flex-wrap: nowrap !important;
    gap: 12px;
  }

  .vera-mobile-header__logo {
    flex-basis: 155px;
  }

  .vera-mobile-header__logo img {
    max-width: 155px !important;
  }

  .vera-mobile-header__button {
    min-height: 40px;
    padding: 8px 15px;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .vera-mobile-header {
    gap: 9px;
  }

  .vera-mobile-header__logo {
    flex-basis: 135px;
  }

  .vera-mobile-header__logo img {
    max-width: 135px !important;
  }

  .vera-mobile-header__button {
    padding: 8px 12px;
    font-size: 12px;
  }

  .vera-mobile-header__arrow {
    font-size: 18px;
  }
}