/*
 * Exit Five — /network (Expert Network application) page styles.
 * Scoped under .expert-network-page. Same type system/palette as
 * positioning-audit.css (Onsite Standard, cream/dark-green Exit Five
 * brand) — this is a standard Exit Five page, not the standalone
 * serif-branded CMO Council/Executive microsite look.
 */

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7106f71dcd3d0755fd5_OnsiteStandard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d710744b16e3070a5338_OnsiteStandard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7107ec1b7a124e1c544_OnsiteStandard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------------------------------------------
 * Base
 * ----------------------------------------------------------------- */

.expert-network-page {
  background: #fdfff3;
  color: #04130d;
  font-family: "Onsite Standard", "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

.expert-network-page * { box-sizing: border-box; }
.expert-network-page a { color: inherit; text-decoration: none; }
.expert-network-page img { display: block; max-width: 100%; }

.en-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.en-section { padding: 80px 0; }

.en-eyebrow {
  display: inline-block;
  font-family: "Rajdhani", "Onsite Standard", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #04130d;
  background: rgba(138, 255, 128, 0.45);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------------
 * Images
 * ----------------------------------------------------------------- */

.en-image {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

/* -----------------------------------------------------------------
 * Hero
 * ----------------------------------------------------------------- */

.en-hero { padding: 80px 0 56px; position: relative; }

.en-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 255, 128, 0.16), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(4, 19, 13, 0.05), transparent 60%);
  pointer-events: none;
}

.en-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}

@media (max-width: 980px) {
  .en-hero-grid { grid-template-columns: 1fr; gap: 40px; }
}

.en-hero-copy h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}

.en-hero-copy > p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 32px;
  color: rgba(4, 19, 13, 0.78);
  max-width: 52ch;
}

.en-hero-image .en-image { border-radius: 24px; }

/* -----------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------- */

.en-primary-button,
.en-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}

.en-primary-button { background: #8aff80; color: #04130d; }
.en-primary-button:hover { background: #c8ffbf; transform: translateY(-1px); }

.en-secondary-button {
  background: transparent;
  color: #04130d;
  border: 1.5px solid #04130d;
}
.en-secondary-button:hover { background: #04130d; color: #fdfff3; }

/* -----------------------------------------------------------------
 * What you get
 * ----------------------------------------------------------------- */

.en-what-you-get { background: rgba(4, 19, 13, 0.03); }

.en-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .en-two-col { grid-template-columns: 1fr; gap: 32px; }
}

.en-what-you-get-copy h2 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.en-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.en-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.55;
}

.en-bullets svg { flex-shrink: 0; margin-top: 3px; color: #1f7a1f; }

.en-callout {
  background: #ffffff;
  border: 1px solid rgba(4, 19, 13, 0.1);
  border-left: 4px solid #8aff80;
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(4, 19, 13, 0.85);
  font-style: italic;
}

/* -----------------------------------------------------------------
 * How to apply
 * ----------------------------------------------------------------- */

.en-how-to-apply { background: #ffffff; }

.en-how-to-apply-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.en-how-to-apply-head h2 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.en-steps {
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  max-width: 720px;
  display: grid;
  gap: 16px;
}

.en-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(4, 19, 13, 0.1);
  border-radius: 16px;
  padding: 20px 22px;
}

.en-step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(138, 255, 128, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rajdhani", "Onsite Standard", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.en-step p { margin: 0; font-size: 16px; line-height: 1.55; color: rgba(4, 19, 13, 0.85); }

.en-review-note {
  text-align: center;
  font-size: 15px;
  color: rgba(4, 19, 13, 0.65);
  margin: 0 auto 48px;
  max-width: 720px;
}

/* Typeform embed */

.en-typeform-frame {
  position: relative;
  max-width: 800px;
  width: 100%;
  min-height: 680px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fdfff3;
}

.en-typeform-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 600px) {
  .en-typeform-frame { min-height: 560px; }
}

.en-typeform-fallback {
  text-align: center;
  margin-top: 20px;
}
