@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

*:not(i) {
  font-family: "Rubik", sans-serif;
}

body {
  /* height: 5000px; */
}

header .site-logo {
  text-align: center;
  background-color: #f9f9f9;
  padding: 10px 0;
}

header .site-logo img {
  width: 200px;
}

.site-navi {
  padding: 20px 10px;
  border-top: 1px solid #50505022;
  border-bottom: 1px solid #50505022;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
}

.site-navi.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-placeholder {
  display: none;
}

.nav-placeholder.active {
  display: block;
}

.site-navi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.site-navi ul li {
  list-style: none;
}

.site-navi ul li a {
  text-decoration: none;
  color: #202020;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  transition: 0.2s ease all;
}

.site-navi ul li a:hover {
  color: #de6565;
}

.site-navi ul li a.current {
  color: #de6565;
}

.top-brands {
  background-color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 10px;
}

.top-brand-br .top-brand-img {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.top-brand-br .bg-l {
  background-color: #fff;
}

.top-brand-br .bg-d {
  background-color: #000;
}

.top-brand-br .top-brand-img img {
  width: 70px;
}

.top-brand-br p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-style: italic;
}

.top-cont {
  padding: 70px 0;
}

.top-cont .cont {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.top-cont .cont h1 {
  color: #de6565;
  margin-bottom: 15px;
  font-size: 45px;
}

.top-cont .cont p {
  margin: 0;
  font-size: 17px;
  color: #202020;
}

.cas-list-head {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.cas-it {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
  border: 1px solid #50505022;
  border-radius: 12px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.cas-it .cas-it-logo img {
  width: 200px;
}

.cas-it .cas-it-rev ul {
  margin: 0;
  padding: 0;
}

.cas-it .cas-it-rev ul li {
  list-style: none;
  color: #202020;
  font-size: 17px;
  margin-bottom: 10px;
}

.cas-it .cas-it-pon h3 {
  font-size: 40px;
  margin: 0;
}

.cas-it .cas-it-lnk a {
  display: inline-block;
  padding: 15px 40px;
  background-color: #de6565;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  transition: 0.2s ease all;
}

.cas-it .cas-it-lnk a:hover {
  background-color: #a84a4a;
}

.bottom-lin {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
}

.bottom-lin h4 {
  color: #de6565;
  font-size: 22px;
  font-weight: bold;
}

.bottom-lin p {
  color: #202020;
}

.bottom-lin .bottom-lin-it {
  padding: 25px;
  border-radius: 12px;
  background: #de6565;
  margin-bottom: 15px;
  color: #fff;
}

.bottom-lin .bottom-lin-it p {
  color: #fff;
}

.bottom-lin-hlf {
  min-height: 100%;
}

.cas-list-par {
  text-align: center;
  color: #202020;
  font-size: 17px;
}

.reg-footer {
  background: #202020;
  color: #a0aec0;
  padding: 40px 0 25px;
  margin-top: 50px;
  font-size: 13px;
}

.reg-footer .reg-line {
  margin-bottom: 12px;
  line-height: 1.6;
}

.reg-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.reg-eeep-block {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

.reg-eeep-block span {
  font-size: 11px;
  color: #a0aec0;
}

.eeep-badge-mock {
  min-width: 90px;
  height: 48px;
  border-radius: 8px;
  background: #de6565;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 1px;
}

.reg-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-weight: 500;
  margin-top: 15px;
}

.reg-footer-links a {
  color: #a0aec0;
  text-decoration: underline;
  transition: 0.2s ease all;
}

.reg-footer-links a:hover {
  color: #de6565;
}

.reg-copy {
  margin-top: 15px;
  margin-bottom: 0;
  color: #718096;
}

.legal-hero {
  padding: 70px 0 35px;
}

.legal-hero .cont {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.legal-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.legal-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.legal-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.legal-updated {
  display: inline-block;
  background: #de656511;
  color: #de6565 !important;
  border: 1px solid #de656533;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 18px !important;
}

.legal-page {
  margin-bottom: 50px;
}

.legal-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background: #fff;
}

.legal-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.legal-box h2:first-child {
  margin-top: 0;
}

.legal-box h3 {
  color: #de6565;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

.legal-box p,
.legal-box li {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.legal-box ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.legal-box li {
  margin-bottom: 8px;
}

.legal-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 25px;
}

.legal-summary-card {
  background: #de6565;
  color: #fff;
  border-radius: 12px;
  padding: 22px;
}

.legal-summary-card h3,
.legal-summary-card p {
  color: #fff;
}

.legal-summary-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 25px 0;
  border: 1px solid #50505022;
  border-radius: 12px;
}

.legal-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.legal-table-wrap th {
  background: #de6565;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  white-space: nowrap;
}

.legal-table-wrap td {
  padding: 15px;
  border-bottom: 1px solid #50505022;
  color: #202020;
  vertical-align: top;
  font-size: 15px;
}

.legal-table-wrap tr:last-child td {
  border-bottom: none;
}

.about-hero {
  padding: 70px 0 35px;
}

.about-hero .cont {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.about-metrics {
  margin-bottom: 35px;
}

.about-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.about-metric-card {
  padding: 35px 25px;
  border: 1px solid #50505022;
  border-radius: 12px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #fff;
}

.about-metric-card h3 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 8px;
}

.about-metric-card p {
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-metric-card span {
  display: block;
  color: #555;
  font-size: 14px;
}

.about-page {
  margin-bottom: 50px;
}

.about-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.about-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.about-box h2:first-child {
  margin-top: 0;
}

.about-box h3 {
  color: #de6565;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
}

.about-box p,
.about-box li {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.about-box p {
  margin-bottom: 15px;
}

.about-box ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.about-box li {
  margin-bottom: 9px;
}

.about-warning-box {
  background: #de6565;
  border-radius: 12px;
  padding: 28px;
  margin-top: 30px;
}

.about-warning-box h3,
.about-warning-box p {
  color: #fff;
}

.about-warning-box p {
  margin-bottom: 0;
}

.lc-hero {
  padding: 70px 0 35px;
}

.lc-hero .cont {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.lc-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.lc-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lc-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.lc-page {
  margin-bottom: 40px;
}

.lc-notice-box {
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 30px;
}

.lc-notice-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
}

.lc-notice-box p {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.lc-ranked-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lc-ranked-item {
  display: grid;
  grid-template-columns: 55px 190px 1fr 170px;
  align-items: center;
  gap: 22px;
  padding: 30px;
  border: 1px solid #50505022;
  border-radius: 12px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: 0.2s ease all;
}

.lc-ranked-item:hover {
  transform: translateY(-2px);
}

.lc-rank {
  width: 48px;
  height: 48px;
  background: #de6565;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
}

.lc-brand-logo {
  min-height: 80px;
  border-radius: 12px;
  border: 1px solid #50505022;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #f9f9f9;
}

.lc-brand-logo img {
  max-width: 140px;
  max-height: 55px;
}

.lc-text-logo {
  color: #202020;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.lc-ranked-body h3 {
  color: #de6565;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lc-ranked-body p {
  color: #202020;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.lc-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-badge-row span {
  display: inline-block;
  background: #de656511;
  color: #de6565;
  border: 1px solid #de656533;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
}

.lc-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lc-btn {
  display: inline-block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease all;
}

.lc-btn-primary {
  background: #de6565;
  color: #fff;
}

.lc-btn-primary:hover {
  background: #a84a4a;
  color: #fff;
}

.lc-btn-outline {
  border: 1px solid #de6565;
  color: #de6565;
  background: #fff;
}

.lc-btn-outline:hover {
  background: #de6565;
  color: #fff;
}

.lc-content-section {
  margin-bottom: 30px;
}

.lc-content-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.lc-content-box h2 {
  color: #de6565;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lc-content-box h3 {
  color: #de6565;
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 12px;
}

.lc-content-box p,
.lc-content-box li {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.lc-content-box p {
  margin-bottom: 15px;
}

.lc-content-box ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.lc-content-box li {
  margin-bottom: 8px;
}

.lc-warning-section {
  margin-bottom: 50px;
}

.lc-warning-box {
  background: #de6565;
  border-radius: 12px;
  padding: 30px;
}

.lc-warning-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.lc-warning-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.lc-warning-box a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.contact-hero {
  padding: 70px 0 35px;
}

.contact-hero .cont {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.contact-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.contact-page {
  margin-bottom: 50px;
}

.contact-box {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.contact-box h2 {
  color: #de6565;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-box p {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.contact-info-card {
  background: #de6565;
  border-radius: 12px;
  padding: 24px;
  color: #fff;
}

.contact-info-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.contact-info-card p {
  color: #fff;
  margin-bottom: 0;
}

.contact-info-card a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
}

.contact-note {
  margin-top: 30px;
  padding: 28px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #50505022;
}

.contact-note h3 {
  color: #de6565;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-note p {
  margin-bottom: 0;
}

.terms-hero {
  padding: 70px 0 35px;
}

.terms-hero .cont {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.terms-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.terms-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.terms-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.terms-updated {
  display: inline-block;
  background: #de656511;
  color: #de6565 !important;
  border: 1px solid #de656533;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 18px !important;
}

.terms-page {
  margin-bottom: 50px;
}

.terms-notice-box,
.terms-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.terms-notice-box {
  margin-bottom: 30px;
}

.terms-notice-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
}

.terms-notice-box p {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.terms-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.terms-box h2:first-child {
  margin-top: 0;
}

.terms-box h3 {
  color: #de6565;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

.terms-box p,
.terms-box li {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.terms-box p {
  margin-bottom: 15px;
}

.terms-box ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.terms-box li {
  margin-bottom: 8px;
}

.terms-box a {
  color: #de6565;
  font-weight: 700;
  text-decoration: underline;
}

.terms-warning-box {
  background: #de6565;
  border-radius: 12px;
  padding: 28px;
  margin-top: 30px;
}

.terms-warning-box h3,
.terms-warning-box p {
  color: #fff;
}

.terms-warning-box p {
  margin-bottom: 0;
}

.cookies-hero {
  padding: 70px 0 35px;
}

.cookies-hero .cont {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.cookies-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cookies-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cookies-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.cookies-updated {
  display: inline-block;
  background: #de656511;
  color: #de6565 !important;
  border: 1px solid #de656533;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 18px !important;
}

.cookies-page {
  margin-bottom: 50px;
}

.cookies-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.cookies-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.cookies-box h2:first-child {
  margin-top: 0;
}

.cookies-box h3 {
  color: #de6565;
  font-size: 21px;
  font-weight: bold;
  margin: 22px 0 10px;
}

.cookies-box p,
.cookies-box li {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.cookies-box p {
  margin-bottom: 15px;
}

.cookies-box ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.cookies-box li {
  margin-bottom: 8px;
}

.cookies-box a {
  color: #de6565;
  font-weight: 700;
  text-decoration: underline;
}

.cookies-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 25px 0;
  border: 1px solid #50505022;
  border-radius: 12px;
}

.cookies-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cookies-table-wrap th {
  background: #de6565;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  white-space: nowrap;
}

.cookies-table-wrap td {
  padding: 15px;
  border-bottom: 1px solid #50505022;
  color: #202020;
  vertical-align: top;
  font-size: 15px;
}

.cookies-table-wrap tr:last-child td {
  border-bottom: none;
}

.cookie-banner-site {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 520px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #de656533;
  border-radius: 12px;
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.cookie-banner-site p {
  color: #202020;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.cookie-banner-site a {
  color: #de6565;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner-site button {
  display: inline-block;
  border: 0;
  background: #de6565;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease all;
}

.cookie-banner-site button:hover {
  background: #a84a4a;
}

.rg-hero {
  padding: 70px 0 35px;
}

.rg-hero .cont {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.rg-tag {
  display: inline-block;
  color: #de6565;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rg-hero h1 {
  color: #de6565;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rg-hero p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 0;
}

.rg-updated {
  display: inline-block;
  background: #de656511;
  color: #de6565 !important;
  border: 1px solid #de656533;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 18px !important;
}

.rg-page {
  margin-bottom: 50px;
}

.rg-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #50505022;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.rg-alert {
  background: #de6565;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
}

.rg-alert h2,
.rg-alert p {
  color: #fff;
}

.rg-alert h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.rg-alert p {
  margin-bottom: 0;
}

.rg-box h2 {
  color: #de6565;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.rg-box h3 {
  color: #de6565;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
}

.rg-box p,
.rg-box li {
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.rg-box p {
  margin-bottom: 15px;
}

.rg-box ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.rg-box li {
  margin-bottom: 8px;
}

.rg-help-box,
.rg-contact-card {
  background: #f9f9f9;
  border: 1px solid #50505022;
  border-radius: 12px;
  padding: 25px;
  margin-top: 20px;
}

.rg-help-box p:last-child,
.rg-contact-card p:last-child {
  margin-bottom: 0;
}

.rg-contact-card strong,
.rg-help-box strong {
  color: #de6565;
}

@media (max-width: 992px) {
  .rg-hero h1 {
    font-size: 34px;
  }

  .rg-box {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cookies-hero h1 {
    font-size: 34px;
  }

  .cookies-box {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .cookie-banner-site {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 992px) {
  .terms-hero h1 {
    font-size: 34px;
  }

  .terms-notice-box,
  .terms-box {
    padding: 25px;
  }
}

@media (max-width: 992px) {
  .contact-hero h1 {
    font-size: 34px;
  }

  .contact-box {
    padding: 25px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .lc-hero h1 {
    font-size: 34px;
  }

  .lc-ranked-item {
    grid-template-columns: 45px 160px 1fr;
  }

  .lc-actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .lc-actions .lc-btn {
    flex: 1;
  }

  .lc-content-box,
  .lc-notice-box {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .lc-ranked-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lc-rank {
    margin: 0 auto;
  }

  .lc-badge-row {
    justify-content: center;
  }

  .lc-actions {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .about-hero h1 {
    font-size: 34px;
  }

  .about-metrics-grid {
    grid-template-columns: 1fr;
  }

  .about-box {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .legal-hero h1 {
    font-size: 34px;
  }

  .legal-box {
    padding: 25px;
  }

  .legal-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .cas-it {
    gap: 35px;
  }
  .bottom-lin {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .reg-footer {
    padding: 30px 0 20px;
    text-align: left;
  }

  .reg-contact-row {
    flex-direction: column;
    gap: 10px;
  }

  .reg-eeep-block {
    align-items: flex-start;
    flex-direction: column;
  }

  .reg-footer-links {
    flex-direction: column;
    gap: 8px;
  }
}
