/* ===============================
   RESET & BASE STYLES
=============================== */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: #0C202B;
  color: #F7F7F0;
  line-height: 1.6;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #6EA4BF;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #8be9fd;
}
ul, ol {
  padding-left: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.13;
  color: #F7F7F0;
  margin-bottom: 12px;
  letter-spacing: 0.004em;
}
h1 { font-size: 2.25rem; margin-bottom: 20px; }
h2 { font-size: 1.6rem; margin-bottom: 16px; }
h3 { font-size: 1.23rem; margin-bottom: 8px; }
h4 { font-size: 1.1rem; margin-bottom: 8px; }

p, li, span, strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
p {
  color: #CCE4F6;
  margin-bottom: 14px;
  font-size: 1rem;
}
strong {
  color: #6EA4BF;
}

body, button, input, select, textarea {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/* ===============================
   BRAND COLORS & FUTURISTIC ACCENTS
=============================== */
:root {
  --primary: #143447;
  --secondary: #6EA4BF;
  --accent: #F7F7F0;
  --neon-blue: #30e8ff;
  --neon-green: #1deb6f;
  --neon-cyan: #4ce5f7;
  --gradient-dark: #0C202B;
}

/* ===============================
   LAYOUT STRUCTURE
=============================== */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-wrapper {
  background: rgba(20,52,71,0.79);
  border-radius: 18px;
  box-shadow: 0 10px 32px 0 rgba(19,51,71,0.15);
  margin-bottom: 20px;
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.text-section {
  align-items: flex-start;
}

.features-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.features-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
}
.features-icons > div {
  flex: 1 0 220px;
  background: rgba(14, 45, 65, 0.72);
  border-radius: 18px;
  box-shadow: 0 4px 18px 0 rgba(16, 70, 90, 0.10);
  padding: 24px 20px;
  min-width: 195px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #112535;
  border-radius: 16px;
  box-shadow: 0 6px 24px 0 rgba(26, 100, 163, 0.16);
  margin-bottom: 20px;
  position: relative;
  padding: 28px 24px;
  min-width: 220px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.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;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #F7F7F0;
  color: #19384A;
  padding: 20px 34px;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(19, 52, 71, 0.08);
  margin-bottom: 24px;
  min-width: 220px;
  position: relative;
}
.testimonial-card p {
  color: #143447;
  font-size: 1.13rem;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
  font-family: 'Playfair Display', serif;
}
.testimonial-card span {
  font-size: 15px;
  color: #426D8E;
  font-style: italic;
}
.testimonial-card .rating {
  font-size: 1.27rem;
  color: var(--neon-blue);
  letter-spacing: 0.11em;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.service-block {
  background: rgba(20,52,71,0.89);
  border: 1.5px solid #6EA4BF;
  border-radius: 16px;
  box-shadow: 0 6px 18px 0 rgba(26,100,163,0.13);
  margin-bottom: 20px;
  padding: 24px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.service-price {
  color: var(--neon-cyan);
  font-size: 1.08rem;
  font-weight: 600;
}

.faq-item {
  background: rgba(20,52,71,0.54);
  border-left: 3.5px solid var(--neon-blue);
  border-radius: 13px;
  margin-bottom: 22px;
  padding: 20px 16px 18px 18px;
  box-shadow: 0 2px 10px 0 rgba(40,170,200,0.07);
}

.legal-content ul {
  margin-top: 9px;
  margin-bottom: 12px;
  padding-left: 1.49em;
}
.legal-content li {
  font-size: 1rem;
  margin-bottom: 4px;
}

.contact-details, .contact-brief {
  font-size: 1rem;
  color: #CCE4F6;
  margin-top: 8px;
}
.contact-brief strong {
  color: #6EA4BF;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
}
.footer-nav a {
  color: #6EA4BF;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

/* ===============================
   NAVIGATION
=============================== */
header {
  width: 100%;
  background: linear-gradient(90deg, #0C202B 0%, #143447 100%);
  box-shadow: 0 1px 8px rgba(18, 50, 70, 0.07);
  position: relative;
  z-index: 30;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 18px 0;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.main-nav li {
  margin-bottom: 0;
}
.main-nav a img {
  height: 40px;
  transition: filter 0.18s;
  filter: drop-shadow(0 0 6px var(--neon-blue));
}
.main-nav a {
  color: #F7F7F0;
  font-size: 1.03rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 4px 0;
  transition: color .22s;
}
.main-nav ul a:hover, .main-nav ul a:focus {
  color: #6EA4BF;
  text-shadow: 0 0 8px var(--neon-blue);
}
.cta-button {
  background: linear-gradient(90deg, #1deb6f 0%, #30e8ff 100%);
  color: #0C202B;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.04rem;
  padding: 11px 30px;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 18px 0 rgba(49, 225, 255, 0.19);
  cursor: pointer;
  transition: box-shadow 0.22s, background 0.18s;
  letter-spacing: 0.022em;
  margin-left: 20px;
  display: inline-block;
  outline: none;
  text-align: center;
}
.cta-button:hover, .cta-button:focus {
  background: linear-gradient(90deg, #30e8ff 0%, #1deb6f 100%);
  box-shadow: 0 0 16px 0 var(--neon-blue), 0 4px 24px 0 rgba(49,225,255,0.22);
  color: #0C202B;
}

/* ================
   MOBILE MENU
================ */
.mobile-menu-toggle {
  display: none;
  background: rgba(20, 52, 71, .95);
  color: #30e8ff;
  font-size: 2.1rem;
  border: none;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, color 0.13s;
  margin-left: 16px;
  z-index: 102;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #1deb6f;
}
.mobile-menu {
  display: none;
}
.mobile-menu.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left:0;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(110deg, #112535 65%, #123d5b 100%);
  z-index: 201;
  animation: menuSlideIn 0.4s cubic-bezier(.23,.82,.32,1) forwards;
}
@keyframes menuSlideIn {
  from { transform: translateX(90vw); opacity: 0.4; }
  to   { transform: translateX(0); opacity: 1; }
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  color: #30e8ff;
  border: none;
  font-size: 2.1rem;
  margin: 24px 32px 8px 0;
  cursor: pointer;
  transition: color .15s;
  z-index: 111;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #1deb6f;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}
.mobile-nav a {
  color: #d5f6fe;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 0;
  border-radius: 8px;
  width: 85vw;
  text-align: center;
  transition: background 0.16s, color .15s;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: rgba(49,225,255,0.08);
  color: #1deb6f;
  outline: none;
}

/* ===============================
   FOOTER
=============================== */
footer {
  background: #102332;
  padding: 44px 0 18px 0;
  box-shadow: 0 -2px 18px 0 rgba(20,52,71,0.08);
}
footer .container {
  width: 100%;
}
footer .content-wrapper {
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  background: none;
  box-shadow: none;
  padding: 0;
}
footer img {
  height: 38px;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 5px #30e8ff);
}

/* ===============================
   BUTTONS & LINK STYLES
=============================== */
button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.19s, background 0.14s, color 0.14s;
}

/* ===============================
   Cookie Consent Banner & Modal
=============================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  width: 100vw;
  background: linear-gradient(90deg, #112535 0%, #123d5b 100%);
  color: #F7F7F0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 24px 20px 24px;
  gap: 32px;
  z-index: 400;
  box-shadow: 0 -2px 20px 0 rgba(49,225,255,0.08);
  animation: fadeInCookieBanner 0.8s cubic-bezier(.16,.84,.36,1) forwards;
}
@keyframes fadeInCookieBanner {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: none; }
}
.cookie-banner p {
  font-size: 1rem;
  color: #F7F7F0;
  margin-bottom: 0;
}
.cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
button.cookie-accept, button.cookie-reject, button.cookie-settings {
  padding: 9px 20px;
  font-weight: 700;
  border-radius: 24px;
  font-size: 1rem;
  margin-right: 1px;
}
button.cookie-accept {
  background: linear-gradient(90deg, #1deb6f 0%, #30e8ff 60%);
  color: #102332;
  border: none;
  box-shadow: 0 1px 8px 0 rgba(49,225,255,0.13);
  transition: box-shadow 0.13s, background 0.18s, color 0.16s;
}
button.cookie-accept:hover, button.cookie-accept:focus {
  background: linear-gradient(90deg, #30e8ff 0%, #1deb6f 100%);
  color: #08303b;
  outline: none;
}
button.cookie-reject {
  background: transparent;
  color: var(--neon-blue);
  border: 1.5px solid #30e8ff;
  transition: background .15s, color .15s;
}
button.cookie-reject:hover, button.cookie-reject:focus {
  background: #19384a;
  color: #1deb6f;
  outline: none;
}
button.cookie-settings {
  background: #143447;
  color: #F7F7F0;
  border: 1.3px solid #6EA4BF;
  transition: background .16s, color .16s;
}
button.cookie-settings:hover, button.cookie-settings:focus {
  background: var(--neon-blue);
  color: #0C202B;
  outline: none;
}

.cookie-modal {
  display: none;
  position: fixed;
  top: 0; left:0; right:0; bottom:0;
  width: 100vw;
  height: 100vh;
  background: rgba(14, 45, 65, 0.88);
  z-index: 401;
  align-items: center;
  justify-content: center;
  animation: fadeInCookieModal 0.55s cubic-bezier(.11,.91,.28,1.13);
}
.cookie-modal.active {
  display: flex;
}
@keyframes fadeInCookieModal {
  from { opacity: 0; }
  to { opacity: 1;}
}
.cookie-modal-content {
  background: #0C202B;
  border: 2.5px solid #30e8ff;
  padding: 32px 22px 26px 22px;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(49,225,255,0.14);
  min-width: 320px;
  max-width: 96vw;
  color: #F7F7F0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: scaleInModal 0.37s cubic-bezier(.17,.84,.37,1.08);
}
@keyframes scaleInModal {
  from { transform: scale(.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal-content h3 {
  color: var(--neon-blue);
  margin-bottom: 14px;
  font-size: 1.22rem;
}
.cookie-modal-content label {
  font-size: 1rem;
  color: #F7F7F0;
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cookie-modal-content input[type="checkbox"] {
  accent-color: #30e8ff;
  width: 20px;
  height: 20px;
}
.cookie-modal-content .essential {
  color: #1deb6f;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 1.55rem;
  color: #30e8ff;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.12s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #1deb6f;
  outline: none;
}

/* ===============================
   UTILITY & ANIMATIONS
=============================== */
.subheadline {
  color: var(--neon-blue);
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

::-webkit-scrollbar {
  width: 10px;
  background: #0C202B;
}
::-webkit-scrollbar-thumb {
  background: #143447;
  border-radius: 6px;
}
::selection {
  background: #30e8ff;
  color: #102332;
}

/* Neon border/shine hover for card/interactives */
.card, .service-block, .testimonial-card, .faq-item, .features-icons>div {
  transition: box-shadow 0.22s, border 0.18s, background 0.12s;
}
.card:hover, .service-block:hover, .testimonial-card:hover, .faq-item:hover, .features-icons>div:hover {
  box-shadow: 0 0 18px 0 var(--neon-blue), 0 3px 18px 0 rgba(49,225,255,0.16);
  border-color: #30e8ff;
  background: rgba(20,52,71,0.96);
}

/* ============
   Responsive
============ */
@media (max-width: 1080px) {
  .container {
    max-width: 95vw;
    padding: 0 12px;
  }
  .content-wrapper {
    padding: 22px 8px;
  }
}

@media (max-width: 900px) {
  .features-icons {
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 1.78rem; }
  h2 { font-size: 1.23rem; }

  .section {
    margin-bottom: 45px;
    padding: 22px 6px;
  }
  .content-wrapper {
    padding: 16px 6px;
    gap: 12px;
  }
  .features-grid, .features-icons, .footer-nav {
    flex-direction: column;
    gap: 14px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    padding: 20px 10px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .main-nav ul {
    display: none;
  }
  .main-nav .cta-button {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
}

/* Exit transition for mobile menu */
.mobile-menu.closing {
  animation: menuSlideOut 0.37s cubic-bezier(.13,.63,.27,1) forwards;
}
@keyframes menuSlideOut {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(100vw); opacity: 0.1; }
}

@media (max-width: 550px) {
  .footer-nav {
    gap: 12px;
  }
  .footer-nav a {
    font-size: .97rem;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

/* Prevent overlapping */
.card, .service-block, .testimonial-card,
.faq-item, .features-icons>div, .content-wrapper, .section {
  margin-bottom: 20px;
  min-width: 0;
}

/* micro-interaction for cta */
.cta-button:active {
  transform: scale(0.97);
}

/* ===============
 Accessibility
================ */
:focus {
  outline: 2px solid #30e8ff;
  outline-offset: 2px;
}

/* --------------------
 Hide elements helpers
--------------------- */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

