/* 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,
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 {
  font-size: 16px;
  line-height: 1.6;
  background: #161b21;
  color: #e1e5ea;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #61C0BF;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #ffffff;
  text-decoration: underline;
}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #fafbfc;
  font-weight: 700;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.16;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.subheadline {
  color: #b6bac1;
  font-size: 1.17rem;
  margin-bottom: 18px;
  font-family: 'Roboto', Arial, sans-serif;
}
p, ul, ol {
  margin-bottom: 16px;
  font-size: 1rem;
}
strong, b {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* LAYOUT */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 18px;
  margin: 0 auto;
  box-sizing: border-box;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #161b21;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(27, 31, 35, 0.07);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
/* FLEXBOX PATTERNS */
.features-grid,
.service-categories-grid,
.card-container,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
.content-grid {
  gap: 20px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #232930;
  padding: 28px 20px;
  border-radius: 15px;
  box-shadow: 0 1px 7px 0 rgba(33,88,140,0.08);
  border: 1px solid #232e37;
  flex: 1 1 260px;
  min-width: 210px;
  max-width: 100%;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.feature-item img {
  width: 38px;
  filter: brightness(0.86) sepia(1) hue-rotate(170deg) saturate(4);
}
.feature-item:hover, .feature-item:focus {
  border-color: #61c0bf;
  box-shadow: 0 2px 24px 0 rgba(97,192,191,.08);
}
.card {
  background: #232930;
  margin-bottom: 20px;
  border-radius: 14px;
  box-shadow: 0 1px 7px 0 rgba(33,88,140,0.08);
  padding: 22px 20px;
  position: relative;
  border: 1px solid #232e37;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.card:hover, .card:focus {
  border-color: #21588c;
  box-shadow: 0 2px 24px 0 rgba(33,88,140,0.13);
}
.service-card {
  background: #20262c;
  border: 1px solid #21588c;
  border-radius: 16px;
  padding: 28px 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 1 260px;
  min-width: 210px;
}
.service-card img {
  width: 38px;
}
.service-card:hover, .service-card:focus {
  box-shadow: 0 2px 28px 0 rgba(97,192,191,.13);
  border-color: #61C0BF;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-slider, .testimonial-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 14px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fafbfc;
  color: #232930;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(33, 88, 140, 0.06);
  border: 1px solid #e9ecef;
  min-width: 230px;
  max-width: 400px;
  flex: 1 0 220px;
  transition: transform 0.18s, box-shadow 0.18s;
}
.testimonial-card:hover, .testimonial-card:focus {
  transform: translateY(-4px) scale(1.019);
  box-shadow: 0 6px 28px 0 rgba(21,115,115,0.12);
}
.testimonial-card p {
  font-size: 1.13rem;
  color: #232930;
}
.customer-name {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #157373;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.quick-contact-info, .contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 16px 0 20px 0;
}
.quick-contact-info > div, .contact-methods > div {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #232930;
  color: #fafbfc;
  border-radius: 8px;
  padding: 9px 15px;
  font-size: 1rem;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #232930;
  border-radius: 8px;
  padding: 18px 18px;
  margin-bottom: 8px;
  border: 1px solid #232e37;
  box-shadow: 0 0.5px 2px 0 rgba(97,192,191,0.02);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item h3 {
  font-size: 1.19rem;
  color: #61C0BF;
}
.faq-item p {
  color: #cfd4d9;
}
.faq-item:hover, .faq-item:focus {
  border-color: #21588c;
  box-shadow: 0 2px 16px 0 rgba(97,192,191,.10);
}
.client-logos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 10px;
}
.client-logos-list img {
  height: 38px;
}

.address-map, .hours-opening-times {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 16px 0 8px 0;
  color: #b6bac1;
}
.brand-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0 0;
  color: #b6bac1;
  font-size: 1.05rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
}
/* PRICING TABLE */
.pricing-table {
  width: 100%;
  margin: 18px 0 22px 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #20262c;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0.5px 4px 0 rgba(33,88,140,0.06);
}
.pricing-table th, .pricing-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #233040;
  text-align: left;
}
.pricing-table th {
  background: #21588C;
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
}
.pricing-table td {
  color: #e9ecef;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}

/* BUTTONS */
.btn-primary {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.08rem;
  background: #21588c;
  color: #fff;
  border: none;
  border-radius: 33px;
  padding: 13px 38px;
  box-shadow: 0 3px 15px 0 rgba(21,115,115,0.09);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 13px;
  line-height: 1.3;
  transition: background 0.19s, box-shadow 0.19s, transform 0.12s;
}
.btn-primary:hover, .btn-primary:focus {
  background: #157373;
  box-shadow: 0 6px 24px 0 rgba(21,115,115,0.17);
  transform: translateY(-2px) scale(1.027);
}
button, input[type="submit"] {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
}

/* HEADER & NAVIGATION */
header {
  background: #181C22;
  box-shadow: 0 2px 20px rgba(33, 88, 140, 0.04);
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 14px 18px;
}
.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #e1e5ea;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.08rem;
  padding: 6px 13px;
  border-radius: 7px;
  transition: background 0.14s, color 0.14s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #21588c;
  color: #fff;
}
.mobile-menu-toggle {
  display: none;
  font-size: 1.85rem;
  background: #232930;
  color: #61C0BF;
  border: none;
  border-radius: 8px;
  padding: 5px 18px;
  margin-left: 16px;
  transition: background 0.17s, color 0.14s, transform 0.12s;
  z-index: 102;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #21588c;
  color: #fff;
  outline: none;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(19, 21, 25, 0.98);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(.58,.13,.33,val), background 0.23s;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  background: #21588c;
  color: #fff;
  font-size: 2.3rem;
  border: none;
  border-radius: 14px 0 0 14px;
  margin: 15px 20px 8px 0;
  padding: 8px 22px 2px 15px;
  cursor: pointer;
  transition: background 0.16s, color 0.14s;
  z-index: 1061;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #157373;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin: 0 42px 0 32px;
  margin-top: 29px;
  width: 90%;
}
.mobile-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #e1e5ea;
  font-size: 1.22rem;
  letter-spacing: 0.01em;
  padding: 19px 0 7px 0;
  border-bottom: 1px solid #233040;
  transition: color 0.15s;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #61C0BF;
  background: none;
  outline: none;
}

