/* ===================================================
   ADA SPORT - STYLE.CSS
   Playful Dynamic Style - Flexbox Only, Responsive, ADA Accessible
   ====================================================*/

/* ===== RESET & BASE TYPOGRAPHY ===== */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; margin: 0; padding: 0; }
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #1B365D;
  background: #FAFAFA;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; vertical-align: middle; }
a { color: #1B365D; text-decoration: none; transition: color 0.2s; }
a:hover, a:focus { color: #F4C542; outline: none; }
ul, ol { margin-left: 1.2em; }
strong, b { font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.22;
  color: #1B365D;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
h1 { font-size: 2.2rem; margin-bottom: 20px; }
h2 { font-size: 1.7rem; margin-bottom: 18px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }

/* ======= LAYOUT: FLEXBOX CONTAINERS ======= */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* Standard section spacing (MANDATORY) */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(30,50,120,0.09);
  margin-bottom: 20px;
  position: relative;
  padding: 28px 22px;
  transition: box-shadow 0.2s, transform 0.18s;
}
.card:hover {
  box-shadow: 0 10px 30px rgba(30,50,120,0.14);
  transform: translateY(-3px) scale(1.025);
}
.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: #fffbe2;
  border: 2px solid #F4C542;
  box-shadow: 0 2px 16px rgba(244,197,66,0.06);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
  color: #1B365D;
  max-width: 600px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.text-section, .text-section ul {
  margin-bottom: 12px;
}
.section ul,
.section ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ===== HEADER / NAVIGATION ===== */
header {
  background: #fff;
  box-shadow: 0 4px 24px rgba(30,54,93,0.07);
  padding: 0 0 0 0;
  position: relative;
  z-index: 1003;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 24px;
}
header nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
header a img {
  height: 34px;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1B365D;
  padding: 6px 0;
  transition: color 0.18s;
  border-bottom: 2px solid transparent;
}
header nav a:hover, header nav a:focus {
  color: #F4C542;
  border-color: #F4C542;
}
.btn-primary, .btn-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: 0 2px 8px rgba(30,54,93,0.10);
  padding: 10px 28px;
  margin-left: 6px;
  transition: background 0.17s, color 0.17s, transform 0.11s;
  display: inline-block;
}
.btn-primary {
  background: #F4C542;
  color: #1B365D;
  letter-spacing: 0.02em;
}
.btn-primary:hover, .btn-primary:focus {
  background: #e3b400;
  color: #1B365D;
  transform: translateY(-2px) scale(1.045);
}
.btn-secondary {
  background: #1B365D;
  color: #fff;
  letter-spacing: 0.01em;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #263870;
  color: #F4C542;
  transform: translateY(-2px) scale(1.045);
}

/* ============ MOBILE NAV ============ */
.mobile-menu-toggle {
  display: inline-flex;
  background: #F4C542;
  color: #1B365D;
  font-size: 2.1rem;
  border: none;
  border-radius: 10px;
  padding: 8px 14px 8px 14px;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(30,54,93,0.07);
  z-index: 1101;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #ffe296;
}
.mobile-menu {
  /* Off-canvas menu */
  position: fixed;
  top: 0; right: 0; left: 0; bottom: 0;
  background: #1B365D;
  color: #F4C542;
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(.87,-0.41,.19,1.44);
  z-index: 1105;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-close {
  align-self: flex-end;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  margin: 0 28px 16px 0;
  cursor: pointer;
  padding: 12px;
  transition: color 0.2s, background 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #F4C542;
  background: rgba(244,197,66,0.1);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0 36px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  padding: 16px 0 7px;
  letter-spacing: 0.02em;
  border-bottom: 2px solid transparent;
  transition: color 0.19s, border 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #F4C542;
  border-bottom: 2px solid #F4C542;
}

/* Hide desktop nav/CTA and show burger on mobile */
@media (max-width: 1024px) {
  header .container nav,
  header .container .btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
}
@media (min-width: 1025px) {
  .mobile-menu-toggle, .mobile-menu {
    display: none !important;
  }
}

/* ========== MAIN CONTENT & HERO STYLE ========== */
main > section {
  margin-bottom: 60px;
  padding: 40px 0 40px 0;
}
main > section:first-of-type {
  padding-top: 34px;
}
@media (max-width: 768px) {
  main > section, .section {
    padding: 26px 6px;
    margin-bottom: 38px;
  }
  .card {
    padding: 14px 10px;
  }
}

/* --- Animate in heros/CTA with fun bounce -- */
.content-wrapper > :first-child {
  animation: appearDown 0.75s cubic-bezier(.71,1.81,.71,1) .0s both;
}
@keyframes appearDown {
  0% { opacity:0; transform: translateY(-42px) scale(.93) rotate(-5deg); }
  65%{ opacity:.6; }
  100% { opacity:1; transform: none; }
}

/* ========== BUTTON & MICRO-INTERACTION ========== */
.buttonrow {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
/* Fun actionable btn animation */
.btn-primary:active, .btn-secondary:active {
  transform: scale(0.98);
  box-shadow: 0 1px 2px #d7d7d7;
}
/* Ripple hover effect */
.btn-primary, .btn-secondary {
  position: relative;
  overflow: hidden;
}
.btn-primary:after, .btn-secondary:after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 0; height: 0;
  background: rgba(244,197,66,0.20);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: width .5s, height .5s;
  z-index: 1;
  pointer-events: none;
}
.btn-primary:hover:after, .btn-secondary:hover:after {
  width: 110%;
  height: 380%;
}


/* ======== CARD STYLES ======== */
.card {
  border: 3px solid #F4C54220;
  transition: box-shadow 0.19s, transform 0.18s, border 0.19s;
}
.card:hover {
  border: 3px solid #F4C54280;
}

/* FUN STICKY BADGES ON SERVICES */
.card .badge, .feature-item .badge {
  display: inline-block;
  background: #F4C542;
  color: #1B365D;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  border-radius: 16px;
  padding: 4px 18px 4px 8px;
  margin-bottom: 6px;
  box-shadow: 0 1.8px 8px rgba(244,197,66,0.15);
}

/* ======= TESTIMONIALS ======= */
.testimonial-card {
  position: relative;
  border-left-width: 6px;
  border-radius: 18px 24px 22px 18px;
  animation: fadeIn 1s cubic-bezier(.62,1.27,.52,.97) both;
  font-size: 17px;
}
.testimonial-card strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1B365D;
  margin-top: 8px;
}
@keyframes fadeIn {
  0% { opacity:0; transform: translateX(-40px) scale(.97); }
  100% { opacity:1; transform: none; }
}

/* ======= FOOTER ======= */
footer {
  background: #1B365D;
  color: #fff;
  font-size: 14px;
  padding: 48px 0 36px;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
footer nav a {
  color: #F4C542;
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0 8px;
  font-weight: 700;
}
footer nav a:hover, footer nav a:focus {
  text-decoration: underline;
}
footer p {
  color: #fff;
  margin-top: 8px;
}
footer .social-links a {
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(30,54,93,0.07);
}
footer .social-links a:hover {
  background: #F4C542;
}
footer img {
  max-width: 58px;
  margin-bottom: 6px;
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1200;
  padding: 18px 20px 14px 20px;
  background: #fffbe2;
  color: #1B365D;
  box-shadow: 0 -2px 28px rgba(244,197,66,0.21), 0 2px 8px rgba(25,40,72,0.07);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  animation: cookieAppear .7s cubic-bezier(.45,1.8,.48,1);
}
@keyframes cookieAppear {
  0% { opacity:0; transform: translateY(48px); } 100% { opacity:1; transform:none;}
}
.cookie-banner .button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.cookie-banner .btn-primary, .cookie-banner .btn-secondary {
  min-width: 124px;
  font-size: 15px;
  padding: 8px 20px;
  margin-left: 0;
}
.cookie-banner .btn-primary {
  background: #F4C542;
  color: #1B365D;
}
.cookie-banner .btn-primary:hover {
  background: #ffe296;
  color: #1B365D;
}
.cookie-banner .btn-secondary {
  background: #1B365D;
  color: #fff;
}
.cookie-banner .btn-secondary:hover {
  background: #263870;
  color: #F4C542;
}

/* ----- Cookie preferences modal ----- */
.cookie-modal-overlay {
  position: fixed;
  left:0; top:0; right:0; bottom:0;
  z-index: 1300;
  background: rgba(30,54,93,0.68);
  display: flex; align-items: center; justify-content: center;
  animation: cookieModalIn .3s cubic-bezier(.48,1.9,.65,1.26);
}
@keyframes cookieModalIn {
  0% { opacity:.15; }
  100% { opacity:1; }
}
.cookie-modal {
  background: #fffbe2;
  border-radius: 24px;
  max-width: 380px;
  width: 95vw;
  padding: 42px 24px 24px 24px;
  box-shadow: 0 10px 48px rgba(244,197,66,0.20), 0 2px 8px rgba(30,54,93,0.10);
  color: #1B365D;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cookie-modal h2 {
  font-size: 1.18rem;
  margin-bottom: 18px;
  font-weight: 700;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.35;
}
.cookie-category .switch {
  position: relative;
  width: 38px;
  height: 22px;
  display: inline-block;
}
.cookie-category .switch input[type="checkbox"] {
  opacity: 0;
  width: 0; height: 0;
  position: absolute;
}
.cookie-category .slider {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: #e3e3e3;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.23s;
}
.cookie-category .switch input:checked + .slider {
  background: #F4C542;
}
.cookie-category .slider:before {
  content: "";
  position: absolute;
  left: 4px; top: 3px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px #ecc95288;
  transition: transform 0.22s;
}
.cookie-category .switch input:checked + .slider:before {
  transform: translateX(14px);
}
.cookie-category .switch[disabled], .cookie-category[disabled] .switch {
  pointer-events: none;
  filter: grayscale(100%) opacity(0.7);
}
.cookie-modal .button-row {
  justify-content: flex-end;
}
.cookie-modal .btn-primary,
.cookie-modal .btn-secondary {
  font-size: 14px;
  min-width: 90px;
  padding: 6px 16px;
}
.cookie-modal-close {
  position: absolute;
  top: 10px; right: 18px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #1B365D;
  cursor: pointer;
  transition: color 0.2s;
}
.cookie-modal-close:hover {
  color: #F4C542;
}

/* ========== RESPONSIVE & FLEXBOX LAYOUTS ========== */
@media (max-width: 900px) {
  .content-wrapper, .content-grid, .card-container, .text-image-section {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .content-wrapper, .content-grid, .card-container, .text-image-section {
    flex-direction: column;
    gap: 12px;
  }
  .section ul, .section ol { gap: 12px; }
  footer .content-wrapper {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
  }
  footer .container{
    padding:0 12px;
  }
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.18rem; }
}
@media (max-width: 480px) {
  .btn-primary, .btn-secondary, .cookie-banner .btn-primary, .cookie-banner .btn-secondary, .cookie-modal .btn-primary,.cookie-modal .btn-secondary {
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
  }
}

/* =========== PLAYFUL DYNAMIC COLORS & SHADOWS =========== */
/* --- Extra playful color highlights --- */
.highlight,
.section ul li strong:not(:only-child) {
  background: #F4C54229;
  border-radius: 6px;
  padding: 0 6px;
}
.section li span {
  background: #d7fc8a;
  color: #1B365D;
  border-radius: 14px;
  padding: 4px 12px;
  margin-left:10px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
}
.section ul li img, .section ol li img {
  margin-right: 8px;
  transform: translateY(2px) scale(1.09) rotate(-4deg);
}


/* FUN SHADOW & BOUNCE ON CARDS */
.card, .testimonial-card {
  transition: box-shadow 0.22s, transform 0.16s;
}
.card:hover, .testimonial-card:hover {
  box-shadow: 0 14px 45px rgba(30,54,93,0.09), 0 1.5px 6px #F4C54233;
  transform: translateY(-5px) scale(1.02);
}


/* ======= MISC ======= */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-thumb {
  background: #F4C542;
  border-radius: 12px;
}
::-webkit-scrollbar-track {
  background: #eee;
}

input, textarea, select {
  font-family: 'Open Sans', Arial, sans-serif;
  border-radius: 10px;
  border: 2px solid #F4C54260;
  padding: 10px 12px;
  background: #fff;
  margin-bottom: 14px;
  width: 100%;
  font-size: 1rem;
  transition: border 0.15s, box-shadow 0.15s;
}
input:focus, textarea:focus, select:focus {
  border-color: #F4C542;
  outline: none;
  box-shadow: 0 0 0 2px #F4C54288;
}

/* FUN FONTS! */
body, .section, .card, .testimonial-card {
  font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, .btn-primary, .btn-secondary, .mobile-nav a, header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ========== UTILITY ========== */
.mt-2 { margin-top: 12px; }
.mb-2 { margin-bottom: 12px; }
.mt-3 { margin-top: 20px; }
.mb-3 { margin-bottom: 20px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.flex-row { display: flex; flex-direction: row; gap: 10px; }
.flex-col { display: flex; flex-direction: column; }

/* ======= THANK YOU PAGE ======= */
main > section .btn-primary {
  margin-top: 22px;
  margin-bottom: 0;
}

/* ========= HIGH CONTRAST IN TESTIMONIALS ======== */
.testimonial-card p, .testimonial-card strong {
  color: #1B365D;
  background: none;
}

/* ========= FOCUS STYLES ========= */
a:focus-visible, button:focus-visible {
  outline: 3px solid #F4C542;
  outline-offset: 2px;
  box-shadow: 0 0 2px #F4C542aa;
}

/* ================ END ================ */
