/* ============================================================
   CSS RESET & BASE STYLES
   ============================================================ */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.7;
  background: #F9F8F6;
  color: #232323;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 16px;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #1A2956;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus, a:hover {
  color: #4EC5AF;
}
ul, ol {
  margin-left: 20px;
}
strong {
  font-weight: 700;
}
svg {
  vertical-align: middle;
}

/* ============================================================
   TYPOGRAPHY - Elegant Classic Style
   ============================================================ */
h1, .hero h1, .hero-trasy h1, .guide-hero h1, .security-hero h1, .planning-hero h1, .contact-hero h1, .confirmation h1, .about-section h1 {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1A2956;
  margin-bottom: 24px;
  line-height: 1.2;
}
h2 {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1A2956;
  margin-bottom: 24px;
  line-height: 1.3;
}
h3 {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #223066;
  margin-bottom: 12px;
  line-height: 1.35;
}
p, li, ul, ol, .subheadline, .author {
  font-family: 'Open Sans', 'Georgia', serif;
  font-size: 1rem;
  color: #2A2A2A;
}
.section p, .section li, .content-wrapper p {
  margin-bottom: 1.1em;
}
.subheadline {
  color: #3A455E;
  font-size: 1.15rem;
  margin-bottom: 18px;
}

/* Paragraph and list spacing */
p, .content-wrapper p, li {
  margin-bottom: 1.2em;
}
ul, ol {
  margin-bottom: 1.5em;
}

/* ============================================================
   LAYOUT - FLEXBOX ONLY, SPACING & WRAPPERS
   ============================================================ */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.card {
  background: #FFF;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(26,41,86,0.07);
  padding: 32px 26px 26px 26px;
  margin-bottom: 20px;
  position: relative;
  min-width: 260px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.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;
  background: #fff;
  border-radius: 14px;
  padding: 20px 28px;
  box-shadow: 0 2px 12px rgba(26,41,86,0.08);
  margin-bottom: 20px;
  min-width: 240px;
  transition: box-shadow 0.25s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 24px rgba(30,45,100,0.12);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F4F3F0;
  border-radius: 13px;
  padding: 22px 20px 22px 22px;
  box-shadow: 0 2px 8px rgba(26,41,86,0.04);
  flex: 1 1 230px;
  min-width: 210px;
  margin-bottom: 20px;
}
.feature-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

/***** Responsive Flex Grids (Sections) *****/
.feature-grid, .number-highlights, .highlight-cards, .route-listings, .article-grid, .toolkits, .team-members, .idea-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.steps-list {
  margin-left: 22px;
  margin-bottom: 26px;
  font-size: 1.07em;
  color: #24305D;
}

