.page-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  line-height: 1.08 !important;
  color: #111111 !important;
}
.page-hero h1 em {
  color: #1c3d6b !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.page-hero h1 {
  font-size: clamp(32px, 4vw, 52px) !important;
}

.page-hero-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

.page-hero {
  padding: 68px 56px 80px !important;
}

.ast-article-single,
.ast-article-single .entry-content,
.entry-content {
  padding: 0 !important;
  max-width: 100% !important;
}

.btn-primary,
.btn-outline {
  display: inline-block !important;
  padding: 15px 36px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.btn-primary {
  background: #1c3d6b !important;
  color: #ffffff !important;
  border: 1px solid #1c3d6b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.btn-outline {
  background: transparent !important;
  color: #1c3d6b !important;
  border: 1px solid rgba(28,61,107,0.25) !important;
  font-size: 13px !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
}
.hero-navy-card {
  background: #1c3d6b !important;
  padding: 48px 44px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

.hero-card-label {
  font-size: 12px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #8fb3d4 !important;
  margin-bottom: 14px !important;
  font-weight: 500 !important;
}

.hero-card-quote {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #ffffff !important;
  line-height: 1.55 !important;
  margin-bottom: 20px !important;
}

.hero-card-attr {
  font-size: 14px !important;
  color: #c8d8ec !important;
}

.hero-card-attr span {
  font-size: 16px !important;
  color: #e8f0f8 !important;
  font-weight: 300 !important;
}

.page-hero {
  background: #fafaf8 !important;
  border-bottom: 1px solid rgba(28,61,107,0.12) !important;
}

.eyebrow {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #7a5c2e !important;
  margin-bottom: 20px !important;
  display: block !important;
}
.hero-card-quote {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.page-hero h1 {
  font-size: clamp(32px, 3.5vw, 48px) !important;
}
/* Fix all h2 headings */
.s-h2, .s-h2-light,
.section-pad h2,
.section-pad-navy h2,
.section-pad-mid h2,
.two-col h2,
.cta-band h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  line-height: 1.12 !important;
}

/* Fix section backgrounds */
.section-pad-navy {
  background: #1c3d6b !important;
  padding: 100px 56px !important;
}
.section-pad-mid {
  background: #f2f0eb !important;
  padding: 100px 56px !important;
}
.section-pad {
  padding: 100px 56px !important;
  background: #fafaf8 !important;
}
.cta-band {
  background: #1c3d6b !important;
  padding: 80px 56px !important;
}

/* Fix text colors on navy backgrounds */
.section-pad-navy h2,
.section-pad-navy p,
.section-pad-navy .s-h2-light {
  color: #ffffff !important;
}
.section-pad-navy .s-eye-light {
  color: #d4a55a !important;
}
.section-pad-navy .s-lead-light {
  color: #c8d8ec !important;
}
.cta-band h2 {
  color: #ffffff !important;
}
.cta-band p {
  color: #c8d8ec !important;
}

/* Fix three column grid */
.three-col-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1px !important;
  background: rgba(28,61,107,0.12) !important;
}

/* Fix two column layout in mid sections */
.section-pad-mid .two-col,
.section-pad .two-col {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
}

/* Fix week headings */
.week-h {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
  display: block !important;
}

/* Fix CTA buttons at bottom */
.cta-band a,
.cta-btns a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 15px 28px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}
.btn-white {
  background: #ffffff !important;
  color: #142d50 !important;
  border: 1px solid #ffffff !important;
}
.btn-navy-outline {
  background: none !important;
  color: #c8d8ec !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
}

/* Fix include list on navy */
.include-list-light li {
  color: #c8d8ec !important;
  border-bottom-color: rgba(255,255,255,0.1) !important;
}
.include-list-light li::before {
  color: #d4a55a !important;
}

@media (max-width: 960px) {
  .section-pad-navy,
  .section-pad-mid,
  .section-pad { padding: 48px 24px !important; }
  .three-col-grid { grid-template-columns: 1fr !important; }
  .section-pad-mid .two-col,
  .section-pad .two-col { grid-template-columns: 1fr !important; gap: 40px !important; }
}
/* Tighten all h2 sizes */
.s-h2, .s-h2-light,
.section-pad h2,
.section-pad-navy h2,
.section-pad-mid h2,
.two-col h2,
.cta-band h2,
.w1200 h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.15 !important;
}

