/* CSS Document */

/* ──────────────────────────────────────────────────────────
   TCM Alliance Group - Global CSS
   Primair kleur: #446733
   Gebaseerd op tcm-motion.com layout.css + index.php stijlen
────────────────────────────────────────────────────────── */

/* ── ROOT (global tokens) ─────────────────────────────── */
:root {
  --g:        #103100;
  --g-dark:   #2d4a26;
  --g-mid:    #5a8a4a;
  --g-light:  #88b878;
  --g-pale:   #e2f0dd;
  --g-xpale:  #f0f7ed;
  --gr:	   #00651b;
  --cream:    #faf8f4;
  --white:    #ffffff;
  --ink:      #111714;
  --ink-60:   rgba(17,23,20,.6);
  --ink-30:   rgba(17,23,20,.3);
  --gold:     #c8a96e;
  --gold-lt:  #f0e4cc;
  --r:        8px;
  --r-lg:     16px;
  --r-xl:     24px;
  --ease:     cubic-bezier(.25,.46,.45,.94);
  --max:      1320px;
  
  --mag-navy:   #0b2a22;
  --mag-cream:  #f6f0e6;
  --mag-border: rgba(255,255,255,.10);
  --mag-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #000;
}

body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  background: #000;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ── SITE HEADER (van index.php) ─────────────────────── */
.site-header {
  width: 100%;
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 18px 24px;
}

.header-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.org-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: #25104a;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 0 24px rgba(86,45,160,0.35);
  transition: transform .2s, box-shadow .2s;
}

.org-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(86,45,160,0.5);
}

/* ── MAIN LAYOUT (van index.php) ─────────────────────── */
main {
  width: 100%;
  background: #000;
  padding: 60px 24px 60px;
}

/* ── MAIN LAYOUT (sidebar breder) ─────────────────────── */
.page-layout {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 36px;
  align-items: start;
}

.hero-wrap {
  width: 100%;
  max-width: 950px;
}

.hero-image {
  display: block;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin: 0;
}

