/* === CSS RESET & NORMALIZE === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 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, main, 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;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #174763;
  background: #F3F5F6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font-family: inherit;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

/* === BRAND VARIABLES (with fallbacks) === */
:root {
  --primary: #174763;
  --secondary: #F3F5F6;
  --accent: #F8B400;
  --body-font: 'Open Sans', Arial, sans-serif;
  --display-font: 'Montserrat', Arial, sans-serif;
  --radius: 12px;
  --shadow-light: 0 2px 6px rgba(23, 71, 99, 0.04);
  --shadow-deep: 0 8px 32px rgba(23, 71, 99, 0.10);
}

/* === TYPOGRAPHY === */
h1, .h1 {
  font-family: var(--display-font);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--primary);
  letter-spacing: -1px;
}
h2, .h2 {
  font-family: var(--display-font);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--primary);
}
h3, .h3 {
  font-family: var(--display-font);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--primary);
}
h4, .h4 {
  font-family: var(--display-font);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--primary);
}
p, li, address {
  font-family: var(--body-font);
  font-size: 1rem;
  color: #274a5c;
}
.subheadline {
  font-size: 1.2rem;
  color: #567184;
  margin-bottom: 24px;
}
strong {
  font-weight: 700;
}

/* === BASE CONTAINERS === */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section,
section:not(.features):not(.hero):not(.testimonials):not(.cta),
.services, .faq, .pricing {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
}

/* === HERO SECTION === */
.hero {
  background: linear-gradient(120deg, #F3F5F6 70%, #fff 100%);
  padding: 64px 0 32px 0;
  margin-bottom: 60px;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 24px;
}
.hero h1 {
  font-size: 2.6rem;
}
.hero .cta.primary {
  margin-top: 16px;
}

/* === FEATURES === */
.features {
  padding: 40px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  margin-bottom: 60px;
}
.feature-grid, .service-highlights, .usp-list, .feature-benefits-list, .value-statements {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.feature-grid li, .service-highlights li, .usp-list li, .feature-benefits-list li, .value-statements li {
  background: var(--secondary);
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  padding: 24px 18px;
  margin-bottom: 0;
  flex: 1 1 230px;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.15s;
}
.feature-grid li:hover,
.service-highlights li:hover,
.usp-list li:hover,
.feature-benefits-list li:hover,
.value-statements li:hover {
  box-shadow: var(--shadow-deep);
  transform: translateY(-4px);
}
.feature-grid img {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
}

/* === SERVICES (Cards) === */
.services-list,
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.services-list li, .card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  flex: 1 1 220px;
  margin-bottom: 20px;
  padding: 28px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.services-list .price, .card .price {
  color: var(--accent);
  font-weight: 600;
  font-family: var(--display-font);
  font-size: 1.1em;
  margin-top: 18px;
}

/* === DETAILED SERVICE DESCRIPTIONS === */
.detailed-service-descriptions ul,
.price-highlights ul,
.included-services ul,
.data-protection-statistics ul,
.terms-of-service-text ul,
.guarantees ul,
.how-it-works-steps,
.key-touchpoints ul,
.next-steps-info ul,
.cookie-policy-text ul,
.user-rights-overview ul,
.faq-highlights {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* === PRICING TABLE === */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 32px 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-light);
}
.price-table th, .price-table td {
  font-family: var(--body-font);
  font-size: 1rem;
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid #e7e7e7;
}
.price-table thead {
  background: var(--secondary);
}
.price-table tbody tr:hover {
  background: #f7fafb;
}
.price-table th {
  font-family: var(--display-font);
  color: var(--primary);
  font-weight: 600;
}

/* === CALL TO ACTION (CTA) === */
.cta-banner {
  background: var(--secondary);
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.cta.primary {
  padding: 12px 26px;
  font-family: var(--display-font);
  font-size: 1.05em;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(23, 71, 99, 0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.12s;
  margin-top: 8px;
  display: inline-block;
}
.cta.primary:hover, .cta.primary:focus {
  background: #205e84;
  box-shadow: 0 7px 20px rgba(23, 71, 99, 0.18);
  transform: translateY(-2px) scale(1.03);
  color: #fff;
}
.cta.secondary {
  padding: 10px 22px;
  font-family: var(--display-font);
  font-size: 1em;
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 30px;
  transition: border 0.2s, color 0.2s, background 0.17s;
  margin-top: 8px;
  display: inline-block;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

/* === TESTIMONIALS === */
.testimonials {
  background: #f9fbfc;
  border-radius: var(--radius);
  padding: 40px 0;
  margin-bottom: 65px;
}
.testimonials .container {
  align-items: stretch;
}
.testimonial-slider, .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 14px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  min-width: 260px;
  flex: 1 1 280px;
  color: #12364a;
  font-size: 1.1em;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, transform 0.17s;
}
.testimonial-card:hover {
  box-shadow: var(--shadow-deep);
  transform: translateY(-4px);
}
.testimonial-card p {
  color: #19415a;
  font-family: var(--body-font);
  font-size: 1.07em;
  margin-bottom: 8px;
}
.testimonial-card span {
  color: #8e9daa;
  font-size: 0.99em;
}
.review-summaries {
  color: #244d66;
  font-weight: 600;
  font-family: var(--display-font);
  margin-top: 12px;
  font-size: 1.18em;
}

/* === ACCORDION/FAQ === */
.accordion-faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  padding: 18px 18px 10px 18px;
  transition: box-shadow 0.18s, transform 0.11s;
}
.faq-item:hover {
  box-shadow: var(--shadow-deep);
  transform: translateY(-2px);
}
.faq-item h2 {
  font-size: 1.08em;
  font-family: var(--display-font);
  font-weight: 600;
  margin-bottom: 7px;
}
.contact-us-prompt {
  margin: 30px 0 0 0;
  background: var(--secondary);
  padding: 18px 20px;
  border-radius: var(--radius);
  font-size: 1em;
  color: #274a5c;
  box-shadow: var(--shadow-light);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

/* === FOOTER === */
footer {
  background: #fff;
  border-top: 1px solid #e5e9eb;
  box-shadow: 0px -2px 8px 0 rgba(23, 71, 99, 0.02);
  padding: 42px 0 25px 0;
  margin-top: 45px;
}
footer .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-logo img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: #174763;
  font-family: var(--display-font);
  font-weight: 500;
  font-size: 1em;
  opacity: 0.82;
  transition: color 0.17s, opacity 0.14s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: var(--accent);
  opacity: 1;
}
.footer-info address {
  font-style: normal;
  font-size: 1em;
  color: #567184;
  line-height: 1.8;
}
.footer-info a {
  color: var(--primary);
  word-break: break-all;
  font-size: 1em;
}

/* === MAIN NAVIGATION === */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(23, 71, 99, 0.03);
  position: relative;
  z-index: 10;
  padding: 0;
}
header .container {
  flex-direction: row;
  gap: 24px;
  align-items: center;
  min-height: 76px;
}
.logo img {
  height: 48px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  font-family: var(--display-font);
  font-size: 1.07em;
  color: #174763;
  opacity: 0.86;
  font-weight: 500;
  position: relative;
  transition: color 0.17s, opacity 0.14s;
  padding-bottom: 2px;
}
.main-nav a:hover, .main-nav a:focus {
  color: var(--accent);
  opacity: 1;
}
header .cta.primary {
  margin-left: auto;
}

/* === MOBILE NAVIGATION === */
.mobile-menu-toggle {
  display: none;
  background: none;
  font-size: 2.2em;
  color: var(--primary);
  margin-left: 18px;
  z-index: 201;
  transition: color 0.17s, transform 0.15s;
  border-radius: 50%;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  color: var(--accent);
  transform: scale(1.12);
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(243,245,246, 0.98);
  z-index: 200;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  padding: 36px 22px 22px 22px;
  min-width: 220px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2em;
  color: var(--primary);
  background: none;
  margin-bottom: 22px;
  transition: color 0.16s;
  border-radius: 50%;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--accent);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-nav a {
  font-family: var(--display-font);
  font-size: 1.25em;
  color: #174763;
  font-weight: 500;
  padding: 8px 0 6px 0;
  transition: background 0.16s, color 0.16s, border-radius 0.14s;
  border-radius: 10px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--accent);
  color: #fff;
}


