@charset "UTF-8";
/*
   generated by rouge http://rouge.jneen.net/
   original base16 by Chris Kempson (https://github.com/chriskempson/base16)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700");
.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight, .highlight .w {
  color: #d0d0d0;
}

.highlight .err {
  color: #151515;
  background-color: #ac4142;
}

.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
  color: #888;
}

.highlight .cp {
  color: #f4bf75;
}

.highlight .nt {
  color: #f4bf75;
}

.highlight .o, .highlight .ow {
  color: #d0d0d0;
}

.highlight .p, .highlight .pi {
  color: #d0d0d0;
}

.highlight .gi {
  color: #90a959;
}

.highlight .gd {
  color: #ac4142;
}

.highlight .gh {
  color: #6a9fb5;
  font-weight: bold;
}

.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
  color: #aa759f;
}

.highlight .kc {
  color: #d28445;
}

.highlight .kt {
  color: #d28445;
}

.highlight .kd {
  color: #d28445;
}

.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
  color: #90a959;
}

.highlight .sr {
  color: #75b5aa;
}

.highlight .si {
  color: #8f5536;
}

.highlight .se {
  color: #8f5536;
}

.highlight .nn {
  color: #f4bf75;
}

.highlight .nc {
  color: #f4bf75;
}

.highlight .no {
  color: #f4bf75;
}

.highlight .na {
  color: #6a9fb5;
}

.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
  color: #90a959;
}

.highlight .ss {
  color: #90a959;
}

html {
  background: #6C7989;
  background: #6C7989 linear-gradient(#6C7989, #434B55) fixed;
  height: 100%;
}

body {
  padding: 50px 0;
  margin: 0;
  font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-weight: 300;
  background: url("../images/checker.png") fixed;
  min-height: calc(100% - 100px);
}

.wrapper {
  width: 740px;
  margin: 0 auto;
  background: #DEDEDE;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
}

header, section, footer {
  display: block;
}

a {
  color: #069;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

strong {
  color: #222;
  font-weight: 700;
}

header {
  border-radius: 8px 8px 0 0;
  background: #C6EAFA;
  background: linear-gradient(#DDFBFC, #C6EAFA);
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #B2D2E1;
}
header h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #069;
  text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0;
}
header.without-description h1 {
  margin: 10px 0;
}
header p {
  margin: 0;
  color: #61778B;
  width: 300px;
  font-size: 13px;
}
header p.view {
  display: none;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0;
  -webkit-font-smoothing: antialiased;
}
header p.view a {
  color: #06c;
}
header p.view small {
  font-weight: 400;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  height: 38px;
  padding: 1px 0;
  background: #5198DF;
  background: linear-gradient(#77B9FB, #3782CD);
  border-radius: 5px;
  box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
  width: auto;
}
header ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  top: -4px;
  right: -5px;
  bottom: -6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0;
}
header ul li {
  width: 79px;
  float: left;
  border-right: 1px solid #3A7CBE;
  height: 38px;
}
header ul li.single {
  border: none;
}
header ul li + li {
  width: 78px;
  border-left: 1px solid #8BBEF3;
}
header ul li + li + li {
  border-right: none;
  width: 79px;
}
header ul a {
  line-height: 1;
  font-size: 11px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  font-weight: 400;
  padding-top: 6px;
  height: 40px;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
}
header ul a strong {
  font-size: 14px;
  display: block;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

section {
  padding: 15px 20px;
  font-size: 15px;
  border-top: 1px solid #fff;
  background: linear-gradient(#fafafa, #DEDEDE 700px);
  border-radius: 0 0 8px 8px;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.2;
}

p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}

h1, h2, h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

h2 {
  color: #393939;
}

h3, h4, h5, h6 {
  color: #494949;
}

blockquote {
  margin: 0 -20px 20px;
  padding: 15px 20px 1px 40px;
  font-style: italic;
  background: #ccc;
  background: rgba(0, 0, 0, 0.06);
  color: #222;
}

img {
  max-width: 100%;
}

code, pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  color: #333;
  font-size: 12px;
  overflow-x: auto;
}

pre {
  padding: 20px;
  background: #3A3C42;
  color: #f8f8f2;
  margin: 0 -20px 20px;
}
pre code {
  color: #f8f8f2;
}
li pre {
  margin-left: -60px;
  padding-left: 60px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #aaa;
}

dt {
  color: #222;
  font-weight: 700;
}

th {
  color: #222;
}

small {
  font-size: 11px;
}

hr {
  border: 0;
  background: #aaa;
  height: 1px;
  margin: 0 0 20px;
}

kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

footer {
  width: 640px;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #ccc;
  overflow: hidden;
}
footer a {
  color: #fff;
  font-weight: bold;
}
footer p {
  float: left;
}
footer p + p {
  float: right;
}

@media print, screen and (max-width: 740px) {
  body {
    padding: 0;
  }
  .wrapper {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }
  footer {
    border-radius: 0;
    padding: 20px;
    width: auto;
  }
  footer p {
    float: none;
    margin: 0;
  }
  footer p + p {
    float: none;
  }
}
@media print, screen and (max-width: 580px) {
  header ul {
    display: none;
  }
  header p.view {
    display: block;
  }
  header p {
    width: 100%;
  }
}
@media print {
  header p.view a small:before {
    content: "at https://github.com/";
  }
}
:root {
  --color-bg:#ffffff;
  --color-primary:#0b3d91; /* navy */
  --color-accent:#007acc;
  --color-muted:#6b7280;
  --max-width:1100px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-bg:#ffffff;
  --color-primary:#0b3d91; /* navy */
  --color-accent:#007acc;
  --color-muted:#6b7280;
  --max-width:1100px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  margin: 0;
  background: var(--color-bg);
  color: #111;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e8edf2;
  overflow: visible;
  position: relative;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

