/* 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, 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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #fafbfc;
  color: #191919;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
input, button, textarea, select {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  color: #191919;
  transition: color 0.2s;
}
ul { list-style: none; }
ol { padding-left: 1.25em; }
ol li { margin-bottom: 12px; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  font-weight: 700;
  color: #0C141A;
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.7rem;
  line-height: 1.26;
  margin-bottom: 18px;
  margin-top: 0;
}
h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
p, .subheadline, .disclaimer-text, .text-section, li {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
p, .disclaimer-text {
  color: #232323;
  font-size: 1rem;
  margin-bottom: 12px;
}
.subheadline {
  font-size: 1.16rem;
  color: #444;
  line-height: 1.32;
  margin-bottom: 20px;
  max-width: 560px;
}
.strong, strong {
  font-weight: 600;
  color: #000;
}

/* CONTAINERS & LAYOUT */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 18px 0 rgba(34,40,51,0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}

/* FLEX GRID SYSTEMS */
.feature-grid,
.benefits-grid,
.support-grid,
.partner-logos,
.contact-info-blocks,
.service-preview-list,
.services-list,
.process-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card-container,
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .feature-grid,
  .benefits-grid,
  .support-grid,
  .partner-logos,
  .contact-info-blocks,
  .service-preview-list,
  .services-list,
  .process-timeline,
  .card-container,
  .card-grid,
  .content-grid {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .content-grid,
  .feature-grid,
  .benefits-grid,
  .support-grid,
  .contact-info-blocks,
  .service-preview-list,
  .services-list {
    flex-direction: column;
  }
}

/* CARDS & ITEMS */
.card, .service-card, .benefit-item, .feature-item, .testimonial-card, .faq-item, .support-item, .address-block, .email-block, .business-hours-block {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 15px 0 rgba(44,48,53,0.09);
  margin-bottom: 20px;
  position: relative;
  padding: 26px 22px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 220px;
  min-height: 120px;
  transition: box-shadow 0.22s, transform 0.22s;
}
.card:hover, .service-card:hover, .benefit-item:hover, .feature-item:hover, .support-item:hover {
  box-shadow: 0 6px 22px 0 rgba(28,32,39,0.18);
  transform: translateY(-3px) scale(1.012);
}
.card-content, .benefit-item, .feature-item, .support-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
.feature-item img,
.benefit-item img,
.support-item img,
.timeline-step img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  filter: grayscale(1) contrast(1.2);
  opacity: 0.95;
}
.partner-logos img {
  max-height: 48px;
  padding: 0 15px;
  opacity: 0.85;
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .card, .service-card, .benefit-item, .feature-item, .support-item {
    padding: 18px 12px 14px 12px;
    min-width: 0;
  }
}

/* TESTIMONIALS */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #f5f6f7;
  border-left: 4px solid #191919;
  border-radius: 13px;
  min-width: 220px;
  max-width: 400px;
  color: #151515;
  box-shadow: 0 2px 12px 0 rgba(32,32,32,0.07);
  margin-bottom: 20px;
}
.testimonial-card p {
  font-size: 1.08rem;
  line-height: 1.4;
  color: #121212;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.testimonial-name {
  font-size: 1rem;
  color: #444;
  font-style: italic;
  margin-left: 0;
}

/* FAQ ACCORDION */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: #fff;
  border-left: 4px solid #262626;
  border-radius: 10px;
  padding: 16px 18px 5px 18px;
  transition: box-shadow 0.22s, border-color 0.18s;
}
.faq-item h3 {
  font-size: 1.09rem;
  margin-bottom: 6px;
  color: #191919;
  cursor: pointer;
}
.faq-item p {
  color: #232323;
  font-size: 1rem;
  margin-bottom: 0;
}
.faq-item:hover, .faq-item:focus {
  border-left-color: #444;
  box-shadow: 0 2px 14px 0 rgba(44,44,44,0.08);
}

/* CTA BUTTONS */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: #fff;
  color: #191919;
  border: 2px solid #191919;
  border-radius: 8px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.22;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(44,44,44,0.04);
  text-shadow: 0 1px 0 #fff, 0 0 2px #dedede44;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.22s, transform 0.15s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #191919;
  color: #fff;
  border: 2px solid #191919;
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 4px 18px rgba(10,10,10,0.13);
}

/* HEADER & NAVIGATION */
header {
  background: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 10px rgba(12,12,15,0.08);
  position: sticky;
  top: 0;
  z-index: 97;
}
.main-nav {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  gap: 16px;
}
.logo-link {
  display: flex;
  align-items: center;
  height: 54px;
}
.main-nav ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.main-nav li {
  list-style: none;
}
.main-nav ul li a {
  color: #191919;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 6px 8px;
  font-size: 1rem;
  border-radius: 6px;
  transition: background 0.14s, color 0.13s;
}
.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li.active a {
  background: #191919;
  color: #fff;
}
.main-nav .cta-btn {
  margin-left: 16px;
}

