/* 360 Technology Partners - 360TPC-inspired Design System */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --x360TPC-dark: #0f0f1a;
  --x360TPC-navy: #1a1a2e;
  --x360TPC-navy-light: #2d2d44;
  --x360TPC-accent: #0066FF;
  --x360TPC-accent-hover: #0052CC;
  --x360TPC-white: #ffffff;
  --x360TPC-gray-50: #f8f9fa;
  --x360TPC-gray-100: #e9ecef;
  --x360TPC-gray-200: #dee2e6;
  --x360TPC-gray-500: #adb5bd;
  --x360TPC-gray-600: #868e96;
  --x360TPC-logo-yellow: #fdd835;
  --x360TPC-logo-yellow-hover: #fbc02d;
  --x360TPC-logo-yellow-active: #f9a825;
  --x360TPC-logo-green: #43a047;
  --x360TPC-ppm-overview-bg: #000000;
  --x360TPC-ppm-overview-text: rgba(255, 255, 255, 0.92);
  --x360TPC-ppm-overview-link: #93c5fd;
  --x360TPC-gray-700: #495057;
  --x360TPC-gray-900: #212529;
  --x360TPC-charcoal: #2d2d2d;
  --x360TPC-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 360TPC typography scale */
  --x360TPC-font-body: 1rem;
  --x360TPC-font-body-lg: 1.125rem;
  --x360TPC-font-h1: 2.25rem;
  --x360TPC-font-h2: 1.75rem;
  --x360TPC-font-h3: 1.5rem;
  --x360TPC-font-h4: 1.125rem;
  --x360TPC-font-sm: 0.875rem;
  --x360TPC-font-xs: 0.75rem;
  --x360TPC-line-height-body: 1.5;
  --x360TPC-line-height-heading: 1.25;
}

* { box-sizing: border-box; }

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

html {
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: clip;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: var(--x360TPC-font-body);
  color: var(--x360TPC-gray-900);
  background: var(--x360TPC-charcoal);
  line-height: var(--x360TPC-line-height-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Privacy policy: charcoal background — light body copy */
body.x360TPC-privacy-policy-page {
  color: var(--x360TPC-white);
}

body.x360TPC-privacy-policy-page .x360TPC-section a {
  color: var(--x360TPC-accent);
}

body.x360TPC-privacy-policy-page .x360TPC-section a:hover {
  color: #93c5fd;
}

/* Typography - 360TPC Technology Transformation style */
.font-display,
.font-sans { font-family: 'Inter', sans-serif; }

h1 {
  font-family: 'Inter', sans-serif;
  font-size: var(--x360TPC-font-h1);
  font-weight: 600;
  line-height: var(--x360TPC-line-height-heading);
  letter-spacing: -0.02em;
}

h2 {
  font-family: 'Inter', sans-serif;
  font-size: var(--x360TPC-font-h2);
  font-weight: 600;
  line-height: var(--x360TPC-line-height-heading);
  letter-spacing: -0.01em;
}

h3 {
  font-family: 'Inter', sans-serif;
  font-size: var(--x360TPC-font-h3);
  font-weight: 600;
  line-height: var(--x360TPC-line-height-heading);
}

h4 {
  font-family: 'Inter', sans-serif;
  font-size: var(--x360TPC-font-h4);
  font-weight: 600;
  line-height: var(--x360TPC-line-height-heading);
}

p {
  font-size: var(--x360TPC-font-body-lg);
  line-height: var(--x360TPC-line-height-body);
}
.text-x360TPC-accent { color: var(--x360TPC-accent); }
.bg-x360TPC-dark { background-color: var(--x360TPC-dark); }
.bg-x360TPC-navy { background-color: var(--x360TPC-navy); }
.bg-x360TPC-accent { background-color: var(--x360TPC-accent); }

/* Navigation - 360TPC Mega Menu Style */
.x360TPC-nav {
  background: var(--x360TPC-charcoal);
  color: var(--x360TPC-white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  overflow: visible;
}

.x360TPC-nav-inner {
  max-width: 1400px;
  margin: 0;
  margin-right: auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x360TPC-logo {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: var(--x360TPC-white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1002;
}

.x360TPC-logo img {
  display: block;
  width: clamp(10.5rem, 28vw, 17.5rem);
  max-width: 100%;
  height: auto;
  max-height: 5rem;
  background: transparent;
}

.x360TPC-logo-circles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 1em;
}

.x360TPC-logo-360 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #000000;
  text-shadow:
    -1px -1px 0 #525252,
    1px -1px 0 #525252,
    -1px 1px 0 #525252,
    1px 1px 0 #525252;
}

.x360TPC-logo-circles span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}

.x360TPC-logo-circles span:nth-child(1) { background: #e53935; }
.x360TPC-logo-circles span:nth-child(2) { background: var(--x360TPC-accent); }
.x360TPC-logo-circles span:nth-child(3) { background: #43a047; }
.x360TPC-logo-circles span:nth-child(4) { background: var(--x360TPC-logo-yellow); }


.x360TPC-logo-tech {
  font-weight: 400;
  color: var(--x360TPC-white);
}

.x360TPC-logo-partners {
  font-weight: 700;
  color: var(--x360TPC-accent);
}

.x360TPC-nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.x360TPC-nav-links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: var(--x360TPC-font-sm);
  font-weight: 500;
  transition: color var(--x360TPC-transition), box-shadow var(--x360TPC-transition);
  position: relative;
}

.x360TPC-nav-links a:hover {
  color: rgba(255,255,255,0.9);
}

.x360TPC-dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 4px;
  background: #FFE600;
  opacity: 0;
  transition: opacity var(--x360TPC-transition);
}

.x360TPC-dropdown:hover .x360TPC-dropdown-trigger::after {
  opacity: 1;
}

.x360TPC-nav-links a.x360TPC-cta-btn::after {
  display: none;
}

/* Mega Menu - 360TPC Style (click to expand/collapse) */
.x360TPC-dropdown {
  position: relative;
}

.x360TPC-dropdown-trigger {
  background: none;
  border: none;
  color: rgba(255,255,255,0.9);
  font-size: var(--x360TPC-font-sm);
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  position: relative;
}

.x360TPC-dropdown-trigger:hover {
  color: rgba(255,255,255,0.9);
}

.x360TPC-dropdown.x360TPC-dropdown-open .x360TPC-dropdown-trigger {
  color: var(--x360TPC-white);
}

.x360TPC-dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 4px;
  background: #FFE600;
  opacity: 0;
  transition: opacity var(--x360TPC-transition);
}

.x360TPC-dropdown.x360TPC-dropdown-open .x360TPC-dropdown-trigger::after {
  opacity: 1;
}

.x360TPC-mega-panel {
  position: fixed;
  /* Below full nav bar: nav-inner vertical padding (2×1rem) + logo max-height (5rem) */
  top: calc(2rem + 5rem);
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--x360TPC-dark);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}

