/* Start custom CSS for html, class: .elementor-element-b0266d8 *//* PATC Host Training page */
.patc-host-page {
  --host-navy: #0b2438;
  --host-navy-deep: #071c2c;
  --host-blue: #247bc1;
  --host-blue-dark: #1767a7;
  --host-gold: #df9618;
  --host-gold-light: #fbf3e5;
  --host-ink: #10283e;
  --host-copy: #637181;
  --host-line: #d9e0e6;
  --host-surface: #f5f7f9;
  --host-white: #fff;
  color: var(--host-ink);
  font-family: inherit;
  line-height: 1.6;
  overflow: hidden;
}

.patc-host-page *,
.patc-host-page *::before,
.patc-host-page *::after {
  box-sizing: border-box;
}

.patc-host-page h1,
.patc-host-page h2,
.patc-host-page h3,
.patc-host-page p {
  margin-top: 0;
}

.host-container {
  margin-inline: auto;
  width: min(100% - 48px, 1480px);
}

.host-eyebrow,
.host-summary__eyebrow {
  color: var(--host-gold);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.host-eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 14px;
  transform: translateY(-3px);
  width: 42px;
}

/* Hero */
.host-hero {
  background: linear-gradient(115deg, var(--host-navy-deep), var(--host-navy));
  color: var(--host-white);
  padding: clamp(72px, 6.5vw, 104px) 0;
}

.host-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(56px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.4fr) minmax(340px, 0.6fr);
}

.host-hero__content {
  max-width: 900px;
}

.patc-host-page .host-hero h1 {
  color: var(--host-white) !important;
  font-size: clamp(3.15rem, 4.7vw, 5rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.01;
  margin-bottom: 28px;
  max-width: 16ch;
}

.host-hero__intro {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 720px;
}

.host-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px !important;
}

.host-button {
  align-items: center;
  border: 2px solid transparent;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.025em;
  min-height: 58px;
  padding: 14px 26px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.host-button:hover {
  transform: translateY(-2px);
}

.host-button:focus-visible {
  outline: 3px solid var(--host-gold);
  outline-offset: 4px;
}

.host-button--primary {
  background: var(--host-blue);
  color: var(--host-white);
}

.host-button--primary:hover {
  background: var(--host-blue-dark);
}

.host-button--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--host-white);
}

.host-button--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--host-white);
}

.host-hero__summary {
  border-left: 3px solid var(--host-gold);
  padding: 12px 0 12px clamp(30px, 4vw, 56px);
}

.patc-host-page .host-hero__summary h2 {
  color: var(--host-white) !important;
  font-size: clamp(1.9rem, 2.5vw, 2.65rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 32px;
  max-width: 12ch;
}

.host-summary__eyebrow {
  margin-bottom: 14px;
}

.host-check-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.host-check-list li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  padding-left: 34px;
  position: relative;
}

.host-check-list li::before {
  align-items: center;
  background: var(--host-gold-light);
  border-radius: 50%;
  color: #b87308;
  content: "✓";
  display: flex;
  font-size: 0.75rem;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 22px;
}

/* Benefits */
.host-benefits {
  background: var(--host-surface);
  padding: clamp(85px, 9vw, 140px) 0;
}

.host-section-heading {
  margin: 0 auto clamp(50px, 6vw, 82px);
  max-width: 880px;
  text-align: center;
}

.host-section-heading .host-eyebrow::before {
  display: none;
}

