/* ========================
   CSS RESET & NORMALIZE
=========================== */
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 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  background: #161921;
}
body {
  background: #161921;
  color: #F6F7FB;
  min-height: 100vh;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #2FCCFF;
  text-decoration: none;
  transition: color 0.2s;
  outline: none;
}
a:focus, a:hover {
  color: #D80032;
  text-decoration: underline;
}
ul, ol {
  margin-left: 24px;
}
strong, b {
  font-weight: 700;
}
button, input, select, textarea {
  font: inherit;
  box-sizing: border-box;
  outline: none;
}

/* ========================
   FONT LOADING (WEBSAFE)
=========================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800|Roboto:400,500,700&display=swap');

/* ========================
   COLOR VARIABLES
=========================== */
:root {
  --primary: #1F4E79;
  --primary-dark: #153355;
  --secondary: #D80032;
  --accent: #F6F7FB;
  --accent2: #222839;
  --accent3: #2FCCFF;
  --futuristic-neon: #31EEBD;
  --bg: #161921;
  --text-main: #F6F7FB;
  --text-dark: #161921;
  --border-radius: 14px;
  --shadow-elev: 0 4px 24px 0 rgba(47,204,255,0.06), 0 1.5px 4px rgba(79,255,235,0.09);
  --card-bg: #202737;
  --card-bg-light: #26354a;
  --header-bg: rgba(31,78,121,1);
}

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

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
  border-radius: var(--border-radius);
}

main > section {
  width: 100%;
}

/* ========================
   SPACING & FLEX PATTERNS
=========================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--card-bg);
  color: var(--text-main);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-elev);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  min-width: 260px;
  max-width: 370px;
}
.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: flex-start;
  gap: 20px;
  padding: 20px 30px;
  background: var(--accent);
  color: var(--text-dark);
  border-radius: var(--border-radius);
  box-shadow: 0 6px 30px 0 rgba(23,54,150,0.08), 0 2px 8px rgba(223, 0, 125, 0.08);
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 420px;
  border-left: 5px solid var(--secondary);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.feature-grid,
.usp-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}

.feature-grid > div,
.usp-cards > div {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  padding: 32px 22px 26px 22px;
  box-shadow: var(--shadow-elev);
  min-width: 240px;
  max-width: 340px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.certifications {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
}

.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
.faq-list > div {
  background: var(--card-bg-light);
  padding: 22px 18px;
  border-radius: var(--border-radius);
  flex: 1 1 260px;
  box-shadow: var(--shadow-elev);
}

.cta-section {
  align-items: center;
  text-align: center;
  gap: 18px;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 16px;
}
.map-embed {
  display: flex;
  align-items: flex-start;
  min-width: 72px;
}

/* ========================
   TYPOGRAPHY & HEADINGS
=========================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--accent);
  font-weight: 700;
}
h1 {
  font-size: 2.8rem;
  background: linear-gradient(90deg, var(--futuristic-neon), var(--accent3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
h2 {
  font-size: 2.0rem;
  color: var(--futuristic-neon);
  margin-bottom: 10px;
}
h3 {
  font-size: 1.2rem;
  color: var(--accent3);
}
h4, h5, h6 {
  font-size: 1rem;
}
p, li, td, th {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: var(--text-main);
}

/* Typography overrides for testimonial card and light backgrounds */
.testimonial-card p, .testimonial-card span {
  color: var(--text-dark) !important;
}

/* ========================
   HEADER & NAVIGATION
=========================== */
header {
  background: var(--header-bg);
  box-shadow: 0 4px 36px 0 rgba(31,78,121,0.14);
  padding: 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 40;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  min-height: 70px;
}
header a img {
  height: 44px;
}
nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 16px;
  position: relative;
  padding: 4px 2px;
  transition: color 0.18s;
}
header nav a:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: var(--futuristic-neon);
  transition: width 0.2s;
  border-radius: 2px;
}
header nav a:hover:after,
header nav a:focus:after {
  width: 80%;
}
header nav a.active {
   color: var(--secondary) !important;
}

