:root {
  --color-white: #ffffff;
  --color-light-blue: #a0e6ff;
  --color-deep-blue: #021a35;
  --color-red: #e63946;
  --color-yellow: #ffb703;
  --color-bg-body: #f0f9ff;
  --radius-lg: 24px;
  --shadow-soft: 0 12px 32px rgba(2, 26, 53, 0.12);
  --font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --spacing-unit: 1.5rem;
  --header-height: 80px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family);
  background-color: var(--color-bg-body);
  color: var(--color-deep-blue);
  line-height: 1.6;
}


.c-635b73-a2f0fbf9 {
  background-color: var(--color-white);
  height: var(--header-height);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-soft);
  border-bottom: 4px solid var(--color-light-blue);
}

.c-635b73-2d571841 {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--spacing-unit);
}

.c-635b73-c9e28173 {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--color-deep-blue);
  font-weight: 800;
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

.c-635b73-c9e28173:hover {
  transform: scale(1.02);
}

.c-635b73-c9e28173 svg {
  height: 40px;
  width: 40px;
  color: var(--color-deep-blue);
}

.c-635b73-276c679d .c-635b73-666aa608 {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.c-635b73-c49e57fb {
  text-decoration: none;
  color: var(--color-deep-blue);
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  padding-bottom: 4px;
}

.c-635b73-c49e57fb::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-red);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.c-635b73-c49e57fb:hover::after {
  width: 100%;
}

.c-635b73-5043a515 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-deep-blue);
  width: 32px;
  height: 32px;
}

.c-635b73-e91d6740 {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-150%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  border-bottom: 4px solid var(--color-yellow);
}

.c-635b73-e91d6740.c-635b73-33be0173 {
  transform: translateY(0);
}

.c-635b73-1209451c {
  list-style: none;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.c-635b73-1209451c a {
  text-decoration: none;
  color: var(--color-deep-blue);
  font-weight: 800;
  font-size: 1.25rem;
}


.c-635b73-e3738ddc {
  background-color: var(--color-deep-blue);
  color: var(--color-white);
  padding: 4rem 2rem 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}


.c-635b73-eea9151f {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(160, 230, 255, 0.1) 0%, transparent 25%);
  pointer-events: none;
  z-index: 0;
}

.c-635b73-ae71bcbf {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 3rem;
}

.c-635b73-c23f259b h4 {
  color: var(--color-yellow);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.c-635b73-f0b682eb .c-635b73-2485b7e1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-light-blue);
  display: block;
  margin-bottom: 1rem;
}

.c-635b73-81dcadf5 {
  font-style: italic;
  font-size: 1.1rem;
  color: var(--color-white);
  opacity: 0.9;
}

.c-635b73-208f1714 ul {
  list-style: none;
}

.c-635b73-208f1714 ul li {
  margin-bottom: 1rem;
}

.c-635b73-208f1714 a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}

.c-635b73-208f1714 a:hover {
  color: var(--color-light-blue);
  text-decoration: underline;
  text-decoration-color: var(--color-yellow);
}

.c-635b73-25b3fa21 address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-635b73-9b1d3b54 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.4;
  transition: transform 0.2s;
}

.c-635b73-9b1d3b54:hover {
  transform: translateX(5px);
  color: var(--color-light-blue);
}

.c-635b73-9b1d3b54 .c-635b73-79d47981 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke: var(--color-red);
}

.c-635b73-c35bbbf6 {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

@media (max-width: 768px) {
  .c-635b73-276c679d {
    display: none;
  }
  .c-635b73-5043a515 {
    display: block;
  }
  .c-635b73-ae71bcbf {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.c-635b73-336934be{margin-top:16px;}
.c-635b73-0ef8971a{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;justify-content:space-between;}
.c-635b73-2e6b2aac{display:flex;gap:10px;align-items:center;}
.c-635b73-5242a5ab{display:inline-flex;gap:8px;align-items:center;text-decoration:none;}
.c-635b73-1ca83f77{display:block;}
.c-635b73-942b9a65{max-width:520px;}
.c-635b73-2c4e3289{opacity:0.9;font-size:0.95em;line-height:1.35;}