@media (max-width: 900px) {
  .feature-grid, .number-highlights, .highlight-cards, .route-listings, .article-grid, .toolkits, .team-members, .idea-cards {
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .feature-grid, .number-highlights, .highlight-cards, .route-listings, .article-grid, .toolkits, .team-members, .idea-cards {
    flex-direction: column;
    gap: 20px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .container {
    padding: 0 8px;
  }
  .section, section {
    padding: 34px 8px;
  }
}

/* ========== Spacing Between Sections ========== */
.section + .section,
section + section {
  margin-top: 0;
}

/* ============================================================
   HEADER + NAVIGATION
   ============================================================ */
header {
  background: #fff;
  box-shadow: 0 1px 8px rgba(26,41,86,0.07);
  position: relative;
  z-index: 50;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
}
header img {
  height: 40px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1rem;
  color: #223066;
  font-weight: 500;
  padding: 4px 0;
  position: relative;
}
.main-nav a:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #FFD166;
  transition: width 0.2s;
  margin-top: 3px;
}
.main-nav a:focus:after, .main-nav a:hover:after {
  width: 80%;
}
.header-container .cta.primary {
  margin-left: 18px;
}

@media (max-width: 900px) {
  .main-nav {
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .header-container {
    padding: 16px 8px;
  }
  .header-container .cta.primary {
    display: none;
  }
}

/* ============================================================
   MOBILE BURGER MENU
   ============================================================ */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 24px;
  top: 24px;
  background: #fbfbfa;
  color: #1A2956;
  font-size: 2rem;
  border: none;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  z-index: 101;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(26,41,86,0.05);
  cursor: pointer;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #F8F8F4;
  box-shadow: 0 4px 18px rgba(26,41,86,0.10);
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #FFF;
  box-shadow: 0 6px 32px rgba(26,41,86,0.15);
  transform: translateX(-100%);
  z-index: 1500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  transition: transform 0.38s cubic-bezier(.86, 0, .07, 1);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #1A2956;
  align-self: flex-end;
  margin: 0 24px 12px 0;
  cursor: pointer;
  z-index: 1600;
  transition: color 0.2s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #4EC5AF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding: 28px 36px 24px 36px;
}
.mobile-nav a {
  font-family: 'Montserrat', Georgia, serif;
  font-size: 1.18rem;
  color: #1A2956;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:focus,
.mobile-nav a:hover {
  background: #F4F3F0;
  color: #4EC5AF;
}
@media (min-width:769px){
  .mobile-menu { display:none!important; }
  .mobile-menu-toggle {display:none!important;}
}

/* Overlay prevent background scrolling when menu open */
body.menu-open {
  overflow: hidden;
}

/* ============================================================
   BUTTONS & CALL TO ACTIONS (CTA)
   ============================================================ */
.cta {
  font-family: 'Montserrat', 'Georgia', serif;
  font-weight: 600;
  font-size: 1.08rem;
  text-align: center;
  background: #FFF;
  color: #1A2956;
  border: 2px solid #FFD166;
  border-radius: 9px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background 0.22s, color 0.22s, box-shadow 0.25s, border 0.19s;
  box-shadow: 0 2px 10px rgba(26,41,86,0.07);
  display: inline-block;
  cursor: pointer;
  margin-top: 18px;
}
.cta.primary {
  background: #1A2956;
  color: #FFF;
  border: 2px solid #FFD166;
  font-weight: 700;
  box-shadow: 0 6px 25px rgba(26,41,86,0.09);
}
.cta.primary:hover, .cta.primary:focus {
  background: #4EC5AF;
  color: #FFF;
  border-color: #1A2956;
  box-shadow: 0 12px 36px rgba(26,41,86,0.14);
}
.cta:hover, .cta:focus {
  background: #FFD166;
  color: #1A2956;
  border-color: #FFD166;
  box-shadow: 0 8px 28px rgba(26,41,86,0.13);
}

/* Buttons for forms or inline */
button, input[type="submit"] {
  font-family: 'Montserrat', 'Georgia', serif;
  font-weight: 600;
  background: #FFD166;
  color: #1A2956;
  padding: 10px 28px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #4EC5AF;
  color: #FFF;
  box-shadow: 0 3px 18px rgba(30,45,100,0.16);
}

/* ============================================================
   HERO SECTIONS, HIGHLIGHTS, SLIDERS
   ============================================================ */
.hero, .hero-trasy, .guide-hero, .security-hero, .planning-hero, .contact-hero, .confirmation {
  background: #F6F5F1;
  border-bottom: 2px solid #F0EDEA;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 768px) {
  .hero, .hero-trasy, .guide-hero, .security-hero, .planning-hero, .contact-hero, .confirmation {
    padding-top: 26px;
    padding-bottom: 26px;
    min-height: 170px;
  }
}

/* Special Highlights (cards etc.) */
.highlights .highlight-cards, .testimonials .testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .highlights .highlight-cards, .testimonials .testimonial-slider {
    flex-direction: column;
    gap: 20px;
  }
}
.highlight-cards .card {
  min-width: 240px;
  flex: 1 1 320px;
  background: #FFF;
}

/* Testimonials */
.testimonials {
  background: #F2F1EE;
  border-radius: 18px;
}
.testimonials h2 {
  margin-bottom: 16px;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  background: #FFF;
  color: #22305A;
  border-left: 5px solid #FFD166;
  margin-bottom: 0;
  flex: 1 1 240px;
}
.testimonial-card .author {
  color: #4EC5AF;
  font-style: italic;
  margin-left: 8px;
}
.testimonial-card .rating {
  color: #FFD166;
  letter-spacing: 2px;
  font-size: 1.15rem;
  margin-left: 4px;
  margin-bottom: 0;
}
@media(max-width: 768px) {
  .testimonial-slider{
    flex-direction: column;
    gap: 18px;
  }
}

/* ============================================================
   NEWSLETTER & SOCIAL BLOCKS
   ============================================================ */
.newsletter .content-wrapper, .social .content-wrapper {
  align-items: flex-start;
  gap: 18px;
}
.benefits-list {
  margin-left: 22px;
  margin-bottom: 12px;
  font-size: 1.07em;
}
.social-icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}
.social-icons a {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(26,41,86,0.10);
  transition: background 0.2s, box-shadow 0.2s;
}
.social-icons a:hover, .social-icons a:focus {
  background: #FFD166;
  box-shadow: 0 6px 24px rgba(30,45,100,0.12);
}
.social-icons img {
  width: 24px;
  height: 24px;
}

