/* =========================================================
   ORGANISATIONS HERO
========================================================= */
.organisations-hero {
  position: relative;

  min-height: 100vh;

  background-image: url("../images/hero/hero-4.jpg");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  color: #ffffff;

  overflow: hidden;
}

/* =========================================================
   OVERLAY
========================================================= */

.organisations-hero-overlay {
  position: relative;

  min-height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 160px 0 100px;

  background: rgba(17, 32, 21, 0.68);
}

/* =========================================================
   CONTENT
========================================================= */

.organisations-hero-content {
  width: 100%;
  padding-top: 80px;
  max-width: 1050px;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  align-items: left;

  justify-content: start;

  text-align: left;
}

/* =========================================================
   LABEL
========================================================= */

.organisations-hero-label {
  display: inline-flex;
  align-items: left;
  justify-content: start;
  gap: 8px;
  color: #fff;
  font-family: var(--font-1), sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.organisations-label-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 8px;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-hero-title {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.8px;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.organisations-hero-description {
  margin-top: 20px;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  align-items: start;
  justify-content: start;
}

/* =========================================================
   BUTTONS
========================================================= */

.organisations-hero-actions {
  display: flex;

  align-items: left;

  justify-content: left;

  gap: 15px;

  margin-top: 20px;
}

/* =========================================================
   COUNTERS
========================================================= */

.organisations-counters {
  width: 100%;

  max-width: 1000px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 0;

  margin-top: 45px;

  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* =========================================================
   COUNTER
========================================================= */

.organisations-counter {
  position: relative;

  padding: 30px 30px 0;

  text-align: center;
}

/* Vertical divider */

.organisations-counter + .organisations-counter::before {
  content: "";

  position: absolute;

  top: 30px;

  left: 0;

  width: 1px;

  height: calc(100% - 30px);

  background: rgba(255, 255, 255, 0.2);
}

/* =========================================================
   COUNTER VALUE
========================================================= */

.organisations-counter-value {
  margin-bottom: 12px;

  color: #ffffff;

  font-family: var(--font-1), "Philosopher", sans-serif;

  line-height: 1;
}

.organisations-counter-value strong {
  font-size: clamp(38px, 4vw, 54px);

  font-weight: 500;

  letter-spacing: -1px;
}

/* =========================================================
   COUNTER DESCRIPTION
========================================================= */

.organisations-counter p {
  max-width: 250px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.72);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 13px;

  line-height: 1.65;
}

/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {
  .organisations-hero {
    min-height: auto;

    background-position: center center;
  }

  .organisations-hero-overlay {
    min-height: auto;

    padding: 150px 0 80px;
  }

  .organisations-hero-content {
    max-width: 850px;
  }

  .organisations-hero-label {
    font-size: 13px;
  }

  .organisations-hero-title {
    max-width: 760px;

    font-size: clamp(44px, 6vw, 60px);

    line-height: 1.07;
  }

  .organisations-hero-description {
    max-width: 700px;

    font-size: 15px;
  }

  .organisations-counters {
    margin-top: 55px;
  }

  .organisations-counter {
    padding: 25px 20px 0;
  }

  .organisations-counter-value strong {
    font-size: 42px;
  }

  .organisations-counter p {
    font-size: 12px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .organisations-hero {
    min-height: auto;
    background-position: right bottom;
  }

  .organisations-hero-overlay {
    min-height: auto;
    padding: 125px 0 60px;
  }

  .organisations-hero-content {
    max-width: 100%;
    padding: 0 15px;
  }

  /* Label */

  .organisations-hero-label {
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 14px;
  }

  .organisations-label-icon {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    font-size: 7px;
  }

  /* Title */

  .organisations-hero-title {
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.8px;
  }

  /* Description */

  .organisations-hero-description {
    width: 100%;
    margin-top: 23px;
    font-size: 14px;
    line-height: 20px;
  }

  /* Buttons */

  .organisations-hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }

  .organisations-hero-actions .btn-light {
    width: 100%;
    min-height: 46px;
  }

  /* Counters */

  .organisations-counters {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 48px;
  }

  .organisations-counter {
    padding: 24px 15px;
  }

  .organisations-counter + .organisations-counter::before {
    top: 0;
    left: 15%;
    width: 70%;
    height: 1px;
  }

  .organisations-counter-value {
    margin-bottom: 10px;
  }

  .organisations-counter-value strong {
    font-size: 36px;
  }

  .organisations-counter p {
    max-width: 290px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
  .organisations-hero-overlay {
    padding: 110px 0 50px;
  }

  .organisations-hero-title {
    font-size: 36px;
  }

  .organisations-hero-description {
    font-size: 13px;
  }

  .organisations-counter-value strong {
    font-size: 38px;
  }
}

/* =========================================================
   ORGANISATIONS — CHOOSE YOUR CONTEXT
========================================================= */

.organisations-context {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #112015 0%, #173b2b 50%, #112015 100%);
  color: var(--heading-color);
  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.organisations-context-header {
  text-align: left;
}

/* =========================================================
   EYEBROW
========================================================= */

.organisations-context-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--color-lighter);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-context-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.5px;
}

.organisations-context-title span {
  color: var(--color-lighter);
}

/* =========================================================
   EYEBROW LINE
========================================================= */

.organisations-context-line {
  width: 58px;
  height: 2px;
  margin: 10px 0;
  background: var(--color-main);
}

/* =========================================================
   DESCRIPTION
========================================================= */

.organisations-context-description {
  max-width: 800px;
  margin: 0;
  color: var(--text-color-1);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.85;
}

/* =========================================================
   TABS
========================================================= */

.organisations-context-tabs {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  padding: 5px;
  border: 1px solid rgba(92, 146, 105, 0.18);
  border-radius: 50px;
  background: rgba(92, 146, 105, 0.045);
}

/* =========================================================
   TAB BUTTON
========================================================= */

.organisations-context-tab {
  min-width: 150px;
  padding: 12px 24px;
  border: none;
  border-radius: 40px;
  background: transparent;
  color: var(--text-color-2);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.3s ease;
}

.organisations-context-tab:hover {
  color: var(--color-main);
}

.organisations-context-tab.active {
  background: var(--color-main);
  color: #ffffff;

  box-shadow: 0 8px 20px rgba(92, 146, 105, 0.2);
}

/* =========================================================
   TAB PANEL
========================================================= */

.organisations-context-panel {
  display: none;
  margin-top: 20px;
}

.organisations-context-panel.active {
  display: block;
}

/* =========================================================
   INTRO
========================================================= */

.organisations-context-intro {
  max-width: 900px;
  margin-bottom: 45px;
}

.organisations-context-intro p {
  margin: 0;
  color: var(--text-color-2);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.85;
}

/* =========================================================
   SIX CARDS GRID
========================================================= */

.organisations-context-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1050px;
}

/* =========================================================
   CONTEXT CARD
========================================================= */

.organisations-context-card {
  position: relative;
  min-height: 210px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.035)
  );
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: translateY(45px);
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    background 0.45s ease;
}

