@import url('bootstrap5.min.css');
/* =========================================================
   CPHI Milan 2026 / Aurigene Landing Page — Exact Figma Styles
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Raleway:wght@400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,400&display=swap');

/* Digit Unicode-Range rule: Forces Montserrat for all numbers 0-9 across the page */
@font-face {
  font-family: 'MontserratDigits';
  src: local('Montserrat SemiBold'), local('Montserrat'), url('https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
  font-weight: 100 900;
  unicode-range: U+30-39;
  /* Numbers 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 */
}

:root {
  /* Exact Figma Color Tokens */
  --figma-navy-topbar: #0E1430;
  --figma-navy-dark: #0a1930;
  --figma-navy: #142a5c;
  --figma-blue: #1F3FB7;
  --figma-blue-mid: #1e5aa8;
  --figma-teal: #17998a;
  --figma-yellow-text: #EDE33A;
  --figma-yellow: #EEE52F;
  --figma-yellow-accent: #F9EE6A;
  --figma-yellow-hover: #e3d726;
  --figma-yellow-light: #fffbea;
  --figma-gray-bg: #f4f7fa;
  --figma-border: #DFE0E8;
  --figma-text-dark: #212529;
  --figma-text-muted: #64748b;

  --font-main: 'MontserratDigits', 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-inter: 'MontserratDigits', 'Inter', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --font-num: 'Montserrat', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-main);
  color: var(--figma-text-dark);
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-main);
  font-weight: 700;
  color: var(--figma-navy-dark);
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

/* ---------- Figma Keyword Highlighting ---------- */
.text-green-highlight {
  color: #10b981;
  font-weight: 700;
}

.text-yellow-highlight {
  color: var(--figma-yellow);
  font-weight: 700;
}

/* ---------- Custom Buttons ---------- */
.btn-yellow {
  background-color: var(--figma-yellow);
  border: none;
  color: var(--figma-blue);
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border-radius: 34px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-shadow: 0 4px 14px rgba(238, 229, 47, 0.35);
  transition: all 0.2s ease;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: var(--figma-yellow-hover);
  color: var(--figma-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(238, 229, 47, 0.45);
}

.btn-white {
  background-color: #ffffff;
  border: none;
  color: var(--figma-blue);
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border-radius: 34px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.2s ease;
}

.btn-white:hover {
  background-color: #f8fafc;
  color: var(--figma-blue);
  transform: translateY(-2px);
}

/* =========================================================
   TOP UTILITY BAR — EXACT FIGMA SPECIFICATIONS
   ========================================================= */
/* Drupal container reset to prevent top gap */
.dialog-off-canvas-main-canvas,
.layout-container,
.main-container,
.region-content,
.block-system-main-block,
article.node,
.node--type-new-landing-page,
.node--type-new_landing_page,
.node--new-landing-page,
.node--new_landing_page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.top-bar {
  background: #0E1430;
  color: #ffffff;
  min-height: 55px;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  padding: 0;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cphi-top-logo {
  width: 109px;
  height: 55px;
  object-fit: contain;
  display: block;
}

.top-bar-date {
  font-size: 15px !important;
  line-height: 22px;
  text-transform: none !important;
}

.top-bar-date-highlight {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #EDE33A !important;
}

.top-bar-date-text {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  text-transform: capitalize !important;
}

.top-bar-date-year {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
}

.top-bar-v-sep {
  width: 0px;
  height: 23.5px;
  border-left: 1px solid rgba(171, 184, 225, 0.46);
}

.top-bar-location {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.top-bar-booth-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 13px;
  gap: 4px;
  height: 42px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.top-bar-booth-box .booth-highlight {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  color: #EDE33A;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.countdown-num {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #EEE52F;
}

.countdown-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 4px;
}

.countdown-colon {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

/* ---------- Header Navigation ---------- */
.site-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1020;
  max-height: 111px;
}

.header-logo-img {
  /* height: 54px; */
  width: auto;
  object-fit: contain;
  display: block;
}

.site-header .nav-link {
  color: var(--figma-blue);
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  padding: 0.5rem 1rem !important;
}

.site-header .nav-link:hover {
  color: var(--figma-blue-mid);
}

/* =========================================================
   HERO SECTION — EXACT FIGMA SPECIFICATIONS
   ========================================================= */
.hero {
  background: linear-gradient(76.95deg, #1F3FB7 8.85%, #4CAAAD 67.4%, #F7EB4F 113.82%);
  color: #ffffff;
  padding: 4.5rem 0 5.5rem;
  position: relative;
  overflow: hidden;
  min-height: 607px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/cphi-milan-2026-hero-banner1.png') no-repeat center center / cover;
  mix-blend-mode: multiply;
  opacity: 0.95;
  pointer-events: none;
}

.hero-title {
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.9px;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.hero-subtitle-wrap {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 2rem;
}

.hero-subtitle-line {
  width: 0px;
  height: 52px;
  border-left: 2px solid var(--figma-yellow-accent);
  flex-shrink: 0;
}

.hero-subtitle-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.hero-stats-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.hero-stat-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-stat-num {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #EEE52F;
}

.hero-stat-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.23px;
  color: #FFFFFF;
  margin-top: 4px;
}

.hero-stat-v-divider {
  width: 0px;
  height: 58px;
  border-left: 2px solid #EEE52F;
}

.hero-actions {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

/* ---------- Hero Form Card ---------- */
.hero-form-card {
  background: #ffffff;
  color: var(--figma-text-dark);
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0px 9px 79.8px -11px rgba(8, 16, 50, 0.2);
}

.hero-form-title {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  color: #0E1430;
  margin-bottom: 1.25rem;
}

.hero-form-card .form-label {
  font-size: 12px;
  font-weight: 600;
  color: #0E1430;
  margin-bottom: 0.35rem;
  letter-spacing: 0.24px;
}

.hero-form-card .form-control,
.hero-form-card .form-select {
  border-radius: 11px;
  border: 0.8px solid #E6E8F2;
  font-size: 14px;
  padding: 0.65rem 0.9rem;
  background-color: #F4F6FC;
  color: #0E1430;
}

.hero-form-card .form-control:focus,
.hero-form-card .form-select:focus {
  background-color: #ffffff;
  border-color: var(--figma-blue);
  box-shadow: 0 0 0 3px rgba(31, 63, 183, 0.15);
}

.hero-form-card .btn-yellow {
  border-radius: 999px;
  padding: 14px 26px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  background-color: #EEE52F;
  color: #1F3FB7;
}

/* =========================================================
   SECTION TITLE — EXACT FIGMA GRADIENT & LEFT ALIGN
   ========================================================= */
.section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.6px;
  background: linear-gradient(90deg, #1F3FB7 0%, #00A6BE 73.41%, #EEE52F 117.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2.5rem;
  text-align: left;
  display: inline-block;
}

.section-title-white {
  background: none;
  -webkit-text-fill-color: initial;
  color: #ffffff;
}

/* =========================================================
   BENEFIT CARDS — EXACT FIGMA SPECIFICATION (FLUSH EDGE GRADIENT)
   ========================================================= */
.section-benefits {
  padding: 5rem 0;
  background: #ffffff;
}

.benefit-card {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 0.8px solid #DFE0E8;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card::before {
  content: "";
  height: 6px;
  background: #1F3FB7;
  width: 100%;
  display: block;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(20, 40, 90, 0.08);
}

.benefit-card-header {
  padding: 1.25rem 1.25rem 0.5rem;
}

.benefit-card-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0E1430;
  margin-bottom: 0;
  min-height: 48px;
}

.benefit-box-usually {
  padding: 0.5rem 1.25rem 1rem;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 20px;
  min-height: 140px;
  color: #475569;
}

.benefit-box-usually p {
  margin: 0;
  color: #475569;
  font-weight: 500;
}

.benefit-box-usually strong {
  color: #0E1430;
  font-weight: 700;
}

.benefit-box-usually i {
  color: #0E1430;
  font-size: 14px;
  margin-right: 4px;
}

.benefit-box-aurigene {
  background: #1F3FB7;
  padding: 1.25rem;
  margin-top: auto;
  width: 100%;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  min-height: 190px;
}

.benefit-box-aurigene p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.benefit-box-aurigene strong {
  color: #EEE52F;
  font-weight: 700;
}

.benefit-box-aurigene i {
  color: #EEE52F;
  font-size: 14px;
  margin-right: 4px;
}

.section-tag-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  color: rgba(14, 20, 48, 0.8);
  margin-bottom: 8px;
}

/* =========================================================
   SECTION ROOF — EXACT FIGMA SPECIFICATION WITH ca-bg.svg
   ========================================================= */
.section-roof {
  padding: 5.5rem 0;
  background: linear-gradient(120deg, #edf3fe 0%, #e4f6f5 40%, #fbf9e2 85%, #fdf8d9 100%);
  position: relative;
}

.roof-section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.6px;
  color: #1F3FB7;
  background: none;
  -webkit-text-fill-color: initial;
  margin-bottom: 2.5rem;
}

.roof-title-highlight {
  background: linear-gradient(90deg, #4CAAAD 0%, #46B875 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.roof-card {
  box-sizing: border-box;
  border-radius: 14px;
  padding: 25px 24px;
  min-height: 465px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.roof-card-body {
  display: flex;
  flex-direction: column;
}

.roof-card-icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.roof-card-blue {
  background: #1F3FB7;
  color: #ffffff;
}

.roof-card-blue .roof-card-icon-img {
  filter: brightness(0) invert(1);
}

.roof-card-blue .roof-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 45px;
}

.roof-card-blue .roof-text {
  color: #ffffff;
  font-size: 13.5px;
  line-height: 22px;
  font-weight: 500;
  min-height: 110px;
}

.roof-card-blue .roof-tags span {
  background: #162E80;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 13px;
  border-radius: 100px;
  font-weight: 500;
}

.roof-card-teal {
  background: #4CAAAD;
  color: #ffffff;
}

.roof-card-teal .roof-card-icon-img {
  filter: brightness(0) invert(1);
}

.roof-card-teal .roof-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 45px;
}

.roof-card-teal .roof-text {
  color: #ffffff;
  font-size: 13.5px;
  line-height: 22px;
  font-weight: 500;
  min-height: 110px;
}

.roof-card-teal .roof-tags span {
  background: #327F81;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 13px;
  border-radius: 100px;
  font-weight: 500;
}

.roof-card-yellow {
  background: #F9EE6A;
  color: #212529;
}

.roof-card-yellow .roof-title {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 45px;
}

.roof-card-yellow .roof-text {
  color: #212529;
  font-size: 13.5px;
  line-height: 22px;
  font-weight: 500;
  min-height: 110px;
}

.roof-card-yellow .roof-tags span {
  background: #E8DC43;
  color: #212529;
  font-size: 11px;
  padding: 5px 13px;
  border-radius: 100px;
  font-weight: 500;
}

.roof-card-light {
  background: #E6E8F2;
  color: #212529;
}

.roof-card-light .roof-title {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 45px;
}

.roof-card-light .roof-text {
  color: #212529;
  font-size: 13.5px;
  line-height: 22px;
  font-weight: 500;
  min-height: 110px;
}

.roof-card-light .roof-tags span {
  background: #D9DDEC;
  color: #212529;
  font-size: 11px;
  padding: 5px 13px;
  border-radius: 100px;
  font-weight: 500;
}

.roof-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.75rem;
}

.roof-text {
  font-size: 13.5px;
  line-height: 22px;
  flex-grow: 1;
}

.roof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: .5rem;
}

