
:root {
  --brand-beige: #F8F5EE;
  --brand-beige-dark: #EAE3D2;
  --brand-blue: #A2C4D1;
  --brand-blue-dark: #7A9CA9;
  --text-main: #2C3539;
  --text-light: #5A636A;
  --bg-body: #FAF9F6;
  --radius-soft: 8px;
  --shadow-soft: 0 4px 10px rgba(0,0,0,0.06);
  --font-main: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Arial Narrow', 'Roboto Condensed', system-ui, sans-serif;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
}

.c-6b72f2-6b04d058 {
  background-color: var(--brand-beige);
  border-bottom: 2px solid var(--brand-beige-dark);
  padding: var(--spacing-sm) var(--spacing-md);
  position: relative;
  z-index: 100;
}
.c-6b72f2-8a3a19be {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-6b72f2-16b24d8d {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  font-size: 1.5rem;
  color: var(--brand-blue-dark);
  text-decoration: none;
}
.c-6b72f2-16b24d8d svg {
  width: 32px;
  height: 32px;
}
.c-6b72f2-7b80008d {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: var(--spacing-md);
}
.c-6b72f2-b6888328 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--spacing-md);
}
.c-6b72f2-b6888328 a {
  font-weight: 500;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: var(--text-main);
}
.c-6b72f2-b6888328 a:hover {
  color: var(--brand-blue-dark);
}
.c-6b72f2-d8d68bf7 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.c-6b72f2-ec8dc045 {
  background-color: var(--brand-blue);
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-soft);
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 0.3s, transform 0.2s;
  border: 2px solid transparent;
  text-decoration: none;
}
.c-6b72f2-ec8dc045:hover {
  background-color: var(--brand-blue-dark);
  transform: translateY(-2px);
  color: #fff;
}
.c-6b72f2-3dc86fe2 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-main);
  padding: 0.25rem;
}
.c-6b72f2-3dc86fe2 svg {
  width: 28px;
  height: 28px;
}


.c-6b72f2-c74f52d1 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: var(--brand-beige);
  border-left: 2px solid var(--brand-blue);
  box-shadow: -4px 0 12px rgba(0,0,0,0.1);
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  padding: var(--spacing-md);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.c-6b72f2-c74f52d1.c-6b72f2-3bfd6469 {
  right: 0;
}
.c-6b72f2-085a393e {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-main);
  padding: var(--spacing-xs);
  margin-bottom: var(--spacing-md);
}
.c-6b72f2-085a393e svg {
  width: 30px;
  height: 30px;
}
.c-6b72f2-1220c016 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: flex-end;
}
.c-6b72f2-1220c016 a {
  text-decoration: none;
  color: var(--text-main);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-heading);
  transition: color 0.2s;
}
.c-6b72f2-1220c016 a:hover {
  color: var(--brand-blue-dark);
}
.c-6b72f2-d29f138f {
  background-color: var(--brand-blue);
  color: #fff;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius-soft);
  font-size: 1rem;
  font-weight: 700;
  margin-top: var(--spacing-xs);
}
.c-6b72f2-d29f138f:hover {
  background-color: var(--brand-blue-dark);
  color: #fff;
  text-decoration: none;
}


.c-6b72f2-a95dd31b {
  background-color: var(--brand-beige);
  border-top: 2px solid var(--brand-blue);
  padding: var(--spacing-lg) var(--spacing-md) var(--spacing-md);
  margin-top: auto;
}
.c-6b72f2-89095eb3 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-lg);
}
.c-6b72f2-e587e3a7 .c-6b72f2-d44308d0 {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  font-size: 1.5rem;
  color: var(--brand-blue-dark);
  margin-bottom: var(--spacing-sm);
}
.c-6b72f2-e587e3a7 svg {
  width: 32px;
  height: 32px;
}
.c-6b72f2-9de60091 {
  color: var(--text-light);
  font-size: 0.95rem;
  margin: 0;
}
.c-6b72f2-742c08b7 {
  color: var(--brand-blue-dark);
  text-transform: uppercase;
  margin-bottom: var(--spacing-sm);
  font-size: 1.1rem;
}
.c-6b72f2-8d8c7a2f, .c-6b72f2-9028773b {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.c-6b72f2-98330b7a {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-sm);
  font-size: 0.95rem;
  color: var(--text-light);
  text-decoration: none;
}
.c-6b72f2-98330b7a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--brand-blue);
  margin-top: 2px;
}
.c-6b72f2-98330b7a:hover {
  color: var(--text-main);
  text-decoration: underline;
}
.c-6b72f2-3d79f716 {
  max-width: 1200px;
  margin: var(--spacing-lg) auto 0;
  padding-top: var(--spacing-sm);
  border-top: 1px solid var(--brand-beige-dark);
  text-align: center;
  color: var(--text-light);
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .c-6b72f2-7b80008d {
    display: none;
  }
  .c-6b72f2-3dc86fe2 {
    display: block;
  }
  .c-6b72f2-ec8dc045 {
    display: none;
  }
  .c-6b72f2-89095eb3 {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }
  .c-6b72f2-405c8d08
  {
    padding: 12px;
  }
  .c-6b72f2-b70c021f
  {
    grid-template-columns: 1fr;
  }
}