/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .isolate {
    isolation: isolate;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-35 {
    margin-top: calc(var(--spacing) * 35);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-45 {
    margin-top: calc(var(--spacing) * 45);
  }
  .mr-30 {
    margin-right: calc(var(--spacing) * 30);
  }
  .mr-40 {
    margin-right: calc(var(--spacing) * 40);
  }
  .mr-50 {
    margin-right: calc(var(--spacing) * 50);
  }
  .mr-60 {
    margin-right: calc(var(--spacing) * 60);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .mb-50 {
    margin-bottom: calc(var(--spacing) * 50);
  }
  .mb-60 {
    margin-bottom: calc(var(--spacing) * 60);
  }
  .mb-80 {
    margin-bottom: calc(var(--spacing) * 80);
  }
  .ml-40 {
    margin-left: calc(var(--spacing) * 40);
  }
  .ml-50 {
    margin-left: calc(var(--spacing) * 50);
  }
  .ml-60 {
    margin-left: calc(var(--spacing) * 60);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-text {
    cursor: text;
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .text-center {
    text-align: center;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --green: #07583a;
  --deep: #043c2b;
  --ink: #10241d;
  --amber: #f2b91c;
  --cream: #f7f8f3;
  --mint: #eaf3ee;
  --line: #dce8e1;
  --muted: #5f6d66;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1180px,calc(100% - 40px));
  margin: auto;
}
.utility {
  background: linear-gradient(90deg,var(--green),var(--deep));
  color: white;
  font-size: 13px;
}
.utility .wrap {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.utility-note {
  margin-left: auto;
  opacity: .75;
  letter-spacing: .04em;
}
header {
  height: 92px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e7ece9;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}
.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-size: 20px;
  color: var(--deep);
}
.brand small {
  font-size: 11px;
  letter-spacing: .23em;
  text-transform: uppercase;
  margin-top: 5px;
}
.nav-wrap nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-weight: 700;
  font-size: 14px;
}
.nav-wrap nav>a:not(.nav-cta) {
  padding: 34px 0 29px;
  border-bottom: 3px solid transparent;
}
.nav-wrap nav>a.active {
  border-color: var(--amber);
  color: var(--green);
}
.nav-cta {
  background: var(--green);
  color: white;
  padding: 12px 18px;
  border-radius: 6px;
}
.menu {
  display: none;
  border: 0;
  background: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 20px;
}
.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.blueprint {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(7,88,58,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(7,88,58,.055) 1px,transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg,#000 0%,#000 55%,transparent 80%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 720px;
  position: relative;
}
.hero-copy {
  padding: 84px 55px 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .27em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow.light {
  color: #aee3c9;
}
.hero h1,.page-hero h1 {
  font-size: clamp(48px,5.3vw,76px);
  line-height: .99;
  letter-spacing: -.055em;
  margin: 0;
  max-width: 730px;
  color: var(--deep);
}
.hero-copy>p {
  font-size: 18px;
  max-width: 625px;
  color: #46534d;
  margin: 28px 0;
}
.actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .2s;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(4,60,43,.12);
}
.primary {
  background: var(--amber);
  color: #17221d;
}
.secondary {
  border-color: var(--green);
  color: var(--green);
  background: #fff;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-top: 34px;
  padding: 16px 6px;
  background: rgba(255,255,255,.82);
  max-width: 600px;
}
.hero-stats div {
  padding: 0 14px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.hero-stats div:last-child {
  border: 0;
}
.hero-stats b {
  font-size: 18px;
  color: var(--deep);
}
.hero-stats span {
  font-size: 12px;
  color: var(--muted);
}
.hero-visual {
  position: relative;
  min-height: 720px;
  clip-path: polygon(15% 0,100% 0,100% 100%,0 100%,11% 66%,3% 50%);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  background: var(--green);
  width: 23%;
  height: 25%;
  clip-path: polygon(100% 0,100% 100%,0 100%);
}
.amber-plane {
  position: absolute;
  right: 0;
  top: 18%;
  width: 13%;
  height: 33%;
  background: var(--amber);
  clip-path: polygon(100% 0,100% 100%,0 82%,64% 0);
}
.section {
  padding: 100px 0;
}
.section.tint {
  background: var(--cream);
}
.section-head {
  margin-bottom: 46px;
}
.section-head h2,.two-col h2,.benefit-band h2,.cta h2,.contact-info h2 {
  font-size: clamp(34px,4vw,52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0;
  color: var(--deep);
}
.section-head p,.two-col>div>p {
  color: var(--muted);
  font-size: 17px;
}
.section-head.split {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  align-items: end;
  gap: 50px;
}
.section-head.split p {
  margin: 0;
}
.section-head.center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.cards {
  display: grid;
  gap: 24px;
}
.cards.three {
  grid-template-columns: repeat(3,1fr);
}
.value-card,.plain-card,.download-card {
  border: 1px solid var(--line);
  padding: 34px;
  background: #fff;
  transition: .25s;
}
.value-card:hover,.plain-card:hover,.download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(4,60,43,.09);
}
.value-card>span,.number {
  font-weight: 900;
  color: var(--amber);
  font-size: 14px;
}
.value-card h3,.plain-card h3,.download-card h3 {
  font-size: 22px;
  margin: 20px 0 10px;
  color: var(--deep);
}
.value-card p,.plain-card p,.download-card p {
  color: var(--muted);
}
.value-card a,.download-card a,.text-link,.events-grid a {
  color: var(--green);
  font-weight: 800;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.photo-stack {
  position: relative;
}
.photo-stack>img,.rounded-img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 4px;
}
.experience {
  position: absolute;
  right: -20px;
  bottom: 30px;
  background: var(--amber);
  padding: 24px 34px;
  display: flex;
  flex-direction: column;
}
.experience b {
  font-size: 32px;
  line-height: 1;
}
.experience span {
  font-weight: 800;
}
.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}
.checks span {
  font-weight: 700;
  font-size: 14px;
}
.gallery-section {
  background: var(--cream);
}
.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.gallery-filter-btn {
  border: 1px solid rgba(26, 77, 58, 0.2);
  background: #fff;
  color: var(--green-dark, #1a4d3a);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.gallery-filter-btn:hover {
  border-color: var(--green-dark, #1a4d3a);
  background: rgba(26, 77, 58, 0.06);
}
.gallery-filter-btn.active {
  background: var(--green-dark, #1a4d3a);
  border-color: var(--green-dark, #1a4d3a);
  color: #fff;
}
.gallery-grid figure[data-category].is-hidden {
  display: none;
}
.gallery-preview-item {
  cursor: pointer;
}
.gallery-preview-trigger {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.gallery-preview-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: 240px 240px;
  gap: 14px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.gallery-grid figure:first-child {
  grid-row: 1/3;
}
.gallery-grid figure:last-child {
  grid-column: 2/4;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.gallery-grid figure:hover img {
  transform: scale(1.04);
}
.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 30px 18px 14px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(transparent,rgba(0,0,0,.75));
}
.gallery-grid.full {
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: 300px 300px;
}
.gallery-grid.full figure:first-child,.gallery-grid.full figure:last-child {
  grid-row: auto;
  grid-column: auto;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 16, 0.88);
}
.gallery-lightbox-stage {
  position: relative;
  z-index: 1;
  width: min(92vw, 1100px);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-lightbox-stage img {
  width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  border-radius: 12px;
  background: #0a1410;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.gallery-lightbox-meta {
  margin-top: 16px;
  text-align: center;
  color: #fff;
  max-width: 760px;
}
.gallery-lightbox-category {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.gallery-lightbox-meta p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.22);
}
.gallery-lightbox-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}
.gallery-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}
.gallery-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.gallery-lightbox-prev {
  left: 20px;
}
.gallery-lightbox-next {
  right: 20px;
}
body.gallery-lightbox-open {
  overflow: hidden;
}
.leader-card {
  text-align: center;
}
.portrait {
  height: 275px;
  background: linear-gradient(135deg,var(--mint),#ceded5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.portrait:before {
  content: "";
  width: 160px;
  height: 160px;
  background: var(--green);
  opacity: .12;
  transform: rotate(45deg);
  position: absolute;
}
.portrait span {
  font-size: 52px;
  color: var(--green);
  font-weight: 900;
  z-index: 1;
}
.leader-card h3 {
  margin: 5px 0 0;
  font-size: 20px;
  color: var(--deep);
}
.leader-card p {
  margin: 2px;
  color: var(--muted);
}
.leader-card small {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
}
.leader-card .executive-tenure {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}
.leader-card.large {
  border: 1px solid var(--line);
  padding: 14px 14px 28px;
}
.center {
  text-align: center;
  margin-top: 34px;
}
.benefit-band {
  padding: 100px 0;
  background: var(--deep);
  color: #fff;
}
.benefit-band h2,.cta h2 {
  color: white;
}
.benefit-band p {
  color: #c8d7d0;
}
.benefit-list>div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.benefit-list>div>span {
  color: var(--amber);
  font-weight: 900;
}
.benefit-list p {
  margin: 0;
  display: grid;
}
.benefit-list b {
  color: white;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.step-grid.four {
  grid-template-columns: repeat(4,1fr);
}
.step-grid>div {
  padding: 34px;
  border-right: 1px solid var(--line);
}
.step-grid span {
  color: var(--amber);
  font-weight: 900;
}
.step-grid h3 {
  font-size: 21px;
  color: var(--deep);
}
.step-grid p {
  color: var(--muted);
}
.page-hero {
  padding: 105px 0;
  position: relative;
  background: var(--cream);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero .wrap {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-size: clamp(44px,5vw,68px);
  max-width: 840px;
}
.page-hero p {
  max-width: 680px;
  font-size: 18px;
  color: var(--muted);
  margin: 25px 0 0;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.pricing article {
  background: white;
  border: 1px solid var(--line);
  padding: 30px 24px;
  position: relative;
}
.pricing .featured {
  border: 2px solid var(--green);
  transform: translateY(-8px);
}
.popular {
  position: absolute;
  right: 14px;
  top: 14px;
  background: var(--amber);
  padding: 3px 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}
.pricing small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .13em;
}
.pricing h3 {
  font-size: 24px;
  margin: 8px 0;
}
.pricing article>b {
  display: block;
  font-size: 32px;
  color: var(--green);
}
.pricing em {
  font-size: 13px;
  font-style: normal;
}
.pricing ul {
  padding-left: 20px;
  color: var(--muted);
  min-height: 112px;
}
.pricing .btn {
  min-height: 44px;
  padding: 0 16px;
  gap: 10px;
  width: 100%;
}
.download-card>span {
  display: inline-flex;
  background: var(--amber);
  font-weight: 900;
  padding: 8px 10px;
  font-size: 12px;
}
.guest-cert-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: clamp(24px, 4vw, 36px);
  margin-bottom: 40px;
  box-shadow: var(--shadow-soft);
}
.guest-cert-panel-head h3 {
  margin: 8px 0 10px;
  color: var(--deep);
}
.guest-cert-panel-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 720px;
}
.guest-cert-form {
  margin-top: 22px;
}
.guest-cert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.guest-cert-field {
  display: grid;
  gap: 8px;
}
.guest-cert-field span {
  font-size: 13px;
  font-weight: 700;
  color: var(--deep);
}
.guest-cert-field select,
.guest-cert-field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--deep);
  background: #fff;
}
.guest-cert-field select:focus,
.guest-cert-field input:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(7, 88, 58, 0.08);
}
.guest-cert-feedback {
  margin-top: 16px;
}
.guest-cert-submit {
  margin-top: 18px;
  min-height: 50px;
}
.guest-cert-resources-head {
  margin-top: 8px;
}
@media (max-width: 760px) {
  .guest-cert-grid {
    grid-template-columns: 1fr;
  }
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.events-grid article {
  border: 1px solid var(--line);
  background: #fff;
}
.event-art {
  height: 220px;
  background-color: var(--green);
  background-image: linear-gradient(135deg,transparent 20%,rgba(255,255,255,.07) 20% 22%,transparent 22% 50%,rgba(242,185,28,.45) 50% 67%,transparent 67%);
  padding: 22px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.event-art span {
  background: var(--amber);
  color: var(--ink);
  font-weight: 900;
  padding: 7px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.event-art--image {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: var(--green);
}
.event-art--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-art--image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 16, 0.05) 35%, rgba(8, 20, 16, 0.55) 100%);
}
.event-art--image span {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
}
.art-2 {
  background-color: #175d78;
}
.art-3 {
  background-color: #594719;
}
.event-body {
  padding: 26px;
}
.event-body small {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.event-body h3 {
  font-size: 23px;
  line-height: 1.15;
}
.event-body p {
  color: var(--muted);
}
.faq-layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 90px;
  align-items: start;
}
.accordions details {
  border-top: 1px solid var(--line);
  padding: 8px 0;
}
.accordions details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--green);
  font-size: 24px;
}
.accordions p {
  color: var(--muted);
  margin: 0 0 22px;
  max-width: 700px;
}
.contact-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 75px;
}
.contact-info>p {
  color: var(--muted);
}
.contact-info>div {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.contact-info small {
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--muted);
}
.contact-info a,.contact-info b {
  font-size: 21px;
  color: var(--deep);
}
form {
  background: var(--cream);
  padding: 40px;
  border: 1px solid var(--line);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 13px;
  gap: 7px;
  margin-bottom: 18px;
}
input,select,textarea {
  width: 100%;
  border: 1px solid #cfd9d3;
  background: #fff;
  padding: 14px;
  font: inherit;
  outline: none;
}
input:focus,select:focus,textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(7,88,58,.08);
}
.success {
  text-align: center;
  padding: 50px 20px;
}
.success>span {
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 70px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
}
.cta {
  background: var(--green);
  color: #fff;
  padding: 65px 0;
}
.cta .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cta h2 {
  max-width: 700px;
  font-size: 40px;
}
.cta .wrap>div:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  font-weight: 800;
}
footer {
  background: #082b21;
  color: #c8d7d0;
  padding: 75px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3,1fr);
  gap: 50px;
}
.footer-grid .brand {
  color: #fff;
}
.footer-grid .brand img {
  filter: brightness(0) invert(1);
}
.footer-grid .brand span {
  color: white;
}
.footer-grid p {
  max-width: 360px;
}
.footer-grid h3 {
  color: white;
  margin-top: 0;
}
.footer-grid>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-grid a:hover {
  color: var(--amber);
}
.copyright {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 50px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
@media (max-width:1000px) {
  .nav-wrap nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 91px;
    background: white;
    padding: 20px;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-wrap nav.open {
    display: flex;
  }
  .nav-wrap nav>a:not(.nav-cta) {
    padding: 12px;
    border: 0;
  }
  .menu {
    display: block;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding: 70px 0;
  }
  .hero-visual {
    height: 520px;
    min-height: 0;
    clip-path: polygon(0 8%,60% 0,100% 7%,100% 100%,0 100%);
  }
  .cards.three {
    grid-template-columns: repeat(2,1fr);
  }
  .pricing {
    grid-template-columns: repeat(2,1fr);
  }
  .step-grid.four {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:700px) {
  .wrap {
    width: min(100% - 28px,1180px);
  }
  .utility .wrap {
    justify-content: center;
  }
  .utility .wrap span:nth-child(2),.utility-note {
    display: none;
  }
  header {
    height: 74px;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand span {
    font-size: 17px;
  }
  .nav-wrap nav {
    top: 73px;
  }
  .hero {
    min-height: 0;
  }
  .hero-copy {
    padding: 55px 0 40px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy>p {
    font-size: 16px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px 14px;
  }
  .hero-visual {
    height: 380px;
  }
  .section {
    padding: 70px 0;
  }
  .section-head.split,.two-col,.faq-layout,.contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cards.three,.pricing,.events-grid {
    grid-template-columns: 1fr;
  }
  .checks {
    grid-template-columns: 1fr;
  }
  .gallery-grid,.gallery-grid.full {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4,260px);
  }
  .gallery-grid figure:first-child,.gallery-grid figure:last-child {
    grid-row: auto;
    grid-column: auto;
  }
  .step-grid,.step-grid.four {
    grid-template-columns: 1fr;
  }
  .step-grid>div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .pricing .featured {
    transform: none;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .cta .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .copyright {
    flex-direction: column;
    gap: 8px;
  }
  .utility {
    font-size: 12px;
  }
  .section-head h2,.two-col h2,.benefit-band h2,.cta h2,.contact-info h2 {
    font-size: 36px;
  }
  .page-hero {
    padding: 70px 0;
  }
  .page-hero h1 {
    font-size: 42px;
  }
  .photo-stack .experience {
    right: 8px;
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
:root {
  --font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-soft: 0 14px 44px rgba(4, 60, 43, 0.08);
  --shadow-lift: 0 22px 56px rgba(4, 60, 43, 0.14);
  --shadow-nav: 0 10px 40px rgba(4, 60, 43, 0.06);
}
html {
  scroll-padding-top: 88px;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, .hero h1, .page-hero h1, .section-head h2, .two-col h2, .benefit-band h2, .cta h2, .contact-info h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand {
  gap: 0;
  flex-shrink: 0;
}
.brand--logo img {
  display: block;
  height: 56px;
  width: auto;
  max-width: min(160px, 36vw);
  object-fit: contain;
}
footer .brand--logo img {
  height: 52px;
  max-width: 150px;
  filter: none;
}
.footer-grid .brand img {
  filter: none;
}
.utility {
  font-size: 12.5px;
  letter-spacing: 0.01em;
}
.utility .wrap {
  height: 36px;
  gap: 20px;
}
header {
  height: 80px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 232, 225, 0.9);
  box-shadow: var(--shadow-nav);
}
header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
}
.nav-wrap nav {
  gap: 22px;
  font-weight: 600;
  font-size: 13.5px;
}
.nav-wrap nav > a:not(.nav-cta) {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  color: #3d4a44;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-wrap nav > a:not(.nav-cta):hover {
  color: var(--green);
}
.nav-wrap nav > a.active {
  color: var(--green);
  border-color: var(--amber);
}
.nav-cta {
  padding: 11px 20px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(7, 88, 58, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(7, 88, 58, 0.28);
  background: var(--deep);
}
.nav-group {
  position: relative;
}
.nav-group-toggle {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  font-size: 13.5px;
  color: #3d4a44;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-group-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.nav-group:hover .nav-group-toggle, .nav-group:focus-within .nav-group-toggle, .nav-group.active .nav-group-toggle, .nav-group.is-open .nav-group-toggle {
  color: var(--green);
}
.nav-group.active .nav-group-toggle {
  border-color: var(--amber);
}
.nav-group.is-open .nav-group-toggle::after {
  transform: rotate(-135deg) translateY(2px);
}
.nav-submenu {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: calc(100% + 4px);
  left: -8px;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 40px rgba(4, 60, 43, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 60;
}
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu, .nav-group.is-open .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav-submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #3d4a44;
  border-bottom: 0;
}
.nav-submenu a:hover, .nav-submenu a.active {
  background: var(--mint);
  color: var(--green);
}
.menu {
  border-radius: var(--radius-sm);
}
.btn {
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 14px;
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  justify-content: center;
}
.btn:active {
  transform: translateY(0);
}
.primary {
  background: linear-gradient(180deg, #f5c422 0%, var(--amber) 100%);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(232, 168, 15, 0.25);
}
.primary:hover {
  box-shadow: 0 14px 32px rgba(232, 168, 15, 0.32);
}
.secondary {
  border-width: 1.5px;
  background: rgba(255, 255, 255, 0.85);
}
.secondary:hover {
  background: var(--mint);
}
.section {
  padding: clamp(72px, 9vw, 108px) 0;
}
.section-head {
  margin-bottom: clamp(32px, 4vw, 48px);
}
.section-head h2, .two-col h2, .benefit-band h2, .cta h2, .contact-info h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: -0.03em;
}
.page-hero h1 {
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  max-width: 640px;
}
.section-head > p, .section-head.center > p {
  margin-top: 14px;
  max-width: 58ch;
}
.section-head:not(.center) > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.section-head.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.value-card, .plain-card, .download-card, .leader-card.large {
  border-radius: var(--radius-md);
  border-color: rgba(220, 232, 225, 0.95);
}
.value-card {
  position: relative;
  padding-top: 42px;
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), #1a9d6a);
}
.value-card h3 {
  margin-top: 0;
}
.value-card:hover, .plain-card:hover, .download-card:hover {
  border-color: rgba(7, 88, 58, 0.22);
}
.photo-stack > img, .rounded-img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}
.experience {
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}
.checks span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: var(--mint);
  border-radius: var(--radius-sm);
  font-size: 13.5px;
}
.gallery-grid {
  border-radius: var(--radius-md);
  gap: 16px;
}
.gallery-grid figure {
  border-radius: var(--radius-md);
}
.gallery-grid img {
  border-radius: inherit;
}
.portrait {
  border-radius: var(--radius-md);
  height: 260px;
  overflow: hidden;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portrait:has(img)::before {
  display: none;
}
.portrait:has(img) span {
  display: none;
}
.legal-copy {
  max-width: 760px;
}
.legal-copy h2 {
  font-size: clamp(28px, 3vw, 36px);
  margin: 0 0 16px;
  color: var(--deep);
}
.legal-copy p {
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.65;
}
.copyright a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.copyright a:hover {
  color: var(--amber);
}
.benefit-band {
  background: linear-gradient(135deg, var(--deep) 0%, #032a1f 100%);
  position: relative;
  overflow: hidden;
}
.benefit-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(242, 185, 28, 0.12), transparent 45%);
  pointer-events: none;
}
.benefit-band .wrap {
  position: relative;
  z-index: 1;
}
.benefit-list > div {
  grid-template-columns: 1fr;
  padding: 18px 0;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.benefit-list > div:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.benefit-list p {
  gap: 6px;
  line-height: 1.55;
}
.modern-steps {
  gap: 20px;
  border: 0;
  grid-template-columns: repeat(3, 1fr);
}
.modern-steps > div {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.modern-steps > div:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(7, 88, 58, 0.2);
}
.modern-steps h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--deep);
}
.modern-steps p {
  margin: 0;
}
.page-hero {
  padding: clamp(64px, 8vw, 96px) 0;
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
}
.cta {
  padding: clamp(56px, 7vw, 80px) 0;
  background: linear-gradient(135deg, var(--green) 0%, #064a34 100%);
}
.cta .wrap > div:last-child a:not(.btn) {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  transition: color 0.2s ease;
}
.cta .wrap > div:last-child a:not(.btn):hover {
  color: var(--amber);
}
footer {
  background: linear-gradient(180deg, #082b21 0%, #061f18 100%);
}
.footer-grid a {
  transition: color 0.2s ease;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
a:focus-visible, button:focus-visible, .btn:focus-visible, .nav-cta:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}
@media (max-width: 1000px) {
  .modern-steps {
    grid-template-columns: 1fr;
  }
  .nav-wrap nav {
    top: 80px;
  }
  .nav-group {
    width: 100%;
  }
  .nav-group-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 0;
  }
  .nav-submenu {
    position: static;
    opacity: 1;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 8px;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, visibility 0.25s ease;
  }
  .nav-group.is-open .nav-submenu {
    visibility: visible;
    max-height: 200px;
  }
  .nav-submenu a {
    padding: 10px 12px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 80px;
  }
  header {
    height: 72px;
  }
  .nav-wrap nav {
    top: 72px;
  }
  .brand--logo img, footer .brand--logo img {
    height: 44px;
    max-width: min(130px, 40vw);
  }
  .section-head.gallery-head {
    align-items: flex-start;
  }
  .section-head.gallery-head .btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--deep);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border-radius: var(--radius-sm);
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}
.text-link:hover {
  color: var(--deep);
}
.plain-card h3, .download-card h3 {
  margin-top: 0;
}
.pricing article {
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pricing article:hover {
  border-color: rgba(7, 88, 58, 0.22);
  box-shadow: var(--shadow-soft);
}
form {
  border-radius: var(--radius-md);
}
input, select, textarea {
  border-radius: var(--radius-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn:disabled, .btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.form-error {
  background: #fff1f0;
  color: #a12b26;
  border: 1px solid #ffc9c5;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  margin: 0 0 16px;
}
.accordions details[open] summary span {
  transform: rotate(45deg);
}
.accordions summary span {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.accordions summary:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}
.event-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.event-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--deep);
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.event-filter a:hover {
  border-color: var(--green);
  color: var(--green);
}
.event-filter a span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: var(--radius-pill);
  background: var(--mint);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.event-status-section + .event-status-section {
  margin-top: 56px;
}
.event-card {
  display: block;
  color: inherit;
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.event-card:hover {
  transform: translateY(-4px);
}
.event-card article {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.event-card .event-body strong {
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
}
.event-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}
.event-status.status-open, .event-status.status-published {
  background: var(--mint);
  color: var(--green);
}
.event-status.status-closed, .event-status.status-completed {
  background: #eef2f0;
  color: var(--muted);
}
.event-status.status-cancelled {
  background: #ffeded;
  color: #a92c2c;
}
.event-status.status-postponed {
  background: #fff3d8;
  color: #9b6500;
}
.empty-state {
  text-align: center;
  padding: 56px 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  background: var(--cream);
}
.empty-state h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 22px;
}
.empty-state p {
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 42ch;
  margin-inline: auto;
}
.event-detail-hero {
  padding: clamp(48px, 7vw, 80px) 0 clamp(32px, 5vw, 48px);
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.event-detail-hero--banner {
  position: relative;
  min-height: clamp(320px, 42vw, 520px);
  padding: 0;
  display: flex;
  align-items: flex-end;
  border-bottom: 0;
  background: #081410;
  overflow: hidden;
}
.event-detail-banner {
  position: absolute;
  inset: 0;
}
.event-detail-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-detail-hero--banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 16, 0.25) 0%, rgba(8, 20, 16, 0.88) 100%);
  z-index: 1;
}
.event-detail-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-detail-hero--banner .event-detail-hero-content {
  padding: clamp(48px, 7vw, 80px) 0 clamp(32px, 5vw, 48px);
  color: #fff;
}
.event-detail-hero--banner .event-back {
  color: rgba(255, 255, 255, 0.92);
}
.event-detail-hero--banner .event-back:hover {
  color: #fff;
}
.event-detail-hero--banner h1 {
  color: #fff;
}
.event-detail-hero--banner p {
  color: rgba(255, 255, 255, 0.86);
}
.event-detail-hero--banner .event-detail-kicker > span:first-child {
  color: rgba(255, 255, 255, 0.82);
}
.event-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  color: var(--green);
}
.event-back:hover {
  color: var(--deep);
}
.event-detail-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.event-detail-kicker > span:first-child {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
}
.event-detail-hero h1 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--deep);
  margin: 0 0 12px;
  max-width: 52ch;
}
.event-detail-schedule {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}
.event-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.event-detail-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 600;
}
.event-detail-hero:not(.event-detail-hero--banner) .event-detail-meta span {
  background: #fff;
  border-color: var(--line);
  color: var(--deep);
}
.event-detail-section {
  padding-top: clamp(48px, 6vw, 72px);
}
.event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.event-detail-main {
  display: grid;
  gap: 24px;
}
.event-detail-panel,
.event-register-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.event-detail-panel {
  padding: clamp(24px, 3vw, 32px);
}
.event-detail-panel h2,
.event-register-panel h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--deep);
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}
.event-description {
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}
.event-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.event-highlight-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}
.event-highlight-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.event-highlight-card strong {
  display: block;
  color: var(--deep);
  font-size: 17px;
  line-height: 1.3;
}
.event-highlight-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.event-panel-head {
  margin-bottom: 18px;
}
.event-early-bird-note {
  margin: 0;
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
}
.event-pricing-table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.event-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.event-pricing-table th,
.event-pricing-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.event-pricing-table th {
  background: var(--cream);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.event-pricing-table tr:last-child td {
  border-bottom: 0;
}
.event-online-note p {
  margin: 0;
  color: var(--muted);
}
.event-register-panel {
  padding: clamp(28px, 3.5vw, 36px);
  position: sticky;
  top: 96px;
}
.event-register-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0 24px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(7, 88, 58, 0.08) 0%, rgba(7, 88, 58, 0.03) 100%);
  border: 1px solid rgba(7, 88, 58, 0.14);
}
.event-register-total span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.event-register-total strong {
  color: var(--green);
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.1;
}
.event-register-form {
  background: transparent;
  padding: 0;
  border: 0;
}
.event-form-section + .event-form-section {
  margin-top: 22px;
}
.event-form-label {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--deep);
}
.event-form-label em {
  font-style: normal;
  font-weight: 600;
  color: var(--muted);
}
.event-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.event-form-field.full {
  grid-column: 1 / -1;
}
.event-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-form-field span {
  font-size: 13px;
  font-weight: 700;
  color: var(--deep);
}
.event-form-field span em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted);
}
.event-form-field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.event-form-field input:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(7, 88, 58, 0.08);
}
.event-register-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.event-grade-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.event-grade-option {
  display: block;
  cursor: pointer;
}
.event-grade-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.event-grade-option-body {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.event-grade-option-body b {
  color: var(--deep);
  font-size: 15px;
}
.event-grade-amount {
  color: var(--green);
  font-weight: 800;
  font-size: 16px;
}
.event-grade-option-body small {
  color: var(--amber);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.event-grade-option input:checked + .event-grade-option-body,
.event-attendance-option input:checked + span {
  border-color: var(--green);
  background: rgba(7, 88, 58, 0.06);
  box-shadow: 0 0 0 1px rgba(7, 88, 58, 0.12);
}
.event-attendance-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.event-attendance-option {
  flex: 1 1 140px;
  cursor: pointer;
}
.event-attendance-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.event-attendance-option span {
  display: block;
  text-align: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--deep);
  background: #fff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.event-register-error {
  margin-top: 16px;
}
.event-register-inline-success,
.event-register-flash {
  margin-top: 16px;
}
.event-payment-retry {
  width: 100%;
  margin-top: 12px;
}
.event-form-field.is-invalid input,
.event-form-section.is-invalid .event-grade-option-body,
.event-form-section.is-invalid .event-attendance-option span {
  border-color: #e05252;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.08);
}
.event-form-field .field-error-msg,
.event-form-section .field-error-msg {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #b42318;
}
.event-register-submit {
  width: 100%;
  margin-top: 22px;
  min-height: 52px;
  font-size: 15px;
  font-weight: 800;
}
.event-register-footnote {
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  text-align: center;
}
.event-register-success {
  padding: 20px;
  border-radius: 14px;
  background: var(--mint);
  border: 1px solid rgba(7, 88, 58, 0.15);
}
.event-register-success h3 {
  margin: 0 0 8px;
  color: var(--deep);
}
.event-register-success p {
  margin: 0;
  color: var(--muted);
}
.verify-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.verify-facts {
  display: grid;
  gap: 0;
}
.verify-facts > div {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.verify-facts > div:last-child {
  border-bottom: 0;
}
.verify-facts dt {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.verify-facts dd {
  margin: 0;
  color: var(--deep);
  font-weight: 600;
}
.verify-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
}
.verify-status.is-valid {
  background: var(--mint);
  color: var(--green);
}
.verify-status.is-invalid {
  background: #ffeded;
  color: #a92c2c;
}
.modern-steps.four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .nav-wrap nav {
    top: 80px;
  }
  .event-detail-layout {
    grid-template-columns: 1fr;
  }
  .event-register-panel {
    position: static;
  }
  .modern-steps.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .event-highlight-grid,
  .event-form-grid,
  .event-grade-options {
    grid-template-columns: 1fr;
  }
  .event-facts > div, .verify-facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .modern-steps.four {
    grid-template-columns: 1fr;
  }
  .event-filter a {
    width: 100%;
    justify-content: space-between;
  }
}
.hero-slider {
  position: relative;
}
.hero-slide {
  display: none;
}
.hero-slide.is-active {
  display: block;
}
.hero-slide h1 {
  margin-top: 0;
}
.hero-dots {
  display: flex;
  gap: 8px;
  margin: 18px 0 0;
}
.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--line);
  cursor: pointer;
  padding: 0;
}
.hero-dots button.is-active {
  background: var(--green);
  width: 28px;
}
.service-marquee {
  background: var(--deep);
  color: #fff;
  padding: 14px 0;
  overflow: hidden;
}
.service-marquee-track {
  display: flex;
  gap: 40px;
  animation: marquee-scroll 32s linear infinite;
  white-space: nowrap;
}
.service-marquee-track span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.92;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.member-highlight {
  margin: 20px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}