.roof-banner {
  background: url('../images/ca-bg1.svg') no-repeat center center / cover;
  color: #ffffff;
  border-radius: 14px;
  padding: 1.5rem 2.5rem;
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: 'Raleway', sans-serif;
  box-shadow: 0 10px 30px rgba(31, 63, 183, 0.18);
}

.roof-banner-text {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.roof-banner .btn-yellow {
  background-color: #F9EE6A;
  color: #1F3FB7;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border-radius: 34px;
  padding: 14px 28px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
}

.roof-banner .btn-yellow:hover {
  background-color: #ffffff;
  color: #1F3FB7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ---------- Section: Meet The Team ---------- */
.section-team {
  background: #ffffff;
  padding: 4.5rem 0 0 0;
}

.team-section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.6px;
  /* color: #1F3FB7; */
  /* background: none;
  -webkit-text-fill-color: initial; */
  margin-bottom: 110px !important;
}

.team-title-highlight {
  background: linear-gradient(90deg, #4CAAAD 0%, #46B875 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.team-blue-box {
  width: 100%;
  background: #1F3FB7 url('../images/meetem-bottom-bg-right-pic.svg') no-repeat right bottom;
  background-size: auto 100%;
  padding: 0 0 2.5rem 0;
  position: relative;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -75px;
  height: 100%;
}

.team-photo-wrap {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 0.95;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.team-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-card-bar {
  height: 5px;
  width: 100%;
  max-width: 260px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1F3FB7 0%, #4CAAAD 50%, #F9EE6A 100%);
  margin-top: 0;
  margin-bottom: 1rem;
}

.team-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
  margin-top: 1rem;
}

.team-name {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}

.team-role,
.team-bio {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1rem;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-info .btn-yellow {
  background-color: #F9EE6A;
  color: #1F3FB7;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 16px;
  border-radius: 34px;
  padding: 11px 22px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  width: auto;
}

.team-info .btn-yellow:hover {
  background-color: #ffffff;
  color: #1F3FB7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* ---------- Section: Pick A Day ---------- */
/* ---------- Section: Pick A Day ---------- */
.section-pick-day {
  background: #ffffff;
  padding: 4.5rem 0;
}

.section-pick-day .section-title {
  color: #0c4eb9;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.person-gradient {
  background: linear-gradient(90deg, #18a685 0%, #68c655 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.pick-day-card {
  background: #edf5fd;
  border-radius: 18px;
  padding: 2.5rem 3rem;
  box-shadow: none;
}

.day-tabs {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.75rem;
}

.day-tab {
  border: none;
  background: linear-gradient(90deg, #d3e5f8 0%, #d4f2e9 100%);
  color: #427eb3;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.55rem 1.6rem;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.day-tab:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.day-tab.active {
  background: linear-gradient(90deg, #0d5bc5 0%, #17a499 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(13, 91, 197, 0.22);
}

.person-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem 1.1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .person-grid {
    grid-template-columns: 1fr;
  }

  .pick-day-card {
    padding: 1.75rem 1.5rem;
  }
}

.person-card {
  border: 1px solid #d4e3f3;
  border-radius: 12px;
  padding: 0.8rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f5f9fe;
}

.person-card:hover {
  border-color: #b0d1f4;
  background: #ffffff;
}

.person-card.selected {
  border: 1.5px solid #ebd900;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* Custom Radio Indicator */
.person-card input[type="radio"] {
  display: none;
}

.custom-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cbdceb;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.person-card.selected .custom-radio {
  border-color: #ebd900;
  background: #ffffff;
}

.person-card.selected .custom-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ebd900;
}

.person-card-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2px;
  column-gap: 0.4rem;
  min-width: 0;
  overflow: hidden;
}

.person-card-details strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
}

.card-divider {
  color: #cbd5e1;
  font-weight: 300;
  margin: 0 0.2rem;
}

.person-card-details span:not(.card-divider) {
  font-size: 0.82rem;
  font-weight: 500;
  color: #64748b;
}

@media (max-width: 575.98px) {
  .pick-day-card {
    padding: 1.25rem 1rem;
  }

  .person-card {
    padding: 0.75rem 0.85rem;
  }

  .person-card-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }

  .card-divider {
    display: none;
  }

  .person-card-details strong {
    font-size: 0.85rem;
    line-height: 1.2;
  }

  .person-card-details span:not(.card-divider) {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .day-tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .day-tab {
    padding: 0.45rem 1.1rem;
    font-size: 0.85rem;
  }

  #confirmMeetingBtn {
    width: 100%;
    justify-content: center;
  }
}

#confirmMeetingBtn {
  background-color: #f5ea25;
  color: #142a5c;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(245, 234, 37, 0.25);
}

#confirmMeetingBtn:hover {
  background-color: #e5da16;
  color: #0f172a;
  transform: translateY(-1px);
}

.calendar-icon-img {
  width: 140px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0.9 !important;
  display: block !important;
  margin: 0 auto !important;
}

/* ---------- Section: Brochures ---------- */
.section-brochures {
  background: #edf5fd;
  padding: 4.5rem 0;
}

.section-brochures {
  padding: 4.5rem 0 3.5rem;
  background-color: #F4F7FC;
  position: relative;
}

.section-brochures .section-title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 44px !important;
  background: linear-gradient(90deg, #1F3FB7 0%, #00A6BE 73.41%, #EEE52F 117.28%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  letter-spacing: -0.5px !important;
}

.brochure-nav {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.brochure-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #1F3FB7;
  background: #ffffff;
  color: #1F3FB7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.15rem;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(31, 63, 183, 0.08);
}

.brochure-nav-btn:hover:not(:disabled):not(.disabled) {
  background: #1F3FB7;
  color: #ffffff;
  border-color: #1F3FB7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 63, 183, 0.2);
}

.brochure-nav-btn:disabled,
.brochure-nav-btn.disabled {
  border-color: #CBD5E1 !important;
  color: #94A3B8 !important;
  background: #ffffff !important;
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.brochure-track-wrap {
  container-type: inline-size;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.5rem 0 1.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}

.brochure-track-wrap::-webkit-scrollbar {
  display: none;
}

.brochure-track {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  padding: 6px 2px 8px !important;
}

.brochure-card {
  flex: 0 0 var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
  width: var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
  max-width: var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
  min-width: var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
  box-sizing: border-box !important;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #DFE0E8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brochure-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(31, 63, 183, 0.14);
}

.brochure-cover-img {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  aspect-ratio: 0.72;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 11px 11px 0 0;
}

.brochure-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
}

.brochure-footer span {
  font-size: 13px;
  font-weight: 600;
  color: #1F3FB7;
  font-family: 'Raleway', sans-serif;
}

.brochure-download-icon {
  width: 18px;
  height: 18px;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.brochure-card:hover .brochure-download-icon {
  opacity: 1;
  transform: translateY(1px);
}

@media (min-width: 1200px) {
  .brochure-card {
    flex: 0 0 var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
    width: var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
    max-width: var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
    min-width: var(--brochure-card-width, calc((100cqw - 64px) / 5)) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .brochure-card {
    flex: 0 0 var(--brochure-card-width, calc((100cqw - 48px) / 4)) !important;
    width: var(--brochure-card-width, calc((100cqw - 48px) / 4)) !important;
    max-width: var(--brochure-card-width, calc((100cqw - 48px) / 4)) !important;
    min-width: var(--brochure-card-width, calc((100cqw - 48px) / 4)) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brochure-card {
    flex: 0 0 var(--brochure-card-width, calc((100cqw - 32px) / 3)) !important;
    width: var(--brochure-card-width, calc((100cqw - 32px) / 3)) !important;
    max-width: var(--brochure-card-width, calc((100cqw - 32px) / 3)) !important;
    min-width: var(--brochure-card-width, calc((100cqw - 32px) / 3)) !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .brochure-card {
    flex: 0 0 var(--brochure-card-width, calc((100cqw - 16px) / 2)) !important;
    width: var(--brochure-card-width, calc((100cqw - 16px) / 2)) !important;
    max-width: var(--brochure-card-width, calc((100cqw - 16px) / 2)) !important;
    min-width: var(--brochure-card-width, calc((100cqw - 16px) / 2)) !important;
  }
}

@media (max-width: 575.98px) {
  .brochure-card {
    flex: 0 0 var(--brochure-card-width, calc(80cqw - 10px)) !important;
    width: var(--brochure-card-width, calc(80cqw - 10px)) !important;
    max-width: var(--brochure-card-width, calc(80cqw - 10px)) !important;
    min-width: var(--brochure-card-width, calc(80cqw - 10px)) !important;
  }
}

.email-pack-banner {
  background: #1841bf;
  border-radius: 14px;
  padding: 1.5rem 2.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.email-pack-title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.email-pack-form {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.email-pack-input {
  border-radius: 10px !important;
  border: none !important;
  background: #f0f4f9 !important;
  padding: 0.65rem 1.25rem !important;
  width: 320px;
  max-width: 340px;
  font-size: 0.9rem;
  color: #1e293b;
  height: 44px;
  box-shadow: none !important;
}

.email-pack-input::placeholder {
  color: #94a3b8;
}

.email-pack-form .btn-yellow {
  background-color: #f5ea25;
  color: #142a5c;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.65rem 1.6rem;
  border-radius: 34px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  height: 44px;
  flex-shrink: 0;
}

.email-pack-form .btn-yellow:hover {
  background-color: #e5da16;
  color: #0f172a;
}

@media (max-width: 767.98px) {
  .brochure-track {
    flex-direction: row;
    gap: 14px;
  }

  .email-pack-banner {
    padding: 1.25rem 1.5rem;
  }

  .email-pack-form {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }

  .email-pack-input {
    width: 100%;
    max-width: 100%;
  }

  .email-pack-form .btn-yellow {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Section: FAQ ---------- */
.section-faq {
  background: #ffffff;
  padding: 5rem 0;
}

.section-faq .section-title {
  color: #0c4eb9;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
}

.faq-accordion .accordion-item {
  border: 1px solid #e1ebf5 !important;
  border-radius: 14px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}

.faq-accordion .accordion-item:hover {
  border-color: #b0d1f4 !important;
  box-shadow: 0 6px 18px rgba(12, 78, 185, 0.08);
}

.faq-accordion .accordion-button {
  font-weight: 700;
  font-size: 0.98rem;
  color: #1e293b;
  background: #ffffff !important;
  padding: 1.15rem 1.6rem;
  box-shadow: none !important;
  display: flex;
  align-items: center;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #ffffff !important;
  color: #1e293b;
}

.faq-num {
  color: #1D5793;
  font-weight: 800;
  font-size: 1.05rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
}

.faq-question {
  flex-grow: 1;
}

/* Solid Blue Circle Plus / Minus Icon (Large & Thin) */
.faq-accordion .accordion-button::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1D5793 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: #1D5793 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E") !important;
  transform: rotate(180deg);
}

.faq-accordion .accordion-body {
  padding: 0 1.6rem 1.4rem 3.8rem;
  color: #64748b;
  line-height: 1.65;
  font-size: 0.95rem;
  border-top: none;
}

/* ---------- Section: Final CTA ---------- */
.section-final-cta {
  background: url('../images/bottom-bg1.svg') no-repeat center center / cover;
  color: #ffffff;
  padding: 5.5rem 0;
}

.section-final-cta h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.section-final-cta .text-yellow-highlight {
  color: #eee52f;
  font-weight: 800;
}

.section-final-cta p {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.section-final-cta .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.section-final-cta .btn-yellow {
  background-color: #f5ea25 !important;
  color: #142a5c !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.7rem 1.8rem;
  border-radius: 30px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(245, 234, 37, 0.3);
}

.section-final-cta .btn-yellow:hover {
  background-color: #e5da16 !important;
  color: #0f172a !important;
  transform: translateY(-1px);
}

.section-final-cta .btn-white {
  background-color: #ffffff !important;
  color: #3b75af !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.7rem 1.8rem;
  border-radius: 30px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-final-cta .btn-white:hover {
  background-color: #f8fafc !important;
  color: #0d5bc5 !important;
  transform: translateY(-1px);
}

/* ---------- Footer ---------- */
/* ---------- Footer ---------- */
.site-footer {
  background: #0f356e;
  color: rgba(255, 255, 255, 0.8);
  padding: 4.5rem 0 2.5rem;
}

.footer-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-desc {
  font-size: 0.85rem;
  margin: 1.2rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  max-width: 340px;
}

.footer-event {
  display: flex;
  flex-direction: column;
  font-size: 0.88rem;
  gap: 0.25rem;
}

.footer-event-title {
  color: #eee52f;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.footer-event span:not(.footer-event-title) {
  color: #ffffff;
  font-weight: 600;
}

.footer-heading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-size: 0.98rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.65rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #eee52f;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 2.5rem 0 1.5rem;
}

.footer-copy {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .roof-banner,
  .email-pack-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats-wrap {
    gap: 1rem;
  }

  .team-section-title {
    margin-bottom: 3.5rem !important;
  }

  .team-card {
    margin-top: 0 !important;
    margin-bottom: 2rem;
  }

  .team-blue-box .row>div:first-child .team-card {
    margin-top: -65px !important;
  }

  .team-photo-wrap {
    max-width: 220px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 1.85rem;
  }

  .section-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .hero-stat-v-divider {
    display: none;
  }

  .hero-stat-box {
    border-top: 2px solid var(--figma-yellow);
    padding-top: 0.5rem;
    min-width: 45%;
  }
}


/* ============ THANK YOU CONFIRMATION MODAL ============ */
.cphi-thankyou-modal .modal-content {
  border-radius: 18px;
  border: none;
  box-shadow: 0 25px 50px -12px rgba(11, 30, 54, 0.25);
  background: #ffffff;
  overflow: hidden;
}

.cphi-thankyou-modal .thankyou-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ecfdf5;
  margin: 0 auto 0.75rem auto;
}

.cphi-thankyou-modal .thankyou-icon-wrap i {
  color: #10b981 !important;
  font-size: 2.75rem !important;
}

.cphi-thankyou-modal .modal-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #0b1e36;
  font-family: inherit;
}

.cphi-thankyou-modal .modal-subtitle {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4b5563;
}

.cphi-thankyou-modal .thankyou-details-card {
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-size: 0.88rem;
  color: #334155;
  text-align: left;
}

.cphi-thankyou-modal .thankyou-details-card a:hover {
  border-color: #1841bf !important;
  background-color: #f8fafc !important;
}

.cphi-thankyou-modal .btn-yellow {
  min-width: 140px;
}

/* =========================================================
   FORM GAP, SCROLL OFFSETS & SUBMIT ARROW ENHANCEMENTS
   ========================================================= */
html {
  scroll-behavior: smooth;
}

#hero-form,
#brochures,
#meet-team,
#roof,
#pick-a-day,
.hero-form-card,
.section-pick-day,
.section-brochures,
.section-executives,
.section-benefits,
.section-roof,
.section-stats,
.section-final-cta {
  scroll-margin-top: 80px;
}

.hero-form-card .form-title,
.hero-form-title {
  margin-bottom: 2rem !important;
}

.hero-form-card .btn-yellow,
.cphi-meeting-form .btn-yellow,
#meetingForm .btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  padding: 14px 26px;
  background-color: #EEE52F;
  color: #1F3FB7;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.hero-form-card .btn-yellow:hover,
.cphi-meeting-form .btn-yellow:hover,
#meetingForm .btn-yellow:hover {
  background-color: #ffffff;
  color: #1F3FB7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-form-card .btn-yellow i,
.cphi-meeting-form .btn-yellow i,
#meetingForm .btn-yellow i {
  font-size: 1rem;
  line-height: 1;
  margin-left: 10px;
  display: inline-block;
}

.hero-form-card .btn-yellow,
.cphi-meeting-form .btn-yellow,
#meetingForm .btn-yellow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border-radius: 999px !important;
  padding: 14px 26px !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  text-align: center !important;
  transition: all 0.2s ease-in-out !important;
}

.hero-form-card .btn-yellow:hover,
.cphi-meeting-form .btn-yellow:hover,
#meetingForm .btn-yellow:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-form-card .btn-yellow i,
.cphi-meeting-form .btn-yellow i,
#meetingForm .btn-yellow i {
  font-size: 1.1rem !important;
  line-height: 1 !important;
  display: inline-block !important;
}


/* =========================================================
   MONTSERRAT NUMBER FONT OVERRIDES ACROSS LANDING PAGE
   ========================================================= */
.top-bar-date-highlight,
.top-bar-date-year,
.top-bar-booth-box .booth-highlight,
.top-bar-countdown .countdown-num,
.countdown-num,
.cd-num,
.cd-number,
#cd-days,
#cd-hours,
#cd-minutes,
.hero-stat-num,
.hero-stat-box .hero-stat-num,
.stat-card-num,
.stat-big-num,
.stat-item-num,
.stat-number,
.benefit-card-num,
.step-num,
.step-number,
.day-tab,
.day-tab span,
.person-card-time,
.footer-event span,
.card-stat-number,
.metric-value,
.number-highlight,
.booth-number,
.event-date,
.countdown-colon {
  font-family: 'Montserrat', sans-serif !important;
}

/* =========================================================
   HERO SECTION & FORM CARD - FINAL MOCKUP ALIGNMENT
   ========================================================= */
.hero {
  background: #0E1430 url('../images/cphi-milan-2026-hero-banner1.png') no-repeat center center / cover !important;
  color: #ffffff;
  padding: 4.5rem 0 5rem !important;
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.hero::before {
  display: none !important;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: var(--font-main);
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 54px !important;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 1.5rem !important;
}

.hero-subtitle-wrap {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 2rem;
}

.hero-subtitle-line {
  width: 3px !important;
  background: #EDE33A !important;
  border: none !important;
  border-radius: 2px;
  flex-shrink: 0;
}

.hero-subtitle-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.hero-stats-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.hero-stat-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-stat-num {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #EDE33A !important;
}

.hero-stat-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.hero-stat-v-divider {
  width: 1px !important;
  height: 44px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border: none !important;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-actions .btn-yellow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  padding: 14px 26px;
  background-color: #EEE52F;
  color: #1F3FB7;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.hero-actions .btn-yellow:hover {
  background-color: #ffffff;
  color: #1F3FB7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-actions .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  padding: 14px 26px;
  background-color: #ffffff;
  color: #1F3FB7;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.hero-actions .btn-white:hover {
  background-color: #EEE52F;
  color: #1F3FB7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ---------- Hero Form Card ---------- */
.hero-form-card {
  background: #ffffff !important;
  color: #0E1430 !important;
  border-radius: 16px !important;
  padding: 2.25rem 2rem !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25) !important;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
}

.hero-form-card .form-title,
.hero-form-title {
  font-family: var(--font-main);
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #0E1430 !important;
  margin-bottom: 1.5rem !important;
  text-align: left;
}

.hero-form-card .form-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0E1430 !important;
  margin-bottom: 0.35rem !important;
  letter-spacing: 0.2px;
}

.hero-form-card .form-control,
.hero-form-card .form-select {
  border-radius: 9px !important;
  border: 1px solid #E2E8F0 !important;
  font-size: 13.5px !important;
  padding: 0.65rem 0.85rem !important;
  background-color: #F8FAFC !important;
  color: #0E1430 !important;
}

.hero-form-card .form-control:focus,
.hero-form-card .form-select:focus {
  background-color: #ffffff !important;
  border-color: #1F3FB7 !important;
  box-shadow: 0 0 0 3px rgba(31, 63, 183, 0.15) !important;
}


/* =========================================================
   HERO BANNER & OVERLAPPING FORM CARD (MOCKUP ACCURATE)
   ========================================================= */
.hero {
  background: #0E1430 url('../images/cphi-milan-2026-hero-banner1.png') no-repeat center center / cover !important;
  color: #ffffff;
  padding: 3.5rem 0 3.5rem !important;
  position: relative;
  overflow: visible !important;
  min-height: 480px;
  display: block;
  z-index: 5;
}

.hero::before {
  display: none !important;
}

.hero .container {
  position: relative;
  z-index: 6;
}

.hero-title {
  font-family: var(--font-main);
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 52px !important;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 1.25rem !important;
}

.hero-subtitle-wrap {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 1.75rem;
}

.hero-subtitle-line {
  width: 3px !important;
  background: #EDE33A !important;
  border: none !important;
  border-radius: 2px;
  flex-shrink: 0;
}

.hero-subtitle-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}

.hero-stats-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.hero-stat-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-stat-num {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #EDE33A !important;
}

.hero-stat-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.hero-stat-v-divider {
  width: 1px !important;
  height: 42px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border: none !important;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-actions .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  padding: 13px 26px;
  background-color: #ffffff;
  color: #1F3FB7;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.hero-actions .btn-white:hover {
  background-color: #EEE52F;
  color: #1F3FB7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ---------- Hero Form Card Overlapping Outside Banner ---------- */
.hero-form-card {
  background: #ffffff !important;
  color: #0E1430 !important;
  border-radius: 16px !important;
  padding: 2rem 1.85rem !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.22) !important;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  position: relative;
  z-index: 15;
  margin-bottom: -110px !important;
  /* Bottom portion hangs outside the banner */
}

.hero-form-card .form-title,
.hero-form-title {
  font-family: var(--font-main);
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  color: #0E1430 !important;
  margin-bottom: 1.25rem !important;
  text-align: left;
}

.hero-form-card .form-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0E1430 !important;
  margin-bottom: 0.3rem !important;
  letter-spacing: 0.2px;
}

.hero-form-card .form-control,
.hero-form-card .form-select {
  border-radius: 8px !important;
  border: 1px solid #E2E8F0 !important;
  font-size: 13.5px !important;
  padding: 0.6rem 0.8rem !important;
  background-color: #F8FAFC !important;
  color: #0E1430 !important;
}

.hero-form-card .form-control:focus,
.hero-form-card .form-select:focus {
  background-color: #ffffff !important;
  border-color: #1F3FB7 !important;
  box-shadow: 0 0 0 3px rgba(31, 63, 183, 0.15) !important;
}

/* ---------- Section Benefits Top Spacing for Overlap ---------- */
.section-benefits {
  padding-top: 110px !important;
  /* Creates breathing room for the overlapping form card */
  padding-bottom: 4.5rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-form-card {
    margin-bottom: 0 !important;
    margin-top: 2rem;
    max-width: 100%;
  }

  .section-benefits {
    padding-top: 3.5rem !important;
  }
}


/* =========================================================
   UNIVERSAL H2 HEADING STYLES (EXACT FIGMA MOCKUP)
   ========================================================= */
.section-title,
h2.section-title,
.roof-section-title,
.team-section-title,
.section-benefits .section-title,
.section-roof .section-title,
.section-executives .section-title,
.section-pick-day .section-title,
.section-brochures .section-title,
.section-faq .section-title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 38px !important;
  line-height: 46px !important;
  color: #1F3FB7 !important;
  -webkit-text-fill-color: initial !important;
  background: none !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 2.25rem !important;
  text-align: left !important;
}

/* Green gradient accent on highlighted ending phrase */
.section-title span,
.roof-title-highlight,
.team-title-highlight,
.person-gradient,
.playbook-highlight,
.stand-highlight {
  background: linear-gradient(90deg, #17998a 0%, #48bb78 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: inline-block !important;
  font-weight: 700 !important;
}

.section-faq .section-title,
h2.section-title.text-center {
  text-align: center !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2.5rem !important;
}

/* =========================================================
   UNIVERSAL BUTTON PATTERNS (EXACT FIGMA MOCKUP)
   ========================================================= */
/* 1. Yellow Pill Buttons */
.btn-yellow,
.btn-schedule-exec,
#confirmMeetingBtn,
.banner-roof-btn,
.roof-cta-btn,
.email-pack-btn,
#emailPackBtn,
.hero-form-card .btn-yellow,
.cphi-meeting-form .btn-yellow,
#meetingForm .btn-yellow,
.section-final-cta .btn-yellow,
.cphi-thankyou-modal .btn-yellow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.22s ease-in-out !important;
  box-shadow: none !important;
}

.btn-schedule-exec {
  font-size: 13px !important;
  padding: 8px 18px !important;
  width: auto !important;
}

#confirmMeetingBtn {
  font-size: 14px !important;
  padding: 10px 22px !important;
  width: auto !important;
}

