/* --- 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #111824;
  color: #F2F2F2;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  letter-spacing: 0.02em;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
ol, ul { list-style: none; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:focus { outline: 2px solid #19B374; }
button { background: none; border: none; font: inherit; cursor: pointer; }

/* --- BRAND TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #19B374;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  line-height: 1.15;
  color: #F2F2F2;
  text-shadow: 0 2px 16px #14336866;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

p, li, blockquote, cite {
  font-family: 'Roboto', Arial, sans-serif;
  color: #F2F2F2;
  font-size: 1rem;
}
strong, b {
  color: #19B374;
}
.subheadline {
  color: #F2F2F2;
  font-size: 1.15rem;
  margin-bottom: 20px;
  font-weight: 500;
}

/* --- LAYOUT --- */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.text-section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* --- HERO --- */
.hero {
  background: linear-gradient(100deg, #143368 0 60%, #19B374 70% 100%);
  padding: 60px 0 54px 0;
  position: relative;
  box-shadow: 0 6px 32px -10px #19B37444;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.hero .content-wrapper {
  align-items: flex-start;
  padding: 30px 0 24px 0;
}

/* --- MAIN SECTIONS AND CTA --- */
.cta-section {
  background: #143368;
  border-radius: 20px;
  padding: 40px 0;
  margin-bottom: 60px;
  box-shadow: 0 6px 36px -8px #19B3742a;
}
.cta-section h2, .cta-section p {
  color: #F2F2F2;
}

/* --- FEATURES & CARDS --- */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #182648;
  padding: 24px 20px 18px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 18px -6px #19B37444;
  min-width: 240px;
  flex: 1 1 220px;
  transition: box-shadow 0.25s, transform 0.18s;
  border: 1px solid #14336855;
}
.feature-item img {
  width: 40px;
  filter: drop-shadow(0 0 4px #19B37488);
}
.feature-item:hover, .feature-item:focus-within {
  box-shadow: 0 8px 26px -4px #19B374bb, 0 1px 20px 0 #19B37422;
  transform: translateY(-4px) scale(1.025);
  border-color: #19B37485;
}

/* --- CARD STYLES --- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  background: #182948;
  border-radius: 16px;
  box-shadow: 0 2px 16px -6px #19B37444;
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 280px;
  padding: 24px 20px;
  transition: box-shadow 0.18s, transform 0.18s;
  border: 1px solid #14336840;
}
.card:hover, .card:focus-within {
  box-shadow: 0 6px 18px -4px #19B374bb, 0 1px 22px 0 #19B37422;
  transform: translateY(-2px) scale(1.015);
  border-color: #19B37455;
}

/* --- EVENT LIST --- */
.event-list {
  margin-bottom: 20px;
}
.event-list li {
  margin-bottom: 12px;
  padding-left: 0;
  color: #F2F2F2;
}
.event-list strong {
  color: #19B374;
}

/* --- TESTIMONIAL CARD --- */
.testimonials {
  margin-bottom: 60px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F2F2F2;
  color: #143368;
  padding: 20px 36px 20px 26px;
  border-radius: 14px;
  box-shadow: 0 2px 16px -7px #19B3743a;
  margin-bottom: 24px;
  border: 1px solid #19B37422;
}
.testimonial-card blockquote {
  font-size: 1.08rem;
  color: #143368;
  font-weight: 500;
  margin-right: 6px;
}
.testimonial-card cite {
  font-style: normal;
  font-size: 1rem;
  color: #143368bb;
}

/* --- HEADER, NAV & MOBILE MENU --- */
header {
  background: #111824f5;
  box-shadow: 0 4px 22px -14px #14336888;
  position: relative;
  z-index: 100;
  padding: 0;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  min-height: 72px;
  position: relative;
}
header .container > a img {
  height: 48px; max-height: 54px;
  width: auto;
  margin-right: 8px;
}

.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #F2F2F2;
  font-size: 1rem;
  letter-spacing: 0.02em;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: color 0.15s, border-color 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #19B374;
  border-bottom: 2px solid #19B374;
  text-shadow: 0 0 8px #19B37477;
}

.cta-btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: bold;
  background: #19B374;
  color: #111824;
  border-radius: 999px;
  padding: 12px 34px;
  margin-left: 32px;
  box-shadow: 0 2px 18px -5px #19B37455;
  transition: transform 0.18s, box-shadow 0.22s, background 0.18s;
  border: none;
  outline: none;
  cursor: pointer;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
