/* =======================
   Aurora Frakt Stylesheet
   playful_dynamic style
   Brand: Aurora Frakt
   ======================= */

/* ===== 1. CSS RESET & NORMALIZE (MOBILE FIRST) ===== */
html,
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
div, nav, section, article,
header, footer,
figure, figcaption,
button, a, input, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: #F6F7F9;
  color: #1A3766;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.67;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; vertical-align: middle; border: none; }
a { color: #1A3766; text-decoration: none; }
a:active, a:focus { outline: 2px solid #F0C21A; outline-offset: 2px; }
strong { font-weight: 700; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
input, textarea { font-family: inherit; }
*::-webkit-scrollbar { width: 10px; background: #F6F7F9; }
*::-webkit-scrollbar-thumb { background: #F0C21A; border-radius: 20px; }

/* ===== 2. BASE TYPOGRAPHY + PLAYFUL FONTS ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 800;
  color: #1A3766;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
h1 { font-size: 2.25rem; margin-bottom: 20px; }
h2 { font-size: 1.5rem; margin-bottom: 18px; }
h3 { font-size: 1.17rem; margin-bottom: 12px; }

@media (min-width:600px){
  h1 { font-size: 3rem; }
  h2 { font-size: 2.125rem; }
  h3 { font-size: 1.25rem; }
}

p, li {
  font-size: 1rem;
  color: #253E6D;
  margin-bottom: 12px;
}

ul,
ol {
  list-style: none;
}

body, button, input {
  font-size: 1rem;
}

.cta-button, .cta-nav {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}

/* ===== 3. FLEX LAYOUT UTILITIES + MANDATORY SPACING ===== */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section, .about, .team, .why-choose, .policy, .faq, .fleet, .fleet-advantages, .thank-you {
  margin-bottom: 60px;
  padding: 40px 20px;
}
@media (min-width:900px){
  .section, .about, .team, .why-choose, .policy, .faq, .fleet, .fleet-advantages, .thank-you {
    padding: 60px 0;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(26,55,102,0.10);
  padding: 28px 22px;
  transition: box-shadow .23s, transform .23s;
}
.card:hover {
  box-shadow: 0 6px 32px rgba(26,55,102,0.20), 0 1.5px 8px #F0C21A44;
  transform: translateY(-6px) scale(1.03) rotate(-1deg);
}

.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;
  background: #fff;
  border: 2.5px solid #F0C21A;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(26,55,102,0.10);
  padding: 20px;
  margin-bottom: 24px;
  min-width: 0;
  transition: box-shadow 0.22s;
  position: relative;
}
.testimonial-card span {
  font-weight: 700;
  margin-left: 12px;
  color: #1A3766;
}
.testimonial-card:hover {
  box-shadow: 0 8px 40px 0 #1A376633;
  border-color: #1A3766;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ========== BRAND COLOR PALETTE for playful_dynamic ========== */
:root {
  --primary: #1A3766;
  --secondary: #F0C21A;
  --accent: #F6F7F9;
  --support-1: #57e6e6;
  --support-2: #f96ca2;
  --support-3: #5ebf62;
  --gray: #253E6D;
}

/* ===== 4. HEADER & NAVIGATION ===== */
header {
  background: #fff;
  box-shadow: 0 2px 16px 0 #1A376608;
  position: sticky;
  top: 0;
  z-index: 60;
}
header .container {
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 14px 20px 14px 20px;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: bold;
}
.logo img { height: 44px; width: auto; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 500;
}
.main-nav a {
  color: var(--primary);
  font-size: 1.06rem;
  letter-spacing: 0.02em;
  transition: color 0.18s;
  padding: 7px 0 7px 0;
  border-radius: 7px;
  position: relative;
}
.main-nav a:after {
  content: '';
  display: block;
  height: 3px;
  background: var(--secondary);
  width: 0;
  margin: 0 auto;
  transition: width 0.25s;
  border-radius: 2px;
}
.main-nav a:hover, .main-nav a:focus {
  color: #f96ca2;
  background: #F6F7F99a;
}
.main-nav a:hover:after, .main-nav a:focus:after {
  width: 88%;
}
.cta-nav {
  color: #fff !important;
  background: var(--secondary);
  border-radius: 18px;
  padding: 10px 22px;
  margin-left: 10px;
  box-shadow: 0 2px 12px #f0c21a16;
  transition: background 0.18s, transform .18s;
  font-weight: 700;
}
.cta-nav:hover, .cta-nav:focus {
  background: #f96ca2 !important;
  color: #fff !important;
  transform: scale(1.06);
}

/* --- MOBILE MENU --- */
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: var(--secondary);
  border-radius: 12px;
  padding: 6px 18px;
  margin-left: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 102;
  transition: background 0.15s, transform 0.15s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #57e6e6;
  color: #1A3766;
  transform: scale(1.09) rotate(-5deg);
}

@media (min-width: 900px) {
  .mobile-menu-toggle { display: none; }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(0.89,0,0.45,1.07);
  box-shadow: 3px 0 34px #f96ca288;
  padding-top: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  transition: transform 0.33s cubic-bezier(0.77,0.04,0.33,1.06);
}
.mobile-menu-close {
  font-size: 2.3rem;
  color: var(--primary);
  background: var(--secondary);
  border-radius: 12px;
  padding: 7px 19px;
  margin: 16px 24px 16px 17px;
  align-self: flex-start;
  z-index: 111;
  transition: background 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #f96ca2;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin-left: 32px;
  margin-top: 38px;
}
.mobile-nav a {
  font-size: 1.3rem;
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 4px;
  border-radius: 20px;
  transition: color 0.15s, background 0.16s;
  width: 100%;
  min-width: 120px;
}
.mobile-nav a:active,
.mobile-nav a:focus,
.mobile-nav a:hover {
  color: #fff;
  background: #57e6e6;
}
@media (max-width: 899px) {
  .main-nav {
    display: none;
  }
  .mobile-menu {
    display: flex;
  }
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none !important;
  }
  .main-nav {
    display: flex;
  }
}

/* Hamburger hides main nav on mobile */


/* ===== 5. HERO, FEATURES, CARDS, MAIN SECTION ELEMENTS ===== */
.hero {
  background: linear-gradient(100deg, #F0C21A 18%, #57e6e6 98%, #5ebf62 102%);
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 0 36px 0;
}
.hero .container {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.hero .content-wrapper {
  max-width: 600px;
}
.hero h1 {
  color: #1A3766;
  text-shadow: 0 1.5px 10px #fff8;
  font-family: 'Montserrat', cursive, sans-serif;
  margin-bottom: 18px;
}
.hero p {
  color: #253E6D;
  font-size: 1.25rem;
  margin-bottom: 26px;
}
.hero .cta-button {
  background: #f96ca2;
  color: #fff;
  padding: 16px 33px;
  border-radius: 32px;
  box-shadow: 0 3px 24px #fa59a944, 0 1.5px 3px #3331;
  transition: background 0.19s, transform 0.14s;
  font-size: 1.18rem;
  font-weight: bold;
  text-transform: uppercase;
  animation: bounceUp .7s .1s 1 cubic-bezier(0.36,0.63,0.41,1.19);
}
.hero .cta-button:hover, .hero .cta-button:focus {
  background: #F0C21A;
  color: #1A3766;
  transform: scale(1.06) rotate(-2deg);
}

@keyframes bounceUp {
  0% {transform: translateY(44px) scale(0.72);opacity:0;}
  54% {transform: translateY(-18px) scale(1.09);opacity:.91;}
  93% {transform: translateY(-1.5px) scale(.99);}
  100% {transform: none;opacity:1;}
}

.features {
  background: #F6F7F9;
  padding-top: 0;  /* since section already adds 40px top */
}
.features h2 {
  margin-bottom: 9px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-grid li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px #1A376610;
  padding: 30px 22px;
  width: 100%;
  min-width: 220px;
  flex: 1 1 180px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
  transition: box-shadow .21s,transform .17s;
  position: relative;
}
.feature-grid li:hover {
  box-shadow: 0 9px 32px #F0C21A33;
  transform: scale(1.03) rotate(1deg);
}
.feature-grid img {
  width: 48px; height: 48px;
  margin-bottom: 6px;
}

.services-list, .benefit-highlights, .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}
.services-list li, .benefit-highlights li, .service-list li {
  flex: 1 1 280px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(26,55,102,0.09);
  padding: 24px 18px;
  margin-bottom: 10px;
  position: relative;
  min-height: 130px;
  transition: box-shadow .2s, transform .17s;
}
.services-list li:hover, .benefit-highlights li:hover, .service-list li:hover {
  box-shadow: 0 9px 30px #f96ca233;
  transform: scale(1.02);
}

.routes {
  background: #57e6e6;
  background: linear-gradient(93deg, #57e6e6 40%, #F0C21A 88%);
  color: #1A3766;
  padding-top: 30px;
  padding-bottom:30px;
}
.routes h2, .routes h1 { color: #1A3766; }
.routes-overview, .route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0 4px;
}
.routes-overview li, .route-list li {
  flex: 1 1 230px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 13px #F0C21A33;
  padding: 21px 15px;
  min-width: 180px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 7px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border: 2px solid #fff0;
  transition: border-color 0.22s, box-shadow .17s;
}
.routes-overview li:hover, .route-list li:hover {
  box-shadow: 0 8px 34px #1A376666;
  border-color: #f96ca2;
}
.routes-overview strong, .route-list strong {
  font-size: 1.12em;
  color: #f96ca2;
}

.cta-final, .cta, .contact-suggestion {
  background: #5ebf62;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin-top: 25px;
}
.cta-final h2, .cta h2, .contact-suggestion h2 { color: #fff; }
.cta-final .cta-button, .cta .cta-button, .contact-suggestion .cta-button {
  margin-top: 19px;
}

.cta-button {
  display: inline-block;
  background: #F0C21A;
  color: #1A3766;
  border-radius: 30px;
  padding: 14px 28px;
  font-weight: bold;
  font-size: 1.08rem;
  text-transform: uppercase;
  box-shadow: 0 3px 20px #F0C21A33, 0 2.5px 7px #57e6e644;
  cursor: pointer;
  transition: background 0.16s, color 0.19s, transform .19s;
}
.cta-button.secondary {
  background: #1A3766;
  color: #fff;
  border: 2.5px solid #F0C21A;
  box-shadow: 0 2px 13px #1A37660f;
}
.cta-button.secondary:hover, .cta-button.secondary:focus {
  background: #f96ca2;
  color: #fff;
  border-color: #f96ca2;
}
.cta-button:hover, .cta-button:focus {
  background: #f96ca2;
  color: #fff;
  transform: translateY(-1.5px) scale(1.04) rotate(-1deg);
}

/* Lists in info sections (for fleet etc) */
.vehicle-types, .advantages-list, .safety-eco-list, .next-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.vehicle-types li, .advantages-list li, .safety-eco-list li, .next-steps li {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 11px #57e6e614;
  padding: 18px 14px;
  margin-bottom: 7px;
  flex: 1 1 220px;
  font-size: 1rem;
  font-weight: 500;
  color: #1A3766;
}
.vehicle-types ul {
  margin-left: 17px;
}

/* Fleet (Våra Fordon) Details */
.fleet, .fleet-advantages {
  background: #fff;
  border-radius: 26px;
}
.safety-eco-list li { background: #F6F7F9; }

/* FAQ Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 2px 13px #5ebf6212;
  padding: 23px 19px;
  border-left: 6px solid #F0C21A;
  transition: box-shadow .21s, border-color .19s;
  margin-bottom: 13px;
  cursor: pointer;
}
.faq-item:hover, .faq-item:focus {
  box-shadow: 0 7px 28px #f96ca244;
  border-left: 6px solid #f96ca2;
}
.faq-item h2 {
  margin-bottom: 5px;
  font-size: 1.25rem;
  color: #1A3766;
  font-family: 'Montserrat', cursive, sans-serif;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 15px;
}
.contact-info p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-info img {
  width: 28px;
  height: 28px;
}

.policy {
  background: #F6F7F9;
  border-radius: 22px;
}
.policy ul li {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 9px;
  padding: 12px 11px;
  box-shadow: 0 1.5px 6px #f0c21a22;
}
.policy h1, .policy h2 {color: #1A3766;}

/* Thank You Page Next Steps */
.next-steps {
  background: #F6F7F9;
  border-radius: 18px;
  padding: 12px 16px;
  margin-bottom: 18px;
  flex-direction: column;
  gap:8px;
}
.next-steps li {font-size:1rem;margin-bottom:0;box-shadow:none;background:transparent;padding:0;}

/* ===== 6. FOOTER STYLES ===== */
footer {
  background: #1A3766;
  color: #fff;
  padding: 46px 0 18px 0;
  margin-top: 36px;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 280px;
}
.footer-brand img {height: 40px;}
.footer-brand p {font-size:1rem; color: #F0C21A; font-weight: bold;}
.footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  margin-top: 4px;
}
.footer-nav a {
  color: var(--secondary);
  transition: color 0.16s, text-decoration .16s;
}
.footer-nav a:hover, .footer-nav a:focus { text-decoration: underline; color: #fff; }
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 220px;
  margin-top: 5px;
}
.footer-contact p {display:flex;align-items:center;gap:8px;font-size:0.95rem;color:#fff;}
.footer-contact img {width:22px;height:22px;}
@media (max-width:900px) {
  footer .container {
    flex-direction: column;
    gap:26px;
    align-items: flex-start;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap:8px;
  }
}

/* ===== 7. RESPONSIVENESS (MOBILE-FIRST) ===== */
@media (max-width:900px) {
  .container {max-width: 100vw; padding: 0 12px;}
  .section, .about, .team, .why-choose, .policy, .faq, .fleet, .fleet-advantages, .thank-you {
    padding: 29px 8px;
    margin-bottom: 36px;
  }
  .content-wrapper {gap: 20px;}
  .hero {padding: 38px 0 19px 0; min-height: 210px;}
  .feature-grid, .services-list, .benefit-highlights, .service-list, .routes-overview, .route-list, .vehicle-types, .advantages-list, .safety-eco-list { flex-direction: column; gap: 17px; }
  .fleet, .fleet-advantages {padding:18px 5px;}
  .routes {padding: 16px 0;}
  .cta-final, .cta, .contact-suggestion {border-radius: 14px;}
  .footer-brand {max-width:unset;}
}
@media (max-width: 768px) {
  .content-grid, .card-container, .footer-nav {
    flex-direction: column;
    gap: 13px;
  }
  .text-image-section {flex-direction: column;gap:18px;}
  header .container {padding: 9px 10px;}
  .testimonial-card {flex-direction: column;gap:7px;align-items:flex-start;}
}

/* ===== 8. ANIMATIONS + TRANSITIONS (playful_dynamic) ===== */
@keyframes playfulWiggle {
  0%{transform:rotate(-2deg);}
  30%{transform:rotate(3deg);}
  60%{transform:rotate(-3deg);}
  90%{transform:rotate(4deg);}
  100%{transform:rotate(0deg);}
}
.cta-button:active {animation: playfulWiggle .35s 1;}
.cta-nav:active {animation: playfulWiggle .24s 1;}

/* ===== 9. MANDATORY COOKIE BANNER & COOKIE PREFERENCE MODAL ===== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 150;
  background: #fff;
  color: #1A3766;
  padding: 22px 14px 15px 18px;
  box-shadow: 0 -3px 44px #253E6D17, 0 -1.5px 7px #F0C21A22;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 1rem;
  border-radius: 22px 22px 0 0;
  animation: fadeInSlideUp 0.58s .1s cubic-bezier(0.5,1.2,0.45,1) both;
}
@keyframes fadeInSlideUp {
  0% {transform: translateY(180%);opacity:0;}
  100% {transform: none;opacity:1;}
}
.cookie-banner__text {
  flex:1 1 250px;
}
.cookie-banner .cookie-btn {
  margin-left: 8px;
}
.cookie-btn {
  background: #F0C21A;
  color: #1A3766;
  border: none;
  border-radius: 22px;
  font-weight: 700;
  padding: 9px 19px;
  margin-right: 6px;
  transition: background 0.17s, color 0.12s, transform .16s;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 1.5px 7px #F0C21A44;
}
.cookie-btn.settings { background: #57e6e6; color: #1A3766;}
.cookie-btn.reject { background: #f96ca2; color: #fff;}
.cookie-btn:hover, .cookie-btn:focus {
  background: #1A3766;
  color: #fff;
  transform: scale(1.05) rotate(-1deg);
}
.cookie-btn.settings:hover {
  background: #5ebf62; color: #fff;
}
.cookie-btn.reject:hover {
  background: #F0C21A; color: #1A3766;
}

@media (max-width: 700px) {
  .cookie-banner {flex-direction: column;align-items: stretch;gap:13px;padding:12px 6vw 9px 6vw;font-size:0.98rem;}
  .cookie-banner__text {padding-right:0;}
}

/* Cookie preferences modal overlay */
.cookie-modal-backdrop {
  position: fixed;
  z-index: 2000;
  inset: 0;
  background: #1A376699;
  animation: fadeInBG 0.35s cubic-bezier(.73,.07,.32,.93) both;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes fadeInBG {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #1A3766;
  min-width: 275px;
  max-width: 370px;
  padding: 37px 25px 30px 25px;
  border-radius: 27px;
  box-shadow: 0 11px 60px #253E6D33;
  display: flex;
  flex-direction: column;
  gap: 23px;
  animation: fadeInModal 0.37s .05s cubic-bezier(.93,-0.04,.39,1.09) both;
  position: relative;
}
@keyframes fadeInModal {
  0%{transform:scale(.84) translateY(70px);opacity:0;}
  80%{transform:scale(1.04) translateY(-6px);}
  100%{transform:none;opacity:1;}
}
.cookie-modal h2 {
  color: #f96ca2;
  font-size: 1.32rem;
  margin-bottom: 7px;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  margin-bottom: 9px;
  padding: 8px 0;
}
.cookie-modal label {
  font-weight: 500;
}
.cookie-modal .toggle-switch {
  width: 40px;
  height: 22px;
  border-radius: 40px;
  background: #F0C21A;
  position: relative;
  margin-right: 9px;
  flex-shrink:0;
  transition: background .16s;
}
.cookie-modal .toggle-switch input[type=checkbox]:checked + span {
  left: 20px;
  background: #5ebf62;
}
.cookie-modal .toggle-switch input[type=checkbox] {
  display: none;
}
.cookie-modal .toggle-switch span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: left .16s, background .16s;
}
.cookie-modal .cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 17px;
  justify-content: flex-end;
}
.cookie-modal .cookie-close {
  position: absolute;
  top: 10px;
  right: 18px;
  background: #f96ca2;
  color: #fff;
  border-radius: 17px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  transition: background 0.13s;
  z-index: 100;
}
.cookie-modal .cookie-close:hover,
.cookie-modal .cookie-close:focus { background: #1A3766; color: #fff; }

/* ===== 10. MICRO-INTERACTIONS FOR CARDS & BUTTONS ===== */
.card, .feature-grid li, .services-list li, .benefit-highlights li, .service-list li, .routes-overview li, .route-list li {
  transition: box-shadow .21s, transform .18s, border-color .14s;
}
.card:hover, .feature-grid li:hover, .service-list li:hover, .services-list li:hover, .routes-overview li:hover, .route-list li:hover {
  transform: scale(1.02) rotate(-1deg);
  box-shadow: 0 8px 34px #f96ca244;
  border-color: #f96ca2;
}

/* Focus styles for accessibility */
button:focus, a:focus, .cta-button:focus, .cta-nav:focus, .cookie-btn:focus {
  outline: 2.5px dashed #F0C21A;
  outline-offset: 3px;
}

/* ===== FONTS (Google fonts assumed linked in HTML) ===== */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat'), local('Montserrat-Regular'), url('https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459WlhzQ.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url('https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Me4WxK.woff2') format('woff2');
}

/* ===== END OF STYLE ===== */
