/* --- Fonts: Neue Haas Grotesk Text Pro (titles) --- */
@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-1.eot');
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-1.eot?#iefix') format('embedded-opentype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-2.woff2') format('woff2'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-2.woff') format('woff'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-1.ttf') format('truetype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-2.svg#NeueHaasGroteskTextPro') format('svg');
}

@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.eot');
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.eot?#iefix') format('embedded-opentype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.woff2') format('woff2'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.woff') format('woff'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.ttf') format('truetype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.svg#NeueHaasGroteskTextPro') format('svg');
}

@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.eot');
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.eot?#iefix') format('embedded-opentype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.woff2') format('woff2'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.woff') format('woff'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.ttf') format('truetype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.svg#NeueHaasGroteskTextPro') format('svg');
}

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  background: #0a0e17;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #f97316; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Avoid single word hanging on last line of paragraphs (widows) */
p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  text-wrap: pretty;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Variables --- */
:root {
  --gradient-3: linear-gradient(to bottom, #014982 0%, #0175B3 48%, #084a28 100%);
  --bg-dark: #0a0e17;
  --bg-blue: #0d1929;
  --bg-blue-deep: #071018;
  --text: #ffffff;
  --text-muted: #fff;
  --accent: #f97316;
  --accent-hover: #ea580c;
  --btn-primary: #2563eb;
  --btn-primary-hover: #1d4ed8;
  --form-bg: #ffffff;
  --form-border: #e2e8f0;
  --radius: 8px;
  --radius-lg: 12px;
  --radius-cta: 20px;
  --container: min(1200px, 100% - 2rem);
  /* Typography: main headers, subheaders, body */
  --header-font-size: 3rem;
  --header-font-weight: 700;
  --header-letter-spacing: 0.03em;
  --header-margin-bottom: 1.25rem;
  --subheader-font-size: 1.05rem;
  --subheader-font-weight: 600;
  --body-font-size: 1rem;
  --body-line-height: 1.6;
  --body-font-family: 'Roboto', sans-serif;
  --body-font-weight: 400;
  --body-color: rgba(255, 255, 255, 0.9);
  --body-color-on-light: #334155;
  /* Alignment & spacing (sections only, not hero) */
  --section-padding-y: 4rem;
  --section-padding-y-cta: 7rem;
  --header-to-body: 1.25rem;
  --list-item-gap: 0.5rem;
  --list-margin-bottom: 1rem;
  --subtitle-block-margin-bottom: 1.25rem;
  --subhead-margin-top: 1.25rem;
  --subhead-margin-bottom: 0.5rem;
  --body-paragraph-gap: 1rem;
  --button-margin-top: 2rem;
  --section-inner-gap: 3rem;
  --image-grid-gap: 1.5rem;
}

/* --- Headings --- */
h1, h2, h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
}
h1, h2 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
}
h2 {
  line-height: 1;
}
h1 {
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
}