.x360TPC-dropdown.x360TPC-dropdown-open .x360TPC-mega-panel {
  max-height: 420px;
}

.x360TPC-mega-inner {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0;
  align-items: start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2rem 1.25rem;
}

/* 360TPC-style collapse control at bottom of mega panel */
.x360TPC-mega-collapse-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0.25rem 0 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
}

.x360TPC-mega-collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 2.5rem;
  padding: 0.25rem 1rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border-radius: 4px;
  transition: color var(--x360TPC-transition), background var(--x360TPC-transition);
}

.x360TPC-mega-collapse:hover {
  color: #ffe600;
}

.x360TPC-mega-collapse:focus-visible {
  outline: 2px solid #ffe600;
  outline-offset: 2px;
}

.x360TPC-mega-collapse-arrow {
  display: block;
}

.x360TPC-mega-desc {
  padding-right: 2rem;
}

.x360TPC-mega-desc h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--x360TPC-white);
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.x360TPC-mega-desc p {
  font-size: var(--x360TPC-font-sm);
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.x360TPC-mega-desc a {
  display: inline-block;
  font-size: var(--x360TPC-font-sm);
  font-weight: 600;
  color: var(--x360TPC-white) !important;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 2px solid var(--x360TPC-accent);
  border-radius: 4px;
  transition: background var(--x360TPC-transition), color var(--x360TPC-transition);
}

.x360TPC-mega-desc a:hover {
  background: var(--x360TPC-accent);
  color: var(--x360TPC-white) !important;
}

.x360TPC-mega-links {
  padding: 0 2rem;
}

.x360TPC-mega-links h4,
.x360TPC-mega-spotlight h4 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFE600;
  margin-top: 0;
  margin-bottom: 1rem;
}

.x360TPC-mega-spotlight {
  padding-left: 2rem;
}

.x360TPC-mega-links a,
.x360TPC-mega-spotlight a {
  display: block;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  margin: 0 -0.75rem;
  color: rgba(255,255,255,0.9) !important;
  font-size: var(--x360TPC-font-sm);
  text-decoration: none;
  transition: background var(--x360TPC-transition), color var(--x360TPC-transition);
  border-radius: 0;
  position: relative;
  border-left: 8px solid transparent;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: background var(--x360TPC-transition), color var(--x360TPC-transition), border-left-color var(--x360TPC-transition);
}

.x360TPC-mega-links a:last-child:hover,
.x360TPC-mega-spotlight a:last-child:hover {
  background: rgba(255,255,255,0.08);
  color: var(--x360TPC-accent) !important;
  border-left-color: #FFE600;
}

.x360TPC-mega-links a:hover,
.x360TPC-mega-spotlight a:hover {
  background: rgba(255,255,255,0.08);
  color: var(--x360TPC-white) !important;
  border-left-color: #FFE600;
}

.x360TPC-mega-links a:last-child,
.x360TPC-mega-spotlight a:last-child {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-weight: 600;
  color: var(--x360TPC-accent) !important;
}