.brand a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.15rem;
}

.brand .tag {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-muted);
  max-width: 600px;
  line-height: 1.4;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: flex-end;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #1a2233;
  margin: 4px 0;
  border-radius: 2px;
}

.main-nav a {
  margin-left: 1rem;
  color: var(--color-muted);
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--color-primary);
}

.brand-logo {
  height: 60px;
  display: inline-block;
}

/* Mobile menu */
.main-nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 700px) {
  .nav-toggle {
    display: block;
  }
  .header-right {
    flex-direction: column;
    align-items: flex-end;
  }
  .main-nav {
    position: absolute;
    top: 88px;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #e8edf2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 40;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    margin: 0 0 0.5rem 0;
  }
}
.site-main {
  padding: 3rem 0;
}

.hero {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 4rem 0;
  background: linear-gradient(90deg, rgba(11, 61, 145, 0.05), rgba(0, 122, 204, 0.02));
}

.hero .left {
  flex: 1;
}

.hero h1 {
  margin: 0;
  font-size: 2.2rem;
  color: var(--color-primary);
}

.hero p {
  color: var(--color-muted);
  margin-top: 0.75rem;
}

.btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 6px;
  text-decoration: none;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.card {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid #eef2f7;
  background: #fff;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out both;
}

.card:nth-child(1) {
  animation-delay: 0.1s;
}

.card:nth-child(2) {
  animation-delay: 0.2s;
}

.card:nth-child(3) {
  animation-delay: 0.3s;
}

.card:nth-child(4) {
  animation-delay: 0.4s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(11, 61, 145, 0.12);
  border-color: var(--color-primary);
}

.card h3 {
  margin: 0 0 0.75rem 0;
  color: var(--color-primary);
  transition: color 0.3s ease;
}

.card:hover h3 {
  color: var(--color-accent);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-section {
  padding: 2rem 0;
}

.site-footer {
  background: #3d4559;
  border-top: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2rem;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.footer-nav a {
  margin-left: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-separator {
  color: rgba(255, 255, 255, 0.25);
  margin-left: 0.75rem;
}

@media (max-width: 700px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero {
    flex-direction: column;
  }
  .brand .tag {
    display: none;
  }
}
/* Contact modal styles */
.contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.contact-modal.open {
  display: block;
}

.contact-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.contact-modal__panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 720px;
  width: 94%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(2, 6, 23, 0.2);
  padding: 1.25rem;
  z-index: 1001;
}

.contact-modal__close {
  position: absolute;
  right: 10px;
  top: 8px;
  background: none;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--color-muted);
}

.contact-modal__body {
  margin-top: 1.25rem;
}

.contact-form .form-row {
  margin-bottom: 0.75rem;
}

.contact-form .form-radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.contact-form .form-radio p {
  margin: 0;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-form .radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}

.contact-form .radio-label input[type=radio] {
  width: auto;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #e6e9ee;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.contact-form input:hover, .contact-form textarea:hover {
  border-color: #a3d5ff;
  background-color: #f0f9ff;
}

.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: #64b5f6;
  background-color: #e3f2fd;
  box-shadow: 0 0 0 3px rgba(100, 181, 246, 0.15);
}

.contact-form button {
  background: var(--color-primary);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contact-form button:hover {
  background: #0a3278;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(11, 61, 145, 0.2);
}

.contact-form button:active {
  transform: translateY(0);
}

.contact-form .form-checkbox {
  margin-top: 1rem;
}

.contact-form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 400;
}

.contact-form .checkbox-label input[type=checkbox] {
  width: auto;
  margin-top: 0.25rem;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-form .checkbox-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.contact-form .checkbox-text a {
  color: var(--color-primary);
  text-decoration: underline;
}

.contact-modal h2 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--color-primary);
}

