/* 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
  max-width: 100%;
  display: block;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

/* Fonts (Elegant Classic with Modern Touch) */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body {
  font-family: 'Roboto', serif;
  color: #2d2d2d;
  background: #F6E8EA;
  font-size: 16px;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', serif;
  font-weight: 700;
  color: #22577A;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 18px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 1.2;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 12px;
  line-height: 1.25;
}
h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
p, li, blockquote {
  font-family: 'Roboto', serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #2D2D2D;
  margin-bottom: 16px;
}

strong {
  font-weight: 700;
  color: #22577A;
}
blockquote {
  background: #fff;
  padding: 18px 24px;
  border-left: 4px solid #38A3A5;
  font-style: italic;
  margin-bottom: 10px;
  color: #13405b;
}

/* Containers & Layout */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 16px rgba(34,87,122,0.055), 0 1.5px 7px rgba(34,87,122,0.025);
}

/* Card & Grid Patterns */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0px 2px 10px rgba(34,87,122,0.08);
  padding: 32px 28px;
  min-width: 220px;
  flex: 1 1 320px;
  transition: box-shadow 0.2s;
}
.card:hover,
.card:focus {
  box-shadow: 0 8px 28px rgba(34,87,122,0.12);
}

.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;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F6E8EA;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.06);
  transition: box-shadow 0.15s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 24px rgba(34,87,122,0.11);
}
.testimonial-card footer {
  font-size: 1rem;
  font-style: normal;
  color: #22577A;
  opacity: .80;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 10px rgba(34,87,122,0.07);
  padding: 24px 18px;
  transition: box-shadow 0.18s, transform 0.15s;
  flex: 1 1 195px;
  min-width: 195px;
}
.feature-item:hover {
  box-shadow: 0 7px 32px rgba(34,87,122,0.13);
  transform: translateY(-2px) scale(1.012);
}
.feature-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(34,87,122,0.04);
  padding: 18px 16px;
  transition: box-shadow 0.16s;
}
.faq-item h3 {
  font-size: 1.18rem;
  color: #22577A;
}
.faq-item .text-section {
  font-size: 1rem;
  color: #2d2d2d;
}
.faq-item:hover {
  box-shadow: 0 2px 16px rgba(34,87,122,0.08);
}

