/* ==========================================================================
   CSS RESET & BASE TYPOGRAPHY – MOBILE-FIRST
   ========================================================================== */
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 { height: 100%; }
body { min-height: 100%; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body, button, input, select, textarea {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    background: #fff;
    color: #253A59;
    font-size: 16px;
}
a { color: inherit; text-decoration: none; transition: color .2s; }
img { max-width: 100%; display: block; height: auto; }
ul, ol { padding-left: 1.5em; }
strong, b { font-weight: 700; }
table { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 12px; }
input, button, select, textarea { font-family: inherit; font-size: inherit; }

/* ==========================================================================
   BRAND COLORS & GLOBAL STYLES
   ========================================================================== */
:root {
  --color-primary: #253A59;
  --color-secondary: #E8EAF0;
  --color-bg: #ffffff;
  --color-accent: #15B288;
  --color-accent-dark: #12906E;
  --color-warning: #FFAF40;
  --color-error: #FF355D;
  --color-contrast-dark: #253A59;
  --color-contrast-light: #fff;
  --color-neutral-gray: #677089;
  --color-card-shadow: 0 4px 16px rgba(21,178,136,0.13);
  --color-vibrant-yellow: #FEDE2B;
  --color-vibrant-pink: #F42C58;
  --font-display: 'Montserrat', Arial, Helvetica, sans-serif;
  --font-body: 'Roboto', Arial, Helvetica, sans-serif;
}

/* ==========================================================================
   LAYOUT CONTAINERS & FLEXBOX PATTERNS
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.text-section {
  align-items: flex-start;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--color-secondary);
  border-radius: 18px;
  box-shadow: var(--color-card-shadow);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.16s, box-shadow 0.16s;
}
.card:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 6px 24px rgba(21,178,136,.17), 0 2px 12px rgba(244,44,88,.10);
}

.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-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.11), 0 1.5px 7.5px rgba(21,178,136,.13);
  transition: box-shadow .19s;
  flex: 1 1 300px;
  min-width: 250px;
  max-width: 340px;
}
.testimonial-card p {
  color: #253A59;
  font-size: 1.10rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.testimonial-meta {
  color: #12906E;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .025em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.testimonial-meta strong {
  color: #253A59;
}
.testimonial-meta span {
  color: #FEDE2B;
  font-size: 1rem;
  margin-top: .3em;
}

.feature-grid,
.stats-grid,
.guides-list,
.tips-list,
.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 8px;
}
.feature-grid>div, .stats-grid>div,
.guides-list>div, .tips-list>div, .news-list>div {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2.5px 10px rgba(21,178,136,0.09);
  padding: 24px 18px;
  min-width: 220px;
  transition: box-shadow .18s, transform .18s;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.feature-grid>div:hover,
.stats-grid>div:hover,
.guides-list>div:hover,
.tips-list>div:hover,
.news-list>div:hover {
  box-shadow: 0 7px 24px rgba(244,44,88,.11), 0 4px 17px rgba(21,178,136,.12);
  transform: scale(1.023);
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
}
.step-list li {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(21, 178, 136, 0.09);
  flex: 1 1 264px;
  padding: 22px 16px 20px 16px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.step-list img {
  width: 40px;
  height: 40px;
}

.category-filters, .category-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 14px 0 20px 0;
}
.category-filters a, .category-tags a {
  background: var(--color-secondary);
  color: #253A59;
  padding: 6px 15px;
  border-radius: 18px;
  font-size: .98rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background .16s, color .16s, box-shadow .16s;
}
.category-filters a:hover, .category-tags a:hover {
  background: var(--color-vibrant-yellow);
  color: #253A59;
  box-shadow: 0 1.5px 7px rgba(21,178,136,.10);
}

.feature-item,
.guide-highlights,
.featured-article-list>div,
.expert-tip-highlight,
.event-highlights {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.guide-highlights,
.featured-article-list>div {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1.5px 7px rgba(244,44,88,.07), 0 1.5px 7.5px rgba(21,178,136,.15);
  padding: 19px 16px 19px 19px;
  transition: box-shadow .18s, transform .12s;
  margin-bottom: 20px;
}
.guide-highlights a, .featured-article-list a {
  color: var(--color-accent);
  font-weight: 700;
  margin-top: 8px;
  font-size: .97rem;
  transition: color .15s;
}
.guide-highlights a:hover, .featured-article-list a:hover {
  color: var(--color-vibrant-pink);
  text-decoration: underline;
}

.expert-tip-highlight {
  background: var(--color-vibrant-yellow);
  color: #253A59;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.03rem;
  padding: 13px 20px;
  margin-top: 20px;
}
.event-highlights {
  background: var(--color-vibrant-pink);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 11px 18px;
  margin-top: 16px;
}

.newsletter-signup {
  background: var(--color-secondary);
  border-radius: 16px;
  box-shadow: 0 2.5px 10px rgba(21, 178, 136, 0.08);
  padding: 32px 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newsletter-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-left: 12px;
  color: #253A59;
  padding-left: 22px;
}

/* ==========================================================================
   TYPOGRAPHY & HEADINGS
   ========================================================================== */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #253A59;
}
h1 {
  font-size: 2.7rem;
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin-bottom: 14px;
}
h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 12px;
}
h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 7px;
}
h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 7px;
  color: #15B288;
  letter-spacing: 0.01em;
}
h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
p, ul, ol, li, address {
  font-size: 1rem;
  color: #253A59;
  line-height: 1.63;
  margin-bottom: 0;
}
.policy-text ul,
.terms-text ol,
.gdpr-text ul,
.cookie-types-list ul,
.user-rights-list ul {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #253A59;
}
.terms-text ol>li,
.policy-text ul>li,
.gdpr-text ul>li,
.cookie-types-list ul>li,
.user-rights-list ul>li {
  margin-bottom: 10px;
}

