﻿:root { --akitek-blue:#003d66; --akitek-cyan:#00a9b7; }
body { background: radial-gradient(circle at 10% 20%, #f5fbff 0%, #edf2ff 50%, #e9efff 100%); }
.nav-glass {
  background: linear-gradient(120deg, rgba(0, 53, 91, .93), rgba(0, 133, 157, .86));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 .55rem 1.3rem rgba(5, 43, 75, .22);
}
.hero { background: linear-gradient(130deg, #00273f 0%, #005d8f 45%, #02a5bc 100%); }
.card { border-radius: 14px; }

.support-strip {
  background: linear-gradient(90deg, #f7fbff 0%, #eef6ff 55%, #f9fcff 100%);
  border-bottom: 1px solid #d9e8f7;
}

.support-strip-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .22rem .25rem;
}

.support-strip-text {
  color: #325572;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.support-strip-flags {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
}

.mini-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(8, 49, 84, .14);
  display: block;
}

.site-nav {
  padding-top: .55rem;
  padding-bottom: .55rem;
}

.site-nav .container {
  gap: .8rem;
}

.nav-menu {
  gap: .28rem;
}

.site-nav .nav-link {
  position: relative;
  border-radius: 999px;
  color: rgba(244, 252, 255, .94);
  font-weight: 600;
  padding: .44rem .82rem !important;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-nav .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}

.site-nav .nav-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, .23);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.nav-toggler {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 12px;
  padding: .35rem .5rem;
}

.nav-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(163, 217, 255, .35);
}

.nav-actions .btn {
  border-radius: 999px;
  font-weight: 600;
  padding-left: .72rem;
  padding-right: .72rem;
}

.nav-actions .lang-btn {
  border-color: rgba(255, 255, 255, .42);
}

.nav-actions .lang-btn.active,
.nav-actions .lang-btn:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .52);
  color: #ffffff;
}

.top-brand-bar {
  background: #ffffff;
  border-bottom: 1px solid #dfe7f1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(var(--site-logo-height, 160px) + 30px);
  padding: .45rem 1rem;
}

.brand-logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.brand-logo-image {
  min-height: var(--site-logo-height, 160px);
  max-height: calc(var(--site-logo-height, 160px) + 60px);
  width: auto;
  max-width: min(900px, 95vw);
  object-fit: contain;
}

.brand-logo-text {
  color: #0b3456;
  font-weight: 700;
  letter-spacing: .8px;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
}

.home-slider-wrap {
  position: relative;
  overflow: hidden;
}

.slider-image {
  width: 100%;
  height: 58vh;
  min-height: 300px;
  max-height: 680px;
  object-fit: cover;
}

.slider-link {
  display: block;
}

.slider-caption {
  left: 0;
  right: 0;
  bottom: 2.5rem;
  padding-bottom: 0;
}

.slider-caption .container {
  background: linear-gradient(120deg, rgba(0, 23, 40, 0.74), rgba(0, 88, 133, 0.55));
  border-radius: 14px;
  padding: 1rem 1.25rem;
  max-width: 720px;
}

.slider-caption h2 {
  margin: 0 0 .4rem 0;
  font-weight: 700;
}

.slider-caption p {
  margin: 0;
}

.notice-card {
  background: linear-gradient(155deg, #ffffff 0%, #f2f8ff 100%);
  border: 1px solid #d6e6f8 !important;
  transition: transform .22s ease, box-shadow .22s ease;
  overflow: hidden;
}

.notice-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0a5f9b, #00a9b7);
}

.notice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 .9rem 1.8rem rgba(8, 58, 102, .16) !important;
}

.notice-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.notice-date {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: #0b5c94;
  background: #e8f4ff;
  border-radius: 999px;
  padding: .26rem .62rem;
  margin-bottom: .7rem;
}

.notice-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #0b2e4d;
}

.notice-content {
  color: #23415e;
  line-height: 1.55;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.social-links a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #eaf4ff;
  color: #0b4f82;
  border: 1px solid #cfe3f8;
  transition: transform .15s ease, background-color .15s ease, color .15s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: #0b4f82;
  color: #ffffff;
}

.team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d5e6f8 !important;
  background: linear-gradient(160deg, #ffffff 0%, #f5faff 100%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0a5f9b, #00a9b7);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(9, 61, 102, .18) !important;
}

.team-photo-wrap {
  position: relative;
  overflow: hidden;
}

.team-photo {
  width: 100%;
  display: block;
  transition: transform .5s ease;
}

.team-card:hover .team-photo {
  transform: scale(1.05);
}

.team-card-body {
  padding: 1.1rem 1.15rem 1.2rem 1.15rem;
}

.team-name {
  margin-bottom: .45rem;
  color: #103656;
  font-weight: 700;
}

.team-role {
  margin-bottom: .35rem;
  font-weight: 700;
  color: #0b5c94;
}

.team-profession {
  margin-bottom: .65rem;
  color: #40617d;
}

.team-bio {
  color: #294867;
  line-height: 1.58;
}

.team-bio p:last-child {
  margin-bottom: 0;
}

.service-card {
  overflow: hidden;
  border: 1px solid #dbe8f6 !important;
}

.service-thumb-link {
  display: block;
}

.service-thumb {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.service-title {
  color: #123a5e;
  font-weight: 700;
  margin-bottom: .55rem;
}

.service-short {
  color: #365572;
  line-height: 1.5;
}

.infra-kind-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #0b5c94;
  background: #e8f4ff;
  border: 1px solid #cfe3f8;
  border-radius: 999px;
  padding: .2rem .55rem;
}