/* =========================================================
   REVEALED CARD
========================================================= */

.organisations-context-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   CARD HOVER
========================================================= */

.organisations-context-card.revealed:hover {
  transform: translateY(-8px) scale(1.015);

  border-color: rgba(153, 199, 163, 0.45);

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.17),
    rgba(255, 255, 255, 0.05)
  );

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.22),
    0 0 35px rgba(92, 146, 105, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.organisations-context-card.revealed:hover::after {
  opacity: 1;
}

/* =========================================================
   CARD ICON
========================================================= */

.organisations-context-card-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(92, 146, 105, 0.1);
  color: var(--color-lighter);
  font-size: 16px;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.organisations-context-card.revealed:hover .organisations-context-card-icon {
  transform: scale(1.08);

  background: rgba(92, 146, 105, 0.16);
}

/* =========================================================
   CARD TITLE
========================================================= */

.organisations-context-card h3 {
  margin: 0 0 10px;

  color: #fff;

  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

/* =========================================================
   CARD DESCRIPTION
========================================================= */

.organisations-context-card p {
  max-width: 470px;
  margin: 0;
  color: var(--text-color-2);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   SUPPORT BOX — LIQUID GLASS
========================================================= */

.organisations-context-box {
  position: relative;

  max-width: 1050px;

  margin-top: 45px;

  padding: 38px 42px;

  overflow: hidden;

  border-radius: 20px;

  background: linear-gradient(135deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.47));

  backdrop-filter: blur(5px) saturate(150%);

  -webkit-backdrop-filter: blur(5px) saturate(150%);

  box-shadow:
    0 12px 38px rgba(17, 32, 21, 0.07),
    inset 0 -1px 0 rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);

  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* =========================================================
   GLASS TOP REFLECTION
========================================================= */

.organisations-context-box::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.48),
    transparent
  );

  opacity: 0.95;

  pointer-events: none;
}

/* =========================================================
   SOFT GREEN GLASS GLOW
========================================================= */

.organisations-context-box::after {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  top: -100px;
  right: -70px;

  border-radius: 50%;

  background: rgba(92, 146, 105, 0.12);

  filter: blur(40px);

  pointer-events: none;

  transition: transform 0.6s ease;
}

/* =========================================================
   HOVER
========================================================= */