.hero-form-card .btn-yellow,
.cphi-meeting-form .btn-yellow,
#meetingForm .btn-yellow {
  width: 100% !important;
  padding: 14px 26px !important;
  font-size: 15px !important;
}

.btn-yellow:hover,
.btn-schedule-exec:hover,
#confirmMeetingBtn:hover,
.banner-roof-btn:hover,
.roof-cta-btn:hover,
.email-pack-btn:hover,
#emailPackBtn:hover,
.hero-form-card .btn-yellow:hover,
.cphi-meeting-form .btn-yellow:hover,
#meetingForm .btn-yellow:hover,
.section-final-cta .btn-yellow:hover,
.cphi-thankyou-modal .btn-yellow:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

/* 2. White Pill Buttons */
.btn-white,
.hero-actions .btn-white,
.section-final-cta .btn-white {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.22s ease-in-out !important;
  box-shadow: none !important;
}

.btn-white:hover,
.hero-actions .btn-white:hover,
.section-final-cta .btn-white:hover {
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

.btn-yellow i,
.btn-white i,
.btn-schedule-exec i,
#confirmMeetingBtn i,
.email-pack-btn i,
#emailPackBtn i,
.hero-form-card .btn-yellow i {
  font-size: 1rem !important;
  line-height: 1 !important;
  display: inline-block !important;
}


/* =========================================================
   GRADIENT BACKGROUND ON ALL H2 HEADINGS
   ========================================================= */
.section-title,
h2.section-title,
.roof-section-title,
.team-section-title,
.section-benefits h2,
.section-roof h2,
.section-executives h2,
.section-pick-day h2,
.section-brochures h2,
.section-faq h2,
.section-benefits .section-title,
.section-roof .section-title,
.section-executives .section-title,
.section-pick-day .section-title,
.section-brochures .section-title,
.section-faq .section-title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 38px !important;
  line-height: 46px !important;
  background: linear-gradient(90deg, #1F3FB7 0%, #00A6BE 73.41%, #EEE52F 117.28%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 2.25rem !important;
  text-align: left;
  display: inline-block;
}

/* Child spans inherit the gradient seamlessly */
.section-title span,
.roof-title-highlight,
.team-title-highlight,
.person-gradient,
.playbook-highlight,
.stand-highlight {
  background: inherit !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: inline !important;
}

.section-faq .section-title,
.section-faq h2,
h2.section-title.text-center {
  text-align: center !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2.5rem !important;
}


/* =========================================================
   CLEAN H2 HEADINGS WITH GRADIENT (NO SPANS)
   ========================================================= */
.section-title,
h2.section-title,
.roof-section-title,
.team-section-title,
.section-benefits h2.section-title,
.section-roof h2.section-title,
.section-executives h2.section-title,
.section-pick-day h2.section-title,
.section-brochures h2.section-title,
.section-faq h2.section-title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 38px !important;
  line-height: 46px !important;
  background: linear-gradient(90deg, #1F3FB7 0%, #00A6BE 73.41%, #EEE52F 117.28%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 2.25rem !important;
  text-align: left !important;
  display: inline-block !important;
}

.section-faq h2.section-title,
h2.section-title.text-center {
  text-align: center !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2.5rem !important;
}

/* =========================================================
   FAQ ACCORDION RESET (EXACT SCREEN STYLING, NO GRADIENT)
   ========================================================= */
.faq-accordion h2,
.faq-accordion .accordion-header,
.accordion-header {
  background: none !important;
  -webkit-text-fill-color: initial !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  font-size: initial !important;
  font-weight: normal !important;
}

.faq-accordion .accordion-button {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15.5px !important;
  line-height: 22px !important;
  color: #0E1430 !important;
  -webkit-text-fill-color: #0E1430 !important;
  background: #ffffff !important;
  padding: 1.15rem 1.5rem !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
  border-radius: 12px !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #ffffff !important;
  color: #0E1430 !important;
  -webkit-text-fill-color: #0E1430 !important;
}

.faq-num {
  font-family: 'Montserrat', sans-serif !important;
  color: #1F3FB7 !important;
  -webkit-text-fill-color: #1F3FB7 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin-right: 1rem !important;
  flex-shrink: 0 !important;
}

.faq-question {
  font-family: 'Raleway', sans-serif !important;
  color: #0E1430 !important;
  -webkit-text-fill-color: #0E1430 !important;
  font-weight: 600 !important;
  font-size: 15.5px !important;
  flex-grow: 1 !important;
}

.faq-accordion .accordion-body {
  font-family: 'Raleway', sans-serif !important;
  padding: 0 1.5rem 1.25rem 3.25rem !important;
  color: #64748b !important;
  -webkit-text-fill-color: #64748b !important;
  line-height: 1.65 !important;
  font-size: 14px !important;
}


/* =========================================================
   MEET THE TEAM - EXACT FIGMA MATCH
   ========================================================= */
.section-team {
  background: #ffffff !important;
  padding: 4.5rem 0 0 0 !important;
  position: relative !important;
}

.team-section-title {
  margin-bottom: 80px !important;
}

.team-blue-box {
  width: 100% !important;
  background: #1F3FB7 url('../images/meetem-bottom-bg-right-pic.svg') no-repeat right bottom !important;
  background-size: auto 100% !important;
  padding: 0 0 2.5rem 0 !important;
  position: relative !important;
  border-radius: 0px !important;
}

.team-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: -65px !important;
  height: 100% !important;
}

