/* =====================================================
   GameKoebe Oratory Vintage Retro CSS Theme
   Author: Professional Website Developer & UI Designer
   ===================================================== */

/* === 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;
}

html {
  /* Vintage yellow cream background */
  background: #FAF3E6;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-family: 'Roboto', Arial, sans-serif;
  background: #FAF3E6;
  color: #23374D;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul, ol {
  margin-left: 2em;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
}

a {
  color: #A45B2A;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #C99400;
  text-decoration: underline;
}

/* === BRAND COLORS === */
:root {
  --primary: #23374D;
  --secondary: #C99400;
  --accent: #E2E8F0;
  --cream: #FAF3E6;
  --retro-blue: #466B8A;
  --retro-brown: #98694F;
  --retro-red: #CF5742;
  --retro-green: #B8BE8A;
  --white: #fff;
  --border: #e8d6b8;
  --shadow: rgba(40,20,10,0.07);
}

/* === TYPOGRAPHY === */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: var(--primary);
  text-shadow: 0 2px 6px rgba(35, 55, 77, 0.07);
  letter-spacing: 0.03em;
  font-weight: 900;
  margin-bottom: 18px;
}
h1 {
  font-size: 2.7rem;
  line-height: 1.12;
  padding-bottom: 8px;
}
h2 {
  font-size: 2rem;
  border-bottom: 4px dotted var(--secondary);
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--retro-brown);
  font-weight: 700;
}
h4, h5, h6 {
  font-size: 1.1rem;
  font-weight: 700;
}
p, li, table, th, td {
  font-family: 'Roboto', Arial, sans-serif;
}
p {
  font-size: 1.14rem;
  margin-bottom: 1em;
}
strong {
  font-weight: 700;
  color: var(--retro-brown);
}
em {
  color: var(--retro-blue);
}

/* Vintage display/slogan text */
.vintage-text, .tagline {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--retro-red);
  text-shadow: 1px 2px 0 var(--accent), 0 2px 4px var(--shadow);
}

/* ========== LAYOUT ========== */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;
}

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

.content-wrapper {
  margin-bottom: 34px;
  background: var(--white);
  border-radius: 18px;
  padding: 36px 28px 32px 28px;
  box-shadow: 0 4px 24px var(--shadow);
  border: 2px solid var(--border);
  /* classic retro outline border */
  position: relative;
}

.text-section {
  background: var(--cream);
  border-left: 10px solid var(--secondary);
  border-radius: 18px 0 18px 0;
}

/* ========== NAVIGATION & HEADER ========== */
header {
  background: var(--primary);
  position: sticky;
  top: 0;
  z-index: 1100;
  width: 100%;
  box-shadow: 0 8px 28px -11px var(--shadow);
  padding: 0;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 28px;
  padding: 8px 0 8px 0;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  background: transparent;
}
.main-nav a {
  color: var(--accent);
  opacity: 0.92;
  padding: 10px 13px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.17s;
}
.main-nav a:hover, .main-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
  text-decoration: none;
  box-shadow: 0 1px 8px 0 var(--shadow);
}
.logo {
  margin-right: 30px;
  padding: 0 10px;
  background: transparent !important;
}
.logo img {
  height: 36px;
  width: auto;
}
/* Call-to-action (CTA) button in nav */
.main-nav .cta.primary {
  margin-left: 16px;
  background: var(--secondary);
  color: var(--primary);
  border: none;
  font-weight: 800;
  letter-spacing: 0.05em;
  border-radius: 22px;
  transition: background 0.16s, box-shadow 0.16s, color 0.16s;
  box-shadow: 0 2px 8px -2px var(--secondary);
}
.main-nav .cta.primary:hover, .main-nav .cta.primary:focus {
  background: var(--retro-brown);
  color: var(--accent);
  box-shadow: 0 4px 16px 0 var(--retro-brown);
}

/* Hamburger Icon */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2001;
  font-size: 2.1rem;
  padding: 8px 14px;
  background: var(--secondary);
  color: var(--primary);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 2px 10px -3px var(--secondary);
  transition: background 0.2s, color 0.18s;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  background: var(--retro-red);
  color: var(--cream);
}

