/* CSS RESET & NORMALIZE */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #fff;
  background-color: #181818;
  line-height: 1.6;
  min-height: 100vh;
  background-image: linear-gradient(120deg, #142444 0%, #1658A2 100%);
  /* Tech-futuristic look */
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #F2B632;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #fff;
  text-shadow: 0 0 8px #F2B632;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 10px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #233fc2;
  border-radius: 8px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 12px;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
p {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #e8f0fa;
}
strong {
  color: #F2B632;
}

/* LAYOUT & CONTAINERS */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content-wrapper {
  background: rgba(22, 88, 162, 0.12);
  box-shadow: 0 4px 24px rgba(22, 88, 162, 0.07), 0 0px 0px #F2B632;
  border-radius: 16px;
  padding: 40px 28px;
  margin-bottom: 32px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  width: 100%;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* FLEXBOX SPACING LAYOUTS */
.card-container, .feature-grid, .package-grid, .features-list, .stories-carousel, .tips-grid, .faq-list, .quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card,
.offer-card,
.tip-item,
.feature-item {
  margin-bottom: 20px;
  position: relative;
  background: #202a36;
  box-shadow: 0 2px 16px 0 rgba(20,50,100,0.16);
  border-radius: 13px;
  padding: 28px 22px;
  flex: 1 1 270px;
  min-width: 250px;
  max-width: 386px;
  border: 1.5px solid rgba(22,88,162,0.15);
  transition: transform 0.20s, box-shadow 0.20s;
}
.card:hover,
.offer-card:hover,
.tip-item:hover,
.feature-item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 30px 0 #1658a255, 0 0 6px #F2B632;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px 16px 24px;
  background: #fff;
  color: #161b27;
  border-radius: 13px;
  box-shadow: 0 4px 22px rgba(22,88,162,0.10), 0 0px 0px #F2B632;
  min-width: 260px;
  max-width: 400px;
  font-size: 1.06rem;
  margin-bottom: 20px;
}
.testimonial-card p {
  color: #181818;
  font-weight: 500;
  margin-bottom: 8px;
}
.testimonial-card span {
  font-size: 0.96rem;
  color: #1658A2;
  font-weight: 600;
}
.stories-carousel .text-section {
  background: transparent;
  box-shadow: none;
  padding: 0 6px;
}

.features-list, .feature-grid {
  gap: 24px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
  background: #232639;
  border: 1.5px solid #1658A213;
  padding: 26px 18px;
  border-radius: 12px;
  min-width: 200px;
  flex: 1 1 260px;
  max-width: 330px;
  transition: box-shadow 0.2s, border 0.2s;
}
.feature-item:hover {
  border: 1.5px solid #F2B632;
  box-shadow: 0 0 12px #F2B63244;
}
.feature-item img {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

/* CARDS & BADGES */
.discount-badge {
  display: inline-block;
  background: #F2B632;
  color: #1658A2;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 8px;
  font-size: 0.98rem;
  margin: 9px 0;
  box-shadow: 0 2px 8px 0 #F2B63244;
  letter-spacing: 1px;
}

/* HERO SECTIONS */
.hero {
  padding: 48px 0 34px 0;
  background: linear-gradient(108deg, #161b27 70%, #1658A2 180%);
  border-bottom: 2.5px solid #1658A2;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero h1 {
  font-size: 2.45rem;
  color: #F2B632;
  margin-bottom: 10px;
  text-shadow: 0 2px 16px #1658A2;
}
.hero p {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: #e0e8f8;
}

/* BUTTONS */
.btn-primary,
nav a.btn-primary,
a.btn-primary {
  background: #F2B632;
  color: #1658A2;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .6px;
  font-size: 1rem;
  border: none;
  border-radius: 9px;
  padding: 12px 34px;
  box-shadow: 0 2px 12px 0 #F2B63244;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, box-shadow 0.16s, transform 0.16s;
  margin-left: 16px;
  outline: none;
  display: inline-block;
  margin-bottom: 12px;
}
.btn-primary:hover, .btn-primary:focus {
  background: #fff;
  color: #1658A2;
  box-shadow: 0 4px 18px #F2B63277, 0 0 12px #1658A2AA;
  transform: translateY(-2px) scale(1.04);
}
.btn-secondary {
  background: #1658A2;
  color: #fff;
  border-radius: 9px;
  font-weight: 600;
  padding: 11px 32px;
  border: 1.5px solid #F2B632;
  transition: background 0.13s, color 0.13s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #fff;
  color: #1658A2;
  border-color: #1658A2;
}

/* QUICK LINKS NAV */
.quick-links {
  margin-top: 24px;
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
}
.quick-links a {
  background: #232639;
  color: #F2B632;
  padding: 8px 22px;
  border-radius: 7px;
  margin-right: 8px;
  font-weight: 600;
  border: 1.5px solid #1658A2;
  box-shadow: 0 0 3px #1658A2;
  transition: background 0.18s, color 0.18s;
}
.quick-links a:hover {
  background: #F2B632;
  color: #1658A2;
}

/* FOOTER */
footer {
  background: #142444;
  border-top: 3px solid #1658A2;
  padding: 36px 0 24px 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
footer a {
  color: #F2B632;
  margin-right: 20px;
  font-size: 1rem;
  transition: color .14s;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: .95rem;
  color: #e8f0fa;
}
.footer-contact img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
}

/* HEADER & NAVIGATION */
header {
  background: #181F2D;
  border-bottom: 3px solid #1658A2;
  box-shadow: 0 2px 8px #181F2D25;
  position: sticky;
  top: 0; left: 0; right: 0;
  z-index: 40;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
header nav a {
  color: #F2B632;
  font-size: 1rem;
  padding: 7px 0px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  position: relative;
  transition: color 0.15s;
}
header nav a:hover, header nav a:focus {
  color: #fff;
  text-shadow: 0 0 7px #F2B63255;
}

header img {
  height: 38px;
}
header .btn-primary {
  margin-left: 26px;
}

/* MOBILE MENU (BURGER) */
.mobile-menu-toggle {
  background: #F2B632;
  color: #1658A2;
  font-size: 2.0rem;
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  cursor: pointer;
  box-shadow: 0px 2px 12px #F2B63244;
  display: none;
  z-index: 101;
  margin-left: 14px;
  transition: background 0.1s, color 0.1s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #fff;
  color: #1658A2;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #181F2D;
  z-index: 1000;
  transform: translateX(-104vw);
  transition: transform 0.35s cubic-bezier(0.5,0.2,0.21,1.0);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 22px;
  font-size: 2rem;
  background: #F2B632;
  border: none;
  border-radius: 10px;
  color: #1658A2;
  cursor: pointer;
  padding: 5px 22px;
  z-index: 1101;
  transition: background 0.13s, color 0.13s;
  box-shadow: 0 2px 14px #F2B63244;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #fff;
  color: #1658A2;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 84px 38px 0 38px;
  font-size: 1.25rem;
}
.mobile-nav a {
  color: #F2B632;
  padding: 13px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #1658A215;
  font-size: 1.18rem;
  transition: color 0.18s, background 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #fff;
  background: #1658A2;
  border-radius: 9px;
  padding-left: 9px;
}

/* RESPONSIVE: MOBILE NAV */
@media (max-width: 1024px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 1024px) {
  .btn-primary {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 11px;
  }
  .content-wrapper {
    padding: 22px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .section {
    margin-bottom: 35px;
    padding: 28px 6px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .features-list, .package-grid, .stories-carousel, .tips-grid, .feature-grid, .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .card, .offer-card, .tip-item, .feature-item {
    min-width: 0;
    max-width: 100%;
    padding: 18px 10px;
  }
  .testimonial-slider {
    flex-direction: column;
    gap: 13px;
    align-items: stretch;
  }
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .hero {
    padding: 28px 0 22px 0;
    border-radius: 0 0 12px 12px;
  }
  h1 {font-size: 1.56rem;}
  h2 {font-size: 1.15rem;}
  .quick-links {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}

/* CTA, CONTACT, MAP, ETC. */
.cta-contact {
  background: #1658A2;
  padding: 44px 0;
  color: #fff;
  box-shadow: 0 2px 24px #181F2D22;
}
.cta-contact .content-wrapper {
  background: none;
  box-shadow: none;
  padding: 0;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #232639;
  border-radius: 9px;
  padding: 18px 12px;
  margin-bottom: 24px;
  color: #F2B632;
  font-size: 1.04rem;
}
.contact-info img {
  height: 19px;
  vertical-align: middle;
  margin-right: 6px;
}
.map-embed {
  margin-top: 22px;
  background: #232639;
  border-radius: 9px;
  padding: 17px 15px;
  color: #fff;
}

/* FAQ & TIPS */
.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.faq-item {
  flex: 1 1 200px;
  background: #21293F;
  border-radius: 8px;
  padding: 15px 12px;
  color: #F2B632;
  border-left: 4px solid #F2B632;
  box-shadow: 0 2px 10px #F2B63223;
}
.tips-grid {
  gap: 20px;
  margin-bottom: 14px;
}
.tip-item {
  background: #232639;
  border: 1.5px solid #1658A213;
}

/* CAROUSEL (STORIES) */
.stories-carousel {
  gap: 20px;
}
.stories-carousel .text-section {
  padding: 0 0px;
  background: #152034;
  border-radius: 8px;
  margin-bottom: 6px;
}

/* --- COOKIE BANNER --- */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #161b27;
  color: #fff;
  box-shadow: 0 -3px 32px #F2B63244;
  z-index: 9000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 12vw 18px 5vw;
  font-size: .98rem;
  border-top: 2px solid #F2B632;
  transform: translateY(105%);
  opacity: 0;
  transition: transform .4s cubic-bezier(0.7,0.1,0.18,1), opacity .35s;
}
.cookie-consent-banner.active {
  transform: translateY(0);
  opacity: 1;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: 22px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 600;
  transition: background .18s, color .14s, box-shadow 0.13s;
  cursor: pointer;
  padding: 9px 24px;
  margin-left: 7px;
}
.cookie-btn.accept {
  background: #F2B632;
  color: #1658A2;
  box-shadow: 0 2px 9px #F2B63233;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #fff;
  color: #1658A2;
}
.cookie-btn.reject {
  background: #232639;
  color: #F2B632;
  border: 1px solid #F2B632;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #fff;
  color: #1658A2;
}
.cookie-btn.settings {
  background: #1658A2;
  color: #F2B632;
  border: 1px solid #F2B632;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #fff;
  color: #1658A2;
}
@media (max-width: 660px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .cookie-banner-actions {
    margin-top: 14px;
    margin-left: 0;
    gap: 8px;
  }
}

/* --- COOKIE MODAL --- */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  transform: translate(-50%, -55%) scale(0.96);
  background: #232639;
  color: #fff;
  padding: 36px 28px 28px 28px;
  border-radius: 22px;
  border: 2.6px solid #F2B632;
  box-shadow: 0 0 120px #1658A240, 0 0 14px #F2B63211;
  width: 90vw;
  max-width: 420px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(0.7,0.12,0.16,1.0);
}
.cookie-modal.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.0);
  pointer-events: all;
}
.cookie-modal h3 {
  color: #F2B632;
  font-size: 1.28rem;
  margin-bottom: 12px;
}
.cookie-modal-list {
  margin-bottom: 14px;
}
.cookie-modal-list .cookie-category {
  font-weight: 600;
  color: #F2B632;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
}
.cookie-modal-list input[type="checkbox"] {
  accent-color: #F2B632;
  width: 20px;
  height: 20px;
}
.cookie-modal .modal-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  justify-content: flex-end;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 1.34rem;
  background: #fff;
  color: #1658A2;
  border: none;
  border-radius: 20px;
  padding: 2px 12px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 8px #F2B63233;
  transition: background .18s, color .18s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  background: #F2B632;
  color: #1658A2;
}
@media (max-width: 480px) {
  .cookie-modal {
    padding: 22px 8px 14px 8px;
    border-radius: 11px;
    font-size: .98rem;
    max-width: 97vw;
  }
}

/* ==================
   TECH FUTURISTIC DECOR
   ================== */
.section, .content-wrapper, .card, .offer-card, .feature-item, .faq-item, .contact-info, .quick-links a {
  box-shadow: 0 2px 12px #1658A233, 0 0 8px #F2B63222;
}
.hero, .cta-contact, .feature-item, .offer-card, .card {
  position: relative;
}
.hero:before, .cta-contact:before, .feature-item:before, .offer-card:before, .card:before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, #F2B63244 0%, rgba(0,0,0,0) 100%);
  opacity: 0.18;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}
.feature-item:before, .offer-card:before, .card:before {
  left: 9px; top: 9px;
  width: 30px; height: 30px;
}

/* NEON ACCENTS */
.card, .feature-item, .offer-card, .faq-item {
  box-shadow: 0 2px 14px #1658A244, 0 0 8px #F2B63222;
  border-left: 3px solid #F2B632;
}
h1,h2,h3 {
  text-shadow: 0 0 6px #1658A299, 0 2px 12px #F2B63211;
}

/* ================== */
/* VISUAL MICRO-INTERACTIONS */
.card:active,
.feature-item:active,
.offer-card:active {
  transform: scale(0.98);
}
.btn-primary:active, .btn-secondary:active {
  transform: scale(0.97);
}
.quick-links a:active {
  transform: scale(0.99);
}
.cookie-btn:active {
  transform: scale(0.97);
}

/* ACCESSIBILITY: FOCUS OUTLINES */
a:focus, button:focus, .btn-primary:focus, .btn-secondary:focus, .cookie-btn:focus, .mobile-menu-close:focus {
  outline: 2px solid #F2B632;
  outline-offset: 2px;
}

/* ================== */
/* UTILITY */
.mt-2 { margin-top: 16px !important; }
.mb-2 { margin-bottom: 16px !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

/* END OF CSS */