.team-photo-wrap {
  width: 100% !important;
  max-width: 240px !important;
  height: 215px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  margin-bottom: 0px !important;
}

.team-photo-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  display: block !important;
}

.team-card-bar {
  height: 4px !important;
  width: 100% !important;
  max-width: 220px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #1F3FB7 0%, #4CAAAD 50%, #F9EE6A 100%) !important;
  margin: 0 auto 0.75rem auto !important;
}

.team-info {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 0.5rem !important;
  margin-top: 0px !important;
}

.team-name {
  color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 4px !important;
  text-align: center !important;
}

.team-role,
.team-bio {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 0.9rem !important;
  text-align: center !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.btn-schedule-exec {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 999px !important;
  padding: 7px 18px !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.2s ease-in-out !important;
}

.btn-schedule-exec:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}


/* =========================================================
   MEET THE TEAM - REFINED PIXEL MATCH
   ========================================================= */
.section-team {
  background: #ffffff !important;
  padding-top: 4.5rem !important;
  padding-bottom: 0 !important;
  position: relative !important;
}

.team-section-title {
  margin-bottom: 4rem !important;
  /* Proper breathing room between H2 and people heads */
  position: relative !important;
  z-index: 5 !important;
}

.team-blue-box {
  width: 100% !important;
  background: #142a5c url('../images/meetem-bottom-bg-right-pic.svg') no-repeat right bottom !important;
  background-size: auto 100% !important;
  padding: 0 0 2.5rem 0 !important;
  position: relative !important;
  margin-top: 2rem !important;
  border-radius: 0px !important;
}

