/* ==============================
   RESET & BASE STYLES
============================== */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #141A28;
  color: #F6F7FB;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
  background: linear-gradient(145deg, #18325D 0%, #141A28 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  color: #4592B9;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #39ffe2;
  outline: none;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: none;
  background: none;
  color: inherit;
}

/* ==============================
   TYPOGRAPHY
============================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #F6F7FB;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
h1   { font-size: 2.5rem; line-height: 1.15; }
h2   { font-size: 1.75rem; line-height: 1.2; }
h3   { font-size: 1.2rem;  line-height: 1.3; }
h4   { font-size: 1.1rem; }
h5   { font-size: 1rem;   }
h6   { font-size: 0.95rem; }

p, ul, li, dl, dt, dd {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #D6DEED;
}
strong {
  color: #fff;
  font-weight: 700;
}

.text-section p + p,
.text-section ul + p {
  margin-top: 14px;
}
.text-section ul,
.text-section ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-section li {
  margin-bottom: 8px;
}

/* ==============================
   CONTAINERS & STRUCTURE
============================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* ==============================
   HEADER & NAVIGATION
============================== */
header {
  width: 100%;
  background: rgba(24,50,93, 0.96);
  box-shadow: 0 3px 24px 0 rgba(7, 16, 27, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
header nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #F6F7FB;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
}
header nav a:hover, header nav a:focus {
  background: #4592B9;
  color: #141A28;
}
header .btn-primary {
  margin-left: 22px;
}
header img {
  height: 48px;
  width: auto;
  margin-right: 28px;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  font-size: 2rem;
  color: #39ffe2;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  z-index: 1101;
  transition: color 0.18s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 26, 40, 0.98);
  box-shadow: 0 0 28px 0 #11192e;
  z-index: 2100;
  transform: translateX(-100vw);
  transition: transform 0.38s cubic-bezier(.68,-0.55,.27,1.55);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 36px 20px 20px 24px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #39ffe2;
  font-size: 2rem;
  position: absolute;
  top: 24px;
  right: 28px;
  cursor: pointer;
  z-index: 2200;
  transition: color 0.18s;
}
.mobile-menu-close:hover {
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 32px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.13rem;
  color: #39ffe2;
  padding: 12px 0 12px 0;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.14s, color 0.18s;
  width: 100%;
  display: block;
  text-align: left;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #4592B9;
  color: #fff;
}

@media (max-width: 1024px) {
  header nav {
    gap: 18px;
  }
  header img {
    height: 40px;
    margin-right: 14px;
  }
}
@media (max-width: 900px) {
  header nav,
  header .btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ==============================
   HERO SECTIONS
============================== */
.hero {
  background: linear-gradient(120deg, #18325D 70%, #4592B9 100%);
  border-bottom: 2px solid #39ffe2;
  padding: 64px 0 48px 0;
}
.hero .container {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 24px;
  max-width: 640px;
  margin: 0 auto;
}
.hero h1 {
  color: #39ffe2;
  text-shadow: 0 0 20px rgba(57,255,226,0.13), 0 2px 16px #0e1a2c;
}
.hero p {
  font-size: 1.18rem;
  color: #F6F7FB;
  margin-bottom: 12px;
  line-height: 1.5;
}

/* ==============================
   FEATURE & SERVICE GRIDS
============================== */
.feature-grid,
.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 12px;
}
.feature-grid > div,
.service-tabs > div {
  background: rgba(32, 48, 88, 0.85);
  box-shadow: 0 4px 32px 0 rgba(39,208,255,0.10);
  border-radius: 16px;
  padding: 32px 24px;
  min-width: 220px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  border: 1.5px solid #2FAEE7;
  transition: box-shadow 0.18s, border 0.18s, background 0.18s;
}
.feature-grid > div:hover,
.service-tabs > div:hover {
  box-shadow: 0 6px 48px 0 #39ffe255;
  border-color: #39ffe2;
  background: #244474;
}
.feature-grid img,
.service-tabs img {
  height: 38px;
  width: 38px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 10px #39ffe260);
}
.feature-grid h3,
.service-tabs h3 {
  color: #39ffe2;
  font-size: 1.14rem;
  margin-bottom: 6px;
}
.feature-grid p,
.service-tabs p {
  color: #CAD8ED;
  font-size: 0.98rem;
}

/* ==============================
   SECTION AND LISTS
============================== */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 32px 0;
}
.service-list li {
  background: #203058;
  border-radius: 12px;
  box-shadow: 0 2px 24px 0 #2FAEE750;
  padding: 22px 20px 18px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 4px solid #39ffe2;
  transition: border-color 0.18s, box-shadow 0.20s;
  min-width: 190px;
}
.service-list li:hover {
  border-color: #4592B9;
  box-shadow: 0 6px 36px 0 #39ffe230;
}
.service-list strong {
  color: #39ffe2;
  font-size: 1.04rem;
}
.service-list img {
  height: 32px;
  margin-bottom: 6px;
}

