:root {
  --ink: #081d18;
  --charcoal: #15211e;
  --green-950: #073f2d;
  --green-900: #084d35;
  --green-700: #0f7a4f;
  --green-500: #18a567;
  --sage: #cfe6d2;
  --mint: #e4f8e9;
  --cream: #f7f1e8;
  --paper: #fffaf2;
  --line: rgba(8, 77, 53, 0.16);
  --muted: #5e6d67;
  --shadow: 0 24px 70px rgba(7, 63, 45, 0.14);
  --soft-shadow: 0 14px 38px rgba(7, 63, 45, 0.08);
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: clip;
  min-height: 100vh;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(24, 165, 103, 0.12), transparent 22rem),
    linear-gradient(135deg, #fffaf2 0%, #f7f1e8 48%, #eef7ee 100%);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(7, 63, 45, 0.32) 1px, transparent 1px);
  background-size: 13px 13px;
  mask-image: linear-gradient(90deg, #000 0 12%, transparent 38% 100%);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 250, 242, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  max-width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 146px;
}

.brand span {
  color: var(--green-700);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.nav,
.header-actions,
.cta-group,
.event-chips,
.footer-links {
  display: flex;
  align-items: center;
}

.nav {
  justify-self: center;
  gap: 4px;
  color: var(--green-950);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a {
  border-radius: 999px;
  padding: 10px 12px;
}

.nav a:hover {
  background: rgba(15, 122, 79, 0.1);
}

.header-actions {
  justify-self: end;
  gap: 8px;
  min-width: 0;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 800;
}

.lang-switch a {
  padding: 8px 10px;
  color: var(--muted);
}

.lang-switch a.current {
  color: #fff;
  background: var(--green-950);
}

main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  min-width: 0;
}

.hero {
  width: auto;
  min-height: min(680px, calc(100vh - 74px));
  margin-left: calc((100% - 100dvw) / 2);
  margin-right: calc((100% - 100dvw) / 2);
  display: flex;
  align-items: center;
  padding: clamp(44px, 6vw, 76px) max(18px, calc((100dvw - 1180px) / 2)) clamp(50px, 6vw, 82px);
  background-image:
    linear-gradient(90deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.9) 28%, rgba(255, 250, 242, 0.52) 48%, rgba(255, 250, 242, 0.08) 70%),
    linear-gradient(180deg, rgba(7, 63, 45, 0.06), rgba(7, 63, 45, 0.28)),
    url("/assets/networking-hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--line);
}

@supports not (width: 100dvw) {
  .hero {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    padding-inline: max(18px, calc((100vw - 1180px) / 2));
  }
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(590px, 100%);
  min-width: 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 7px 15px;
  border: 1px solid rgba(15, 122, 79, 0.34);
  border-radius: 999px;
  color: var(--green-950);
  background: rgba(255, 250, 242, 0.72);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 560px;
  margin-bottom: 14px;
  color: var(--green-950);
  font-size: clamp(2.55rem, 4.4vw, 4.65rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  color: var(--green-950);
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 14px;
}

h3 {
  color: var(--green-950);
  font-size: 1.14rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.hero-subtitle {
  max-width: 560px;
  color: #172926;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 700;
  margin-bottom: 0;
}

.event-chips {
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 4px;
  max-width: 500px;
  min-width: 0;
}

.event-chip,
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(15, 122, 79, 0.2);
  border-radius: 999px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.event-chip {
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  font-size: 0.92rem;
}

.event-chip svg,
.feature-card svg,
.map-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-group {
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 12px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(7, 63, 45, 0.16);
}

.btn.primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--green-950), var(--green-700));
}

.btn.ghost {
  background: rgba(255, 250, 242, 0.88);
}

.btn.light {
  color: var(--green-950);
  border-color: rgba(255, 255, 255, 0.34);
  background: #fff;
}

.btn.outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn.compact {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 0.9rem;
}

.btn.full {
  width: 100%;
}

.microcopy,
.note {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 6px 0 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: var(--soft-shadow);
  min-width: 0;
}

.stat {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--green-500);
  font-size: 1.85rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin: 10px 0 4px;
  color: var(--green-950);
  font-weight: 800;
}