.team-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: -65px !important;
  height: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

.team-photo-wrap {
  width: 100% !important;
  max-width: 333px !important;
  height: 315px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  overflow: visible !important;
  margin-bottom: 8px !important;
  background: transparent !important;
  border: none !important;
}

.team-photo-wrap img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  display: block !important;
}

.team-card-bar {
  display: none !important;
}

.team-info {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 0.5rem !important;
  margin-top: 0px !important;
}

.team-name {
  color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 4px !important;
  text-align: center !important;
}

.team-role,
.team-bio {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 14px !important;
  text-align: center !important;
  min-height: 20px !important;
  display: block !important;
}

.btn-schedule-exec {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 999px !important;
  padding: 6px 18px !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.2s ease-in-out !important;
}

.btn-schedule-exec:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}


/* =========================================================
   MEET THE TEAM - EXACT FIGMA MATCH (PROPORTIONS & COLOR)
   ========================================================= */
.section-team {
  background: #ffffff !important;
  padding-top: 5rem !important;
  padding-bottom: 0 !important;
  position: relative !important;
}

.team-section-title {
  margin-bottom: 140px !important;
  /* Clean whitespace so 75% of portraits sit in white */
  position: relative !important;
  z-index: 5 !important;
}

.team-blue-box {
  width: 100% !important;
  background: #1F3FB7 url('../images/meetem-bottom-bg-right-pic.svg') no-repeat right bottom !important;
  background-size: auto 100% !important;
  padding: 0.75rem 0 2rem 0 !important;
  /* Compact blue height */
  position: relative !important;
  margin-top: 0 !important;
  border-radius: 0px !important;
}