/* ============================================================
   FORMS & SEARCH BARS
   ============================================================ */
.search-bar {
  width: 100%;
  margin-top: 10px;
  display: flex;
}
.search-bar input[type="text"] {
  width: 100%;
  padding: 15px 18px;
  border: 1.5px solid #DAD9D4;
  border-radius: 9px;
  background: #fff;
  font-size: 1.08rem;
  font-family: 'Open Sans', 'Georgia', serif;
  color: #223055;
  margin-bottom: 0;
  box-shadow: 0 2px 6px rgba(26,41,86,0.06);
  outline: none;
  transition: border 0.18s;
}
.search-bar input[type="text"]:focus {
  border-color: #4EC5AF;
}

/* ============================================================
   ROUTE CARDS & IDEAS
   ============================================================ */
.route-listings, .idea-cards {
  gap: 22px;
}
.route-card, .idea-card {
  background: #FFF;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(26,41,86,0.08);
  padding: 28px 24px 20px 24px;
  min-width: 260px;
  flex: 1 1 320px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.route-card:hover, .idea-card:hover {
  box-shadow: 0 8px 28px rgba(30,45,100,0.10);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 0.98rem;
  color: #1A2956;
}
.filters li {
  background: #F3F3EF;
  padding: 5px 13px;
  border-radius: 8px;
  color: #2C4051;
}

@media (max-width: 900px){
  .route-listings, .idea-cards { gap: 10px; }
}
@media (max-width: 600px){
  .route-card, .idea-card { padding: 17px 10px 15px 10px; }
}

/* ============================================================
   ARTICLE & FAQ CARDS
   ============================================================ */
.article-card {
  background: #FFF;
  border-radius: 13px;
  box-shadow: 0 2px 10px rgba(26,41,86,0.07);
  padding: 24px 18px;
  margin-bottom: 20px;
  flex: 1 1 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 220px;
  transition: box-shadow 0.2s;
}
.article-card:hover {
  box-shadow: 0 8px 28px rgba(30,45,100,0.10);
}
.topic-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.topic-tags span {
  font-size: 0.95rem;
  padding: 3px 12px;
  border-radius: 7px;
  background: #F7EFE3;
  color: #847B5C;
  font-family: 'Montserrat', serif;
}
.accordion-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,41,86,0.05);
  padding: 18px 18px 10px 18px;
  margin-bottom: 0;
  transition: box-shadow 0.24s;
}
.faq-item h3 {
  font-size: 1.12rem;
  color: #1A2956;
}
.faq-item p {
  margin-bottom: 8px;
}
.faq-item:hover {
  box-shadow: 0 6px 22px rgba(30,45,100,0.10);
}

