.ve-b2b {
  --ve-b2b-deep: var(--ve-deep-green, #044a3c);
  --ve-b2b-teal: var(--ve-energy-teal, #008b78);
  --ve-b2b-yellow: var(--ve-solar-yellow, #fccf42);
  --ve-b2b-ink: var(--ve-ink, #0e2426);
  --ve-b2b-muted: var(--ve-text-muted, #5c6c69);
  --ve-b2b-soft: var(--ve-soft-green, #eaf4ef);
  --ve-b2b-canvas: var(--ve-canvas, #f7faf8);
  --ve-b2b-border: var(--ve-border, #d9e4de);
  --ve-b2b-radius: var(--ve-radius-sm, 10px);
  --ve-b2b-radius-lg: var(--ve-radius-lg, 20px);
  --ve-b2b-max-width: 1920px;
  --ve-b2b-canvas-width: var(--ve-b2b-max-width);
  color: var(--ve-b2b-ink);
  background: var(--ve-b2b-canvas);
  font-family: var(--ve-font, Inter, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
}

.ve-b2b *, .ve-b2b *::before, .ve-b2b *::after { box-sizing: border-box; }
.ve-b2b__container { width: min(100%, var(--ve-b2b-canvas-width)); margin-inline: auto; }
.ve-b2b a { color: inherit; }
.ve-b2b h1, .ve-b2b h2, .ve-b2b h3, .ve-b2b p { margin-top: 0; }
.ve-b2b h1, .ve-b2b h2, .ve-b2b h3 { letter-spacing: -0.045em; }
.ve-b2b em { color: var(--ve-b2b-teal); font-family: inherit; font-style: italic; font-weight: 400; }
.ve-b2b__single-line-title { white-space: nowrap; font-family: var(--ve-font, Inter, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif); }
.ve-b2b__eyebrow { display: inline-block; color: var(--ve-b2b-yellow); font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1.33; text-transform: uppercase; }
.ve-b2b__eyebrow--dark { color: var(--ve-b2b-teal); }

/* Hero: the background can use the configured 1920/1680/1480/1240 canvas. */
.ve-b2b__hero, .ve-b2b__shared-hero { width: 100%; color: #fff; background: var(--ve-b2b-deep); }
.ve-b2b__shared-hero { margin-inline: auto; }
.ve-b2b__shared-hero > .ve-hc--standalone { width: min(100%, var(--ve-hc-max-width, 1920px)); margin-inline: auto; }
.ve-b2b__shared-hero h1, .ve-b2b__shared-hero h2, .ve-b2b__shared-hero h3, .ve-b2b__shared-hero p { color: #fff; }
.ve-b2b__hero-media { width: min(100%, var(--ve-b2b-max-width)); aspect-ratio: 2 / 1; min-height: 560px; margin: 0 auto; background-color: var(--ve-b2b-deep); background-position: center; background-size: cover; }
.ve-b2b__hero-content { min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .55fr); align-items: end; gap: 8%; padding: 64px 0; }
.ve-b2b__hero-copy { max-width: 700px; color: #fff; }
.ve-b2b__hero-copy h1 { max-width: 710px; margin: 18px 0 24px; color: #fff; font-size: clamp(42px, 4.2vw, 64px); line-height: 1; font-weight: 720; }
.ve-b2b__hero-copy p { max-width: 58ch; margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.53; }
.ve-b2b__hero-card { max-width: 350px; margin-bottom: 5px; padding: 24px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: var(--ve-b2b-radius-lg); background: rgba(4,74,60,.54); backdrop-filter: blur(12px); }
.ve-b2b__hero-card .ve-b2b__card-icon { display: block; width: 34px; height: 34px; margin-bottom: 28px; color: var(--ve-b2b-yellow); font-size: 25px; }
.ve-b2b__hero-card strong { display: block; margin-bottom: 12px; font-size: 18px; line-height: 1.33; }
.ve-b2b__hero-card p { margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.57; }
.ve-b2b__hero-card a, .ve-b2b__category-copy a { color: var(--ve-b2b-yellow); font-size: 13px; font-weight: 700; text-decoration: none; }
.ve-b2b__hero-card a span, .ve-b2b__category-copy a span { padding-left: 8px; font-size: 16px; }
.ve-b2b__button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: var(--ve-b2b-radius); font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.ve-b2b__button:hover { transform: translateY(-2px); }
.ve-b2b__button--primary { color: var(--ve-b2b-deep); background: var(--ve-b2b-yellow); }
.ve-b2b__button--primary span { font-size: 18px; }

.ve-b2b__intro-section, .ve-b2b__categories, .ve-b2b__process, .ve-b2b__register { padding: 64px 0; }
.ve-b2b__intro-section { background: #fff; }
.ve-b2b__intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.ve-b2b__intro-section h2, .ve-b2b__section-heading h2, .ve-b2b__register-aside h2 { margin: 16px 0 0; color: var(--ve-b2b-deep); font-size: clamp(36px, 4vw, 56px); line-height: 1.04; font-weight: 720; }
.ve-b2b__lead { max-width: 58ch; margin-bottom: 24px; color: var(--ve-b2b-deep); font-size: 17px; line-height: 1.53; }
.ve-b2b__muted { max-width: 58ch; margin-bottom: 0; color: var(--ve-b2b-muted); font-size: 15px; line-height: 1.6; }
.ve-b2b__categories { background: var(--ve-b2b-soft); }
.ve-b2b__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.ve-b2b__section-note { align-self: center; color: var(--ve-b2b-teal); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.ve-b2b__category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ve-b2b__category-card { min-width: 0; overflow: hidden; border: 1px solid var(--ve-b2b-border); border-radius: var(--ve-b2b-radius-lg); background: #fff; box-shadow: 0 6px 24px rgba(4,74,60,.07); }
.ve-b2b__category-image { aspect-ratio: 1.35 / 1; padding: 20px; background-position: center; background-size: cover; }
.ve-b2b__category-image span { color: #fff; font-size: 12px; font-weight: 700; }
.ve-b2b__category-copy { min-height: 164px; padding: 20px; }
.ve-b2b__category-copy h3 { margin-bottom: 10px; color: var(--ve-b2b-deep); font-size: 20px; line-height: 1.2; }
.ve-b2b__category-copy p { min-height: 48px; margin-bottom: 18px; color: var(--ve-b2b-muted); font-size: 14px; line-height: 1.57; }

/* Keep every process text readable over the deep-green section. */
.ve-b2b__process { color: #fff; background: var(--ve-b2b-deep); }
.ve-b2b__process h2, .ve-b2b__process h3, .ve-b2b__process p, .ve-b2b__process-intro, .ve-b2b__process-step p { color: #fff !important; }
.ve-b2b__process h2 em { color: var(--ve-b2b-teal) !important; }
.ve-b2b__process-intro { max-width: 58ch; margin: 0; opacity: .8; font-size: 15px; line-height: 1.6; }
.ve-b2b__process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.ve-b2b__process-line { position: absolute; top: 20px; left: 20px; right: 20px; height: 1px; background: rgba(255,255,255,.28); }
.ve-b2b__process-step { position: relative; padding-right: 12%; }
.ve-b2b__process-number { display: flex; position: relative; z-index: 1; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--ve-b2b-yellow); background: var(--ve-b2b-deep); font-size: 12px; font-weight: 700; }
.ve-b2b__process-step h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.27; }
.ve-b2b__process-step p { margin: 0; opacity: .8; font-size: 14px; line-height: 1.57; }

.ve-b2b__register { background: #fff; }
.ve-b2b__register-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.ve-b2b__register-aside p { max-width: 58ch; margin: 24px 0 32px; color: var(--ve-b2b-muted); font-size: 15px; line-height: 1.6; }
.ve-b2b__promise { display: flex; align-items: flex-start; gap: 14px; max-width: 58ch; margin-top: 18px; }
.ve-b2b__promise > span { flex: 0 0 18px; margin-top: 1px; color: var(--ve-b2b-teal); font-size: 17px; font-weight: 700; line-height: 1.4; }
.ve-b2b__promise strong, .ve-b2b__promise small { display: block; }
.ve-b2b__promise strong { color: var(--ve-b2b-deep); font-size: 15px; line-height: 1.4; }
.ve-b2b__promise small { margin-top: 4px; color: var(--ve-b2b-muted); font-size: 13px; line-height: 1.45; }
.ve-b2b__register-form { padding: 32px; border-radius: var(--ve-b2b-radius-lg); background: var(--ve-b2b-canvas); }
.ve-b2b__form-head { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 28px; color: var(--ve-b2b-deep); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.ve-b2b__form-head small { color: var(--ve-b2b-muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.ve-b2b__form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 16px; }
.ve-b2b__form p { margin: 0; }
.ve-b2b__form label { display: block; margin-bottom: 8px; color: var(--ve-b2b-deep); font-size: 13px; font-weight: 700; line-height: 1.4; }
.ve-b2b__form label > span:not(.ve-b2b__consent-copy) { color: #c4513a; }
.ve-b2b__form input:not([type="checkbox"]), .ve-b2b__form select, .ve-b2b__form textarea { display: block; width: 100%; min-height: 48px; padding: 12px 16px; border: 1px solid var(--ve-b2b-border); border-radius: 4px; color: var(--ve-b2b-ink); background: #fff; font: inherit; font-size: 15px; line-height: 1.45; outline: none; }
.ve-b2b__form textarea { min-height: 120px; resize: vertical; }
.ve-b2b__form input:focus, .ve-b2b__form select:focus, .ve-b2b__form textarea:focus { border-color: var(--ve-b2b-teal); box-shadow: 0 0 0 2px rgba(0,139,120,.12); }
.ve-b2b__field--full { grid-column: 1 / -1; }
.ve-b2b__consent { margin-top: 24px !important; }
.ve-b2b__consent label { display: grid !important; grid-template-columns: 18px minmax(0, 1fr) !important; gap: 10px !important; align-items: start !important; color: var(--ve-b2b-muted); font-size: 12px; font-weight: 500; line-height: 1.55; }
.ve-b2b__consent input[type="checkbox"] { display: block !important; align-self: start !important; justify-self: start; grid-column: 1; width: 18px !important; height: 18px !important; margin: 0 !important; padding: 0 !important; vertical-align: top !important; accent-color: var(--ve-b2b-teal); }
.ve-b2b__consent-copy { display: block; align-self: start; grid-column: 2; min-width: 0; color: var(--ve-b2b-muted); }
.ve-b2b__consent-copy strong { color: #c4513a; font-weight: 700; }
.ve-b2b__consent a { color: var(--ve-b2b-deep); font-weight: 700; }
.ve-b2b__form-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.ve-b2b__form-actions small { color: var(--ve-b2b-muted); font-size: 12px; line-height: 1.4; }
.ve-b2b__notice { margin-bottom: 24px; padding: 13px 16px; font-size: 14px; line-height: 1.5; }
.ve-b2b__notice--success { border-left: 3px solid var(--ve-b2b-teal); color: var(--ve-b2b-deep); background: #dff2e8; }
.ve-b2b__notice--error { border-left: 3px solid #c4513a; color: #713326; background: #fbe8e3; }
.ve-b2b__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; }

@media (max-width: 1100px) {
  .ve-b2b__hero-content { gap: 5%; }
  .ve-b2b__category-grid { grid-template-columns: repeat(2, 1fr); }
  .ve-b2b__category-copy { min-height: 150px; }
}
@media (max-width: 760px) {
  .ve-b2b__container { width: min(calc(100% - 32px), var(--ve-b2b-canvas-width)); }
  .ve-b2b__hero-media { aspect-ratio: auto; min-height: 680px; background-position: 62% center; }
  .ve-b2b__hero-content, .ve-b2b__intro-grid, .ve-b2b__register-grid { display: block; }
  .ve-b2b__hero-content { padding-top: 80px; padding-bottom: 48px; }
  .ve-b2b__hero-copy h1 { font-size: clamp(42px, 12vw, 66px); }
  .ve-b2b__single-line-title { white-space: normal; }
  .ve-b2b__hero-card { margin-top: 56px; }
  .ve-b2b__intro-section, .ve-b2b__categories, .ve-b2b__process, .ve-b2b__register { padding: 48px 0; }
  .ve-b2b__intro-grid > div + div { margin-top: 36px; }
  .ve-b2b__section-heading { display: block; }
  .ve-b2b__section-note { display: block; margin-top: 18px; }
  .ve-b2b__category-grid { grid-template-columns: 1fr; }
  .ve-b2b__category-image { aspect-ratio: 1.45 / 1; }
  .ve-b2b__process-intro { margin-top: 24px; }
  .ve-b2b__process-grid { display: block; margin-top: 44px; }
  .ve-b2b__process-line { top: 20px; bottom: 20px; left: 20px; right: auto; width: 1px; height: auto; }
  .ve-b2b__process-step { display: grid; grid-template-columns: 40px 1fr; gap: 0 18px; padding: 0 0 32px; }
  .ve-b2b__process-step h3, .ve-b2b__process-step p { grid-column: 2; }
  .ve-b2b__process-step h3 { margin: -2px 0 8px; }
  .ve-b2b__process-step p { margin: 0; }
  .ve-b2b__register-aside { margin-bottom: 40px; }
  .ve-b2b__register-form { padding: 24px 20px; }
  .ve-b2b__form-head, .ve-b2b__form-actions { display: block; }
  .ve-b2b__form-head small, .ve-b2b__form-actions small { display: block; margin-top: 10px; }
  .ve-b2b__form-grid { grid-template-columns: 1fr; }
  .ve-b2b__field--full { grid-column: auto; }
  .ve-b2b__form-actions .ve-b2b__button { width: 100%; }
}
