/* --- 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,
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,
main, 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 {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #101824;
  color: #e9f2fb;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #56DAFF;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #43A047;
  text-decoration: underline;
}
ul, ol {
  margin: 0 0 16px 24px;
}
li {
  margin-bottom: 8px;
}
:focus {
  outline: 2px solid #F9EBC7;
  outline-offset: 2px;
}

/* --- BRAND COLOR VARIABLES ----------------------------------------------- */
:root {
  --primary: #20476A;
  --secondary: #43A047;
  --accent: #F9EBC7;
  --neon-blue: #56DAFF;
  --futuristic-dark: #101824;
  --card-bg: #162034;
  --border: #23314a;
  --shadow: 0 4px 24px rgba(86,218,255,0.10), 0 1.5px 6px rgba(67,160,71,0.05);
  --radius: 22px;
}

/* --- TYPOGRAPHY ---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(86,218,255,0.15);
  letter-spacing: 0.01em;
  color: #F9EBC7;
  margin-bottom: 20px;
  line-height: 1.2;
}
h1 { font-size: 2.6rem; margin-top: 28px; }
h2 { font-size: 2rem; margin-top: 28px; }
h3 { font-size: 1.4rem; margin-top: 20px; }
h4, h5, h6 { font-size: 1.1em; }
@media (max-width: 768px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.3rem; }
  h3 { font-size: 1.1rem; }
}
.subheadline {
  color: #56DAFF;
  font-family: 'Roboto', 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 28px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
p, blockquote {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #e9f2fb;
}
strong, b { font-weight: 700; }
blockquote {
  margin: 0 0 8px 0;
  padding-left: 18px;
  border-left: 4px solid var(--neon-blue);
  font-style: italic;
  color: #222a36;
  background: #F9EBC7;
  border-radius: 6px;
}
@media (max-width: 540px) {
  body { font-size: 15px; }
}

/* --- CONTAINERS, LAYOUTS, AND SECTIONS ----------------------------------- */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 26px;
  transition: transform 0.19s cubic-bezier(.36,1.65,.44,1), box-shadow 0.23s;
  border: 1px solid var(--border);
  min-width: 260px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 8px 36px 0 rgba(86,218,255,0.23), 0 1.5px 8px 0 rgba(67,160,71,0.10);
  border-color: var(--neon-blue);
}

.features-grid, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 24px;
  margin-bottom: 8px;
  justify-content: space-between;
}
.feature {
  background: linear-gradient(135deg,#162034 90%,rgba(86,218,255,0.09));
  border-radius: var(--radius);
  padding: 32px 21px 28px 21px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  min-width: 200px;
  flex: 1 1 220px;
  text-align: left;
  transition: box-shadow 0.23s, border 0.23s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.feature:hover {
  box-shadow: 0 8px 38px 0 rgba(67,160,71,0.15),0 1.5px 8px 0 rgba(86,218,255,0.12);
  border-color: var(--secondary);
}
.feature img {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 6px #43A04770) drop-shadow(0 0 9px #56DAFF90);
}

/* --- TEXT-IMAGE-SECTION / CONTENT-GRID ----------------------------------- */
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.text-section {
  margin: 14px 0 32px 0;
  color: #e9f2fb;
}
.text-section a {
  color: var(--neon-blue);
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.18s;
}
.text-section a:hover {
  color: var(--secondary);
}

/* --- HERO SECTION -------------------------------------------------------- */
.hero {
  background: linear-gradient(122deg, #101824 60%, #20476A 110%);
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding: 54px 0 30px 0;
}
.hero .container {
  display: flex;
  align-items: center;
  min-height: 250px;
  flex-wrap: wrap;
}
.hero h1 {
  font-size: 2.6rem;
  line-height: 1.08;
  color: #F9EBC7;
  text-shadow: 0 4px 28px #56DAFF80,0 1px 0 #20476A;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero {
    padding: 22px 0 20px 0;
  }
  .hero .container {
    min-height: unset;
    justify-content: flex-start;
  }
  .hero h1 { font-size: 1.5rem; }
}

/* --- HEADER & NAV -------------------------------------------------------- */
header {
  background: #162034;
  border-bottom: 2px solid var(--border);
  box-shadow: 0 5px 26px 0 rgba(32,71,106,0.03);
  position: sticky;
  top: 0;
  z-index: 23;
  padding: 0 0 0 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 80px;
}
.logo img {
  max-height: 48px;
  filter: drop-shadow(0 0 13px var(--neon-blue));
}
.main-nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.main-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  color: #F9EBC7;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  position: relative;
  padding: 3px 0;
}
.main-nav a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: var(--neon-blue);
  border-radius: 1.5px;
  transition: width 0.19s;
  position: absolute;
  left: 0; bottom: -3px;
}
.main-nav a:hover:after, .main-nav a:focus:after {
  width: 100%;
}