/* Main section headers: all caps, same size/weight/spacing/margin */
.optin-section .optin-headline,
.assembly-title,
.proof-headline,
.painpoints-title,
.who-we-are-section .who-we-are-title,
.ready-title,
.pilot-heading {
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  letter-spacing: var(--header-letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: var(--header-margin-bottom);
  line-height: 1;
  text-wrap: balance;
}

/* --- Layout --- */
.container {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ready-section .container.ready-content {
  width: 100%;
  max-width: 1000px;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/background-hero2.jpg") center / cover no-repeat;
  /* background: var(--gradient-3); */
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Blue/green overlay: inverted — darker right, lighter left */
  background: linear-gradient(
    to right, rgba(8, 74, 40, 0.48) 0%, rgb(200 67 14 / 52%) 30%, rgba(1, 117, 179, 0.58) 60%, rgba(1, 73, 130, 0.65) 100%
  );
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 480px) 1fr;
  grid-template-rows: auto 1fr;
  gap: 2.5rem;
  align-items: stretch;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 3rem 1rem 0;
  min-height: 400px;
}
.hero-logo {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  display: block;
  line-height: 0;
  z-index: 2;
}
.hero-logo img {
  height: 2.25rem;
  width: auto;
  display: block;
}
.hero-image-wrap {
  grid-column: 1;
  grid-row: 2;
  min-height: 0;
}
.hero-content {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
}
.hero-badge {
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.hero-title {
  /*  
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  */
  font-size: clamp(1.85rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 2px 6px rgba(0, 0, 0, 0.3);
  text-wrap: pretty;
}
.hero-title .hero-title-accent {
  color: #f97316;
}
.hero-title .highlight { color: var(--accent); }
.hero-sub-wrap {
  max-width: 480px;
}
.hero-sub-wrap .hero-sub {
  margin: 0 0 0.75rem 0;
}
.hero-sub-wrap .hero-sub:last-child {
  margin-bottom: 0;
}
.hero-sub {
  color: var(--text-muted);
  font-size: 1.25rem;
  max-width: 480px;
  margin: 0;
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.hero-content .hero-cta {
  margin-top: 1.25rem;
}
.hero-note {
  margin: 0.75rem 0 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  max-width: 420px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hero-stat-value {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.hero-stat-label {
  font-size: 0.7rem;
  line-height: 1.3;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
/* --- Stats strip (below hero, above form) --- */

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  padding-bottom: 1.75rem;
}
.hero-image-wrap {
  width: 100%;
  height: 100%;
  min-height: 360px;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  object-position: left bottom;
  display: block;
}

/* --- Opt-in section --- */
.optin-section {
  background:
    linear-gradient(135deg, rgba(220, 238, 255, 0.5) 0%, transparent 50%),
    linear-gradient(220deg, rgba(220, 245, 238, 0.45) 0%, transparent 50%),
    #ffffff;
  padding: var(--section-padding-y) 0 2rem 0;
}
.optin-section .optin-headline {
  padding-top: 0;
  width: 100%;
  background: linear-gradient(90deg, #E65A2C 0%, #DC337E 28%, #8B2D9D 55%, #265D9F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.optin-subtitle-block {
  border-left: 1.5px solid #1e293b;
  padding-left: 1rem;
  margin-bottom: var(--subtitle-block-margin-bottom);
}
.optin-section .optin-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  margin: 0 0 0.5rem 0;
  text-transform: capitalize;
}
.optin-section .optin-subtitle-block p:not(.optin-subtitle) {
  margin: 0;
  color: #334155;
}
.optin-section .optin-content p,
.optin-section .optin-subhead {
  color: var(--body-color-on-light);
}
.optin-section .optin-content .check-list li {
  color: var(--body-color-on-light);
}

/* Pilot stats counter: 2x3 grid, compact, below execution list */
.pilot-stats {
  margin: var(--header-to-body) 0 var(--header-to-body) 0;
}
.pilot-stats-heading {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1e293b;
  margin: 0 0 var(--subhead-margin-bottom) 0;
  line-height: 1.2;
}
.pilot-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: var(--list-item-gap) var(--image-grid-gap);
  max-width: 560px;
}
.pilot-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}
.pilot-stat-value {
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 700;
  color: #1e293b;
  line-height: 1.1;
  font-family: 'IBM Plex Sans', sans-serif;
}
.pilot-stat-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.25;
  text-transform: none;
}
@media (max-width: 480px) {
  .pilot-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.75rem;
  }
}

/* Proof section: two columns — text left, image right */
.proof-section {
  background:
    linear-gradient(135deg, rgba(220, 238, 255, 0.5) 0%, transparent 50%),
    linear-gradient(220deg, rgba(220, 245, 238, 0.45) 0%, transparent 50%),
    #ffffff;
  padding: var(--section-padding-y) 0;
}
.proof-inner {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.proof-headline {
  background: linear-gradient(135deg, #0d9488 0%, #0369a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.proof-subtitle-block {
  border-left: 1.5px solid #1e293b;
  padding-left: 1rem;
  margin-bottom: var(--section-inner-gap);
}
.proof-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
.proof-box {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.75rem;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  min-width: 0;
}
.proof-box .check-list {
  margin: 0;
  flex: 1;
}
.proof-box .check-list li {
  color: #000000;
  padding-left: 1.5rem;
}
.proof-box .check-list li:last-child {
  margin-bottom: 0;
}
.proof-section .proof-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: var(--body-color-on-light);
  margin: 0;
  text-transform: capitalize;
}
.proof-section .optin-subhead {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #334155;
  margin-top: var(--subhead-margin-top);
  margin-bottom: var(--subhead-margin-bottom);
}
.proof-section .proof-box .optin-subhead {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d5db;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}
.proof-section .check-list {
  margin-bottom: var(--list-margin-bottom);
}
.proof-section .check-list li {
  color: var(--body-color-on-light);
}
.proof-section .proof-box .check-list li {
  color: #000000;
}
.proof-section .proof-box .check-list li::before {
  border-right-color: #ec4899;
  border-bottom-color: #ec4899;
}
.proof-section .optin-content p,
.proof-section .proof-box p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
  margin: 0 0 var(--body-paragraph-gap) 0;
}
.proof-outro {
  margin-top: var(--section-inner-gap);
  margin-bottom: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color-on-light);
}
@media (max-width: 768px) {
  .proof-boxes {
    grid-template-columns: 1fr;
  }
}

.optin-grid {
  display: grid;
  grid-template-columns: 560px 1fr;
  grid-template-rows: auto auto;
  column-gap: var(--section-inner-gap);
  row-gap: 0.75rem;
  align-items: start;
}
.form-30day-disclaimer {
  grid-column: 1 / -1;
  margin: 0.75rem auto 0;
  padding: 0 1rem;
  max-width: 720px;
  font-size: 0.6rem;
  line-height: 1.35;
  color: #64748b;
  text-align: center;
}
/* Form card: enterprise look — soft shadow, consistent radius, equal spacing, full-width CTA */
.form-card {
  background: var(--form-bg);
  color: #1e293b;
  padding: 2rem;
  /*border-radius: var(--radius-lg);*/
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08), 0 2px 0px rgba(0, 0, 0, 0.04);
}
.form-card #hubspot-form {
  min-height: 200px;
}