/* ========== MOBILE NAVIGATION ========== */
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--cream);
  z-index: 3333;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(.7,.24,.24,1.1);
  box-shadow: 0 4px 24px var(--shadow);
  padding-top: 0px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 20px 28px 0 0;
  font-size: 2.4rem;
  border: none;
  background: none;
  color: var(--retro-red);
  transition: color 0.2s;
  cursor: pointer;
  z-index: 3344;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--secondary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px 34px 0 34px;
  gap: 14px;
}
.mobile-nav a {
  color: var(--primary);
  font-size: 1.35rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  padding: 15px 0;
  border-bottom: 2px dashed #efd399;
  font-weight: 700;
  display: block;
  transition: color 0.2s, background 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--secondary);
  color: var(--cream);
  border-radius: 8px;
}

@media (max-width: 1000px) {
  .main-nav .cta.primary {
    margin-left: 0;
  }
  .main-nav a {
    font-size: 1rem;
    padding: 8px 10px;
  }
  .logo {
    margin-right: 18px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 0 14px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ========== TYPOGRAPHIC RHYTHM & SPACING ========== */
section, .section {
  margin-bottom: 60px;
  padding: 40px 20px;
  width: 100%;
}

.content-wrapper {
  margin-bottom: 34px;
  padding: 36px 20px 32px 20px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 16px 0 0 0;
  align-items: flex-start;
}
.feature-grid > div {
  flex: 1 1 190px;
  min-width: 230px;
  max-width: 260px;
  background: var(--accent);
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px var(--shadow);
  padding: 30px 20px 22px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow 0.22s, transform 0.22s;
  position: relative;
}
.feature-grid > div img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}
.feature-grid > div:hover {
  box-shadow: 0 8px 34px -2px var(--retro-brown);
  transform: translateY(-6px) scale(1.03);
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 26px 20px 26px;
  border-radius: 18px;
  background: var(--white);
  border: 2px solid var(--retro-blue);
  box-shadow: 0 3px 16px 0 var(--shadow);
  margin-bottom: 20px;
  transition: box-shadow 0.22s, border-color 0.18s;
  max-width: 440px;
  color: #222;
}
.testimonial-card:hover {
  border-color: var(--secondary);
  box-shadow: 0 7px 24px -6px var(--retro-brown);
}
.testimonial-card p {
  font-size: 1.08rem;
  color: #222;
}
.testimonial-card span {
  font-size: 1rem;
  color: var(--retro-brown);
  letter-spacing: 0.01em;
  font-style: italic;
  margin-top: -8px;
}

.student-results ul {
  margin: 24px 0;
  font-size: 1.03rem;
  color: var(--retro-blue);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 24px;
}
.faq-item {
  background: var(--accent);
  border-left: 6px solid var(--retro-red);
  border-radius: 8px;
  padding: 16px 20px;
  transition: background 0.12s;
}
.faq-item h3 {
  font-size: 1.11rem;
  color: var(--primary);
  margin-bottom: 4px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
}
.faq-item p {
  color: #333;
}
.faq-item:hover {
  background: #fbe7d4;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.team-member {
  flex: 1 1 210px;
  background: #f7ebb8;
  border-radius: 12px;
  border: 2px solid var(--retro-green);
  box-shadow: 0 2px 14px var(--shadow);
  padding: 24px 18px 20px 18px;
  margin-bottom: 20px;
  font-size: 1.05rem;
  min-width: 170px;
}
.team-member h3 {
  font-size: 1.19rem;
  color: var(--retro-brown);
  margin-bottom: 5px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: var(--cream);
  border-radius: 14px;
  border: 2px solid var(--secondary);
  box-shadow: 0 2px 12px var(--shadow);
  position: relative;
  padding: 24px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 240px;
  max-width: 340px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.02rem;
}

/* ========== CTA BUTTONS ========== */
.cta {
  display: inline-block;
  background: var(--primary);
  color: var(--accent);
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  padding: 13px 36px;
  border-radius: 26px;
  margin: 18px 0 8px 0;
  box-shadow: 0 4px 15px -4px var(--shadow);
  border: 2px solid var(--secondary);
  cursor: pointer;
  text-align: center;
  transition: background .22s, color .15s, box-shadow .2s, border .17s, transform .18s;
}
.cta.primary {
  background: var(--secondary);
  color: var(--primary);
  border-color: var(--primary);
}
.cta:hover, .cta:focus {
  background: var(--retro-brown);
  color: var(--cream);
  border-color: var(--retro-red);
  box-shadow: 0 7px 24px -2px var(--retro-red);
  transform: scale(1.04) translateY(-2px);
}

/* ========== TABLES ========== */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 1px 9px var(--shadow);
  margin-bottom: 18px;
  overflow: hidden;
  font-size: 1.08rem;
}
th, td {
  padding: 14px 12px;
  border-bottom: 2px dashed var(--secondary);
  text-align: left;
}
th {
  background: var(--retro-green);
  color: var(--primary);
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
tr:last-child td {
  border-bottom: none;
}

/* ========== CONTACT & DETAILS ========== */
.contact-details p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.contact-details img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

/* ========== FOOTER ========== */
footer {
  flex-shrink: 0;
  background: #332518;
  padding: 44px 0 32px 0;
  color: #e9decc;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  box-shadow: 0 -6px 30px -12px var(--shadow);
  letter-spacing: 0.01em;
  margin-top: 30px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-nav a {
  color: #ffedba;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  transition: background 0.19s, color 0.18s;
  font-size: 1.04rem;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}
.contact-footer {
  font-size: 1.06rem;
  margin-bottom: 12px;
}
footer small {
  display: block;
  color: #dcc694;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: 0.04em;
  margin-top: 12px;
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #F8EBBC;
  box-shadow: 0 -3px 20px 0 var(--shadow);
  padding: 22px 16px 22px 16px;
  z-index: 4900;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.35s cubic-bezier(.66,.06,.44,.98);
}
.cookie-banner .cookie-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 6px;
}
.cookie-banner button {
  border: none;
  border-radius: 16px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  padding: 8px 22px;
  margin: 0 3px;
  cursor: pointer;
  background: var(--secondary);
  color: var(--primary);
  box-shadow: 0 2px 6px var(--shadow);
  transition: background 0.16s, color 0.13s;
}

.cookie-banner button.accept {
  background: var(--retro-green);
  color: var(--primary);
}
.cookie-banner button.reject {
  background: var(--retro-red);
  color: var(--cream);
}
.cookie-banner button.settings {
  background: var(--retro-blue);
  color: var(--cream);
}

.cookie-banner button:hover, .cookie-banner button:focus {
  background: var(--primary);
  color: var(--accent);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5001;
  width: 100vw;
  height: 100vh;
  background: rgba(30,19,10,0.37);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInModal 0.2s;
}

@keyframes fadeInModal {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff7e4;
  border-radius: 20px;
  padding: 36px 32px 28px 32px;
  box-shadow: 0 6px 32px var(--retro-brown);
  border: 3px solid var(--secondary);
  width: 94%;
  max-width: 410px;
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  animation: slideInCookieModal 0.32s cubic-bezier(.7,.24,.24,1.1);
  position: relative;
}
@keyframes slideInCookieModal {
  from { transform: translateY(100px); }
  to   { transform: translateY(0); }
}
.cookie-modal h2 {
  margin-bottom: 3px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.09rem;
  margin-bottom: 7px;
}
.cookie-toggle {
  appearance: none;
  width: 40px;
  height: 20px;
  background: var(--accent);
  border-radius: 20px;
  border: 2px solid var(--secondary);
  position: relative;
  outline: none;
  margin-left: 5px;
  transition: background 0.19s, border 0.2s;
  cursor: pointer;
}
.cookie-toggle:checked {
  background: var(--retro-green);
  border-color: var(--retro-brown);
}
.cookie-toggle::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 2.5px;
  width: 15px;
  height: 15px;
  background: var(--secondary);
  border-radius: 50%;
  transition: left 0.2s cubic-bezier(.6,.04,.47,1), background 0.16s;
}
.cookie-toggle:checked::after {
  left: 20px;
  background: var(--retro-blue);
}
.cookie-close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 1.7rem;
  border: none;
  background: transparent;
  color: var(--retro-red);
  cursor: pointer;
  z-index: 9002;
  transition: color 0.18s;
}
.cookie-close:hover { color: var(--secondary); }
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 9px;
}
.cookie-modal-actions button {
  padding: 9px 22px;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
  border-radius: 18px;
}