.btn-primary, .btn-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 32px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, var(--futuristic-neon) 0%, var(--accent3) 100%);
  color: var(--text-dark);
  box-shadow: 0 2px 18px rgba(47,204,255,0.15);
  position: relative;
  transition: box-shadow 0.2s, background 0.25s, color 0.22s;
  display: inline-block;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, var(--accent3), var(--futuristic-neon) 100%);
  color: var(--text-dark);
  box-shadow: 0 4px 36px rgba(49,238,189,0.25);
}
.btn-secondary {
  background: var(--secondary);
  color: var(--accent);
  padding: 11px 30px;
  border: 2px solid var(--secondary);
}
.btn-secondary:hover, .btn-secondary:focus {
  background: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
  padding: 10px;
  margin-left: 18px;
  cursor: pointer;
  transition: color 0.2s;
  display: none;
  z-index: 60;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  color: var(--futuristic-neon);
}

/* ========================
   HERO / HEAD BANNERS
=========================== */
.hero {
  background: linear-gradient(120deg, #232f47 0%, #1f4e79 90%);
  border-radius: 0 0 36px 36px;
  padding: 42px 0 68px 0;
  margin-bottom: 32px;
  box-shadow: 0 12px 40px 0 rgba(68, 255, 228, 0.08);
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 22px;
}
.hero h1 {
  font-size: 2.5rem;
}
.hero p {
  font-size: 1.14rem;
  margin-bottom: 8px;
  color: var(--accent);
}

/* ========================
   FOOTER
=========================== */
footer {
  background: var(--primary-dark);
  color: var(--accent);
  padding: 0;
  border-radius: 32px 32px 0 0;
}
footer .container {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 28px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
footer nav {
  flex-direction: column;
  gap: 7px;
}
footer nav a {
  color: var(--accent3);
  font-size: 15px;
}
footer ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer ul a {
  color: var(--accent);
  font-size: 14px;
}
.footer-contact {
  font-size: 15px;
  color: var(--accent3);
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
}
footer img {
  height: 36px;
  margin-bottom: 6px;
}

/* ========================
   TABLES
=========================== */
table {
  width: 100%;
  border-spacing: 0;
  background: var(--card-bg-light);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-elev);
  margin-bottom: 16px;
}
th, td {
  padding: 13px 18px;
  text-align: left;
  color: var(--accent);
}
th {
  background: var(--primary-dark);
  color: var(--futuristic-neon);
}
tr:nth-child(even) td {
  background: #242f42;
}
tr:last-child td {
  border-bottom: none;
}

/* ========================
   STAR RATING (Testimonials)
=========================== */
.star-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  color: var(--secondary);
  margin-top: 6px;
}
.star-rating img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* ========================
   MOBILE MENU OVERLAY
=========================== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(16,28,46,0.97);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(.77,0,.18,1);
  z-index: 200;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.45rem;
  background: none;
  border: none;
  color: var(--futuristic-neon);
  cursor: pointer;
  margin: 32px 34px 20px 0;
  transition: color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--secondary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 38px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  color: var(--futuristic-neon);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 9px 13px;
  border-radius: 8px;
  background: none;
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: var(--secondary);
  background: #222839;
}

