/* RESET, NORMALIZE & BASE TYPOGRAPHY ------------------------- */
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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
  background: #fff;
}
body {
  min-height: 100vh;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #14213D;
  background: #fff;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: 2px solid #FCA311;
  outline-offset: 2px;
}
a {
  color: #FCA311;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #14213D;
  text-decoration: underline;
}
img {
  max-width: 100%;
  display: block;
  border: none;
}
ul, ol {
  padding-left: 1.3em;
  margin-bottom: 16px;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
li {
  margin-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #14213D;
  text-rendering: optimizeLegibility;
  margin-bottom: 12px;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.5rem;
}
h4, h5, h6 {
  font-size: 1.125rem;
}
p, address {
  font-size: 1rem;
  margin-bottom: 16px;
}
strong {
  font-weight: bold;
  color: #FCA311;
}
@media (max-width:768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}

/* CONTAINER, LAYOUT & STYLE BASES */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 -12px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 24px 0 rgba(20,33,61, 0.11);
  transition: box-shadow .25s, transform .2s;
  position: relative;
  overflow: hidden;
  padding: 28px 24px 24px 24px;
  min-width: 260px;
}
.card:hover {
  box-shadow: 0 6px 40px 0 rgba(252,163,17,.35);
  transform: translateY(-3px) scale(1.03) rotate(-1deg);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.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) {
  .content-grid,
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.card-summaries, .car-summaries, .service-grid, .fleet-highlights, .product-offering, .team-overview {
  margin-bottom: 32px;
}

/* HEADER ----------------- */
header {
  background: #fff;
  border-bottom: 2px solid #E5E5E5;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 14px 16px 14px;
}
header nav {
  display: flex;
  gap: 18px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #14213D;
  background: none;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background .2s, color .2s;
}
header nav a:hover, header nav a:focus {
  background: #FCA311;
  color: #fff;
}
.cta-button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: #14213D;
  border: none;
  border-radius: 32px;
  padding: 13px 34px;
  margin-left: 20px;
  cursor: pointer;
  box-shadow: 0px 4px 24px 0 rgba(252,163,17,0.10);
  transition: background .2s, color .2s, box-shadow .2s, transform .2s;
  outline: none;
  letter-spacing: 0.01em;
}
.cta-button:hover, .cta-button:focus {
  background: #FCA311;
  color: #14213D;
  box-shadow: 0 8px 32px 0 rgba(20, 33, 61, 0.14);
  transform: scale(1.03);
}