/* ==========================================================================
   BUTTONS & CTA
   ========================================================================== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px 13px 30px;
  border-radius: 32px;
  background: linear-gradient(90deg, #15B288 89%, #FEDE2B 100%);
  color: #253A59;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.18rem;
  border: none;
  box-shadow: 0 4px 16px rgba(21,178,136,0.09);
  transition: background .15s, box-shadow .15s, color .15s, transform .1s;
  cursor: pointer;
  margin-top: 7px;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg, #12906E 86%, #F42C58 100%);
  color: #fff;
  transform: scale(1.035);
  box-shadow: 0 8px 22px rgba(21,178,136,.16);
  outline: none;
}

button, .button, input[type="submit"] {
  font-family: var(--font-display);
  background: var(--color-accent);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 9px rgba(21,178,136,.11);
  cursor: pointer;
  transition: background .14s, box-shadow .14s, color .13s;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background: var(--color-accent-dark);
  color: #fff;
  box-shadow: 0 4px 14px rgba(244,44,88,.09);
}
button:focus, .button:focus, input[type="submit"]:focus {
  outline: 2px solid #F42C58;
  background: #F42C58;
}

/* ==========================================================================
   HEADER, MENU (DESKTOP & MOBILE)
   ========================================================================== */
header {
  width: 100%;
  box-shadow: 0 2px 11px rgba(21,178,136,.06);
  background: #fff;
  z-index: 1100;
  position: sticky;
  top: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 18px 15px 18px;
}
header nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #253A59;
  letter-spacing: .02em;
  font-size: 1.03rem;
  position: relative;
  padding: 6px 8px;
  border-radius: 4px;
  transition: color .15s, background .15s;
}
header nav a:hover, header nav a:focus {
  color: #15B288;
  background: #E8EAF0;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  font-size: 2.05rem;
  color: #15B288;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  align-items: center;
}

/* MOBILE MENU STYLES */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(21,58,89,0.97);
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(100%);
  transition: transform 0.29s cubic-bezier(.77,.21,.28,.86);
  padding: 0;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  color: #fff;
  border: none;
  font-size: 2.1rem;
  margin: 21px 0 0 22px;
  align-self: flex-start;
  cursor: pointer;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 55px 0 0 33px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.18rem;
  letter-spacing: .02em;
  padding: 10px 0;
  margin-right: 20px;
  border-radius: 6px;
  transition: color .16s, background .16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FEDE2B;
  color: #253A59;
}