/* ========================
   COOKIE BANNER & MODAL
=========================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: linear-gradient(90deg, #232f47 10%, var(--primary) 90%);
  color: var(--accent);
  padding: 22px 16px;
  box-shadow: 0 -8px 36px rgba(47,204,255,0.13);
  z-index: 30000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
  transition: transform 0.34s, opacity 0.22s;
}
.cookie-banner.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner p {
  font-size: 15px;
  color: var(--accent);
  margin-right: 8px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
}
.cookie-btn {
  padding: 8px 24px;
  border-radius: 36px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
  margin-right: 6px;
  transition: background 0.22s, color 0.18s;
}
.cookie-btn.accept {
  background: linear-gradient(90deg, var(--futuristic-neon), var(--accent3));
  box-shadow: 0 2px 12px rgba(31,238,189,0.08);
  color: var(--text-dark);
}
.cookie-btn.reject {
  background: var(--secondary);
  color: var(--accent);
}
.cookie-btn.settings {
  background: transparent;
  color: var(--futuristic-neon);
  border: 2px solid var(--futuristic-neon);
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: linear-gradient(90deg, var(--accent3), var(--futuristic-neon));
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #a00024;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: var(--futuristic-neon);
  color: var(--text-dark);
}

.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%) scale(1);
  background: var(--card-bg);
  color: var(--accent);
  width: 95vw;
  max-width: 420px;
  padding: 35px 24px 30px 24px;
  z-index: 40000;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 64px rgba(31, 78, 121, 0.20);
  opacity: 1;
  transition: opacity 0.2s;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cookie-modal.hidden {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal h2 {
  font-size: 1.5rem;
  color: var(--accent3);
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cookie-category label {
  font-size: 1.05rem;
  color: var(--futuristic-neon);
}
.cookie-toggle {
  width: 42px;
  height: 24px;
  border-radius: 20px;
  background: #2fccff;
  cursor: pointer;
  position: relative;
  appearance: none;
  outline: none;
  transition: background 0.18s;
  box-shadow: 0 2px 6px rgba(33,244,180,0.07);
}
.cookie-toggle:checked {
  background: var(--futuristic-neon);
}
.cookie-toggle::before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  transition: left 0.18s, background 0.14s;
}
.cookie-toggle:checked::before {
  left: 20px;
  background: var(--futuristic-neon);
}
.cookie-modal .cookie-actions {
  display: flex;
  gap: 10px;
  padding-top: 8px;
}

/* ========================
   GENERAL FORMS
=========================== */
input, textarea, select {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1.5px solid var(--accent3);
  font-size: 1rem;
  margin-bottom: 16px;
  background: #181D22;
  color: var(--accent);
  transition: border-color 0.18s, box-shadow 0.14s;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--futuristic-neon);
  box-shadow: 0 2px 8px 0 rgba(47,204,255,0.12);
}
label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--accent3);
  margin-bottom: 7px;
  display: inline-block;
}

/* ========================
   MEDIA QUERIES - MOBILE
=========================== */
@media (max-width: 992px) {
  .container {
    max-width: 97vw;
  }
  .feature-grid, .usp-cards {
    flex-wrap: wrap;
    gap: 22px;
  }
  footer .container {
    flex-direction: column;
    gap: 22px;
    padding: 33px 12px;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 8px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
    max-width: 100vw;
  }
  .section {
    padding: 30px 8px;
    margin-bottom: 38px;
  }
  header .container, footer .content-wrapper {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 0 6px;
  }
  header nav {
    display: none;
  }
  .btn-primary {
    padding: 11px 18px;
    font-size: 1rem;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .feature-grid, .usp-cards {
    flex-direction: column;
    gap: 22px;
  }
  .testimonial-slider {
    flex-direction: column;
    gap: 18px;
  }
  .faq-list {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .content-grid {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  h1 {font-size: 1.49rem;}
  h2 {font-size: 1.08rem;}
  .feature-grid > div, .usp-cards > div, .card {
    min-width: 0;
    padding: 19px 10px 14px 10px;
  }
  .testimonial-card {
    min-width: 0;
    max-width: none;
    padding: 15px 7px;
  }
  .cookie-modal {
    max-width: 97vw;
    padding: 19px 7px 14px 7px;
  }
}

/* ========================
   MODERN / TECH EFFECTS
=========================== */
.card, .feature-grid > div, .usp-cards > div, .testimonial-card, .faq-list > div {
  transition: box-shadow 0.21s, transform 0.19s;
  will-change: transform;
}
.card:hover, .feature-grid > div:hover, .usp-cards > div:hover, .testimonial-card:hover, .faq-list > div:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 56px rgba(49,238,189,0.11), 0 6px 20px rgba(223, 0, 125, 0.07);
}
.btn-primary:active, .btn-secondary:active {
  transform: scale(0.98);
}

/* Futuristic neon accents and dividers */
hr {
  border: none;
  border-top: 2.7px solid var(--futuristic-neon);
  margin: 18px 0;
}
.section {
  border-left: 5px solid var(--futuristic-neon);
  background: rgba(31,78,121,0.27);
}

/* ==========
MISC
=========== */
::-webkit-scrollbar {
  width: 8px;
  background: #202737;
}
::-webkit-scrollbar-thumb {
  background: var(--accent3);
  border-radius: 8px;
}

/* Make forms look clean */
input, textarea {
  background: #212839;
  color: #f6f7fb;
  border: 1.5px solid var(--futuristic-neon);
}

/* Hide number arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* =======
ENSURE NO GRID/COLUMN LAYOUTS
======== */
/* No grid-* or columns used in this stylesheet */