/* ============================================================
   NUMBER HIGHLIGHTS & TEAM
   ============================================================ */
.number-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.number-highlights > div {
  background: #F4F3F0;
  border-radius: 12px;
  padding: 36px 26px 20px 26px;
  min-width: 180px;
  flex: 1 1 180px;
  text-align: center;
  margin-bottom: 20px;
}
.number-highlights .stat {
  font-size: 2.2rem;
  color: #1A2956;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-family: 'Montserrat', 'Georgia', serif;
}
.team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
.team-profile {
  background: #FFF;
  border-radius: 13px;
  box-shadow: 0 2px 11px rgba(26,41,86,0.08);
  padding: 23px 20px 18px 20px;
  min-width: 200px;
  flex: 1 1 210px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.values-list {
  background: #F4F3F0;
  border-radius: 13px;
  padding: 18px 14px 16px 18px;
  margin-top: 12px;
}
.values-list ul {
  margin-bottom: 4px;
}

/* ============================================================
   LEGAL TEXT
   ============================================================ */
.legal-text {
  background: #FFF;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(26,41,86,0.07);
  padding: 28px 34px 34px 34px;
  margin-bottom: 44px;
  color: #222;
  font-size: 1.01rem;
}
.legal-text h1 {
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .legal-text { padding: 13px 8px 18px 9px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: #fff;
  border-top: 2px solid #F0EDEA;
  margin-top: 38px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.footer-logo {
  flex: 0 0 70px;
  margin-bottom: 20px;
}
.footer-logo img {
  height: 38px;
  width: auto;
  display: block;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-nav a {
  font-family: 'Montserrat', 'Georgia', serif;
  color: #3A455E;
  font-size: 1rem;
  padding: 3px 0;
  transition: color 0.22s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #4EC5AF;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.96rem;
}
.footer-contact img {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  vertical-align: middle;
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
  color: #414141;
}
@media (max-width: 900px) {
  .footer-container { flex-direction: column; gap: 18px; }
  .footer-nav { flex-direction: row; gap: 16px; }
  .footer-logo { margin-bottom: 0; }
}
@media (max-width: 600px) {
  footer {
    padding-top: 19px;
    padding-bottom: 14px;
  }
  .footer-container {
    flex-direction: column;
    padding: 0 4px;
    gap: 10px;
  }
}

/* ============================================================
   MISCELLANEOUS UTILITY CLASSES
   ============================================================ */
.hide-mobile { display: block; }
@media (max-width: 768px) { .hide-mobile { display: none !important; } }
.show-mobile { display: none; }
@media (max-width: 768px) { .show-mobile { display: block !important; } }

/* Images in paragraphs */
.content-wrapper p img, .footer-contact p img {
  vertical-align: middle;
  margin-right: 7px;
}

/* ============================================================
   COOKIE CONSENT BANNER & MODAL
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #F4F3F0;
  color: #232323;
  box-shadow: 0 -2px 14px rgba(30,45,100,0.08);
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 30px;
  z-index: 2000;
  font-family: 'Open Sans', serif;
  font-size: 1.02rem;
  transition: transform 0.38s cubic-bezier(.86,0,.07,1), opacity 0.22s;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.cookie-banner button {
  padding: 8px 19px;
  margin-left: 0;
  font-size: 1.04rem;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-family: 'Montserrat', serif;
  font-weight: 600;
  box-shadow: 0 2px 9px rgba(26,41,86,0.05);
  transition: background 0.17s, color 0.17s, box-shadow 0.19s;
}
.cookie-banner .accept {
  background: #4EC5AF;
  color: #fff;
}
.cookie-banner .reject {
  background: #fff;
  color: #1A2956;
  border: 1.5px solid #E8E6E1;
}
.cookie-banner .settings {
  background: #FFD166;
  color: #1A2956;
}
.cookie-banner button:hover,
.cookie-banner button:focus {
  background: #1A2956;
  color: #fff;
  box-shadow: 0 4px 16px rgba(26,41,86,0.10);
}
@media (max-width:700px){
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 7px;
    gap: 10px;
    font-size: 1.01rem;
  }
  .cookie-banner .cookie-actions{
    gap:8px;
  }
}

.cookie-modal-overlay {
  position:fixed;
  left:0; top:0; width:100vw; height:100vh;
  background:rgba(26,41,86,0.14);
  z-index:2100;
  display:none;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  opacity:0;
  transition:opacity .24s;
}
.cookie-modal-overlay.show {
  display:flex;
  pointer-events: auto;
  opacity:1;
}
.cookie-modal {
  background:#fff;
  border-radius:15px;
  max-width:95vw;
  width:400px;
  margin:0 auto;
  box-shadow:0 12px 40px rgba(26,41,86,0.13);
  padding:36px 28px 24px 28px;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.cookie-modal h2 {
  font-size:1.28rem;
  margin-bottom:6px;
}
.cookie-modal .cookie-category {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.cookie-modal .toggle {
  width:40px; height:22px; border-radius:12px;
  background:#E8E6E1;
  position:relative;
  cursor:pointer;
  transition:background .16s;
}
.cookie-modal .toggle.enabled {
  background:#4EC5AF;
}
.cookie-modal .toggle-circle {
  position:absolute;
  top:2px; left:3px;
  width:18px; height:18px;
  background:#fff;
  border-radius:9px;
  transition:left .18s;
}
.cookie-modal .toggle.enabled .toggle-circle {
  left:19px;
}
.cookie-modal .save-btn {
  background:#4EC5AF;
  color:#fff;
  font-weight:600;
  padding:8px 19px;
  border:none;
  border-radius:7px;
  margin-top:8px;
  cursor:pointer;
  font-family:'Montserrat',serif;
  font-size:1.07rem;
  transition:background 0.17s, color 0.17s;
}
.cookie-modal .save-btn:hover { background:#1A2956; }
.cookie-modal .close-cookie-modal {
  position:absolute;
  right:14px; top:13px;
  background:none; border:none; font-size:1.45rem; color:#1A2956;
  cursor:pointer;
  transition:color 0.18s;
  z-index:11;
}
.cookie-modal .close-cookie-modal:hover { color:#4EC5AF; }
@media(max-width:560px){
  .cookie-modal { width:97vw; padding:12px 6px 18px 6px; }
}


/* ============================================================
   ACCESSIBILITY & MICRO-INTERACTIONS
   ============================================================ */
*:focus {
  outline: 2px solid #FFD166;
  outline-offset: 2px;
}
::-webkit-input-placeholder { color: #989898; opacity: 1; }
::-moz-placeholder { color: #989898; opacity: 1; }
:-ms-input-placeholder { color: #989898; opacity: 1; }
::-ms-input-placeholder { color: #989898; opacity: 1; }
::placeholder { color: #989898; opacity: 1; }

/* Subtle card hover up effect */
.card:hover, .article-card:hover, .team-profile:hover, .feature-item:hover, .route-card:hover, .idea-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(30,45,100,0.12);
}
.card, .article-card, .team-profile, .feature-item, .route-card, .idea-card {
  transition: box-shadow 0.18s, transform 0.20s;
}

/***** 404/empty state *****/
.empty-state {
  padding: 60px 32px;
  text-align: center;
  color: #848484;
  font-size: 1.08rem;
}

/***** Misc fixes *****/
.steps-list li {
  margin-bottom: 7px;
}
.checklist ul, .country-regulations-summary ul, .tips-list {
  list-style: disc inside;
  margin-left:0;
  padding-left:0;
}
.guide-hero p, .security-hero p, .planning-hero p, .contact-hero p {
  font-size: 1.09rem;
  color: #3A455E;
}

/***** Hide elements with .hidden class *****/
.hidden { display: none !important; }