.cta-btn {
  background: linear-gradient(123deg, var(--neon-blue) 71%, var(--secondary) 120%);
  color: #20476A !important;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  padding: 12px 32px;
  border-radius: 70px;
  box-shadow: 0 2px 26px 0 #56DAFF32, 0 1px 8px 0 #43A04712;
  border: none;
  margin-left: 16px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, transform 0.18s, box-shadow 0.23s;
  text-shadow: 0 1px 0 #fff7;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(133deg, #43A047 60%, #56DAFF 130%);
  color: #0e232f !important;
  transform: scale(1.045);
}

/* --- MOBILE NAVIGATION --------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 33;
  background: none;
  border: none;
  font-size: 2.3rem;
  color: #56DAFF;
  cursor: pointer;
  transition: color 0.19s, transform 0.2s;
}
.mobile-menu-toggle:focus { color: #F9EBC7; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(17,32,52,0.97);
  box-shadow: 0 8px 42px 0 #43A04750;
  transform: translateX(105vw);
  transition: transform 0.33s cubic-bezier(.71,1.85,.34,.98);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #56DAFF;
  font-size: 2rem;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 100;
  cursor: pointer;
  transition: color 0.17s;
}
.mobile-menu-close:hover { color: #F9EBC7; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 90px 32px 0 32px;
  width: 100vw;
  box-sizing: border-box;
  z-index: 20;
}
.mobile-nav a {
  color: #F9EBC7;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 12px 0;
  border-bottom: 1.5px solid #223547;
  transition: color 0.15s, border 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: var(--neon-blue);
  border-bottom: 1.5px solid var(--neon-blue);
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 17px;
  }
  .cta-btn {
    font-size: 1rem;
    padding: 11px 16px;
  }
}
@media (max-width: 900px) {
  .main-nav { gap: 12px; font-size: 0.98rem; }
  .cta-btn { font-size: 0.96rem; }
}
@media (max-width: 768px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  header .container {
    flex-direction: row;
    gap: 2px;
    min-height: 60px;
  }
  .main-nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}

@media (max-width: 540px) {
  .logo img { max-height: 32px; }
}

/*--- GENERAL BUTTONS ------------------------------------------------------ */
button, .cta-btn {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.16s, color 0.13s, box-shadow 0.2s;
}

/* --- TESTIMONIALS -------------------------------------------------------- */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background: #F9EBC7;
  border-radius: var(--radius);
  box-shadow: 0 3px 26px 0 #20476A14;
  margin-bottom: 20px;
  color: #0c1a24;
  flex-wrap: wrap;
  border-left: 6px solid var(--neon-blue);
  transition: box-shadow 0.17s;
}
.testimonial-card blockquote {
  background: none;
  color: #223547;
  border-radius: 0;
  border: none;
  font-size: 1.1em;
  font-style: italic;
  margin-right: 24px;
  margin-bottom: 0;
}
.testimonial-card p {
  margin: 0;
  color: #0c1a24;
  font-weight: 600;
}
@media (max-width: 600px) {
  .testimonial-card {
    flex-direction: column;
    gap: 8px;
    padding: 17px 10px;
  }
  .testimonial-card blockquote { margin-right: 0; font-size:1em; }
}

/*--- ACCORDION (FAQ) ------------------------------------------------------*/
.accordion h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--neon-blue);
  font-size: 1.09rem;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: color 0.16s;
  background: #162034;
  border-radius: 7px;
  padding: 11px 19px;
}
.accordion h3:hover, .accordion h3.active {
  color: var(--secondary);
}
.accordion-content {
  padding: 10px 22px 14px 39px;
  background: #223547;
  border-radius: 0 0 12px 12px;
  color: #e9f2fb;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
  display: none;
  transition: max-height 0.3s;
}
.accordion-content.open {
  display: block;
}

