/* ============================ */
/*      LUMINA SHORE BASE CSS    */
/*   tech_futuristic style - by AI  */
/* ============================ */

/* ----------------------------- */
/*       CSS RESET & NORMALIZE   */
/* ----------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #101421;
  color: #F6F6F4;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #8DC8E8;
  text-decoration: none;
  transition: color .2s;
}
a:focus {
  outline: 2px solid #78e7ff;
  outline-offset: 2px;
}
ul, ol {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
p {
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
  color: #fff;
}
h1 { font-size: 2.4rem; letter-spacing: 0.03em; }
h2 { font-size: 2rem; letter-spacing: 0.03em; }
h3 { font-size: 1.3rem; }
h4, h5, h6 { font-size: 1rem; }
strong { font-weight: 700; }

/* ========================= */
/* Tech Futuristic Effects   */
/* ========================= */
body {
  background: linear-gradient(135deg, #11213a 0%, #235170 100%);
  font-size: 1rem;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: rgba(17,33,58, .7);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(35, 81, 112, 0.11), 0 1.5px 8px rgba(141, 200, 232, 0.06);
  position: relative;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-grid,
.plan-cards,
.comparaison-table,
.type-cards-grid,
.values-list,
.testimonials-preview,
.testimonial-list,
.steps-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}

.plan-cards>div,
.feature-grid>div,
.type-cards-grid>div,
.values-list>div {
  background: rgba(35,81,112,0.78);
  border-radius: 16px;
  padding: 28px 22px 20px;
  box-shadow: 0 4px 18px #0a223e5c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  min-width: 260px;
  flex: 1 1 250px;
  border: 1.5px solid #8DC8E8;
  transition: box-shadow 0.2s, border-color .2s;
}

.plan-cards>div:hover,
.feature-grid>div:hover,
.values-list>div:hover,
.type-cards-grid>div:hover {
  box-shadow: 0 10px 38px #57e1ff24;
  border-color: #78e7ff;
}

.comparaison-table {
  background: rgba(17,33,58,.82);
  border-radius: 14px;
  box-shadow: 0 2px 10px #8DC8E880;
  padding: 24px;
  gap: 16px 24px;
}

/* ---------------------- */
/*        Buttons         */
/* ---------------------- */
.cta,
button,
input[type="submit"] {
  background: #8DC8E8;
  color: #102135;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .02em;
  font-size: 1.06rem;
  border: none;
  border-radius: 32px;
  padding: 14px 36px;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow .18s;
  box-shadow: 0 2px 16px #62bbda60, 0 1px 2px #0003;
  position: relative;
  display: inline-block;
  z-index: 1;
  outline: none;
}
.cta.secondary {
  background: transparent;
  color: #8DC8E8;
  border: 2px solid #8DC8E8;
  box-shadow: 0 2px 12px #005af233, 0 1px 2px #33507e33;
}
.cta:hover, .cta:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #fff;
  color: #235170;
  box-shadow: 0 8px 36px #94e4fb59;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #8DC8E8;
  color: #102135;
  border-color: #fff;
}

button {
  min-width: 44px;
  min-height: 44px;
}

/* Link hover and cta */
nav a:not(.cta) {
  color: #F6F6F4;
  font-weight: 500;
  margin-right: 18px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  letter-spacing: .01em;
  border-radius: 18px;
  padding: 6px 15px;
  position: relative;
  transition: color .16s, background .14s;
}
nav a:not(.cta):hover, nav a:not(.cta):focus {
  color: #8DC8E8;
  background: rgba(141,200,232,0.13);
}
nav .cta {
  margin-left: 10px;
}