/* HubSpot form styling */
.form-card .hs-form {
  font-family: inherit;
}
.form-card .hs-form-field {
  margin-bottom: 1.25rem;
}
.form-card .hs-form-field:last-of-type {
  margin-bottom: 1.25rem;
}
.form-card .hs-form-field > label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0.4rem;
}
.form-card .hs-form-field .hs-input,
.form-card .hs-form-field input:not([type="checkbox"]):not([type="radio"]),
.form-card .hs-form-field select,
.form-card .hs-form-field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 0.95rem;
  border: 1px solid var(--form-border);
  border-radius: var(--radius);
  background: #fff;
  color: #1e293b;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.form-card .hs-form-field input::placeholder,
.form-card .hs-form-field textarea::placeholder {
  color: #94a3b8;
}
.form-card .hs-form-field .hs-input:focus,
.form-card .hs-form-field input:focus,
.form-card .hs-form-field select:focus,
.form-card .hs-form-field textarea:focus {
  outline: none;
  border-color: var(--btn-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.form-card .hs-form-field.hs-form-field-error .hs-input,
.form-card .hs-form-field.hs-form-field-error input,
.form-card .hs-form-field.hs-form-field-error select,
.form-card .hs-form-field.hs-form-field-error textarea {
  border-color: #dc2626;
}
.form-card .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0 0 0;
  font-size: 0.8rem;
  color: #dc2626;
}
.form-card .hs-error-msg {
  margin-top: 0.15rem;
}
.form-card .hs-form-field .hs-input[type="checkbox"],
.form-card .hs-form-field .hs-input[type="radio"] {
  width: auto;
  margin-right: 0.5rem;
}
.form-card .hs-form-field .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-card .hs-form-field .inputs-list > li {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-card .hs-form-field .inputs-list label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}


hs-richtext hs-main-font-element

/* Captcha / reCAPTCHA: aligned with form width */
.form-card .hs-recaptcha,
.form-card .hs_cos_wrapper_type_recaptcha,
.form-card [class*="recaptcha"] {
  margin-top: 10px;
  margin-bottom: 1.25rem;
  width: 100%;
}
.form-card .hs-recaptcha iframe,
.form-card .hs_cos_wrapper_type_recaptcha iframe,
.form-card [class*="recaptcha"] iframe {
  max-width: 100%;
}

.form-card .hs-submit {
  margin-top: var(--button-margin-top);
  margin-bottom: 0;
}
.form-card .hs-submit .actions {
  width: 100%;
}
/* Submit button: same style as CTAs (.btn-assembly) */
.form-card .hs-button {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: #DB0082;
  color: #fff;
  transition: background 0.2s;
  text-align: center;
  box-sizing: border-box;
}
.form-card .hs-button:hover {
  background: #b8006e;
}
.form-card .hs-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(219, 0, 130, 0.4);
}
.form-disclaimer {
  margin: 1rem 0 0 0;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #64748b;
  max-width: 100%;
}
.form-card .submitted-message {
  padding: 1rem;
  background: #f0fdf4;
  color: #166534;
  border-radius: var(--radius);
  font-size: 0.95rem;
}
.form-card .hs-form iframe {
  max-width: 100%;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  cursor: pointer;
}
.checkbox-label input { width: auto; margin-top: 0.2rem; }
.checkbox-label a { color: var(--btn-primary); }
.btn {
  display: inline-block;
  padding: 0.875rem 1.5rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, transform 0.1s;
}
.btn:focus { outline: none; box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.4); }
.btn-primary {
  background: var(--btn-primary);
  color: #fff;
  margin-top: 0.25rem;
}
.btn-primary:hover { background: var(--btn-primary-hover); }
.btn-accent {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}
.btn-accent:hover { background: var(--accent-hover); text-decoration: none; }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }

.optin-content { padding-top: 0.5rem; }
.optin-content p {
  margin: 0 0 var(--body-paragraph-gap) 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
}
.optin-content p:last-of-type { margin-bottom: 0; }
.optin-subhead {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  margin-top: var(--subhead-margin-top);
  margin-bottom: var(--subhead-margin-bottom);
  text-transform: capitalize;
}
.optin-subhead:first-of-type { margin-top: 0; }

/* --- Check list --- */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--list-margin-bottom) 0;
}
.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: var(--list-item-gap);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: inherit;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  margin-top: -0.25em;
}
.optin-content .check-list li::before {
  border-right-color: #ec4899;
  border-bottom-color: #ec4899;
}
.check-list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--image-grid-gap);
  margin-bottom: var(--list-margin-bottom);
}
.check-list-inline li { margin-bottom: 0.25rem; }

/* --- Assembly section (T-ROC Advantage) --- */
.assembly-section {
  background: #1A1B20;
  padding: var(--section-padding-y) 0;
}
.assembly-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  align-items: start;
}
.assembly-content {
  grid-column: 1;
  grid-row: 1;
  padding-top: 0.5rem;
}
.assembly-card-01 {
  grid-column: 2;
  grid-row: 1;
}
.assembly-card-02 {
  grid-column: 1;
  grid-row: 2;
}
.assembly-card-03 {
  grid-column: 2;
  grid-row: 2;
}
.assembly-title {
  background: linear-gradient(90deg, #E65A2C 0%, #DC337E 28%, #8B2D9D 55%, #265D9F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Subtitle block: white vertical line + blue-to-green gradient text (match reference) */
.assembly-subtitle-block {
  border-left: 1.5px solid #fff;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.assembly-subtitle,
.assembly-subtitle-block .optin-subtitle {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  background: linear-gradient(90deg, #0099CC 0%, #00CC99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.assembly-key-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.assembly-key-points li {
  font-size: 1rem;
  color: #2dd4bf;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}
.assembly-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #fff;
  margin: 0 0 var(--header-to-body) 0;
}
@media (min-width: 1025px) {
  .assembly-content .assembly-intro {
    padding-left: calc(3px + 1.25rem);
  }
}
.btn-assembly {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 24px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: #DB0082;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.assembly-content .btn-assembly {
  margin-top: var(--button-margin-top);
}
.btn-assembly:hover {
  background: #b8006e;
  text-decoration: none;
}
.btn-assembly .btn-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
}
.btn-assembly .btn-arrow svg {
  display: block;
}
.assembly-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.assembly-card-image {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.assembly-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
.assembly-card:hover .assembly-card-image img {
  opacity: 0.45;
}
.assembly-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.40) 100%),
    linear-gradient(83deg, #00AEE5 0%, #7DAA33 50%, #D3DE25 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.assembly-card:hover .assembly-card-overlay {
  opacity: 0.85;
}
/* Card 01 & 02: overlay fades in smoothly; caption slides up */
.assembly-card-01 .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-02 .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-03 .assembly-card-overlay.assembly-card-overlay-reveal {
  opacity: 0;
  transition: opacity 0.55s ease-out;
}
.assembly-card-01:hover .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-02:hover .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-03:hover .assembly-card-overlay.assembly-card-overlay-reveal {
  opacity: 0.5;
}
.assembly-card-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  z-index: 1;
  pointer-events: none;
}
.assembly-card-num {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.assembly-card:hover .assembly-card-num {
  color: rgba(255, 255, 255, 0.95);
}
.assembly-card-title {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  font-size: clamp(1.25rem, 2vw + 1rem, 32px);
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
}
.assembly-card:hover .assembly-card-title {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.assembly-card-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
  margin: 0;
  max-width: 420px;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.assembly-card:hover .assembly-card-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Card 01: track defines the slide area; block has constant height so position transition is smooth */
.assembly-card-caption-track {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  pointer-events: none;
}
.assembly-card-caption-reveal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* Delay so body can expand first, then whole block slides smoothly */
  transition: top 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, bottom 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.assembly-card-01:hover .assembly-card-caption-reveal,
.assembly-card-02:hover .assembly-card-caption-reveal,
.assembly-card-03:hover .assembly-card-caption-reveal {
  top: 0;
  bottom: auto;
}
.assembly-card-caption-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
/* Body expands first (0.25s), then block slide runs (starts at 0.2s) so the full block moves as one */
.assembly-card-01 .assembly-card-body,
.assembly-card-02 .assembly-card-body,
.assembly-card-03 .assembly-card-body {
  flex-shrink: 0;
  max-height: 0;
  overflow: hidden;
  font-size: var(--body-fon-size);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  padding-bottom: 0;
  transition: max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.25s ease;
}
.assembly-card-01:hover .assembly-card-body {
  max-height: 280px;
  padding-bottom: 0.75rem;
}
.assembly-card-02:hover .assembly-card-body {
  max-height: 360px;
  padding-bottom: 0.75rem;
}
.assembly-card-03:hover .assembly-card-body {
  max-height: 340px;
  padding-bottom: 0.75rem;
}
.assembly-card-body .card-caption-step-desc {
  margin: 0 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--body-fon-size);
  line-height: 1.35;
}
.assembly-card-body .card-caption-step-desc:last-child {
  margin-bottom: 0;
}
.assembly-card-body .card-caption-intro {
  margin: 0 0 0.25rem 0;
  color: rgba(255, 255, 255, 0.9);
}
.assembly-card-body .card-caption-head {
  font-size: var(--body-font-size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0.5rem 0 0.15rem 0;
}
.assembly-card-body .card-caption-head:first-of-type { margin-top: 0.35rem; }
.assembly-card-body .card-caption-list {
  list-style: none;
  padding: 0;
  margin: 0.15rem 0 0 0;
}
.assembly-card-body .card-caption-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.15rem;
}
.card-caption-list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #7DAA33;
}
.card-caption-list-cross li::before {
  content: "✘";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
}
.assembly-card-body .card-caption-outro {
  margin: 0.35rem 0 0 0;
  color: rgba(255, 255, 255, 0.95);
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: center;
}

/* --- Pain points grid (light background, proof-style) --- */
.painpoints-section {
  position: relative;
  padding: var(--section-padding-y) 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(220, 238, 255, 0.5) 0%, transparent 50%),
    linear-gradient(220deg, rgba(220, 245, 238, 0.45) 0%, transparent 50%),
    #ffffff;
}
.painpoints-content {
  position: relative;
  z-index: 1;
}
.painpoints-title {
  text-align: center;
  text-transform: none;
  background: linear-gradient(90deg, #E65A2C 0%, #DC337E 28%, #8B2D9D 55%, #265D9F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}
.painpoints-subtitle-block {
  border-left: 3px solid #1e293b;
  padding-left: 1rem;
  margin: 0 auto var(--subtitle-block-margin-bottom) auto;
  max-width: 800px;
  text-align: center;
}
.painpoints-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #1e293b;
  margin: 0;
  text-align: center;
  line-height: 1.35;
  text-transform: capitalize;
}
.painpoints-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
  margin: 0 0 0.25rem 0;
  text-align: center;
}
.painpoints-intro:first-of-type {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.painpoints-list-wrap {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
}
.painpoints-list-wrap .painpoints-intro {
  text-align: left;
  margin-bottom: 0.5rem;
}
.painpoints-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.25rem;
  margin-bottom: var(--header-to-body);
  max-width: 100%;
}
.painpoint-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  background: transparent;
  border: none;
  text-align: left;
  width: 100%;
}
.painpoint-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #f97316;
}
.painpoint-icon svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.painpoint-title {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #1e293b;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.35;
  flex: 1;
}
.painpoints-outro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
  margin: 0;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Ready to elevate (CTA section) --- */