/* Hamburger Menu (Mobile) */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  color: #191919;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  z-index: 102;
  transition: color 0.17s;
}
.mobile-menu-toggle:hover { color: #444; }

@media (max-width: 1000px) {
  .main-nav ul { gap: 8px; }
}
@media (max-width: 900px) {
  .main-nav ul { gap: 3px; }
  .main-nav { gap: 12px; }
}
@media (max-width: 768px) {
  .main-nav ul, .main-nav .cta-btn {
    display: none !important;
  }
  .main-nav {
    min-height: 58px;
    padding: 0 7px;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,22, 0.93);
  z-index: 108;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  transform: translateX(-100vw);
  transition: transform 0.36s cubic-bezier(.4,1.04,1,.96);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 18px; right: 15px;
  background: none;
  color: #fff;
  font-size: 2.1rem;
  border: none;
  z-index: 111;
  cursor: pointer;
  padding: 4px 9px;
  transition: color 0.14s;
}
.mobile-menu-close:hover { color: #cacaca; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 64px 32px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.27rem;
  padding: 13px 0 13px 13px;
  border-radius: 7px;
  font-weight: 500;
  letter-spacing: 0;
  transition: background 0.18s, color 0.14s;
}
.mobile-nav a:hover,
.mobile-nav a:focus { background: #222; color: #cecece; }

@media (max-width: 430px) {
  .mobile-nav { padding: 64px 8px; }
  .mobile-nav a { font-size: 1.16rem; }
}

/* SECTION SPACING */
section {
  margin-bottom: 60px;
  padding: 0;
  background: none;
  border: none;
}
section > .container {
  margin-bottom: 0;
  padding: 0 0;
}
section .content-wrapper {
  margin-bottom: 0;
  padding: 0;
}

/* FOOTER */
footer {
  background: #f8f8f8;
  border-top: 1px solid #e2e2e2;
  margin-top: 80px;
  padding: 38px 0 42px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: #232323;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 8px;
}
.footer-menu a {
  color: #444;
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 5px;
  transition: background 0.15s, color 0.14s;
}
.footer-menu a:hover { background: #191919; color: #fff; }
.footer-brand-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.footer-brand-info img {
  max-height: 36px;
  margin-bottom: 3px;
  filter: grayscale(1) contrast(1.1);
}

@media (max-width: 890px) {
  footer { font-size: 0.97rem; }
  .footer-brand-info img { max-height: 30px; }
}
@media (max-width: 600px) {
  footer { font-size: 0.93rem; }
  .footer-menu { gap: 9px; }
  .footer-brand-info img { max-height: 23px; }
}

/* MAP PLACEHOLDER */
.map-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background: #f5f5f7;
  border-radius: 8px;
  color: #252525;
  font-size: 1.07rem;
}

/* DISCLAIMER & WARNING TEXT */
.disclaimer-text {
  background: #181818;
  color: #fff;
  padding: 14px 22px;
  border-radius: 7px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0 2px 14px 0 rgba(10,10,10,0.05);
}

/* OL LIST FOR PROCESSES */
ol {
  margin: 16px 0 18px 24px;
}
ol li {
  margin-bottom: 7px;
  color: #232323;
  font-size: 1rem;
}

/* PARTNER LOGOS */
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}
.partner-logos img {
  background: #fff;
  border-radius: 4px;
  padding: 8px 20px;
  box-shadow: 0 1px 6px #ccc3  ;
}

/* PROCESS TIMELINE */
.process-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin-top: 15px;
}
.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.timeline-step img {
  width: 38px;
  height: 38px;
  margin-bottom: 0;
}
.timeline-step span {
  font-size: 0.97rem;
  color: #232323;
  font-weight: 500;
  margin-top: 3px;
}

@media (max-width: 660px) {
  .process-timeline { gap: 12px; }
  .timeline-step img { width: 28px; height: 28px; }
}

/* CONTACT INFO BLOCKS */
.contact-info-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 7px;
}
.address-block, .email-block, .business-hours-block {
  min-width: 160px;
  flex: 1 0 160px;
}

@media (max-width: 660px) {
  .contact-info-blocks {
    gap: 12px;
    flex-direction: column;
  }
}

/* ANIMATIONS */
body, html {
  scroll-behavior: smooth;
}
.cta-btn, .main-nav ul li a, .mobile-menu-toggle, .mobile-menu-close, .faq-item, .card, .service-card, .feature-item, .benefit-item, .support-item {
  transition: all 0.19s cubic-bezier(.4,1.04,1,.96);
}

/* RESPONSIVE - MOBILE FIRST */
@media (max-width: 960px) {
  h1 { font-size: 2.0rem; }
  h2 { font-size: 1.35rem; }
}
@media (max-width: 660px) {
  h1 { font-size: 1.48rem; }
  h2 { font-size: 1.12rem; }
  .section { padding: 24px 7px; }
  .container { padding: 0 6px; }
}

