:root {
  --bg-sand: #f8f6f0;
  --text-graphite: #2b2b2b;
  --accent-neon: #00f0ff;
  --accent-neon-dark: #00c2d1;
  --surface-light: #ffffff;
  --radius-soft: 0.5rem;
  --space-fluid: clamp(1rem, 5vw, 3rem);
  --font-sans: system-ui, -apple-system, sans-serif;
  --font-serif: ui-serif, Georgia, serif;
}

body {
  margin: 0;
  padding-top: 80px;
  background-color: var(--bg-sand);
  color: var(--text-graphite);
  font-family: var(--font-sans);
  font-weight: 700;
}

.c-3e1036-80ff1b8c,
.c-3e1036-5e3c97ec {
  font-family: var(--font-serif);
  font-weight: 400;
}

.c-3e1036-d19824b7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--surface-light);
  z-index: 100;
  height: 80px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.c-3e1036-5bfdd3e2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-fluid);
}

.c-3e1036-3e927f5d {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-graphite);
  font-size: 1.25rem;
}

.c-3e1036-3e927f5d svg {
  width: 32px;
  height: 32px;
}

.c-3e1036-2edf820e {
  display: none;
  gap: 2rem;
}

#i-3e1036-8c35114b {
  display: none;
}

@media(min-width: 860px) {
  .c-3e1036-2edf820e {
    display: flex;
  }



  .c-3e1036-2ea535f7 .c-3e1036-d5aec790 {
    display: inline-flex;
  }
}

@media(max-width: 859px) {
  .c-3e1036-2edf820e {
    display: none;
  }

  #i-3e1036-8c35114b {
    display: flex;
  }

  .c-3e1036-2ea535f7 .c-3e1036-d5aec790 {
    display: none;
  }

  .c-3e1036-5bfdd3e2 {
    padding: 0 1rem;
  }

  .c-3e1036-d19824b7 {
    height: 70px;
  }

  body {
    padding-top: 70px;
  }
}

nav a {
  text-decoration: none;
  color: var(--text-graphite);
  transition: all 0.2s;
}

nav a:hover {
  color: var(--accent-neon-dark);
  text-decoration: underline;
  text-decoration-color: var(--accent-neon);
  text-decoration-thickness: 3px;
}

nav a.activ_link,
a.activ_link {
  color: var(--accent-neon-dark);
  text-decoration: underline;
  text-decoration-color: var(--accent-neon);
  text-decoration-thickness: 3px;
  font-weight: 700;
}

.c-3e1036-d5aec790 {
  background-color: var(--accent-neon);
  color: var(--text-graphite);
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-soft);
  text-decoration: none;
  display: inline-block;
  border: none;
  font-weight: 700;
  transition: transform 0.2s, background-color 0.2s;
}

.c-3e1036-d5aec790:hover {
  background-color: var(--accent-neon-dark);
  text-decoration: none;
  transform: translateY(-2px);
}

.c-3e1036-2ea535f7 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#i-3e1036-8c35114b,
#i-3e1036-8326250a {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-graphite);
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#i-3e1036-8c35114b svg,
#i-3e1036-8326250a svg {
  width: 28px;
  height: 28px;
}

.c-3e1036-1edce3e3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--surface-light);
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.c-3e1036-1edce3e3.c-3e1036-af24a355 {
  opacity: 1;
  pointer-events: auto;
}

.c-3e1036-3aaf3359 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#i-3e1036-8326250a {
  position: absolute;
  top: 1.5rem;
  right: var(--space-fluid);
}

.c-3e1036-53c2efd4 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  font-size: 1.5rem;
}

.c-3e1036-113742ea {
  background-color: var(--surface-light);
  padding: var(--space-fluid) 0;
  margin-top: 4rem;
  border-top: 2px solid var(--bg-sand);
}

.c-3e1036-56cb5428 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-fluid);
}

@media(min-width: 768px) {
  .c-3e1036-56cb5428 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-3e1036-f13b158c .c-3e1036-5e3c97ec {
  margin-top: 0.75rem;
  font-size: 1.1rem;
  color: #555;
}

.c-3e1036-7dd84214 {
  display: flex;
  gap: 3rem;
}

.c-3e1036-7dd84214 nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-weight: 400;
}

.c-3e1036-fa0ff235 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-3e1036-5e5d9df9 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-graphite);
  font-weight: 400;
  transition: color 0.2s;
  font-size: 0.95rem;
}

.c-3e1036-5e5d9df9 svg {
  width: 20px;
  height: 20px;
  stroke: var(--accent-neon-dark);
  flex-shrink: 0;
}

.c-3e1036-5e5d9df9:hover {
  color: var(--accent-neon-dark);
}


.c-3e1036-24302aec {
  margin-top: 16px;
}

.c-3e1036-12a0c677 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.c-3e1036-696e63dc {
  display: flex;
  gap: 10px;
  align-items: center;
}

.c-3e1036-838c516b {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}

.c-3e1036-dce1c133 {
  display: block;
}

.c-3e1036-149346ad {
  max-width: 520px;
}

.c-3e1036-5f590507 {
  opacity: 0.9;
  font-size: 0.95em;
  line-height: 1.35;
}

#i-3e1036-8c35114b {
  display: none;
}

@media (max-width: 768px) {
  #i-3e1036-8c35114b {
    display: block;
  }

  .c-3e1036-2edf820e {
    display: none;
  }
}

.mb-4 {
  margin-bottom: 1rem;
}