.member-highlight b {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: var(--amber);
}
.member-highlight span {
  font-size: 13px;
  color: #c8d7d0;
}
.text-link.light {
  color: #d7e5df;
  margin-top: 12px;
  display: inline-flex;
}
.info-tabs {
  margin-top: 8px;
}
.info-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.info-tab-list button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--deep);
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
.info-tab-list button.is-active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.info-tab-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
}
.info-tab-panel h3 {
  margin: 0 0 12px;
  color: var(--deep);
}
.info-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.info-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}
.info-list li:last-child {
  border-bottom: 0;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.testimonial-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 20px;
}
.testimonial-meta b {
  display: block;
  color: var(--deep);
  font-size: 15px;
}
.testimonial-meta span {
  color: var(--muted);
  font-size: 13px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.footer-social a {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .info-tab-panel .two-col {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-marquee-track {
    animation: none;
  }
}
.advert-section {
  padding: 48px 0;
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.advert-banner {
  display: block;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(4, 60, 43, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.advert-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(4, 60, 43, 0.12);
}
.advert-media {
  position: relative;
  max-height: 220px;
  overflow: hidden;
}
.advert-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.advert-banner:hover .advert-media img {
  transform: scale(1.03);
}
.advert-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(4, 60, 43, 0.88);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 6px;
}
@media (max-width: 700px) {
  .advert-section {
    padding: 36px 0;
  }
  .advert-media, .advert-media img {
    max-height: 180px;
    height: 180px;
  }
}
.auth-body {
  font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.auth-body h1,.auth-body h2,.register-head h2,.register-form legend {
  font-family: "Instrument Serif",Georgia,serif;
}
.auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: #063d2d;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.auth-page:before,.register-story:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,rgba(2,35,25,.88) 0%,rgba(2,35,25,.62) 48%,rgba(2,35,25,.35) 100%),url("https://niobfct.org/frontend/img/slider.jpg") center/cover;
  opacity: 1;
}
.auth-page--compact {
  grid-template-columns: 1fr 1fr;
}
.auth-story {
  position: relative;
  z-index: 1;
  padding: clamp(48px,7vw,96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.auth-story h1,.register-story h1 {
  font-weight: 400;
  font-size: clamp(44px,5vw,72px);
  line-height: 1.02;
  max-width: 700px;
  margin: 0 0 36px;
  letter-spacing: -.02em;
}
.auth-story h1 em,.register-story h1 em {
  font-style: italic;
  color: #f2b91c;
  display: inline;
}
.auth-stat-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  max-width: 620px;
  margin-bottom: 42px;
}
.auth-stat {
  position: relative;
  padding-top: 18px;
  border-top: 2px solid rgba(242,185,28,.75);
}
.auth-stat-icon {
  display: flex;
  color: #f2b91c;
  margin-bottom: 10px;
}
.auth-stat b {
  display: block;
  font-size: clamp(28px,3vw,34px);
  line-height: 1;
  color: #fff;
  margin-bottom: 4px;
}
.auth-stat span {
  font-size: 13px;
  color: #c8d7d0;
  line-height: 1.4;
}
.auth-tagline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 560px;
  font-size: 14px;
  color: #c8d7d0;
  margin: 0;
}
.auth-tagline-icon {
  color: #f2b91c;
  flex: 0 0 auto;
  margin-top: 2px;
}
.auth-card {
  position: relative;
  z-index: 2;
  background: #eef2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px,4vw,48px);
  box-shadow: -30px 0 90px rgba(0,0,0,.16);
}
.auth-card-inner {
  width: min(100%,500px);
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  padding: clamp(36px,5vw,48px) clamp(28px,4vw,44px);
  box-shadow: 0 24px 80px rgba(0,44,31,.12);
}
.auth-card-logo {
  text-align: center;
  margin-bottom: 26px;
}
.auth-card-logo img {
  margin: 0 auto 14px;
  width: 68px;
  height: 68px;
  object-fit: contain;
}
.auth-card-logo-text b {
  display: block;
  font-size: 22px;
  color: var(--deep);
  font-weight: 700;
}
.auth-logo-line {
  display: block;
  width: 42px;
  height: 3px;
  background: var(--amber);
  margin: 10px auto 0;
  border-radius: 2px;
}
.auth-card h2 {
  text-align: center;
  font-size: clamp(32px,4vw,38px);
  font-weight: 400;
  margin: 0 0 6px;
  color: var(--ink);
}
.auth-card h2+p,.register-head p {
  text-align: center;
  color: var(--muted);
  margin: 0 0 28px;
  font-size: 14px;
}
.auth-card form {
  padding: 0;
  border: 0;
  background: transparent;
}
.auth-card label,.register-form label {
  font-size: 13px;
  font-weight: 600;
  color: #32483d;
}
.auth-card label small,.register-form label small {
  font-weight: 400;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}
.input-icon-wrap {
  position: relative;
  display: block;
}
.input-icon-wrap input,.register-form input,.register-form select {
  width: 100%;
  border: 1px solid #d5e0da;
  border-radius: 10px;
  padding: 14px 16px 14px 44px;
  font: inherit;
  background: #fff;
  outline: none;
  transition: border-color .2s,box-shadow .2s;
}
.register-form input,.register-form select {
  padding: 13px 14px;
}
.input-icon-wrap.has-toggle input {
  padding-right: 46px;
}
.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8a9a92;
  pointer-events: none;
  display: flex;
}
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #8a9a92;
  cursor: pointer;
  padding: 6px;
  display: flex;
}
.password-toggle .icon-hide {
  display: none;
}
.password-toggle.is-visible .icon-show {
  display: none;
}
.password-toggle.is-visible .icon-hide {
  display: block;
}
.input-icon-wrap input:focus,.register-form input:focus,.register-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(7,88,58,.08);
}
.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 4px;
}
.auth-row label,.check label {
  flex-direction: row;
  align-items: center;
  margin: 0;
  font-weight: 500;
  gap: 8px;
}
.auth-row label input,.check input {
  width: auto;
  margin: 0;
}
.auth-row a,.auth-switch a,.wizard-actions a,.register-form a {
  color: var(--green);
  font-weight: 700;
}
.auth-submit {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg,#f5c422,#e8a80f);
  color: #16261e;
  min-height: 54px;
  font-size: 16px;
  font-weight: 800;
  margin-top: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(232,168,15,.28);
  transition: transform .2s,box-shadow .2s;
}
.auth-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(232,168,15,.34);
}
.auth-submit:disabled,.continue:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}
.form-error {
  background: #fff1f0;
  color: #a12b26;
  border: 1px solid #ffc9c5;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin: 0 0 16px;
}
.form-success {
  background: #edf8f0;
  color: #196a38;
  border: 1px solid #b8dfc5;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin: 0 0 16px;
}
.auth-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e7ece9;
  font-size: 12px;
  color: #738078;
}
.auth-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.auth-support a {
  color: var(--green);
  font-weight: 700;
}
.auth-switch {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin-top: 18px;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #738078;
  margin-top: 24px;
  font-size: 12px;
}
.register-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px,.68fr) minmax(680px,1.32fr);
  background: #f4f7f3;
}
.register-story {
  min-height: 100vh;
  position: sticky;
  top: 0;
  padding: clamp(40px,5vw,72px);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.register-story>* {
  position: relative;
  z-index: 1;
}
.register-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  margin-bottom: 8px;
}
.register-logo img {
  filter: brightness(0) invert(1);
}
.register-logo b {
  font-size: 18px;
}
.register-story h1 {
  margin: 48px 0 18px;
}
.register-story>p {
  color: #d0dfd8;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
.register-benefits {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}
.register-benefits li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
}
.benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(242,185,28,.18);
  border: 1px solid rgba(242,185,28,.45);
  color: #f2b91c;
  display: grid;
  place-items: center;
}
.register-benefits b {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 2px;
}
.register-benefits span {
  font-size: 13px;
  color: #c8d7d0;
  line-height: 1.5;
}
.register-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 14px;
  color: #d7e5df;
}
.register-phone b {
  color: #fff;
}
.register-card {
  padding: clamp(36px,4vw,56px) clamp(28px,4vw,72px);
  background: #fff;
  min-height: 100vh;
}
.register-head {
  text-align: center;
  margin-bottom: 8px;
}
.register-head h2 {
  font-size: clamp(34px,4vw,40px);
  font-weight: 400;
  margin: 0;
  color: var(--ink);
}
.progress-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  margin: 32px 0 14px;
}
.progress-steps>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #9aa59f;
  text-align: center;
}
.progress-steps span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #cbd5cf;
  background: #fff;
  font-weight: 800;
  font-size: 14px;
}
.progress-steps .done {
  color: var(--green);
}
.progress-steps .done span {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.progress-steps small {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.progress-meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
.progress-line {
  height: 5px;
  background: #e7ece9;
  border-radius: 10px;
  overflow: hidden;
}
.progress-line span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg,var(--green),#1a8f62);
  transition: width .35s ease;
  border-radius: 10px;
}
.register-form {
  background: #fff;
  border: 0;
  padding: 0;
}
.register-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: none;
}
.register-form fieldset.active {
  display: block;
}
.register-form legend {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 22px;
  color: var(--deep);
  padding: 0;
}
.personal-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px 28px;
  align-items: start;
  margin-bottom: 8px;
}
.photo-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
}
.photo-circle {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #eef2ef;
  border: 2px dashed #b7c9bf;
  display: grid;
  place-items: center;
  color: #7f9188;
  overflow: hidden;
}
.photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-upload input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.photo-upload b {
  font-size: 14px;
  color: var(--deep);
}
.photo-upload small {
  font-size: 11px;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 18px;
}
.form-grid .full {
  grid-column: 1/-1;
}
.step-copy {
  color: var(--muted);
  margin: -8px 0 18px;
  font-size: 14px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.category-grid button,.payment-choice button {
  padding: 16px;
  border: 1px solid #dce5e0;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
  font: inherit;
}
.category-grid button.selected,.payment-choice button.selected {
  border: 2px solid var(--green);
  background: #eef7f2;
  box-shadow: 0 6px 20px rgba(4,60,43,.08);
}
.category-grid button b,.payment-choice button b {
  color: var(--deep);
  font-size: 14px;
}
.category-grid button span {
  color: var(--green);
  font-weight: 800;
  font-size: 14px;
}
.category-grid button small,.payment-choice button span {
  color: var(--muted);
  font-size: 12px;
}
.upload-zone {
  border: 2px dashed #b7c9bf;
  border-radius: 12px;
  padding: 38px 24px !important;
  text-align: center;
  align-items: center;
  cursor: pointer;
  background: #f8fbf9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.upload-zone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-icon {
  color: var(--green);
}
.upload-zone b {
  font-size: 15px;
  color: var(--deep);
}
.upload-zone small {
  color: var(--muted);
}
.document-checks {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.document-checks .done {
  color: var(--green);
  font-weight: 700;
}
.review-card {
  display: grid;
  grid-template-columns: 1.4fr 1fr .7fr;
  gap: 20px;
  padding: 22px;
  background: #f4f8f5;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 20px;
}
.review-card>div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-card small,.review-card span {
  color: var(--muted);
  font-size: 12px;
}
.review-card b {
  font-size: 18px;
  color: var(--deep);
}
.review-subhead {
  font-size: 16px;
  color: var(--deep);
  margin: 0 0 12px;
}
.payment-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}
.check.consent {
  flex-direction: row;
  align-items: flex-start;
  font-weight: 500;
  margin-top: 18px;
  gap: 10px;
}
.check.consent input {
  margin-top: 3px;
}
.wizard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 24px;
  font-size: 13px;
  gap: 16px;
}
.wizard-actions>div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.back,.continue {
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 800;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.back {
  background: #fff;
  border: 1px solid #cdd8d2;
  color: var(--deep);
}
.continue {
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
}
.continue.gold {
  background: linear-gradient(180deg,#f5c422,#e8a80f);
  border-color: #e8a80f;
  color: #16261e;
  box-shadow: 0 8px 22px rgba(232,168,15,.24);
}
.wizard-error {
  margin-top: 16px;
}
.admin-app {
  min-height: 100vh;
  background: #f7f8f6;
  display: grid;
  grid-template-columns: 238px 1fr;
  color: #15231c;
}
.admin-side {
  position: fixed;
  inset: 0 auto 0 0;
  width: 238px;
  background: linear-gradient(180deg,#034b36,#003929);
  color: #fff;
  padding: 24px 14px;
  z-index: 70;
  overflow: auto;
}
.admin-brand {
  text-align: center;
  padding: 4px 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.admin-brand>span {
  display: block;
  font-size: 52px;
  line-height: 1;
  color: #fff;
}
.admin-brand>b {
  font: 600 35px Georgia,serif;
  display: block;
}
.admin-brand small {
  display: block;
  font-size: 9px;
  letter-spacing: .12em;
  line-height: 1.25;
}
.admin-brand em {
  color: var(--amber);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .14em;
}
.admin-side nav {
  display: grid;
  gap: 5px;
  margin-top: 20px;
}
.admin-side nav button {
  border: 0;
  background: transparent;
  color: #e7f2ed;
  border-radius: 8px;
  padding: 12px 15px;
  text-align: left;
  font-size: 15px;
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}
.admin-side nav button span {
  font-size: 18px;
}
.admin-side nav button.active,.admin-side nav button:hover {
  background: rgba(255,255,255,.12);
  box-shadow: inset 3px 0 var(--amber);
}
.side-blueprint {
  height: 160px;
  margin-top: 38px;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px);
  background-size: 22px 22px;
}
.admin-main {
  grid-column: 2;
  min-width: 0;
}
.admin-top {
  height: 82px;
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e1e7e3;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 32px;
}
.admin-top>b {
  font-size: 21px;
  color: var(--deep);
  white-space: nowrap;
}
.admin-top>label {
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
  border: 1px solid #d8e0db;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  font-size: 22px;
}
.admin-top>label input {
  border: 0;
  box-shadow: none;
  padding: 10px;
}
.bell {
  border: 0;
  background: transparent;
  font-size: 22px;
  position: relative;
}
.bell i {
  position: absolute;
  right: -5px;
  top: -8px;
  background: var(--amber);
  font: 700 10px Arial;
  padding: 2px 5px;
  border-radius: 20px;
}
.admin-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-user>span,.person span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}
.admin-user>span {
  width: 42px;
  height: 42px;
}
.admin-user div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.admin-user small {
  color: var(--muted);
}
.admin-page {
  padding: 27px 30px 50px;
}
.page-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}
.page-title h1 {
  font-size: 34px;
  margin: 0;
  line-height: 1.15;
}
.page-title p {
  margin: 3px 0 0;
  color: var(--muted);
}
.page-actions {
  display: flex;
  gap: 10px;
}
.page-actions button,.page-title>button,.panel button,.report-filters button,.form-actions button {
  border: 1px solid var(--green);
  background: #fff;
  color: var(--green);
  border-radius: 7px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}
.gold,.page-actions button.gold,.page-title>button.gold,.form-actions button.gold,.report-filters button.gold {
  background: #ed9f00;
  color: #fff;
  border-color: #ed9f00;
}
.toast {
  position: fixed;
  right: 28px;
  top: 98px;
  z-index: 90;
  background: #e7f7ed;
  border: 1px solid #95d2aa;
  color: #196a38;
  padding: 11px 18px;
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.auth-toast-stack {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(380px, calc(100vw - 32px));
  pointer-events: none;
}
.admin-toast {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 48, 35, .14);
  transform: translateX(110%);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
  pointer-events: auto;
}
.admin-toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}
.admin-toast__icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.admin-toast__msg {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #15231c;
}
.admin-toast__close {
  border: 0;
  background: transparent;
  color: #6b7c73;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
  flex-shrink: 0;
}
.admin-toast--success {
  border-color: #95d2aa;
  background: #e7f7ed;
}
.admin-toast--success .admin-toast__icon {
  background: #196a38;
  color: #fff;
}
.admin-toast--error {
  border-color: #f5b5b5;
  background: #fef2f2;
}
.admin-toast--error .admin-toast__icon {
  background: #dc2626;
  color: #fff;
}
.btn-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: auth-btn-spin .65s linear infinite;
  vertical-align: -2px;
  margin-right: 2px;
}
@keyframes auth-btn-spin {
  to { transform: rotate(360deg); }
}
.event-register-submit.is-loading,
.event-payment-retry.is-loading {
  pointer-events: none;
  opacity: .88;
}
form.is-submitting {
  cursor: wait;
}
.form-error.is-toast-shown,
.form-success.is-toast-shown {
  display: none !important;
}
@media (max-width: 600px) {
  .auth-toast-stack {
    top: auto;
    bottom: 16px;
    right: 12px;
    left: 12px;
    width: auto;
  }
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 17px;
  margin-bottom: 18px;
}
.metric-grid article {
  background: #fff;
  border: 1px solid #e0e5e2;
  border-radius: 11px;
  padding: 20px;
  display: flex;
  gap: 18px;
  box-shadow: 0 3px 12px rgba(18,48,35,.035);
}
.metric-grid article>span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #eaf5ef;
  color: var(--green);
  font-size: 24px;
}
.metric-grid article:nth-child(even)>span {
  background: #fff5df;
  color: #d68b00;
}
.metric-grid article div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.metric-grid small {
  color: var(--muted);
}
.metric-grid b {
  font-size: 30px;
  line-height: 1.2;
  white-space: nowrap;
}
.metric-grid em {
  font-size: 10px;
  color: #197a48;
  font-style: normal;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
}
.panel {
  background: #fff;
  border: 1px solid #e0e5e2;
  border-radius: 11px;
  padding: 22px;
  box-shadow: 0 3px 12px rgba(18,48,35,.03);
  min-width: 0;
}
.panel.wide {
  min-width: 0;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.panel-head h2,.panel>h2,.directory-toolbar h2 {
  font-size: 20px;
  margin: 0;
}
.panel-head button {
  border: 0;
  padding: 5px;
  background: transparent;
}
.line-chart {
  height: 235px;
  position: relative;
  overflow: hidden;
}
.line-chart svg {
  position: absolute;
  inset: 20px 0 0;
  width: 100%;
  height: calc(100% - 20px);
}
.grid-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg,#edf1ef 0 1px,transparent 1px 52px);
}
.chart-months {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.donut {
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 17px auto;
  display: grid;
  place-items: center;
}
.donut:before {
  content: "";
  width: 105px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  grid-area: 1/1;
}
.donut span {
  grid-area: 1/1;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.donut span b {
  font-size: 22px;
}
.donut span small {
  color: var(--muted);
}
.legend {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.legend li {
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #eef1ef;
  padding: 7px;
  font-size: 12px;
}
.legend li i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}
.legend li i.c1 {
  background: #079277;
}
.legend li i.c2 {
  background: #4e95a3;
}
.legend li i.c3 {
  background: var(--amber);
}
.legend li i.c4 {
  background: #aaa;
}
.legend li b {
  margin-left: auto;
}
.dashboard-grid>.panel:nth-child(n+3) {
  margin-top: 0;
}
.table-scroll {
  overflow: auto;
}
.directory {
  margin-top: 18px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
th {
  text-align: left;
  color: #53635b;
  text-transform: capitalize;
  background: #f7f9f8;
}
th,td {
  border-bottom: 1px solid #e8ecea;
  padding: 10px;
  white-space: nowrap;
}
td>small {
  display: block;
  color: var(--muted);
}
.badge {
  display: inline-flex;
  padding: 3px 9px;
  border-radius: 6px;
  background: #fff3d8;
  color: #9b6500;
  text-transform: capitalize;
  border: 1px solid #f1d393;
  font-size: 11px;
}
.badge.active,.badge.approved,.badge.successful,.badge.issued,.badge.open {
  background: #e9f7ed;
  color: #146b36;
  border-color: #b8dfc5;
}
.badge.rejected,.badge.inactive,.badge.failed {
  background: #ffeded;
  color: #a92c2c;
  border-color: #efbcbc;
}
.badge.review,.badge.under-review {
  background: #e8f5fa;
  color: #17637e;
  border-color: #b9dfec;
}
.directory-toolbar {
  display: grid;
  grid-template-columns: 1fr minmax(210px,1.2fr) 180px 160px;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}
.directory-toolbar input,.directory-toolbar select,table select {
  padding: 9px;
  border-radius: 6px;
}
.person {
  display: flex;
  align-items: center;
  gap: 9px;
}
.person span {
  width: 30px;
  height: 30px;
  font-size: 10px;
}
.icon-btn {
  padding: 4px 9px !important;
  border-color: #d4ddd8 !important;
  color: #32483d !important;
}
.tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  margin: -3px 0 15px;
}
.tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
}
.tabs button.active {
  border-color: var(--green);
  color: var(--green);
}
.event-mini {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0ee;
}
.event-mini>span {
  border: 1px solid var(--line);
  border-radius: 6px;
  min-width: 44px;
  text-align: center;
  font-size: 10px;
  color: var(--green);
  display: flex;
  flex-direction: column;
}
.event-mini>span b {
  font-size: 19px;
  color: var(--ink);
}
.event-mini>div {
  display: flex;
  flex-direction: column;
}
.event-mini small {
  color: var(--muted);
}
.empty {
  text-align: center;
  padding: 38px;
  color: var(--muted);
}
.empty b {
  font-size: 30px;
}
.event-list>div {
  display: grid;
  grid-template-columns: 60px 1.3fr 1fr 1fr auto auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e8ecea;
  padding: 14px 0;
}
.event-list>div>div {
  display: flex;
  flex-direction: column;
}
.event-list small {
  color: var(--muted);
}
.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d7e2dc;
  border-radius: 7px;
  color: var(--green);
  font-size: 10px;
}
.event-date b {
  font-size: 23px;
  color: var(--ink);
}
progress {
  height: 5px;
  accent-color: var(--green);
}
.certificate-preview {
  text-align: center;
}
.mini-certificate {
  border: 7px double var(--green);
  padding: 22px 12px;
  background: #fffcf3;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mini-certificate>b {
  font-size: 28px;
  color: var(--green);
}
.mini-certificate h3 {
  font: 600 17px Georgia,serif;
}
.mini-certificate em {
  font: 600 21px Georgia,serif;
  color: var(--green);
}
.mini-certificate span {
  font-size: 10px;
}
.mini-certificate i {
  color: var(--amber);
  font-size: 22px;
}
.certificate-preview>button {
  margin-top: 12px;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.content-grid article>span {
  font-size: 28px;
  color: var(--green);
}
.content-grid article p {
  color: var(--muted);
}
.content-grid article button {
  border: 0;
  padding: 0;
}
.report-filters {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 14px;
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 18px;
}
.report-filters label {
  margin: 0;
  min-width: 220px;
}
.bars {
  display: grid;
  gap: 20px;
  padding: 10px;
}
.bars div {
  display: grid;
  grid-template-columns: 130px 1fr 45px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.bars i {
  height: 9px;
  background: linear-gradient(90deg,var(--green),#24a77c);
  border-radius: 10px;
}
.insights {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.insights p {
  background: #f4f8f5;
  padding: 18px;
  border-radius: 7px;
}
.settings-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
}
.settings-layout>aside {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.settings-layout>aside button {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px;
  border-radius: 6px;
}
.settings-layout>aside button.active {
  background: #e9f5ef;
  color: var(--green);
  font-weight: 800;
}
.settings-form h2 {
  margin-top: 0;
}
.settings-form h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}
.form-actions span {
  color: #19703c;
}
.modal-layer {
  position: fixed;
  inset: 0;
  background: rgba(0,28,19,.6);
  display: grid;
  place-items: center;
  z-index: 100;
  padding: 20px;
  backdrop-filter: blur(5px);
}
.modal-card {
  width: min(800px,100%);
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border-radius: 15px;
  padding: 34px;
  position: relative;
}
.modal-card>h2 {
  font-size: 28px;
  margin: 0;
}
.modal-card>p {
  color: var(--muted);
  margin-top: 3px;
}
.modal-card form {
  padding: 0;
  background: #fff;
  border: 0;
}
.modal-card h3 {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 16px;
  border: 0;
  background: transparent;
  font-size: 28px;
}
.loading-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.loading-grid span {
  height: 180px;
  border-radius: 10px;
  background: linear-gradient(90deg,#edf1ef,#f8faf9,#edf1ef);
  background-size: 200%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer {
  to {
    background-position: -200%;
  }
}
.member-app {
  min-height: 100vh;
  background: #f4f7f4;
}
.member-app>header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(30px,6vw);
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.member-app>header>div {
  display: flex;
  flex-direction: column;
  color: var(--green);
}
.member-app>header nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.member-app>header button {
  border: 1px solid var(--green);
  background: white;
  color: var(--green);
  padding: 8px 13px;
  border-radius: 6px;
}
.member-hero {
  padding: 52px max(30px,6vw);
  background: linear-gradient(110deg,#064a35,#08704e);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member-hero small {
  letter-spacing: .17em;
  color: #b9dccc;
}
.member-hero h1 {
  font-size: 42px;
  margin: 4px 0;
}
.member-hero p {
  margin: 0;
  color: #d2e5dc;
}
.member-status {
  min-width: 230px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.member-status b {
  font-size: 22px;
  text-transform: capitalize;
  color: #ffd26d;
}
.member-content {
  padding: 30px max(30px,6vw) 60px;
}
.member-metrics {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
  margin-top: -50px;
}
.member-metrics article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 19px;
  box-shadow: 0 8px 25px rgba(0,42,29,.08);
  display: flex;
  flex-direction: column;
}
.member-metrics span {
  color: var(--muted);
}
.member-metrics b {
  font-size: 22px;
  text-transform: capitalize;
}
.member-metrics i {
  font-style: normal;
  color: var(--green);
  font-size: 12px;
  margin-top: 15px;
}
.member-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  margin-top: 22px;
}
.member-grid .wide {
  grid-column: 1/-1;
}
.journey {
  display: grid;
  gap: 0;
}
.journey>div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  position: relative;
  padding-bottom: 20px;
}
.journey>div:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 32px;
  bottom: 0;
  width: 2px;
  background: #dce5e0;
}
.journey>div:last-child:after {
  display: none;
}
.journey span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8ecea;
}
.journey .done span {
  background: var(--green);
  color: #fff;
}
.journey p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.journey small {
  color: var(--muted);
}
.member-grid article:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.member-grid article:nth-child(2)>strong {
  font-size: 31px;
  color: var(--green);
}
.member-grid article:nth-child(2)>button,.member-events button {
  padding: 12px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
}
.member-grid article:nth-child(2)>button.paystack {
  background: var(--green);
  color: #fff;
}
.member-events>div {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}
.member-events>div>span {
  font-weight: 900;
  color: var(--green);
}
.member-events>div>div {
  display: flex;
  flex-direction: column;
}
.member-events small {
  color: var(--muted);
}
.member-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #f4f7f4;
  color: var(--green);
  font-weight: 800;
}
@media (max-width:1100px) {
  .admin-app {
    grid-template-columns: 82px 1fr;
  }
  .admin-side {
    width: 82px;
    padding: 18px 8px;
  }
  .admin-brand b,.admin-brand small,.admin-brand em,.admin-side nav button:not(.active) {
    font-size: 0;
  }
  .admin-brand>span {
    font-size: 36px;
  }
  .admin-side nav button {
    justify-content: center;
    padding: 12px;
  }
  .admin-side nav button span {
    font-size: 21px;
  }
  .metric-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .directory-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .directory-toolbar h2 {
    grid-column: 1/-1;
  }
  .content-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:850px) {
  .auth-page,.register-page,.auth-page--compact {
    grid-template-columns: 1fr;
  }
  .auth-story {
    min-height: 360px;
    padding: 40px 28px;
  }
  .auth-story h1 {
    margin-bottom: 24px;
    font-size: 38px;
  }
  .auth-stat-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .auth-card {
    padding: 24px 16px 40px;
  }
  .register-story {
    position: relative;
    min-height: 480px;
    padding: 36px 28px;
  }
  .register-card {
    padding: 36px 22px;
  }
  .category-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .personal-layout {
    grid-template-columns: 1fr;
  }
  .photo-upload {
    justify-self: center;
  }
  .admin-top>label,.bell {
    display: none;
  }
  .dashboard-grid,.settings-layout,.member-grid {
    grid-template-columns: 1fr;
  }
  .member-grid .wide {
    grid-column: auto;
  }
  .member-metrics {
    grid-template-columns: repeat(2,1fr);
  }
  .event-list>div {
    grid-template-columns: 55px 1fr auto;
  }
  .event-list>div>div:nth-of-type(n+2),.event-list progress {
    display: none;
  }
  .insights {
    grid-template-columns: 1fr;
  }
  .report-filters {
    flex-wrap: wrap;
  }
}
@media (max-width:600px) {
  .auth-card-inner {
    padding: 28px 20px;
  }
  .progress-steps small {
    display: none;
  }
  .form-grid,.review-card,.payment-choice {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: auto;
  }
  .wizard-actions {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .wizard-actions>div {
    width: 100%;
  }
  .wizard-actions button {
    flex: 1;
  }
  .register-story h1 {
    font-size: 34px;
  }
  .admin-app {
    display: block;
  }
  .admin-side {
    position: fixed;
    inset: auto 0 0;
    width: auto;
    height: 66px;
    padding: 5px;
    overflow: hidden;
  }
  .admin-brand,.side-blueprint {
    display: none;
  }
  .admin-side nav {
    display: flex;
    justify-content: space-around;
    margin: 0;
  }
  .admin-side nav button {
    font-size: 0 !important;
    box-shadow: none !important;
  }
  .admin-side nav button:nth-child(n+6) {
    display: none;
  }
  .admin-main {
    padding-bottom: 70px;
  }
  .admin-top {
    padding: 0 16px;
  }
  .admin-top>b {
    font-size: 17px;
  }
  .admin-user div {
    display: none;
  }
  .admin-page {
    padding: 20px 14px;
  }
  .page-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .metric-grid article {
    padding: 15px;
  }
  .directory-toolbar {
    grid-template-columns: 1fr;
  }
  .content-grid,.loading-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 16px;
  }
  .modal-card {
    padding: 28px 18px;
  }
  .member-app>header {
    padding: 0 16px;
  }
  .member-app>header nav a {
    display: none;
  }
  .member-hero {
    padding: 36px 20px 70px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .member-status {
    width: 100%;
  }
  .member-content {
    padding: 25px 16px 50px;
  }
  .member-metrics {
    grid-template-columns: 1fr;
    margin-top: -58px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
