/* ---------------------
   CSS 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: 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;
  background: #F3F6FA;
  font-family: 'Roboto', Arial, sans-serif;
  color: #15416E;
}
img {
  max-width: 100%;
  height: auto;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #15416E;
  transition: color 0.2s;
}
button, input, textarea, select {
  font: inherit;
  box-sizing: border-box;
}
/*------------------------
  FONT IMPORT & VARIABLES
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
:root {
  --color-primary: #15416E;
  --color-secondary: #F3F6FA;
  --color-accent: #E8B01D;
  --color-fun1: #34B2E8;
  --color-fun2: #FF72A0;
  --color-fun3: #06D6A0;
  --color-fun4: #FFCA3A;
  --color-white: #fff;
  --color-black: #0A1633;
  --shadow-card: 0 4px 16px rgba(21, 65, 110, 0.10), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-pop: 0 8px 24px rgba(21, 65, 110, 0.13);
  --radius-card: 22px;
  --radius-btn: 28px;
  --btn-height: 48px;
  --transition-fast: 0.18s cubic-bezier(.7,.2,.35,1.4);
  --transition: 0.3s cubic-bezier(.7,.2,.35,1.1);
  --font-display: 'Montserrat', Arial, sans-serif;
  --font-body: 'Roboto', Arial, sans-serif;
}

/*----------------------------------------------
     LAYOUT UTILS & CONTAINER/FLEXBOX PATTERNS
-----------------------------------------------*/
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  margin-bottom: 20px;
  position: relative;
  padding: 28px 22px;
  flex: 1 1 260px;
  min-width: 230px;
  transition: box-shadow var(--transition), transform var(--transition);
}
.card:hover {
  box-shadow: 0 8px 24px rgba(52, 178, 232, 0.13), 0 1.5px 4px rgba(0,0,0,0.07);
  transform: translateY(-4px) scale(1.03) rotate(-2deg);
}
.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) {
  .feature-grid,
  .card-container,
  .content-grid,
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 22px;
  box-shadow: var(--shadow-card);
  margin-bottom: 20px;
  font-size: 1.08rem;
  color: #15416E;
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition);
}
.testimonial-card:hover {
  background: #F6F9FF;
  box-shadow: 0 8px 36px rgba(232, 176, 29, 0.11), 0 2px 4px rgba(0,0,0,0.07);
  transform: rotate(1.3deg) scale(1.035);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 2.5px 8px rgba(21, 65, 110, 0.08);
  padding: 22px 16px 18px 16px;
  min-width: 210px;
  max-width: 320px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow var(--transition), background var(--transition);
  cursor: pointer;
}
.feature-item:hover {
  box-shadow: 0 8px 36px rgba(255, 114, 160, 0.11), 0 2px 7px rgba(52,178,232,0.11);
  background: #FEFBF6;
  transform: scale(1.026) rotate(-1.4deg);
}
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.city-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: 16px 20px;
  min-width: 220px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  transition: box-shadow var(--transition), background var(--transition);
}
.city-item:hover {
  background: #FAF3E5;
  box-shadow: 0 8px 32px rgba(255,202,58,0.17);
}
.city-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 12px 0 0 0;
}
.city-selector a {
  font-weight: bold;
  color: #FF72A0;
  font-family: var(--font-display);
  padding: 2px 10px;
  border-radius: 20px;
  background: rgba(255, 114, 160, 0.11);
  transition: background var(--transition), color var(--transition);
}
.city-selector a:hover {
  background: var(--color-fun4);
  color: var(--color-black);
}


