:root {
  --brand-navy: #072d66;
  --brand-blue: #147ec1;
  --brand-green: #2eaf61;
  --ink: #081127;
  --mist: #eef4fa;
  --surface: #ffffff;
  --shadow-soft: 0 14px 30px rgba(6, 34, 71, 0.16);
  --shadow-card: 0 8px 20px rgba(11, 31, 60, 0.2);
  --radius-xl: 28px;
  --radius-lg: 18px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 20%, #f3f9ff 0%, #dce9f7 45%, #c7dbee 100%);
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.hero {
  position: relative;
  overflow: visible;
  padding: 16px 24px 20px;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("template/background_desktop1.png");
  background-size: contain;
  background-position: top;
  z-index: -2;
}

.hero-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.52) 40%, rgba(255, 255, 255, 0.78) 100%),
    radial-gradient(circle at 50% 46%, rgba(200, 230, 255, 0.25) 0%, transparent 60%);
  z-index: -1;
}

.brand-header {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 2px 12px rgba(6, 34, 71, 0.1);
}

.brand-emblem-wrap {
  flex-shrink: 0;
  width: clamp(64px, 9vw, 100px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
}

.brand-emblem-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 2%;
  transform: translateY(-4%);
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-name {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--brand-navy);
  line-height: 1;
}

.brand-sub {
  margin: 3px 0 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 2px;
  color: #3a3a3a;
}

.brand-sub-rule {
  flex: 1;
  height: 1.5px;
  background: #3a3a3a;
  display: block;
  min-width: 14px;
  max-width: 38px;
}

.brand-tagline {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.6rem, 1.1vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #555;
  text-transform: uppercase;
}

/* ── Navigation ── */
.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 24px;
  border-left: 1.5px solid rgba(7, 45, 102, 0.15);
}

.nav-links {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  align-items: center;
}

.nav-links a {
  display: block;
  padding: 6px 12px;
  color: var(--brand-navy);
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 5px;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.nav-links a:hover {
  background: rgba(7, 45, 102, 0.08);
  color: var(--brand-blue);
}

.nav-cta {
  flex-shrink: 0;
  padding: 9px 18px;
  background: linear-gradient(135deg, var(--brand-green) 0%, #1d9f5a 100%);
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(18, 120, 80, 0.35);
  transition: filter 160ms ease, transform 160ms ease;
  white-space: nowrap;
  align-self: center;
}

.nav-cta:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}


.hero-center {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  min-height: clamp(280px, 38vw, 500px);
}

/* ── Logo assembly animation ── */
.hero-emblem-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 16px 0;
}

.logo-assembly {
  position: relative;
  width: clamp(240px, 82%, 420px);
  aspect-ratio: 604 / 413;
  overflow: visible;
}

.logo-assembly .anim-glow {
  position: absolute;
  inset: 20% 25%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,126,193,0.5) 0%, rgba(46,175,97,0.25) 50%, transparent 70%);
  z-index: 0;
  animation: glow-pulse 1.4s ease-out 0.1s both;
  pointer-events: none;
}

/* Base: all parts positioned on the same 604x413 canvas */
.logo-part {
  position: absolute;
  opacity: 0;
}

/* shield.png  — 604×413, full canvas, sits behind everything */
.logo-shield {
  width: 100%; height: 100%;
  top: 0; left: 0;
  z-index: 2;
  animation: shield-glow 4s ease-out 0.0s forwards, shield-idle 3s ease-in-out 5.8s infinite;
  transform-origin: 50% 55%;
}

/* earth.png — globe inside shield */
.logo-earth {
  width: 78%;
  top: 7%; left: 12%;
  z-index: 3;
  opacity: 0;
  animation: earth-appear 1.1s ease-out 0.15s forwards;
  transform: scale(0.1);
  transform-origin: center center;
}

@keyframes earth-appear {
  to {
    opacity: 0.2;
    transform: scale(1);
  }
}