@media (max-width: 520px) {
  .contact-modal__panel {
    width: 96%;
    padding: 0.9rem;
  }
}
/* Maintenance modal styles */
.maintenance-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.maintenance-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.maintenance-modal__panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 92%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 48px rgba(2, 6, 23, 0.25);
  padding: 2rem;
  z-index: 2001;
  text-align: center;
}

.maintenance-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: 0;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--color-muted);
  line-height: 1;
}

.maintenance-modal__close:hover {
  color: var(--color-primary);
}

.maintenance-modal h2 {
  margin: 0 0 1rem 0;
  color: var(--color-primary);
  font-size: 1.5rem;
}

.maintenance-modal__body p {
  color: var(--color-muted);
  margin: 0.75rem 0;
  line-height: 1.6;
}

.maintenance-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn-secondary {
  background: #6b7280;
  color: #fff;
}

.btn-secondary:hover {
  background: #4b5563;
}

@media (max-width: 520px) {
  .maintenance-modal__panel {
    width: 90%;
    padding: 1.5rem;
  }
  .maintenance-actions {
    flex-direction: column;
  }
}
/* Contact page layout */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.contact-form-container {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #eef2f7;
}

.contact-info {
  background: #f8f9fb;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #eef2f7;
}

.contact-info h3 {
  margin: 0 0 1rem 0;
  color: var(--color-primary);
  font-size: 1.1rem;
}

.contact-info p {
  margin: 0;
}

.contact-info a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  word-break: break-all;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
/* Language switcher */
.lang-switch {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-left: 1rem;
}

.lang-link {
  font-weight: 600;
  color: var(--color-muted);
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.lang-link:hover {
  color: var(--color-primary);
  background: rgba(11, 61, 145, 0.04);
}

.lang-link.active {
  opacity: 1;
  cursor: default;
}

.lang-link:not(.active) {
  opacity: 0.6;
}

/* WhatsApp link */
.whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 0.5rem;
  color: #25d366;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.whatsapp-link:hover {
  background: rgba(37, 211, 102, 0.1);
  transform: scale(1.05);
}

.whatsapp-link svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 700px) {
  .lang-switch {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .whatsapp-link {
    width: 32px;
    height: 32px;
    margin-left: 0;
  }
}
/* Cookie consent banner */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 61, 145, 0.97);
  color: #fff;
  padding: 1.25rem;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.cookie-consent__content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-consent__content h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.cookie-consent__content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
  min-width: 280px;
}