/* ── ASIDE MENU (index.php stijlen) ───────────────────── */
.aside-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.aside-link {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 126px;
  padding: 12px 16px;
  border-radius: 18px;
  background: var(--gr);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--mag-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.aside-link:hover {
  transform: translateY(-2px);
  border-color: rgba(199,154,80,0.55);
  box-shadow: 0 22px 55px rgba(68,103,51,0.35);
}

.aside-thumb {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  padding: 8px;
}

.aside-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ── FOOTER (aangepast voor #446733) ──────────────────── */
.footer {
  background: var(--g);
  padding: 3rem 2rem 2rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.footer-brand h4,
.footer-col h5,
.footer-office h5 {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.footer-brand p {
  color: rgba(255,255,255,.85);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-col a {
  color: rgba(255,255,255,.75);
  font-size: 0.85rem;
  transition: color 0.2s;
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Footer sites (logo links) */
.footer-sites {
  max-width: var(--max);
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem;
}

.footer-site-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  padding: 0.75rem;
  border-radius: var(--r-lg);
  transition: background 0.2s;
  text-decoration: none;
}

.footer-site-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.footer-site-card img {
  
  height: 80px;
  object-fit: contain;
}

.footer-site-card span {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.03em;
}

.footer-site-card:hover span {
  color: var(--white);
}

/* Footer offices */
.footer-offices {
  max-width: var(--max);
  margin: 2rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-offices-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.footer-office h5 {
  color: var(--white);
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-office p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.footer-office a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-office a:hover {
  color: var(--white);
  text-decoration: underline;
}

/* Footer bottom */
.footer-bottom {
  max-width: var(--max);
  margin: 1.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  padding-top: 1rem;
}

.footer-bottom span,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a:hover {
  color: var(--white);
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1100px) {

  .page-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-wrap,
  .hero-image {
    max-width: 950px;
    margin: 0 auto;
  }
  .aside-menu {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 0;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-sites {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .footer-offices-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 14px 16px;
  }
  .header-inner {
    justify-content: center;
  }
  .org-button {
    width: 100%;
    max-width: 260px;
  }
  main {
    padding: 20px 12px 42px;
  }
  .aside-link {
    min-height: 104px;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .aside-thumb {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }
  .aside-title {
    font-size: 16px;
  }
  .footer {
    padding: 2rem 1rem 1.5rem;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-sites {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-offices-inner {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-sites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ──────────────────────────────────────────────────────────
   NAVIGATIE STIJLEN (toegevoegd voor tcm-alliance-group.com)
────────────────────────────────────────────────────────── */

/* Site Navigation */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--g);
  height: 58px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 20px rgba(0,0,0,.18);
}

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  min-width: 0;
}

.nav-logo img {
  height: 45px;
  width: 45px;
  object-fit: contain;
  padding: 3px;
  flex-shrink: 0;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.nav-logo-text strong {
  font-size: .95rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: .06em;
}

.nav-logo-text small {
  font-size: .65rem;
  color: rgba(255,255,255,.65);
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-left: auto;
}

/* Hamburger button */
.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.88);
  border-radius: 2px;
  transition: .3s;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Navigation dropdown */
.nav-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 58px;
  right: 0;
  width: min(300px, calc(100vw - 24px));
  background: var(--g-dark);
  padding: 1.1rem;
  gap: .35rem;
  list-style: none;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.nav-links.open {
  display: flex;
}

.nav-group {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  width: 100%;
}

.nav-submenu-title {
  font-size: .72rem;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .4rem .95rem .15rem;
}

.nav-main-link {
  display: block;
  width: 100%;
  font-size: .85rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .2s, color .2s;
  padding: .55rem 1rem;
  border-radius: 8px;
  text-align: left;
}

.nav-main-link:hover {
  color: var(--white);
  background: rgba(255,255,255,.08);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--g-dark) !important;
  padding: .55rem 1rem;
  border-radius: 4px;
  font-size: .8rem;
  font-weight: 600 !important;
  transition: background .2s, transform .2s !important;
  white-space: nowrap;
  line-height: 1;
}

.nav-cta:hover {
  background: var(--gold-lt) !important;
  transform: translateY(-1px);
}

.nav-links .nav-cta {
  width: 100%;
  margin-top: .35rem;
  min-height: 44px;
  padding-top: .95rem;
}

/* Language selector */
.nav-language-select-wrap {
  margin: 6px 0 14px;
}

.nav-language-select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.nav-language-select option {
  color: #111;
  background: #fff;
}

.nav-language-select:focus {
  border-color: rgba(255,255,255,.35);
}

/* ──────────────────────────────────────────────────────────
   HERO BADGE (uit tcm-motion.com layout.css)
────────────────────────────────────────────────────────── */
.hero-badge {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 10;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 -8px 24px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

.hero-badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--g-pale);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.hero-badge-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--g);
  fill: none;
  stroke-width: 1.8;
}

.hero-badge > div:last-child {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
  min-width: 0;
}

.hero-badge strong {
  font-size: .95rem;
  color: var(--g-dark);
  display: inline;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-badge span {
  font-size: .82rem;
  color: var(--ink-60);
  line-height: 1.35;
  display: inline;
}

/* ──────────────────────────────────────────────────────────
   RESPONSIVE NAVIGATIE
────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-inner {
    padding: 0 1rem;
    gap: .5rem;
  }
  .nav-logo-text strong {
    font-size: .88rem;
  }
  .nav-logo-text small {
    font-size: .58rem;
  }
  .nav-links {
    right: 8px;
    width: calc(100vw - 16px);
  }
  .hero-badge {
    padding: 0.75rem 1rem;
  }
  .hero-badge strong {
    font-size: 0.85rem;
    white-space: normal;
  }
  .hero-badge span {
    font-size: 0.75rem;
  }
  .hero-badge > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

@media (max-width: 480px) {
  .nav-logo-text small {
    display: none;
  }
  .hero-badge {
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 0.65rem 0.85rem;
  }
}

/* ── INFO CARDS (voor tekstblokken op index) ─────────── */
.info-card {
    background: var(--g);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.info-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.info-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 1rem;
}

.info-card p:last-child {
    margin-bottom: 0;
}

/* Extra margin voor tweede page-layout */
.page-layout + .page-layout {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .info-card {
        padding: 1.5rem;
    }
    .info-card h3 {
        font-size: 1.5rem;
    }
    .info-card p {
        font-size: 0.9rem;
    }
}

/* Aside text with slogan */
.aside-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.aside-slogan {
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .aside-slogan {
        font-size: 0.7rem;
    }
}

/* ──────────────────────────────────────────────────────────
   LIDMAATSCHAP CARD (sidebar)
────────────────────────────────────────────────────────── */
.membership-card {
    background: #00651b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.membership-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 0.5rem;
}

.membership-options {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.membership-category h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.membership-category ul {
    margin: 0;
    padding-left: 1.25rem;
}

.membership-category li {
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.25rem;
}

.membership-category li strong {
    color: var(--gold);
    font-weight: 600;
}

.membership-category .note {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
    margin-top: 0.5rem;
}

.membership-cta {
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.membership-cta p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1rem;
}

.btn-membership {
    display: inline-block;
    background: var(--gold);
    color: var(--g-dark) !important;
    padding: 0.75rem 1.25rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-membership:hover {
    background: var(--gold-lt);
    transform: translateY(-2px);
}

/* Platform links */
.platform-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.platform-link {
    display: block;
    padding: 0.6rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.2s ease;
}

.platform-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--gold);
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .membership-card {
        padding: 1.25rem;
    }
    
    .membership-card h3 {
        font-size: 1.3rem;
    }
    
    .btn-membership {
        display: block;
        text-align: center;
    }
}

.mono-icon {
        width: 1.15em;
        height: 1.15em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: currentColor;
        vertical-align: -0.18em;
        margin-right: 0.45rem;
    }

    .mono-icon svg {
        width: 100%;
        height: 100%;
        display: block;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .membership-card h3,
    .membership-category h4 {
        display: flex;
        align-items: center;
        gap: 0.15rem;
    }

    .membership-card h3 .mono-icon,
    .membership-category h4 .mono-icon {
        color: #4169E1;
    }
	
	/* ── INDEX LINKER HOOFDKOLOM ─────────────────────────── */
.main-column {
  width: 100%;
  max-width: 950px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main-column .hero-wrap,
.main-column .hero-image {
  max-width: 950px;
}

.main-column .info-card {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .main-column {
    max-width: 950px;
    margin: 0 auto;
  }
}



/* ──────────────────────────────────────────────────────────
   INDEX 2026 - DYNAMISCHE HOMEPAGE
   Plaats dit onderaan /css/layout.css
────────────────────────────────────────────────────────── */

.tag-index {
  padding: 58px 0 0;
  background:
    radial-gradient(circle at 15% 4%, rgba(0,101,27,.28), transparent 32%),
    radial-gradient(circle at 85% 12%, rgba(200,169,110,.18), transparent 30%),
    #000;
  color: #fff;
}

.tag-hero {
  position: relative;
  min-height: calc(100vh - 58px);
  display: flex;
  align-items: center;
  padding: 5.5rem 2rem 4.5rem;
  overflow: hidden;
  isolation: isolate;
}

.tag-hero-glow {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(0,0,0,.98), rgba(4,31,10,.85) 48%, rgba(0,0,0,.94)),
    radial-gradient(circle at 70% 46%, rgba(0,101,27,.42), transparent 38%);
}

.tag-hero-glow::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: rotate(-6deg);
  animation: tagGridMove 22s linear infinite;
  opacity: .38;
}

.tag-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(560px, 1.28fr);
  gap: 3rem;
  align-items: center;
}

.tag-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 560px;
}

.tag-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tag-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.tag-hero h1,
.tag-section-head h2,
.tag-flow-copy h2,
.tag-membership-copy h2,
.tag-global-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: -.035em;
  line-height: .98;
}

.tag-hero h1 {
  margin: 1.15rem 0 1rem;
  font-size: clamp(2.9rem, 5.1vw, 5.4rem);
}

.tag-hero-subtitle {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(.98rem, 1.25vw, 1.13rem);
  line-height: 1.75;
}

.tag-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.8rem;
}

.tag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.tag-btn:hover {
  transform: translateY(-2px);
}

.tag-btn-gold {
  background: var(--gold);
  color: #14210e !important;
  box-shadow: 0 16px 36px rgba(200,169,110,.25);
}

.tag-btn-gold:hover {
  background: var(--gold-lt);
  box-shadow: 0 20px 44px rgba(200,169,110,.34);
}

.tag-btn-dark {
  color: #fff !important;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}

.tag-btn-dark:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(200,169,110,.5);
}

.tag-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}

.tag-hero-points div {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(14px);
}

.tag-hero-points strong {
  display: block;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
}

.tag-hero-points span {
  display: block;
  margin-top: .35rem;
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tag-hero-media {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.tag-hero-image {
  width: min(100%, 790px);
  height: auto;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 34px 70px rgba(0,0,0,.62));
  animation: tagFloat 5.8s ease-in-out infinite;
}

.tag-orbit {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

.tag-orbit-one {
  width: min(92vw, 760px);
  border: 1px solid rgba(200,169,110,.22);
  animation: tagRotate 26s linear infinite;
}

.tag-orbit-two {
  width: min(78vw, 560px);
  border: 1px dashed rgba(255,255,255,.11);
  animation: tagRotateReverse 34s linear infinite;
}

.tag-float-card {
  position: absolute;
  z-index: 5;
  width: min(250px, 38vw);
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(8,35,12,.82);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 52px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}

.tag-float-card span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .73rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tag-float-card strong {
  display: block;
  margin-top: .3rem;
  color: #fff;
  font-size: .95rem;
}

.tag-float-top {
  top: 8%;
  right: 2%;
  animation: tagFloatSmall 5.2s ease-in-out infinite;
}

.tag-float-bottom {
  bottom: 11%;
  left: 3%;
  animation: tagFloatSmall 5.8s ease-in-out infinite reverse;
}

/* Sections */

.tag-intro-section,
.tag-ecosystem-section,
.tag-membership-section,
.tag-global-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem 2rem;
}

.tag-section-head {
  max-width: 1000px;
  margin-bottom: 2.2rem;
}

.tag-section-head-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tag-section-head-centered .tag-eyebrow {
  justify-content: center;
}

.tag-section-head h2,
.tag-flow-copy h2,
.tag-membership-copy h2,
.tag-global-intro h2 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
}

.tag-section-head p,
.tag-flow-copy p,
.tag-membership-copy p,
.tag-global-intro p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.8;
}

.tag-section-head-centered p {
  margin-left: auto;
  margin-right: auto;
}

.tag-core-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tag-core-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    rgba(0,101,27,.16);
  border: 1px solid rgba(255,255,255,.11);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tag-core-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(200,169,110,.1);
}

.tag-core-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,169,110,.5);
  box-shadow: 0 24px 58px rgba(0,0,0,.28);
}