.x360TPC-cta-btn {
  background: #0066FF;
  color: #ffffff !important;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.x360TPC-cta-btn:hover {
  background: #0052CC;
  color: #ffffff !important;
}

/* Hero - 360TPC Bold Statement */
.x360TPC-hero {
  background: linear-gradient(135deg, var(--x360TPC-navy) 0%, var(--x360TPC-dark) 100%);
  color: var(--x360TPC-white);
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.x360TPC-hero-bridge {
  /* JPEG first as fallback — Chrome may not paint AVIF if MIME/decode fails on the server */
  background-image: url('images/bridge-image.avif'), url('images/bridge-image.jpeg');
  background-size: cover, cover;
  background-position: center, center;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.x360TPC-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 26, 0.6);
  pointer-events: none;
  z-index: 1;
}

.x360TPC-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at 70% 50%, rgba(0,102,255,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.x360TPC-hero-inner {
  max-width: 1400px;
  margin: 0;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

.x360TPC-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.x360TPC-hero-sub {
  font-size: var(--x360TPC-font-body-lg);
  opacity: 0.95;
  max-width: 640px;
  margin-bottom: 2rem;
}

.x360TPC-hero-cta {
  display: inline-flex;
  gap: 1rem;
  margin-top: 2rem;
}

/* Section Patterns */
.x360TPC-section {
  padding: 5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Home index: less space between hero and first section (Services) */
.x360TPC-hero + .x360TPC-section {
  padding-top: 2.5rem;
}

/* Home index: Services block — tighter spacing above “Explore all services” and below cards */
.x360TPC-section-charcoal:not(.x360TPC-about-values-block) {
  padding-bottom: 2rem;
}

.x360TPC-section-charcoal:not(.x360TPC-about-values-block) .x360TPC-explore {
  margin-top: 0.5rem;
}

/* Home index: less space between Services (charcoal) and Industries */
.x360TPC-section-charcoal:not(.x360TPC-about-values-block) + .x360TPC-section {
  padding-top: 0.75rem;
}

.x360TPC-section-alt { background: var(--x360TPC-gray-50); }

/* Home page CTA band — electric blue, white copy */
.x360TPC-section-cta-electric {
  background: #0066ff;
  color: var(--x360TPC-white);
}

.x360TPC-section-cta-electric .x360TPC-section-title {
  color: var(--x360TPC-white);
}

.x360TPC-section-cta-electric .x360TPC-section-subtitle {
  color: rgba(255, 255, 255, 0.92);
}

.x360TPC-section-cta-electric .x360TPC-btn-primary {
  margin-top: 0.5rem;
  border: 2px solid var(--x360TPC-white);
  box-sizing: border-box;
}

.x360TPC-section-cta-electric .x360TPC-btn-primary:hover {
  border-color: var(--x360TPC-white);
  background: var(--x360TPC-accent-hover);
}

.x360TPC-section-thin {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.x360TPC-section-thin .x360TPC-section-subtitle {
  margin-bottom: 1rem;
}

/* Home electric CTA: tighter space above headline */
.x360TPC-section.x360TPC-section-cta-electric.x360TPC-section-thin {
  padding-top: 1.25rem;
}

.x360TPC-section-charcoal {
  background: var(--x360TPC-charcoal);
}

.x360TPC-section-charcoal .x360TPC-section-title,
.x360TPC-section-charcoal .x360TPC-section-subtitle {
  color: var(--x360TPC-white);
}

.x360TPC-section-charcoal .x360TPC-section-subtitle {
  color: rgba(255, 255, 255, 0.85);
}

.x360TPC-section-charcoal .x360TPC-explore {
  color: var(--x360TPC-accent);
}

.x360TPC-section-team-leaders .x360TPC-spotlight-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}

.x360TPC-section-team-leaders .x360TPC-card {
  display: flex;
  flex-direction: column;
}

.x360TPC-section-team-leaders .x360TPC-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.x360TPC-section-team-leaders .x360TPC-card-link {
  margin-top: auto;
}

.x360TPC-section-team-leaders .x360TPC-card-title {
  font-size: 1.125rem;
}

.x360TPC-section-team-leaders .x360TPC-card-category {
  font-size: 1rem;
}

.x360TPC-section-team-leaders .x360TPC-card-credentials {
  font-size: var(--x360TPC-font-xs);
  color: var(--x360TPC-gray-700);
  margin: 0 0 0.75rem;
  line-height: 1.45;
}

/* About only: tighter vertical rhythm around team block */
.x360TPC-section.x360TPC-section-team-leaders {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  scroll-margin-top: 7rem;
}

.x360TPC-card-coming-soon .x360TPC-card-img {
  object-fit: contain;
  background: var(--x360TPC-gray-50);
}

.x360TPC-section-cta-blue {
  background: var(--x360TPC-accent);
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.x360TPC-section-cta-blue .x360TPC-section-title {
  color: var(--x360TPC-white);
}

.x360TPC-section-cta-blue .x360TPC-section-subtitle {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
}

.x360TPC-section-cta-blue .x360TPC-btn-primary {
  background: var(--x360TPC-accent);
  color: var(--x360TPC-white);
  border: 2px solid var(--x360TPC-white);
}

.x360TPC-section-cta-blue .x360TPC-btn-primary:hover {
  background: var(--x360TPC-accent-hover);
  color: var(--x360TPC-white);
  border-color: var(--x360TPC-white);
}

.x360TPC-section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.x360TPC-section-subtitle {
  font-size: var(--x360TPC-font-body-lg);
  line-height: var(--x360TPC-line-height-body);
  color: var(--x360TPC-gray-700);
  margin-bottom: 3rem;
}

/* Spotlight / Card Grid - 360TPC Style */
.x360TPC-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 1.5rem;
}

/* About — Our Values: four cards in one row (tighter gap) */
.x360TPC-spotlight-grid.x360TPC-about-values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.x360TPC-about-values-block .x360TPC-section-subtitle {
  margin-bottom: 1.25rem;
}

/* Our Values cards: black cards, white text (beats .x360TPC-spotlight-grid > .x360TPC-card:first-child) */
.x360TPC-spotlight-grid.x360TPC-about-values-grid > .x360TPC-card {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.15);
}

.x360TPC-spotlight-grid.x360TPC-about-values-grid .x360TPC-card-body {
  color: var(--x360TPC-white);
}

.x360TPC-spotlight-grid.x360TPC-about-values-grid .x360TPC-card-title {
  color: var(--x360TPC-white);
}

.x360TPC-spotlight-grid.x360TPC-about-values-grid .x360TPC-card-desc {
  color: rgba(255, 255, 255, 0.9);
}

.x360TPC-spotlight-grid.x360TPC-about-values-grid .x360TPC-about-values-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #000000;
}

.x360TPC-card {
  background: var(--x360TPC-white);
  border: 1px solid var(--x360TPC-gray-200);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow var(--x360TPC-transition), transform var(--x360TPC-transition);
}

.x360TPC-spotlight-grid > .x360TPC-card:first-child {
  background: var(--x360TPC-gray-100);
}

/* Our Values: first card (Integrity) — must follow rule above */
.x360TPC-spotlight-grid.x360TPC-about-values-grid > .x360TPC-card:first-child {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.15);
}

