/* RESET & BASELINE ---- */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #101E2C; /* fallback */
  min-height: 100vh;
  color: #F3F7F9;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
:focus { outline: 2px solid #67A866; outline-offset: 2px; }

/* BRAND FONTS & BASE TYPOGRAPHY ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500&display=swap');
body {
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #101E2C;
  font-size: 16px;
  letter-spacing: 0.01em;
}
h1, h2, h3, h4, h5, h6 {
  color: #F3F7F9;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.15;
  margin-bottom: 18px;
  font-weight: 700;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
h4, h5, h6 { font-size: 1.1rem; }
p, ul, ol {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #E0ECF5;
  line-height: 1.6;
}
strong, b { color: #67A866; font-weight: 700; }

/* BASIC STRUCTURE ---- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

/* TECH FUTURISTIC DESIGN PATTERNS ---- */
body, .section {
  background-color: #101E2C;
  background-image: linear-gradient(135deg, #12385B 0%, #162B40 100%);
}

header, footer {
  background: #142642;
  border-bottom: 1px solid #243A58;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 16px 0;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
header nav a {
  color: #F3F7F9;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 4px;
  transition: background 0.18s;
  position: relative;
}
header nav a:hover, header nav a:focus {
  background: #162B40;
  color: #67A866;
}
.cta-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  background: linear-gradient(90deg,#67A866 0%, #bbffe1 100%);
  color: #12385B;
  padding: 0.7em 2em;
  border: none;
  border-radius: 40px;
  box-shadow: 0 2px 16px rgba(103,168,102, 0.18);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-left: 18px;
  transition: box-shadow 0.18s, background 0.2s, color 0.2s;
  outline: none;
  border-bottom: 2px solid #30d793;
  position: relative;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg,#30d793 0%, #67A866 80%);
  color: #162B40;
  box-shadow: 0 4px 32px rgba(103,168,102, 0.24);
}
.cta-link {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #67A866;
  border-bottom: 1.5px solid #67A866;
  padding: 4px 0;
  transition: color 0.18s, border-color 0.18s;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.cta-link:hover, .cta-link:focus {
  color: #13ffe2;
  border-color: #13ffe2;
}


/* SECTIONS/LAYOUT ---- */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
  border-radius: 20px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #182c43;
  color: #F3F7F9;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 4px 24px rgba(18,56,91,0.13);
  transition: box-shadow 0.18s, transform 0.22s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 6px 36px rgba(103,168,102,0.13), 0 1.5px 18px #30d7933b;
  transform: translateY(-4px) scale(1.012);
}

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

/* FEATURE LISTS & ITEMS ---- */
.features-list, .feature-list, .feature-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  flex-direction: column;
}
.features-list li, .feature-item, .feature-list li, .feature-item-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #173050;
  color: #F3F7F9;
  border-left: 4px solid #67A866;
  border-radius: 10px;
  padding: 17px 20px 17px 24px;
  font-size: 1rem;
  margin-bottom: 0px;
  box-shadow: 0 2px 12px #30d79319;
}
.features-list li img,
.feature-item img {
  width: 34px;
  margin-bottom: 7px;
  filter: drop-shadow(0 1px 4px #13ffe2cc);
}
.features-list li strong,
.feature-list li strong {
  font-size: 1.06rem;
  color: #30d793;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* TESTIMONIALS ---- */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 24px;
  margin-bottom: 20px;
  background: #FAFAFA;
  color: #142642;
  border-radius: 14px;
  box-shadow: 0 2px 20px #67A86617;
  border-left: 4px solid #67A866;
  position: relative;
}
.testimonial-card p {
  color: #192955;
  font-size: 1.1rem;
  margin-bottom: 7px;
  font-style: italic;
}
.testimonial-card span {
  color: #2866a8;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  opacity: 0.92;
}

/* SECTION/GLOBAL GAPS -- see mandatory gap rules */
.section + .section {
  margin-top: 48px;
}
.content-wrapper + .content-wrapper {
  margin-top: 30px;
}

/* MAIN BUTTONS ---- */
button,
input[type="submit"],
input[type="button"] {
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  border-radius: 40px;
  background: linear-gradient(90deg, #67A866 60%, #30d793 100%);
  color: #122232;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.7em 2.2em;
  cursor: pointer;
  transition: box-shadow 0.18s, background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 1px 8px #30d79323;
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus {
  background: linear-gradient(90deg, #13ffe2 0%, #67A866 100%);
  color: #12385B;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 20px #30d79337, 0 2px 2px #67A8660d;
}

/* FOOTER ---- */
footer {
  background: #142642;
  border-top: 1px solid #1c304c;
  margin-top: 80px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 38px 0 10px 0;
  flex-wrap: wrap;
}
.footer-top nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-top nav a {
  color: #b4fbe1;
  padding: 4px 12px;
  border-radius: 5px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  transition: background 0.2s;
}
.footer-top nav a:hover, .footer-top nav a:focus {
  background: #67A866;
  color: #101E2C;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 0 32px 0;
  border-top: 1px solid #243A58;
  color: #E0ECF5;
  font-size: 0.98rem;
}
.footer-bottom nav {
  display: flex;
  gap: 15px;
}
.footer-bottom nav a {
  color: #67A866;
  opacity: 0.88;
  border-bottom: 1px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}
.footer-bottom nav a:hover, .footer-bottom nav a:focus {
  color: #13ffe2;
  border-color: #13ffe2;
}
footer address {
  font-style: normal;
  color: #E0ECF5;
  margin: 0 0 8px 0;
  line-height: 1.6;
}
footer small { color: #7fb2ce; font-size: 0.94rem; }


/* CONFIRMATION STYLES (thank-you page) ---- */
.confirmation {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  background: #162B40;
  border-radius: 16px;
  padding: 32px 28px;
  margin-top: 25px;
  box-shadow: 0 2px 28px #13ffe203;
}
.confirmation p {
  color: #b4fbe1;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

/* OFFICE HOURS IN CONTACT ---- */
.office-hours {
  background: #173050;
  color: #FAFAFA;
  padding: 20px 26px;
  border-radius: 13px;
  box-shadow: 0 1px 12px #13ffe221;
  margin-bottom: 10px;
}
.office-hours h2 {
  color: #67A866;
  margin-bottom: 8px;
  font-size: 1.13rem;
}
.office-hours p {
  margin-bottom: 0;
}

/* MOBILE NAVIGATION ---- */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 1050;
  background: #162B40;
  border-radius: 100px;
  padding: 11px 17px;
  font-size: 2rem;
  color: #67A866;
  border: none;
  box-shadow: 0 2px 14px #13ffe215;
  transition: background 0.18s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mobile-menu-toggle {
    display: block;
  }
  header nav, .cta-btn {
    display: none;
  }
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #101E2CC0;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: opacity 0.35s cubic-bezier(.4,2,.6,1), transform 0.34s cubic-bezier(.4,2,.6,1);
}
.mobile-menu.open {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-close {
  background: transparent;
  color: #30d793;
  font-size: 2rem;
  border: none;
  padding: 18px 18px 8px 18px;
  align-self: flex-end;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 2050;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus { color: #13ffe2; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  align-items: flex-start;
  margin-top: 18px;
  padding: 0 35px;
}
.mobile-nav a {
  color: #F3F7F9;
  font-size: 1.4rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 12px 0 11px 0;
  width: 100%;
  border-radius: 6px;
  transition: background 0.16s, color 0.18s;
  border-bottom: 1.5px solid #1730503c;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #13ffe210;
  color: #13ffe2;
}

/* Hide fixed main button for mobile nav on mobile, show only burger */
@media (max-width: 1024px) {
  .cta-btn {
    display: none !important;
  }
}

/* COOKIE CONSENT BANNER ---- */
#cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 2300;
  background: #142642;
  color: #F3F7F9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 20px 7vw 20px 7vw;
  box-shadow: 0 -2px 24px #12385B22;
  font-size: 1rem;
  transition: transform 0.38s cubic-bezier(.4,2,.6,1), opacity 0.25s;
}
#cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
#cookie-banner.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#cookie-banner p {
  color: #F3F7F9;
  margin-bottom: 0;
  font-size: 1rem;
}
.cookie-btns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.cookie-accept, .cookie-reject, .cookie-settings {
  font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 30px;
  border: none;
  padding: 8px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  background: #67A866;
  color: #142642;
  margin-right: 8px;
  margin-top: 3px;
  transition: background 0.17s, color 0.17s, box-shadow 0.15s;
  box-shadow: 0 2px 10px #67A86612;
  cursor: pointer;
}
.cookie-accept:hover, .cookie-accept:focus,
.cookie-settings:hover, .cookie-settings:focus {
  background: #13ffe2;
  color: #12385B;
  box-shadow: 0 3px 18px #13ffe22a;
}
.cookie-reject {
  background: #182c43;
  color: #eb6868;
  border: 2px solid #eb6868;
}
.cookie-reject:hover, .cookie-reject:focus {
  background: #eb6868;
  color: #182c43;
}

/* COOKIE MODAL ---- */
#cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(16,30,44,0.92);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.34s cubic-bezier(.4,2,.6,1);
}
#cookie-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal-content {
  background: #101E2C;
  color: #F3F7F9;
  border-radius: 24px;
  max-width: 430px;
  width: 96vw;
  padding: 38px 30px 32px 30px;
  box-shadow: 0 4px 36px #67A86633, 0 2px 10px #13ffe21a;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-modal-close {
  background: transparent;
  color: #13ffe2;
  font-size: 2rem;
  border: none;
  align-self: flex-end;
  margin-bottom: 3px;
  cursor: pointer;
}
.cookie-modal-content h3 {
  font-size: 1.35rem;
  margin-bottom: 4px;
  color: #67A866;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 10px 0 21px 0;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cookie-category input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #13ffe2;
}
.cookie-category label {
  font-size: 1.08rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #F3F7F9;
}
.cookie-category .essential {
  color: #67A866;
  font-weight: bold;
}
.cookie-action-btns {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 16px;
}

/* FORMS ---- */
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.01rem;
  border-radius: 8px;
  border: 1.5px solid #243A58;
  background: #1E354E;
  color: #F3F7F9;
  padding: 11px 16px;
  margin-bottom: 16px;
  transition: border 0.19s, background 0.18s;
}
input:focus, textarea:focus, select:focus {
  border-color: #67A866;
  background: #233B60;
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #F3F7F9;
  font-weight: 500;
  margin-bottom: 7px;
  opacity: 0.92;
}

/* ICONS & IMAGES ---- */
svg, img {
  vertical-align: middle;
}

/* RESPONSIVE ---- */
@media (max-width: 1050px) {
  .container { max-width: 97vw; }
  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .container { padding-left: 10px; padding-right: 10px; }
  .section { padding: 30px 5px; }
  header .container, .footer-top {
    flex-direction: column;
    gap: 12px;
  }
  .footer-top nav, .footer-bottom nav {
    gap: 7px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.28rem; }
  .section {
    margin-bottom: 34px;
    padding: 18px 5px;
  }
  .card, .card-container, .testimonial-card, .confirmation, .office-hours {
    padding-left: 12px; padding-right: 12px;
  }
  .content-wrapper {
    gap: 14px;
    margin-bottom: 23px;
  }
  .card-container, .content-grid, .features-list, .feature-list, .feature-item-list {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .footer-bottom {
    gap: 10px;
    padding-top: 8px; padding-bottom: 20px;
  }
}
@media (max-width: 520px) {
  h1 { font-size: 1.2rem; }
  h2, .footer-top nav a, .footer-bottom nav a { font-size: 1.05rem; }
  .container { padding-left: 5px; padding-right: 5px; }
  .mobile-nav { padding: 0 11px; }
  #cookie-banner { font-size: 0.93rem; gap: 8px; padding: 12px 4vw 12px 4vw; }
  .cookie-btns { gap: 10px; }
  .cookie-modal-content { padding: 21px 9px 22px 12px; }
}

/* UTILITIES ---- */
.text-center {text-align: center;}
.hide {display: none !important;}
.mt-32 {margin-top: 32px !important;}
.mb-0 {margin-bottom: 0!important;}
.mt-0 {margin-top:0!important;}

/* ANIMATIONS & MICRO-INTERACTIONS ---- */
.card, .testimonial-card, .cta-btn, .cookie-modal-content {
  transition: box-shadow 0.18s, transform 0.21s, background 0.22s;
}
.card:hover, .testimonial-card:hover, .cta-btn:hover, .cta-link:hover {
  box-shadow: 0 3px 34px #13ffe211, 0 2px 2px #30d7932a;
  transform: translateY(-2px) scale(1.012);
}

/* Z-INDEX LAYERING (for menu & cookie/banner) ---- */
header { z-index: 1001; position: relative; }
.mobile-menu { z-index: 2000; }
#cookie-banner { z-index: 2300; }
#cookie-modal { z-index: 3000; }

/* FOCUS ACCESSIBILITY ---- */
a:focus,
button:focus,
input:focus,
.cta-btn:focus,
.cta-link:focus {
  outline: 2px solid #67A866;
  outline-offset: 2px;
  background: #13ffe210;
}

/* END OF STYLES */