/* Final CTA: full-width dark band, larger headline, more padding, larger CTA, centered */
.ready-section {
  position: relative;
  width: 100%;
  padding: var(--section-padding-y) 0;
  overflow: hidden;
  background: #0d1929;
}
.ready-section .ready-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.ready-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ready-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("assets/troc-machines.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ready-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 25, 41, 0.5);  
}
.ready-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.ready-section .ready-title {
  font-size: clamp(2.25rem, 6vw, 3.25rem);
  margin-bottom: var(--header-to-body);
  text-align: center;
  color: #fff;
}
.ready-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto var(--button-margin-top) auto;
  max-width: 640px;
  text-align: center;
}
.ready-subtitle-block {
  border-left: 3px solid rgba(255, 255, 255, 0.9);
  padding-left: 1rem;
  margin: 0 auto var(--subtitle-block-margin-bottom) auto;
  max-width: 800px;
}
.ready-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #fff;
  margin: 0;
  line-height: 1.35;
  text-transform: capitalize;
  text-align: center;
}
.ready-list {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 auto 10px auto;
  padding: 0 0 0 1.5rem;
  max-width: 560px;
  list-style: disc;
  display: inline-block;
  text-align: left;
}
.ready-list li { margin-bottom: var(--list-item-gap); }
.ready-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--button-margin-top);
}
.ready-cta-secondary {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ready-cta-secondary:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* --- Merged section (When sales fall short + How the pilot works) with full-width bg image --- */
.merged-pilot-section {
  position: relative;
  padding: var(--section-padding-y) 0;
}
.merged-pilot-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.merged-pilot-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("assets/troc-image1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.merged-pilot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.merged-pilot-content {
  position: relative;
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.merged-pilot-block {
  margin-bottom: 3rem;
}

/* --- Breakdowns content (inside merged section) --- */
.breakdowns-heading {
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  letter-spacing: var(--header-letter-spacing);
  color: #fff;
  margin-bottom: var(--header-margin-bottom);
  line-height: 1.2;
  text-transform: uppercase;
}
.breakdowns-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 var(--section-inner-gap) 0;
}
.breakdowns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.breakdown-card {
  background: #0a0a0a;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.breakdown-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem 0;
  line-height: 1.3;
}
.breakdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breakdown-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
}
.breakdown-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.breakdown-list li::after {
  content: "";
  position: absolute;
  left: 0.28em;
  top: 0.5em;
  width: 0.35em;
  height: 0.2em;
  border-left: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  transform: rotate(-45deg);
}