.x360TPC-industries-page-cards .x360TPC-card {
  background: var(--x360TPC-gray-100);
  scroll-margin-top: 7rem;
}

.x360TPC-industries-page-cards #healthcare.x360TPC-card {
  background: #000000;
}

.x360TPC-industries-page-cards #healthcare.x360TPC-card .x360TPC-card-title,
.x360TPC-industries-page-cards #healthcare.x360TPC-card .x360TPC-card-desc {
  color: var(--x360TPC-white);
}

.x360TPC-industries-page-cards #pharma.x360TPC-card {
  background: #000000;
}

.x360TPC-industries-page-cards #pharma.x360TPC-card .x360TPC-card-title,
.x360TPC-industries-page-cards #pharma.x360TPC-card .x360TPC-card-desc {
  color: var(--x360TPC-white);
}

.x360TPC-industries-page-cards #financial.x360TPC-card {
  background: #000000;
}

.x360TPC-industries-page-cards #financial.x360TPC-card .x360TPC-card-title,
.x360TPC-industries-page-cards #financial.x360TPC-card .x360TPC-card-desc {
  color: var(--x360TPC-white);
}

.x360TPC-industries-page-cards #automotive.x360TPC-card {
  background: #000000;
}

.x360TPC-industries-page-cards #automotive.x360TPC-card .x360TPC-card-title,
.x360TPC-industries-page-cards #automotive.x360TPC-card .x360TPC-card-desc {
  color: var(--x360TPC-white);
}

.x360TPC-industries-page-cards #mergers-acquisitions.x360TPC-card {
  background: #000000;
}

.x360TPC-industries-page-cards #mergers-acquisitions.x360TPC-card .x360TPC-card-title {
  color: var(--x360TPC-white);
}

.x360TPC-industries-page-cards #mergers-acquisitions.x360TPC-card .x360TPC-card-link {
  margin-top: 0.5rem;
}

.x360TPC-industries-page-cards .x360TPC-card-category {
  font-size: var(--x360TPC-font-sm);
  color: var(--x360TPC-logo-green);
}

.x360TPC-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.x360TPC-card-img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
}

.x360TPC-card-body { padding: 1.5rem; }