.tag-card-number {
  display: inline-flex;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.tag-core-card h3 {
  margin: .85rem 0 .6rem;
  color: #fff;
  font-size: 1.12rem;
}

.tag-core-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.68;
}

/* Platforms */

.tag-platforms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tag-platform-card {
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(0,101,27,.55), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.tag-platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,169,110,.55);
  box-shadow: 0 24px 62px rgba(0,0,0,.34);
  background:
    linear-gradient(145deg, rgba(0,101,27,.78), rgba(255,255,255,.06));
}

.tag-platform-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 74px;
  padding: .45rem;
  border-radius: 18px;
  background: rgba(255,255,255,.075);
}

.tag-platform-card h3 {
  margin: .1rem 0 .45rem;
  color: #fff;
  font-size: 1.08rem;
}

.tag-platform-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.62;
}

.tag-platform-card-wide {
  grid-column: span 3;
  min-height: 150px;
  align-items: center;
}

/* Flow */

.tag-flow-section {
  padding: 5rem 2rem;
  background:
    linear-gradient(90deg, rgba(16,49,0,.97), rgba(0,101,27,.72)),
    radial-gradient(circle at 82% 18%, rgba(200,169,110,.24), transparent 32%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.tag-flow-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr);
  gap: 2rem;
  align-items: start;
}

.tag-flow-copy {
  position: sticky;
  top: 92px;
}

.tag-flow-list {
  display: grid;
  gap: 1rem;
}

.tag-flow-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.35rem;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .22s ease, border-color .22s ease;
}

.tag-flow-list article:hover {
  transform: translateX(6px);
  border-color: rgba(200,169,110,.5);
}

.tag-flow-list span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #14210e;
  font-size: 1.2rem;
  font-weight: 800;
}

.tag-flow-list h3 {
  margin: 0 0 .4rem;
  color: #fff;
  font-size: 1.08rem;
}

.tag-flow-list p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.62;
}

/* Membership */

.tag-membership-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 1.2rem;
  align-items: stretch;
}

.tag-membership-copy,
.tag-membership-panel,
.tag-global-intro,
.tag-location-grid article {
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.tag-membership-copy {
  padding: 2.2rem;
  background:
    radial-gradient(circle at 88% 12%, rgba(200,169,110,.2), transparent 32%),
    rgba(255,255,255,.055);
}

.tag-membership-panel {
  padding: 2rem;
  background:
    linear-gradient(145deg, rgba(0,101,27,.82), rgba(16,49,0,.92));
}

.tag-membership-panel h3 {
  margin: 0 0 1rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1.1;
}

.tag-membership-panel ul {
  margin: 0 0 1.4rem;
  padding-left: 1.1rem;
}

.tag-membership-panel li {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  margin-bottom: .45rem;
}

/* Global */

.tag-global-section {
  padding-top: 0;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 1.2rem;
}

.tag-global-intro {
  padding: 2.2rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(200,169,110,.2), transparent 36%),
    rgba(255,255,255,.055);
}

.tag-location-grid {
  display: grid;
  gap: 1rem;
}

.tag-location-grid article {
  padding: 1.45rem;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
}

.tag-location-grid span {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tag-location-grid strong {
  color: #fff;
  font-size: 1.05rem;
  text-align: right;
}

/* Animaties */

@keyframes tagGridMove {
  from {
    transform: translate3d(0,0,0) rotate(-6deg);
  }
  to {
    transform: translate3d(64px,64px,0) rotate(-6deg);
  }
}

@keyframes tagFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-14px) scale(1.012);
  }
}

@keyframes tagFloatSmall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes tagRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes tagRotateReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* Responsive */

@media (max-width: 1180px) {
  .tag-hero-inner,
  .tag-flow-inner,
  .tag-membership-card,
  .tag-global-section {
    grid-template-columns: 1fr;
  }

  .tag-hero-copy {
    max-width: 760px;
  }

  .tag-hero h1 {
    font-size: clamp(2.9rem, 8vw, 5.2rem);
  }

  .tag-hero-subtitle {
    max-width: 720px;
  }

  .tag-hero-media {
    min-height: 610px;
  }

  .tag-flow-copy {
    position: relative;
    top: auto;
  }

  .tag-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tag-platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tag-platform-card-wide {
    grid-column: span 2;
  }

  .tag-global-section {
    padding-top: 3rem;
  }
}