/*------------------
     TYPOGRAPHY
-------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--color-primary);
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.13;
}
h1 {
  font-size: 2.35rem;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.55rem;
  margin-bottom: 6px;
  color: var(--color-fun1);
}
h3 {
  font-size: 1.22rem;
  color: var(--color-fun3);
  margin-bottom: 0.5em;
}
p, ul, ol, li, .text-section {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-primary);
  line-height: 1.65;
}
p.subheadline {
  font-size: 1.15rem;
  color: var(--color-fun1);
  margin-bottom: 10px;
}
strong {
  font-weight: 700;
}
.text-section ul {
  margin-top: 12px;
  padding-left: 20px;
}
.text-section ul li, .text-section ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0;
}
.text-section ul li img {
  margin-right: 8px;
  vertical-align: middle;
}
.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin: 18px 0 0 0;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--color-primary);
  counter-reset: step-count;
}
.step-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--color-fun1);
  color: #fff;
  border-radius: 16px;
  padding: 10px 17px 10px 13px;
  font-weight: 500;
  position: relative;
  min-width: 160px;
  margin-bottom: 12px;
  box-shadow: 0 2.5px 12px rgba(52,178,232,0.12);
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}
.step-list li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.step-list li:hover {
  background: var(--color-fun2);
  color: #fff;
  transform: translateY(-2px) scale(1.025) rotate(-1deg);
  box-shadow: 0 7px 28px rgba(255,114,160,0.20);
}

@media (max-width: 580px) {
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.12rem; }
  h3 { font-size: 0.98rem; }
  .step-list li { font-size: 0.95rem; }
}

/*------------------
     HERO/CTA
------------------*/
.hero {
  background: linear-gradient(120deg, #FFE9F2 0%, #F3F6FA 100%);
  padding: 64px 0 46px 0;
  min-height: 265px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .hero { padding: 38px 0 22px 0; }
}

.cta-btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, var(--color-accent) 60%, var(--color-fun2) 100%);
  border: none;
  border-radius: var(--radius-btn);
  height: var(--btn-height);
  padding: 0 30px;
  min-width: 190px;
  box-shadow: 0 2.5px 12px rgba(255,202,58,0.11);
  margin-top: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: background 0.28s linear, box-shadow var(--transition), transform var(--transition);
  letter-spacing: 0.6px;
  position: relative;
  z-index: 1;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(100deg, var(--color-fun2) 45%, var(--color-accent) 100%);
  transform: scale(1.045) rotate(-2deg);
  box-shadow: 0 7px 24px rgba(255,202,58,0.19);
  color: #fff;
}


/*------------------
     HEADER/NAV
----------------------*/
header {
  background: var(--color-white);
  box-shadow: 0 1px 7px rgba(21, 65, 110, 0.07);
  padding: 0;
  z-index: 20;
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
header img {
  height: 47px;
  margin-right: 24px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 auto;
}
header nav a {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-fun1);
  padding: 5px 14px;
  border-radius: 22px;
  transition: background var(--transition), color var(--transition);
  position: relative;
}
header nav a:hover, header nav a.active {
  background: var(--color-accent);
  color: #fff;
}
header .cta-btn {
  margin-left: 12px;
  min-width: 174px;
}
.mobile-menu-toggle {
  display: none;
  background: var(--color-accent);
  color: var(--color-primary);
  border: none;
  padding: 7px 19px;
  border-radius: 24px;
  font-size: 2.1rem;
  align-self: center;
  margin-left: 16px;
  transition: background var(--transition), box-shadow var(--transition); 
  box-shadow: 0 3px 8px rgba(232,176,29,0.11);
  cursor: pointer;
}
.mobile-menu-toggle:focus {
  background: var(--color-fun3);
  color: #fff;
  outline: 2px solid var(--color-primary);
}