.team-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: -245px !important;
  /* Most of portrait extends up into the white area */
  height: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

.team-photo-wrap {
  width: 100% !important;
  max-width: 333px !important;
  height: 315px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  overflow: visible !important;
  margin-bottom: 12px !important;
  background: transparent !important;
  border: none !important;
}

.team-photo-wrap img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  display: block !important;
}

.team-card-bar {
  display: none !important;
}

.team-info {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 0.5rem !important;
  margin-top: 0px !important;
}

.team-name {
  color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 4px !important;
  text-align: center !important;
}

.team-role,
.team-bio {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 14px !important;
  text-align: center !important;
  min-height: 18px !important;
  display: block !important;
}

.btn-schedule-exec {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 999px !important;
  padding: 6px 18px !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.2s ease-in-out !important;
}

.btn-schedule-exec:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 991px) {
  .team-section-title {
    margin-bottom: 2.5rem !important;
  }

  .team-card {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
  }

  .team-photo-wrap {
    height: 190px !important;
  }
}


/* =========================================================
   MEET THE TEAM HEADING & PORTRAIT SPACING FIX
   ========================================================= */
.section-team {
  background: #ffffff !important;
  padding-top: 5rem !important;
  padding-bottom: 0 !important;
  position: relative !important;
}

.section-team .container:first-child,
.section-team .team-title-wrap {
  margin-bottom: 0 !important;
}

.section-team .team-section-title,
.team-section-title,
h2.team-section-title {
  margin-bottom: 270px !important;
  /* Creates 65px clear gap above portraits */
  position: relative !important;
  z-index: 10 !important;
  display: inline-block !important;
}

.team-blue-box {
  width: 100% !important;
  background: #1F3FB7 url('../images/meetem-bottom-bg-right-pic.svg') no-repeat right bottom !important;
  background-size: auto 100% !important;
  padding: 0.75rem 0 2rem 0 !important;
  position: relative !important;
  margin-top: 0 !important;
  border-radius: 0px !important;
}

.team-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: -245px !important;
  /* 70-80% of portrait sits in white space */
  height: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

.team-photo-wrap {
  width: 100% !important;
  max-width: 333px !important;
  height: 315px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  overflow: visible !important;
  margin-bottom: 12px !important;
  background: transparent !important;
  border: none !important;
}

.team-photo-wrap img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  display: block !important;
}

.team-card-bar {
  display: none !important;
}

.team-info {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 0.5rem !important;
  margin-top: 0px !important;
}

.team-name {
  color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 4px !important;
  text-align: center !important;
}

.team-role,
.team-bio {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 14px !important;
  text-align: center !important;
  min-height: 18px !important;
  display: block !important;
}

.btn-schedule-exec {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 999px !important;
  padding: 6px 18px !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.2s ease-in-out !important;
}

.btn-schedule-exec:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 991px) {

  .section-team .team-section-title,
  .team-section-title,
  h2.team-section-title {
    margin-bottom: 2.5rem !important;
  }

  .team-card {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
  }

  .team-photo-wrap {
    height: 190px !important;
  }
}


/* =========================================================
   PICK A DAY SECTION - EXACT FIGMA MATCH (SINGLE LINE TEXT)
   ========================================================= */
.section-pick-day {
  background-color: #ffffff !important;
  padding: 4rem 0 !important;
}

.pick-day-card {
  background: #F4F8FD !important;
  border-radius: 16px !important;
  padding: 2.25rem 2.5rem !important;
  border: 1px solid #E2E8F0 !important;
}