@media (max-width: 768px) {
  .tag-index {
    padding-top: 58px;
  }

  .tag-hero {
    min-height: auto;
    padding: 3.5rem 1rem 3rem;
  }

  .tag-hero-inner {
    gap: 2rem;
  }

  .tag-hero h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .tag-hero-subtitle {
    font-size: .98rem;
  }

  .tag-hero-actions {
    flex-direction: column;
  }

  .tag-btn {
    width: 100%;
  }

  .tag-hero-points {
    grid-template-columns: 1fr;
  }

  .tag-hero-media {
    min-height: 430px;
  }

  .tag-hero-image {
    width: min(100%, 460px);
  }

  .tag-orbit-one {
    width: min(88vw, 430px);
  }

  .tag-orbit-two {
    width: min(76vw, 330px);
  }

  .tag-float-card {
    display: none;
  }

  .tag-intro-section,
  .tag-ecosystem-section,
  .tag-membership-section,
  .tag-global-section {
    padding: 3.4rem 1rem;
  }

  .tag-flow-section {
    padding: 3.4rem 1rem;
  }

  .tag-section-head h2,
  .tag-flow-copy h2,
  .tag-membership-copy h2,
  .tag-global-intro h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .tag-core-grid,
  .tag-platforms {
    grid-template-columns: 1fr;
  }

  .tag-platform-card-wide {
    grid-column: span 1;
  }

  .tag-platform-card {
    min-height: auto;
  }

  .tag-flow-list article {
    grid-template-columns: 48px 1fr;
    gap: .9rem;
  }

  .tag-flow-list span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .tag-membership-copy,
  .tag-membership-panel,
  .tag-global-intro {
    padding: 1.4rem;
    border-radius: 22px;
  }

  .tag-location-grid article {
    flex-direction: column;
    align-items: flex-start;
  }

  .tag-location-grid strong {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .tag-hero-media {
    min-height: 360px;
  }

  .tag-hero-image {
    width: min(100%, 380px);
  }

  .tag-platform-card {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tag-hero-glow::before,
  .tag-hero-image,
  .tag-orbit,
  .tag-float-card {
    animation: none;
  }

  .tag-btn,
  .tag-core-card,
  .tag-platform-card,
  .tag-flow-list article {
    transition: none;
  }
}

/* Correctie hero: foto links groter, tekst rechts smaller */
.tag-hero-inner {
  grid-template-columns: minmax(560px, 1.28fr) minmax(320px, .72fr);
  gap: 3rem;
}

.tag-hero-media {
  min-height: 680px;
}

.tag-hero-image {
  width: min(100%, 790px);
}

.tag-hero-copy {
  max-width: 560px;
  justify-self: start;
}

/* Als de foto links staat, floating cards netjes binnen de fotozijde houden */
.tag-float-top {
  top: 8%;
  left: 2%;
  right: auto;
}

.tag-float-bottom {
  bottom: 11%;
  right: 3%;
  left: auto;
}

/* Tablet */
@media (max-width: 1180px) {
  .tag-hero-inner {
    grid-template-columns: 1fr;
  }

  .tag-hero-media {
    min-height: 610px;
  }

  .tag-hero-image {
    width: min(100%, 760px);
  }

  .tag-hero-copy {
    max-width: 760px;
  }
}

/* Mobiel */
@media (max-width: 768px) {
  .tag-hero-media {
    min-height: 430px;
  }

  .tag-hero-image {
    width: min(100%, 460px);
  }
}

@media (max-width: 480px) {
  .tag-hero-media {
    min-height: 360px;
  }

  .tag-hero-image {
    width: min(100%, 380px);
  }
}

/* ──────────────────────────────────────────────────────────
   MEMBERSHIP.PHP - TCM ALLIANCE GROUP
   Plaats dit onderaan /css/layout.css
────────────────────────────────────────────────────────── */

.tag-membership-page {
  padding: 58px 0 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(0,101,27,.28), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(200,169,110,.16), transparent 32%),
    #000;
  color: #fff;
}

.tag-member-hero {
  position: relative;
  min-height: calc(82vh - 58px);
  display: flex;
  align-items: center;
  padding: 5.5rem 2rem 4.5rem;
  overflow: hidden;
  isolation: isolate;
}

.tag-member-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(0,0,0,.98), rgba(4,31,10,.86) 52%, rgba(0,0,0,.95)),
    radial-gradient(circle at 76% 44%, rgba(0,101,27,.36), transparent 40%);
}

.tag-member-hero-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: rotate(-6deg);
  animation: tagMemberGridMove 24s linear infinite;
  opacity: .35;
}

.tag-member-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.1fr);
  gap: 3rem;
  align-items: center;
}

.tag-member-hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 3;
}

.tag-member-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tag-member-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.tag-member-hero h1,
.tag-member-section-head h2,
.tag-member-process-card h2,
.tag-member-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: -.035em;
  line-height: .98;
}

.tag-member-hero h1 {
  margin: 1.15rem 0 1rem;
  font-size: clamp(2.9rem, 5vw, 5.2rem);
}

.tag-member-hero p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(.98rem, 1.25vw, 1.13rem);
  line-height: 1.78;
}

.tag-member-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.9rem;
}

.tag-member-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.tag-member-btn:hover {
  transform: translateY(-2px);
}

.tag-member-btn-gold {
  background: var(--gold);
  color: #14210e !important;
  box-shadow: 0 16px 36px rgba(200,169,110,.25);
}

.tag-member-btn-gold:hover {
  background: var(--gold-lt);
  box-shadow: 0 20px 44px rgba(200,169,110,.34);
}

.tag-member-btn-dark {
  color: #fff !important;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}

.tag-member-btn-dark:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(200,169,110,.5);
}

.tag-member-hero-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.tag-member-panel-logo {
  position: relative;
  z-index: 3;
  width: min(100%, 560px);
  padding: 2rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at 70% 18%, rgba(200,169,110,.16), transparent 42%),
    rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 80px rgba(0,0,0,.46);
  animation: tagMemberFloat 5.8s ease-in-out infinite;
}

.tag-member-panel-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 48px rgba(0,0,0,.48));
}

.tag-member-panel-card {
  position: absolute;
  top: 3%;
  right: 0;
  z-index: 5;
  width: min(260px, 40vw);
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(8,35,12,.84);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 52px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}