@media (max-width: 1020px) {
  header .container nav {
    gap: 13px;
  }
}
@media (max-width: 900px) {
  header .container nav, header .container .cta-btn {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
}

/* ==========================================================================
   HERO, FEATURE, STEPS & INFO BOXES
   ========================================================================== */
.hero {
  background: linear-gradient(90deg, #E8EAF0 60%, #15B288 100%);
  border-radius: 22px;
  box-shadow: 0 7px 26px rgba(36,58,89,0.06);
  padding: 48px 24px 56px 24px;
}
.hero .cta-btn { margin-top: 22px; }

/* ==========================================================================
   FORMS, TABLES, MAPS
   ========================================================================== */
table.working-hours-table {
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 14px rgba(21,178,136,0.08);
  border-radius: 14px;
  overflow: hidden;
  font-size: 1.01rem;
  margin-top: 16px;
}
table.working-hours-table th {
  background: #E8EAF0;
  color: #253A59;
  font-weight: 700;
  padding: 12px 10px;
}
table.working-hours-table td {
  color: #12906E;
  padding: 11px 10px;
}

.contact-details ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-left: 0;
  margin-bottom: 2px;
  padding-left: 0;
}
.contact-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.map-location {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #253A59;
  background: #E8EAF0;
  border-radius: 9px;
  padding: 10px 16px 10px 12px;
  margin-top: 14px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  background: #253A59;
  color: #fff;
  padding: 28px 0 0 0;
  margin-top: 70px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-bottom: 14px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 7px;
}
footer nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .01em;
  font-size: 1.02rem;
  padding: 5px 8px;
  border-radius: 4px;
  transition: background .13s, color .13s;
}
footer nav a:hover, footer nav a:focus {
  background: #15B288;
  color: #fff000;
}
footer address {
  font-style: normal;
  text-align: center;
  color: #e5e5e5;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.8;
}
footer .footer-note {
  font-size: .93rem;
  color: #A9B2C2;
  margin-top: 14px;
}

/* ==========================================================================
   COOKIE BANNER & MODAL
   ========================================================================== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 4000;
  background: #253A59;
  color: #fff;
  box-shadow: 0 -4px 18px rgba(21,178,136,.23);
  width: 100%;
  padding: 24px 12px 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.cookie-banner .cookie-text {
  font-size: 1.07rem;
  font-family: 'Roboto', sans-serif;
  max-width: 670px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cookie-banner .cookie-btn {
  padding: 9px 24px;
  border-radius: 22px;
  background: #15B288;
  color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 0;
  cursor: pointer;
  transition: background .13s, color .13s;
}
.cookie-banner .cookie-btn.cookie-accept {
  background: #FEDE2B;
  color: #253A59;
}
.cookie-banner .cookie-btn.cookie-reject {
  background: #F42C58;
  color: #fff;
}
.cookie-banner .cookie-btn.cookie-settings {
  background: #E8EAF0;
  color: #253A59;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  outline: none;
  background: #15B288;
  color: #fff;
}
.cookie-banner .cookie-btn.cookie-accept:hover, 
.cookie-banner .cookie-btn.cookie-accept:focus {
  background: #15B288;
  color: #fff;
}
.cookie-banner .cookie-btn.cookie-reject:hover, 
.cookie-banner .cookie-btn.cookie-reject:focus {
  background: #253A59;
}

.cookie-modal-overlay {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(21,58,89,0.75);
  z-index: 4010;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s;
}
.cookie-modal-overlay.active {
  pointer-events: all;
  opacity: 1;
}
.cookie-modal {
  background: #fff;
  color: #253A59;
  border-radius: 18px;
  padding: 42px 30px 34px 30px;
  min-width: 340px;
  max-width: 97vw;
  box-shadow: 0 4px 20px rgba(21,58,89,0.17);
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
}
.cookie-modal h3 {
  color: #12906E;
  font-size: 1.27rem;
  margin-bottom: 6px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.cookie-category span {
  font-size: 1.02rem;
  font-weight: 600;
}
.cookie-category input[type='checkbox'] {
  width: 22px; height: 22px; accent-color: #15B288;
}
.cookie-modal .cookie-modal-btns {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: #F42C58;
  font-size: 1.9rem;
  position: absolute;
  top: 15px; right: 15px;
  cursor: pointer;
}

/* ==========================================================================
   UTILITY STYLES
   ========================================================================== */