/*--- Responsive Header ---*/
@media (max-width: 1050px) {
  header .cta-btn {
    display: none;
  }
  header nav {
    gap: 12px;
  }
  header img {
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
/*----------------------------
    MOBILE MENU & NAV OVERLAY
----------------------------*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 12px 44px rgba(21,65,110,0.14);
  z-index: 1002;
  transform: translateX(100vw);
  transition: transform 0.34s cubic-bezier(.45,.7,0,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 0;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  background: var(--color-accent);
  border: none;
  border-radius: 26px;
  color: var(--color-primary);
  font-size: 2.1rem;
  padding: 7px 21px;
  margin: 16px 16px 12px 14px;
  align-self: flex-end;
  z-index: 2;
  transition: background var(--transition);
  cursor: pointer;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: var(--color-fun1);
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-left: 35px;
  margin-top: 31px;
}
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.23rem;
  color: var(--color-fun2);
  background: transparent;
  border-radius: 16px;
  padding: 13px 6px 13px 4px;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: background var(--transition), color var(--transition);
  min-width: 190px;
}
.mobile-nav a:hover {
  background: var(--color-fun4);
  color: var(--color-black);
}

@media (max-width: 500px) {
  .mobile-nav a { font-size: 1.07rem; min-width: 123px; }
  .mobile-nav { margin-left: 15px; gap: 18px; }
}


/*------------------
    FOOTER
-------------------*/
footer {
  background: var(--color-primary);
  color: #fff;
  padding: 38px 0 18px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-display);
  color: #fff;
  margin-bottom: 6px;
}
footer nav a {
  color: #fff;
  opacity: 0.89;
  padding: 2px 10px;
  border-radius: 22px;
  transition: background var(--transition), color var(--transition);
}
footer nav a:hover {
  background: var(--color-accent);
  color: #15416E;
  opacity: 1;
}
.footer-contact {
  font-family: var(--font-body);
  font-size: 0.97rem;
  opacity: 0.97;
  color: #fff;
}

@media (max-width: 900px) {
  footer .container {
    gap: 8px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

/*----------------------
     COOKIE CONSENT
----------------------*/
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(90px);
  background: #fff;
  color: var(--color-primary);
  box-shadow: 0 12px 40px rgba(21,65,110,0.13);
  padding: 22px 34px 18px 20px;
  border-radius: 22px;
  z-index: 2400;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s cubic-bezier(.45,.7,0,1), transform .36s cubic-bezier(.55,0,.58,1.05), visibility .1s .25s;
  max-width: 610px;
  min-width: 230px;
}
.cookie-banner.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  transition: opacity .55s cubic-bezier(.9,.25,.45,1), transform .55s cubic-bezier(.36,1.77,.15,1.06).
}
.cookie-banner p {
  font-size: 1rem;
}
.cookie-btn,
.cookie-settings-btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-fun1);
  border-radius: 21px;
  border: none;
  padding: 7px 19px;
  margin-right: 7px;
  margin-bottom: 8px;
  margin-top: 3px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.cookie-btn.accept {
  background: var(--color-fun3);
  color: #15416E;
}
.cookie-btn.reject {
  background: var(--color-fun2);
  color: #fff;
}
.cookie-settings-btn {
  background: var(--color-accent);
  color: #15416E;
}
.cookie-btn:hover, .cookie-settings-btn:hover {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.08);
}
/* Cookie Modal */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0.83);
  background: #fff;
  border-radius: 19px;
  padding: 36px 24px 22px 32px;
  z-index: 2500;
  box-shadow: var(--shadow-pop);
  max-width: 470px;
  width: 96vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity .37s cubic-bezier(.55,0,.5,1.15), transform .48s cubic-bezier(.55,0,.57,1.2);
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%,-50%) scale(1);
}
.cookie-modal h3 {
  color: var(--color-fun2);
  font-size: 1.23rem;
  margin-bottom: 9px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
  font-size: 1.01rem;
}
.cookie-modal .toggle {
  width: 36px;
  height: 20px;
  border-radius: 18px;
  background: var(--color-secondary);
  position: relative;
  display: inline-block;
  transition: background 0.18s ease-in;
  cursor: pointer;
}
.cookie-modal .toggle.active {
  background: var(--color-fun3);
}
.cookie-modal .toggle .knob {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left .19s cubic-bezier(.39,.69,.46,1.2);
}
.cookie-modal .toggle.active .knob {
  left: 18px;
}
.cookie-modal-buttons {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: var(--color-fun2);
  font-size: 1.67rem;
  position: absolute;
  top: 9px;
  right: 18px;
  cursor: pointer;
}
.cookie-modal-close:hover {
  color: var(--color-accent);
}
.cookie-modal .desc {
  font-size: 0.97rem;
  margin-bottom: 9px;
}
@media (max-width: 530px) {
  .cookie-modal { padding: 26px 6px 13px 12px; }
  .cookie-modal .cookie-modal-buttons { flex-direction: column; gap: 9px; }
  .cookie-banner { padding: 15px 11px 9px 8px; }
}

