/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --navy: #003366;
  --navy-deep: #00244d;
  --blue: #1e6bb8;
  --white: #ffffff;
  --mist: #f4f8fc;
  --ink: #0b1f33;
  --muted: #5b6f82;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Segoe UI", Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
}
/* Next.js 15+ injects a portal with the N logo; hide if config is ignored. */
nextjs-portal {
  display: none !important;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px;
  background: linear-gradient(180deg, rgba(0,35,70,.75), transparent);
  color: white;
}
.nav a { margin: 0 12px; font-weight: 600; font-size: 14px; letter-spacing: .02em; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.hero {
  position: relative; min-height: 100vh; color: white;
  display: flex; align-items: center;
}
.hero video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,51,102,.82), rgba(0,51,102,.35));
}
.hero-inner { position: relative; z-index: 2; padding: 120px 40px 80px; max-width: 720px; }
.hero h1 { font-size: clamp(40px, 6vw, 72px); margin: 0 0 16px; letter-spacing: -0.03em; }
.hero p { font-size: 18px; line-height: 1.6; opacity: .92; }
.btns { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.btn {
  border: 0; cursor: pointer; border-radius: 999px; padding: 14px 22px; font-weight: 700;
}
.btn-primary { background: white; color: var(--navy); }
.btn-ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,.7); }
section { padding: 80px 40px; }
.wrap { max-width: 1120px; margin: 0 auto; }
.grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); grid-gap: 24px; gap: 24px; }
.card {
  background: var(--mist); border-radius: 20px; padding: 28px;
}
.card h3 { margin-top: 0; color: var(--navy); }
.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); grid-gap: 24px; gap: 24px; }
.product {
  border-radius: 24px; overflow: hidden; background: var(--navy); color: white; min-height: 260px;
  padding: 32px; display: flex; flex-direction: column; justify-content: flex-end;
}
.store-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.store {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: white; padding: 14px 18px; border-radius: 12px; font-weight: 700;
}
footer { background: var(--navy-deep); color: white; padding: 40px; }
.foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; max-width: 1120px; margin: 0 auto; }
form { display: grid; grid-gap: 12px; gap: 12px; max-width: 480px; }
input, textarea {
  padding: 12px 14px; border-radius: 10px; border: 1px solid #cdd8e4; font: inherit;
}
.lang { font-size: 13px; border: 1px solid rgba(255,255,255,.5); padding: 6px 10px; border-radius: 999px; }
.locations-hint {
  color: var(--muted);
  margin: -8px 0 20px;
  font-size: 16px;
  line-height: 1.55;
  max-width: 720px;
}
.locations-hint a {
  color: var(--blue);
  font-weight: 700;
}
.locations-map {
  height: min(560px, 70vh);
  min-height: 380px;
  border-radius: 24px;
  overflow: hidden;
  background: #dce7f2;
  box-shadow: 0 16px 40px rgba(0, 51, 102, 0.12);
  border: 1px solid #d5e3ef;
}
.locations-map .leaflet-container {
  width: 100%;
  height: 100%;
  font-family: inherit;
}
.loc-pin-wrap,
.locations-map .leaflet-div-icon {
  background: none;
  border: none;
}
.loc-popup {
  min-width: 200px;
  color: var(--ink);
  font-family: inherit;
}
.loc-popup strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
  margin-bottom: 4px;
}
.loc-addr {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.loc-popup dl {
  margin: 0;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}
.loc-popup dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}
.loc-popup dt {
  color: var(--muted);
  font-weight: 600;
}
.loc-popup dd {
  margin: 0;
  font-weight: 700;
  color: var(--navy);
}
.loc-gmaps {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue) !important;
  font-weight: 700;
  font-size: 13px;
}
.loc-tip {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  font-family: inherit;
}
.loc-tip strong { color: var(--navy); }
.loc-tip span { color: var(--muted); font-size: 12px; }
.leaflet-tooltip.loc-tooltip {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.16);
  padding: 8px 12px;
}
.leaflet-popup.loc-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 51, 102, 0.18);
  padding: 4px 2px;
}
.leaflet-popup.loc-leaflet-popup .leaflet-popup-content { margin: 12px 14px; }
.gm-style .loc-popup { font-family: inherit; }
@media (max-width: 720px) {
  .nav { flex-wrap: wrap; justify-content: center; padding: 10px 16px; gap: 6px 16px; }
  .nav > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 0; }
  .nav a { margin: 0 6px; font-size: 13px; }
  .brand { font-size: 15px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
}