.day-tabs {
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 1.75rem !important;
  flex-wrap: wrap !important;
}

.day-tab {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  padding: 7px 20px !important;
  border-radius: 999px !important;
  background-color: #DDE7F5 !important;
  color: #1F3FB7 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.day-tab.active {
  background-color: #1F3FB7 !important;
  color: #ffffff !important;
}

.person-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px 16px !important;
  margin-bottom: 0 !important;
}

.person-card {
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  padding: 0.75rem 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  min-width: 0 !important;
}

.person-card:hover {
  border-color: #1F3FB7 !important;
}

.person-card.selected {
  border: 1.5px solid #EDE33A !important;
  background-color: #FFFDE6 !important;
  box-shadow: 0 4px 14px rgba(237, 227, 58, 0.2) !important;
}

.custom-radio {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  border: 2px solid #CBD5E1 !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.person-card.selected .custom-radio {
  border-color: #EDE33A !important;
  background: #ffffff !important;
}

.person-card.selected .custom-radio::after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #EDE33A !important;
}

.person-card-details {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  gap: 6px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.person-card-details strong {
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0E1430 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.card-divider {
  display: inline-block !important;
  width: 1px !important;
  /* height: 13px !important; */
  /* background-color: #94A3B8 !important; */
  margin: 0 6px !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
}

.person-card-details span:not(.card-divider) {
  font-family: 'Raleway', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 1199.98px) {
  .person-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   ROOF BANNER - 50% OVERLAP INTO WHITE SECTION
   ========================================================= */
.section-roof {
  background: #F4F8FE !important;
  padding: 4.5rem 0 0 0 !important;
  position: relative !important;
  overflow: visible !important;
}

.roof-banner {
  background: url('../images/ca-bg1.svg') no-repeat center center / cover !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 1.4rem 2.5rem !important;
  min-height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 1.5rem !important;
  font-family: 'Raleway', sans-serif !important;
  box-shadow: 0 12px 35px rgba(31, 63, 183, 0.22) !important;
  position: relative !important;
  z-index: 15 !important;
  margin-bottom: -50px !important;
  /* Bottom 50% hangs outside into white section */
}

.roof-banner-text {
  color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: -0.3px !important;
}

.section-team {
  background: #ffffff !important;
  padding-top: 6.5rem !important;
  /* Accommodates overlapping banner + H2 title */
  padding-bottom: 0 !important;
  position: relative !important;
  z-index: 5 !important;
}


/* =========================================================
   SEPARATE PICK-A-DAY FORM STYLING
   ========================================================= */
.pick-day-form {
  margin-top: 1.25rem !important;
}

.pick-day-action-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.pick-day-email-wrap {
  flex-grow: 1 !important;
  max-width: 360px !important;
}

.pick-day-email-wrap .form-control {
  border-radius: 999px !important;
  border: 1px solid #CBD5E1 !important;
  padding: 0.65rem 1.25rem !important;
  font-size: 13.5px !important;
  background-color: #ffffff !important;
  color: #0E1430 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.2s ease !important;
}

.pick-day-email-wrap .form-control:focus {
  background-color: #ffffff !important;
  border-color: #1F3FB7 !important;
  box-shadow: 0 0 0 3px rgba(31, 63, 183, 0.15) !important;
}

#confirmMeetingBtn {
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.2s ease-in-out !important;
}

#confirmMeetingBtn:hover {
  background-color: #ffffff !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}

/* =========================================================
   RIGHT SIDE HERO FORM CARD - EXACT SCREENSHOT / FIGMA 1:1 MATCH
   ========================================================= */
.hero-form-card {
  background: #ffffff !important;
  color: #0E1430 !important;
  border-radius: 16px !important;
  padding: 26px 24px 28px 24px !important;
  box-shadow: 0 14px 45px rgba(8, 16, 50, 0.18) !important;
  width: 100% !important;
  max-width: 440px !important;
  margin-left: auto !important;
  position: relative !important;
  z-index: 15 !important;
  margin-bottom: -110px !important;
  border: 1px solid rgba(226, 232, 240, 0.6) !important;
}

/* Form Heading / Title */
.hero-form-card .form-title,
.hero-form-card h3.form-title,
.hero-form-card h3,
.hero-form-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #0E1430 !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  text-align: left !important;
  letter-spacing: -0.2px !important;
}

/* Form container & Drupal reset */
.hero-form-card form,
.cphi-meeting-form,
#meetingForm {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.hero-form-card .form-item,
.cphi-meeting-form .form-item,
#meetingForm .form-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Form Labels - Boldness & Font Size */
.hero-form-card label,
.hero-form-card .form-label,
.cphi-meeting-form label,
.cphi-meeting-form .form-label,
#meetingForm label,
#meetingForm .form-label,
.hero-form-card .form-item label {
  font-family: 'Raleway', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0E1430 !important;
  margin-bottom: 5px !important;
  display: block !important;
  line-height: 1.25 !important;
  letter-spacing: 0.15px !important;
  text-align: left !important;
}

/* Required Asterisk */
.hero-form-card label .form-required,
.hero-form-card label abbr.form-required,
.hero-form-card label.form-required::after,
.hero-form-card label.js-form-required::after {
  color: #0E1430 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-left: 2px !important;
}

/* Input Fields & Selects */
.hero-form-card .form-control,
.hero-form-card .form-select,
.cphi-meeting-form .form-control,
.cphi-meeting-form .form-select,
#meetingForm .form-control,
#meetingForm .form-select,
#meetingForm input[type="text"],
#meetingForm input[type="email"],
#meetingForm select {
  font-family: 'Raleway', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: #0E1430 !important;
  background-color: #F4F6FC !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* Input & Textarea Placeholders (Book a meeting at CPHI form) */
.hero-form-card input::placeholder,
.hero-form-card textarea::placeholder,
.hero-form-card .form-control::placeholder,
.cphi-meeting-form input::placeholder,
.cphi-meeting-form textarea::placeholder,
.cphi-meeting-form .form-control::placeholder,
#meetingForm input::placeholder,
#meetingForm textarea::placeholder,
#meetingForm .form-control::placeholder,
#hero-form input::placeholder,
#hero-form textarea::placeholder,
#hero-form .form-control::placeholder {
  color: #94A3B8 !important;
  -webkit-text-fill-color: #94A3B8 !important;
  opacity: 1 !important;
}

.hero-form-card input::-webkit-input-placeholder,
.hero-form-card textarea::-webkit-input-placeholder,
.hero-form-card .form-control::-webkit-input-placeholder,
.cphi-meeting-form input::-webkit-input-placeholder,
.cphi-meeting-form textarea::-webkit-input-placeholder,
.cphi-meeting-form .form-control::-webkit-input-placeholder,
#meetingForm input::-webkit-input-placeholder,
#meetingForm textarea::-webkit-input-placeholder,
#meetingForm .form-control::-webkit-input-placeholder,
#hero-form input::-webkit-input-placeholder,
#hero-form textarea::-webkit-input-placeholder,
#hero-form .form-control::-webkit-input-placeholder {
  color: #94A3B8 !important;
  -webkit-text-fill-color: #94A3B8 !important;
  opacity: 1 !important;
}

.hero-form-card input::-moz-placeholder,
.hero-form-card textarea::-moz-placeholder,
.hero-form-card .form-control::-moz-placeholder,
.cphi-meeting-form input::-moz-placeholder,
.cphi-meeting-form textarea::-moz-placeholder,
.cphi-meeting-form .form-control::-moz-placeholder,
#meetingForm input::-moz-placeholder,
#meetingForm textarea::-moz-placeholder,
#meetingForm .form-control::-moz-placeholder,
#hero-form input::-moz-placeholder,
#hero-form textarea::-moz-placeholder,
#hero-form .form-control::-moz-placeholder {
  color: #94A3B8 !important;
  opacity: 1 !important;
}