.faq-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.faq-list dt {
  color: #39ffe2;
  font-size: 1.07rem;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 7px;
}
.faq-list dd {
  color: #F6F7FB;
  font-size: 1rem;
  margin-bottom: 12px;
  padding-left: 16px;
  border-left: 3px solid #4592B9;
}

/* ==============================
   BUTTONS
============================== */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 8px;
  border: none;
  padding: 13px 34px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  transition: background 0.17s, color 0.15s, box-shadow 0.17s, border 0.16s;
}
.btn-primary {
  background: linear-gradient(91deg, #39ffe2 70%, #4592B9 100%);
  color: #141A28;
  box-shadow: 0 6px 36px 0 #39ffe230;
  border-bottom: 3.5px solid #4592B9;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(92deg, #4592B9 60%, #39ffe2 100%);
  color: #fff;
  box-shadow: 0 0 18px #39ffe2, 0 6px 38px #4592B960;
}
.btn-secondary {
  background: #18325D;
  color: #39ffe2;
  border: 1.5px solid #39ffe2;
  box-shadow: 0 2px 16px #18325D80;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #4592B9;
  color: #fff;
  border: 1.5px solid #39ffe2;
  box-shadow: 0 0 10px #39ffe270;
}

/* ==============================
   CARDS, TESTIMONIALS, ETC.
============================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #18325D;
  border-radius: 14px;
  box-shadow: 0 3px 32px #4592B930;
  padding: 26px 22px;
  color: #F6F7FB;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.testimonial-slider {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  border: 2.5px solid #39ffe2;
  box-shadow: 0 4px 28px #4592B950;
  min-width: 220px;
  max-width: 340px;
  color: #18325D;
  margin-bottom: 20px;
  position: relative;
  transition: border 0.18s, box-shadow 0.19s, transform 0.13s;
}
.testimonial-card p {
  color: #18325D;
  font-size: 1.09rem;
  text-align: center;
}
.testimonial-card span {
  color: #4592B9;
  font-size: 0.96rem;
}
.testimonial-card:hover {
  border-color: #4592B9;
  box-shadow: 0 8px 40px 0 #39ffe280;
  transform: translateY(-6px) scale(1.02);
}

/* ==============================
   FOOTER
============================== */
footer {
  width: 100%;
  background: #161E33;
  padding: 38px 0 0 0;
  border-top: 2px solid #2FAEE7;
  margin-top: 64px;
}
footer .container {
  flex-direction: column;
  align-items: stretch;
}
footer .content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 18px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer nav a {
  font-size: 1.01rem;
  color: #39ffe2;
  margin-bottom: 6px;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color 0.14s;
}
footer nav a:hover, footer nav a:focus {
  color: #fff;
}
footer .text-section p {
  color: #CAD8ED;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
footer strong {
  color: #fff;
}
@media (max-width: 800px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

/* ==============================
   FORM ELEMENTS
============================== */
input, textarea, select {
  background: #203058;
  border: 1.5px solid #2FAEE7;
  padding: 12px 15px;
  border-radius: 8px;
  color: #F6F7FB;
  margin-bottom: 20px;
  width: 100%;
  transition: border-color 0.17s, box-shadow 0.14s;
}
input:focus, textarea:focus, select:focus {
  border-color: #39ffe2;
  box-shadow: 0 0 0 2px #39ffe252;
}
label {
  font-size: 1rem;
  color: #39ffe2;
  margin-bottom: 8px;
  display: block;
}

/* ==============================
   COOKIE CONSENT BANNER
============================== */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #212B42;
  border-top: 3px solid #39ffe2;
  box-shadow: 0 -2px 24px #18325D66;
  z-index: 3000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
  gap: 30px;
  transition: transform 0.32s, opacity 0.3s;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.cookie-banner p {
  color: #F6F7FB;
  font-size: 1.03rem;
  line-height: 1.5;
  max-width: 500px;
}
.cookie-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #39ffe2;
  color: #141A28;
  border-radius: 6px;
  padding: 10px 24px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.18s, color 0.18s, box-shadow 0.16s;
  cursor: pointer;
  box-shadow: 0 0 14px #39ffe244;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #4592B9;
  color: #fff;
}
.button-outline {
  background: none;
  color: #39ffe2;
  border: 2px solid #39ffe2;
  box-shadow: none;
}
.button-outline:hover, .button-outline:focus {
  background: #4592B9;
  color: #fff;
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%) scale(0.98);
  background: #18325D;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 64px #141A28cc;
  min-width: 340px;
  max-width: 95vw;
  z-index: 3500;
  padding: 36px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
  opacity: 1;
  transition: opacity 0.29s, transform 0.26s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0%) scale(0.92);
}
.cookie-modal h2 {
  color: #39ffe2;
  font-size: 1.43rem;
  margin-bottom: 4px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #244474;
  color: #fff;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 1rem;
  min-width: 200px;
  gap: 16px;
}
.cookie-category input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0 0 0 12px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-modal-close {
  position: absolute;
  right: 22px;
  top: 18px;
  background: none;
  border: none;
  color: #39ffe2;
  font-size: 1.7rem;
  cursor: pointer;
  transition: color 0.16s;
}
.cookie-modal-close:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 8px;
  }
  .cookie-banner p {
    max-width: none;
    font-size: 0.97rem;
  }
  .cookie-modal {
    padding: 22px 10px 18px 10px;
    min-width: 0;
    max-width: 99vw;
  }
}