.patc-host-page .host-section-heading h2,
.patc-host-page .host-process h2 {
  color: var(--host-ink) !important;
  font-size: clamp(2.5rem, 4.5vw, 4.7rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin-bottom: 24px;
}

.host-section-heading > p:last-child,
.host-process__intro > p:last-child {
  color: var(--host-copy);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.host-benefit-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.host-benefit {
  background: var(--host-white);
  border: 1px solid var(--host-line);
  border-radius: 30px;
  min-height: 360px;
  padding: clamp(36px, 4vw, 56px);
}

.host-benefit__icon {
  align-items: center;
  background: var(--host-gold-light);
  color: #bc780b;
  display: flex;
  height: 62px;
  border-radius: 15px;
  justify-content: center;
  margin-bottom: 34px;
  width: 62px;
}

.host-benefit__icon svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 28px;
}

.patc-host-page .host-benefit h3,
.patc-host-page .host-steps h3 {
  color: var(--host-ink) !important;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.host-benefit p,
.host-steps p {
  color: var(--host-copy);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Process */
.host-process {
  background: var(--host-white);
  padding: clamp(85px, 9vw, 140px) 0;
}

.host-process__layout {
  display: grid;
  gap: clamp(60px, 6vw, 100px);
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
}

.host-process__intro h2 {
  max-width: 18ch;
}

.host-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.host-steps li {
  align-items: start;
  border-top: 1px solid var(--host-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 54px 1fr;
  padding: 30px 0;
}

.host-steps li:last-child {
  border-bottom: 1px solid var(--host-line);
}

.host-steps li > span {
  color: var(--host-gold);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-top: 4px;
}

.host-steps h3 {
  margin-bottom: 7px !important;
}

/* Final CTA */
.host-cta {
  background: var(--host-navy);
  color: var(--host-white);
  padding: clamp(70px, 8vw, 110px) 0 42px;
}

.host-cta__inner {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.patc-host-page .host-cta h2 {
  color: var(--host-white) !important;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin-bottom: 14px;
}

.host-cta__inner p:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.host-button--gold {
  background: var(--host-gold);
  color: var(--host-navy-deep);
  flex: 0 0 auto;
}

.host-button--gold:hover {
  background: #f0aa2e;
}

.host-cta__note {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  margin: 70px auto 0;
  padding-top: 24px;
  text-align: center;
  width: min(100% - 48px, 1480px);
}

/* Responsive */
@media (max-width: 1050px) {
  .host-hero__inner,
  .host-process__layout {
    grid-template-columns: 1fr;
  }

  .host-hero__summary {
    max-width: 680px;
  }

  .host-benefit-grid {
    grid-template-columns: 1fr;
  }

  .host-benefit {
    min-height: 0;
  }

  .host-process__intro {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .host-container,
  .host-cta__note {
    width: min(100% - 32px, 1480px);
  }

  .host-hero {
    padding: 70px 0 76px;
  }

  .patc-host-page .host-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .host-actions,
  .host-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .host-actions {
    margin-top: 32px !important;
  }

  .host-button {
    width: 100%;
  }

  .host-hero__summary {
    padding-left: 26px;
  }

  .host-section-heading {
    text-align: left;
  }

  .host-section-heading .host-eyebrow::before {
    display: inline-block;
  }

  .host-benefit {
    padding: 34px 28px;
  }

  .host-steps li {
    gap: 16px;
    grid-template-columns: 42px 1fr;
  }

  .host-cta__inner {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .host-button {
    transition: none;
  }
}

/* Replacement CTA with embedded Fluent Form */
.patc-host-page .host-cta {
  background: #0b2438;
  color: #fff;
  padding: clamp(80px, 8vw, 120px) 0 38px;
}

.patc-host-page .host-cta__inner {
  align-items: start;
  display: grid;
  gap: clamp(55px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
}

.patc-host-page .host-cta__content {
  padding-top: 28px;
}

.patc-host-page .host-cta h2 {
  color: #fff !important;
  font-size: clamp(2.8rem, 4.4vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin-bottom: 25px;
  max-width: 10ch;
}

.patc-host-page .host-cta__content > p:last-of-type {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 38px;
  max-width: 570px;
}

.patc-host-page .host-cta__helpful {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  max-width: 600px;
  padding: 28px 0 0;
}

.patc-host-page .host-cta__helpful li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  padding-left: 27px;
  position: relative;
}

.patc-host-page .host-cta__helpful li::before {
  color: #df9618;
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.patc-host-page .host-form-panel {
  background: #fff;
  border-top: 6px solid #df9618;
  box-shadow: 0 25px 55px rgba(2, 14, 24, 0.28);
  color: #10283e;
  border-radius:15px;
  padding: clamp(34px, 4vw, 58px);
}

.patc-host-page .host-form-panel__eyebrow {
  color: #c77f0a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.patc-host-page .host-form-panel h3 {
  color: #10283e !important;
  font-size: clamp(2rem, 2.8vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.patc-host-page .host-form-panel > p:not(.host-form-panel__eyebrow) {
  color: #637181;
  margin-bottom: 32px;
}

/* Fluent Forms */
.patc-host-page .host-form-panel .ff-el-group {
  margin-bottom: 20px;
}

.patc-host-page .host-form-panel .ff-el-input--label label {
  color: #10283e;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.patc-host-page .host-form-panel .ff-el-form-control {
  background: #f7f8fa;
  border: 1px solid #d5dde4;
  border-radius: 0;
  box-shadow: none;
  color: #10283e;
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

.patc-host-page .host-form-panel textarea.ff-el-form-control {
  min-height: 130px;
  resize: vertical;
}

.patc-host-page .host-form-panel .ff-el-form-control:focus {
  background: #fff;
  border-color: #247bc1;
  box-shadow: 0 0 0 3px rgba(36, 123, 193, 0.14);
  outline: none;
}

.patc-host-page .host-form-panel .ff-btn-submit {
  background: #247bc1;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 56px;
  padding: 14px 26px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.patc-host-page .host-form-panel .ff-btn-submit:hover {
  background: #1767a7;
  transform: translateY(-2px);
}

.patc-host-page .host-cta__note {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  margin: 70px auto 0;
  padding-top: 24px;
  text-align: center;
  width: min(100% - 48px, 1480px);
}

@media (max-width: 1050px) {
  .patc-host-page .host-cta__inner {
    grid-template-columns: 1fr;
  }

  .patc-host-page .host-cta__content,
  .patc-host-page .host-form-panel {
    max-width: 780px;
    width: 100%;
  }

  .patc-host-page .host-cta h2 {
    max-width: 14ch;
  }
}

@media (max-width: 620px) {
  .patc-host-page .host-cta__helpful {
    grid-template-columns: 1fr;
  }

  .patc-host-page .host-form-panel {
    padding: 32px 24px;
  }

  .patc-host-page .host-cta__note {
    width: min(100% - 32px, 1480px);
  }
}/* End custom CSS */