/* Unique styles for White Nights - generated uniquely */
* { box-sizing: border-box; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible { outline: 3px solid #7ec8ff; outline-offset: 4px; }
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #0a1628;
  color: #e8f0ff;
  line-height: 1.6;
}
.container_a9f3k {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header_b2m7p {
  background: linear-gradient(135deg, #0d2137 0%, #1a3a5c 100%);
  padding: 15px 0;
  border-bottom: 3px solid #4a90d9;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.logo_c4n8q {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}
.logo_c4n8q span {
  color: #7ec8ff;
}
.nav_m2q8r {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.nav_links_x7k9p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_links_x7k9p a {
  color: #cce5ff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.2s;
}
.nav_links_x7k9p a:hover {
  background: #2a5a8a;
  color: #fff;
}
.hero_z3p1v {
  background: linear-gradient(rgba(10,22,40,0.7), rgba(10,22,40,0.85)), linear-gradient(120deg, #1a3a5c, #0d2137);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 1px solid #2a5a8a;
}
.hero_z3p1v h1 {
  font-size: 2.8em;
  margin: 0 0 15px;
  color: #ffffff;
}
.hero_z3p1v p {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 25px;
  color: #b8d4f0;
}
.btn_primary_k8j2n {
  display: inline-block;
  background: #3a7bd5;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.btn_primary_k8j2n:hover {
  background: #2a5a9e;
}
.section_block_q5w9e {
  padding: 50px 0;
  border-bottom: 1px solid #1e3a5f;
}
.section_block_q5w9e:nth-child(even) {
  background: #0d1f33;
}
.section_title_r6t2y {
  font-size: 1.9em;
  color: #7ec8ff;
  margin-bottom: 20px;
  text-align: center;
}
.grid_cards_h4j7m {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.card_item_p9l3s {
  background: #132a45;
  border: 1px solid #2a4a6e;
  border-radius: 8px;
  padding: 25px;
  transition: transform 0.2s;
}
.card_item_p9l3s:hover {
  transform: translateY(-4px);
  border-color: #4a90d9;
}
.card_item_p9l3s h3 {
  color: #a8d4ff;
  margin-top: 0;
}
.review_box_v2n8c {
  background: #152b44;
  border-left: 4px solid #4a90d9;
  padding: 20px;
  margin: 15px 0;
  border-radius: 0 6px 6px 0;
}
.review_box_v2n8c .author_name_f3k1d {
  font-weight: bold;
  color: #7ec8ff;
  margin-top: 10px;
}
.footer_w8e4r {
  background: #071220;
  padding: 40px 0 20px;
  margin-top: 40px;
  border-top: 3px solid #2a5a8a;
}
.footer_grid_t5y2u {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.footer_w8e4r h4 {
  color: #7ec8ff;
  margin-bottom: 12px;
}
.footer_w8e4r a {
  color: #a0c4e8;
  text-decoration: none;
  display: block;
  margin: 6px 0;
  font-size: 14px;
}
.footer_w8e4r a:hover {
  color: #fff;
}
.footer_bottom_m1n9x {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #1a3a5c;
  color: #6a8aaa;
  font-size: 13px;
}
.cookie_banner_j7h4k {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d2137;
  border-top: 2px solid #4a90d9;
  padding: 18px 20px;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
.cookie_banner_j7h4k p {
  margin: 0;
  flex: 1;
  min-width: 250px;
  font-size: 14px;
  color: #cce5ff;
}
.cookie_banner_j7h4k a {
  color: #7ec8ff;
}
.btn_accept_c3x9v {
  background: #3a7bd5;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}
.btn_accept_c3x9v:hover {
  background: #2a5a9e;
}
.content_page_d6f2g {
  padding: 40px 0 60px;
}
.content_page_d6f2g h1 {
  color: #7ec8ff;
  border-bottom: 2px solid #2a5a8a;
  padding-bottom: 12px;
}
.content_page_d6f2g h2 {
  color: #a8d4ff;
  margin-top: 30px;
}
.content_page_d6f2g p, .content_page_d6f2g li {
  color: #c8dce8;
}
.form_block_n4b8w {
  background: #132a45;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #2a4a6e;
  max-width: 600px;
  margin: 30px auto;
}
.form_block_n4b8w label {
  display: block;
  margin-bottom: 6px;
  color: #a8d4ff;
}
.form_block_n4b8w input, .form_block_n4b8w select, .form_block_n4b8w textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid #2a4a6e;
  border-radius: 5px;
  background: #0d1f33;
  color: #e8f0ff;
  box-sizing: border-box;
}
.form_block_n4b8w button {
  background: #3a7bd5;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}
.history_timeline_y9k3p {
  border-left: 3px solid #4a90d9;
  padding-left: 25px;
  margin: 30px 0;
}
.history_timeline_y9k3p .item_u2v5x {
  margin-bottom: 25px;
  position: relative;
}
.history_timeline_y9k3p .item_u2v5x::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #4a90d9;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 5px;
}
.faq_item_g8h1j {
  background: #132a45;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #2a4a6e;
  overflow: hidden;
}
.faq_item_g8h1j summary {
  padding: 16px 20px;
  cursor: pointer;
  color: #a8d4ff;
  font-weight: 600;
}
.faq_item_g8h1j p {
  padding: 0 20px 16px;
  margin: 0;
  color: #c8dce8;
}
.contact_info_k5l9m {
  background: #132a45;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #2a4a6e;
}
.highlight_box_s3d7f {
  background: linear-gradient(135deg, #1a3a5c, #0d2137);
  border: 1px solid #3a6a9a;
  padding: 25px;
  border-radius: 8px;
  margin: 25px 0;
}
@media (max-width: 768px) {
  .hero_z3p1v h1 { font-size: 1.9em; }
  .nav_links_x7k9p { justify-content: center; }
  .nav_m2q8r { flex-direction: column; gap: 15px; }
}

/* Locally hosted stock photography */
.hero_z3p1v { position: relative; isolation: isolate; min-height: 650px; display: grid; align-items: center; padding: 110px 20px 100px; overflow: hidden; text-align: left; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; z-index: -2; }
.hero_z3p1v::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(5,16,29,.92) 0%,rgba(5,16,29,.62) 48%,rgba(5,16,29,.12) 100%); }
.hero_z3p1v .container_a9f3k { width: 100%; }
.hero_z3p1v h1 { max-width: 720px; font-size: clamp(38px,5.4vw,72px); line-height: 1.05; letter-spacing: -.035em; margin-bottom: 28px; }
.hero_z3p1v p { margin-left: 0; max-width: 600px; color: #e0eaf4; }
.hero_z3p1v .hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .22em; color: #a0dcd9; margin-bottom: 24px; }
.hero-credit { position: absolute; right: 22px; bottom: 18px; padding: 9px 12px; background: rgba(5,16,29,.78); color: #e0eaf4; font-size: 11px; border-radius: 5px; text-decoration: none; }
.stock-photo { margin: -25px -25px 25px; overflow: hidden; border-radius: 7px 7px 0 0; background: #0d1f33; }
.stock-photo img { display: block; width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; }
.stock-photo figcaption { padding: 10px 14px; font-size: 11px; color: #a0c4e8; line-height: 1.5; }
.stock-photo figcaption a { color: inherit; display: inline-block; padding: 4px 0; text-underline-offset: 3px; }
.wide-photo { margin: 24px 0 32px; max-width: 900px; border-radius: 10px; }
.wide-photo img { aspect-ratio: 16/7; object-fit: cover; }
.card_item_p9l3s { overflow: hidden; }
.nav_links_x7k9p a { display: block; }
@media (max-width: 768px) {
  .header_b2m7p { position: relative; }
  .hero_z3p1v { min-height: 610px; padding: 65px 0 85px; }
  .hero_z3p1v h1 { font-size: clamp(36px,9vw,56px); }
  .hero_z3p1v::before { background: linear-gradient(90deg,rgba(5,16,29,.88),rgba(5,16,29,.4)); }
  .grid_cards_h4j7m { grid-template-columns: repeat(auto-fit,minmax(min(280px,100%),1fr)); }
  .hero-credit { right: 15px; left: 15px; width: fit-content; }
  .wide-photo img { aspect-ratio: 3/2; }
}