/* MOBILE MENU ---------------------------------- */
.mobile-menu-toggle {
  display: none;
  background: none;
  font-size: 2rem;
  border: none;
  color: #14213D;
  cursor: pointer;
  padding: 8px;
  margin-left: 12px;
  z-index: 201;
  border-radius: 7px;
  transition: background .2s, color .2s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #FCA311;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background: #14213D;
  color: #fff;
  z-index: 200;
  transform: translateX(110%);
  transition: transform .38s cubic-bezier(.22, 1, .36, 1);
  box-shadow: -6px 0 32px 0 rgba(20, 33, 61, 0.23);
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 34px;
  padding-bottom: 32px;
  will-change: transform;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  padding: 12px 16px 12px 18px;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  z-index: 210;
  border-radius: 7px 0 0 7px;
  transition: background .2s, color .2s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #FCA311;
  color: #14213D;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 30px;
  align-items: flex-start;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px 8px;
  border-radius: 5px;
  transition: background .2s, color .2s;
  margin-left: 10px;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #14213D;
  background: #FCA311;
}
@media (max-width: 1100px) {
  header .container {
    gap: 12px;
  }
  header nav {
    gap: 11px;
  }
  .cta-button { margin-left: 6px; }
}
@media (max-width: 930px) {
  header nav, .cta-button {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .mobile-menu {
    width: 100vw;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .mobile-menu nav a {
    font-size: 1.05rem;
    margin-left: 2px;
  }
}

/* FOOTER -------------------------------------- */
footer {
  background: #14213D;
  color: #fff;
  padding: 40px 0 18px 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
footer nav a {
  color: #FCA311;
  font-size: 1rem;
  padding: 6px 10px;
  border-radius: 18px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  transition: background .2s, color .2s;
}
footer nav a:hover, footer nav a:focus {
  color: #14213D;
  background: #FCA311;
}
footer .text-section {
  font-size: 0.97rem;
  color: #fff;
  margin-top: 10px;
}
footer address {
  font-style: normal;
  color: #FCA311;
  font-size: 1rem;
  margin-bottom: 5px;
}

/* MAIN GENERAL ----------------------------------------- */
main .container {
  padding-top: 32px;
  padding-bottom: 32px;
}
main section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 18px 0 rgba(20,33,61, 0.04);
  position: relative;
}
main section:last-child {
  margin-bottom: 0;
}

/* ARTISTIC, VIBRANT, CREATIVE ELEMENTS ------------------------------ */
/* Decorative, subtle geometric shapes for creative vibe */
section::before, section::after {
  content: '';
  position: absolute;
  z-index: 0;
  opacity: 0.14;
  pointer-events: none;
}
section::before {
  top: -56px; left: -16px;
  width: 82px; height: 82px;
  background: #FCA311;
  border-radius: 46% 54% 35% 65% / 69% 45% 55% 31%;
  transform: rotate(-13deg);
}
section::after {
  right: -26px; bottom: -40px;
  width: 64px; height: 64px;
  background: #E5E5E5;
  border-radius: 20% 80% 70% 30% / 80% 35% 65% 20%;
  transform: rotate(7deg);
}
section {
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media (max-width:768px) {
  main .container, main section {
    padding: 18px 0;
  }
  section {
    border-radius: 12px;
    min-width: 0;
  }
  section::before, section::after {
    display: none;
  }
  .content-wrapper {
    padding: 0 4px;
  }
}


/* SPECIAL PAGES CARD & GRID PRESENTATION ------------------------------ */
.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.service-grid > div {
  flex: 1 1 260px;
  min-width: 245px;
  max-width: 340px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 2px 16px 0 rgba(252,163,17,0.04);
  padding: 22px 18px;
  margin-bottom: 20px;
  transition: box-shadow .2s, transform .15s;
  position: relative;
  border: 2px dotted #FCA311;
}
.service-grid > div:hover, .service-grid > div:focus-within {
  box-shadow: 0 6px 32px 0 rgba(252,163,17,0.19);
  transform: translateY(-3px) scale(1.02) rotate(-1.3deg);
}
.fleet-highlights {
  font-size: 1.05rem;
  color: #14213D;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 32px;
}
.car-summaries ul {
  list-style: disc inside;
}

/* CARDS, ARTISTIC SHADOWS and BORDERS --------------------- */
.card, .testimonial-card, .feature-item, .faq-accordion > div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px 0 rgba(20,33,61, 0.10);
  border: 1.5px dashed #FCA311;
}

/* TESTIMONIALS ----------------------------------- */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 28px;
  box-shadow: 0 4px 24px 0 rgba(20,33,61,.12);
  border: 2px solid #E5E5E5; /* light border for separation */
}
.testimonial-card p {
  color: #14213D;
  font-size: 1.07rem;
  line-height: 1.7;
}
.testimonial-card strong {
  color: #FCA311;
}
.testimonial-card div {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 10px;
}

/* FAQ ACCORDION ----------------------------------- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.faq-accordion > div {
  padding: 20px 24px 18px 24px;
  box-shadow: 0 3px 14px 0 rgba(20,33,61,0.07);
  margin-bottom: 12px;
}
.faq-accordion h2 {
  font-size: 1.07rem;
  margin-bottom: 3px;
  color: #14213D;
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/* LEGAL SECTIONS ----------------------------------- */
.legal-section {
  background: #E5E5E5;
  border-radius: 12px;
  padding: 24px 18px 12px 18px;
  color: #14213D;
  font-size: 1rem;
}
.legal-section h2 {
  font-size: 1.12rem;
  color: #14213D;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 7px;
}
.legal-section ul {
  margin-bottom: 16px;
}

/* TEAM & ABOUT LAYOUTS --------------------- */
.text-section {
  background: #FCA3111A;
  border-radius: 11px;
  padding: 16px 12px 12px 18px;
  color: #14213D;
  margin-bottom: 20px;
}
.team-overview h3 { font-size: 1.2rem; color: #14213D; font-weight: 700; margin-bottom: 9px; }

.team-overview ul {
  margin-left: 0;
  padding-left: 1.3em;
}
.team-overview li {
  margin-bottom: 10px;
  list-style-type: disc;
}

/* ICONS in LISTS -------------------------- */
ul li > img, .feature-item img, .service-grid img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  filter: drop-shadow(0px 2px 5px #FCA31140);
}
ul li > strong, .feature-item strong {
  margin-left: 4px;
}


/* BUTTONS & INTERACTIVE ELEMENTS ------------------------- */
button, .cta-button, .cookie-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background .2s, color .2s, box-shadow .18s, transform .2s;
}
.cookie-btn {
  background: #14213D;
  color: #fff;
  padding: 12px 26px;
  margin: 0 10px 0 0;
  font-weight: 800;
}
.cookie-btn.accept {
  background: #FCA311;
  color: #14213D;
}
.cookie-btn.reject {
  background: #E5E5E5;
  color: #14213D;
}
.cookie-btn.settings {
  background: #fff;
  color: #14213D;
  border: 2px dashed #FCA311;
}
.cookie-btn:hover, .cookie-btn:focus {
  box-shadow: 0 4px 16px 0 rgba(20,33,61,.17);
  background: #FCA311;
  color: #14213D;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #14213D;
  color: #fff;
}

/* COOKIE CONSENT BANNER & MODAL -------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  border-top: 2px solid #FCA311;
  box-shadow: 0 -4px 16px 0 rgba(20,33,61, .08);
  z-index: 3001;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
  padding: 24px 32px 20px 32px;
  font-size: 1rem;
  animation: cookieSlideIn .56s cubic-bezier(.22, 1, .36, 1) 1;
}
@keyframes cookieSlideIn {
  0% { transform: translateY(70px); opacity: 0;} 
  100% { transform: translateY(0); opacity: 1;}
}
.cookie-banner .cookie-btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 10px 18px 10px;
    gap: 16px;
    font-size: .97rem;
  }
}
.cookie-modal {
  position: fixed;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(20,33,61, 0.69);
  z-index: 3002;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn .23s linear 1;
}
@keyframes fadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}
.cookie-modal-content {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 6px 32px 0 rgba(252,163,17,0.17);
  padding: 38px 34px 24px 34px;
  min-width: 274px;
  max-width: 90vw;
  color: #14213D;
  font-size: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3003;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.cookie-category label {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.cookie-toggle {
  width: 40px;
  height: 22px;
  border-radius: 12px;
  background: #E5E5E5;
  position: relative;
  margin-right: 8px;
  transition: background .2s;
  display: inline-block;
}
.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cookie-toggle span {
  display: block;
  width: 20px;
  height: 20px;
  background: #14213D;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: left .2s, background .2s;
}
.cookie-toggle input:checked + span {
  left: 18px;
  background: #FCA311;
}
.cookie-category.essential .cookie-toggle {
  opacity: 0.6;
  pointer-events: none;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: #FCA311;
  font-size: 2.1rem;
  position: absolute;
  right: 17px;
  top: 18px;
  cursor: pointer;
  z-index: 9;
  border-radius: 0 8px 8px 0;
  transition: background .18s;
}
.cookie-modal-close:focus, .cookie-modal-close:hover {
  background: #14213D;
  color: #fff;
}
.cookie-modal-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
@media (max-width:540px) {
  .cookie-modal-content {
    padding: 16px 6vw 22px 8vw;
  }
}

/* RESPONSIVE GRID & LAYOUT ---------------------------- */
@media (max-width: 1100px) {
  .container { max-width: 95vw; }
  .card-container, .service-grid, .content-grid {
    gap: 16px 8px;
  }
}
@media (max-width: 900px) {
  .container { max-width: 99vw; }
  .service-grid > div {
    max-width: unset;
    min-width: 180px;
    flex: 1 1 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 700px) {
  header .container, footer .container {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .card { padding: 17px 10px 16px 10px; }
  main section, .section { padding: 14px 1px; margin-bottom: 28px;}
  h1 { font-size: 1.45rem; }
  h2 { font-size: 1.15rem; }
}

/* LINKS & BUTTONS: TRANSITION FOR ARTISTIC FEEL ------------------------------ */
a, button, .cta-button {
  transition: background .25s, color .2s, box-shadow .18s, transform .16s;
}
a:active, button:active, .cta-button:active {
  transform: scale(0.98);
}

/* MICROINTERACTIONS & SHADOW EFFECTS ------------------------------ */
.card, .testimonial-card, .service-grid > div, .faq-accordion > div, .feature-item {
  transition: box-shadow .2s, transform .18s;
}
.card:hover, .testimonial-card:hover, .service-grid > div:hover, .faq-accordion > div:hover {
  box-shadow: 0 9px 34px 0 rgba(252,163,17,.22);
  transform: translateY(-3px) scale(1.03) rotate(-1deg);
  z-index: 2;
}

/* HIERARCHY CLASSES, SPACING & FLEX WRAPS ------------------------ */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }

/* SPACING BETWEEN BLOCKS --------- */
.card, .testimonial-card, .service-grid > div, .feature-item, .faq-accordion > div {
  margin-bottom: 20px;
}

/* ADDITIONAL ARTISTIC/CREATIVE TYPOGRAPHY VIBES ------------------------------ */
h1, h2 {
  /* subtle artistic underline using pseudo for creativity */
  position: relative;
  z-index: 1;
}
h1::after, h2::after {
  content: '';
  display: block;
  height: 4px;
  width: 52px;
  border-radius: 2px;
  margin-top: 6px;
  background: #FCA311;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}
@media (max-width:450px){
  h1::after, h2::after { width: 28px; height: 3px; }
}

/* VISUAL HIGHLIGHT LIST BULLETS */
ul li {
  position: relative;
  padding-left: 26px;
}
ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 13px;
  height: 13px;
  background: #FCA311;
  border-radius: 60% 41% 30% 69% / 63% 42% 53% 37%;
  opacity: 0.58;
  display: inline-block;
}

/* SPECIALS for .card-item, .feature-item, .team-overview ------------------------------- */
.card-item, .feature-item, .team-overview li {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

/* END OF CSS */