/* =============== */
/*     HEADER      */
/* =============== */
header {
  width: 100%;
  background: #11213a;
  border-bottom: 2px solid #1b2f46;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 3px 24px #23517024;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
header a img {
  max-height: 48px;
  margin-right: 24px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* MOBILE NAV MENU (Burger, Overlay, etc) */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #8DC8E8;
  font-size: 2.1rem;
  cursor: pointer;
  z-index: 80;
  padding: 8px;
  margin-left: 18px;
  border-radius: 8px;
  transition: background 0.2s, color 0.18s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #8DC8E8;
  color: #122135;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #102135f7;
  z-index: 110;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(.7,0,.2,1.05);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 48px;
  padding-right: 12px;
  width: 100vw;
  height: 100vh;
  box-shadow: -2px 0 40px #0084bb13;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #8DC8E8;
  font-size: 2.1rem;
  cursor: pointer;
  margin: 0 12px 24px 0;
  align-self: flex-end;
  border-radius: 7px;
  min-width: 44px;
  min-height: 44px;
  transition: background 0.15s, color 0.14s;
  z-index: 121;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #8DC8E8;
  color: #122135;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
  width: 92vw;
}
.mobile-nav a {
  font-size: 1.15rem;
  padding: 14px 20px;
  color: #8DC8E8;
  background: none;
  border-radius: 14px;
  min-width: 200px;
  transition: background .14s,color .16s;
  margin-left: 0;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #8DC8E8;
  color: #102135;
}

@media (max-width: 1080px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 900px) {
  header .container nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 901px) {
  .mobile-menu {
    display: none!important;
  }
}


/* =============== */
/*      HERO       */
/* =============== */
.hero {
  background: linear-gradient(120deg, #26537b 20%, #11213a 120%) no-repeat;
  background-size: cover;
  border-radius: 0 0 56px 56px;
  box-shadow: 0 6px 64px #1e889746;
  margin-bottom: 44px;
  padding-bottom: 70px;
}
.hero .container {
  min-height: 44vh;
  align-items: flex-start;
  justify-content: center;
}
.hero h1 {
  font-size: 2.6rem;
  color: #fff;
}
.hero p {
  color: #e8f7fe;
  max-width: 620px;
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.hero .cta {
  margin-top: 24px;
}

/* =============== */
/*   CARD GRID     */
/* =============== */
.card-container,
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  padding: 24px 20px 20px;
  background: rgba(35,81,112,0.88);
  border-radius: 17px;
  box-shadow: 0 6px 26px #138df840;
  border: 1.2px solid #8DC8E8;
  min-width: 220px;
  flex: 1 1 220px;
  transition: box-shadow 0.16s, border-color .18s;
}
.card:hover {
  box-shadow: 0 10px 44px #99e7fe4f;
  border-color: #84f7f9;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

/* =============== */
/*    TESTIMONIALS */
/* =============== */
.testimonials-preview,
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px 28px 18px;
  min-width: 260px;
  border-radius: 16px;
  background: #f6f6f4;
  color: #18344a;
  box-shadow: 0 4px 24px #0db7e133, 0 2px 7px #0b202e19;
  border: 1.5px solid #8DC8E8;
  margin-bottom: 20px;
  font-size: 1.06rem;
  position: relative;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  transition: box-shadow .18s, border-color .14s;
}
.testimonial-card:hover {
  box-shadow: 0 14px 64px #7aceff33;
  border-color: #51b2c9;
}
.testimonial-card strong {
  color: #235170;
  letter-spacing: .01em;
}
.testimonial-card .stars {
  margin-bottom: 6px;
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.testimonial-card .stars img {
  height: 22px;
}

/* =============== */
/*      TABLE      */
/* =============== */
.comparaison-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.6em;
  font-size: 1rem;
  color: #eef6fa;
}
.comparaison-table th,
.comparaison-table td {
  border: none;
  padding: 13px 15px;
  background: rgba(141,200,232,.15);
  border-radius: 8px;
  text-align: left;
}
.comparaison-table th {
  background: rgba(35,81,112,0.85);
  color: #8DC8E8;
}
.comparaison-table tr:nth-child(even) td {
  background: rgba(141,200,232,.23);
}
.comparaison-table tr:hover td {
  background: rgba(35,81,112,0.65);
}

/* =============== */
/*    FOOTER       */
/* =============== */
footer {
  padding: 42px 0 22px 0;
  background: #192a41;
  color: #8DC8E8;
  box-shadow: 0 -8px 44px #002e4d82;
}
footer .container {
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  min-width: 245px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
}
.footer-brand img {
  height: 58px;
  width: auto;
  filter: drop-shadow(0 6px 36px #46e1ff33);
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 30px;
}
footer nav a {
  color: #8DC8E8;
  font-weight: 400;
  padding: 4px 0;
  font-size: 1rem;
  border-radius: 0;
  margin-right: 0;
  background: transparent;
  transition: color .13s;
}
footer nav a:hover,footer nav a:focus {
  color: #fff;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.98rem;
  color: #b6e0ff;
  margin-left: auto;
  align-items: flex-start;
  min-width: 215px;
  font-family: 'Roboto', Arial, sans-serif;
}
.footer-contact img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

/* =============== */
/*   FAQ ACCORDION */
/* =============== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: rgba(17,33,58, 0.77);
  border-radius: 11px;
  padding: 20px 24px;
  border: 1.5px solid #8DC8E8;
  transition: box-shadow .14s, border-color .18s;
  box-shadow: 0 2px 12px #73e8ff25;
}
.faq-item h3 {
  margin-bottom: 12px;
  font-size: 1.16rem;
  color: #8DC8E8;
  cursor: pointer;
  position: relative;
}
.faq-item .faq-answer {
  display: block;
  font-size: 1rem;
  color: #e6faff;
  margin-bottom: 0;
}
.faq-item.open {
  box-shadow: 0 6px 34px #8DC8E81a;
  border-color: #f6f6f4;
}

/* =============== */
/*   USPs, Steps,  */
/* =============== */
.usps ul, .steps-timeline ol, .service-list ul, .service-inclusions ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.usps li, .steps-timeline li, .service-list ul li, .service-inclusions ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  background: rgba(25,42,65,0.84);
  padding: 12px 18px;
  border-radius: 10px;
  border-left: 4px solid #8DC8E8;
  color: #def9ff;
  margin-bottom: 0;
}
.usps img, .steps-timeline img, .service-list img {
  height: 28px;
  margin-right: 8px;
}

/* =============== */
/*   POLICY TEXT   */
/* =============== */
.policy-text h2 {
  color: #8DC8E8;
  margin-top: 24px;
}
.policy-text ul {
  margin-bottom: 1.2em;
}
.policy-text p {
  color: #e6faff;
}

/* =============== */
/*   Responsive    */
/* =============== */
@media (max-width: 900px) {
  .footer-contact, .footer-brand, footer nav {
    min-width: 160px;
    font-size: .95rem;
    margin: 10px 0!important;
  }
  .footer-brand { flex-basis: 100%; justify-content: flex-start; }
  footer .container { flex-wrap: wrap; gap: 30px; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .container {
    padding: 0 7px;
  }
  header .container {
    padding: 7px 7px 7px 0;
  }
  .section {
    margin-bottom: 38px;
    padding: 26px 9px;
  }
  .content-wrapper, .card-container, .feature-grid, .plan-cards, .type-cards-grid, .values-list, .testimonials-preview, .testimonial-list {
    flex-direction: column;
    gap: 16px;
  }
  .footer-brand img {
    height: 38px;
  }
}
@media (max-width: 540px) {
  html { font-size: 14px; }
  .section {
    padding: 18px 2px;
  }
  .hero h1 { font-size: 1.6rem; }
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* =============== */
/*   Cookie Banner */
/* =============== */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #18344aee;
  color: #F6F6F4;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 19px 30px 19px 24px;
  font-size: 1rem;
  box-shadow: 0 -6px 42px #1be7fd36;
  border-top: 2px solid #8DC8E8;
  gap: 30px;
  transition: transform .44s cubic-bezier(.77,0,.18,1.13), opacity .18s;
}
.cookie-consent-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
}
.cookie-consent-banner .cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.cookie-consent-banner button {
  padding: 11px 22px;
  border-radius: 22px;
  font-size: .99rem;
  letter-spacing: .02em;
  font-weight: 500;
  background: #8DC8E8;
  color: #102135;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  transition: background .16s, color .16s, box-shadow .16s;
  box-shadow: 0 1.5px 8px #001c2435;
  cursor: pointer;
}
.cookie-consent-banner button.secondary {
  background: none;
  color: #8DC8E8;
  border: 1.2px solid #8DC8E8;
}
.cookie-consent-banner button:hover, .cookie-consent-banner button:focus {
  background: #fff;
  color: #235170;
}
.cookie-consent-banner button.secondary:hover, .cookie-consent-banner button.secondary:focus {
  background: #8DC8E8;
  color: #18344a;
}

@media (max-width: 650px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 7px;
    font-size: .99rem;
  }
  .cookie-consent-banner .cookie-btns {
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
  }
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #0b2239f8;
  color: #F6F6F4;
  z-index: 1100;
  padding: 38px 32px 28px 32px;
  border-radius: 20px;
  box-shadow: 0 8px 54px #2fd2ed42;
  width: 98vw;
  max-width: 390px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s, transform .37s cubic-bezier(.88,0,.1,1.1);
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
.cookie-modal h3 {
  color: #8DC8E8;
  margin-bottom: 20px;
}
.cookie-modal .cookie-toggle-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 13px;
}
.cookie-modal label {
  color: #f6f6f4;
  font-size: 1rem;
}
.cookie-modal .toggle-switch {
  width: 36px;
  height: 22px;
  border-radius: 14px;
  background: #202c3f;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: background .17s;
}
.cookie-modal .toggle-switch input {
  display: none;
}
.cookie-modal .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8DC8E8;
  transition: left .19s;
}
.cookie-modal .toggle-switch input:checked + .toggle-slider {
  left: 16px;
  background: #19effa;
}
.cookie-modal .cookie-modal-btns {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 18px;
}
.cookie-modal button {
  min-width: 90px;
  padding: 9px 15px;
  font-size: .97rem;
  border-radius: 14px;
  cursor: pointer;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  border: none;
  background: #8DC8E8;
  color: #102135;
  transition: background .14s, color .14s;
}
.cookie-modal button.secondary {
  background: none;
  color: #8DC8E8;
  border: 1.15px solid #8DC8E8;
}
.cookie-modal button:hover, .cookie-modal button:focus {
  background: #fff;
  color: #235170;
}
.cookie-modal button.secondary:hover, .cookie-modal button.secondary:focus {
  background: #8DC8E8;
  color: #102135;
}