/* --- Pilot content (inside merged section) --- */
.pilot-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--section-inner-gap);
  align-items: start;
}
.pilot-heading {
  color: #fff;
}
.pilot-timeline {
  position: relative;
  padding-left: 2rem;
}
.pilot-timeline::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 0;
  border-left: 2px dotted rgba(255, 255, 255, 0.35);
}
.pilot-step {
  position: relative;
  margin-bottom: var(--section-inner-gap);
}
.pilot-step:last-child { margin-bottom: 0; }
.pilot-step-num {
  position: absolute;
  left: -2rem;
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #0C964A;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.pilot-step-content { padding-left: 0.25rem; }
.pilot-step-title {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #fff;
  margin: 0 0 0.35rem 0;
  text-transform: capitalize;
}
.pilot-step-sub {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.01em;
}
.pilot-step-sub-muted {
  color: rgba(255, 255, 255, 0.5);
}
.pilot-step-desc {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0;
}
.pilot-right .pilot-heading { margin-bottom: var(--header-to-body); }
.pilot-outcome-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 0.5rem 0;
  font-style: italic;
}
.pilot-outcome-label {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--subheader-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 0.35rem 0;
}
.pilot-outcome-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.pilot-outcome-list li {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  position: relative;
}
.pilot-outcome-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}
.pilot-right-image {
  border-radius: var(--radius);
  overflow: hidden;
  margin: var(--image-grid-gap) 0;
}
.pilot-right-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.btn-pilot {
  display: inline-block;
  padding: 1rem 1.75rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-pilot:hover {
  background: #1d4ed8;
  text-decoration: none;
}

/* --- Who we are section (same background as Prove it / Assembly, white text for contrast) --- */
.who-we-are-section {
  background: #1A1B20;
  padding: var(--section-padding-y) 0;
}
.who-we-are-section .who-we-are-title {
  background: linear-gradient(90deg, #E65A2C 0%, #DC337E 28%, #8B2D9D 55%, #265D9F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.who-we-are-section .who-we-are-text {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #ffffff;
}
.who-we-are-section .who-we-are-text p {
  color: #ffffff;
}
.who-we-are-section .who-we-are-subhead {
  color: rgba(255, 255, 255, 0.95);
}
.who-we-are-section .who-we-are-list li {
  color: rgba(255, 255, 255, 0.9);
}
.who-we-are-section .who-we-are-accordion-trigger,
.who-we-are-section .who-we-are-accordion-panel p {
  color: inherit;
}

/* --- Footer --- */
.footer {
  background: #000;
  padding: 0 0 2rem;
}
.footer .container {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Who we are (two columns) */
.who-we-are {
  display: grid;
  grid-template-columns: 500px 1fr;
  column-gap: var(--section-inner-gap);
  row-gap: 1rem;
  align-items: stretch;
  margin-bottom: var(--section-inner-gap);
}
.who-we-are-image {
  /*border-radius: var(--radius-lg);*/
  overflow: hidden;
  min-height: 0;
}
.who-we-are-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.who-we-are-content {
  padding-top: 0.25rem;
}
.who-we-are-work-spans {
  grid-column: 1 / -1;
  margin-top: 0;
}
.who-we-are-title {
  font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem 0;
  line-height: 1.2;
}
.who-we-are-subtitle {
  font-size: var(--body-font-size);
  font-weight: 400;
  color: #fff;
  margin: 0 0 1.25rem 0;
  line-height: 1.4;
}
.who-we-are-text {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
}
.who-we-are-text p {
  margin: 0 0 var(--body-paragraph-gap) 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
}
.who-we-are-text p:last-of-type {
  margin-bottom: 0;
}
.who-we-are-subhead {
  font-size: 1.35rem;
  font-weight: var(--subheader-font-weight);
  color: #fff;
  margin: var(--subhead-margin-top) 0 var(--subhead-margin-bottom) 0;
  text-transform: capitalize;
}

/* Who we are accordion (dropdown list, two columns) */
.who-we-are-accordion {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}
.who-we-are-accordion-col {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.who-we-are-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.who-we-are-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--body-font-family);
  font-size: var(--subheader-font-size);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  transition: color 0.2s ease;
}
.who-we-are-accordion-trigger:hover {
  color: #fff;
}
.who-we-are-accordion-title {
  flex: 1;
  padding-right: 1rem;
}
.who-we-are-accordion-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}
.who-we-are-accordion-panel {
  overflow: hidden;
  padding-bottom: 20px;
}
.who-we-are-accordion-panel p {
  margin: 0 0 1rem 0;
  padding-left: 0;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: rgba(255, 255, 255, 0.85);
}
.who-we-are-accordion-panel-closed {
  display: none;
}

.who-we-are-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.who-we-are-list li {
  position: relative;
  margin-bottom: var(--list-item-gap);
  padding-left: 1.5rem;
  line-height: 1.5;
}
.who-we-are-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #7DAA33;
}