.text-section {
  font-size: 1.07rem;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.zone-info {
  margin-top: 14px;
  background: #f1f1f5;
  padding: 12px 18px;
  border-radius: 7px;
  font-size: 1rem;
  color: #22577A;
}

/* Tables (Pricing Table) */
table {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(34,87,122,0.05);
  border-collapse: collapse;
  font-size: 1rem;
  margin-bottom: 24px;
}
thead tr {
  background: #22577A;
}
th, td {
  padding: 14px 18px;
  text-align: left;
}
th {
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
}
tbody td {
  border-top: 1px solid #DDD6DA;
  color: #2d2d2d;
}
tbody tr:nth-child(even) td {
  background: #FAF7F8;
}

/* Buttons & CTA */
.cta-btn {
  display: inline-block;
  font-family: 'Montserrat', serif;
  background: #38A3A5;
  color: #fff;
  font-weight: 700;
  font-size: 1.14rem;
  padding: 13px 32px;
  border-radius: 27px;
  border: 1.5px solid #38A3A5;
  box-shadow: 0 1.5px 8px rgba(56,163,165,.09);
  transition: background 0.18s, color 0.18s, border 0.19s, box-shadow 0.2s, transform 0.15s;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.cta-btn:hover,
.cta-btn:focus {
  background: #22577A;
  color: #fff;
  border: 1.5px solid #22577A;
  box-shadow: 0 4px 18px rgba(56,163,165,.15);
  transform: translateY(-1px) scale(1.02);
}

button, .btn {
  font-family: 'Montserrat', serif;
  border-radius: 27px;
  border: 1.5px solid #22577A;
  padding: 10px 26px;
  background: #fff;
  color: #22577A;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.17s, color 0.17s, border 0.18s, box-shadow 0.18s;
}
button:hover, .btn:hover, button:focus, .btn:focus {
  background: #22577A;
  color: #fff;
  border: 1.5px solid #38A3A5;
}

/* Navigation (Desktop & Mobile) */
header {
  background: #fff;
  box-shadow: 0px 3px 18px rgba(34,87,122,0.04);
  position: sticky;
  top: 0;
  z-index: 200;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0 20px 0;
}
.main-nav ul {
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
}
.main-nav li {
  list-style: none;
}
.main-nav a {
  font-family: 'Montserrat',serif;
  font-size: 1rem;
  color: #22577A;
  padding: 7px 6px;
  border-radius: 3px;
  transition: background 0.14s, color 0.14s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #f6e8ea;
  color: #38A3A5;
}
.main-nav .cta-btn {
  margin-left: 14px;
  margin-right: 0;
}

/* Hamburger (Mobile) */
.mobile-menu-toggle {
  display: none;
  font-size: 2.0rem;
  color: #22577A;
  background: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  border: 2px solid #22577A;
  position: relative;
  z-index: 1203;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #f6e8ea;
  color: #38A3A5;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 40px 2px rgba(34,87,122,.07);
  z-index: 1200;
  transform: translateX(-100vw);
  transition: transform 0.36s cubic-bezier(.42,0,.45,1);
  padding: 32px 24px 24px 26px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.0rem;
  color: #22577A;
  background: #fff;
  border-radius: 8px;
  padding: 3px 12px;
  border: 1.5px solid #22577A;
  margin-bottom: 22px;
  z-index: 1290;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #F6E8EA;
  color: #38A3A5;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat',serif;
  font-size: 1.22rem;
  color: #22577A;
  padding: 12px 2px;
  border-bottom: 1px solid #f1e5e9;
  border-radius: 0;
  transition: background 0.13s, color 0.13s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #f6e8ea;
  color: #38A3A5;
}

@media (max-width: 1020px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 900px) {
  .main-nav ul {
    gap: 14px;
  }
}
@media (max-width: 850px) {
  .main-nav ul {
    display: none;
  }
  .main-nav .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

@media (min-width: 851px) {
  .mobile-menu {
    display: none !important;
  }
}

/* Footer */
footer {
  background: #fff;
  border-top: 1.5px solid #DDD6DA;
  margin-top: 60px;
  font-size: 1rem;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 32px 0 18px 0;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #22577A;
  font-family: 'Montserrat', serif;
  font-size: 1.02rem;
  padding: 6px 0;
  border-bottom: 1px solid #EAE4E7;
  transition: background 0.12s, color 0.14s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #38A3A5;
  background: #F6E8EA;
}
.footer-contact {
  margin-bottom: 4px;
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.footer-social a img {
  width: 29px;
  height: 29px;
}
.footer-legal {
  font-size: .96rem;
  color: #22577A;
}
.footer-copy {
  color: #6b7580;
  font-size: .93rem;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .footer-menu {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 54px;
    justify-content: flex-start;
  }
  .footer-nav, .footer-contact, .footer-social,
  .footer-legal, .footer-copy {
    flex: unset;
    min-width: 185px;
  }
}

/* Ratings Summary */
.ratings-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  background: #fff;
  color: #22577A;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(34,87,122,0.05);
  font-size: 1rem;
}
.ratings-summary p {
  margin-bottom: 0;
}
.ratings-summary img {
  width: 22px;
  height: 22px;
}

/* Hero, Main Titles, CTA Sections */
.hero, .hero-how, .hero-pricing, .hero-flotte, .hero-location, .hero-contact, .thank-you-message {
  background: linear-gradient(rgba(246,232,234,0.89),rgba(246,232,234,0.94)), url('../assets/bg-pattern.svg') repeat;
  padding: 60px 0 40px 0;
  border-bottom: 2px solid #DDD6DA;
}
.hero .container, .hero-how .container, .hero-pricing .container,
.hero-flotte .container, .hero-location .container, .hero-contact .container, .thank-you-message .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero h1, .hero-how h1, .hero-pricing h1, .hero-flotte h1, .hero-location h1, .hero-contact h1, .thank-you-message h1 {
  font-size: 2.3rem;
  color: #22577A;
  margin-bottom: 14px;
}
.hero p, .hero-how p, .hero-pricing p, .hero-flotte p, .hero-location p, .hero-contact p, .thank-you-message p {
  font-size: 1.2rem;
  color: #2d2d2d;
  margin-bottom: 16px;
}

/* Responsive (Mobile-First) */
@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.24rem; }
  h3 { font-size: 1.09rem; }
  .section {
    margin-bottom: 38px;
    padding: 24px 6px;
    border-radius: 8px;
  }
  .card,
  .feature-item {
    padding: 19px 10px;
    border-radius: 8.5px;
    min-width: 0;
  }
  .card-container, .feature-grid, .content-grid {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .testimonial-card, .faq-item {
    border-radius: 7px;
    padding: 14px 7px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 14px;
  }
}

/* Headings on Mobile */
@media (max-width: 550px) {
  h1 { font-size: 1.15rem; }
  h2 { font-size: 1.05rem; }
}


/* Cookie Consent Banner + Modal */
.cookie-banner {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 2100;
  background: #fff;
  color: #22577A;
  box-shadow: 0 -3px 16px rgba(34, 87, 122, 0.15);
  padding: 28px 18px 20px 18px;
  gap: 23px;
  justify-content: space-between;
  font-size: 1rem;
  animation: cookie-slideup 0.44s cubic-bezier(.55,0,0,1);
}
@keyframes cookie-slideup {
  from {transform: translateY(90px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
.cookie-banner .btn-consent {
  margin-right: 14px;
  background: #22577A;
  color: #fff;
  border: 1.5px solid #22577A;
  font-family: 'Montserrat',serif;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background 0.16s, color 0.16s, border 0.17s;
}
.cookie-banner .btn-consent:hover, .cookie-banner .btn-consent:focus {
  background: #38A3A5;
  border-color: #38A3A5;
}
.cookie-banner .btn-reject {
  background: #fff;
  color: #22577A;
  border: 1.5px solid #22577A;
  padding: 10px 20px;
  border-radius: 6px;
}
.cookie-banner .btn-reject:hover, .cookie-banner .btn-reject:focus {
  background: #F6E8EA;
  color: #22577A;
  border-color: #38A3A5;
}
.cookie-banner .btn-settings {
  background: #fff;
  color: #22577A;
  border: 1.5px solid #38A3A5;
  padding: 10px 20px;
  border-radius: 6px;
  margin-left: 3px;
}
.cookie-banner .btn-settings:hover, .cookie-banner .btn-settings:focus {
  background: #38A3A5;
  color: #fff;
}

@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 17px 8px 12px 8px;
    font-size: .97rem;
  }
  .cookie-banner .btn-consent, .cookie-banner .btn-reject, .cookie-banner .btn-settings {
    font-size: .97rem;
    padding: 7px 12px;
    margin-right: 7px;
  }
}

.cookie-modal {
  display: none;
  position: fixed;
  left: 0; top: 0;
  z-index: 2200;
  width: 100vw; height: 100vh;
  background: rgba(34,87,122,0.13);
  align-items: center;
  justify-content: center;
  animation: cookie-fadein .44s cubic-bezier(.7,0,.45,1);
}
@keyframes cookie-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal.active {
  display: flex;
}
.cookie-modal-dialog {
  background: #fff;
  padding: 32px 20px 24px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 40px 6px rgba(34,87,122,0.11);
  min-width: 290px;
  max-width: 340px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  animation: cookie-modal-slide .54s cubic-bezier(.74,0,.3,1);
}
@keyframes cookie-modal-slide {
  from { transform: translateY(44px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-modal-dialog h2 {
  font-size: 1.19rem;
  color: #22577A;
  margin-bottom: 9px;
}
.cookie-cat-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 6px;
}
.cookie-cat {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cookie-cat label {
  font-family: 'Montserrat',serif;
  color: #22577A;
  font-weight: 500;
}
.cookie-cat input[type='checkbox'] {
  accent-color: #38A3A5;
  width: 20px;
  height: 20px;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.6rem;
  border-radius: 7px;
  background: #fff;
  color: #38A3A5;
  border: 1.5px solid #38A3A5;
  width: 34px;
  height: 34px;
  text-align: center;
  transition: background 0.12s, color 0.12s;
}
.cookie-modal .close-modal:hover,
.cookie-modal .close-modal:focus {
  background: #38A3A5;
  color: #fff;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin-top: 8px;
}

/* Misc. tweaks */
.map-location {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  background: #f1f6fa;
  padding: 12px 16px;
  border-radius: 10px;
  margin-top: 16px;
}
.map-location img {
  width: 36px;
  height: 36px;
}

/* Utility: Hide visually */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
}

/* Hide scroll for modal overlay */
body.cookie-modal-open {
  overflow: hidden;
}

/* Ensure no absolute positioning for content cards/text except for decorative elements (per rules) */

/* --- END --- */