/*--------------------------
     ANIMATIONS
---------------------------*/
@keyframes bounceIn {
  0% { opacity:0; transform: scale(.72) rotate(-7deg) translateY(33px); }
  70% { opacity:1; transform: scale(1.08) rotate(1deg) translateY(-9px); }
  100% { opacity:1; transform: scale(1) rotate(0) translateY(0); }
}
.cta-btn, .feature-item, .card, .testimonial-card, .city-item, .step-list li {
  animation: bounceIn 0.78s cubic-bezier(.34,1.56,.64,1) 0s 1 normal;
}

/*--------------------------
 RESPONSIVE: MOBILE DESIGN
--------------------------*/
@media (max-width: 900px) {
  .container { max-width: 97vw; padding: 0 10px; }
  .feature-grid, .card-container, .content-grid, .city-list {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .card, .feature-item, .city-item { min-width: 90vw; max-width: 99vw; }
  .step-list { flex-direction: column; gap: 11px; }
  .section { padding: 19px 6px; }
}
@media (max-width: 570px) {
  .footer-contact, footer nav, .cookie-banner p {
    font-size: 0.90rem;
  }
  .section { padding: 12px 2vw; }
  .testimonial-card, .card, .feature-item, .city-item {
    padding: 12px 8px 15px 12px;
  }
  .container { padding-left: 6px; padding-right: 6px; }
}

/*--------------------------
    FORMS (If Used)
--------------------------*/
input, textarea, select {
  background: var(--color-secondary);
  border: 1.5px solid var(--color-fun1);
  border-radius: 10px;
  padding: 11px 13px;
  margin: 6px 0 15px 0;
  width: 100%;
  font-size: 1.04rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  box-shadow: 0 2.5px 8px rgba(52,178,232,0.08);
  outline: none;
  color: var(--color-primary);
}
input:focus, textarea:focus, select:focus {
  border-color: var(--color-fun2);
  box-shadow: 0 3.5px 12px rgba(255,114,160,0.11);
}
label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-fun3);
  margin-bottom: 5px;
}

/*--------------------------
   ACCESSIBILITY OVERRIDES
--------------------------*/
:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 0.8px;
}
::-webkit-input-placeholder { color: #b1bfc9; }
::-moz-placeholder { color: #b1bfc9; }
:-ms-input-placeholder { color: #b1bfc9; }
::placeholder { color: #b1bfc9; }

/*------ Utility ------*/
.d-none { display: none !important; }
.align-center { text-align: center !important; }

/*--------------------------
   PLAYFUL DYNAMIC DECORATIONS
--------------------------*/
.feature-item:before {
  content: '';
  display: block;
  width: 32px;
  height: 7px;
  background: var(--color-fun3);
  border-radius: 13px;
  margin-bottom: 7px;
  opacity: 0.24;
  position: relative;
  left: -13px;
}
.card:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 11px;
  right: 18px;
  width: 18px;
  height: 18px;
  background: var(--color-fun2);
  border-radius: 50%;
  opacity: 0.18;
  z-index: 0;
}
/* accent underline for h2 */
h2 {
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
}
h2:after {
  content: '';
  display: block;
  width: 44px;
  height: 7px;
  background: var(--color-accent);
  border-radius: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.55;
}

/*--------------------------
     FIXED Z-INDEX SYSTEM
--------------------------*/
header { z-index: 20; }
.mobile-menu { z-index: 1002; }
.cookie-banner { z-index: 2400; }
.cookie-modal { z-index: 2500; }


/******************************************************************************
  End of Playful Dynamic Responsive CSS for Stellar Ride
******************************************************************************/