.x360TPC-card-category {
  font-size: var(--x360TPC-font-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0066FF;
  margin-bottom: 0.5rem;
}

.x360TPC-card-title {
  font-size: var(--x360TPC-font-h3);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.x360TPC-card-desc {
  font-size: var(--x360TPC-font-sm);
  color: var(--x360TPC-gray-700);
  margin-bottom: 1rem;
}

.x360TPC-card-link {
  font-size: var(--x360TPC-font-sm);
  font-weight: 400;
  color: #0066FF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap var(--x360TPC-transition);
}

.x360TPC-card-link:hover { gap: 0.5rem; }

/* Industries Grid */
.x360TPC-industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 2rem;
}

.x360TPC-industry-card {
  text-align: center;
  padding: 2rem;
  border-radius: 4px;
  transition: background var(--x360TPC-transition);
  text-decoration: none;
  color: inherit;
  display: block;
  background: var(--x360TPC-gray-100);
}

.x360TPC-industry-card:hover { background: var(--x360TPC-gray-200); }

.x360TPC-industry-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.x360TPC-industry-card h3 {
  font-size: var(--x360TPC-font-h3);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0066FF;
}

.x360TPC-industry-card p {
  font-size: var(--x360TPC-font-sm);
  color: var(--x360TPC-gray-700);
}

/* Footer - 360TPC Style */
.x360TPC-footer {
  background: var(--x360TPC-dark);
  color: var(--x360TPC-white);
  padding: 3rem 2rem 2rem;
}

.x360TPC-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.x360TPC-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.x360TPC-footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: var(--x360TPC-font-sm);
}

.x360TPC-footer-links a:hover { color: var(--x360TPC-accent); }

.x360TPC-footer-copy {
  font-size: var(--x360TPC-font-sm);
  opacity: 0.8;
}

/* Buttons */
.x360TPC-btn-primary {
  font-family: 'Inter', sans-serif;
  font-size: var(--x360TPC-font-body);
  background: var(--x360TPC-accent);
  color: var(--x360TPC-white);
  padding: 0.75rem 1.75rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: background var(--x360TPC-transition);
}

.x360TPC-btn-primary:hover { background: var(--x360TPC-accent-hover); }

.x360TPC-btn-secondary {
  background: transparent;
  color: var(--x360TPC-white);
  padding: 0.75rem 1.75rem;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: border-color var(--x360TPC-transition), color var(--x360TPC-transition);
}

.x360TPC-btn-secondary:hover {
  border-color: var(--x360TPC-white);
  color: var(--x360TPC-white);
}

/* Page Hero (interior pages) */
.x360TPC-page-hero {
  background: var(--x360TPC-dark);
  color: var(--x360TPC-white);
  padding: 1.5rem 2rem;
  text-align: center;
  position: relative;
}

.x360TPC-page-hero-bridge {
  background-image: url('images/bridge-image.avif'), url('images/bridge-image.jpeg');
  background-size: cover, cover;
  background-position: center, center;
  min-height: 38vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* About page: same bridge treatment as other interior pages, team photo background */
.x360TPC-page-hero-bridge.x360TPC-page-hero-bridge-team {
  background-image: url('images/team-photo-image.jpg');
  background-size: cover;
  background-position: center center;
  /* Shorter hero + less padding so Our Mission sits closer below */
  min-height: 28vh;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
}

/* Shorter hero (e.g. About page) */
.x360TPC-page-hero-bridge.x360TPC-page-hero-bridge-thin {
  min-height: 22vh;
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
}

/* Contact page: compact hero so the form is visible with less scrolling */
.x360TPC-page-hero-bridge.x360TPC-page-hero-bridge-contact {
  min-height: 18vh;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

/* About page: split hero — copy left, team image right */
.x360TPC-page-hero-about-split {
  background: var(--x360TPC-dark);
  color: var(--x360TPC-white);
  /* Top/side only on section would inset the image — keep top flush so image reaches hero top */
  padding: 0 2rem 0;
  text-align: left;
}

.x360TPC-page-hero-about-split-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.35fr);
  grid-template-rows: minmax(min(38vh, 460px), auto);
  gap: 2rem 2.5rem;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.x360TPC-page-hero-about-copy {
  text-align: left;
  justify-self: start;
  padding: 2.5rem 0 2rem;
  align-self: start;
}

.x360TPC-page-hero-about-copy h1,
.x360TPC-page-hero-about-copy p {
  text-align: left;
  max-width: 36rem;
}

.x360TPC-page-hero-about-copy p {
  margin-bottom: 0;
}

.x360TPC-page-hero-about-figure {
  margin: 0;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
}

.x360TPC-page-hero-about-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: inherit;
}

.x360TPC-interior-page .x360TPC-page-hero-about-split {
  text-align: left;
}

.x360TPC-page-hero-bridge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 26, 0.6);
  pointer-events: none;
  z-index: 0;
}

.x360TPC-page-hero-bridge h1,
.x360TPC-page-hero-bridge p {
  position: relative;
  z-index: 1;
}

.x360TPC-page-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.x360TPC-page-hero p {
  font-size: var(--x360TPC-font-body-lg);
  line-height: var(--x360TPC-line-height-body);
  opacity: 0.9;
}

/* Interior pages: left-justify all text */
.x360TPC-interior-page .x360TPC-page-hero,
.x360TPC-interior-page .x360TPC-page-hero-bridge {
  text-align: left;
}

.x360TPC-interior-page .x360TPC-page-hero-bridge {
  align-items: flex-start;
}