.cta-btn:hover, .cta-btn:focus {
  background: #143368;
  color: #F2F2F2;
  transform: scale(1.045) translateY(-2px);
  box-shadow: 0 6px 32px -10px #19B37447, 0 0 16px #19B37433;
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  background: none;
  color: #19B374;
  margin-left: 18px;
  border: 2px solid #19B374;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: background 0.1s, color 0.13s, border 0.18s;
  z-index: 1102;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #19B37422;
  color: #143368;
  border-color: #143368;
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #0c162bfb;
  z-index: 1101;
  display: flex;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.8,-0.15,.2,1.15);
  min-width: 220px;
  width: 100vw;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu .mobile-menu-close {
  position: absolute;
  top: 22px; right: 26px;
  color: #F2F2F2;
  font-size: 2rem;
  background: #143368;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #19B37422;
  transition: background 0.22s, color 0.17s;
  z-index: 1104;
}
.mobile-menu .mobile-menu-close:hover, .mobile-menu .mobile-menu-close:focus {
  background: #19B374;
  color: #143368;
  border-color: #14336899;
}
.mobile-menu nav.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 86px 0 0 32px;
}
.mobile-menu .mobile-nav a {
  color: #F2F2F2;
  background: transparent;
  padding: 15px 0 11px 0;
  font-size: 1.25rem;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border-color 0.19s, background 0.16s;
}
.mobile-menu .mobile-nav a:hover, .mobile-menu .mobile-nav a:focus {
  color: #19B374;
  border-bottom: 2px solid #19B374;
  background: #14336855;
  border-radius: 8px;
  padding-left: 12px;
}