.service-detail-card {
  border: 1px solid #d8e8f7 !important;
}

.detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  text-decoration: none;
  color: #0b4f82;
  background: linear-gradient(160deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid #cfe3f8;
  border-radius: 999px;
  font-weight: 600;
  padding: .35rem .8rem .4rem .68rem;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
}

.detail-back-link i {
  font-size: 1.2rem;
  line-height: 1;
}

.detail-back-link:hover {
  color: #083a60;
  border-color: #b4d6f5;
  box-shadow: 0 .45rem 1rem rgba(9, 66, 109, .14);
  transform: translateY(-2px);
}

.detail-back-link:focus-visible {
  outline: 2px solid #7dbaf0;
  outline-offset: 2px;
}

.admin-home-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
  color: #0b4f82;
  background: linear-gradient(160deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid #cfe3f8;
  border-radius: 999px;
  font-weight: 600;
  padding: .36rem .8rem .42rem .72rem;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
}

.admin-home-link i {
  font-size: 1rem;
  line-height: 1;
}

.admin-home-link:hover {
  color: #083a60;
  border-color: #b4d6f5;
  box-shadow: 0 .45rem 1rem rgba(9, 66, 109, .14);
  transform: translateY(-2px);
}

.admin-home-link:focus-visible {
  outline: 2px solid #7dbaf0;
  outline-offset: 2px;
}

.service-detail-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px;
}

.service-detail-content {
  color: #1f405f;
  line-height: 1.65;
}

.preface-box {
  background: linear-gradient(145deg, #ffffff, #f2f8ff);
  border: 1px solid #d6e6f8;
  border-radius: 14px;
  padding: 1rem 1.15rem;
}

.preface-content {
  color: #1f4669;
  line-height: 1.7;
}

.preface-content * {
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: inherit !important;
}

.preface-content p,
.preface-content div,
.preface-content ul,
.preface-content ol {
  margin: 0 0 .75rem 0;
}

.preface-content h1,
.preface-content h2,
.preface-content h3,
.preface-content h4,
.preface-content h5,
.preface-content h6 {
  margin: 0 0 .75rem 0;
}

.preface-content > :first-child {
  margin-top: 0;
}

.preface-content > :last-child {
  margin-bottom: 0;
}

.site-footer {
  background: linear-gradient(145deg, #07243d, #0a3a60 55%, #0b4f77);
  color: #d9ebfb;
}

.footer-title {
  font-weight: 700;
  margin-bottom: .8rem;
}

.footer-subtitle {
  color: #ffffff;
  margin-bottom: .75rem;
}

.footer-text {
  color: #bcd5eb;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: .45rem;
}

.footer-links a {
  color: #d7e9fb;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: .9rem 0;
  color: #c8ddf0;
}

.cookie-consent {
  position: fixed;
  right: 1.1rem;
  bottom: 1rem;
  z-index: 1080;
  width: min(420px, calc(100vw - 1.5rem));
  background: #f2f4f7;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  box-shadow: 0 .7rem 1.5rem rgba(14, 33, 54, .22);
  padding: 1rem .95rem .92rem .95rem;
  display: none;
}

.cookie-consent.show {
  display: block;
}

.cookie-consent-inner {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
}

.cookie-consent-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2495f1, #1676d4);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.cookie-consent-title {
  color: #2f3b4b;
  font-size: 1.05rem;
  margin-bottom: .18rem;
  display: block;
}

.cookie-consent-text {
  color: #5f6f82;
  font-size: .96rem;
  line-height: 1.45;
}

.cookie-consent-btn {
  border-radius: 999px;
  font-weight: 700;
  color: #1c79cf;
  border-color: #d7e9f9;
  background: #e8f2fb;
  padding: .32rem .88rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .support-strip-text {
    font-size: .78rem;
  }
  .site-nav .navbar-collapse {
    margin-top: .5rem;
    background: rgba(7, 39, 64, .55);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    padding: .75rem .7rem .7rem .7rem;
  }
  .nav-menu {
    gap: .22rem;
  }
  .site-nav .nav-link {
    padding: .52rem .74rem !important;
  }
  .nav-actions {
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: .7rem;
    margin-top: .55rem;
  }
  .slider-image {
    height: 44vh;
    min-height: 240px;
  }
  .slider-caption {
    bottom: 1rem;
  }
  .slider-caption .container {
    max-width: calc(100% - 2rem);
    padding: .8rem 1rem;
  }
  .notice-title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .cookie-consent {
    right: .65rem;
    bottom: .65rem;
    width: calc(100vw - 1.3rem);
    padding: .9rem .78rem .78rem .78rem;
  }
  .cookie-consent-inner {
    gap: .72rem;
  }
  .cookie-consent-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.2rem;
  }
  .cookie-consent-text {
    font-size: .9rem;
  }
  .cookie-consent-btn {
    width: auto;
  }
  .support-strip-inner {
    min-height: 28px;
    gap: .38rem;
    padding: .18rem .2rem;
  }
  .support-strip-text {
    font-size: .72rem;
    line-height: 1.15;
  }
  .mini-flag {
    width: 16px;
    height: 11px;
  }
  .top-brand-bar {
    min-height: calc(var(--site-logo-height, 160px) + 12px);
  }
  .brand-logo-image {
    min-height: var(--site-logo-height, 160px);
    max-height: calc(var(--site-logo-height, 160px) + 40px);
    max-width: 94vw;
  }
  .slider-image {
    height: 34vh;
    min-height: 190px;
  }
  .slider-caption h2 {
    font-size: 1.1rem;
  }
  .slider-caption p {
    font-size: .9rem;
  }
}