.x360TPC-interior-page .x360TPC-section,
.x360TPC-interior-page .x360TPC-section-title,
.x360TPC-interior-page .x360TPC-section-subtitle {
  text-align: left;
}

.x360TPC-interior-page .x360TPC-section-subtitle {
  margin-left: 0;
  margin-right: auto;
}

.x360TPC-interior-page .x360TPC-explore {
  justify-content: flex-start;
}

/* All pages: charcoal background - light text for sections on dark bg */
.x360TPC-section:not(.x360TPC-section-alt) .x360TPC-section-title {
  color: var(--x360TPC-white);
}

.x360TPC-section:not(.x360TPC-section-alt) .x360TPC-section-subtitle {
  color: rgba(255, 255, 255, 0.85);
}

.x360TPC-section:not(.x360TPC-section-alt) .x360TPC-industry-card p {
  color: rgba(255, 255, 255, 0.85);
}

/* Home (index): industry cards on light gray — dark copy, not charcoal-section white */
body.x360TPC-home .x360TPC-section:not(.x360TPC-section-alt) .x360TPC-industry-card p {
  color: var(--x360TPC-gray-900);
}

/* Home (index): services spotlight cards on charcoal — ensure titles/body stay dark on white cards */
body.x360TPC-home .x360TPC-section-charcoal .x360TPC-card-title {
  color: var(--x360TPC-gray-900);
}

body.x360TPC-home .x360TPC-section-charcoal .x360TPC-card-desc {
  color: var(--x360TPC-gray-700);
}

.x360TPC-section:not(.x360TPC-section-alt) .x360TPC-explore {
  color: var(--x360TPC-accent);
}

/* Service line page (360TPC consulting–style interior) */
.x360TPC-page-hero-crumb {
  font-size: var(--x360TPC-font-sm);
  margin-bottom: 0.75rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.x360TPC-page-hero-crumb a {
  color: var(--x360TPC-white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.x360TPC-page-hero-crumb a:hover {
  border-bottom-color: #ffe600;
  color: #ffe600;
}

.x360TPC-page-hero-bridge .x360TPC-page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

.x360TPC-svc-line-prose {
  max-width: 52rem;
}

.x360TPC-svc-line-prose .x360TPC-lead {
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: var(--x360TPC-gray-900);
}

.x360TPC-svc-questions {
  list-style: none;
  padding: 0 0 0 1.25rem;
  margin: 2rem 0 0;
  border-left: 3px solid var(--x360TPC-accent);
  color: var(--x360TPC-gray-900);
}

.x360TPC-svc-questions li {
  margin-bottom: 0.85rem;
  font-size: var(--x360TPC-font-body-lg);
  line-height: 1.5;
}

.x360TPC-svc-questions li:last-child {
  margin-bottom: 0;
}

.x360TPC-svc-agenda-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.x360TPC-svc-agenda-grid a {
  display: block;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  color: var(--x360TPC-white) !important;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--x360TPC-font-sm);
  line-height: 1.4;
  transition: border-color var(--x360TPC-transition), background var(--x360TPC-transition), color var(--x360TPC-transition);
}

.x360TPC-svc-agenda-grid a:hover {
  border-color: #ffe600;
  background: rgba(255, 255, 255, 0.1);
  color: #ffe600 !important;
}

.x360TPC-svc-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.x360TPC-svc-case-card {
  background: var(--x360TPC-white);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.x360TPC-svc-case-card-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  background: linear-gradient(135deg, var(--x360TPC-navy) 0%, var(--x360TPC-dark) 100%);
}

.x360TPC-svc-case-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.x360TPC-svc-case-card-meta {
  font-size: var(--x360TPC-font-xs);
  color: var(--x360TPC-gray-700);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.x360TPC-svc-case-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--x360TPC-gray-900);
  line-height: 1.35;
}

.x360TPC-svc-case-card-desc {
  font-size: var(--x360TPC-font-sm);
  color: var(--x360TPC-gray-700);
  margin-bottom: 1rem;
  flex: 1;
  line-height: 1.5;
}

.x360TPC-svc-case-card-link {
  font-size: var(--x360TPC-font-sm);
  font-weight: 600;
  color: var(--x360TPC-accent);
  text-decoration: none;
}

.x360TPC-svc-case-card-link:hover {
  text-decoration: underline;
}

.x360TPC-svc-help-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.x360TPC-svc-help-list li {
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.x360TPC-svc-help-list h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--x360TPC-white);
}

