.elementor-4567 .elementor-element.elementor-element-ef8c0ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4567 .elementor-element.elementor-element-23441dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4567 .elementor-element.elementor-element-9f6db29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4567 .elementor-element.elementor-element-5bd487c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:100px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5bd487c *//* ─── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #161515;
  background: #ffffff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ─── Brand Colors ──────────────────────────────────────────── */
:root {
  --blue:       #1e6bbe;
  --blue-dark:  #155a9e;
  --blue-light: #e8f1fb;
  --dark:       #111117;
  --mid:        #2d2d2d;
  --gray:       #7a7a7a;
  --light-gray: #f0f0f0;
  --border:     #e2e8f0;
  --white:      #ffffff;
}

/* ─── Site Header ───────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  isolation: isolate;
  box-shadow: 0 1px 8px rgba(0,0,0,0.07);
}

/* Top row: logo / search / actions */
.header-top {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}
.header-top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Logo */
.logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.logo img {
  height: 52px;
  width: auto;
}
.logo-fallback {
  align-items: center;
}
.logo-fallback-text {
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.logo-fallback-text em {
  font-style: normal;
  color: var(--blue);
}

/* Search bar */
.header-search {
  flex: 1;
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.header-search .search-icon {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  color: #999;
  pointer-events: none;
  flex-shrink: 0;
}
.header-search input {
  width: 100%;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  background: #f5f5f5;
  padding: 0 18px 0 42px;
  font-size: 14px;
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.header-search input::placeholder { color: #aaa; }
.header-search input:focus {
  border-color: var(--blue);
  background: #fff;
}

/* Account & cart */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.header-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--dark);
  transition: background 0.2s, color 0.2s;
}
.header-icon-btn svg { width: 22px; height: 22px; }
.header-icon-btn:hover { background: var(--blue-light); color: var(--blue); }

.header-cart-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--dark);
  transition: border-color 0.2s, color 0.2s;
}
.header-cart-btn:hover { border-color: var(--blue); color: var(--blue); }
.cart-total { white-space: nowrap; }
.cart-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.cart-icon-wrap svg { width: 20px; height: 20px; }
.cart-count {
  position: absolute;
  top: -7px;
  right: -9px;
  background: #e53e3e;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Bottom nav row */
.header-nav {
  background: #ffffff;
  border-top: 1px solid var(--border);
}
.header-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Nav menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  height: 100%;
}
.nav-menu li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  color: var(--mid);
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.2s;
  border-bottom: 2px solid transparent;
}
.nav-menu > li > a:hover { color: var(--blue); }
.nav-menu > .active > a {
  color: var(--blue);
  font-weight: 600;
  border-bottom-color: var(--blue);
}
.nav-menu .has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 6px;
  opacity: 0.55;
  vertical-align: middle;
}

/* Dropdown */
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
  list-style: none;
}
.dropdown li { height: auto; display: block; }
.dropdown a {
  display: block;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 400;
  color: var(--mid);
  border-bottom: none;
  transition: background 0.15s, color 0.15s;
}
.dropdown a:hover { background: var(--blue-light); color: var(--blue); }
.has-dropdown:hover .dropdown { display: block; }

/* Nav CTA pill button */
.nav-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 30px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta-pill svg { width: 14px; height: 14px; }
.nav-cta-pill:hover { background: var(--blue-dark); transform: translateX(2px); }

/* ─── Hero Banner ───────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #0d2f5c 0%, #1e6bbe 55%, #2a8fd8 100%);
  color: #fff;
  text-align: center;
  padding: 80px 24px 72px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-label {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  max-width: 680px;
  margin: 0 auto 0;
}

/* ─── Intro Section ─────────────────────────────────────────── */
.intro-section {
  background: var(--white);
  padding: 64px 24px;
}
.intro-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.intro-inner h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.intro-inner p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 16px;
}
.intro-inner p:last-child { margin-bottom: 0; }
.intro-inner strong { color: var(--dark); }

/* ─── Expertise Pillars ─────────────────────────────────────── */
.pillars-section {
  background: var(--light-gray);
  padding: 48px 24px;
}
.pillars-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pillars-inner h3 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 28px;
}
.pillars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.pillar-tag {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--mid);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: border-color 0.2s, color 0.2s;
}
.pillar-tag:hover { border-color: var(--blue); color: var(--blue); }

/* ─── Advisors Section ──────────────────────────────────────── */
.advisors-section {
  padding: 80px 24px;
  background: #fff;
}
.advisors-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-label {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.section-header h2 {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
}

/* Advisor Card */
.advisor-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}
.advisor-card:hover {
  box-shadow: 0 8px 32px rgba(30,107,190,0.12);
  transform: translateY(-2px);
}
.advisor-card:last-child { margin-bottom: 0; }