/* ========== RESPONSIVE DESIGN & FLEXBOX PATTERNS ========== */
@media (max-width: 1000px) {
  .container {
    max-width: 970px;
    padding: 0 10px;
  }
  .feature-grid {
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .team-list, .feature-grid, .card-container, .testimonial-slider {
    flex-wrap: wrap;
    gap: 18px;
  }
  .feature-grid > div, .team-member, .card {
    min-width: 170px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .container { max-width: 100%; }
  .main-nav { display: none; }
  .mobile-menu-toggle {
    display: block;
    z-index: 2200;
  }
  .feature-grid {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .feature-grid > div {
    max-width: 100%;
    min-width: 0;
    padding: 22px 14px 18px 14px;
  }
  .team-list {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .team-member {
    max-width: 100%;
    min-width: 0;
  }
  .card-container, .testimonial-slider, .content-grid {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .card {
    max-width: 100%;
    min-width: 0;
    padding: 20px 14px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .content-wrapper, .text-section {
    padding: 22px 10px 18px 10px;
  }
  footer {
    padding: 32px 0;
    font-size: 0.98rem;
  }
  .footer-nav a { padding: 6px 10px; }
  .cookie-banner {
    font-size: 1rem;
    padding: 18px 4px;
  }
  .cookie-modal {
    padding: 28px 10px 20px 10px;
    max-width: 98vw;
  }
}

@media (max-width: 520px) {
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.08rem; }
  h3, th, .cta { font-size: 0.99rem; }
  .content-wrapper, .text-section {
    padding: 12px 2vw 12px 2vw;
  }
}

/* ========== SUBTLE DECORATIVE RETRO ELEMENTS ========== */
.content-wrapper:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 10px;
  width: 22px;
  height: 90px;
  background: repeating-linear-gradient(135deg, var(--secondary), var(--secondary) 10px, transparent 10px, transparent 20px);
  opacity: 0.12;
  border-radius: 4px;
  z-index: 2;
  display: none;
}
.content-wrapper:after {
  content: '';
  position: absolute;
  right: -24px;
  bottom: 16px;
  width: 18px;
  height: 70px;
  background: repeating-linear-gradient(45deg, var(--retro-red), var(--retro-red) 8px, transparent 8px, transparent 16px);
  opacity: 0.1;
  border-radius: 5px;
  z-index: 2;
  display: none;
}
@media (min-width: 820px) {
  .content-wrapper:before, .content-wrapper:after {
    display: block;
  }
}

/* ========== UI EFFECTS ========== */

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  border-radius: 8px;
  border: 1.5px solid var(--accent);
  outline: none;
  transition: border-color 0.18s, box-shadow 0.19s;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--retro-blue);
  box-shadow: 0 2px 10px var(--shadow);
}

::-webkit-input-placeholder { color: #a79476; }
::-moz-placeholder { color: #a79476; }
:-ms-input-placeholder { color: #a79476; }
::placeholder { color: #a79476; }

/* Buttons - generic */
button {
  cursor: pointer;
  transition: background 0.18s, color 0.19s, box-shadow 0.17s;
}
button:active {
  transform: scale(0.97);
}

/* ========== OVERLAYS, Z-INDEX MANAGEMENT ========== */
.mobile-menu,
.cookie-modal-overlay,
.cookie-banner {
  z-index: 4900;
}
.mobile-menu.open { z-index: 5100; }
.cookie-modal-overlay { z-index: 5001; }

/* ========== RETRO COLOR PALETTE BACKGROUNDS ========== */
.retro-box {
  background: repeating-linear-gradient(-45deg, var(--retro-green), var(--retro-green) 10px, var(--accent) 10px, var(--accent) 20px);
  border: 2.5px dashed var(--retro-red);
  border-radius: 18px;
  padding: 20px;
}

/* ========== TRANSITIONS & MICRO-INTERACTIONS ========== */
.cta, button, .feature-grid > div, .testimonial-card, .faq-item {
  transition: box-shadow 0.22s, background 0.13s, color 0.16s, border 0.19s, transform 0.12s;
}

.cta:active, button:active { transform: scale(0.96); }

/* ========== PRINT FRIENDLINESS ========== */
@media print {
  header, nav, .mobile-menu, .mobile-menu-toggle, .cta, footer, .cookie-banner, .cookie-modal-overlay { display: none !important; }
  body { background: #fff !important; color: #222 !important; }
}