/* Fix the navy list box inside section-pad-mid */
.section-pad-mid .two-col > div > div[style*="background:var(--navy)"],
.section-pad-mid div[style*="background:var(--navy)"] {
  background: #1c3d6b !important;
  padding: 40px 36px !important;
}

/* Fix include list bullet styling */
.include-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.include-list li {
  list-style: none !important;
  padding-left: 0 !important;
}
.include-list li::before {
  content: '→' !important;
  color: #d4a55a !important;
  margin-right: 12px !important;
}
.include-list-light li {
  color: #c8d8ec !important;
}

/* Remove default WP/Astra bullet from lists inside our HTML */
.entry-content ul.include-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.entry-content ul.include-list li::before {
  content: '→' !important;
  color: #d4a55a !important;
}
.entry-content ul.include-list li::marker {
  content: none !important;
}
.cta-btns {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: stretch !important;
  min-width: 220px !important;
  max-width: 280px !important;
}

.cta-split {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 60px !important;
  align-items: center !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.btn-white,
.btn-navy-outline {
  width: 100% !important;
  box-sizing: border-box !important;
}
/* Break content out of Astra's narrow container */
.entry-content,
.ast-article-single,
.ast-container,
.site-content .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page .entry-content > * {
  max-width: 100% !important;
}

.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

/* Remove Astra page title area */
.ast-archive-description,
.page-title,
.ast-page-title-wrap {
  display: none !important;
}

/* Gold dots in hero card */
.hero-card-attr span[style*="border-radius:50%"] {
  background: #d4a55a !important;
  display: inline-block !important;
}

/* Hero card list items */
.hero-navy-card div[style*="display:flex"] span:first-child {
  background: #d4a55a !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}
/* ---- BLOG PAGE RESTYLING ---- */

/* Page title */
.blog-page h1,
body[class*="blog"] h1.entry-title,
.elementor-page .ast-archive-description h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  color: #111111 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

/* Post card titles */
.blog .entry-title a,
.elementor-posts .elementor-post__title a,
[class*="elementor-widget-posts"] .elementor-post__title a {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  text-decoration: none !important;
  text-transform: none !important;
  line-height: 1.3 !important;
}
.blog .entry-title a:hover,
.elementor-posts .elementor-post__title a:hover {
  color: #1c3d6b !important;
}

/* Post excerpts */
.elementor-posts .elementor-post__excerpt p,
.elementor-post__excerpt {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #4a4a4a !important;
  line-height: 1.75 !important;
  font-family: 'Instrument Sans', sans-serif !important;
}

/* Post meta - date, author */
.elementor-posts .elementor-post__meta-data,
.elementor-post__meta-data {
  font-size: 12px !important;
  color: rgba(28,61,107,0.5) !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em !important;
}

/* Category tags */
.elementor-posts .elementor-post__badge,
.elementor-post__badge {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #1c3d6b !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 500 !important;
}

/* Read more button */
.elementor-posts .elementor-post__read-more,
.elementor-post__read-more {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 13px !important;
  color: #1c3d6b !important;
  text-decoration: none !important;
  border-bottom: 1px solid #d6e4f5 !important;
  padding-bottom: 2px !important;
  background: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.elementor-post__read-more:hover {
  border-color: #1c3d6b !important;
  color: #1c3d6b !important;
}

/* Load more button */
.elementor-button[data-page] ,
.e-load-more-anchor + div button,
.elementor-posts-container ~ .e-load-more-anchor ~ * button,
button.elementor-button {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: #1c3d6b !important;
  border: 1px solid #1c3d6b !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 14px 32px !important;
}

/* Category filter links */
.blog-categories a,
[class*="category"] a {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #1c3d6b !important;
  text-decoration: none !important;
  padding: 6px 14px !important;
  border: 1px solid rgba(28,61,107,0.2) !important;
  display: inline-block !important;
  transition: all 0.2s !important;
  background: #fafaf8 !important;
}
.blog-categories a:hover,
[class*="category"] a:hover {
  background: #edf3fb !important;
  border-color: #1c3d6b !important;
}

/* Section headings on blog page */
.elementor-page-blog h2,
body[class*="page-id"] .elementor-widget-heading .elementor-heading-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  text-transform: none !important;
  color: #111111 !important;
  letter-spacing: -0.01em !important;
}

/* "Read by Topic" section heading */
.elementor-widget-heading h2[class*="elementor-heading"],
.elementor-heading-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  text-transform: none !important;
}

/* Post card hover */
.elementor-posts .elementor-post,
.elementor-post {
  transition: background 0.2s !important;
}
.elementor-posts .elementor-post:hover {
  background: #edf3fb !important;
}

/* Featured image */
.elementor-posts .elementor-post__thumbnail img,
.elementor-post__thumbnail img {
  transition: transform 0.3s ease !important;
}
.elementor-posts .elementor-post:hover .elementor-post__thumbnail img {
  transform: scale(1.03) !important;
}
/* Style Book a Call nav item as a button */
.main-header-menu .menu-item a[href*="get-started"],
#site-navigation .menu-item a[href*="get-started"] {
  background: #1c3d6b !important;
  color: #ffffff !important;
  padding: 8px 20px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  transition: background 0.2s !important;
}
.main-header-menu .menu-item a[href*="get-started"]:hover,
#site-navigation .menu-item a[href*="get-started"]:hover {
  background: #142d50 !important;
  color: #ffffff !important;
}

