.f5-se-page {
  --se-yellow: var(--f5-yellow, #e8ff24);
  --se-black: var(--f5-black, #080a0d);
  --se-panel: var(--f5-panel, #191d23);
  --se-muted: var(--f5-muted, #aeb5bf);
  --se-line: var(--f5-line, rgba(255,255,255,.12));
  overflow: hidden;
  background: var(--se-black);
  color: #fff;
}

.f5-se-page *, .f5-se-page *::before, .f5-se-page *::after { box-sizing: border-box; }
.f5-se__content > *, .f5-se > * { margin-block: 0; }
.f5-se-page a { color: inherit; }
.f5-se-page .f5-container { width: min(calc(100% - 40px), var(--f5-content)); max-width: var(--f5-content); margin-inline: auto !important; }
.f5-se-section { padding: clamp(72px, 8vw, 112px) 0; scroll-margin-top: 112px; }
.f5-se-section--panel { background: #111419; }

.f5-se-hero { position: relative; isolation: isolate; min-height: 680px; padding: 0; overflow: hidden; background: #050607 center / cover no-repeat; }
.f5-se-hero > .wp-block-cover__image-background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.f5-se-hero > .wp-block-cover__background { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,5,6,.98) 0%, rgba(3,5,6,.87) 36%, rgba(3,5,6,.20) 66%, rgba(3,5,6,.08) 100%) !important; opacity: 1 !important; }
.f5-se-hero > .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; }
.f5-se-hero::after { content: ""; position: absolute; z-index: 1; right: -4%; bottom: -36px; width: 42%; height: 110px; transform: skewX(-35deg); background: repeating-linear-gradient(90deg, transparent 0 30px, rgba(232,255,36,.92) 30px 72px, transparent 72px 94px); filter: drop-shadow(0 0 20px rgba(232,255,36,.25)); opacity: .56; }
.f5-se-hero__inner { position: relative; z-index: 2; display: flex; min-height: 680px; align-items: center; }
.f5-se-hero__content { width: min(650px, 58%); margin: 0 !important; }
.f5-se-hero__content > * { margin-right: 0 !important; margin-left: 0 !important; }
.f5-se-hero h1 { margin: 0; font-family: var(--f5-display); font-size: clamp(3.5rem, 7vw, 6.8rem); font-weight: 900; letter-spacing: .005em; line-height: .85; text-transform: uppercase; }
.f5-se-hero h1 em { color: var(--se-yellow); font-style: normal; text-shadow: 0 0 28px rgba(232,255,36,.18); }
.f5-se-hero__content > p:not(.f5-kicker) { max-width: 610px; margin: 28px 0 0 !important; color: #e5e7eb; font-size: clamp(1rem, 1.55vw, 1.25rem); line-height: 1.65; }
.f5-se-actions { gap: 12px; margin-top: 30px !important; }

.f5-se-subnav { position: sticky; z-index: 20; top: 82px; overflow-x: auto; border-bottom: 1px solid var(--se-line); background: rgba(8,10,13,.94); backdrop-filter: blur(12px); }
.f5-se-subnav .f5-container { display: flex; justify-content: center; gap: clamp(18px, 5vw, 64px); padding: 17px 0; }
.f5-se-subnav p { flex: 0 0 auto; margin: 0 !important; }
.f5-se-subnav a { color: #d8dce2; font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.f5-se-subnav a:hover { color: var(--se-yellow); }

.f5-se-intro { max-width: 760px; margin: 24px 0 0 !important; color: var(--se-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.f5-se-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; width: 100%; max-width: none !important; margin: 48px 0 0 !important; }
.f5-se-stats > .f5-se-stat { display: flex; min-height: 220px; height: 100%; flex-direction: column; justify-content: flex-end; margin-block: 0 !important; padding: 30px; overflow: hidden; border: 1px solid var(--se-line); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.03), transparent 55%), var(--se-panel); }
.f5-se-stat > * { margin-right: 0 !important; margin-left: 0 !important; }
.f5-se-stat__value { margin: 0 0 auto !important; color: var(--se-yellow); font-family: var(--f5-display); font-size: clamp(3.2rem, 4.5vw, 4.6rem); line-height: .9; text-transform: uppercase; }
.f5-se-stat__icon { margin: 0 0 auto !important; color: var(--se-yellow); }
.f5-se-stat__icon .dashicons { width: 50px; height: 50px; font-size: 50px; }
.f5-se-stat h3 { margin: 0 0 8px !important; font-family: var(--f5-display); font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.f5-se-stat > p:last-child { margin: 0 !important; color: #c4cad2; line-height: 1.45; }

.f5-se-heading-row { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .65fr); gap: 64px; align-items: end; }
.f5-se-heading-row > * { margin: 0 !important; }
.f5-se-heading-row > p { color: var(--se-muted); font-size: 1.08rem; }
.f5-se-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 54px 0 0 !important; border-top: 4px solid var(--se-yellow); }
.f5-se-steps > .f5-se-step { min-height: 300px; height: 100%; margin-block: 0 !important; padding: 30px; border-right: 1px solid var(--se-line); background: #191d23; }
.f5-se-steps > .f5-se-step:last-child { border-right: 0; }
.f5-se-step > * { margin-right: 0 !important; margin-left: 0 !important; }
.f5-se-step__number { margin: 0 0 64px !important; color: var(--se-yellow); font-family: var(--f5-display); font-size: 1.45rem; }
.f5-se-step h3 { margin: 0 0 14px !important; font-family: var(--f5-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.f5-se-step > p:last-child { margin: 0 !important; color: var(--se-muted); }

.f5-se-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 50px 0 0 !important; }
.f5-se-pillars > .f5-se-pillar { display: flex; min-height: 330px; height: 100%; flex-direction: column; justify-content: flex-end; margin-block: 0 !important; padding: 38px; border: 1px solid var(--se-line); border-radius: 18px; background: var(--se-panel); }
.f5-se-pillar > * { margin-right: 0 !important; margin-left: 0 !important; }
.f5-se-pillar__icon { margin: 0 0 auto !important; color: var(--se-yellow); }
.f5-se-pillar__icon .dashicons { width: 52px; height: 52px; font-size: 52px; }
.f5-se-pillar h3 { margin: 0 0 14px !important; font-family: var(--f5-display); font-size: 2.4rem; line-height: 1; text-transform: uppercase; }
.f5-se-pillar > p:last-child { margin: 0 !important; color: var(--se-muted); }

.f5-se-section--cta { position: relative; background: var(--se-yellow); color: var(--se-black); }
.f5-se-section--cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.06) 25%, transparent 25%) 0 0 / 18px 18px; opacity: .22; }
.f5-se-application { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.f5-se-application > * { margin: 0 !important; }
.f5-se-application .f5-kicker { color: var(--se-black); }
.f5-se-application h2 { max-width: 790px; margin: 0; font-family: var(--f5-display); font-size: clamp(3rem, 5.6vw, 5.4rem); line-height: .9; text-transform: uppercase; }
.f5-se-application__copy > p:last-child { max-width: 700px; margin: 24px 0 0 !important; font-size: 1.08rem; }
.f5-se-application__box { margin: 0 !important; padding: 34px; border-radius: 18px; background: var(--se-black); color: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.23); }
.f5-se-application__box > * { margin-right: 0 !important; margin-left: 0 !important; }
.f5-se-application__box h3 { margin: 0 0 18px !important; font-family: var(--f5-display); font-size: 2rem; text-transform: uppercase; }
.f5-se-checks { margin: 0 0 26px !important; padding: 0; list-style: none; }
.f5-se-checks li { position: relative; margin: 11px 0; padding-left: 26px; color: #d9dde3; }
.f5-se-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--se-yellow); font-weight: 900; }
.f5-se-application__box .f5-button-block--dark .wp-block-button__link { border-color: var(--se-yellow); background: var(--se-yellow); color: var(--se-black); }
.f5-se-application__box .f5-button-block--dark .wp-block-button__link:hover { border-color: #fff; background: #fff; }

@media (max-width: 960px) {
  .f5-se-hero, .f5-se-hero__inner { min-height: 620px; }
  .f5-se-hero__content { width: 68%; }
  .f5-se-stats, .f5-se-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .f5-se-steps > .f5-se-step:nth-child(2) { border-right: 0; }
  .f5-se-steps > .f5-se-step { border-bottom: 1px solid var(--se-line); }
  .f5-se-pillars { grid-template-columns: 1fr; }
  .f5-se-pillars > .f5-se-pillar { min-height: 260px; }
  .f5-se-application { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .f5-se-page .f5-container { width: min(calc(100% - 28px), var(--f5-content)); }
  .f5-se-hero, .f5-se-hero__inner { min-height: 650px; }
  .f5-se-hero .wp-block-cover__image-background { object-position: 62% center; opacity: 1; }
  .f5-se-hero .wp-block-cover__background { background: linear-gradient(180deg, rgba(3,5,6,.16), rgba(3,5,6,.48) 56%, rgba(3,5,6,.94) 88%) !important; }
  .f5-se-hero__inner { align-items: flex-end; padding-bottom: 58px; }
  .f5-se-hero__content { width: 100%; }
  .f5-se-hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .f5-se-actions { flex-direction: column; align-items: stretch; }
  .f5-se-actions .wp-block-button, .f5-se-actions .wp-block-button__link { width: 100%; }
  .f5-se-subnav { top: 68px; }
  .f5-se-subnav .f5-container { justify-content: flex-start; }
  .f5-se-stats, .f5-se-steps, .f5-se-heading-row { grid-template-columns: 1fr; }
  .f5-se-stats > .f5-se-stat { min-height: 210px; }
  .f5-se-steps > .f5-se-step { min-height: 260px; border-right: 0; }
  .f5-se-step__number { margin-bottom: 42px !important; }
  .f5-se-pillars > .f5-se-pillar { min-height: 280px; padding: 30px; }
  .f5-se-application__box { padding: 28px; }
}

@media (max-width: 960px) and (max-height: 560px) and (orientation: landscape) {
  .f5-se-hero .wp-block-cover__image-background { object-position: 64% center; opacity: 1; }
  .f5-se-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(3,5,6,.86), rgba(3,5,6,.32) 72%, rgba(3,5,6,.1)) !important; }
}

@media (prefers-reduced-motion: reduce) { .f5-se-page { scroll-behavior: auto; } }