/* Photo column */
.advisor-photo-col {
  background: linear-gradient(160deg, #e8f1fb 0%, #d0e4f7 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 30px 36px;
  border-right: 1px solid var(--border);
  min-height: 320px;
}
.advisor-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(30,107,190,0.18);
  background: #c8ddf5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.advisor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Placeholder initials */
.advisor-photo-placeholder {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue) 0%, #2a8fd8 100%);
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(30,107,190,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.advisor-photo-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  display: block;
}
.advisor-photo-placeholder span {
  font-size: 44px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: -2px;
  line-height: 1;
}
.advisor-name-card {
  text-align: center;
}
.advisor-name-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.3;
}
.advisor-specialty-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
  margin-top: 4px;
  width: 100%;
}

/* Content column */
.advisor-content-col {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advisor-role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.advisor-role::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
}
.advisor-content-col h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  line-height: 1.25;
}
.advisor-bio p {
  font-size: 15px;
  color: #444;
  line-height: 1.78;
  margin-bottom: 14px;
}
.advisor-bio p:last-child { margin-bottom: 0; }
.advisor-bio strong { color: var(--dark); font-weight: 600; }
.advisor-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #2a8fd8);
  border-radius: 2px;
  margin: 20px 0;
}

/* ─── Research Focus Section ────────────────────────────────── */
.focus-section {
  background: linear-gradient(135deg, #0d2f5c 0%, #1e6bbe 100%);
  color: #fff;
  padding: 80px 24px;
}
.focus-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.focus-header {
  text-align: center;
  margin-bottom: 56px;
}
.focus-header .section-label {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.2);
}
.focus-header h2 {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}
.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.focus-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 32px 28px;
  transition: background 0.3s;
}
.focus-card:hover { background: rgba(255,255,255,0.13); }
.focus-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
}
.focus-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.focus-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}
.focus-card strong { color: rgba(255,255,255,0.95); }

/* ─── NanoMatrix Platform Section ──────────────────────────── */
.platform-section {
  background: var(--light-gray);
  padding: 80px 24px;
}
.platform-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.platform-content h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.platform-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.78;
  margin-bottom: 16px;
}
.platform-content strong { color: var(--dark); }
.platform-list {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.platform-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: #444;
}
.platform-list li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.platform-visual {
  background: linear-gradient(135deg, #1e6bbe 0%, #0d2f5c 100%);
  border-radius: 20px;
  padding: 48px 40px;
  color: #fff;
  text-align: center;
}
.platform-visual .nano-badge {
  font-size: 56px;
  margin-bottom: 20px;
}
.platform-visual h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.platform-visual p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}
.platform-stat-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.platform-stat { text-align: center; }
.platform-stat .stat-num {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.platform-stat .stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ─── Closing CTA Section ───────────────────────────────────── */
.cta-section {
  background: #fff;
  padding: 80px 24px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.cta-inner {
  max-width: 680px;
  margin: 0 auto;
}
.cta-inner h2 {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.cta-inner p {
  font-size: 16px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 32px;
}
.cta-inner strong { color: var(--dark); }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 10px;
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.01em;
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-primary svg { width: 16px; height: 16px; }

/* ─── Disclaimer Box ────────────────────────────────────────── */
.disclaimer-box {
  background: #fff5f5;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 auto 0;
  max-width: 860px;
}
.disclaimer-box p {
  font-size: 12.5px;
  color: #7f1d1d;
  line-height: 1.7;
  margin-bottom: 8px;
}
.disclaimer-box p:last-child { margin-bottom: 0; }
.disclaimer-box strong { font-weight: 700; }

/* ─── Footer ────────────────────────────────────────────────── */
.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 56px 24px 32px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand img { height: 40px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  max-width: 280px;
}
.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: #fff; }

/* ─── Responsive ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .advisor-card { grid-template-columns: 1fr; }
  .advisor-photo-col {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 36px 24px 28px;
    min-height: auto;
  }
  .advisor-content-col { padding: 32px 28px; }
  .platform-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .header-search { max-width: 100%; }
  .header-nav-inner { padding: 0 16px; overflow-x: auto; }
  .nav-cta-pill { display: none; }
}
@media (max-width: 640px) {
  .header-nav { display: none; }
  .hero { padding: 56px 20px 52px; }
  .advisors-section, .focus-section, .platform-section, .cta-section { padding: 56px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}


/* ─── LinkedIn Button ───────────────────────────────────────── */
.linkedin-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #0077b5;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 14px;
  border-radius: 20px;
  margin: 6px 0 4px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  width: 100%;
}
.linkedin-btn:hover {
  background: #005f90;
  transform: translateY(-1px);
}
.linkedin-btn svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  flex-shrink: 0;
}

/* ─── Advisor Credentials ───────────────────────────────────── */
.advisor-credentials {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray);
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  line-height: 1.4;
}

.advisor-title-creds {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--gray);
  letter-spacing: 0.02em;
  margin-top: 4px;
}


.read-more-btn {
  margin-top: 12px;
  background: none;
  border: 1.5px solid var(--blue);
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.read-more-btn:hover {
  background: var(--blue);
  color: #fff;
}/* End custom CSS */