.x360TPC-svc-help-list p {
  margin: 0;
  font-size: var(--x360TPC-font-sm);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.x360TPC-svc-reading-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.x360TPC-svc-reading-card {
  padding: 1.5rem;
  background: var(--x360TPC-white);
  border: 1px solid var(--x360TPC-gray-200);
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.x360TPC-svc-reading-card h3 {
  font-size: 1.0625rem;
  margin: 0 0 0.5rem;
  color: var(--x360TPC-gray-900);
}

.x360TPC-svc-reading-card p {
  font-size: var(--x360TPC-font-sm);
  color: var(--x360TPC-gray-700);
  margin: 0 0 1rem;
  line-height: 1.5;
}

.x360TPC-svc-reading-card a {
  font-size: var(--x360TPC-font-sm);
  font-weight: 600;
  color: var(--x360TPC-accent);
  text-decoration: none;
}

.x360TPC-svc-reading-card a:hover {
  text-decoration: underline;
}

/* Form styling */
.x360TPC-form-group {
  margin-bottom: 1.5rem;
}

.x360TPC-form-group label {
  display: block;
  font-size: var(--x360TPC-font-body);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.x360TPC-form-group input,
.x360TPC-form-group select,
.x360TPC-form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--x360TPC-gray-200);
  border-radius: 4px;
  font-size: var(--x360TPC-font-body);
  font-family: inherit;
}

.x360TPC-form-group input:focus,
.x360TPC-form-group select:focus,
.x360TPC-form-group textarea:focus {
  outline: none;
  border-color: var(--x360TPC-accent);
}

.x360TPC-form-group input[type="file"] {
  padding: 0.5rem 0;
  border: none;
  background: transparent;
  font-size: var(--x360TPC-font-sm);
  max-width: 100%;
}

.x360TPC-form-hint {
  font-size: var(--x360TPC-font-sm);
  color: var(--x360TPC-gray-600);
  margin: 0.35rem 0 0;
  line-height: 1.4;
}

.x360TPC-form-message {
  margin: 0 0 1rem;
  font-size: var(--x360TPC-font-body);
  line-height: 1.45;
}

.x360TPC-form-message[data-kind='success'] {
  color: #000000;
}

.x360TPC-form-message[data-kind='error'] {
  color: #b42318;
}

.x360TPC-contact-direct {
  text-align: center;
  margin-top: 2rem;
  color: var(--x360TPC-white);
}

.x360TPC-contact-direct strong {
  color: inherit;
}

/* Contact page: form block sits tight below hero */
.x360TPC-section.x360TPC-section-contact {
  padding-top: 0.75rem;
}

/* Mobile nav */
.x360TPC-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.x360TPC-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--x360TPC-white);
  transition: var(--x360TPC-transition);
}

.x360TPC-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.x360TPC-hamburger.active span:nth-child(2) { opacity: 0; }

.x360TPC-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Accordion */
.x360TPC-accordion {
  border: none;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
  scroll-margin-top: 7rem;
}

.x360TPC-accordion-btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  background: var(--x360TPC-logo-yellow-hover);
  border: none;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background var(--x360TPC-transition);
}

.x360TPC-accordion-btn:hover { background: var(--x360TPC-logo-yellow-active); }

.x360TPC-accordion-btn::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
}

.x360TPC-accordion.active .x360TPC-accordion-btn::after { content: '−'; }

.x360TPC-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--x360TPC-transition);
}

/* Services accordions + program page highlight — black panel (same treatment) */
.x360TPC-accordion-content-inner,
.x360TPC-section > .x360TPC-ppm-highlight {
  padding: 1.5rem;
  background-color: var(--x360TPC-ppm-overview-bg);
  color: var(--x360TPC-ppm-overview-text);
}

.x360TPC-section .x360TPC-accordion .x360TPC-accordion-content-inner .x360TPC-explore,
.x360TPC-section > .x360TPC-ppm-highlight .x360TPC-explore {
  color: var(--x360TPC-ppm-overview-link);
}

.x360TPC-accordion-content-inner strong,
.x360TPC-section > .x360TPC-ppm-highlight strong {
  color: #ffffff;
}

.x360TPC-ppm-points {
  margin: 0;
  padding-left: 1.5rem;
  margin-bottom: 0;
  list-style-type: disc;
}

.x360TPC-ppm-points li {
  margin-bottom: 1rem;
  padding-left: 0.35rem;
}

.x360TPC-ppm-points li:last-child {
  margin-bottom: 0;
}

.x360TPC-ppm-points li::marker {
  color: rgba(255, 255, 255, 0.85);
}

.x360TPC-ppm-highlight {
  border-radius: 4px;
}

