/* === 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 { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
  background: #fff;
  color: #111;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #16365C;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus { outline: 2px solid #00D3A9; }


/* === BRAND TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #101010;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
h1 { font-size: 2.5rem; line-height: 1.1; margin-bottom: 20px; }
h2 { font-size: 2rem; line-height: 1.15; margin-bottom: 18px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
h4, h5, h6 { font-size: 1.1rem; }

p, ul, ol, li { font-family: 'Roboto', Arial, sans-serif; font-size: 1rem; color: #222; margin-bottom: 14px; }
::selection { background: #101010; color: #fff; }


/* === LAYOUT CONTAINER === */
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 32px 0 rgba(16, 16, 16, 0.07);
}


/* === NAVIGATION === */
header {
  background: #f8f8f9;
  box-shadow: 0 3px 14px 0 rgba(40,40,40,0.045);
  position: relative;
  z-index: 995;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 0;
  padding: 0 22px;
}
header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
header nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #222;
  padding: 8px 0;
  border-radius: 4px;
  position: relative;
  transition: color 0.17s, background 0.17s;
}
header nav a:hover,
header nav a:focus {
  color: #00D3A9;
  background: rgba(22,54,92,0.06);
}
.primary-cta {
  background: #101010;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 8px 26px;
  border-radius: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.07rem;
  box-shadow: 0 2px 14px -2px rgba(0,0,0,0.14);
  border: none;
  cursor: pointer;
  margin-left: 12px;
  transition: background 0.23s, color 0.18s, transform 0.14s;
  display: inline-block;
  vertical-align: middle;
}
.primary-cta:hover, .primary-cta:focus {
  background: #16365C;
  color: #00D3A9 !important;
  transform: translateY(-1.5px) scale(1.034);
  text-shadow: 0 2px 16px #10101011;
}
header img {
  max-height: 48px;
  margin-right: 12px;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #222;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 16px;
  transition: background 0.16s;
  z-index: 1002;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #ebebee;
}

/* === MOBILE NAVIGATION === */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 80px 2px rgba(0,0,0,0.25);
  z-index: 1100;
  transform: translateX(100vw);
  transition: transform 0.35s cubic-bezier(.61,0,.3,1.11);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #222;
  padding: 12px 12px 0 16px;
  cursor: pointer;
  align-self: flex-end;
  margin: 18px 28px 0 0;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin: 40px 0 0 22px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  color: #161616;
  padding: 14px 0 14px 8px;
  border-radius: 4px;
  width: 94vw;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #ebebee;
  color: #00D3A9;
}

@media (max-width: 1160px) {
  .container { max-width: 98vw; }
}
@media (max-width: 1000px) {
  header nav { gap: 9px; }
  .primary-cta { margin-left: 4px; }
}
@media (max-width: 820px) {
  header nav a { font-size: 0.95rem; padding: 6px 0; }
}
@media (max-width: 820px) {
  header .container { padding: 0 7px; }
}
@media (max-width: 820px) {
  .footer-legal, .footer-contact { font-size: 0.97rem; }
}

@media (max-width: 900px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* === MAIN SECTION SPACING & LAYOUT === */
section {
  width: 100%;
  margin-bottom: 60px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.feature-grid,
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 14px;
}
.feature, .service {
  flex: 1 1 220px;
  min-width: 220px;
  background: #f6f6f6;
  border-radius: 14px;
  box-shadow: 0 2px 18px 0 rgba(45,45,45,0.07);
  padding: 28px 23px 24px 23px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: box-shadow 0.18s, transform 0.17s;
  border: 1.5px solid #ededee;
  position: relative;
  overflow: hidden;
}
.feature:hover, .service:hover {
  box-shadow: 0 6px 36px -2px #16365C11;
  transform: translateY(-3px) scale(1.025);
  border-color: #cfdaf2;
}
.feature img, .service img {
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  filter: grayscale(60%) contrast(1.28);
}
.feature h3, .service h3 { font-size: 1.125rem; letter-spacing: -0.1px; color: #16161a; }
.feature p, .service p { color: #322; margin-bottom: 0; font-size: 0.99rem; }

/* === CUSTOM FLEX PATTERNS === */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  background: #f9f9fa;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 #09090909;
  padding: 20px 18px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s, border-color 0.14s;
}
.card:hover { box-shadow: 0 8px 40px -4px #10101022; border-color: #00D3A9; }

.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: 18px; align-items: flex-start; }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1.8px solid #eee;
  box-shadow: 0 2px 20px 0 rgba(20,20,20,0.06);
  margin-bottom: 24px;
  max-width: 400px;
  transition: box-shadow 0.18s, border-color 0.15s;
}
.testimonial-card:hover {
  border-color: #16365C44;
  box-shadow: 0 8px 36px -4px #00D3A919;
}
.testimonial-card p {
  font-size: 1.12rem;
  color: #181818;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.18px;
}
.testimonial-card span {
  color: #444;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0;
}
.testimonial-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 1.01rem;
  color: #181818;
}
.contact-details img {
  width: 22px; margin-right: 11px; vertical-align: middle; filter: grayscale(60%) contrast(1.18); }