/* --- CONTACT LIST -------------------------------------------------------- */
.contact-list {
  list-style: none;
  margin: 18px 0 26px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e9f2fb;
  font-size: 1.01em;
  margin: 0;
}
.contact-list img {
  width: 21px;
  height: 21px;
  filter: drop-shadow(0 0 5px #56DAFF90);
}

/* --- INFO BOX, PLACEHOLDER, ETC. ----------------------------------------- */
.info-box {
  background: #223547;
  color: #56DAFF;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 16px 0 0 0;
  border-left: 5px solid var(--secondary);
  font-size: 1rem;
  font-weight: 500;
}

/* --- FOOTER -------------------------------------------------------------- */
footer {
  background: #162034;
  color: #e9f2fb;
  padding: 38px 0 18px 0;
  margin-top: 50px;
  z-index: 6;
}
.footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.footer-nav a {
  color: #56DAFF;
  transition: color 0.17s;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
}
.footer-nav a:hover, .footer-nav a:focus { color: var(--secondary); }
footer p {
  font-size: 0.98em;
  color: #b5c4de;
}

@media (max-width: 720px) {
  .footer-nav {
    flex-direction: column;
    gap: 6px;
  }
}

/* --- COOKIE CONSENT BANNER ----------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483500;
  background: #162034ee;
  border-top: 4px solid #43A047;
  color: #F9EBC7;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  padding: 23px 10px 23px 20px;
  box-shadow: 0 -4px 44px 0 #43A04754;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s, transform 0.27s;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(130px);
  pointer-events: none;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  font-size: 1.04rem;
  color: #162034;
  background: #56DAFF;
  border-radius: 60px;
  border: none;
  padding: 8px 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-right: 4px;
  transition: background 0.16s, color 0.16s;
  box-shadow: 0 1px 9px 0 #56DAFF33;
  cursor: pointer;
}
.cookie-banner button.cookie-settings {
  background: #F9EBC7;
  color: #20476A;
  border: none;
}
.cookie-banner button.reject {
  background: #23314a;
  color: #56DAFF;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #43A047;
  color: #F9EBC7;
}
@media (max-width: 720px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 4px 16px 7px;
    gap:12px;
  }
}

/* --- COOKIE PREFERENCES MODAL -------------------------------------------- */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2147483600;
  background: rgba(17,32,52,0.99);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.19s, backdrop-filter 0.3s;
}
.cookie-modal {
  background: #162034;
  border-radius: 20px;
  box-shadow: 0 9px 44px 0 #43A04765, 0 1.5px 12px #56DAFF33;
  color: #F9EBC7;
  padding: 36px 34px 28px 34px;
  min-width: 320px;
  max-width: 90vw;
  position: relative;
  z-index: 2147483700;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: fadeInModal 0.34s;
}
@keyframes fadeInModal {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}
.cookie-modal h2 {
  color: #56DAFF;
  font-size: 1.25rem;
  margin-top: 0;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.cookie-category-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-category-label {
  flex: 1 1 auto;
  color: #F9EBC7;
  font-size: 1.04em;
}
.toggle-switch {
  position: relative;
  width: 46px;
  height: 24px;
  display: inline-block;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-thumb {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #56DAFF;
  border-radius: 50%;
  transition: left 0.19s;
  box-shadow: 0 1px 2px #2343a020;
}
.toggle-switch input:checked ~ .toggle-thumb {
  left: 24px;
  background: #43A047;
}
.toggle-track {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 24px;
  border-radius: 13px;
  background: #1e2739;
  border: 1.7px solid #23314a;
  transition: background 0.18s;
}
.toggle-switch input:checked ~ .toggle-track {
  background: #43A04788;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.cookie-modal button {
  border-radius: 60px;
  padding: 10px 20px;
  background: #56DAFF;
  color: #20476A;
  font-weight: 700;
  border: none;
  box-shadow: 0 1px 9px 0 #56DAFF33;
  transition: background 0.18s, color 0.17s;
  cursor: pointer;
}
.cookie-modal button:hover, .cookie-modal button:focus {
  background: #43A047;
  color: #F9EBC7;
}
.cookie-modal .close-modal {
  background: none;
  color: #F9EBC7;
  position: absolute;
  top: 19px;
  right: 18px;
  font-size: 1.45rem;
  border: none;
  cursor: pointer;
  box-shadow: none;
  padding: 2px 9px;
  border-radius: 60px;
  transition: color 0.18s, background 0.18s;
}
.cookie-modal .close-modal:hover {
  color: #56DAFF;
  background: #23314a;
}
@media (max-width: 480px) {
  .cookie-modal {
    padding: 13px 7px 19px 10px;
    min-width: 190px;
  }
}

/* --- RESPONSIVE ---------------------------------------------------------- */
@media (max-width: 900px) {
  .features-grid, .card-grid {
    gap: 13px;
  }
  .feature, .card {
    min-width: 145px;
    padding: 18px 8px 14px 11px;
    font-size: 1em;
  }
  .feature img { width: 34px; height: 34px; }
}
@media (max-width: 768px) {
  .section { padding: 28px 0; }
  .content-wrapper { max-width: 99vw; }
  .features-grid, .card-container, .content-grid {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px;
  }
  .feature, .card { min-width: 92vw; }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 13px 7px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.17rem; }
  h2 { font-size: 1.02rem; }
  h3 { font-size: 1.04rem; }
  .footer-nav, .main-nav {
    font-size: 0.93em;
    gap: 6px;
  }
}

/* --- ANIMATIONS & MICRO-INTERACTIONS ------------------------------------- */
.card, .feature, .testimonial-card, .cta-btn, .accordion h3, .accordion-content, .feature img {
  transition: box-shadow 0.18s, border 0.19s, background 0.18s, transform 0.17s;
}
.card:hover, .feature:hover {
  transform: translateY(-6px) scale(1.02);
}

@media (hover: hover) {
  .cta-btn:hover, .cta-btn:focus {
    box-shadow: 0 7px 21px 0 #56DAFF66, 0 2px 10px 0 #43A0471e;
  }
  .card:hover, .feature:hover {
    box-shadow: 0 10px 44px 0 #56DAFF28, 0 2px 12px 0 #43A04711;
  }
}

::-webkit-scrollbar {
  width: 8px;
  background: #222a36;
}
::-webkit-scrollbar-thumb {
  background: #43A04799;
  border-radius: 8px;
}

/* --- UTILITIES ----------------------------------------------------------- */
[data-hidden], [hidden] { display: none !important; }

/* --- END OF CSS ---------------------------------------------------------- */