.organisations-context-box:hover {
  transform: translateY(-5px);

  border-color: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 22px 55px rgba(17, 32, 21, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(255, 255, 255, 0.35);
}

.organisations-context-box:hover::after {
  transform: scale(1.3) translate(-10px, 10px);
}

/* =========================================================
   BOX TITLE
========================================================= */

.organisations-context-box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

/* =========================================================
   BOX DESCRIPTION
========================================================= */

.organisations-context-box p {
  max-width: 900px;
  margin: 0;
  color: var(--text-color-2);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

/* =========================================================
   PROCESS STEPS
========================================================= */

.organisations-context-steps {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 16px;

  max-width: 1050px;

  margin-top: 35px;
}

/* =========================================================
   LIQUID GLASS STEP CARD
========================================================= */

.organisations-context-step {
  position: relative;
  min-height: 235px;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid rgba(92, 146, 105, 0.18);
  border-radius: 20px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(150deg, #ffffff, #99c7a3);
  box-shadow: 0 10px 30px rgba(17, 32, 21, 0.045);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* =========================================================
   GLASS HIGHLIGHT
========================================================= */

.organisations-context-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/* =========================================================
   GLASS GLOW
========================================================= */

.organisations-context-step::after {
  content: "";

  position: absolute;

  top: -50px;
  right: -50px;

  width: 120px;
  height: 120px;

  border-radius: 50%;

  background: rgba(92, 146, 105, 0.08);

  filter: blur(25px);

  pointer-events: none;
}

/* =========================================================
   STEP HOVER
========================================================= */

.organisations-context-step:hover {
  transform: translateY(-7px);

  border-color: rgba(92, 146, 105, 0.35);

  box-shadow: 0 25px 55px rgba(17, 32, 21, 0.11);
}

/* =========================================================
   STEP NUMBER
========================================================= */

.organisations-step-number {
  position: relative;
  z-index: 2;

  width: 38px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  border: 1px solid rgba(92, 146, 105, 0.25);

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.45);

  color: var(--color-main);

  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* =========================================================
   STEP TITLE
========================================================= */

.organisations-context-step h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 10px;

  color: var(--heading-color);

  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

/* =========================================================
   STEP DESCRIPTION
========================================================= */

.organisations-context-step p {
  position: relative;
  z-index: 2;

  margin: 0;

  color: var(--text-color-1);

  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .organisations-context {
    padding: 85px 0;
  }

  .organisations-context-tabs {
    margin-top: 40px;
  }

  .organisations-context-panel {
    margin-top: 45px;
  }

  .organisations-context-cards {
    gap: 15px;
  }

  .organisations-context-card {
    padding: 25px;
    min-height: 220px;
  }

  .organisations-context-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .organisations-context {
    padding: 40px 0;
  }

  /* Header */

  .organisations-context-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
  }

  .organisations-context-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .organisations-context-line {
    width: 45px;
    margin: 15px 0;
  }

  .organisations-context-description {
    font-size: 14px;
    line-height: 1.8;
  }

  /* Tabs */

  .organisations-context-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    border-radius: 50px;
  }

  .organisations-context-tab {
    width: 100%;
    min-width: 0;
    padding: 12px 10px;
    font-size: 14px;
  }

  /* Panel */

  .organisations-context-panel {
    margin-top: 40px;
  }

  /* Intro */

  .organisations-context-intro {
    margin-bottom: 30px;
  }

  .organisations-context-intro p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Six cards */
  .organisations-context-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .organisations-context-card {
    min-height: auto;

    padding: 25px;
  }

  .organisations-context-card.revealed:hover {
    transform: translateY(-3px);
  }

  /* Support box */

  .organisations-context-box {
    margin-top: 30px;
    padding: 25px 22px;
  }

  .organisations-context-box h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .organisations-context-box p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Steps */

  .organisations-context-steps {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 25px;
  }

  .organisations-context-step {
    min-height: auto;
    padding: 25px 22px;
  }

  .organisations-context-step h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .organisations-context-step p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
  .organisations-context {
    padding: 60px 0;
  }

  .organisations-context-title {
    font-size: 36px;
  }

  .organisations-context-description {
    font-size: 13px;
  }

  .organisations-context-tab {
    font-size: 11px;

    padding: 11px 8px;
  }

  .organisations-context-card {
    padding: 22px;
  }

  .organisations-context-card h3 {
    font-size: 22px;
  }

  .organisations-context-card p {
    font-size: 12px;
  }

  .organisations-context-box h3 {
    font-size: 22px;
  }

  .organisations-context-step h3 {
    font-size: 21px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .organisations-context-card,
  .organisations-context-step,
  .organisations-context-tab {
    transition: none;
  }
}

/* =========================================================
   ORGANISATIONS PRICING
========================================================= */

.organisations-pricing {
  position: relative;
  padding: 60px 0;
  background: #edf7ef;
  color: var(--heading-color);
  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.organisations-pricing-header {
  text-align: left;
}

/* =========================================================
   EYEBROW
========================================================= */

.organisations-pricing-eyebrow {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--color-main);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 13px;

  font-weight: 500;

  letter-spacing: 3px;

  line-height: 1.5;

  text-transform: uppercase;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-pricing-title {
  margin: 0;
  color: var(--heading-color);
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.5px;
}

.organisations-pricing-title span {
  color: var(--color-main);
}

/* =========================================================
   EYEBROW LINE
========================================================= */

.organisations-pricing-line {
  width: 58px;

  height: 2px;

  margin: 10px 0;

  background: var(--color-main);
}

/* =========================================================
   DESCRIPTION
========================================================= */

.organisations-pricing-description {
  max-width: 800px;

  margin: 0;

  color: var(--text-color-1);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 16px;

  line-height: 1.85;
}

/* =========================================================
   PRICING GRID
========================================================= */

.organisations-pricing-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  align-items: start;

  gap: 22px;

  margin-top: 40px;
}

/* =========================================================
   PRICING CARD
========================================================= */

.organisations-pricing-card {
  position: relative;

  min-height: 330px;

  overflow: hidden;

  border: 1px solid rgba(92, 146, 105, 0.16);

  border-radius: 18px;

  /*
    Light green / white card
    because section itself is white.
  */

  background: linear-gradient(145deg, #f8fcf9 0%, #eef7f0 100%);

  box-shadow: 0 12px 35px rgba(17, 32, 21, 0.055);

  transition:
    min-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* =========================================================
   CARD TOP ACCENT
========================================================= */

.organisations-pricing-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 32px;

  width: 48px;
  height: 3px;

  border-radius: 0 0 5px 5px;

  background: var(--color-main);

  opacity: 0.75;

  transition:
    width 0.45s ease,
    opacity 0.35s ease;
}

/* =========================================================
   CARD INNER
========================================================= */

.organisations-pricing-card-inner {
  position: relative;

  z-index: 2;

  padding: 35px 32px;
}

/* =========================================================
   SUMMARY
========================================================= */

.organisations-pricing-summary {
  display: flex;

  flex-direction: column;

  flex: none;
}

/* =========================================================
   SUBTITLE
========================================================= */

.organisations-pricing-card-subtitle {
  display: block;

  margin-bottom: 14px;

  color: var(--color-main);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 2.5px;

  line-height: 1.5;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-pricing-card-title {
  max-width: 270px;

  margin: 0;

  color: var(--heading-color);

  font-family: var(--font-1), "Philosopher", sans-serif;

  font-size: 31px;

  font-weight: 500;

  line-height: 1.15;

  letter-spacing: -0.5px;
}

/* =========================================================
   PRICE
========================================================= */

.organisations-pricing-price {
  display: flex;

  align-items: baseline;

  gap: 6px;

  margin-top: 28px;
}

/* =========================================================
   PRICE VALUE
========================================================= */

.organisations-price {
  color: var(--heading-color);

  font-family: var(--font-1), "Philosopher", sans-serif;

  font-size: 40px;

  font-weight: 500;

  line-height: 1;
}

/* =========================================================
   PRICE PERIOD
========================================================= */

.organisations-price-period {
  color: var(--text-color-1);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 13px;
}

/* =========================================================
   DETAILS
   Desktop initially hidden
========================================================= */

.organisations-pricing-details {
  max-height: 0;

  opacity: 0;

  overflow: hidden;

  transform: translateY(12px);

  transition:
    max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   DIVIDER
========================================================= */

.organisations-pricing-divider {
  width: 100%;

  height: 1px;

  margin: 28px 0 20px;

  background: rgba(17, 32, 21, 0.1);
}

/* =========================================================
   FEATURES
========================================================= */

.organisations-pricing-features {
  display: flex;

  flex-direction: column;

  gap: 12px;

  padding: 0;

  margin: 0;

  list-style: none;
}

/* =========================================================
   FEATURE ITEM
========================================================= */

.organisations-pricing-features li {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  color: var(--text-color-1);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 13px;

  line-height: 1.55;
}

/* =========================================================
   CHECK ICON
========================================================= */

.organisations-pricing-features li i {
  width: 17px;
  height: 17px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 1px;

  border-radius: 50%;

  background: rgba(92, 146, 105, 0.12);

  color: var(--color-main);

  font-size: 8px;
}

/* =========================================================
   BUTTON
========================================================= */

.organisations-pricing-btn {
  width: 100%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  margin-top: 25px;

  padding: 12px 18px;

  border: 1px solid var(--color-main);

  border-radius: 5px;

  background: var(--color-main);

  color: #ffffff;

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 13px;

  font-weight: 500;

  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

/* =========================================================
   BUTTON ICON
========================================================= */

.organisations-pricing-btn i {
  font-size: 10px;

  transition: transform 0.3s ease;
}

/* =========================================================
   BUTTON HOVER
========================================================= */

.organisations-pricing-btn:hover {
  background: var(--color-darker);

  border-color: var(--color-darker);

  color: #ffffff;
}

.organisations-pricing-btn:hover i {
  transform: translateX(4px);
}

/* =========================================================
   DESKTOP HOVER
========================================================= */

@media (min-width: 992px) {
  .organisations-pricing-card:hover {
    /*
      Let content determine expanded height.
    */

    min-height: 0;

    transform: translateY(-8px);

    border-color: rgba(92, 146, 105, 0.3);

    box-shadow: 0 25px 60px rgba(17, 32, 21, 0.12);
  }

  /* Accent expands */

  .organisations-pricing-card:hover::before {
    width: 80px;

    opacity: 1;
  }

  /* Reveal details */

  .organisations-pricing-card:hover .organisations-pricing-details {
    max-height: 400px;

    opacity: 1;

    transform: translateY(0);
  }
}

/* =========================================================
   FEATURED CARD
========================================================= */

.organisations-pricing-featured {
  border-color: rgba(92, 146, 105, 0.28);

  background: linear-gradient(145deg, #edf7ef 0%, #f9fcfa 100%);

  box-shadow: 0 15px 40px rgba(92, 146, 105, 0.09);
}

/* =========================================================
   FEATURED BADGE
========================================================= */

.organisations-pricing-badge {
  position: absolute;

  top: 20px;
  right: 20px;

  z-index: 5;

  padding: 6px 10px;

  border-radius: 20px;

  background: rgba(92, 146, 105, 0.1);

  color: var(--color-main);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 1px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .organisations-pricing {
    padding: 85px 0;
  }

  .organisations-pricing-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-top: 55px;
  }

  .organisations-pricing-card {
    min-height: auto;

    overflow: visible;
  }

  .organisations-pricing-card-inner {
    padding: 30px 26px;
  }

  /*
    Always show details
  */

  .organisations-pricing-details {
    max-height: none;

    opacity: 1;

    overflow: visible;

    transform: none;
  }

  .organisations-pricing-price {
    margin-top: 28px;
  }

  .organisations-pricing-card-title {
    font-size: 28px;
  }

  .organisations-price {
    font-size: 36px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .organisations-pricing {
    padding: 40px 0;
  }

  /* Header */

  .organisations-pricing-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 2.5px;
  }

  .organisations-pricing-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .organisations-pricing-line {
    width: 45px;
    margin: 15px 0;
  }

  .organisations-pricing-description {
    font-size: 14px;
    line-height: 20px;
  }

  /* Grid */

  .organisations-pricing-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }

  /* Card */

  .organisations-pricing-card {
    min-height: auto;
    border-radius: 20px;
  }

  .organisations-pricing-card-inner {
    padding: 28px 23px;
  }

  /* Subtitle */

  .organisations-pricing-card-subtitle {
    margin-bottom: 13px;
    font-size: 12px;
  }

  /* Title */

  .organisations-pricing-card-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  /* Price */

  .organisations-pricing-price {
    margin-top: 26px;
  }

  .organisations-price {
    font-size: 30px;
  }

  /* Details */

  .organisations-pricing-details {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
    transition: none;
  }

  /* Divider */

  .organisations-pricing-divider {
    margin: 25px 0 20px;
  }

  /* Features */

  .organisations-pricing-features {
    gap: 11px;
  }

  .organisations-pricing-features li {
    font-size: 14px;
  }

  /* Button */

  .organisations-pricing-btn {
    min-height: 45px;
    margin-top: 23px;
  }

  /* Remove desktop hover */

  .organisations-pricing-card:hover {
    min-height: auto;
    transform: none;
    box-shadow: 0 12px 35px rgba(17, 32, 21, 0.055);
  }

  .organisations-pricing-card:hover::before {
    width: 48px;
    opacity: 0.75;
  }

  /* Badge */

  .organisations-pricing-badge {
    top: 17px;

    right: 17px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
  .organisations-pricing {
    padding: 60px 0;
  }

  .organisations-pricing-title {
    font-size: 36px;
  }

  .organisations-pricing-description {
    font-size: 13px;
  }

  .organisations-pricing-grid {
    margin-top: 36px;
  }

  .organisations-pricing-card-inner {
    padding: 25px 20px;
  }

  .organisations-pricing-card-title {
    font-size: 24px;
  }

  .organisations-pricing-price {
    margin-top: 24px;
  }

  .organisations-price {
    font-size: 33px;
  }

  .organisations-pricing-features li {
    font-size: 12px;
  }

  .organisations-pricing-btn {
    font-size: 12px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .organisations-pricing-card,
  .organisations-pricing-details,
  .organisations-pricing-btn,
  .organisations-pricing-btn i {
    transition: none;
  }
}

/* =========================================================
   WHY ORGANISATIONS CHOOSE US
========================================================= */

.organisations-why-choose {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #112015 0%, #173b2b 50%, #112015 100%);
  color: var(--heading-color);
  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.organisations-why-choose-header {
  max-width: 850px;
  text-align: left;
}

/* =========================================================
   EYEBROW
========================================================= */

.organisations-why-choose-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--color-lighter);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-why-choose-title {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.5px;
}

.organisations-why-choose-title span {
  color: var(--color-lighter);
}

/* =========================================================
   EYEBROW LINE
========================================================= */

.organisations-why-choose-line {
  width: 58px;
  height: 2px;
  margin: 15px 0;
  background: var(--color-main);
}

/* =========================================================
   DESCRIPTION
========================================================= */

.organisations-why-choose-description {
  max-width: 800px;
  margin: 0;
  color: var(--text-color-2);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* =========================================================
   CARDS GRID
========================================================= */

.organisations-why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin-top: 55px;
}

/* =========================================================
   GLASS CARD
========================================================= */

.organisations-why-choose-card {
  position: relative;
  min-height: fit-content;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.035)
  );

  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    background 0.45s ease;
}

/* =========================================================
   SOFT GREEN GLOW
========================================================= */

.organisations-why-choose-card::after {
  content: "";
  position: absolute;

  width: 180px;
  height: 180px;

  top: -100px;
  right: -75px;

  border-radius: 50%;

  background: rgba(92, 146, 105, 0.13);

  filter: blur(40px);

  opacity: 0.75;

  pointer-events: none;

  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

/* =========================================================
   CARD CONTENT
========================================================= */

.organisations-why-choose-card-content {
  position: relative;
  z-index: 2;
  margin: 0;
}

/* =========================================================
   CARD TITLE
========================================================= */

.organisations-why-choose-card span {
  color: var(--color-lighter);
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
}

/* =========================================================
   CARD DESCRIPTION
========================================================= */

.organisations-why-choose-card p {
  max-width: 420px;
  color: var(--text-color-2);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* =========================================================
   DESKTOP HOVER
========================================================= */

@media (min-width: 992px) {
  .organisations-why-choose-card:hover {
    transform: translateY(-8px) scale(1.015);

    border-color: rgba(153, 199, 163, 0.45);

    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.17),
      rgba(255, 255, 255, 0.05)
    );

    box-shadow:
      0 25px 60px rgba(0, 0, 0, 0.22),
      0 0 35px rgba(92, 146, 105, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .organisations-why-choose-card:hover::after {
    opacity: 1;
  }
}

/* =========================================================
   ACTIVE / FOCUS
========================================================= */

.organisations-why-choose-card:focus,
.organisations-why-choose-card:focus-visible,
.organisations-why-choose-card.active {
  outline: none;

  border-color: rgba(92, 146, 105, 0.35);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .organisations-why-choose {
    padding: 85px 0;
  }

  .organisations-why-choose-title {
    font-size: clamp(42px, 6vw, 58px);

    line-height: 1.07;
  }

  .organisations-why-choose-description {
    max-width: 750px;

    font-size: 15px;

    line-height: 1.8;
  }

  .organisations-why-choose-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 16px;

    margin-top: 45px;
  }

  .organisations-why-choose-card {
    min-height: 250px;

    padding: 28px;
  }

  .organisations-why-choose-card h3 {
    font-size: 26px;
  }

  .organisations-why-choose-card p {
    font-size: 13px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .organisations-why-choose {
    padding: 40px 0;
  }

  .organisations-why-choose-header {
    max-width: 100%;
  }

  .organisations-why-choose-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
  }

  .organisations-why-choose-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .organisations-why-choose-line {
    width: 45px;
    margin: 21px 0;
  }

  .organisations-why-choose-description {
    font-size: 14px;
    line-height: 20px;
  }

  /* -----------------------------------------
     Grid
  ----------------------------------------- */

  .organisations-why-choose-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 40px;
  }

  /* -----------------------------------------
     Card
  ----------------------------------------- */

  .organisations-why-choose-card {
    min-height: 225px;
    padding: 27px;
    border-radius: 17px;
    backdrop-filter: blur(5px) saturate(145%);
    -webkit-backdrop-filter: blur(5px) saturate(145%);
    -webkit-tap-highlight-color: transparent;
  }

  /* -----------------------------------------
     Card Title
  ----------------------------------------- */

  .organisations-why-choose-card h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 28px;
  }

  /* -----------------------------------------
     Card Paragraph
  ----------------------------------------- */

  .organisations-why-choose-card p {
    font-size: 14px;
    line-height: 20px;
  }

  /* -----------------------------------------
     Mobile Active
  ----------------------------------------- */

  .organisations-why-choose-card:focus,
  .organisations-why-choose-card:focus-visible,
  .organisations-why-choose-card.active {
    transform: scale(1.025);
    border-color: rgba(92, 146, 105, 0.45);
    box-shadow:
      0 18px 45px rgba(17, 32, 21, 0.12),
      0 0 35px rgba(92, 146, 105, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .organisations-why-choose-card:focus::after,
  .organisations-why-choose-card:focus-visible::after,
  .organisations-why-choose-card.active::after {
    transform: scale(1.25);
    opacity: 1;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
  .organisations-why-choose {
    padding: 60px 0;
  }

  .organisations-why-choose-title {
    font-size: 36px;

    line-height: 1.07;
  }

  .organisations-why-choose-description {
    font-size: 13px;
  }

  .organisations-why-choose-grid {
    margin-top: 34px;
  }

  .organisations-why-choose-card {
    min-height: 210px;

    padding: 23px;

    border-radius: 15px;
  }

  .organisations-why-choose-card h3 {
    font-size: 23px;

    margin-bottom: 12px;
  }

  .organisations-why-choose-card p {
    font-size: 12px;

    line-height: 1.75;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .organisations-why-choose-card,
  .organisations-why-choose-card::after {
    transition: none;
  }
}

/* =========================================================
   ORGANISATIONS FAQ SECTION
========================================================= */

.organisations-faq {
  position: relative;

  padding: 60px 0;

  background: #ffffff;

  color: var(--heading-color);

  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.organisations-faq-header {
  max-width: 850px;

  text-align: left;
}

/* =========================================================
   EYEBROW
========================================================= */

.organisations-faq-eyebrow {
  display: inline-block;

  margin-bottom: 15px;

  color: var(--color-main);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 13px;

  font-weight: 500;

  letter-spacing: 3px;

  line-height: 1.5;

  text-transform: uppercase;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-faq-title {
  max-width: 850px;

  margin: 0;

  color: var(--heading-color);

  font-family: var(--font-1), "Philosopher", sans-serif;

  font-size: clamp(44px, 5vw, 68px);

  font-weight: 500;

  line-height: 1.05;

  letter-spacing: -1.5px;
}

.organisations-faq-title span {
  color: var(--color-main);
}

/* =========================================================
   LINE
========================================================= */

.organisations-faq-line {
  width: 58px;

  height: 2px;

  margin: 25px 0;

  background: var(--color-main);
}

/* =========================================================
   FAQ LIST
========================================================= */

.organisations-faq-list {
  display: flex;

  flex-direction: column;

  gap: 14px;

  max-width: 1050px;

  margin-top: 60px;
}

/* =========================================================
   FAQ ITEM
========================================================= */

.organisations-faq-item {
  position: relative;

  overflow: hidden;

  border: 1px solid rgba(92, 146, 105, 0.16);

  border-radius: 15px;

  /*
    Liquid Glass
  */

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.88),
    rgba(245, 250, 246, 0.72)
  );

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);

  box-shadow: 0 12px 35px rgba(17, 32, 21, 0.055);

  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* =========================================================
   GLASS HIGHLIGHT
========================================================= */

.organisations-faq-item::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );

  opacity: 0.8;

  pointer-events: none;
}

/* =========================================================
   HOVER
========================================================= */

.organisations-faq-item:hover {
  border-color: rgba(92, 146, 105, 0.3);

  box-shadow: 0 18px 45px rgba(17, 32, 21, 0.09);
}

/* =========================================================
   QUESTION BUTTON
========================================================= */

.organisations-faq-question {
  width: 100%;

  display: grid;

  grid-template-columns:
    45px
    1fr
    45px;

  align-items: center;

  gap: 18px;

  padding: 24px 26px;

  border: none;

  outline: none;

  background: transparent;

  color: var(--heading-color);

  text-align: left;

  cursor: pointer;

  font-family: var(--font-2), "Lato", sans-serif;
}

/* Remove browser button effects */

.organisations-faq-question:hover,
.organisations-faq-question:focus,
.organisations-faq-question:active {
  border: none;

  outline: none;

  box-shadow: none;
}

/* =========================================================
   NUMBER
========================================================= */

.organisations-faq-number {
  color: rgba(92, 146, 105, 0.65);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 1px;
}

/* =========================================================
   QUESTION TEXT
========================================================= */

.organisations-faq-question-text {
  color: var(--heading-color);

  font-family: var(--font-1), "Philosopher", sans-serif;

  font-size: 23px;

  font-weight: 500;

  line-height: 1.3;

  transition: color 0.3s ease;
}

/* =========================================================
   PLUS ICON
========================================================= */

.organisations-faq-icon {
  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  justify-self: end;

  border: 1px solid rgba(92, 146, 105, 0.2);

  border-radius: 50%;

  background: rgba(92, 146, 105, 0.06);

  color: var(--color-main);

  font-size: 12px;

  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

/* =========================================================
   ANSWER
========================================================= */

.organisations-faq-answer {
  display: grid;

  grid-template-rows: 0fr;

  opacity: 0;

  transition:
    grid-template-rows 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

/* =========================================================
   ANSWER INNER
========================================================= */

.organisations-faq-answer-inner {
  min-height: 0;

  overflow: hidden;

  padding: 0 89px;

  transition: padding 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   ANSWER TEXT
========================================================= */

.organisations-faq-answer p {
  max-width: 800px;

  margin: 0;

  padding-bottom: 25px;

  color: var(--text-color-1);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 14px;

  line-height: 1.85;
}

/* =========================================================
   ACTIVE FAQ
========================================================= */

.organisations-faq-item.active {
  border-color: rgba(92, 146, 105, 0.35);

  background: linear-gradient(
    135deg,
    rgba(245, 250, 246, 0.95),
    rgba(235, 245, 238, 0.82)
  );

  box-shadow: 0 20px 50px rgba(17, 32, 21, 0.1);
}

/* =========================================================
   ACTIVE QUESTION
========================================================= */

.organisations-faq-item.active .organisations-faq-question-text {
  color: var(--color-main);
}

/* =========================================================
   ACTIVE NUMBER
========================================================= */

.organisations-faq-item.active .organisations-faq-number {
  color: var(--color-main);
}

/* =========================================================
   ACTIVE ICON
========================================================= */

.organisations-faq-item.active .organisations-faq-icon {
  transform: rotate(45deg);

  background: var(--color-main);

  border-color: var(--color-main);

  color: #ffffff;
}

/* =========================================================
   ACTIVE ANSWER
========================================================= */

.organisations-faq-item.active .organisations-faq-answer {
  grid-template-rows: 1fr;

  opacity: 1;
}

/* =========================================================
   ACTIVE ANSWER PADDING
========================================================= */

.organisations-faq-item.active .organisations-faq-answer-inner {
  padding-bottom: 0;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .organisations-faq {
    padding: 85px 0;
  }

  .organisations-faq-list {
    margin-top: 50px;
  }

  .organisations-faq-question {
    grid-template-columns:
      38px
      1fr
      42px;

    gap: 15px;

    padding: 22px;
  }

  .organisations-faq-question-text {
    font-size: 21px;
  }

  .organisations-faq-answer-inner {
    padding-left: 75px;

    padding-right: 75px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .organisations-faq {
    padding: 40px 0;
  }

  .organisations-faq-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
  }

  .organisations-faq-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .organisations-faq-line {
    width: 45px;
    margin: 15px 0;
  }

  .organisations-faq-list {
    gap: 11px;
    margin-top: 40px;
  }

  .organisations-faq-item {
    border-radius: 20px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    -webkit-tap-highlight-color: transparent;
  }

  /* -----------------------------------------
     Question
  ----------------------------------------- */

  .organisations-faq-question {
    grid-template-columns:
      30px
      1fr
      36px;

    gap: 10px;

    padding: 18px 16px;
  }

  /* -----------------------------------------
     Number
  ----------------------------------------- */

  .organisations-faq-number {
    font-size: 9px;
  }

  /* -----------------------------------------
     Question Text
  ----------------------------------------- */

  .organisations-faq-question-text {
    font-size: 18px;
    line-height: 22px;
  }

  /* -----------------------------------------
     Icon
  ----------------------------------------- */

  .organisations-faq-icon {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  /* -----------------------------------------
     Answer
  ----------------------------------------- */

  .organisations-faq-answer-inner {
    padding-left: 56px;
    padding-right: 16px;
  }

  .organisations-faq-answer p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
  .organisations-faq {
    padding: 60px 0;
  }

  .organisations-faq-title {
    font-size: 36px;
  }

  .organisations-faq-list {
    margin-top: 35px;
  }

  .organisations-faq-question {
    grid-template-columns:
      25px
      1fr
      32px;

    gap: 8px;

    padding: 16px 13px;
  }

  .organisations-faq-question-text {
    font-size: 16px;
  }

  .organisations-faq-icon {
    width: 29px;

    height: 29px;

    font-size: 9px;
  }

  .organisations-faq-answer-inner {
    padding-left: 46px;

    padding-right: 13px;
  }

  .organisations-faq-answer p {
    font-size: 12px;

    line-height: 1.7;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .organisations-faq-item,
  .organisations-faq-icon,
  .organisations-faq-answer,
  .organisations-faq-answer-inner {
    transition: none;
  }
}

/* =========================================================
   ORGANISATIONS ENQUIRY
========================================================= */

.organisations-enquiry {
  position: relative;
  padding: 60px 0 120px;
  background: #edf7ef;
  color: #ffffff;
  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.organisations-enquiry-header {
  text-align: center;
  margin-bottom: 60px;
}

/* =========================================================
   EYEBROW
========================================================= */

.organisations-enquiry-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--color-lighter);
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
}

/* =========================================================
   TITLE
========================================================= */

.organisations-enquiry-title {
  margin: 0;
  color: #000;
  font-family: var(--font-1), "Philosopher", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.5px;
}

.organisations-enquiry-title span {
  color: var(--color-lighter);
}

/* =========================================================
   DESCRIPTION
========================================================= */

.organisations-enquiry-description {
  margin-top: 20px;
  color: #000;
  font-family: var(--font-2), "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* =========================================================
   FORM WRAPPER
========================================================= */

.organisations-enquiry-form-wrapper {
  display: flex;

  justify-content: center;

  width: 100%;
}

/* =========================================================
   FORM CARD
========================================================= */

.organisations-enquiry-form-card {
  width: 100%;
  max-width: 620px;
  padding: 30px;
  border: 1px solid rgba(153, 199, 163, 0.22);
  border-radius: 17px;
  background: linear-gradient(
    135deg,
    rgba(37, 80, 46, 0.897),
   rgba(48, 94, 58, 0.65)
  );

  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(5px);

  -webkit-backdrop-filter: blur(5px);
}

/* =========================================================
   FORM HEADER
========================================================= */

.organisations-enquiry-form-header {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 28px;
}

/* =========================================================
   FORM ICON
========================================================= */

.organisations-enquiry-form-icon {
  width: 46px;
  height: 46px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(153, 199, 163, 0.3);

  border-radius: 50%;

  background: rgba(92, 146, 105, 0.15);

  color: var(--color-lighter);

  font-size: 20px;
}

/* =========================================================
   FORM HEADER TITLE
========================================================= */

.organisations-enquiry-form-header h3 {
  margin: 0 0 4px;

  color: #ffffff;

  font-family: var(--font-1), "Philosopher", sans-serif;

  font-size: 22px;

  font-weight: 500;
}

.organisations-enquiry-form-header p {
  margin: 0;

  color: #fff;

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 12px;
}

/* =========================================================
   FORM
========================================================= */

.organisations-enquiry-form {
  display: flex;

  flex-direction: column;

  gap: 18px;
}

/* =========================================================
   FORM ROW
========================================================= */

.organisations-enquiry-row {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 10px;
}

/* =========================================================
   FIELD
========================================================= */

.organisations-enquiry-field {
  width: 100%;
}

/* =========================================================
   LABEL
========================================================= */

.organisations-enquiry-field label {
  display: block;

  margin-bottom: 7px;

  color: #fff;

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 11px;

  font-weight: 500;

  text-align: center;
}

.organisations-enquiry-field label span {
  opacity: 0.65;

  font-size: 10px;
}

/* =========================================================
   INPUT WRAPPER
========================================================= */

.organisations-enquiry-input-wrap {
  position: relative;

  width: 100%;
}

/* =========================================================
   INPUT ICON
========================================================= */

.organisations-enquiry-input-wrap > i:first-child {
  position: absolute;

  top: 50%;
  left: 13px;

  transform: translateY(-50%);

  color: rgba(153, 199, 163, 0.65);

  font-size: 13px;

  pointer-events: none;

  z-index: 2;
}

/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.organisations-enquiry-input-wrap input,
.organisations-enquiry-input-wrap select,
.organisations-enquiry-input-wrap textarea {
  width: 100%;

  border: 1px solid rgba(153, 199, 163, 0.18);

  border-radius: 6px;

  outline: none;

  background: rgba(4, 35, 26, 0.52);

  color: #ffffff;

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 12px;

  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

/* =========================================================
   INPUT
========================================================= */

.organisations-enquiry-input-wrap input,
.organisations-enquiry-input-wrap select {
  height: 43px;

  padding: 0 38px;
}

/* =========================================================
   TEXTAREA
========================================================= */

.organisations-enquiry-input-wrap textarea {
  min-height: 60px;
  padding: 12px 38px;
  resize: vertical;
  line-height: 20px;
}

/* =========================================================
   PLACEHOLDER
========================================================= */

.organisations-enquiry-input-wrap input::placeholder,
.organisations-enquiry-input-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* =========================================================
   SELECT
========================================================= */

.organisations-enquiry-input-wrap select {
  appearance: none;

  -webkit-appearance: none;

  cursor: pointer;
}

.organisations-enquiry-input-wrap select option {
  background: #12372a;

  color: #ffffff;
}

/* =========================================================
   SELECT ARROW
========================================================= */

.organisations-enquiry-input-wrap .select-arrow {
  position: absolute;

  top: 50%;
  right: 13px;

  transform: translateY(-50%);

  color: rgba(255, 255, 255, 0.7);

  font-size: 11px;

  pointer-events: none;
}

/* =========================================================
   FOCUS
========================================================= */

.organisations-enquiry-input-wrap input:focus,
.organisations-enquiry-input-wrap select:focus,
.organisations-enquiry-input-wrap textarea:focus {
  border-color: rgba(153, 199, 163, 0.55);

  background: rgba(7, 43, 32, 0.8);

  box-shadow: 0 0 0 3px rgba(92, 146, 105, 0.08);
}

/* =========================================================
   SUBMIT BUTTON
========================================================= */

.organisations-enquiry-submit {
  width: 100%;

  min-height: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  margin-top: 1px;

  padding: 12px 18px;

  border: 1px solid rgba(153, 199, 163, 0.2);

  border-radius: 6px;

  background: var(--color-main);

  color: #ffffff;

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 12px;

  font-weight: 600;

  cursor: pointer;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.organisations-enquiry-submit:hover {
  background: var(--color-lighter);

  color: var(--heading-color);

  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(92, 146, 105, 0.2);
}

/* =========================================================
   CONFIDENTIAL NOTE
========================================================= */

.organisations-enquiry-confidential {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

  margin-top: -5px;

  color: rgba(153, 199, 163, 0.65);

  font-family: var(--font-2), "Lato", sans-serif;

  font-size: 10px;

  line-height: 1.5;

  text-align: center;
}

.organisations-enquiry-confidential i {
  color: var(--color-lighter);

  font-size: 11px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .organisations-enquiry {
    padding: 90px 0 100px;
  }

  .organisations-enquiry-header {
    margin-bottom: 50px;
  }

  .organisations-enquiry-title {
    font-size: clamp(42px, 6vw, 58px);
  }

  .organisations-enquiry-description {
    font-size: 15px;
  }

  .organisations-enquiry-form-card {
    max-width: 600px;

    padding: 28px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .organisations-enquiry {
    padding: 40px 0 80px;
  }

  .organisations-enquiry-header {
    margin-bottom: 40px;
  }

  .organisations-enquiry-eyebrow {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
  }

  .organisations-enquiry-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .organisations-enquiry-line {
    width: 45px;
    margin: 21px 0;
  }

  .organisations-enquiry-description {
    font-size: 14px;
    line-height: 20px;
  }

  /* Form */

  .organisations-enquiry-form-card {
    padding: 22px 18px;
    border-radius: 15px;
  }

  .organisations-enquiry-form-header {
    gap: 12px;
    margin-bottom: 24px;
  }

  .organisations-enquiry-form-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .organisations-enquiry-form-header h3 {
    font-size: 20px;
  }

  /* Rows become single column */

  .organisations-enquiry-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .organisations-enquiry-form {
    gap: 17px;
  }

  .organisations-enquiry-field label {
    font-size: 14px;
    text-align: start;
  }

  .organisations-enquiry-input-wrap input,
  .organisations-enquiry-input-wrap select {
    height: 45px;
    font-size: 12px;
  }

  .organisations-enquiry-input-wrap textarea {
    min-height: 110px;
    font-size: 12px;
  }

  .organisations-enquiry-submit {
    min-height: 47px;
    padding: 12px 14px;
    font-size: 11px;
  }

  .organisations-enquiry-confidential {
    font-size: 9px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
  .organisations-enquiry {
    padding: 60px 0 70px;
  }

  .organisations-enquiry-title {
    font-size: 36px;
  }

  .organisations-enquiry-form-card {
    padding: 20px 14px;
  }

  .organisations-enquiry-form-header h3 {
    font-size: 18px;
  }

  .organisations-enquiry-form-header p {
    font-size: 11px;
  }

  .organisations-enquiry-input-wrap input,
  .organisations-enquiry-input-wrap select {
    height: 44px;

    padding-left: 36px;
  }

  .organisations-enquiry-input-wrap textarea {
    padding-left: 36px;
  }

  .organisations-enquiry-submit {
    font-size: 10px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .organisations-enquiry-input-wrap input,
  .organisations-enquiry-input-wrap select,
  .organisations-enquiry-input-wrap textarea,
  .organisations-enquiry-submit {
    transition: none;
  }
}