.cta { margin-top: 20px; }

/* === DETAILS LISTS & TEXT === */
ul, ol {
  padding-left: 18px;
  margin-bottom: 14px;
}
ul li, ol li {
  margin-bottom: 10px;
  position: relative;
}
ul li img {
  width: 20px;
  margin-right: 9px;
  vertical-align: middle;
  filter: grayscale(80%) contrast(1.25);
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.text-section h2, .text-section h3 { margin-bottom: 9px; }
.text-section p, .text-section ul { margin-bottom: 3px; }


/* === FOOTER === */
footer {
  background: #17181a;
  color: #f3f3f4;
  padding: 56px 0 28px 0;
  box-shadow: 0 -2px 40px -12px rgba(31,31,38,0.11);
  position: relative;
  z-index: 1;
}
footer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-nav, .footer-legal, .footer-contact, .footer-social {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-nav a, .footer-legal a {
  color: #e5e6eb;
  font-size: 1.05rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 2px;
  font-weight: 500;
  transition: color 0.18s;
  padding: 3px 0;
}
.footer-nav a:hover, .footer-legal a:hover {
  color: #00D3A9;
}
.footer-contact p {
  color: #ccc;
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.footer-contact img {
  width: 19px; margin-right: 10px; filter: grayscale(70%) contrast(1.1); vertical-align: baseline; }
.footer-social {
  flex-direction: row;
  gap: 19px;
  margin-top: 18px;
}
.footer-social a img {
  width: 32px;
  height: 32px;
  transition: opacity 0.14s;
}
.footer-social a:hover img {
  opacity: 0.61;
}

/* === RESPONSIVE LAYOUTS === */
@media (max-width: 900px) {
  .feature-grid, .service-list { gap: 16px; }
  .testimonial-carousel { gap: 12px; }
  footer .container {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .container,
  section, 
  .section {
    padding-left: 0; padding-right: 0;
  }
  .card-container,
  .feature-grid,
  .service-list,
  .testimonial-carousel {
    flex-direction: column;
    gap: 12px;
  }
  .card, .feature, .service, .testimonial-card { min-width: 0; width: 100%; }
  .footer-nav, .footer-legal, .footer-contact { font-size: 1rem; }
}

@media (max-width: 540px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.32rem; }
  .section { padding: 29px 5px; }
  .container { padding: 0 4px; }
  .footer-legal, .footer-contact { font-size: 0.93rem; }
}


/* === BUTTON STYLES === */
button, .primary-cta {
  font-family: 'Montserrat', Arial, sans-serif;
  cursor: pointer;
  outline: none;
  border: none;
  transition: background 0.16s, color 0.18s, box-shadow 0.13s, transform 0.14s;
}
button:active, .primary-cta:active {
  transform: scale(0.98);
}


/* === COOKIES BANNER === */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1600;
  background: #191A1C;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 30px 3px rgba(16,16,25,0.14);
  padding: 26px 20px 26px 22px;
  font-size: 1.06rem;
  min-height: 62px;
  gap: 32px;
  animation: cookie-fade-in 0.5s;
}
@keyframes cookie-fade-in {
  from { opacity: 0; transform: translateY(44px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-banner .cookie-text {
  color: #fff;
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.cookie-banner .cookie-btn {
  padding: 7px 23px;
  border-radius: 21px;
  background: #111;
  color: #fff;
  border: 1.5px solid #181A1C;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0;
  transition: background 0.17s, color 0.13s, border-color 0.13s;
}
.cookie-banner .cookie-btn[aria-selected="true"],
.cookie-banner .cookie-btn:hover {
  background: #00D3A9;
  color: #101010;
  border-color: #00D3A9;
}
.cookie-banner .cookie-btn.cookie-settings {
  background: none;
  color: #00D3A9;
  border: 1.5px solid #00D3A9;
  font-weight: 500;
}
.cookie-banner .cookie-btn.cookie-settings:hover {
  background: #fff;
  color: #101010;
  border-color: #101010;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 0.99rem;
    padding: 18px 8px;
  }
  .cookie-banner .cookie-btns { gap: 7px; }
}

/* === COOKIE POPUP === */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 1700;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(16,18,20,0.49);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.cookie-modal-overlay.open { display: flex; }
.cookie-modal {
  background: #fff;
  color: #101010;
  max-width: 420px;
  width: 99vw;
  border-radius: 19px;
  box-shadow: 0 16px 72px -8px #22222226;
  padding: 32px 24px 28px 24px;
  animation: cookie-modal-in 0.33s;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@keyframes cookie-modal-in {
  from { opacity: 0; transform: translateY(60px) scale(0.93); }
  to { opacity: 1; transform: none; }
}
.cookie-modal h2 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #16365C;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  margin-bottom: 12px;
}
.cookie-category input[type=checkbox] {
  width: 22px; height: 22px; accent-color: #00D3A9;
  margin-right: 6px;
}
.cookie-modal .cookie-category label {
  font-weight: 600;
  font-size: 1.07rem;
  letter-spacing: 0.025rem;
  color: #101018;
}
.cookie-category .always-enabled {
  font-size: 0.99rem;
  background: #ebebeb;
  padding: 3px 14px;
  border-radius: 16px;
  margin-left: 11px;
  color: #00D3A9;
  font-weight: 400;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 11px;
  justify-content: flex-end;
}
.cookie-modal .cookie-btn
{ min-width: 110px; }
.cookie-modal .close-cookie-modal {
  position: absolute;
  top: 12px;
  right: 20px;
  border: none;
  background: none;
  font-size: 1.5rem;
  color: #444;
  cursor: pointer;
}


/* === UTILITY & MICROINTERACTIONS === */
.shadow-light {
  box-shadow: 0px 1.5px 22px -2px #10101017;
}
.text-center { text-align: center; }

/* Subtle card hover pulse */
@media (hover: hover) {
  .feature:hover:after, .service:hover:after {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    width: 110%; height: 110%;
    background: rgba(0,211,169,0.045);
    border-radius: 18px;
    z-index: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: card-pulse 0.6s;
  }
}
@keyframes card-pulse {
  0% { opacity: 0.42; }
  100% { opacity: 0; }
}


/* === FORMS === */
input, textarea, select {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  border-radius: 5px;
  border: 1.2px solid #CCC;
  padding: 11px 15px;
  background: #fbfbfd;
  color: #181818;
  margin-bottom: 17px;
  width: 100%;
  transition: border-color 0.13s;
}
input:focus, textarea:focus, select:focus {
  border-color: #00D3A9;
  outline: none;
}
label { font-weight: 500; margin-bottom: 6px; }


/* === MONOCHROME SOPHISTICATED OVERRIDES === */
body {
  background: #fff;
  color: #101010;
}
.section, .card, .testimonial-card {
  background: #fff;
  border-color: #ebebee;
}
/* Subtle separator lines */
hr {
  border: 0;
  border-top: 1.5px solid #eaeaea;
  margin: 22px 0;
}

/* === VISUAL HIERARCHY & SPACING SYSTEM === */
.mt-8 { margin-top: 8px !important; }
.mt-16 { margin-top: 16px !important; }
.mt-24 { margin-top: 24px !important; }
.mt-32 { margin-top: 32px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-16 { margin-bottom: 16px !important; }
.mb-24 { margin-bottom: 24px !important; }
.mb-32 { margin-bottom: 32px !important; }
.pt-8 { padding-top: 8px !important; }
.pt-16 { padding-top: 16px !important; }
.pt-24 { padding-top: 24px !important; }
.pt-32 { padding-top: 32px !important; }
.pb-8 { padding-bottom: 8px !important; }
.pb-16 { padding-bottom: 16px !important; }
.pb-24 { padding-bottom: 24px !important; }
.pb-32 { padding-bottom: 32px !important; }

/* === SHOWCASE ACCENT COLOR (MINIMAL USAGE) === */
.accent-text { color: #00D3A9 !important; }

/* === ACCORDION / FAQ & COLLAPSIBLES === */
/* Placeholder for possible future elements - style consistent with overall UI */


/* === ACCESSIBILITY === */
:focus-visible { outline: 2px solid #00D3A9; outline-offset: 2px; }

/* Hide visually but not for screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


/* === PRINT OVERRIDES === */
@media print {
  header, footer, .cookie-banner, .cookie-modal-overlay { display: none !important; }
  body, main { background: #fff !important; color: #000 !important; }
}