/* FOOTER */
footer {
  background: #181C22;
  color: #e1e5ea;
  padding: 40px 0 28px 0;
  margin-top: 60px;
  border-top: 2px solid #232e37;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  width: 100%;
}
.footer-main-menu, .footer-legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-main-menu a, .footer-legal-menu a {
  color: #61C0BF;
  font-size: 1.07rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 500;
  padding: 2px 9px;
  border-radius: 5px;
  transition: background 0.14s, color 0.14s;
}
.footer-main-menu a:hover, .footer-main-menu a:focus, .footer-legal-menu a:hover, .footer-legal-menu a:focus {
  background: #61C0BF;
  color: #11161b;
}
.footer-contact-short {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #b6bac1;
  font-size: 1.02rem;
}
.footer-contact-short img {
  width: 17px;
  height: 17px;
  filter: brightness(0.65) grayscale(0.3);
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  .container {
    padding: 0 6px;
  }
}
@media (max-width: 1000px) {
  section {
    padding: 32px 2vw;
  }
  .container {
    max-width: 98vw;
  }
}
@media (max-width: 768px) {
  section {
    padding: 24px 2vw;
    margin-bottom: 38px;
  }
  .content-wrapper {
    gap: 16px;
  }
  .features-grid, .service-categories-grid, .card-container, .content-grid, .testimonial-slider, .client-logos-list {
    flex-direction: column;
    gap: 18px;
  }
  .main-nav, .btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.64rem;
  }
  h2 {
    font-size: 1.19rem;
  }
  .testimonial-card, .feature-item, .service-card {
    padding: 16px 10px;
  }
  .container {
    padding: 0 3px;
  }
  .brand-tagline { font-size: 0.97rem; }
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #232930;
  color: #e1e5ea;
  box-shadow: 0 -2px 18px 0 rgba(33,88,140,0.07);
  z-index: 9999;
  padding: 18px 30px 18px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  transition: transform 0.25s, opacity 0.25s;
  font-size: 1.05rem;
}
.cookie-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-controls {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cookie-banner button {
  border-radius: 9px;
  font-size: 1rem;
  font-weight: 600;
  padding: 7px 18px;
  border: none;
  cursor: pointer;
  margin-right: 0;
  transition: background 0.14s, color 0.13s;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
}
.cookie-banner .accept-btn {
  background: #61C0BF;
  color: #11161b;
}
.cookie-banner .accept-btn:hover, .cookie-banner .accept-btn:focus {
  background: #157373;
  color: #fff;
}
.cookie-banner .reject-btn {
  background: #232e37;
  color: #fafbfc;
}
.cookie-banner .reject-btn:hover, .cookie-banner .reject-btn:focus {
  background: #b61d2d;
  color: #fff;
}
.cookie-banner .settings-btn {
  background: #21588c;
  color: #fff;
}
.cookie-banner .settings-btn:hover, .cookie-banner .settings-btn:focus {
  background: #157373;
  color: #fff;
}
/* COOKIE MODAL */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background: rgba(21,23,28, .82);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.22s;
}
.cookie-modal {
  width: 95vw;
  max-width: 430px;
  background: #232930;
  color: #fafbfc;
  border-radius: 15px;
  box-shadow: 0 24px 72px 0 rgba(21,115,115,0.14);
  padding: 32px 30px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  animation: cookieModalSlideIn 0.3s;
  position: relative;
}
@keyframes cookieModalSlideIn {
  from { transform: translateY(80px); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.25rem;
  color: #61C0BF;
  margin-bottom: 9px;
}
.cookie-modal .category-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 18px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #181C22;
  border-radius: 8px;
  padding: 11px 13px 12px 17px;
  color: #fafbfc;
}
.cookie-modal .cookie-category .cat-label {
  flex: 1 1 auto;
  font-weight: 500;
}
.cookie-modal .cat-toggle input[type="checkbox"] {
  width: 22px; height: 22px;
  accent-color: #61C0BF;
  outline: none;
}
.cookie-modal .cat-toggle input[disabled] {
  opacity: 0.55;
}
.cookie-modal .modal-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 17px;
}
.cookie-modal .modal-controls button {
  background: #61C0BF;
  color: #11161b;
  padding: 8px 18px;
  border-radius: 9px;
  font-weight: 700;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  transition: background 0.13s, color 0.13s;
}
.cookie-modal .modal-controls button:hover, .cookie-modal .modal-controls button:focus {
  background: #157373;
  color: #fff;
}
.cookie-modal .close-btn {
  position: absolute;
  top: 14px; right: 17px;
  background: none;
  color: #fafbfc;
  font-size: 1.6rem;
  padding: 0 7px;
  border: none;
}
.cookie-modal .close-btn:hover, .cookie-modal .close-btn:focus {
  color: #61C0BF;
}
/* ---------- END ---------- */