/* MONOCHROME SOPHISTICATED COLOR PALETTE */
body, .container, section, .card, .testimonial-card, .service-card, .feature-item, .benefit-item, .faq-item, .footer-menu, .content-wrapper {
  background: #fff;
}
.section, .card, .service-card, .feature-item, .benefit-item, .faq-item, .testimonial-card {
  border: 1.5px solid #e4e7eb;
}
h1, h2, h3, h4, h5, h6, .cta-btn { color: #191919; }

/* SHADOWS AND BORDERS */
.card, .card-container {
  box-shadow: 0 2px 13px 0 rgba(44,44,44,0.09);
  border-radius: 13px;
}
.service-card, .feature-item, .benefit-item, .faq-item, .testimonial-card {
  box-shadow: 0 2px 10px 0 rgba(44,44,44,0.07);
  border-radius: 13px;
}

/* BUTTONS (EXTRA STYLES) */
button, .cta-btn {
  user-select: none;
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 12000;
  background: #181a1b;
  color: #fff;
  padding: 26px 10vw 15px 5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  box-shadow: 0 -4px 30px 0 rgba(10,10,14,0.14);
  font-size: 1rem;
  line-height: 1.35;
}
.cookie-banner__text {
  flex: 2 1 360px;
  color: #fafbfc;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.cookie-banner__btn,
.cookie-banner__btn--secondary {
  padding: 12px 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.14s, color 0.14s, box-shadow 0.18s;
  box-shadow: 0 2px 6px 0 rgba(44,44,44,0.07);
}
.cookie-banner__btn {
  background: #fff;
  color: #191919;
  border: 1px solid #191919;
}
.cookie-banner__btn:hover, .cookie-banner__btn:focus {
  background: #191919;
  color: #fff;
}
.cookie-banner__btn--secondary {
  background: #191919;
  color: #fff;
  border: 1px solid #191919;
}
.cookie-banner__btn--secondary:hover, .cookie-banner__btn--secondary:focus {
  background: #fff;
  color: #191919;
}
@media (max-width:800px){.cookie-banner{flex-direction:column;align-items:stretch;padding:18px 16px;gap:14px;}}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(14,15,15, 0.85);
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #fff;
  color: #1a1a1a;
  border-radius: 13px;
  box-shadow: 0 2px 34px 0 rgba(44,44,44,0.13);
  width: 96vw;
  max-width: 450px;
  padding: 36px 30px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  animation: cookie-modal-fadein 0.40s;
}
.cookie-modal__close {
  position: absolute;
  top: 13px;
  right: 12px;
  background: none;
  border: none;
  color: #333;
  font-size: 2rem;
  cursor: pointer;
  padding: 3px 7px;
  border-radius: 50%;
  transition: background 0.14s, color 0.14s;
}
.cookie-modal__close:hover,.cookie-modal__close:focus{background:#f1f1f1; color:#191919;}
.cookie-modal__headline{
  font-size:1.3rem;
  font-family:'Roboto Slab',serif;
  font-weight:700;
  margin-bottom:5px;
  color:#191919;
}
.cookie-modal__categories{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-bottom:8px;
}
.cookie-modal__category{
  display:flex;
  align-items:center;
  gap:14px;
}
.cookie-modal__category label{
  font-size:1.01rem;
  color:#050505;
  font-family:'Open Sans',sans-serif;
  font-weight:500;

}
.cookie-modal__switch{
  position:relative;
  width:44px;
  height:24px;
  display:inline-block;
}
.cookie-modal__switch input{opacity:0;width:0;height:0;}
.cookie-modal__slider{
  position:absolute;
  cursor:pointer;
  top:0;left:0;right:0;bottom:0;
  background:#e6e6e6;
  border-radius:16px;
  transition:.2s;
}
.cookie-modal__switch input:checked+.cookie-modal__slider{background:#181a1b;}
.cookie-modal__slider:before{
  position:absolute;
  content:'';
  height:19px;
  width:19px;
  left:3px;
  bottom:2.5px;
  background:#fff;
  border-radius:50%;
  box-shadow: 0 1px 4px #bbb3 ;
  transition:.22s;
}
.cookie-modal__switch input:checked+.cookie-modal__slider:before{transform:translateX(18px);}

/* Essential cookies: always enabled visually */
.cookie-modal__switch.disabled .cookie-modal__slider{background:#c2c2c2; }
.cookie-modal__switch.disabled .cookie-modal__slider:before{background:#eaeaea; }
.cookie-modal__switch input[disabled]{pointer-events:none;}

.cookie-modal__footer{
  display:flex;
  justify-content:flex-end;
  gap:13px;
  margin-top:10px;
}
.cookie-modal__btn{
  padding: 11px 23px;
  font-family: 'Roboto Slab',serif;
  font-weight:600;
  font-size:1rem;
  border-radius:6px;
  border:none;
  cursor:pointer;
  background:#181a1b;
  color:#fff;
  transition:background .14s, color .13s;
}
.cookie-modal__btn:hover,.cookie-modal__btn:focus{background:#fff;color:#191919;border:1px solid #191919;}
@media (max-width:500px){.cookie-modal{padding:18px 6px 11px 10px;}}

@keyframes cookie-modal-fadein{0%{opacity:0;transform:translateY(30px);}100%{opacity:1;transform:translateY(0);}}

/* END COOKIE AND MOBILE UI */