/* Style the Diagnostic nav item as gold accent */
.main-header-menu .menu-item a[href*="growth-strategy-assessment"],
#site-navigation .menu-item a[href*="growth-strategy-assessment"] {
  color: #7a5c2e !important;
  font-weight: 500 !important;
}
/* ================================================
   TEAMES & CO -- HEADER & FOOTER CSS
   Add to BOTTOM of Appearance > Additional CSS
   ================================================ */

/* ================================================
   HEADER
   ================================================ */
.tc-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: rgba(250,250,248,0.97) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(28,61,107,0.1) !important;
  transition: box-shadow 0.2s !important;
}
.tc-header-scrolled {
  box-shadow: 0 2px 24px rgba(28,61,107,0.08) !important;
}
.tc-header-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

/* Logo */
.tc-header-logo { text-decoration: none !important; flex-shrink: 0; }
.tc-logo-img { height: 36px; width: auto; display: block; }
.tc-logo-text {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  color: #1c3d6b !important;
  text-decoration: none !important;
}
.tc-logo-amp { color: #c49a3c; }

/* Desktop nav */
.tc-nav { display: flex; align-items: center; }
.tc-nav-list {
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 4px !important;
}
.tc-nav-item { position: relative; list-style: none !important; }
.tc-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 8px 14px !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4a4a4a !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  white-space: nowrap !important;
}
.tc-nav-link:hover { color: #1c3d6b !important; }

/* Dropdown arrow */
.tc-drop-arrow {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 4px solid currentColor !important;
  margin-top: 1px !important;
  transition: transform 0.2s !important;
}
.tc-has-drop.tc-drop-open .tc-drop-arrow {
  transform: rotate(180deg) !important;
}

/* Dropdown panel */
.tc-dropdown {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 300px !important;
  background: #ffffff !important;
  border: 1px solid rgba(28,61,107,0.12) !important;
  box-shadow: 0 12px 40px rgba(28,61,107,0.12) !important;
  z-index: 100 !important;
}
.tc-has-drop.tc-drop-open .tc-dropdown { display: block !important; }
.tc-dropdown-inner { padding: 8px 0 !important; }

.tc-drop-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  padding: 12px 20px !important;
  text-decoration: none !important;
  transition: background 0.15s !important;
  border-left: 2px solid transparent !important;
}
.tc-drop-item:hover {
  background: #edf3fb !important;
  border-left-color: #1c3d6b !important;
}
.tc-drop-featured {
  background: rgba(196,154,60,0.06) !important;
  border-left-color: #c49a3c !important;
}
.tc-drop-featured:hover {
  background: rgba(196,154,60,0.12) !important;
  border-left-color: #c49a3c !important;
}
.tc-drop-tag {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #c49a3c !important;
}
.tc-drop-featured .tc-drop-tag { color: #c49a3c !important; }
.tc-drop-title {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
}
.tc-drop-desc {
  font-size: 12px !important;
  color: #4a4a4a !important;
  font-weight: 300 !important;
}
.tc-drop-divider {
  height: 1px !important;
  background: rgba(28,61,107,0.08) !important;
  margin: 6px 0 !important;
}

/* Header CTA buttons */
.tc-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}
.tc-nav-cta-ghost {
  padding: 8px 16px !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #1c3d6b !important;
  border: 1px solid rgba(28,61,107,0.25) !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  white-space: nowrap !important;
}
.tc-nav-cta-ghost:hover {
  background: #edf3fb !important;
  border-color: #1c3d6b !important;
  color: #1c3d6b !important;
}
.tc-nav-cta {
  padding: 9px 20px !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #1c3d6b !important;
  border: 1px solid #1c3d6b !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
  white-space: nowrap !important;
}
.tc-nav-cta:hover {
  background: #142d50 !important;
  color: #ffffff !important;
}