/* === COOKIE BANNER === */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fff;
  color: #174763;
  box-shadow: 0 -2px 14px rgba(23, 71,99,0.08);
  border-top: 1px solid #e6eaea;
  z-index: 5000;
  padding: 22px 5% 22px 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: transform 0.37s cubic-bezier(.6,0,.55,1), opacity 0.25s;
  font-size: 1.03em;
}
.cookie-consent-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-consent-actions {
  display: flex;
  gap: 18px;
  margin-top: 7px;
}
.cookie-consent-actions .accept {
  background: var(--primary);
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 1em;
  font-weight: 600;
  box-shadow: var(--shadow-light);
  font-family: var(--display-font);
  transition: background 0.13s, box-shadow 0.19s;
}
.cookie-consent-actions .accept:hover,.cookie-consent-actions .accept:focus {
  background: #226b92;
  box-shadow: var(--shadow-deep);
}
.cookie-consent-actions .reject {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  font-family: var(--display-font);
  font-size: 1em;
  transition: color 0.12s, background 0.14s, border 0.13s;
}
.cookie-consent-actions .reject:hover, .cookie-consent-actions .reject:focus {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.cookie-consent-actions .settings {
  background: var(--accent);
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  font-family: var(--display-font);
  font-size: 1em;
  transition: background 0.12s;
  border: none;
}
.cookie-consent-actions .settings:hover, .cookie-consent-actions .settings:focus {
  background: #e2a504;
}

/* Cookie preferences modal */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(25,37,45,0.28);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.26s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-deep);
  padding: 28px 22px 28px 22px;
  max-width: 400px;
  width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  animation: cookie-modal-fadein 0.33s cubic-bezier(.54,0,.56,1);
}
@keyframes cookie-modal-fadein {
  from { transform: scale(.92) translateY(30px); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.25em;
  font-family: var(--display-font);
  color: var(--primary);
  margin-bottom: 8px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category label {
  font-family: var(--body-font);
  color: #274a5c;
}
.cookie-modal .cookie-switch {
  position: relative;
  width: 42px;
  height: 22px;
  background: #e8ebed;
  border-radius: 22px;
  cursor: pointer;
  transition: background 0.17s;
  margin-right: 7px;
  flex-shrink: 0;
}
.cookie-modal .cookie-switch input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  margin: 0;
}
.cookie-modal .cookie-switch:before {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(23,71,99,0.08);
  transition: left 0.16s, background 0.14s;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked + span {
  background: var(--accent);
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked + span:before {
  left: 23px;
  background: var(--accent);
}
.cookie-modal .cookie-switch span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: #e8ebed;
  position: relative;
  transition: background 0.18s;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked + span {
  background: var(--accent);
}
.cookie-modal .cookie-switch span:before {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(23,71,99,0.09);
  transition: left 0.18s, background 0.12s;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked + span:before {
  left: 23px;
  background: var(--accent);
}
.cookie-modal .cookie-category.essential label {
  font-weight: 600;
}
.cookie-modal .cookie-category.essential .cookie-switch {
  opacity: 0.5;
  pointer-events: none;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 13px;
  margin-top: 16px;
}
.cookie-modal .cookie-modal-actions button {
  border-radius: 19px;
  padding: 8px 19px;
  font-family: var(--display-font);
  font-weight: 600;
  background: var(--primary);
  color: #fff;
  border: none;
  transition: background 0.14s;
}
.cookie-modal .cookie-modal-actions button:hover, .cookie-modal .cookie-modal-actions button:focus {
  background: var(--accent);
}

/* === ADDITIONAL FLEXBOX PATTERNS === */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: var(--radius);
  box-shadow: var(--shadow-light);
  background: #fff;
}
.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;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/**** RESPONSIVE DESIGN (MOBILE-FIRST) ****/
@media (max-width: 1020px) {
  .container {
    max-width: 100%;
    padding: 0 12px;
  }
  .main-nav {
    gap: 13px;
  }
  footer .container {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .cta.primary {
    display: none;
  }
  .container {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  h2, .h2 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  .hero {
    padding: 36px 0 12px 0;
  }
  .section, section:not(.features):not(.hero):not(.testimonials):not(.cta), .services, .faq, .pricing {
    padding: 28px 6px 32px 6px;
    margin-bottom: 40px;
  }
  .features, .testimonials {
    padding: 22px 0 24px 0;
    margin-bottom: 40px;
  }
  .feature-grid, .service-highlights, .usp-list, .feature-benefits-list, .value-statements {
    flex-direction: column;
    gap: 18px;
  }
  .services-list, .service-cards {
    flex-direction: column;
  }
  .testimonial-slider, .testimonial-list {
    flex-direction: column;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 13px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .footer-info address {
    font-size: 0.97em;
  }
  .footer-logo img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 520px) {
  .cta-banner {
    padding: 16px 8px;
  }
  .hero h1, h1 {
    font-size: 1.2rem;
  }
  .footer-logo img {
    width: 38px;
    height: 38px;
  }
  .feature-grid img {
    width: 30px;
    height: 30px;
  }
}

/**** MICRO-INTERACTIONS ****/
.cta, .main-nav a, .footer-nav a, .mobile-nav a, .cookie-consent-actions button {
  transition: background 0.16s, color 0.16s, box-shadow 0.14s, border 0.12s, transform 0.12s;
}
.cta:active, .main-nav a:active, .footer-nav a:active, .mobile-nav a:active, .cookie-consent-actions button:active {
  transform: scale(0.97);
}

/**** Z-INDEX for overlay elements ****/
header {
  z-index: 100;
  position: relative;
}
.mobile-menu {
  z-index: 200;
}
.mobile-menu-toggle {
  z-index: 201;
}
.cookie-consent-banner {
  z-index: 5000;
}
.cookie-modal-overlay {
  z-index: 9999;
}

/*** Hide visually for accessibility ***/
.sr-only {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* === MISC ELEMENTS === */
.google-maps-embed {
  background: var(--secondary);
  border-radius: var(--radius);
  padding: 14px 12px;
  margin: 22px 0 0 0;
  box-shadow: var(--shadow-light);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.google-maps-embed img {
  width: 38px;
  height: 38px;
}

/* === SPECIAL CLASS: thank-you-message === */
.thank-you-message {
  background: var(--secondary);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow-light);
  margin-bottom: 8px;
}

.next-steps-info ul {
  margin-top: 4px;
  gap: 10px;
}

/**** Prevent cards overlapping ****/
.card, .testimonial-card, .faq-item, .feature-grid li, .service-highlights li, .usp-list li {
  margin-bottom: 20px !important;
}

/**** Prevent horizontal overflow on mobile ****/
body {
  overflow-x: hidden;
}