/* ==============================
   SPACING AND FLEXBOX MANDATORYS
============================== */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; align-items: center; gap: 20px; padding: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/* ==============================
   RESPONSIVE QUERIES
============================== */
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 95vw;
  }
  .feature-grid, .service-tabs {
    gap: 16px;
  }
  .section {
    padding: 32px 10px;
  }
  .hero {
    padding: 48px 0 28px 0;
  }
}
@media (max-width: 700px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.16rem; }
  .content-wrapper, .container {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-grid, .service-tabs {
    flex-direction: column;
    gap: 16px;
  }
  .feature-grid > div, .service-tabs > div {
    min-width: 0;
    width: 100%;
  }
  .section {
    margin-bottom: 30px;
    padding: 24px 3vw;
  }
  .service-list {
    gap: 16px;
  }
  .service-list li {
    padding: 16px 10px 13px 12px;
  }
  .testimonial-slider {
    gap: 14px;
  }
  .testimonial-card {
    min-width: 0;
    max-width: 98vw;
    padding: 16px 9px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 14px 2.5vw;
  }
}

/* ==============================
   MICRO-INTERACTIONS & EFFECTS
============================== */
.btn-primary, .btn-secondary, .cookie-banner button, .mobile-menu-toggle, .mobile-menu-close, .cookie-modal-close {
  transition: background 0.15s, color 0.18s, box-shadow 0.15s, transform 0.09s, border 0.14s;
}
.card, .service-list li, .feature-grid > div, .testimonial-card {
  transition: box-shadow 0.16s, border 0.16s;
}

/* ==============================
   CUSTOM SCROLLBAR (FUTURISTIC)
============================== */
::-webkit-scrollbar {
  width: 8px;
  background: #22344F;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #4592B9, #39ffe2);
  border-radius: 12px;
}

/* ==============================
   MISC
============================== */
::-moz-selection { background: #39ffe2; color: #18325D; }
::selection { background: #39ffe2; color: #18325D; }

/* ===============
   Z-INDEX ORDER
================ */
header { z-index: 1000; }
.mobile-menu { z-index: 2100; }
.cookie-banner { z-index: 3000; }
.cookie-modal { z-index: 3500; }

/* ===========
   UTILITIES
=========== */
.hide { display: none !important; }
.visible { display: block !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }


/* ==============================
   END OF STYLE.CSS [NO GRID/COLUMNS USED]
============================== */