/* ---------------------
    CSS RESET & BASE
--------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  background: #081426;
  color: #F2F2F2;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  background-color: #081426;
  position: relative;
}

*, *::before, *::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #FFB800;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #ffffff;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
h1 { font-size: 2.5rem; line-height: 1.13; margin-bottom: 24px; }
h2 { font-size: 2rem;   margin-bottom: 20px; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }
h5, h6 { font-size: 1rem; }

p, ul, ol { margin-bottom: 16px; }
ul, ol { padding-left: 24px; }
strong { font-weight: 700; }
small, .footer-contact small { font-size: 0.94em !important; color: #B6BDD1; }

hr {
  border: none;
  border-top: 1px solid #233556;
  margin: 32px 0;
}

/* ---------------
   BRAND COLORS
--------------- */
:root {
  --brand-primary: #003366;
  --brand-primary-dark: #001C3C;
  --brand-secondary: #F2F2F2;
  --brand-accent: #FFB800;
  --brand-bg-darker: #081426;
}

/* -----------------------------------
   GENERAL LAYOUT STRUCTURE CLASSES
----------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  background: #111c2e;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(0,26,62,0.08), 0 2px 8px 0 rgba(0,26,62,0.07);
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  color: #F2F2F2;
  transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover {
  box-shadow: 0 8px 36px 0 rgba(255,184,0,0.14), 0 4px 16px 0 rgba(0,26,62,0.14);
  transform: translateY(-3px) scale(1.012);
  border-color: var(--brand-accent);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  color: #081426;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,51,102,0.16);
  padding: 20px;
  margin-bottom: 24px;
  position: relative;
  min-width: 220px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper {
    gap: 18px;
  }
  .section {
    padding: 28px 8px;
    margin-bottom: 36px;
  }
  .text-image-section,
  .content-grid {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .card-container, .content-grid {
    gap: 12px;
  }
  .card {
    padding: 14px;
  }
}

/* -----------------------------
     HEADER & NAVIGATION
------------------------------ */
header {
  background: #02142f;
  color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 90;
  box-shadow: 0 2px 8px rgba(0,51,102,0.07);
  padding-top: 0;
  padding-bottom: 0;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  height: 74px;
}
.brand-logo {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.brand-logo img {
  height: 42px;
  width: auto;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.main-nav a, .footer-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #B6BDD1;
  transition: color 0.2s;
  padding: 6px 8px;
  border-radius: 8px;
}
.main-nav a:hover, .main-nav a.active, .footer-nav a:hover, .footer-nav a.active {
  color: #fff;
  background: rgba(255,184,0,0.06);
}
.btn.btn-primary {
  background: var(--brand-accent);
  color: #111c2e;
  font-weight: 700;
  border-radius: 16px;
  border: none;
  padding: 10px 26px;
  font-size: 1rem;
  box-shadow: 0 2px 12px 0 rgba(255,184,0,0.14);
  margin-left: 10px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
  outline: none;
  letter-spacing: 0.03em;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ffd54a;
  color: #081426;
  box-shadow: 0 4px 20px 0 rgba(255,184,0,0.21);
}
.btn.btn-secondary {
  background: transparent;
  border: 2px solid var(--brand-accent);
  color: var(--brand-accent);
  border-radius: 16px;
  font-weight: 700;
  padding: 10px 26px;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border 0.2s;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: var(--brand-accent);
  color: #003366;
}
button, [type=button] {
  font-family: inherit;
  outline: none;
}

/* BURGER MENU */
.mobile-menu-toggle {
  background: none;
  color: var(--brand-accent);
  font-size: 2.1rem;
  border: none;
  margin-left: 16px;
  cursor: pointer;
  display: none;
  transition: color 0.2s;
}
.mobile-menu-toggle:focus {
  color: #fff100;
}
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(8,20,38, 0.98);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-102vw);
  transition: transform 0.34s cubic-bezier(.4,1,.5,1), opacity 0.22s;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  color: var(--brand-accent);
  font-size: 2.3rem;
  border: none;
  align-self: flex-end;
  margin: 24px 24px 0 0;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-menu-close:focus {
  color: #fff100;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  padding: 24px 40px 40px 40px;
}
.mobile-nav a {
  color: #FFB800;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  transition: background 0.14s, color 0.17s;
  margin-bottom: 2px;
}
.mobile-nav a:hover, .mobile-nav a.active {
  background: rgba(255,184,0,0.13);
  color: #fff;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ------------------------
    SECTION: HERO & CTA
------------------------ */
section.hero {
  background: linear-gradient(120deg, #012340 65%, #003366 100%);
  padding: 60px 0 74px 0;
  margin-bottom: 60px;
  color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 10px 40px rgba(0,51,102,0.17);
}
section.hero .content-wrapper {
  align-items: flex-start;
  gap: 16px;
}
section.hero h1 {
  font-size: 2.7rem;
  color: #fff;
  text-shadow: 0 2px 24px #011021;
  letter-spacing: 0.01em;
}
section.hero p {
  font-size: 1.17rem;
  max-width: 600px;
  margin-bottom: 10px;
}
section.hero .btn-primary {
  font-size: 1.15rem;
  margin-top: 10px;
}

@media (max-width: 768px) {
  section.hero {
    padding: 38px 0 38px 0;
    margin-bottom: 32px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  section.hero h1 {
    font-size: 2rem;
  }
}

section.cta-banner,
section.testimonial-cta {
  background: #111c2e;
  border-radius: 22px;
  box-shadow: 0 2px 12px 0 rgba(0,26,62,0.07);
  margin-bottom: 40px;
  color: #fff;
}
section.cta-banner .btn-primary, section.testimonial-cta .btn-primary {
  margin-top: 0;
}

/* --------------------
    SECTION: FEATURES
-------------------- */
.features ul {
  list-style: disc inside;
  color: #FFB800;
  background: none;
  margin-left: 0;
  margin-top: 12px;
}
.features ul li {
  color: #F2F2F2;
  font-weight: 500;
  background: transparent;
}
.features h2 {
  color: var(--brand-accent);
}

/* ----------------------
     SECTION: SERVICES
----------------------- */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
  justify-content: flex-start;
}
.service-card {
  background: #082448;
  color: #fff;
  border-radius: 16px;
  border: 1.5px solid transparent;
  box-shadow: 0 2px 18px 0 rgba(0,51,102,0.11);
  padding: 24px 22px;
  min-width: 230px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
  transition: box-shadow 0.22s, transform 0.22s, border 0.2s;
  position: relative;
}
.service-card:hover {
  border: 1.5px solid var(--brand-accent);
  box-shadow: 0 6px 24px 0 rgba(255,184,0,0.13), 0 8px 36px 0 rgba(0,51,102,0.14);
  transform: translateY(-2px) scale(1.015);
}
.service-card h2, .service-card h3 {
  color: #FFB800;
  font-size: 1.19rem;
  margin-bottom: 7px;
  margin-top: 0;
}
.service-price {
  color: #fff;
  background: #FFB800;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 14px;
  padding: 5px 16px;
  font-size: 1rem;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 0 2px 7px rgba(255,184,0,0.11);
}
@media (max-width: 900px) {
  .service-list {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .service-card {
    font-size: 1rem;
    min-width: unset;
    padding: 14px 13px 16px 13px;
  }
  .service-list {
    gap: 10px;
  }
}
.service-card:last-child {
  margin-bottom: 0;
}

/* -----------------------
   SECTION: TESTIMONIALS
------------------------ */
section.testimonials, section.testimonials-preview {
  background: transparent;
}
section.testimonials .content-wrapper,
section.testimonials-preview .content-wrapper {
  gap: 28px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  color: #081426;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,51,102,0.16);
  padding: 20px;
  margin-bottom: 24px;
  min-width: 240px;
  max-width: 95vw;
  border-left: 4px solid #FFB800;
  position: relative;
}
.testimonial-card blockquote {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.5;
  quotes: '\201C''\201D''\2018''\2019';
  color: #081426;
}
.testimonial-card span {
  font-size: 1rem;
  font-weight: 700;
  color: #003366;
}
.testimonial-card .rating {
  font-size: 1.24em;
  letter-spacing: 2px;
  color: #FDBB3D;
}

/* ---------------
   ABOUT/LEGAL
--------------- */
.about h1, .values h2, .team h2 {
  color: #FFB800;
  font-size: 2.1rem;
}
.legal {
  background: #0a1931;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 36px;
  padding: 36px 20px;
}
.legal h1, .legal h2, .legal h3 {
  color: #FFB800;
}

/* -------------------------
     CONTACT, ADDRESS
-------------------------- */
.contact address, .booking-info address, .thank-you address {
  margin: 14px 0 18px 0;
  font-style: normal;
  background: #fff;
  color: #003366;
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 1.5px 6px 0 rgba(0,51,102,0.09);
  font-size: 1rem;
}
.contact a, .booking-info a, .thank-you a {
  word-break: break-word;
}

/* -------------------------
        FOOTER
------------------------- */
footer {
  background: #02142f;
  color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 -2px 10px 0 rgba(0,51,102, 0.09);
  padding: 32px 0 10px 0;
  margin-top: 52px;
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
footer .content-wrapper {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.footer-legal {
  color: #B6BDD1;
  font-size: 0.99em;
  margin-bottom: 2px;
  text-align: center;
}
.footer-legal a {
  color: #B6BDD1;
  text-decoration: underline;
  font-size: 0.99em;
}
.footer-contact {
  font-size: 0.97em;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 700px) {
  footer .container, footer .content-wrapper {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  footer {
    padding: 24px 0 4px 0;
    margin-top: 32px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .footer-nav {
    gap: 10px;
  }
}

/* --------------
   BUTTONS
-------------- */
.btn, button, .btn:visited {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.17s, color 0.18s, box-shadow 0.22s, border 0.15s;
}

.btn:active {
  transform: scale(0.98);
}

/* -------------
   FORMS
------------- */
input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #233556;
  background: #112236;
  color: #f2f2f2;
}
input:focus, select:focus, textarea:focus {
  border: 1.5px solid #FFB800;
  outline: none;
  background: #101823;
}
label {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
  color: #FFB800;
}

/* ------------------------
    COOKIE CONSENT BANNER
------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #212f49;
  color: #fff;
  box-shadow: 0 -3px 16px 0 rgba(0,51,102,0.22);
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  animation: cookieSlideIn 0.6s cubic-bezier(.45,1.8,.48,1) 1;
  font-size: 1rem;
}
.cookie-banner button, .cookie-banner .btn {
  font-size: 1rem;
  margin-left: 10px;
  border-radius: 10px;
  padding: 7px 18px;
  font-weight: 600;
  outline: none;
  border: none;
  transition: background 0.13s, color 0.14s, box-shadow 0.14s;
}
.cookie-banner .btn-primary, .cookie-banner .btn-accept {
  background: #FFB800;
  color: #222c49;
  box-shadow: 0 2px 6px rgba(255,184,0,0.11);
}
.cookie-banner .btn-primary:hover, .cookie-banner .btn-accept:hover {
  background: #ffd54a;
}
.cookie-banner .btn-reject {
  background: #001C3C;
  color: #fff;
  border: 1.5px solid #FFB800;
}
.cookie-banner .btn-reject:hover {
  background: #232e49;
  color: #FFB800;
}
.cookie-banner .btn-settings {
  background: #fff;
  color: #003366;
}
.cookie-banner .btn-settings:hover {
  background: #ffe6a6;
  color: #003366;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
    font-size: 0.97rem;
  }
  .cookie-banner button, .cookie-banner .btn {
    margin-left: 0;
    margin-right: 8px;
  }
}

@keyframes cookieSlideIn {
  from { transform: translateY(120%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* COOKIE MODAL */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2,18,47,0.88);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #081426;
  padding: 36px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 40px 0 rgba(0,51,102,0.16);
  max-width: 96vw;
  width: 400px;
  animation: fadeInDown 0.62s cubic-bezier(.4,1.2,.55,1) 1;
  position: relative;
}
.cookie-modal h2 {
  color: #FFB800;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 12px;
}
.cookie-modal input[type=checkbox] {
  accent-color: #FFB800;
  width: 18px; height: 18px;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 14px; right: 16px;
  font-size: 1.37rem;
  color: #003366;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.13s;
}
.cookie-modal .modal-close:hover {
  color: #FFB800;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
  justify-content: flex-end;
}
.cookie-modal .btn-accept {
  background: #FFB800;
  color: #003366;
}
.cookie-modal .btn-reject {
  background: #003366;
  color: #fff;
  border: 1.5px solid #FFB800;
}
@media (max-width: 480px) {
  .cookie-modal {
    padding: 20px 6vw;
    width: 90vw;
    min-width: unset;
  }
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-48px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* -----------
   ANIMATION
------------- */
.btn, .main-nav a, .footer-nav a, .mobile-nav a, .service-card, .card, .testimonial-card, .mobile-menu, .cookie-banner, .cookie-modal {
  transition: 
    background 0.18s, 
    color 0.18s, 
    box-shadow 0.18s, 
    border 0.18s, 
    transform 0.18s !important;
}

/* ------------
   UTILITIES
------------- */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-2 { margin-top: 2px !important; }
.mb-2 { margin-bottom: 2px !important; }
.mt-4 { margin-top: 4px !important; }
.mb-4 { margin-bottom: 4px !important; }
.mt-8 { margin-top: 8px !important; }
.mb-8 { margin-bottom: 8px !important; }

.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-accent { color: #FFB800 !important; }

/* ------------
 SCROLLBAR
------------- */
::-webkit-scrollbar {
  width: 10px;
  background: #091B2F;
}
::-webkit-scrollbar-thumb {
  background: #003366;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #FFB800;
}

/* ------------
  OTHER
------------- */
section {
  min-width: 0;
}

@media (max-width: 400px) {
  section.hero h1, .about h1 {
    font-size: 1.5rem;
  }
  .btn, .btn-primary, .btn-secondary {
    font-size: 1rem !important;
    padding: 8px 14px !important;
  }
}

/* Hide outline for mouse users but show for keyboard users */
:focus:not(:focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 2.5px solid #FFB800;
  outline-offset: 2px;
  background: rgba(255,184,0,0.08);
}

/* Neon Accent for Futuristic Tech-inspired Style */
.brand-logo img, .service-card, .testimonial-card, .card {
  box-shadow: 0 2px 24px 0 rgba(255,184,0,0.06), 0 1.5px 18px 0 rgba(0,51,102,0.09);
}

/***** END OF STYLE.CSS *****/