.stat p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 66px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-head p,
.split p,
.hub-panel p {
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 700;
}

.card-grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.feature-card {
  min-height: 214px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--soft-shadow);
}

.feature-card svg {
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  color: var(--green-700);
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  min-width: 0;
}

.split.reverse {
  grid-template-columns: minmax(360px, 1.18fr) minmax(0, 0.82fr);
}

.partners {
  border-top: 1px solid rgba(8, 77, 53, 0.08);
  border-bottom: 1px solid rgba(8, 77, 53, 0.08);
}

.timeline {
  display: grid;
  gap: 10px;
  width: 100%;
}

.timeline-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(7, 63, 45, 0.06);
}

.timeline-item time {
  color: var(--green-700);
  font-size: 1.08rem;
  font-weight: 800;
}

.timeline-item p {
  margin: 0;
  color: var(--charcoal);
  font-weight: 800;
}

.hub-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 22%, rgba(24, 165, 103, 0.18), transparent 16rem),
    rgba(255, 250, 242, 0.74);
  box-shadow: var(--soft-shadow);
  min-width: 0;
}

.map-mark {
  min-height: 190px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--green-950);
  background:
    radial-gradient(circle, rgba(24, 165, 103, 0.22) 0 8px, transparent 9px),
    linear-gradient(145deg, rgba(228, 248, 233, 0.82), rgba(255, 255, 255, 0.58));
  font-size: 1.75rem;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
  width: 100%;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(7, 63, 45, 0.06);
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--green-950);
  cursor: pointer;
  padding: 16px 18px;
  text-align: left;
  font-weight: 800;
}

.faq-question span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green-950);
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--muted);
  font-weight: 700;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-question span {
  background: var(--green-700);
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 38px 0 78px;
  padding: 30px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #073f2d 0%, #00513b 58%, #0f7a4f 100%);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  color: #67d989;
  margin-bottom: 8px;
}

.final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  font-weight: 700;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.active {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 29, 24, 0.54);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.modal-panel h3 {
  font-size: 1.7rem;
}

.modal-panel > p:not(.kicker) {
  color: var(--muted);
  font-weight: 700;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--green-950);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--green-950);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

.status {
  min-height: 24px;
  margin: 0;
  color: var(--green-700);
  font-weight: 800;
}

.fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -6px;
}

.fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.fallback-link:hover {
  background: rgba(7, 63, 45, 0.08);
}

.honeypot {
  position: absolute;
  left: -5000px;
  opacity: 0;
}

.footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 32px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 250, 242, 0.86);
  font-weight: 800;
  min-width: 0;
}

.footer-brand img {
  width: 130px;
  margin-bottom: 8px;
}

.footer-brand p {
  margin: 0;
}

.footer-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 14px;
}

.footer-contact a,
.footer-contact span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(8, 77, 53, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  overflow-wrap: anywhere;
}

.social-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.social-links svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer a {
  color: var(--green-700);
}

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .nav {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 920px) {
  .split,
  .split.reverse,
  .hub-panel,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 650px;
    align-items: flex-start;
    padding-top: 46px;
    background-image:
      linear-gradient(180deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.88) 34%, rgba(255, 250, 242, 0.3) 68%, rgba(7, 63, 45, 0.36) 100%),
      url("/assets/networking-hero.png");
    background-position: 58% bottom;
  }

  .stats,
  .card-grid.three,
  .card-grid.two {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .final-cta {
    justify-items: start;
  }
}

@media (max-width: 980px) {
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand img {
    width: 116px;
  }

  .brand span,
  .header-actions .btn.ghost {
    display: none;
  }

  .header-actions {
    gap: 6px;
  }

  .btn.compact {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  main {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .section {
    padding: 46px 0;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hub-panel,
  .final-cta,
  .modal-panel {
    padding: 20px;
  }

  .footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-contact,
  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .hero {
    min-height: 610px;
    padding-top: 34px;
  }

  .event-chip {
    min-height: 36px;
    font-size: 0.86rem;
  }

  .microcopy {
    display: none;
  }

  .footer-contact {
    justify-content: flex-start;
  }
}