.x360TPC-section > .x360TPC-ppm-highlight {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Read more / Explore link */
.x360TPC-explore {
  font-weight: 600;
  color: var(--x360TPC-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.x360TPC-explore:hover { text-decoration: underline; }

@media (max-width: 1024px) and (min-width: 769px) {
  .x360TPC-spotlight-grid.x360TPC-about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive — tablets & phones */
@media (max-width: 768px) {
  .x360TPC-nav-links {
    display: none !important;
  }
  .x360TPC-nav-links.x360TPC-mobile-open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .x360TPC-dropdown {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .x360TPC-mega-panel {
    position: static;
    box-shadow: none;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    margin: 0.5rem 0 0;
  }

  .x360TPC-dropdown.x360TPC-dropdown-open .x360TPC-mega-panel {
    max-height: min(500px, 70vh);
  }

  .x360TPC-mega-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.5rem;
  }

  .x360TPC-mega-desc {
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .x360TPC-mega-links {
    padding: 1.5rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .x360TPC-mega-spotlight {
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .x360TPC-nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--x360TPC-dark);
    flex-direction: column;
    padding: 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
    gap: 0.5rem;
    z-index: 1003;
    max-height: calc(100dvh - 5.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .x360TPC-nav-inner {
    position: relative;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: max(0.75rem, env(safe-area-inset-top));
  }

  .x360TPC-hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .x360TPC-dropdown-trigger {
    min-height: 44px;
    padding: 0.35rem 0;
    text-align: left;
    width: 100%;
    touch-action: manipulation;
  }

  .x360TPC-nav-links > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    touch-action: manipulation;
  }

  .x360TPC-mega-panel a {
    min-height: 44px;
    display: flex;
    align-items: center;
    touch-action: manipulation;
  }

  .x360TPC-section {
    padding: 3rem 1rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .x360TPC-hero + .x360TPC-section {
    padding-top: 1.5rem;
  }

  .x360TPC-section-charcoal:not(.x360TPC-about-values-block) {
    padding-bottom: 1.5rem;
  }

  .x360TPC-section-charcoal:not(.x360TPC-about-values-block) .x360TPC-explore {
    margin-top: 0.5rem;
  }

  .x360TPC-section-charcoal:not(.x360TPC-about-values-block) + .x360TPC-section {
    padding-top: 0.75rem;
  }

  .x360TPC-section.x360TPC-about-mission-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .x360TPC-section.x360TPC-about-values-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .x360TPC-section.x360TPC-section-team-leaders {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .x360TPC-section-thin {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .x360TPC-section.x360TPC-section-cta-electric.x360TPC-section-thin {
    padding-top: 1rem;
  }

  .x360TPC-hero {
    padding: 2.5rem 1rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .x360TPC-hero-bridge {
    min-height: min(55vh, 420px);
  }

  .x360TPC-hero-cta {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 0.75rem;
  }

  .x360TPC-hero-cta .x360TPC-btn-primary,
  .x360TPC-hero-cta .x360TPC-btn-secondary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .x360TPC-footer {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }

  .x360TPC-page-hero {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .x360TPC-page-hero-bridge .x360TPC-page-hero-inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .x360TPC-page-hero-bridge {
    min-height: min(38vh, 320px);
  }

  .x360TPC-page-hero-bridge.x360TPC-page-hero-bridge-contact {
    min-height: min(18vh, 200px);
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .x360TPC-section.x360TPC-section-contact {
    padding-top: 0.5rem;
  }

  .x360TPC-page-hero-bridge.x360TPC-page-hero-bridge-team {
    min-height: min(28vh, 280px);
    padding-top: 1rem;
    padding-bottom: 0.65rem;
  }

  .x360TPC-form-group input,
  .x360TPC-form-group select,
  .x360TPC-form-group textarea {
    font-size: 16px;
  }

  .x360TPC-spotlight-grid { grid-template-columns: 1fr; }
  .x360TPC-spotlight-grid.x360TPC-about-values-grid {
    grid-template-columns: 1fr;
  }
  .x360TPC-industries-grid { grid-template-columns: 1fr; }
  .x360TPC-about-intro { grid-template-columns: 1fr !important; }

  .x360TPC-svc-agenda-grid {
    grid-template-columns: 1fr;
  }

  .x360TPC-svc-case-grid,
  .x360TPC-svc-help-list,
  .x360TPC-svc-reading-grid {
    grid-template-columns: 1fr;
  }

  .x360TPC-page-hero-about-split-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
    min-height: 0;
  }

  .x360TPC-page-hero-about-split {
    padding: 0 max(1.25rem, env(safe-area-inset-left)) 0 max(1.25rem, env(safe-area-inset-right));
  }

  .x360TPC-page-hero-about-copy {
    padding: 2rem 0 1.5rem;
  }

  .x360TPC-page-hero-about-figure {
    min-height: 240px;
    border-radius: 4px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .x360TPC-section-title {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
  }

  .x360TPC-hero h1 {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
  }

  .x360TPC-section-cta-blue {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .x360TPC-btn-primary,
  .x360TPC-btn-secondary {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.x360TPC-about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.x360TPC-about-intro.x360TPC-about-intro-text-only {
  grid-template-columns: 1fr;
  max-width: 52rem;
  margin-left: 0;
  margin-right: auto;
  justify-items: start;
  text-align: left;
}

/* About page: tighter gap hero → Our Mission; less gap Our Mission → Our Values */
.x360TPC-section.x360TPC-about-mission-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  scroll-margin-top: 7rem;
}

.x360TPC-section.x360TPC-about-values-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  scroll-margin-top: 7rem;
}

/* Match body copy to other dark-section text (same as .x360TPC-section-subtitle) */
.x360TPC-section:not(.x360TPC-section-alt) .x360TPC-about-intro p {
  color: rgba(255, 255, 255, 0.85);
}