/* root_2.png — roads */
.logo-roads {
  width: 99%;
  top: 0; left: 0;
  z-index: 3;
  animation: assemble 1.1s ease-out 0.15s forwards;
  transform: scale(0.1);
  transform-origin: 50% 50%;
}

/* root.png — 495×504
   Wing+road must align so its bottom road matches root_2 left road.
   root.png width relative to 604px canvas = 495/604 = 82%
   Positioned top-left, shifted up so road tip aligns with root_2 */
.logo-wing {
  width: 30%;
  top: 15%;
  left: 23%;
  z-index: 4;
  animation: wing-assemble 1.1s ease-out 0.15s forwards;
  transform: scale(0.1);
}

@keyframes wing-assemble {
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(4deg);
  }
}

/* archor_2.png */
.logo-anchor {
  width: 100%;
  top: 0%; left: 0%;
  z-index: 5;
  animation: assemble 1.7s ease-out 0.7s forwards;
  transform: translateY(-700px);
}

/* sheep.png (ship) */
.logo-ship {
  width: 35%;
    top: 50%;
    left: 34%;
  z-index: 6;
  animation: ship-arrive 4.5s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

/* airplain.png — 308×273, plane is upper-right of logo
   Plane in full logo: roughly right 55%, top 30%
   Scale: logo is ~604px wide, plane element ~200px wide = 33% */
.logo-plane {
  width: 26%;
  top: -1%;
  left: 65%;
  z-index: 7;
  animation: plane-arrive 2.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.8s forwards;
}

@keyframes assemble {
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes shield-glow {
  0%   { opacity: 0;   transform: scale(0.3);  filter: brightness(1); }
  12%  { opacity: 1;   transform: scale(1.08); filter: brightness(3) sepia(1) saturate(6) hue-rotate(90deg) drop-shadow(0 0 30px #00dd44) drop-shadow(0 0 60px #00dd44); }
  30%  { transform: scale(1.04); filter: brightness(2.5) sepia(1) saturate(5) hue-rotate(90deg) drop-shadow(0 0 25px #00cc44); }
  55%  { transform: scale(1.02); filter: brightness(2) sepia(0.8) saturate(4) hue-rotate(90deg) drop-shadow(0 0 18px #2eaf61); }
  75%  { transform: scale(1.01); filter: brightness(1.6) sepia(0.4) saturate(2) hue-rotate(60deg) drop-shadow(0 0 10px #2eaf61); }
  82%  { filter: brightness(1.5) sepia(0.3) saturate(1.8) drop-shadow(0 0 9px rgba(46,175,97,0.7)); }
  88%  { filter: brightness(1.45) sepia(0.2) saturate(1.6) drop-shadow(0 0 9px rgba(46,175,97,0.6)); }
  93%  { filter: brightness(1.4) sepia(0.1) saturate(1.5) drop-shadow(0 0 8px rgba(46,175,97,0.5)); }
  97%  { filter: brightness(1.38) saturate(1.45) drop-shadow(0 0 8px rgba(46,175,97,0.45)); }
  100% { opacity: 1;   transform: scale(1);    filter: brightness(1.35) saturate(1.4) drop-shadow(0 0 8px rgba(46,175,97,0.4)); }
}

@keyframes shield-idle {
  0%   { filter: brightness(1.35) saturate(1.4) drop-shadow(0 0 8px rgba(46,175,97,0.4)); }
  50%  { filter: brightness(1.5) saturate(1.6) drop-shadow(0 0 14px rgba(46,175,97,0.5)); }
  100% { filter: brightness(1.35) saturate(1.4) drop-shadow(0 0 8px rgba(46,175,97,0.4)); }
}

@keyframes plane-arrive {
  0%   { opacity: 0; transform: translateX(-600px) translateY(400px) scale(2.8); }
  15%  { opacity: 1; }
  100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes ship-arrive {
  0%   { opacity: 0;   transform: translateX(-700px); }
  10%  { opacity: 1; }
  100% { opacity: 1;   transform: translateX(0); }
}

@keyframes glow-pulse {
  0%   { opacity: 0; transform: scale(0.4); }
  50%  { opacity: 1; transform: scale(1.4); }
  100% { opacity: 0; transform: scale(2); }
}

.hero-copy {
  text-transform: uppercase;
  color: #081330;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.85);
  padding: 16px 0 16px 8px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: 0.5px;
  font-weight: 900;
}

.hero-copy p {
  margin: 10px 0 16px;
  max-width: 28ch;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.3px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 170ms ease, filter 170ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.btn:focus-visible {
  outline: 3px solid #0a58a8;
  outline-offset: 2px;
}

.btn-primary {
  padding: 11px 18px;
  color: #f7fbff;
  font-size: clamp(0.9rem, 1.3vw, 1.08rem);
  background: linear-gradient(90deg, var(--brand-green) 0%, #2fa867 35%, #1d8fd5 100%);
  box-shadow: 0 10px 22px rgba(18, 98, 163, 0.35);
}

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.btn-tertiary {
  padding: 9px 14px;
  color: #f3f7ff;
  font-size: clamp(0.82rem, 1.1vw, 0.98rem);
  background: linear-gradient(180deg, #0f3d77 0%, #082857 100%);
}

.services {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.service-card {
  position: relative;
  padding: 52px 10px 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 67, 114, 0.18);
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 1.15s ease, transform 0.75s cubic-bezier(0.42, 1, 0.56, 1);
  border-radius: 14px;
  text-align: center;
  box-shadow: var(--shadow-card);
  overflow: visible;
}

.service-icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.service-icon svg,
.service-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(10, 55, 112, 0.2));
}



.service-card h2 {
  margin: 0;
  font-size: clamp(0.9rem, 1.1vw, 1.2rem);
  line-height: 1.05;
  letter-spacing: 0.1px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card p {
  min-height: 3.3em;
  margin: 7px 0 10px;
  font-size: 0.84rem;
  line-height: 1.24;
  font-weight: 600;
}

.btn-secondary {
  width: 100%;
  padding: 7px 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #0c3b79 0%, #05295f 100%);
  font-size: 0.78rem;
  border-radius: 8px;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 8px rgba(5, 41, 95, 0.35);
}

.why-us {
  padding: 28px 26px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  text-align: center;
}

.why-us h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  text-transform: uppercase;
  font-weight: 900;
}

.why-us ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.why-us li {
  font-size: clamp(1.2rem, 2.1vw, 2.2rem);
  text-transform: uppercase;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.check {
  width: 32px;
  aspect-ratio: 1;
  border: 2px solid #238f52;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  color: #1f8d54;
  font-weight: 900;
  font-size: 1.45rem;
  background: #f4fff8;
  box-shadow: 0 2px 6px rgba(35, 143, 82, 0.2);
}

.why-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.why-icon svg,
.why-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(10, 55, 112, 0.22));
}

/* ── About Section ── */
.about-section {
  background: linear-gradient(180deg, #eef4fa 0%, #f7fbff 100%);
  padding: 52px 32px 48px;
}

.about-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.about-text h2 {
  margin: 0 0 16px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand-navy);
  letter-spacing: 0.5px;
}

.about-text h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: var(--brand-green);
  margin-top: 10px;
  border-radius: 2px;
}

.about-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 14px;
}

.about-text p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #3a4f6a;
  margin: 0 0 12px;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about-subhead {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand-green);
}

.about-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.about-list li {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a4f6a;
  padding-left: 18px;
  position: relative;
}

.about-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--brand-green);
  font-weight: 700;
}

.about-advantages-intro {
  font-size: 0.88rem;
  color: #6a7f9a;
  margin: 0 0 8px;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-card {
  background: #ffffff;
  border: 1px solid rgba(7, 45, 102, 0.12);
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(7, 45, 102, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.stat-card:hover {
  box-shadow: 0 8px 24px rgba(7, 45, 102, 0.14);
  transform: translateY(-2px);
}

.stat-number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1;
}

.stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6a7f9a;
}

@media (max-width: 1080px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-section {
    padding: 36px 20px 32px;
  }
  .about-right {
    gap: 20px;
  }
}

@media (max-width: 680px) {
  .about-section {
    padding: 28px 14px 24px;
  }
}

.site-footer {
  padding: 18px 22px;
  background: linear-gradient(180deg, #eef4fa 0%, #dce9f7 100%);
  border-top: 3px solid var(--brand-navy);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

/* ── Contact Section ── */
.contact-section {
  background: linear-gradient(180deg, #eef4fa 0%, #dce9f7 100%);
  padding: 52px 32px 48px;
  border-top: 3px solid var(--brand-navy);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 48px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-info h2 {
  margin: 0 0 12px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand-navy);
  letter-spacing: 0.5px;
}

.contact-info > p {
  margin: 0 0 28px;
  font-size: 0.97rem;
  line-height: 1.6;
  color: #3a4f6a;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-details li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-detail-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(7, 45, 102, 0.2);
}

.contact-detail-icon svg {
  width: 28px;
  height: 28px;
}

.contact-details a {
  color: var(--brand-navy);
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 700;
  transition: color 150ms ease;
}

.contact-details a:hover {
  color: var(--brand-blue);
}

/* Form */
.contact-form {
  background: #ffffff;
  border: 1px solid rgba(7, 45, 102, 0.12);
  border-radius: 16px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 8px 32px rgba(7, 45, 102, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--brand-navy);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--mist);
  border: 1.5px solid rgba(7, 45, 102, 0.15);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  outline: none;
  transition: border-color 150ms ease, background 150ms ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(8, 17, 39, 0.35);
}

.form-group select option {
  background: #fff;
  color: var(--ink);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--brand-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(20, 126, 193, 0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  align-self: flex-start;
  padding: 13px 32px;
  font-size: 0.95rem;
}

.form-note {
  margin: 0;
  font-size: 0.78rem;
  color: #6a7f9a;
}
.form-status {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(0,0,0,0.04);
}

@media (max-width: 1080px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-section {
    padding: 36px 20px 32px;
  }
}

@media (max-width: 680px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-section {
    padding: 28px 14px 24px;
  }
  .contact-form {
    padding: 22px 16px 20px;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms ease;
}

.footer-contact-item:hover {
  color: var(--brand-blue);
}

.footer-contact-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.footer-contact-icon svg {
  width: 20px;
  height: 20px;
}

.footer-socials {
  display: flex;
  gap: 8px;
  align-self: center;
  margin-top: 4px;
}

.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  width: 42px;
  height: 42px;
  transition: transform 150ms ease, filter 150ms ease;
}

.footer-social-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.footer-social-btn svg,
.footer-social-btn img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.footer-social-btn[aria-label="Facebook"] img {
  width: 34px;
  height: 34px;
}

.footer-logo {
  width: clamp(96px, 11vw, 132px);
}

.footer-right {
  margin: 0;
  text-align: right;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .hero {
    padding: 14px;
  }

  .hero-center {
    grid-template-columns: 1fr 1fr;
  }

  .services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-header {
    gap: 12px;
    padding: 8px 14px;
  }
}

@media (max-width: 680px) {
  .brand-header {
    gap: 10px;
    padding: 8px 10px;
  }

  .brand-emblem-wrap {
    width: 52px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding: 8px;
  }

  .hero-bg {
    background-image: url("template/background_mobile.png");
    background-size: cover;
    background-position: center top;
  }


  .hero-center {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero-emblem-frame {
    padding: 8px 0 0;
  }

  .hero-emblem {
    width: clamp(180px, 55%, 280px);
  }

  .hero-copy {
    text-align: center;
    padding: 10px 8px 16px;
    display: grid;
    justify-items: center;
  }

  .hero-copy h1 {
    font-size: clamp(1.6rem, 8vw, 2.3rem);
  }

  .hero-copy p {
    margin-bottom: 12px;
    font-size: clamp(0.92rem, 4.5vw, 1.1rem);
  }

  .btn-primary {
    width: 100%;
    max-width: 420px;
    font-size: 0.88rem;
    line-height: 1.2;
  }

  .btn-tertiary {
    width: 100%;
    max-width: 420px;
  }

  .services {
    margin-top: 18px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .service-card {
    border-radius: 10px;
    padding-top: 46px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 20px;
  }

  .service-icon img,
  .service-icon svg {
    width: 76px;
    height: 76px;
  }

  .service-card h2 {
    font-size: 0.82rem;
  }

  .service-card p {
    font-size: 0.76rem;
    min-height: unset;
  }

  .why-us {
    padding: 20px 14px;
  }

  .why-us ul {
    gap: 12px;
    justify-content: flex-start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 10px;
  }

  .footer-logo {
    display: block;
    margin: 0 auto;
  }

  .footer-right {
    text-align: center;
  }
}

.copyright-bar {
  background: linear-gradient(180deg, #dce9f7 0%, #c7dbee 100%);
  border-top: 1px solid rgba(7, 45, 102, 0.15);
  text-align: center;
  padding: 10px 16px;
}

.copyright-bar p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(7, 45, 102, 1);
  letter-spacing: 0.3px;
}

.service-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Cookie banner ── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: var(--brand-navy);
  padding: 14px 24px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  animation: slide-up-banner 400ms ease;
}

@keyframes slide-up-banner {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-content p {
  margin: 0;
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  flex: 1;
  min-width: 200px;
}

.cookie-content a {
  color: var(--brand-green);
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-accept {
  padding: 8px 20px;
  font-size: 0.85rem;
}

.cookie-link {
  color: rgba(255,255,255,0.6);
  font-size: 0.82rem;
  text-decoration: underline;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .service-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Modal ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(5, 25, 60, 0.62);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: modal-fade-in 200ms ease;
}

.modal-overlay[hidden] {
  display: none;
}

@keyframes modal-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.modal-box {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(5, 25, 70, 0.28);
  max-width: 720px;
  width: 100%;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: modal-slide-in 220ms ease;
}

.modal-header {
  flex-shrink: 0;
  padding: 28px 44px 16px;
  border-bottom: 1px solid rgba(7, 45, 102, 0.1);
  position: relative;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 44px;
  -webkit-overflow-scrolling: touch;
}

.modal-footer {
  flex-shrink: 0;
  padding: 16px 44px 24px;
  border-top: 1px solid rgba(7, 45, 102, 0.1);
}

@keyframes modal-slide-in {
  from { transform: translateY(18px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--mist);
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--brand-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms ease;
}

.modal-close:hover {
  background: #dce8f5;
}

.modal-box h2 {
  margin: 0 0 16px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: var(--brand-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  padding-right: 32px;
}

.modal-box h3 {
  margin: 20px 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-blue);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.modal-box p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2a3a50;
}

.modal-box ul {
  margin: 0 0 10px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-box ul li {
  font-size: 0.93rem;
  line-height: 1.5;
  color: #2a3a50;
  padding-left: 20px;
  position: relative;
}

.modal-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-green);
  font-weight: 900;
}

.modal-cta {
  margin-top: 24px;
  display: inline-flex;
}

@media (max-width: 680px) {
  .modal-overlay {
    padding: 0;
    align-items: flex-end;
  }

  .modal-box {
    width: 100%;
    max-width: 100%;
    max-height: 92vh;
    border-radius: 18px 18px 0 0;
  }

  .modal-header {
    padding: 20px 18px 14px;
  }

  .modal-body {
    padding: 16px 18px;
  }

  .modal-footer {
    padding: 12px 18px 20px;
  }
}