.tag-member-panel-card span {
  display: block;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tag-member-panel-card strong {
  display: block;
  margin-top: .35rem;
  color: #fff;
  font-size: .95rem;
  line-height: 1.45;
}

.tag-member-panel-points {
  position: absolute;
  left: 0;
  bottom: 2%;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  width: min(100%, 560px);
}

.tag-member-panel-points div {
  padding: .9rem;
  border-radius: 16px;
  background: rgba(8,35,12,.82);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(16px);
}

.tag-member-panel-points strong {
  display: block;
  color: #fff;
  font-size: .9rem;
}

.tag-member-panel-points span {
  display: block;
  margin-top: .25rem;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  line-height: 1.35;
}

.tag-member-intro,
.tag-member-options,
.tag-member-comparison,
.tag-member-process,
.tag-member-cta {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem 2rem;
}

.tag-member-section-head {
  max-width: 860px;
  margin-bottom: 2.2rem;
}

.tag-member-section-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tag-member-section-centered .tag-member-eyebrow {
  justify-content: center;
}

.tag-member-section-head h2,
.tag-member-process-card h2,
.tag-member-cta h2 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
}

.tag-member-section-head p,
.tag-member-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.8;
}

.tag-member-section-centered p,
.tag-member-cta p {
  margin-left: auto;
  margin-right: auto;
}

.tag-member-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tag-member-route-grid article,
.tag-member-card,
.tag-member-process-card,
.tag-member-cta-inner {
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    rgba(0,101,27,.14);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 20px 58px rgba(0,0,0,.22);
}

.tag-member-route-grid article {
  padding: 1.5rem;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tag-member-route-grid article:hover,
.tag-member-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,169,110,.52);
  box-shadow: 0 26px 64px rgba(0,0,0,.32);
}

.tag-member-route-grid span {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.tag-member-route-grid h3 {
  margin: .85rem 0 .55rem;
  color: #fff;
  font-size: 1.08rem;
}

.tag-member-route-grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.66;
  font-size: .92rem;
}

.tag-member-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tag-member-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 1.5rem;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tag-member-card-featured {
  background:
    radial-gradient(circle at 85% 10%, rgba(200,169,110,.2), transparent 36%),
    linear-gradient(145deg, rgba(0,101,27,.78), rgba(16,49,0,.94));
  border-color: rgba(200,169,110,.35);
}

.tag-member-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 .75rem;
  border-radius: 999px;
  background: rgba(200,169,110,.16);
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tag-member-card h3 {
  margin: 1rem 0 .65rem;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.05;
}

.tag-member-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.tag-member-card ul {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.1rem;
}

.tag-member-card li {
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  margin-bottom: .4rem;
  font-size: .92rem;
}

.tag-member-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.tag-member-card-link:hover {
  transform: translateY(-2px);
  background: var(--gold);
  border-color: var(--gold);
  color: #14210e !important;
}

.tag-member-table-wrap {
  overflow-x: auto;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 20px 58px rgba(0,0,0,.22);
}

.tag-member-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
  background: rgba(255,255,255,.045);
}

.tag-member-table th,
.tag-member-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.1);
  vertical-align: top;
}

.tag-member-table th {
  background: rgba(0,101,27,.72);
  color: var(--gold);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tag-member-table td {
  color: rgba(255,255,255,.78);
  line-height: 1.55;
  font-size: .92rem;
}

.tag-member-table td:first-child {
  color: #fff;
  font-weight: 700;
}

.tag-member-table tr:last-child td {
  border-bottom: 0;
}

.tag-member-table a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.tag-member-table a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tag-member-process-card {
  padding: 2.2rem;
  background:
    linear-gradient(90deg, rgba(16,49,0,.97), rgba(0,101,27,.72)),
    radial-gradient(circle at 82% 18%, rgba(200,169,110,.24), transparent 32%);
}

.tag-member-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.tag-member-process-steps article {
  padding: 1.35rem;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.tag-member-process-steps span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold);
  color: #14210e;
  font-weight: 800;
}

.tag-member-process-steps h3 {
  margin: 1rem 0 .5rem;
  color: #fff;
}

.tag-member-process-steps p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.tag-member-cta {
  padding-top: 0;
}

.tag-member-cta-inner {
  text-align: center;
  padding: 3rem 2rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(200,169,110,.24), transparent 34%),
    linear-gradient(145deg, rgba(0,101,27,.74), rgba(16,49,0,.95));
}

.tag-member-cta .tag-member-btn {
  margin-top: 1.6rem;
}

@keyframes tagMemberGridMove {
  from { transform: translate3d(0,0,0) rotate(-6deg); }
  to { transform: translate3d(64px,64px,0) rotate(-6deg); }
}

@keyframes tagMemberFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.01); }
}

@media (max-width: 1180px) {
  .tag-member-hero-inner { grid-template-columns: 1fr; }
  .tag-member-hero-copy { max-width: 780px; }
  .tag-member-hero-panel { min-height: 520px; }
  .tag-member-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tag-member-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .tag-membership-page { padding-top: 58px; }
  .tag-member-hero { min-height: auto; padding: 3.5rem 1rem 3rem; }
  .tag-member-hero h1 { font-size: clamp(2.45rem, 13vw, 4.15rem); }
  .tag-member-hero-actions { flex-direction: column; }
  .tag-member-btn { width: 100%; }
  .tag-member-hero-panel { min-height: auto; display: block; }
  .tag-member-panel-logo { width: 100%; padding: 1rem; border-radius: 24px; }
  .tag-member-panel-card,
  .tag-member-panel-points { position: relative; inset: auto; width: 100%; margin-top: 1rem; }
  .tag-member-panel-card { width: 100%; }
  .tag-member-panel-points { grid-template-columns: 1fr; }
  .tag-member-intro,
  .tag-member-options,
  .tag-member-comparison,
  .tag-member-process,
  .tag-member-cta { padding: 3.4rem 1rem; }
  .tag-member-section-head h2,
  .tag-member-process-card h2,
  .tag-member-cta h2 { font-size: clamp(2rem, 10vw, 3.15rem); }
  .tag-member-route-grid,
  .tag-member-card-grid,
  .tag-member-process-steps { grid-template-columns: 1fr; }
  .tag-member-card { min-height: auto; }
  .tag-member-process-card,
  .tag-member-cta-inner { padding: 1.4rem; border-radius: 22px; }
  .tag-member-cta { padding-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tag-member-hero-bg::before,
  .tag-member-panel-logo { animation: none; }
  .tag-member-btn,
  .tag-member-route-grid article,
  .tag-member-card,
  .tag-member-card-link { transition: none; }
}

/* ──────────────────────────────────────────────────────────
   OVER.PHP - TCM ALLIANCE GROUP
   Plaats dit onderaan /css/layout.css
────────────────────────────────────────────────────────── */

.tag-about-page {
  padding: 58px 0 0;
  background: radial-gradient(circle at 12% 4%, rgba(0,101,27,.28), transparent 30%), radial-gradient(circle at 88% 12%, rgba(200,169,110,.16), transparent 32%), #000;
  color: #fff;
}

.tag-about-hero {
  position: relative;
  min-height: calc(86vh - 58px);
  display: flex;
  align-items: center;
  padding: 5.5rem 2rem 4.5rem;
  overflow: hidden;
  isolation: isolate;
}

.tag-about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(120deg, rgba(0,0,0,.98), rgba(4,31,10,.86) 52%, rgba(0,0,0,.95)), radial-gradient(circle at 72% 44%, rgba(0,101,27,.36), transparent 40%);
}