/* Hamburger */
.tc-hamburger {
  display: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 40px !important;
  height: 40px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 4px !important;
  flex-shrink: 0 !important;
}
.tc-hamburger span {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  background: #1c3d6b !important;
  transition: all 0.25s !important;
}
.tc-hamburger-open span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
.tc-hamburger-open span:nth-child(2) { opacity: 0 !important; }
.tc-hamburger-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }

/* Mobile nav */
.tc-mobile-nav {
  display: none !important;
  position: fixed !important;
  top: 72px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #fafaf8 !important;
  overflow-y: auto !important;
  z-index: 999 !important;
  padding: 0 24px 40px !important;
}
.tc-mobile-nav.tc-mobile-open { display: block !important; }
.tc-mobile-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.tc-mobile-list > li { border-bottom: 1px solid rgba(28,61,107,0.1) !important; }
.tc-mobile-link {
  display: block !important;
  padding: 16px 0 !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  text-decoration: none !important;
}
.tc-mobile-featured { color: #1c3d6b !important; font-weight: 500 !important; }
.tc-mobile-section-label {
  display: block !important;
  padding: 16px 0 8px !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #4a4a4a !important;
  font-weight: 500 !important;
}
.tc-mobile-sub {
  list-style: none !important;
  padding: 0 0 12px 16px !important;
  margin: 0 !important;
}
.tc-mobile-sub li { border: none !important; }
.tc-mobile-sub .tc-mobile-link {
  font-size: 15px !important;
  padding: 10px 0 !important;
  color: #4a4a4a !important;
}
.tc-mobile-ctas {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 24px 0 !important;
  border-bottom: none !important;
}
.tc-mobile-btn {
  display: block !important;
  padding: 14px 24px !important;
  text-align: center !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #1c3d6b !important;
  border: 1px solid #1c3d6b !important;
  text-decoration: none !important;
}
.tc-mobile-btn-ghost {
  display: block !important;
  padding: 14px 24px !important;
  text-align: center !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #1c3d6b !important;
  background: transparent !important;
  border: 1px solid rgba(28,61,107,0.3) !important;
  text-decoration: none !important;
}

/* Push page content below fixed header */
body { padding-top: 72px !important; }

/* ================================================
   FOOTER
   ================================================ */
.tc-footer {
  background-color: #0d1f38 !important;
}
.tc-footer-top {
  padding: 72px 40px 56px !important;
}
.tc-footer-grid {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr !important;
  gap: 48px !important;
}

/* Brand */
.tc-footer-logo-text {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 16px !important;
}
.tc-footer-tagline {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #c49a3c !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
}
.tc-footer-desc {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.6) !important;
  line-height: 1.75 !important;
  margin-bottom: 16px !important;
}
.tc-footer-location {
  font-size: 13px !important;
  color: rgba(255,255,255,0.4) !important;
  font-weight: 300 !important;
}