/* --- FOOTER --- */
footer {
  background: #111824;
  padding: 32px 0 8px 0;
  margin-top: 40px;
  width: 100%;
}
footer .container {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  row-gap: 18px;
}
.footer-branding {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  color: #19B374;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
}
.footer-branding img {
  height: 36px; width: auto;
  filter: drop-shadow(0 0 6px #19B37477);
}
.footer-contact {
  color: #F2F2F2;
  font-size: 0.98rem;
  line-height: 1.45;
}
.footer-contact a {
  color: #19B374;
  font-weight: 500;
  transition: color 0.17s;
}
.footer-contact a:hover { color: #95ffd4; }
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #F2F2F2;
  font-size: 0.98rem;
  transition: color 0.16s;
}
.footer-nav a:hover {
  color: #19B374;
  text-decoration: underline;
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.footer-social a img {
  width: 29px; height: 29px;
  transition: filter 0.2s, transform 0.14s;
  filter: grayscale(0.2) brightness(1.6) drop-shadow(0 0 3px #19B37455);
}
.footer-social a:hover img {
  filter: brightness(1) drop-shadow(0 0 6px #19B374BB);
  transform: scale(1.1);
}

/* --- CONTACT SECTION --- */
.contact-section {
  background: #182648;
  border-radius: 20px;
  padding: 32px 20px;
  margin-bottom: 60px;
  box-shadow: 0 2px 16px -11px #19B37444;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  color: #19B374;
}
.contact-details p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #19B374;
  font-weight: 500;
}
.contact-details img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

/* --- FORMS (for possible future extension) --- */
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.04rem;
  border: 1px solid #14336844;
  border-radius: 8px;
  padding: 10px 14px;
  background: #171e30;
  color: #F2F2F2;
  outline: none;
  margin-bottom: 18px;
  transition: border-color 0.15s, box-shadow 0.19s;
  box-shadow: 0 0 4px #19B37411;
}
input:focus, textarea:focus, select:focus {
  border: 1.5px solid #19B374;
  box-shadow: 0 0 0 2px #19b37431;
}

/* --- LISTS --- */
ul, ol {
  margin-bottom: 18px;
  padding-left: 22px;
}
li {
  margin-bottom: 10px;
}

/* --- TEXT/IMAGE SECTION --- */
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.text-image-section img {
  flex: 0 0 220px;
  border-radius: 20px;
  background: #19B3740A;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1100px) {
  .container {
    max-width: 950px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 99vw;
    padding-left: 14px; padding-right: 14px;
  }
  .features-grid {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.38rem; }
  .section, .cta-section, .hero { padding: 18px 0; }
  
  .features-grid {
    flex-direction: column;
    gap: 20px;
  }
  .card-container {
    flex-direction: column;
    gap: 20px;
  }
  .card {
    padding: 16px 12px;
    min-width: 0;
  }
  .footer-branding {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .footer-nav {
    flex-direction: column;
    gap: 8px;
  }
  footer .container {
    flex-direction: column;
    gap: 20px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .hero {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .cta-btn {
    margin-left: 0;
    padding: 11px 26px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 12px;
    padding: 18px 13px 16px 13px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

@media (max-width: 600px) {
  h1 { font-size: 1.3em; }
  h2 { font-size: 1.08em; }
  .footer-contact { font-size: 0.93em; }
  .footer-nav a, .footer-branding { font-size: 0.99em; }
}

/* --- VISUAL ACCENTS (Neon borders/shadows) --- */
.cta-section, .feature-item, .card {
  box-shadow: 0 0 8px 0 #19B37422, 0 0 0 2px #1433681a;
}
h1, h2, h3 {
  text-shadow: 0 1px 6px #19B37432, 0 2px 3px #14336828;
}

/* --- MICRO-INTERACTIONS & TRANSITIONS --- */
button, .cta-btn, .feature-item, .main-nav a, .footer-social a img, .mobile-menu-toggle, .mobile-menu-close, .mobile-nav a {
  transition: 
    background 0.15s, color 0.12s, 
    box-shadow 0.17s, border-color 0.17s, 
    transform 0.17s;
}

/* --- CODE: Cookie Consent Banner and Modal --- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #111824f6;
  color: #F2F2F2;
  padding: 18px 12px 18px 14px;
  border-top: 4px solid #19B374;
  box-shadow: 0 -2px 32px #14336844;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  z-index: 1200;
  font-size: 1rem;
  animation: cookieSlideIn 0.6s cubic-bezier(.7,-0.1,.25,1.1);
}
@keyframes cookieSlideIn {
  0% { transform: translateY(110%); opacity: 0; }
  70% { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner__text {
  flex: 1 1 60%;
  margin-right: 18px;
}
.cookie-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.cookie-banner .cookie-btn {
  background: #19B374;
  color: #111824;
  border: none;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, color 0.16s, transform 0.17s;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  background: #143368;
  color: #F2F2F2;
  transform: scale(1.07);
}
.cookie-banner .cookie-btn.secondary {
  background: #143368;
  color: #F2F2F2;
  border: 1.2px solid #19B374;
}
.cookie-banner .cookie-btn.secondary:hover, .cookie-banner .cookie-btn.secondary:focus {
  background: #19B374;
  color: #111824;
}

@media (max-width: 650px) {
  .cookie-banner { 
    flex-direction: column; 
    align-items: stretch; 
    gap: 12px; 
    font-size: 0.98rem;
    padding: 16px 8px 14px 9px;
  }
  .cookie-banner__text { margin-right: 0; }
  .cookie-banner__actions { gap: 7px; justify-content: flex-start; }
}

/* Cookie Consent Modal */
#cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 1300;
  left: 0; top: 0; right: 0; bottom: 0;
  background: #111824bb;
  align-items: center;
  justify-content: center;
  animation: cookieModalIn 0.35s cubic-bezier(.6,-0.1,.3,1.2);
}
#cookie-modal-overlay.active {
  display: flex;
}
@keyframes cookieModalIn {
  0% { opacity: 0; }
  60% { opacity: 1; }
  100% { opacity: 1; }
}
#cookie-modal {
  background: #F2F2F2;
  color: #143368;
  width: 96vw;
  max-width: 340px;
  border-radius: 22px;
  padding: 30px 22px 22px 22px;
  box-shadow: 0 4px 42px #19B37466, 0 0 0 2px #19B37428;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: cookieModalPanel 0.6s cubic-bezier(.5,-0.05,.2,1.2);
  position: relative;
}
@keyframes cookieModalPanel {
  0% { transform: scale(0.88) translateY(40px); opacity: 0; }
  70% { opacity: 1; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
#cookie-modal h3 {
  color: #19B374;
  font-size: 1.22em;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 12px;
}
#cookie-modal label, #cookie-modal .category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.07em;
  padding: 4px 0 0 0;
}
#cookie-modal .modal-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
#cookie-modal .cookie-btn {
  margin-top: 12px;
}
#cookie-modal .cookie-modal-close {
  position: absolute;
  top: 13px; right: 20px;
  background: none;
  color: #19B374;
  font-size: 1.34rem;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.17s;
}
#cookie-modal .cookie-modal-close:hover {
  color: #143368;
}
#cookie-modal input[type="checkbox"] {
  accent-color: #19B374;
  width: 22px; height: 22px;
  margin-right: 4px;
}
#cookie-modal .essential {
  color: #143368;
  font-weight: 600;
}
#cookie-modal .disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* --- HELPERS --- */
::-webkit-input-placeholder { color: #7a97b6; }
::-moz-placeholder { color: #7a97b6; }
:-ms-input-placeholder { color: #7a97b6; }
::placeholder { color: #7a97b6; }

/* Hide input spinner (number) on Chrome */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* Accent focus outline for accessibility */
:focus-visible {
  outline: 2px solid #19B374;
  outline-offset: 2px;
}

/* --- END --- */
