/* RESET & BASELINE ------------------ */
html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  background: #fcfbff;
  color: #21384A;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.7;
  font-size: 1rem;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  background-color: #fcfbff;
}
img, svg {
  max-width: 100%;
  vertical-align: middle;
  display: block;
}
a {
  color: #E89E00;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
a:focus,
a:hover {
  color: #ffb83d;
  outline: none;
}
ul, ol {
  margin-left: 1.2em;
  margin-top: 8px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 6px;
}

/* FONT FACE (GOOGLE FONTS FALLBACK) ------------------ */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #21384A;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.5rem; margin-bottom: 16px; }
h2 { font-size: 2rem; margin-bottom: 14px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }

strong { font-weight: 700; }

/* GLOBAL CONTAINER ------------------ */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff7e7;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(233, 190, 37, 0.06);
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FLEX PATTERNS & UTILITIES ------------------ */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 16px rgba(33,56,74,0.07);
  padding: 28px 22px 24px 22px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  min-width: 250px;
  flex: 1 1 220px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(236, 152, 14, 0.18);
  transform: translateY(-5px) scale(1.03) rotate(-1deg);
}

.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;
}

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

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(33,56,74,0.07);
  padding: 20px;
  margin-bottom: 22px;
  min-width: 270px;
  max-width: 540px;
  font-size: 1.13rem;
  line-height: 1.6;
  transition: box-shadow 0.23s, transform 0.22s;
  border-left: 7px solid #E89E00;
}
.testimonial-card:hover {
  box-shadow: 0 8px 28px rgba(33,56,74,0.18);
  transform: scale(1.025) rotate(0.8deg);
}
.testimonial-card p {
  color: #21384A;
}
.testimonial-card span {
  color: #233859;
  font-size: 0.98rem;
}

.section > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.cta {
  background: #E89E00;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(33, 56, 74, 0.14);
  margin-bottom: 48px;
  color: #21384A;
}
.cta h2, .cta p {
  color: #21384A;
}

/* HERO ------------------ */
.hero {
  background: linear-gradient(98deg, #fffdeb 27%, #ffe5a0 100%, #FFF 73%);
  border-radius: 0 0 32px 32px;
  margin-bottom: 42px;
  box-shadow: 0 3px 24px rgba(233, 158, 0, 0.07);
  padding: 54px 0 40px 0;
}
.hero h1 {
  font-size: 2.8rem;
  color: #21384A;
  margin-bottom: 14px;
  animation: slideDownFadeIn 750ms cubic-bezier(.46,.03,.52,.96);
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #4D6780;
}
.hero .btn-primary {
  margin-top: 12px;
  animation: popInBounce 0.7s 0.2s cubic-bezier(.1,1.26,.99,-0.38) backwards;
}
@keyframes slideDownFadeIn {
  0% { transform: translateY(-30px); opacity:0; }
  100% { transform: translateY(0); opacity:1; }
}
@keyframes popInBounce {
  0% { transform: scale(0.7) rotate(-4deg); opacity:0; }
  60% { transform: scale(1.06) rotate(2deg); opacity:1; }
  100% { transform: scale(1) rotate(0deg); }
}


/* BUTTONS & INTERACTIONS ------------------ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #E89E00;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 48px;
  border: none;
  padding: 13px 32px;
  box-shadow: 0 3px 24px rgba(233, 158, 0, 0.09);
  cursor: pointer;
  letter-spacing: 0.02em;
  text-shadow: none;
  transition: background 0.18s, box-shadow 0.18s, transform 0.17s;
  margin-bottom: 4px;
  position: relative;
}
.btn-primary:focus,
.btn-primary:hover {
  background: #f8b500;
  color: #fff;
  box-shadow: 0 5px 40px #FFD85999;
  transform: scale(1.04) rotate(-1deg);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  color: #E89E00;
  background: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 44px;
  border: 2px solid #E89E00;
  padding: 11px 28px;
  cursor: pointer;
  transition: background 0.17s, color 0.17s, box-shadow 0.17s, transform 0.16s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #e89e00;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 0 0 4px #e89e0033;
}

/* FILTERS & TABLES ------------------ */
.comparison-table {
  margin: 18px 0 28px 0;
  border-radius: 16px;
  background: #fff;
  overflow-x: auto;
  box-shadow: 0 2px 14px #bebebe17;
}
.comparison-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  min-width: 540px;
  background: #fff;
}
.comparison-table th, .comparison-table td {
  padding: 13px 18px;
  text-align: left;
  border-bottom: 2.5px solid #fff7e7;
  font-size: 1.01rem;
}
.comparison-table th {
  background: #E89E00;
  color: #fff;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.comparison-table tr:last-child td {
  border-bottom: none;
}