/* Columns */
.tc-footer-col-title {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #c49a3c !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
}
.tc-footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tc-footer-links li { margin-bottom: 10px !important; list-style: none !important; }
.tc-footer-links a {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  line-height: 1.4 !important;
}
.tc-footer-links a:hover { color: #ffffff !important; }

/* Get started col */
.tc-footer-col-desc {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.55) !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}
.tc-footer-ctas {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.tc-footer-btn-primary {
  display: block !important;
  padding: 12px 20px !important;
  text-align: center !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: #1c3d6b !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
}
.tc-footer-btn-primary:hover { background: #142d50 !important; color: #ffffff !important; }
.tc-footer-btn-ghost {
  display: block !important;
  padding: 12px 20px !important;
  text-align: center !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}
.tc-footer-btn-ghost:hover { border-color: rgba(255,255,255,0.55) !important; color: #ffffff !important; }

/* Footer bottom */
.tc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07) !important;
  padding: 24px 40px 32px !important;
}
.tc-footer-bottom-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 12px !important;
}
.tc-footer-copy {
  font-size: 13px !important;
  color: rgba(255,255,255,0.3) !important;
  font-weight: 300 !important;
}
.tc-footer-legal {
  display: flex !important;
  gap: 20px !important;
}
.tc-footer-legal a {
  font-size: 13px !important;
  color: rgba(255,255,255,0.3) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.tc-footer-legal a:hover { color: rgba(255,255,255,0.65) !important; }
.tc-footer-disclaimer {
  font-size: 12px !important;
  color: rgba(255,255,255,0.2) !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}

/* ================================================
   RESPONSIVE HEADER & FOOTER
   ================================================ */
@media (max-width: 1024px) {
  .tc-nav { display: none !important; }
  .tc-header-actions { display: none !important; }
  .tc-hamburger { display: flex !important; }
}
@media (max-width: 768px) {
  .tc-header-inner { padding: 0 24px !important; }
  .tc-footer-top { padding: 56px 24px 40px !important; }
  .tc-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 36px !important; }
  .tc-footer-bottom { padding: 20px 24px 28px !important; }
  .tc-footer-bottom-inner { flex-direction: column !important; gap: 12px !important; align-items: flex-start !important; }
}
@media (max-width: 480px) {
  .tc-footer-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
}
/* ================================================
   TEAMES & CO -- GET STARTED PAGE CSS
   Add to BOTTOM of Appearance > Additional CSS
   ================================================ */

/* Hero layout */
.tc-gs-hero {
  background-color: #fafaf8 !important;
  padding: 72px 56px 80px !important;
  border-bottom: 1px solid rgba(28,61,107,0.12) !important;
}
.tc-gs-hero-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  align-items: start !important;
}

/* Left col */
.tc-gs-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(30px, 3.5vw, 50px) !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  color: #111111 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}
.tc-gs-body {
  font-size: 17px !important;
  font-weight: 300 !important;
  color: #4a4a4a !important;
  line-height: 1.8 !important;
  margin-bottom: 36px !important;
}

/* Steps */
.tc-gs-steps {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin-bottom: 32px !important;
}
.tc-gs-step {
  display: flex !important;
  gap: 18px !important;
  align-items: flex-start !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(28,61,107,0.1) !important;
}
.tc-gs-step:last-child { border-bottom: none !important; }
.tc-gs-step-num {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  color: #1c3d6b !important;
  flex-shrink: 0 !important;
  width: 24px !important;
  line-height: 1 !important;
  margin-top: 2px !important;
}
.tc-gs-step-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  margin-bottom: 2px !important;
  text-transform: none !important;
}
.tc-gs-step-desc {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #4a4a4a !important;
  line-height: 1.6 !important;
}

/* Reassurance ticks */
.tc-gs-reassurance {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-bottom: 28px !important;
}
.tc-gs-re-item {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
  font-weight: 300 !important;
}
.tc-gs-re-icon {
  color: #1c3d6b !important;
  font-weight: 500 !important;
  flex-shrink: 0 !important;
}