/* =============== */
/*   Animations    */
/* =============== */
.cta, button, .content-wrapper > * {
  transition: box-shadow .22s, background .17s, border-color .17s, color .17s, transform .18s;
}
.card, .plan-cards>div, .feature-grid>div, .testimonial-card {
  transition: box-shadow .22s, border-color .16s, transform .14s;
}
.card:hover, .plan-cards>div:hover, .feature-grid>div:hover, .testimonial-card:hover {
  transform: translateY(-7px) scale(1.015);
}

/* =============== */
/*  Miscellaneous  */
/* =============== */
::selection {
  background: #19effa66;
  color: #122741;
}
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 16px;
  border-radius: 7px;
  border: 1.2px solid #8DC8E899;
  margin-bottom: 18px;
  outline: none;
  transition: border-color .12s;
}
input:focus, textarea:focus, select:focus {
  border-color: #19effa;
}

/* Utility classes */
.text-center { text-align: center; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }
.mt-4 { margin-top: 32px; }
.mb-4 { margin-bottom: 32px; }

/* Spacing for flex wrappers according to requirements */
.card-container, .card-grid, .feature-grid, .plan-cards, .testimonials-preview, .testimonial-list, .type-cards-grid, .values-list {
  gap: 24px;
}
.card, .content-wrapper > div, .testimonial-card {
  margin-bottom: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* Apply visual hierarchy and neon border/glow */
.plan-cards>div, .feature-grid>div, .testimonial-card, .card {
  box-shadow: 0 0 0 2px #346fdd33, 0 2px 24px #8DC8E860;
  border: 1.5px solid #8DC8E8;
}
.plan-cards>div:hover, .feature-grid>div:hover, .testimonial-card:hover {
  box-shadow: 0 0 0 4px #19effa33, 0 8px 40px #19effa33;
  border-color: #19effa;
}

/* =============== */
/*    Scrollbar    */
/* =============== */
body::-webkit-scrollbar {
  width: 10px;
  background: #11213a;
}
body::-webkit-scrollbar-thumb {
  background: #8DC8E8;
  border-radius: 5px;
  box-shadow: 0 0 2px #101421;
}

/* =============== */
/* Font Faces Load */
/* =============== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;500;700&display=swap');

/* =============== */
/*   END OF CSS    */
/* =============== */