.tag-about-hero-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: rotate(-6deg);
  animation: tagAboutGridMove 24s linear infinite;
  opacity: .35;
}

.tag-about-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(500px, 1.08fr);
  gap: 3rem;
  align-items: center;
}

.tag-about-hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.tag-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tag-about-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.tag-about-hero h1,
.tag-about-section-head h2,
.tag-about-network-copy h2,
.tag-about-mission-card h2,
.tag-about-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: -.035em;
  line-height: .98;
}

.tag-about-hero h1 {
  margin: 1.15rem 0 1rem;
  font-size: clamp(2.85rem, 4.7vw, 5.1rem);
}

.tag-about-hero p,
.tag-about-section-head p,
.tag-about-network-copy p,
.tag-about-mission-card p,
.tag-about-cta p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(.98rem, 1.18vw, 1.1rem);
  line-height: 1.78;
}

.tag-about-hero-actions,
.tag-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.9rem;
}

.tag-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.tag-about-btn:hover { transform: translateY(-2px); }
.tag-about-btn-gold { background: var(--gold); color: #14210e !important; box-shadow: 0 16px 36px rgba(200,169,110,.25); }
.tag-about-btn-gold:hover { background: var(--gold-lt); }
.tag-about-btn-dark { color: #fff !important; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.tag-about-btn-dark:hover { background: rgba(255,255,255,.1); border-color: rgba(200,169,110,.5); }

.tag-about-hero-media {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.tag-about-logo {
  width: min(100%, 620px);
  height: auto;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 34px 70px rgba(0,0,0,.62));
  animation: tagAboutFloat 5.8s ease-in-out infinite;
}

.tag-about-orbit {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

.tag-about-orbit-one {
  width: min(86vw, 610px);
  border: 1px solid rgba(200,169,110,.22);
  animation: tagAboutRotate 28s linear infinite;
}

.tag-about-orbit-two {
  width: min(72vw, 470px);
  border: 1px dashed rgba(255,255,255,.11);
  animation: tagAboutRotateReverse 36s linear infinite;
}

.tag-about-intro,
.tag-about-pillars,
.tag-about-network,
.tag-about-mission,
.tag-about-cta {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem 2rem;
}

.tag-about-section-head {
  max-width: 920px;
  margin-bottom: 2.2rem;
}

.tag-about-section-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tag-about-section-centered .tag-about-eyebrow {
  justify-content: center;
}

.tag-about-section-head h2,
.tag-about-network-copy h2,
.tag-about-mission-card h2,
.tag-about-cta h2 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
}

.tag-about-pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.tag-about-pillar-grid article,
.tag-about-mission-card,
.tag-about-cta-inner {
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)), rgba(0,101,27,.14);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 20px 58px rgba(0,0,0,.22);
}

.tag-about-pillar-grid article {
  padding: 1.35rem;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tag-about-pillar-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(200,169,110,.52);
  box-shadow: 0 26px 64px rgba(0,0,0,.32);
}

.tag-about-pillar-grid span {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.tag-about-pillar-grid h3 {
  margin: .85rem 0 .55rem;
  color: #fff;
  font-size: 1.05rem;
}

.tag-about-pillar-grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.66;
  font-size: .9rem;
}

.tag-about-network {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 1.4rem;
  align-items: start;
}

.tag-about-platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.tag-about-platform-list a {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(0,101,27,.58), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.11);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.tag-about-platform-list a:hover {
  transform: translateX(5px);
  border-color: rgba(200,169,110,.55);
  background: linear-gradient(145deg, rgba(0,101,27,.78), rgba(255,255,255,.07));
}

.tag-about-mission-card {
  padding: 2.2rem;
  background: linear-gradient(90deg, rgba(16,49,0,.97), rgba(0,101,27,.72)), radial-gradient(circle at 82% 18%, rgba(200,169,110,.24), transparent 32%);
}

.tag-about-cta {
  padding-top: 0;
}

.tag-about-cta-inner {
  text-align: center;
  padding: 3rem 2rem;
  background: radial-gradient(circle at 50% 0%, rgba(200,169,110,.24), transparent 34%), linear-gradient(145deg, rgba(0,101,27,.74), rgba(16,49,0,.95));
}

.tag-about-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.tag-about-cta-actions {
  justify-content: center;
}

@keyframes tagAboutGridMove {
  from { transform: translate3d(0,0,0) rotate(-6deg); }
  to { transform: translate3d(64px,64px,0) rotate(-6deg); }
}

@keyframes tagAboutFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.01); }
}

@keyframes tagAboutRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes tagAboutRotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@media (max-width: 1180px) {
  .tag-about-hero-inner,
  .tag-about-network {
    grid-template-columns: 1fr;
  }
  .tag-about-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tag-about-page {
    padding-top: 58px;
  }
  .tag-about-hero {
    min-height: auto;
    padding: 3.5rem 1rem 3rem;
  }
  .tag-about-hero h1 {
    font-size: clamp(2.45rem, 13vw, 4.15rem);
  }
  .tag-about-hero-actions,
  .tag-about-cta-actions {
    flex-direction: column;
  }
  .tag-about-btn {
    width: 100%;
  }
  .tag-about-hero-media {
    min-height: 370px;
  }
  .tag-about-logo {
    width: min(100%, 420px);
  }
  .tag-about-intro,
  .tag-about-pillars,
  .tag-about-network,
  .tag-about-mission,
  .tag-about-cta {
    padding: 3.4rem 1rem;
  }
  .tag-about-section-head h2,
  .tag-about-network-copy h2,
  .tag-about-mission-card h2,
  .tag-about-cta h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }
  .tag-about-pillar-grid,
  .tag-about-platform-list {
    grid-template-columns: 1fr;
  }
  .tag-about-mission-card,
  .tag-about-cta-inner {
    padding: 1.4rem;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tag-about-hero-bg::before,
  .tag-about-logo,
  .tag-about-orbit {
    animation: none;
  }
}