/* Not ready link */
.tc-gs-not-ready p {
  font-size: 13px !important;
  color: rgba(28,61,107,0.5) !important;
  font-weight: 300 !important;
  margin-bottom: 4px !important;
}
.tc-gs-not-ready a {
  font-size: 13px !important;
  color: #1c3d6b !important;
  text-decoration: none !important;
  border-bottom: 1px solid #d6e4f5 !important;
  padding-bottom: 1px !important;
}
.tc-gs-not-ready a:hover { border-color: #1c3d6b !important; }

/* Right col - form label above HubSpot widget */
.tc-gs-hero-right {
  padding-top: 8px !important;
}
.tc-gs-form-label {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #1c3d6b !important;
  margin-bottom: 20px !important;
}

/* Style the HubSpot form to match the site */
.hs-form-iframe,
.hbspt-form form,
.hs-form {
  font-family: 'Instrument Sans', -apple-system, sans-serif !important;
}
.hs-form .hs-input,
.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"],
.hbspt-form select,
.hbspt-form textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 15px !important;
  border: 1px solid rgba(28,61,107,0.25) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: none !important;
  transition: border-color 0.2s !important;
}
.hbspt-form input:focus,
.hbspt-form select:focus,
.hbspt-form textarea:focus {
  border-color: #1c3d6b !important;
  outline: none !important;
}
.hs-form label,
.hbspt-form label {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  color: #4a4a4a !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.hbspt-form .hs-submit input[type="submit"],
.hbspt-form input[type="submit"] {
  padding: 14px 36px !important;
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: #1c3d6b !important;
  border: 1px solid #1c3d6b !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.2s !important;
}
.hbspt-form input[type="submit"]:hover {
  background: #142d50 !important;
}
.hbspt-form .hs-error-msgs label,
.hbspt-form .hs-error-msg {
  color: #c0392b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

/* HubSpot form area background */
.tc-gs-hero-right .hbspt-form,
.tc-gs-hero-right .hs-form-frame {
  background: #ffffff !important;
  padding: 36px !important;
  border: 1px solid rgba(28,61,107,0.12) !important;
}

/* Responsive */
@media (max-width: 960px) {
  .tc-gs-hero { padding: 48px 24px 56px !important; }
  .tc-gs-hero-inner { grid-template-columns: 1fr !important; gap: 40px !important; }
}
/* Get started page - single column, compact hero */
.tc-gs-hero {
  padding: 48px 56px 40px !important;
}
.tc-gs-hero-inner {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-width: 760px !important;
}
.tc-gs-hero-right {
  display: none !important;
}
.tc-gs-h1 {
  font-size: clamp(28px, 3vw, 42px) !important;
  margin-bottom: 14px !important;
}
.tc-gs-body {
  margin-bottom: 24px !important;
  max-width: 640px !important;
}
.tc-gs-steps {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 24px !important;
}
.tc-gs-step {
  flex-direction: column !important;
  gap: 8px !important;
  padding: 16px !important;
  border-bottom: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(28,61,107,0.1) !important;
}
.tc-gs-step-num {
  font-size: 28px !important;
  width: auto !important;
}
.tc-gs-reassurance {
  flex-direction: row !important;
  gap: 24px !important;
  margin-bottom: 20px !important;
}
/* Get started page - larger fonts throughout */
.tc-gs-h1 {
  font-size: clamp(32px, 4vw, 52px) !important;
}
.tc-gs-body {
  font-size: 18px !important;
  line-height: 1.85 !important;
}
.tc-gs-step-num {
  font-size: 32px !important;
  margin-bottom: 8px !important;
}
.tc-gs-step-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}
.tc-gs-step-desc {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #4a4a4a !important;
}
.tc-gs-re-item {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #111111 !important;
}
.tc-gs-re-icon {
  font-size: 16px !important;
}
.tc-gs-not-ready p,
.tc-gs-not-ready a {
  font-size: 15px !important;
}

/* Fix steps back to single column on this page since grid isn't firing */
.tc-gs-steps {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.tc-gs-step {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  align-items: flex-start !important;
  padding: 20px 24px !important;
  background: #ffffff !important;
  border: 1px solid rgba(28,61,107,0.1) !important;
  border-bottom: none !important;
}
.tc-gs-step:last-child {
  border-bottom: 1px solid rgba(28,61,107,0.1) !important;
}

/* Global font size bump for the whole site */
body {
  font-size: 17px !important;
}
.tc-pain-body,
.tc-card-desc,
.tc-include-p,
.tc-arrow-list li,
.tc-light-list li,
.tc-diag-body,
.tc-page-hero-body,
.tc-different-body,
.tc-process-step-p,
.tc-excellence-p,
.tc-week-p,
.tc-diff-point p {
  font-size: 16px !important;
  line-height: 1.8 !important;
}
.tc-footer-links a,
.tc-footer-desc,
.tc-footer-col-desc,
.tc-footer-copy,
.tc-footer-legal a,
.tc-footer-disclaimer {
  font-size: 14px !important;
}