.hero-form-card input:-ms-input-placeholder,
.hero-form-card textarea:-ms-input-placeholder,
.hero-form-card .form-control:-ms-input-placeholder,
.cphi-meeting-form input:-ms-input-placeholder,
.cphi-meeting-form textarea:-ms-input-placeholder,
.cphi-meeting-form .form-control:-ms-input-placeholder,
#meetingForm input:-ms-input-placeholder,
#meetingForm textarea:-ms-input-placeholder,
#meetingForm .form-control:-ms-input-placeholder,
#hero-form input:-ms-input-placeholder,
#hero-form textarea:-ms-input-placeholder,
#hero-form .form-control:-ms-input-placeholder {
  color: #94A3B8 !important;
  opacity: 1 !important;
}

/* Select Dropdowns */
.hero-form-card select.form-select,
.hero-form-card .form-select,
.cphi-meeting-form select.form-select,
.cphi-meeting-form .form-select,
#meetingForm select.form-select,
#meetingForm select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #F4F6FC !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 10px !important;
  padding-right: 32px !important;
  cursor: pointer !important;
  color: #0E1430 !important;
}

/* Dropdown Menu Options Styling */
.hero-form-card select.form-select option,
.hero-form-card .form-select option,
.cphi-meeting-form select.form-select option,
.cphi-meeting-form .form-select option,
#meetingForm select.form-select option,
#meetingForm select option {
  color: #0E1430 !important;
  background-color: #FFFFFF !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13.5px !important;
}

/* Placeholder Option In Dropdown Menu */
.hero-form-card select.form-select option[value=""],
.hero-form-card .form-select option[value=""],
.cphi-meeting-form select.form-select option[value=""],
.cphi-meeting-form .form-select option[value=""],
#meetingForm select.form-select option[value=""],
#meetingForm select option[value=""] {
  color: #94A3B8 !important;
}

/* Select Placeholder State (Matches Input Placeholder Color When No Value Selected) */
.hero-form-card select.form-select:has(option[value=""]:checked),
.hero-form-card .form-select:has(option[value=""]:checked),
.cphi-meeting-form select.form-select:has(option[value=""]:checked),
.cphi-meeting-form .form-select:has(option[value=""]:checked),
#meetingForm select.form-select:has(option[value=""]:checked),
#meetingForm select:has(option[value=""]:checked),
.hero-form-card select.form-select.is-placeholder,
.hero-form-card .form-select.is-placeholder,
.cphi-meeting-form select.form-select.is-placeholder,
.cphi-meeting-form .form-select.is-placeholder,
#meetingForm select.form-select.is-placeholder,
#meetingForm select.is-placeholder,
select.form-select.is-placeholder,
select.is-placeholder {
  color: #94A3B8 !important;
}

/* Focus States */
.hero-form-card .form-control:focus,
.hero-form-card .form-select:focus,
.cphi-meeting-form .form-control:focus,
.cphi-meeting-form .form-select:focus,
#meetingForm .form-control:focus,
#meetingForm .form-select:focus,
#meetingForm input[type="text"]:focus,
#meetingForm input[type="email"]:focus,
#meetingForm select:focus {
  background-color: #FFFFFF !important;
  border-color: #1F3FB7 !important;
  box-shadow: 0 0 0 3px rgba(31, 63, 183, 0.12) !important;
  outline: 0 !important;
  color: #0E1430 !important;
}

/* Retain Placeholder Color on Focus When Empty Value Selected */
.hero-form-card select.form-select:has(option[value=""]:checked):focus,
.hero-form-card .form-select:has(option[value=""]:checked):focus,
.cphi-meeting-form select.form-select:has(option[value=""]:checked):focus,
.cphi-meeting-form .form-select:has(option[value=""]:checked):focus,
#meetingForm select.form-select:has(option[value=""]:checked):focus,
#meetingForm select:has(option[value=""]:checked):focus,
.hero-form-card select.form-select.is-placeholder:focus,
.hero-form-card .form-select.is-placeholder:focus,
.cphi-meeting-form select.form-select.is-placeholder:focus,
.cphi-meeting-form .form-select.is-placeholder:focus,
#meetingForm select.form-select.is-placeholder:focus,
#meetingForm select.is-placeholder:focus,
select.form-select.is-placeholder:focus,
select.is-placeholder:focus {
  color: #94A3B8 !important;
}

/* Field Spacing */
.hero-form-card .mb-3,
.cphi-meeting-form .mb-3,
#meetingForm .mb-3 {
  margin-bottom: 13px !important;
}

.hero-form-card .mb-4,
.cphi-meeting-form .mb-4,
#meetingForm .mb-4 {
  margin-bottom: 18px !important;
}

.hero-form-card .row.g-2,
.cphi-meeting-form .row.g-2,
#meetingForm .row.g-2 {
  --bs-gutter-x: 10px !important;
  margin-bottom: 13px !important;
}

/* Submit Button */
.hero-form-card .btn-yellow,
.cphi-meeting-form .btn-yellow,
#meetingForm .btn-yellow,
#meetingForm input[type="submit"],
#meetingForm button[type="submit"] {
  width: 100% !important;
  background-color: #EEE52F !important;
  color: #1F3FB7 !important;
  border-radius: 999px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 10px 24px !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(238, 229, 47, 0.28) !important;
  transition: all 0.2s ease-in-out !important;
  margin-top: 2px !important;
}

.hero-form-card .btn-yellow:hover,
.cphi-meeting-form .btn-yellow:hover,
#meetingForm .btn-yellow:hover,
#meetingForm input[type="submit"]:hover,
#meetingForm button[type="submit"]:hover {
  background-color: #FFFFFF !important;
  color: #1F3FB7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

.hero-form-card .btn-yellow i,
.cphi-meeting-form .btn-yellow i,
#meetingForm .btn-yellow i,
#meetingSubmitBtn i,
.btn-schedule-exec i {
  font-size: 1rem !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin-left: 10px !important;
}

/* For Drupal input[type="submit"] to have the arrow icon */
#meetingForm input[type="submit"].btn-yellow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231F3FB7' class='bi bi-arrow-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% + 89px) center !important;
  background-size: 15px 15px !important;
}

#meetingForm input[type="submit"].btn-yellow:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231F3FB7' class='bi bi-arrow-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% + 89px) center !important;
  background-size: 15px 15px !important;
}

@media (max-width: 991px) {
  .hero-form-card {
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
    max-width: 100% !important;
  }

  .site-header .navbar-collapse {
    background: #efefef;
    margin-top: 8px;
    width: 100% !important;
    padding: 0 10px;
  }
}

/* =========================================================
   TOP SCREEN ZERO-GAP & DRUPAL WRAPPER RESET
   ========================================================= */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

#block-apsl-content,
.block-system-main-block,
.region-content,
.main-container,
.dialog-off-canvas-main-canvas,
.layout-container {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.top-bar {
  margin-top: 0 !important;
}

/* =========================================================
   EMAIL PACK BANNER HIGHLIGHT & FEEDBACK STYLES
   ========================================================= */
.banner-highlight-pulse {
  animation: bannerPulse 1.8s ease-in-out !important;
  box-shadow: 0 0 0 4px rgba(238, 229, 47, 0.7) !important;
}

@keyframes bannerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 229, 47, 0.85);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(238, 229, 47, 0);
    transform: scale(1.015);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(238, 229, 47, 0);
    transform: scale(1);
  }
}

.email-pack-feedback {
  font-family: 'Raleway', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  transition: all 0.3s ease !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.email-pack-feedback:not(:empty) {
  display: block !important;
  margin-top: 10px !important;
}

.brochure-card {
  cursor: pointer !important;
}

/* Allow inline form feedback inside the hero form */

/* Zero default space for meeting form messages */
#cphi-form-message:empty,
.cphi-form-feedback:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#cphi-form-message:not(:empty),
.cphi-form-feedback:not(:empty) {
  display: block !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
}

/* Suppress Drupal system message block at page top/header */
.region-highlighted,
[data-drupal-messages],
.messages-list,
.messages--error,
.messages--warning,
.messages--status {
  display: none !important;
}

/* Allow inline form feedback inside the hero form */
#cphi-form-message .alert,
.cphi-form-feedback .alert {
  display: block !important;
  margin-bottom: 0 !important;
}