/* Nav: login-button tekst links uitlijnen zoals de rest */
.nav-links .nav-cta {
  justify-content: flex-start;
  text-align: left;
  padding-left: 1rem;
}

/* ──────────────────────────────────────────────────────────
   CONTACT.PHP - TCM ALLIANCE GROUP
   Benodigde contact-CSS uit TCM Magazine, omgekleurd naar Alliance-stijl
   Plaats dit onderaan /css/layout.css
────────────────────────────────────────────────────────── */

.tag-contact {
  padding-top: 58px;
  background:
    radial-gradient(circle at 12% 4%, rgba(0,101,27,.28), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(200,169,110,.16), transparent 32%),
    #000;
  color: #fff;
}

.tag-contact .section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem 2rem;
}

.tag-contact .section-head {
  max-width: 820px;
  margin-bottom: 2rem;
}

.tag-contact .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .75rem;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tag-contact .section-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.tag-contact h1,
.tag-contact h2,
.tag-contact h3 {
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

.tag-contact p {
  color: rgba(255,255,255,.74);
  line-height: 1.78;
}

.tag-contact .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.tag-contact .btn:hover {
  transform: translateY(-2px);
}

.tag-contact .btn:not(.light) {
  background: var(--gold);
  color: #14210e !important;
  box-shadow: 0 16px 36px rgba(200,169,110,.25);
}

.tag-contact .btn:not(.light):hover {
  background: var(--gold-lt);
  box-shadow: 0 20px 44px rgba(200,169,110,.34);
}

.tag-contact .btn.light {
  color: #fff !important;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}

.tag-contact .btn.light:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(200,169,110,.5);
}

.contact-hero-mag {
  position: relative;
  padding: 5.5rem 2rem 4.5rem;
  overflow: hidden;
  isolation: isolate;
}

.contact-hero-mag::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(0,0,0,.98), rgba(4,31,10,.86) 52%, rgba(0,0,0,.95)),
    radial-gradient(circle at 74% 44%, rgba(0,101,27,.36), transparent 40%);
}

.contact-hero-mag::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: rotate(-6deg);
  animation: tagContactGridMove 24s linear infinite;
  opacity: .35;
}

.contact-hero-mag-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(500px, 1.08fr);
  gap: 3rem;
  align-items: center;
}

.contact-hero-mag-copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.contact-hero-mag-copy h1 {
  margin: 1.15rem 0 1rem;
  font-size: clamp(2.85rem, 4.8vw, 5.15rem);
  line-height: .98;
}

.contact-hero-mag-copy p {
  max-width: 660px;
  margin: 0;
  font-size: clamp(.98rem, 1.18vw, 1.1rem);
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.9rem;
}

.contact-hero-mag-media {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 18%, rgba(200,169,110,.18), transparent 42%),
    rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 80px rgba(0,0,0,.46);
}

.contact-hero-mag-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(.95) contrast(1.04);
  transition: transform .35s ease;
}

.contact-hero-mag-media:hover img {
  transform: scale(1.035);
}

.contact-page .contact-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-office-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 1.7rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    rgba(0,101,27,.14);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 20px 58px rgba(0,0,0,.22);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.contact-office-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200,169,110,.18), transparent 48%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.contact-office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(0,0,0,.32);
  border-color: rgba(200,169,110,.52);
}

.contact-office-card:hover::after {
  opacity: 1;
}

.contact-office-card h3,
.contact-office-card p {
  position: relative;
  z-index: 1;
}

.contact-office-card h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.55rem;
}

.contact-office-card p {
  margin: 0 0 1rem;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}

.contact-office-card p:last-child {
  margin-bottom: 0;
}

