/* 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,
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #ffffff;
  color: #1A2851;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
}
[tabindex]:focus-visible {
  outline: 2px solid #E68634;
  outline-offset: 2px;
}
::selection {
  background: #E6863444;
}
img, picture, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #223668;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 16px;
}
h1 {
  font-size: 2.2rem;
  letter-spacing: -1px;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.15rem;
  font-weight: 600;
}
h4, h5, h6 {
  font-size: 1rem;
}
p, ul, ol, li, table, blockquote {
  font-family: 'Roboto', Arial, sans-serif;
  color: #1A2851;
  font-size: 1rem;
  margin-bottom: 12px;
}
strong, b {
  font-weight: 600;
  color: #223668;
}
a {
  color: #223668;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #E68634;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

/* Layout Containers */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content-wrapper {
  width: 100%;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(34,54,104,0.06);
  padding: 32px 24px;
  min-width: 250px;
  flex: 1 1 285px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 4px 16px rgba(34,54,104,0.13);
  transform: translateY(-2px) scale(1.01);
}
.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: center;
  gap: 20px;
  padding: 20px;
  background: #FAF7F2;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px rgba(34,54,104,0.05);
  transition: box-shadow 0.16s;
  color: #223668 !important;
  font-size: 1.05rem;
}
.testimonial-card blockquote {
  margin-bottom: 0px;
  font-size: 1.05rem;
  color: #223668;
  font-style: italic;
  line-height: 1.38;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Buttons & CTAs */
.cta-btn {
  display: inline-block;
  padding: 10px 34px;
  background: #E68634;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.08em;
  font-weight: 600;
  box-shadow: 0 1px 5px rgba(229,134,52, 0.05);
  cursor: pointer;
  transition: background 0.18s, transform 0.14s, box-shadow 0.18s;
  letter-spacing: 0.5px;
  margin-top: 12px;
  text-decoration: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #d67623;
  transform: translateY(-1px) scale(1.015);
  box-shadow: 0 3px 12px rgba(229,134,52,0.11);
}

button, .button, input[type="submit"] {
  font-family: inherit;
  font-size: 1em;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

/* Header */
header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(34,54,104,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 20px;
}
header img {
  height: 40px;
  width: auto;
  margin-right: 12px;
}

.main-nav {
  display: flex;
  gap: 28px;
  margin-left: 28px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #223668;
  text-decoration: none;
  padding: 3px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border 0.22s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #E68634;
  border-bottom: 2px solid #E68634;
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  background: none;
  border: none;
  color: #223668;
  padding: 0 10px;
  margin-left: 12px;
  cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,54,104,0.96);
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(.63,.16,.45,1.16);
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0vw);
}
.mobile-menu-close {
  font-size: 2.2rem;
  color: #fff;
  margin: 24px 0 10px 24px;
  background: none;
  border: none;
  align-self: flex-start;
  transition: color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #E68634;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 32px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.18rem;
  padding: 9px 0;
  border-bottom: 1px solid rgba(250,247,242,0.08);
  text-decoration: none;
  transition: color 0.23s;
  min-width: 160px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #E68634;
}