.hidden { display: none !important; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.mt-2 { margin-top: 2px; } .mt-8 { margin-top: 8px; } .mb-12 { margin-bottom: 12px; }
.rounded-full { border-radius: 9999px; }

/* ==========================================================================
   ANIMATIONS & MICRO-INTERACTIONS
   ========================================================================== */
@keyframes slideInMenu {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}
@keyframes slideOutMenu {
  from { transform: translateX(0); }
  to   { transform: translateX(100%); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInBg {
  from { background-color: #fff; }
  to   { background-color: #15B288; }
}
.card, .feature-grid>div, .stats-grid>div, .guide-highlights, .featured-article-list>div {
  animation: fadeInUp 0.5s cubic-bezier(.27,.97,.42,.93) both;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1050px) {
  .content-wrapper, .feature-grid, .stats-grid, .guides-list, .newsletter-signup {
    gap: 18px;
  }
  .card-container, .testimonial-slider {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .container { padding: 0 10px; }
  .feature-grid, .stats-grid, .guides-list, .news-list, .tips-list {
    gap: 14px;
  }
  .card {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.35rem; }
  .section {
    padding: 28px 5px;
    margin-bottom: 36px;
  }
  .content-wrapper, .feature-grid, .stats-grid, .guides-list, .newsletter-signup, .testimonial-slider {
    gap: 11px;
  }
  .feature-grid, .stats-grid, .guides-list, .news-list, .tips-list {
    flex-direction: column;
    gap: 12px;
  }
  .testimonial-slider { flex-direction: column; }
  .testimonial-card { min-width: unset; max-width: unset; }
  .step-list { flex-direction: column; gap: 13px; }
  .card-container { flex-direction: column; gap: 13px; }
  .content-grid, .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
  .mobile-menu {
    width: 100vw;
    left: 0; right: 0;
  }
  .cookie-modal {
    padding: 22px 8vw 24px 8vw;
    min-width: 0;
    max-width: 99vw;
  }
}
@media (max-width: 520px) {
  header .container {
    padding: 12px 5px;
  }
  .cta-btn { font-size: .99rem; padding: 10px 16px 10px 14px; }
  .feature-grid>div, .stats-grid>div, .guides-list>div, .tips-list>div, .news-list>div {
    padding: 12px 7px;
    font-size: .99rem;
  }
  footer .container {
    padding-bottom: 5px;
  }
}

/* ==========================================================================
   FOCUS & ACCESSIBILITY IMPROVEMENTS
   ========================================================================== */
a, button, .cta-btn, .cookie-btn, .mobile-menu-close {
  outline: none;
}
a:focus, .cta-btn:focus, .cookie-btn:focus {
  outline: 2.5px solid #FEDE2B;
  outline-offset: 2px;
  box-shadow: 0 0 0 2.5px #FEDE2B55;
}

/* ==========================================================================
   PAGE-SPECIFIC STYLES
   ========================================================================== */
.policy-text, .terms-text, .gdpr-text, .cookie-policy-text, .cookie-types-list, .user-rights-list {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1.5px 7px rgba(244,44,88,.07), 0 1.5px 7.5px rgba(21,178,136,.13);
  padding: 21px 15px 15px 19px;
  margin-top: 14px;
}
.policy-text h3, .cookie-types-list h3, .user-rights-list h3 {
  color: #12906E;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.17rem;
}
.policy-text a, .terms-text a, .gdpr-text a, .user-rights-list a {
  color: #15B288;
  text-decoration: underline;
  font-weight: 500;
  transition: color .13s;
}
.policy-text a:hover, .terms-text a:hover, .gdpr-text a:hover, .user-rights-list a:hover {
  color: #F42C58;
  text-decoration: underline dotted;
}