.contact-office-card a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.contact-office-card a:hover {
  color: var(--gold-lt);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-map-section {
  max-width: none !important;
  background:
    linear-gradient(90deg, rgba(16,49,0,.97), rgba(0,101,27,.72)),
    radial-gradient(circle at 82% 18%, rgba(200,169,110,.24), transparent 32%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.contact-map-section > .section-head,
.contact-map-section > .contact-map {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.contact-map {
  width: 100%;
  height: 520px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  background: #fff;
}

.tag-contact[dir="rtl"] .contact-hero-mag-copy,
.tag-contact[dir="rtl"] .section-head,
.tag-contact[dir="rtl"] .contact-office-card {
  text-align: right;
}

/* Leaflet mag niet over vaste header heen scrollen */
.site-nav {
  z-index: 9999;
}

.contact-map,
.leaflet-container {
  position: relative;
  z-index: 1;
}

.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
  z-index: 1;
}

@keyframes tagContactGridMove {
  from {
    transform: translate3d(0,0,0) rotate(-6deg);
  }
  to {
    transform: translate3d(64px,64px,0) rotate(-6deg);
  }
}

@media (max-width: 980px) {
  .tag-contact {
    padding-top: 58px;
  }

  .contact-hero-mag-inner {
    grid-template-columns: 1fr;
  }

  .contact-hero-mag-media {
    min-height: 360px;
  }

  .contact-hero-mag-media img {
    min-height: 360px;
  }

  .contact-page .contact-office-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-hero-mag {
    padding: 3.5rem 1rem 3rem;
  }

  .contact-hero-mag-inner {
    gap: 2rem;
  }

  .contact-hero-mag-copy h1 {
    font-size: clamp(2.45rem, 13vw, 4.15rem);
    max-width: none;
  }

  .contact-hero-actions {
    flex-direction: column;
  }

  .tag-contact .btn {
    width: 100%;
  }

  .tag-contact .section {
    padding: 3.4rem 1rem;
  }

  .contact-map {
    height: 420px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-mag::after,
  .contact-hero-mag-media img {
    animation: none;
    transition: none;
  }
}

/* AANMELDEN.PHP - TCM ALLIANCE GROUP */
.tag-join-page{padding:58px 0 0;background:radial-gradient(circle at 12% 4%,rgba(0,101,27,.28),transparent 30%),radial-gradient(circle at 86% 12%,rgba(200,169,110,.16),transparent 32%),#000;color:#fff}
.tag-join-hero{position:relative;padding:5rem 2rem 3.5rem;overflow:hidden;isolation:isolate}
.tag-join-hero-bg{position:absolute;inset:0;z-index:-2;background:linear-gradient(120deg,rgba(0,0,0,.98),rgba(4,31,10,.86) 52%,rgba(0,0,0,.95)),radial-gradient(circle at 74% 44%,rgba(0,101,27,.36),transparent 40%)}
.tag-join-hero-bg:before{content:"";position:absolute;inset:-20%;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;transform:rotate(-6deg);opacity:.35}
.tag-join-hero-inner{width:100%;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2rem;align-items:end}
.tag-join-hero-copy{max-width:780px}
.tag-join-eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:var(--gold);font-size:.76rem;font-weight:700;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}
.tag-join-eyebrow:before{content:"";width:32px;height:1px;background:currentColor}
.tag-join-hero h1,.tag-join-form-head h2,.tag-join-success h2{font-family:'Cormorant Garamond',serif;font-weight:600;color:#fff;letter-spacing:-.035em;line-height:.98}
.tag-join-hero h1{margin:1.15rem 0 1rem;font-size:clamp(2.85rem,4.8vw,5.15rem)}
.tag-join-hero p{margin:0;color:rgba(255,255,255,.76);font-size:clamp(.98rem,1.18vw,1.1rem);line-height:1.78}
.tag-join-selected{padding:1.35rem;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),rgba(0,101,27,.28);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 58px rgba(0,0,0,.24)}
.tag-join-selected span{display:block;color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.tag-join-selected strong{display:block;margin-top:.55rem;color:#fff;font-size:1.35rem}
.tag-join-selected a{display:inline-flex;margin-top:.9rem;color:rgba(255,255,255,.75);text-decoration:none;font-weight:700;font-size:.9rem}
.tag-join-selected a:hover{color:var(--gold)}
.tag-join-section{max-width:var(--max);margin:0 auto;padding:4rem 2rem 5rem}
.tag-join-card{border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),rgba(0,101,27,.14);border:1px solid rgba(255,255,255,.11);box-shadow:0 24px 70px rgba(0,0,0,.3);padding:2rem}
.tag-join-form-head{margin-bottom:1.5rem}.tag-join-form-head h2{margin:.9rem 0 0;font-size:clamp(2rem,3vw,3.2rem)}
.tag-join-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.tag-join-form label{display:flex;flex-direction:column;gap:.45rem}
.tag-join-form label>span{color:rgba(255,255,255,.82);font-size:.9rem;font-weight:700}
.tag-join-form input,.tag-join-form select,.tag-join-form textarea{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;padding:.8rem .95rem;outline:none;font:inherit}
.tag-join-form textarea{resize:vertical;min-height:130px}.tag-join-form select option{color:#14210e;background:#fff}
.tag-join-form input:focus,.tag-join-form select:focus,.tag-join-form textarea:focus{border-color:rgba(200,169,110,.65);box-shadow:0 0 0 3px rgba(200,169,110,.16);background:rgba(255,255,255,.11)}
.tag-join-full{grid-column:1/-1}.tag-join-consent{flex-direction:row!important;align-items:flex-start;gap:.75rem!important;padding:1rem;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.tag-join-consent input{width:18px;min-width:18px;height:18px;min-height:18px;margin-top:.15rem;accent-color:var(--gold)}
.tag-join-submit{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:1.4rem;padding:0 1.5rem;border:0;border-radius:999px;background:var(--gold);color:#14210e;box-shadow:0 16px 36px rgba(200,169,110,.25);cursor:pointer;font-size:.95rem;font-weight:800}
.tag-join-errors,.tag-join-success{margin-bottom:1.5rem;padding:1rem 1.1rem;border-radius:18px}.tag-join-errors{background:rgba(185,28,28,.18);border:1px solid rgba(248,113,113,.35)}.tag-join-success{background:rgba(0,101,27,.34);border:1px solid rgba(200,169,110,.34)}
.tag-join-errors p,.tag-join-success p{margin:0;color:rgba(255,255,255,.86)}.tag-join-success h2{margin:0 0 .55rem;font-size:2.2rem}
.tag-join-page[dir=rtl] .tag-join-hero-copy,.tag-join-page[dir=rtl] .tag-join-card,.tag-join-page[dir=rtl] .tag-join-selected{text-align:right}
@media(max-width:980px){.tag-join-hero-inner{grid-template-columns:1fr}.tag-join-selected{max-width:520px}}
@media(max-width:640px){.tag-join-hero{padding:3.5rem 1rem 3rem}.tag-join-hero h1{font-size:clamp(2.45rem,13vw,4.15rem)}.tag-join-section{padding:3rem 1rem 4rem}.tag-join-card{padding:1.2rem;border-radius:22px}.tag-join-grid{grid-template-columns:1fr}.tag-join-submit{width:100%}}
/* Extra membership prijs/tabel styling */
.tag-member-card{display:flex;flex-direction:column}
.tag-member-card-top{flex:1 1 auto}
.tag-member-price{min-height:76px;margin:1.15rem 0 1.1rem;padding:.95rem 1rem;border-radius:18px;background:linear-gradient(145deg,rgba(200,169,110,.18),rgba(255,255,255,.045));border:1px solid rgba(200,169,110,.28)}
.tag-member-price strong{display:block;color:#fff;font-size:1.45rem;line-height:1.1;font-weight:800}
.tag-member-price span{display:block;margin-top:.25rem;color:rgba(255,255,255,.68);font-size:.86rem;font-weight:600}
.tag-member-price-external strong{font-size:1.05rem}
.tag-member-card ul{flex:1 1 auto}
.tag-member-card-link{margin-top:auto}


/* Membership prijzen */
.tag-member-card {
  display: flex;
  flex-direction: column;
}

.tag-member-card-top {
  flex: 1 1 auto;
}

.tag-member-price {
  min-height: 76px;
  margin: 1.15rem 0 1.1rem;
  padding: .95rem 1rem;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(200,169,110,.18), rgba(255,255,255,.045));
  border: 1px solid rgba(200,169,110,.28);
}

.tag-member-price strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 800;
}

.tag-member-price span {
  display: block;
  margin-top: .25rem;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
  font-weight: 600;
}

.tag-member-price-external strong {
  font-size: 1.05rem;
}

.tag-member-card ul {
  flex: 1 1 auto;
}

.tag-member-card-link {
  margin-top: auto;
}