/* Hamburger Hide/Show on Breakpoints */
@media (max-width: 990px) {
  .main-nav {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

@media (min-width: 991px) {
  .mobile-menu {
    display: none;
  }
}

/* HERO SECTIONS */
.hero {
  padding: 64px 0 44px 0;
  background: #FAF7F2;
  display: flex;
  align-items: center;
  min-height: 320px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.hero .content-wrapper {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 2.4rem;
  margin-bottom: 18px;
}
.hero h2 {
  color: #E68634;
  font-size: 1.32rem;
  margin-bottom: 22px;
}
.hero p {
  font-size: 1.08rem;
  margin-bottom: 18px;
}

/* FEATURE GRID, ABOUT, and USPs */
.features-grid, .usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px 0 22px 0;
  list-style: none;
  justify-content: flex-start;
}
.features-grid li, .usp-grid > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(34,54,104,0.04);
  padding: 22px 20px 18px 20px;
  min-width: 220px;
  flex: 1 1 252px;
  transition: box-shadow 0.16s, transform 0.13s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.features-grid li:hover, .usp-grid > div:hover,
.features-grid li:focus-within, .usp-grid > div:focus-within {
  box-shadow: 0 5px 23px rgba(34,54,104,0.10);
  transform: translateY(-1px) scale(1.017);
}
.features-grid img, .usp-grid img {
  width: 38px; height: 38px;
  margin-bottom: 10px;
  filter: grayscale(20%) contrast(1.16);
}
.features-grid h3, .usp-grid h3 {
  font-size: 1.11em;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  margin-bottom: 9px;
}
.features-grid p, .usp-grid p {
  font-size: 0.98em;
  margin-bottom: 0;
  color: #223668;
}

/* SECTION AND CONTENT SPACING */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-wrapper > h2 {
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.content-wrapper > p {
  font-size: 1.08rem;
  margin-bottom: 16px;
}
.content-wrapper ul, .content-wrapper ol {
  margin-bottom: 18px;
  font-size: 1rem;
}
.content-wrapper li {
  margin-bottom: 11px;
  line-height: 1.52;
}

/* SPECIAL SECTIONS */
.about-highlight ul,
.about-section ul, 
.why-section ul,
.pricelist-benefits ul,
.features-list ul,
.contact-infos ul,
.arrival ul, .team-section ul, .team-benefits ul {
  margin-bottom: 0;
  padding-left: 28px;
}

.school-experience p {
  max-width: 700px;
}

.team-bio {
  background: #FAF7F2;
  border-radius: 10px;
  padding: 18px 18px 12px 18px;
  margin-bottom: 18px;
  box-shadow: 0 1px 6px rgba(34,54,104,.03);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team-bio h3 {
  font-size: 1.13em;
  color: #E68634;
}

.legal-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(34,54,104,0.05);
  margin-bottom: 60px;
  padding: 32px 18px;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 26px 0;
  font-size: 1.03em;
}
.pricing-table th, .pricing-table td {
  border-bottom: 1px solid #FAF7F2;
  text-align: left;
  padding: 10px 8px;
}
.pricing-table th {
  color: #223668;
  font-weight: 600;
  background: #FAF7F2;
}
.pricing-table tbody tr:hover {
  background: #FAF7F2;
  transition: background 0.15s;
}

/* CTA CONTACT / CONFIRMATION */
.cta-contact .content-wrapper, .contact-short .content-wrapper, .confirmation-message .content-wrapper {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

/* Footer */
footer {
  background: #FAF7F2;
  border-top: 1px solid #f1ece4;
  padding-top: 34px;
  padding-bottom: 28px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #223668;
  font-size: 1.15rem;
}
.footer-brand img {
  width: 34px; height: 34px;
}
.footer-info {
  font-size: 0.97rem;
  color: #223668;
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.6;
}
.footer-info a {
  color: #223668;
  text-decoration: underline;
}
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #223668;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #E68634;
  text-decoration: underline;
}

/* ========================
   COOKIE CONSENT BANNER   
   ======================== */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  background: #223668;
  color: #fff;
  width: 100vw;
  box-shadow: 0 -3px 24px rgba(34,54,104,0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 16px 16px 16px;
  gap: 22px;
  transition: transform 0.28s, opacity 0.19s;
}
.cookie-consent-banner.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
}
.cookie-consent-banner .cookie-banner-text {
  font-size: 1em;
  color: #FFF;
  margin-bottom: 6px;
  text-align: center;
  max-width: 540px;
}
.cookie-banner-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  padding: 7px 20px;
  border-radius: 5px;
  border: none;
  margin: 0 4px;
  font-weight: 600;
  background: #E68634;
  color: #FFF;
  transition: background 0.15s, color 0.14s;
}
.cookie-btn.secondary {
  background: #fff;
  color: #223668;
  border: 1px solid #E68634;
}
.cookie-btn.settings {
  background: transparent;
  color: #FFF;
  border: 1px solid #fff;
  font-weight: 500;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #d67623;
  color: #FFF;
}
.cookie-btn.secondary:hover, .cookie-btn.secondary:focus {
  background: #E68634;
  color: #fff;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #fff;
  color: #223668;
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  position: fixed;
  z-index: 5100;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,54,104,0.76);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.18s;
}
.cookie-modal {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 24px rgba(34,54,104,0.18);
  max-width: 380px;
  padding: 34px 25px 24px 25px;
  color: #223668;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 250px;
  animation: modalSlideIn 0.32s;
}
@keyframes modalSlideIn {
  0% {
    transform: translateY(60px) scale(0.93);
    opacity: 0;
  }
  85% {
    transform: translateY(-7px) scale(1.01);
    opacity: 1.07;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1.87em;
  color: #223668;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #E68634;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-category-label {
  font-size: 1em;
  font-weight: 500;
}
.cookie-toggle {
  position: relative;
  width: 38px;
  height: 22px;
  display: inline-block;
}
.cookie-toggle input {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-slider {
  position: absolute;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background: #e1e4ec;
  border-radius: 14px;
  transition: background 0.14s;
}
.cookie-toggle input:checked + .cookie-slider {
  background: #E68634;
}
.cookie-slider:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.19s;
  box-shadow: 0 1px 3px rgba(34,54,104,0.07);
}
.cookie-toggle input:checked + .cookie-slider:before {
  transform: translateX(16px);
}

/* Input Disabled for Essential/required category */
.cookie-toggle input[disabled] + .cookie-slider {
  background: #a0adc3;
}
.cookie-category .essential-label {
  color: #E68634;
  font-weight: 600;
  font-size: 0.97em;
}

/* ================
   RESPONSIVE RULES
   ================ */
@media (max-width: 990px) {
  .footer-info {
    display: none;
  }
}
@media (max-width: 850px) {
  .features-grid, .usp-grid, .content-grid, .card-container, .footer-nav, .testimonials .content-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: stretch !important;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 8px;
  }
  .section,
  section {
    padding: 26px 7px;
    margin-bottom: 42px;
  }
  .hero {
    padding: 32px 0 24px 0;
    min-height: 180px;
  }
  .features-grid li, .usp-grid > div, .card {
    padding: 14px 11px 12px 12px;
    flex-basis: unset;
    min-width: 180px;
  }
  .card {
    padding: 16px 8px;
  }
  .testimonial-card {
    padding: 10px 7px;
    font-size: 1em;
  }
  .footer-brand {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }
  footer .container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
  }
  .hero h1 {
    font-size: 1.45rem;
  }
  .hero h2 {
    font-size: 1.05rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.15rem;
  }
}

@media (max-width: 520px) {
  .cookie-modal {
    padding: 19px 5vw 18px 5vw;
    max-width: 99vw;
  }
}

/* Micro-transitions */
section, .card, .testimonial-card, .cookie-consent-banner, .cookie-modal {
  transition: box-shadow 0.19s, background 0.17s, color 0.15s, border 0.13s;
}

/* Hide scroll for modal open state */
body.modal-open {
  overflow: hidden;
}

/* Utility classes */
.hidden { display: none !important; }
.flex-center { display: flex; justify-content: center; align-items: center; }

/* End Style */