.cookie-consent__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-consent .btn {
  padding: 0.65rem 1.25rem;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.cookie-consent .btn-accept {
  background: #fff;
  color: var(--color-primary);
}

.cookie-consent .btn-accept:hover {
  background: #f0f4f8;
  transform: translateY(-1px);
}

.cookie-consent .btn-decline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cookie-consent .btn-decline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-consent .cookie-link {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent .cookie-link:hover {
  color: #f0f4f8;
}

@media (max-width: 700px) {
  .cookie-consent__content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .cookie-consent__actions {
    width: 100%;
    flex-direction: column;
  }
  .cookie-consent .btn {
    width: 100%;
  }
}
.maintenance {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem 4rem;
  background: radial-gradient(circle at top right, rgba(0, 122, 204, 0.12), transparent 35%), linear-gradient(180deg, rgba(11, 61, 145, 0.05), rgba(11, 61, 145, 0));
}

.maintenance-card {
  max-width: 600px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 30px 70px rgba(10, 19, 43, 0.12);
}

.maintenance-card ul {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}

.maintenance-card li {
  margin-bottom: 0.25rem;
  text-align: left;
}

.maintenance-tag {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.maintenance-card h1 {
  margin: 0 0 1rem;
  font-size: 2.1rem;
  color: #0b3d91;
}

.maintenance-card p {
  color: #222;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.maintenance-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.btn-outline {
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-outline:hover {
  background: var(--color-primary);
  color: #fff;
}

.btn-outline1 {
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-outline1:hover {
  background: var(--color-primary);
  color: #fff;
}

.maintenance-note {
  font-size: 0.95rem;
  color: var(--color-muted);
}

/* Auth widget styles */
.auth-widget {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 1rem;
}

@media (max-width: 700px) {
  .auth-widget {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.topnav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

/* --- Sticky Narrow Topnav Bar --- */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.2s;
  min-height: 48px;
  padding: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  height: 48px;
  padding: 0 16px;
}

.brand-link, .brand-logo, .site-title {
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}

.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 48px;
}

/* 言語切替リンク */
.main-nav a.lang-toggle {
  margin-left: 8px;
  padding: 4px 12px;
  border: 1px solid #c8d0da;
  border-radius: 3px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #5a6a80;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.main-nav a.lang-toggle:hover {
  border-color: #007acc;
  color: #007acc;
  background: #f0f7ff;
  border-bottom: 1px solid #007acc;
}

.main-nav a {
  color: #1a2233;
  text-decoration: none;
  font-size: 0.98rem;
  padding: 8px 0;
  transition: color 0.2s;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover, .main-nav a:focus {
  color: #007acc;
  border-bottom: 2px solid #007acc;
}

.lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 16px;
}

.lang-link {
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.2s;
}

.lang-link.active {
  font-weight: bold;
  opacity: 1;
}

/* Auth widget placeholder */
.auth-widget {
  margin-left: 16px;
}

/* --- Hamburger menu for mobile --- */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
}

.nav-toggle .bar {
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px 0;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}

/* --- Responsive: Mobile --- */
@media (max-width: 800px) {
  .header-inner {
    height: 48px;
    padding: 0 10px;
  }
  .main-nav {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: none;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: none;
    font-size: 1.05rem;
  }
  .nav-toggle {
    display: flex;
  }
  .lang-switch, .auth-widget {
    margin-left: 0;
  }
}
/* Optional: Hide nav-toggle on desktop */
@media (min-width: 801px) {
  .nav-toggle {
    display: none !important;
  }
}
/* Optional: Shrink header on scroll */
.site-header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

/* 上段 */
/* 下段 */
.mainbar {
  background: #ffffff;
  height: 110px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  height: 110px;
  padding: 0 24px;
  overflow: visible;
}

.brand {
  flex-shrink: 0;
  margin-right: auto;
}

.brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  height: 100px;
  width: auto;
  display: block;
  background: transparent;
}

.site-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}

.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  height: 54px;
}

/* 言語切替リンク */
.main-nav a.lang-toggle {
  margin-left: 8px;
  padding: 4px 12px;
  border: 1px solid #c8d0da;
  border-radius: 3px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #5a6a80;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.main-nav a.lang-toggle:hover {
  border-color: #007acc;
  color: #007acc;
  background: #f0f7ff;
  border-bottom: 1px solid #007acc;
}

.main-nav a {
  color: #1a2233;
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.main-nav a:hover, .main-nav a:focus {
  color: #007acc;
  border-bottom: 2px solid #007acc;
}

/* ハンバーガーメニュー（スマホ用） */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
}

.nav-toggle .bar {
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px 0;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}

/* 言語切替・ログイン */
.lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-link {
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.2s;
}

.lang-link.active {
  font-weight: bold;
  opacity: 1;
}

.auth-widget {
  margin-left: 12px;
}

/* レスポンシブ */
@media (max-width: 800px) {
  .topbar-inner, .header-inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .main-nav {
    position: absolute;
    top: 110px; /* mainbarの高さ */
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: none;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: none;
    font-size: 1.05rem;
  }
  .nav-toggle {
    display: flex;
  }
  .lang-switch, .auth-widget {
    margin-left: 0;
  }
}
@media (min-width: 801px) {
  .nav-toggle {
    display: none !important;
  }
}
/* ===== DROPDOWN MENU ===== */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown__trigger {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  cursor: pointer !important;
  margin-left: 1rem;
  color: #1a2233;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
}

.nav-dropdown__trigger:hover {
  color: #007acc !important;
}

.nav-dropdown__arrow {
  font-size: 10px;
  transition: transform 0.2s;
  display: inline-block;
  margin-left: 2px;
}

.nav-dropdown.open .nav-dropdown__arrow {
  transform: rotate(180deg);
}

.nav-dropdown__menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 16px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 40px rgba(11, 61, 145, 0.15) !important;
  padding: 8px !important;
  min-width: 220px !important;
  z-index: 9999 !important;
}

.nav-dropdown.open .nav-dropdown__menu {
  display: flex !important;
  flex-direction: column !important;
}

.nav-dropdown__menu a {
  font-size: 0.87rem !important;
  color: #1a2233 !important;
  text-decoration: none !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  margin: 0 !important;
  transition: background 0.15s, color 0.15s !important;
  display: block !important;
  white-space: nowrap !important;
  border-bottom: none !important;
}

.nav-dropdown__menu a:hover {
  background: #eef4fb !important;
  color: #007acc !important;
}

.nav-dropdown__divider {
  height: 1px !important;
  background: #e2e8f0 !important;
  margin: 6px 4px !important;
}

.nav-dropdown__highlight {
  color: #0b3d91 !important;
  font-weight: 600 !important;
  background: #eef4fb !important;
}

.nav-dropdown__highlight:hover {
  background: #dbeeff !important;
  color: #007acc !important;
}

/*# sourceMappingURL=style.css.map */