/* 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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: #f8fafc;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #182240;
  background: linear-gradient(135deg, #ecf0ff 0%, #e8f5ff 100%);
  min-height: 100vh;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  color: #182240;
  text-decoration: none;
  transition: color 0.2s;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 20px;
}
ul li, ol li {
  margin-bottom: 10px;
  font-size: 1rem;
}
strong {
  font-weight: 700;
}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  color: #182240;
  margin-bottom: 18px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.section h1, .section h2, .section h3 {
  margin-top: 0;
}
p {
  margin-bottom: 16px;
  font-size: 1.125rem;
}
.text-section {
  margin-bottom: 28px;
}
.text-section ul,
.text-section ol {
  margin-bottom: 16px;
}
.text-section li {
  font-size: 1rem;
  margin-bottom: 10px;
}
/* LAYOUT SPACING PATTERNS */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(24,34,64,0.09);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 28px;
  flex: 1 1 320px;
  min-width: 300px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.card:hover {
  box-shadow: 0 8px 36px rgba(24,34,64,.16);
  transform: translateY(-4px) scale(1.02);
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.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 {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(24,34,64,0.10);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #182240;
  transition: box-shadow 0.15s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 24px rgba(24,34,64,.17);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.brand-credit {
  text-align: center;
  font-size: 0.97rem;
  color: #a6adc4;
  margin-bottom: 6px;
}
/* HEADER / NAVIGATION */
header {
  width: 100%;
  background: linear-gradient(90deg,#fff 75%,#e8f5ff 100%);
  box-shadow: 0 2px 16px rgba(24,34,64,0.04);
  position: sticky;
  top: 0;
  z-index: 50;
}
nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  justify-content: flex-start;
  padding: 18px 18px 18px 0;
}
nav a {
  font-size: 1.09rem;
  padding: 8px 14px;
  border-radius: 12px;
  color: #182240;
  font-weight: 500;
  transition: background 0.18s, color 0.18s;
  position: relative;
}
nav a.active,
nav a:hover:not(.cta-primary) {
  background: #f1f7ff;
  color: #005aff;
}
.cta-primary {
  background: linear-gradient(90deg,#FFD700 60%,#fffabe 100%);
  color: #182240 !important;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  padding: 10px 22px;
  font-family: 'Roboto Slab', Times, serif;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.16);
  letter-spacing: 0.03em;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s, transform 0.16s;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(90deg,#ffdb31 65%,#fffbe2 100%);
  box-shadow: 0 5px 28px rgba(255,215,0,0.26);
  color: #181d29 !important;
  transform: translateY(-1px) scale(1.03);
}
.cta-secondary {
  background: #fff;
  color: #182240 !important;
  border: 2px solid #FFD700;
  font-weight: 700;
  border-radius: 13px;
  padding: 8px 22px;
  font-family: 'Roboto Slab', Times, serif;
  font-size: 1.05rem;
  transition: background 0.17s, border-color 0.17s, color 0.17s, transform 0.14s;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #fffbe2;
  border-color: #ffd700;
  color: #383b45 !important;
  transform: scale(1.02);
}
nav img {
  height: 40px;
  width: auto;
  margin-right: 14px;
}

/* BURGER MENU BUTTON MOBILE */
.mobile-menu-toggle {
  display: none;
  background: #fff;
  color: #182240;
  font-size: 2.3rem;
  border: none;
  padding: 6px 14px 1px 14px;
  border-radius: 12px;
  box-shadow: 0 2px 9px rgba(24,34,64,0.03);
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 510;
  transition: background 0.2s;
}
.mobile-menu-toggle:hover {
  background: #ffd700;
  color: #232749;
}
/* MOBILE MENU STYLES */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg,#fffbe2 55%,#eae7ff 100%);
  transition: transform 0.32s cubic-bezier(.68,-0.3,.32,1.3) 0s, opacity 0.24s;
  transform: translateX(105%);
  opacity: 0;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  color: #182240;
  font-size: 2.3rem;
  border: none;
  padding: 22px 28px 0 0;
  cursor: pointer;
  align-self: flex-end;
  transition: color 0.18s;
  z-index: 1003;
}
.mobile-menu-close:hover {
  color: #ffd700;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
  width: 100%;
  padding-left: 38px;
}
.mobile-nav a {
  font-size: 1.2rem;
  padding: 14px 0;
  color: #182240;
  border-radius: 7px;
  font-weight: 600;
  transition: color 0.19s, background 0.17s;
}
.mobile-nav a.active, .mobile-nav a:hover {
  background: #ffd700;
  color: #232749;
}

/* MAIN SECTIONS */
main {
  padding-top: 18px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
main section {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 6px 28px rgba(24,34,64,0.06);
  margin-bottom: 60px;
  padding: 40px 20px;
}
main section:last-of-type {
  margin-bottom: 0;
}
main h1, main h2, main h3 {
  background: linear-gradient(90deg, #394bf8 25%, #ffd700 90%, #181d29 145%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
main p, main ul li, main ol li {
  color: #182240;
}
.content-wrapper > ul,
.content-wrapper > ol {
  margin-bottom: 0;
}
.content-wrapper > ul > li,
.content-wrapper > ol > li {
  font-size: 1rem;
}

/* CTA BUTTONS IN SECTIONS */
main a.cta-primary,
main a.cta-secondary {
  align-self: flex-start;
  margin-top: 12px;
}

/* ICON LISTS */
.content-wrapper ul li img {
  height: 28px;
  width: 28px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 7px;
  background: #ecf0ff;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(24,34,64,0.07);
}

/* TESTIMONIALS */
.testimonial-card {
  background: #fff;
  color: #182240;
  box-shadow: 0 2px 16px rgba(24,34,64,0.10);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 1.08rem;
  border-left: 5px solid #ffd700;
}
.testimonial-card strong {
  font-size: 1.0rem;
  color: #394bf8;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 6px;
}

/* FOOTER */
footer {
  width: 100%;
  background: linear-gradient(90deg,#eae7ff 3%, #f1f7ff 70%, #FFF 100%);
  box-shadow: 0 -2px 10px rgba(24,34,64,0.03);
  padding: 28px 0 18px 0;
  margin-top: 40px;
}

.footer-menu a {
  color: #394bf8;
  font-size: 0.99rem;
  font-weight: 500;
  transition: color 0.18s;
}
.footer-menu a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* COOKIES CONSENT BANNER */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffbe2;
  box-shadow: 0 -2px 24px 0 rgba(34,36,68,0.07);
  padding: 24px 16px;
  gap: 22px;
  font-size: 1.02rem;
  border-top: 3px solid #ffd700;
  animation: cookies-in 0.38s cubic-bezier(.33,1.12,.48,1) 1;
}
@keyframes cookies-in {
  from { transform: translateY(70px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-consent-banner p {
  margin: 0;
  font-size: 1.02rem;
  color: #232749;
}
.cookie-btn {
  font-family: 'Open Sans',Arial,sans-serif;
  border: none;
  outline: none;
  padding: 9px 22px;
  border-radius: 13px;
  font-weight: 600;
  font-size: 1.05rem;
  margin-left: 10px;
  margin-right: 2px;
  cursor: pointer;
  transition: background 0.15s, color 0.13s, box-shadow 0.19s;
}
.cookie-btn.accept {
  background: linear-gradient(95deg,#ffd700 70%,#ffe899 100%);
  color: #232749;
  box-shadow: 0 2px 7px rgba(255,215,0,0.10);
}
.cookie-btn.accept:hover {
  background: #ffe899;
  color: #181d29;
}
.cookie-btn.reject {
  background: #eceefd;
  color: #394bf8;
  border: 1.5px solid #bbbefa;
}
.cookie-btn.reject:hover {
  background: #FFD700;
  color: #232749;
}
.cookie-btn.settings {
  background: #fff;
  color: #394bf8;
  border: 1px solid #d7dbea;
}
.cookie-btn.settings:hover {
  background: #eceefd;
  color: #181d29;
}

/* COOKIE MODAL POPUP */
.cookie-modal-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,36,68,0.23);
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookies-modal-in 0.2s ease 1;
}
@keyframes cookies-modal-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  box-shadow: 0 16px 60px rgba(24,34,64,0.19);
  border-radius: 24px;
  padding: 38px 32px;
  max-width: 95vw;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: stretch;
}
.cookie-modal h2 {
  font-size: 1.28rem;
  margin-bottom: 14px;
  color: #182240;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0;
  background: none;
  -webkit-text-fill-color: initial;
}
.cookie-settings-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.cookie-settings-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
}
.cookie-switch {
  width: 44px;
  height: 26px;
  background: #eceefd;
  border-radius: 13px;
  position: relative;
  cursor: pointer;
  transition: background 0.16s;
}
.cookie-switch[data-checked='true'] {
  background: #ffd700;
}
.cookie-switch-bar {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(150,130,34,0.07);
  transition: left 0.19s;
}
.cookie-switch[data-checked='true'] .cookie-switch-bar {
  left: 20px;
}
.cookie-settings-label {
  font-size: 1.003rem;
  color: #182240;
  margin-right: 15px;
  font-weight: 500;
}
.cookie-settings-always {
  color: #389946;
  font-size: 0.98rem;
  margin-left: 9px;
}
.cookie-modal-close {
  background: none;
  color: #182240;
  font-size: 1.57rem;
  border: none;
  padding: 0 0 0 5px;
  cursor: pointer;
  align-self: flex-end;
  transition: color 0.17s;
  margin-top: -13px;
}
.cookie-modal-close:hover {
  color: #ffd700;
}

/* RESPONSIVE DESIGN (MOBILE-FIRST) */
@media (max-width: 1020px) {
  .container {
    padding: 0 8px;
  }
}
@media (max-width: 900px) {
  main section {
    padding: 32px 8px;
  }
  h1 {
    font-size: 2.0rem;
  }
  h2 {
    font-size: 1.40rem;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 98vw;
    padding: 0 2vw;
  }
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .card {
    min-width: 0;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  main section {
    padding: 24px 2vw;
    margin-bottom: 34px;
  }
  body, html {
    font-size: 16px;
  }
  h1 { font-size: 1.43rem; }
  h2 { font-size: 1.14rem; }
}
@media (max-width: 530px) {
  .mobile-menu {
    padding: 0;
  }
  .cookie-modal {
    padding: 24px 8px;
    width: 95vw;
  }
}

/* Utility classes */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-16 { margin-top: 16px !important; }
.mb-16 { margin-bottom: 16px !important; }
.gap-24 { gap: 24px !important; }

/* SCROLLBAR STYLES for modern look */
::-webkit-scrollbar {
  width: 10px;
  background: #eceefd;
}
::-webkit-scrollbar-thumb {
  background: #d6dbef;
  border-radius: 10px;
}

/* Micro-animations for buttons and links */
a, button, .cta-primary, .cta-secondary, .cookie-btn {
  transition: color 0.15s, background 0.14s, box-shadow 0.12s, transform 0.16s;
}

/********** END OF STYLE *********/