.filters-hint, .profitability-hint {
  background: #f8f3e0;
  color: #21384A;
  border-left: 4.5px solid #E89E00;
  padding: 12px 20px;
  border-radius: 12px;
  margin-bottom: 18px;
  margin-top: 16px;
  font-size: 1.01rem;
  font-style: italic;
}

.company-profiles-list ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.company-profiles-list li {
  color: #2e516d;
  font-size: 1rem;
}

/* TECHNOLOGY/FEATURE GRID ------------------ */
.feature-grid, .technology-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 16px;
}
.feature-grid > div, .technology-grid > div {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #FFD02A0d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 18px 18px 18px;
  flex: 1 1 225px;
  min-width: 210px;
  max-width: 310px;
  transition: box-shadow 0.24s, transform 0.20s;
  margin-bottom: 12px;
  cursor: pointer;
}
.feature-grid > div:hover, .technology-grid > div:hover {
  box-shadow: 0 7px 24px #E89E0060, 0 2px 10px #ffd85918;
  transform: scale(1.03) rotate(1.2deg);
}
.feature-grid h3, .technology-grid h3 {
  font-size: 1.15rem;
  color: #E89E00;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: 'Roboto Slab', serif;
}
.feature-grid p, .technology-grid p {
  color: #21384A;
  font-size: 0.97rem;
}
.feature-grid img, .technology-grid img {
  height: 44px;
  width: 44px;
  margin-bottom: 14px;
  filter: drop-shadow(0 3px 4px #fff18d80);
  background: linear-gradient(135deg, #fff9ca 65%,#fff7e7 100%);
  border-radius: 50%;
  padding: 6px;
}

/* HEADER ------------------ */
header {
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 18px #E89E0012, 0 1.5px 0 rgba(233,158,0,0.12);
  border-radius: 0 0 22px 22px;
  margin-bottom: 28px;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
header a img {
  height: 55px;
  width: auto;
  margin-right: 12px;
}
header nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
header nav a {
  color: #21384A;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 5px 8px;
  border-radius: 6px;
  transition: color 0.14s, background 0.14s, transform 0.12s;
}
header nav a:focus,
header nav a:hover {
  color: #fff;
  background: #E89E00;
  transform: scale(1.15) rotate(-5deg);
}

/* Main CTA Button Header */
header .btn-primary {
  margin-left: 11px;
  font-size: 1.07rem;
  box-shadow: 0 1px 12px #e89e0036;
  padding: 10px 24px;
}
header .btn-primary:focus,
header .btn-primary:hover {
  box-shadow: 0 1px 24px #ffd85933;
  background: #ffb300;
}

/* MOBILE MENU (BURGER, OVERLAY) ------------------ */
.mobile-menu-toggle {
  display: inline-flex;
  background: #E89E00;
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 2.2rem;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  cursor: pointer;
  z-index: 1210;
  box-shadow: 0 2px 6px #ffd85959;
  transition: background 0.16s, transform 0.18s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #ffb500;
  color: #fff;
  transform: scale(1.1);
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff7e7;
  z-index: 1999;
  box-shadow: 0 9px 32px #d89e0022;
  transform: translateX(-105vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.34s cubic-bezier(.68,-0.01,.32,1.08), opacity 0.33s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: #E89E00;
  color: #fff;
  border: none;
  border-radius: 44px;
  font-size: 2.1rem;
  position: absolute;
  top: 28px;
  right: 26px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 2001;
  transition: background 0.16s, transform 0.14s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  background: #ffb300;
  color: #fff;
  transform: scale(1.13);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 70px;
  padding-left: 34px;
}
.mobile-nav a {
  color: #21384A;
  background: none;
  font-size: 1.17rem;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 6px;
  transition: color 0.12s, background 0.12s, transform 0.12s;
  border-radius: 8px;
  padding: 6px 10px;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #fff;
  background: #E89E00;
  transform: scale(1.09) rotate(-2deg);
}

/* Hide main nav and show burger on mobile */
@media (max-width: 990px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
}
@media (min-width: 991px) {
  .mobile-menu,
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* SECTIONS & FLEX ALIGNMENT ------------------ */
@media (max-width: 1024px) {
  .feature-grid, .technology-grid,
  .content-grid {
    gap: 18px;
  }
  .feature-grid > div, .technology-grid > div {
    min-width: 170px;
    max-width: 360px;
  }
}
@media (max-width: 800px) {
  .container { padding-left: 10px; padding-right:10px; }
  .feature-grid, .technology-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .content-grid { flex-direction: column; gap: 18px; }
}
@media (max-width: 768px) {
  .hero { padding-left: 0; padding-right: 0; }
  .feature-grid, .technology-grid, .card-container {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section {
    margin-bottom: 38px;
    padding: 22px 6px;
    border-radius: 17px;
  }
  .testimonial-card { max-width: 95vw; font-size: 1rem; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.43rem; }
}
@media (max-width:550px) {
  header .container {flex-direction:row;}
  header a img {height:38px;}
  .hero h1 { font-size: 1.29rem; }
  .hero p { font-size: 1rem; }
}

/* FOOTER ------------------ */
footer {
  background: #203650;
  margin-top: 32px;
  padding: 0;
}
footer .container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 31px;
  padding-bottom: 21px;
}
@media (max-width:1030px) {
  footer .container, .footer-nav { flex-direction: column; align-items: flex-start; }
}
footer .footer-logo img {
  height: 49px;
  margin-bottom: 13px;
}
footer nav.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  margin-top: 8px;
  min-width: 185px;
}
footer .footer-nav a {
  color: #ffd02a;
  font-size: 1rem;
  font-weight: 600;
  padding: 3px 0;
  letter-spacing: 0.03em;
  transition: color 0.12s;
}
footer .footer-nav a:focus,
footer .footer-nav a:hover {
  color: #fff;
}
.footer-contact {color: #fff; font-size: 0.99rem; margin-bottom: 12px;}
.footer-contact img {height:18px; width:18px; display:inline;vertical-align:middle; margin-right:7px;}
.footer-contact a { color: #FFD02A; font-weight:700; }
.footer-contact a:hover, .footer-contact a:focus{ color:#fff; }
.footer-social {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}
.footer-social a img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff7e7;
  padding: 3px;
  box-shadow: 0 1px 6px #FFD02A30;
  transition: box-shadow 0.18s, transform 0.13s;
}
.footer-social a:hover img {
  box-shadow: 0 4px 11px #FFD02A99;
  transform: scale(1.13) rotate(-8deg);
}
.footer-newsletter {
  background: #fff9e0;
  color: #21384A;
  box-shadow: 0 2px 10px #FFD02A10;
  border-radius: 13px;
  padding: 18px 18px 8px 18px;
  margin-bottom: 14px;
  font-size: 1.01rem;
}
.footer-newsletter strong {color: #E89E00;}
.footer-newsletter .btn-primary {
  margin-top: 7px;
  background: #E89E00;
  color: #fff;
  font-size: 0.98rem;
  padding: 7.5px 18px;
  border-radius: 44px;
}

@media (max-width:900px) {
  footer .container {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .footer-social {margin-bottom:8px;}
}

/* FORMS & INPUTS (if in future) ----------- */
input, select, textarea {
  border: 2px solid #FFD02A;
  border-radius: 11px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 11px 14px;
  background: #fff7e7;
  font-size: 1rem;
  margin-bottom: 14px;
  resize: vertical;
  transition: border 0.15s;
}
input:focus, textarea:focus {
  border-color: #E89E00;
  outline: 0;
}

/* COOKIE CONSENT --------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  background: #21384A;
  color: #fff;
  z-index: 3000;
  box-shadow: 0 -2px 22px #21384A44;
  padding: 24px 10px 23px 10px;
  font-size: 1rem;
  animation: cookieSlideIn 0.67s cubic-bezier(.73,-0.18,.15,1.18);
}
@keyframes cookieSlideIn {
  0% { transform: translateY(120%); opacity: .2; }
  80% { transform: translateY(-8%); opacity:1;}
  100% { transform: translateY(0); }
}
.cookie-banner-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
}
.cookie-banner-content p {
  margin: 0 0 9px 0;
  color: #ffd02a;
  font-size: 1.04rem;
}
.cookie-banner-buttons {
  display: flex;
  gap: 13px;
}
.cookie-banner .btn-primary,
.cookie-banner .btn-secondary {
  font-size: 1rem;
  padding: 9px 20px;
  margin: 0;
}

@media (max-width:660px) {
  .cookie-banner-content {flex-direction: column;gap:18px;align-items:flex-start;}
}

/* COOKIE MODAL */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(33,56,74,0.57);
  z-index: 4010;
  justify-content: center;
  align-items: center;
}
.cookie-modal-overlay.open {
  display: flex;
  animation: fadeIn 0.42s;
}
@keyframes fadeIn { 0% {opacity:0;} 100%{opacity:1;} }
.cookie-modal {
  background: #fff;
  min-width: 320px;
  max-width: 99vw;
  border-radius: 25px;
  box-shadow: 0 3px 42px #E89E0014, 0 8px 50px #00000017;
  z-index: 4100;
  padding: 34px 24px 23px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  animation: modalBounce 0.63s cubic-bezier(.17,.81,.38,1.42);
}
@keyframes modalBounce {
  0% { transform: translateY(100px) scale(.8); opacity:.5; }
  80% { transform: translateY(-6px) scale(1.04); }
  100% { transform: translateY(0) scale(1); opacity:1; }
}
.cookie-modal h2 {
  font-size: 1.39rem;
  margin-bottom: 7px;
  color: #E89E00;
}
.cookie-modal .cookie-category {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.cookie-modal label {
  font-size: 1rem;
  color: #21384A;
  font-family: 'Open Sans', Arial, sans-serif;
}
.cookie-toggle {
  appearance: none;
  width: 34px;
  height: 18px;
  background: #dfe7ec;
  border-radius: 13px;
  position: relative;
  outline: none;
  transition: background 0.2s;
  cursor: pointer;
}
.cookie-toggle:checked {
  background: #E89E00;
}
.cookie-toggle:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.18s;
  box-shadow: 0 2px 4px #E89E0035;
}
.cookie-toggle:checked:before {
  left: 19px;
  background: #fff3c2;
}
.cookie-modal-buttons {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.cookie-modal .btn-primary, .cookie-modal .btn-secondary {
  padding: 10px 22px;
}
.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #E89E00;
  color: #fff;
  border: none;
  border-radius: 44px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.43rem;
  cursor: pointer;
  z-index: 4102;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus {
  background: #ffbb1d;
  transform: scale(1.08);
}

/* PLAYFUL DYNAMIC ANIMATIONS on KEY ELEMENTS -------------------- */
.hero h1, .cta h2, .content-wrapper h2 {
  animation: colorPulse 10s infinite alternate;
}
@keyframes colorPulse {
  0% { color: #21384A; }
  30% { color: #E89E00; }
  60% { color: #ffdc5c; }
  100% { color: #21384A; }
}
.feature-grid > div, .technology-grid > div, .card, .testimonial-card {
  animation: floatPlayful 5s infinite ease-in-out alternate;
}
@keyframes floatPlayful {
  0% { transform: translateY(0) scale(1); }
  40% { transform: translateY(-4px) scale(1.025) rotate(1deg); }
  76% { transform: translateY(3px) scale(0.993) rotate(-1deg); }
  100% { transform: translateY(0) scale(1); }
}

/* ADDITIONAL FUN FONTS ON SOME ELEMENTS */
h2, h3, .btn-primary, .footer-newsletter strong {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* COLORS/CONTRAST ENFORCEMENT */
.testimonial-card {
  background: #fff;
  color: #21384a;
  border-left: 7px solid #E89E00;
}

/* TABLETS/MOBILE ADJUSTMENTS */
@media (max-width:575px){
  .container {padding-left:3px; padding-right:3px;}
  .card, .feature-grid > div, .technology-grid > div {min-width: unset; max-width:100vw; padding:12px 7px; border-radius:14px;}
  .section {padding:11px 0; border-radius:11px;}
  .footer-newsletter {padding:10px; font-size:0.98rem;border-radius:7px;}
  footer .footer-logo img {height:33px;}
  h1 {font-size:1.07rem;}
  h2 {font-size:1.12rem;}
}

/* SCROLLBAR STYLING */
::-webkit-scrollbar { width: 9px; background: #fff7e7; }
::-webkit-scrollbar-thumb { background: #E89E00; border-radius: 7px; }

/* VISUAL ACCENT SPARKLE (decorative only, non-intrusive) */
.card:after,.feature-grid > div::after,.technology-grid > div::after{
  content: '';
  position: absolute;
  top: 17px; right: 23px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFD02A 0%, #FFF7E7 80%, transparent 100%);
  opacity: 0.15;
  animation: sparkleFade 3.3s infinite cubic-bezier(.45,.1,.36,1.15) alternate;
}
@keyframes sparkleFade {
  0% { opacity: 0.13; }
  60% { opacity: 0.48; }
  100% { opacity: 0.22; }
}

/* ACCESSIBILITY: HIGH CONTRAST FOR TESTIMONIAL/REVIEW CARDS */
.testimonial-card p,
.testimonial-card span { color: #21384a; background: inherit; }

/* Print adjustments (optional) */
@media print { *, *:before, *:after {background: #fff !important; color:#000 !important; box-shadow: none !important;} }
