*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --tc-blue: #1a4480;
  --tc-gray: #5c6773;
  --tc-red: #b50909;
  --tc-white: #ffffff;
}

body.tc-body {
  font-family: 'Source Sans 3', sans-serif;
  color: #1b1b1b;
  background: #f4f6f8;
  line-height: 1.55;
  font-size: 0.95rem;
}

h1, h2, h3 { font-family: 'Source Serif 4', serif; font-weight: 600; }

.tc-banner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 5%;
  background: var(--tc-blue);
  color: var(--tc-white);
  border-bottom: 4px solid var(--tc-red);
}

.tc-seal {
  flex-shrink: 0;
}

.tc-seal__ring {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid #c9a227;
  background: var(--tc-white);
  color: var(--tc-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
}

.tc-seal__star { color: var(--tc-red); font-size: 1.1rem; margin-top: 2px; }

.tc-banner__dept {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.85;
}

.tc-banner__title {
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  line-height: 1.25;
}

.tc-banner__loc { font-size: 0.9rem; margin-top: 0.25rem; opacity: 0.9; }

.tc-crumb-nav {
  background: #e8ecf1;
  padding: 0.6rem 5%;
  border-bottom: 1px solid #ccd3dc;
}

.tc-crumb-nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.85rem;
}

.tc-crumb-nav__list a {
  color: var(--tc-blue);
  text-decoration: none;
}

.tc-crumb-nav__list a:hover { text-decoration: underline; }
.tc-crumb-nav__list li[aria-hidden] { color: var(--tc-gray); }

.tc-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
}

.tc-sidebar {
  padding: 1.5rem 1rem 1.5rem 5%;
}

.tc-sidebar__box {
  background: var(--tc-white);
  border: 1px solid #ccd3dc;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
}

.tc-sidebar__box h2 {
  font-size: 0.95rem;
  color: var(--tc-blue);
  margin-bottom: 0.75rem;
  border-bottom: 2px solid var(--tc-red);
  padding-bottom: 0.35rem;
}

.tc-sidebar__box address { font-style: normal; margin-top: 0.5rem; line-height: 1.6; }
.tc-sidebar__box a { color: var(--tc-blue); }

.tc-sidebar__box--alert {
  border-left: 4px solid var(--tc-red);
}

.tc-main {
  padding: 1.5rem 5% 2rem 1.5rem;
}

.tc-intro {
  background: var(--tc-white);
  border: 1px solid #ccd3dc;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.tc-intro h2 { font-size: 1.2rem; margin-bottom: 0.75rem; color: var(--tc-blue); }
.tc-intro p + p { margin-top: 0.75rem; }

.tc-columns__title {
  font-size: 1.15rem;
  color: var(--tc-blue);
  margin-bottom: 1rem;
  grid-column: 1 / -1;
}

.tc-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.tc-col {
  background: var(--tc-white);
  border-top: 3px solid var(--tc-blue);
  padding: 1rem;
  border: 1px solid #ccd3dc;
  border-top: 3px solid var(--tc-blue);
}

.tc-col h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.tc-col p { font-size: 0.88rem; color: var(--tc-gray); }

.tc-notices h2 {
  font-size: 1.15rem;
  color: var(--tc-blue);
  margin-bottom: 1rem;
}

.tc-notice {
  background: #fff8e6;
  border: 1px solid #e6c200;
  border-left: 4px solid var(--tc-red);
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.tc-notice__date {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tc-gray);
  margin-bottom: 0.35rem;
}

.tc-notice h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.tc-notice p { font-size: 0.88rem; }

.tc-contact {
  margin-top: 1.5rem;
  background: var(--tc-white);
  border: 1px solid #ccd3dc;
  padding: 1.25rem;
}

.tc-contact h2 { font-size: 1.15rem; color: var(--tc-blue); margin-bottom: 1rem; }

.tc-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.tc-form__field { margin-bottom: 0.85rem; }

.tc-form__field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--tc-gray);
}

.tc-form__field input,
.tc-form__field textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #aab4c0;
  font-family: inherit;
  font-size: 0.9rem;
}

.tc-form__field--check {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.4rem;
}

.tc-form__field--check input { width: auto; }
.tc-form__field--check label { flex: 1; font-weight: 400; }

.tc-form__error { display: block; color: var(--tc-red); font-size: 0.78rem; min-height: 1rem; }

.tc-form__submit {
  background: var(--tc-blue);
  color: var(--tc-white);
  border: none;
  padding: 0.55rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
}

.tc-form__submit:hover { background: #0f3060; }

.tc-form__success {
  margin-top: 0.75rem;
  padding: 0.65rem;
  background: #e7f4ea;
  border: 1px solid #2e8540;
  font-size: 0.88rem;
}

.tc-legal-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.5rem 5%;
  background: #e8ecf1;
  font-size: 0.85rem;
}

.tc-legal-row h2 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--tc-blue); }

.tc-footer {
  background: var(--tc-blue);
  color: var(--tc-white);
  text-align: center;
  padding: 1rem;
  font-size: 0.82rem;
}

.tc-footer nav {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 0.5rem;
}

.tc-footer a { color: #a8c4e8; text-decoration: none; }

@media (max-width: 900px) {
  .tc-layout { grid-template-columns: 1fr; }
  .tc-sidebar { padding: 1rem 5%; }
  .tc-main { padding: 1rem 5% 2rem; }
  .tc-columns { grid-template-columns: 1fr; }
  .tc-form__grid { grid-template-columns: 1fr; }
  .tc-legal-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .tc-banner { flex-direction: column; text-align: center; }
}