.footer-inner {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo-row {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-logo {
  display: inline-block;
  line-height: 0;
}
.footer-logo img {
  height: 2rem;
  width: auto;
  display: block;
}
.footer-links {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.footer-links a { color: var(--text-muted); }
.footer-links a:hover { color: var(--accent); }
.footer-links span { margin: 0 0.5rem; opacity: 0.6; }
.footer-copy {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    text-align: center;
    padding-left: 1rem;
    min-height: 0;
  }
  .hero-logo { justify-self: center; }
  .hero-content { grid-row: 2; grid-column: 1; max-width: none; }
  .hero-image-wrap { grid-row: 3; grid-column: 1; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-image-wrap {
    margin: 0 auto;
    width: min(280px, 70vw);
    min-height: 320px;
  }
  .hero-image { min-height: 320px; object-position: center bottom; }
  .optin-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin: 0 auto;
  }
  .assembly-inner {
    grid-template-columns: 1fr;
  }
  .assembly-card-image {
    aspect-ratio: 3 / 4;
  }
  .assembly-content { grid-column: 1; grid-row: 1; }
  .assembly-card-01 { grid-column: 1; grid-row: 2; }
  .assembly-card-02 { grid-column: 1; grid-row: 3; }
  .assembly-card-03 { grid-column: 1; grid-row: 4; }
  .painpoints-grid { grid-template-columns: repeat(2, 1fr); }
  .breakdowns-grid {
    grid-template-columns: 1fr;
  }
  .pilot-inner {
    grid-template-columns: 1fr;
  }
  .who-we-are {
    grid-template-columns: 1fr;
  }
  .who-we-are-accordion {
    grid-template-columns: 1fr;
  }
  .who-we-are-image {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .hero-image-wrap { display: none; }
  .painpoints-grid { grid-template-columns: 1fr; }
  .form-card { padding: 1.5rem; }
  .hero-title { font-size: 40px;}
}
