/* --- Google Font Import --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* --- Color & Style Variables --- */
:root {
  --color-bg: #0d1117;
  --color-bg-light: #161b22;
  --color-bg-card: #1c212c;
  --color-border: #30363d;
  --color-text-primary: #e6edf3;
  --color-text-secondary: #8b949e;
  --color-accent-primary: #58a6ff;
  --color-accent-secondary: #e3b341;
  --color-accent-exclusive: #f778ba;
  --color-accent-success: #3fb950;
  --color-shadow: rgba(88, 166, 255, 0.2);
  --font-primary: 'Inter', sans-serif;
}


/* --- Base & Typography --- */
body {
  background-color: var(--color-bg);
  font-family: var(--font-primary);
  color: var(--color-text-primary);
  position: relative;
  overflow-x: hidden;
}

/* --- Animated Aurora Background --- */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle at 10% 20%, hsla(210, 100%, 56%, 0.2), transparent 50%),
              radial-gradient(circle at 90% 80%, hsla(320, 100%, 50%, 0.2), transparent 50%),
              radial-gradient(circle at 50% 50%, hsla(45, 100%, 50%, 0.15), transparent 60%);
  filter: blur(80px);
  animation: moveAurora 20s infinite alternate ease-in-out;
}

@keyframes moveAurora {
  0% { transform: translate(0, 0) rotate(0deg) scale(1.2); }
  100% { transform: translate(10vw, -10vh) rotate(10deg) scale(1.5); }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
img {
  border-style: none;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a,
button {
  color: inherit;
}
button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
button:not(:disabled) {
  cursor: pointer;
}
input {
  font: inherit;
}
input::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
p {
  margin: 0;
}
fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url(//static.couponfollow.com/dist/fonts/Poppins-Medium.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url(//static.couponfollow.com/dist/fonts/Poppins-SemiBold.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 400 700;
  src: url(//static.couponfollow.com/dist/fonts/OpenSans.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
body {
  background-color: #edf1f8;
  font-family: 'Poppins', sans-serif;
}
body,
button,
html,
input,
p {
  color: #333;
  font-family: Open Sans, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.17;
  }
}
h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.625rem;
    line-height: 1.23;
  }
}
h3 {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
p {
  font-size: 1rem;
  line-height: 1.5;
}
img {
  block-size: auto;
  max-inline-size: 100%;
}
b,
strong {
  font-weight: 600;
}
:focus-visible {
  outline-color: #1d3266;
}
.screen-reader {
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}
.section-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
.link {
  color: #3258b3;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    color: #487eff;
  }
}
.link:visited {
  color: purple;
}
.link:focus-visible {
  background-color: #1d3266;
  color: #fff;
  outline: 1px solid #1d3266;
}
.link.link-button {
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.link.link-button:focus-visible {
  background-color: #1d3266;
  border: 1px solid #fff;
  color: #fff;
  outline: 2px solid #1d3266;
}
@media (hover: hover) and (pointer: fine) {
  .link.link-button:hover {
    color: #fff;
  }
}
.input-component-wrapper {
  display: flex;
  flex-direction: column;
}
.input-component-wrapper .input-wrapper .input {
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.16);
  caret-color: #487eff;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  height: 3rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
}
.input-component-wrapper .input-wrapper .input:focus {
  outline: 2px solid #487eff;
  outline-offset: 2px;
}
.input-component-wrapper .input-wrapper .input::-moz-placeholder {
  color: #939496;
  font-weight: 400;
}
.input-component-wrapper .input-wrapper .input::placeholder {
  color: #939496;
  font-weight: 400;
}
.input-component-wrapper.input-dark .input-wrapper .input {
  caret-color: #505050;
}
.input-component-wrapper.input-dark .input-wrapper .input:focus {
  outline: 2px solid #fff;
}
.btn {
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
.btn:focus-visible {
  background-color: #1d3266;
  border: 1px solid #fff;
  color: #fff;
  outline: 2px solid #1d3266;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #fff;
  }
}
.btn-primary {
  background-color: #3258b3;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background-color: #487eff;
  }
}
.btn-primary:active {
  background-color: #3258b3;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.16);
}
.btn-link {
  border: none;
  box-shadow: none;
  color: #3258b3;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  height: auto;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .btn-link:hover {
    background-color: initial;
    color: #487eff;
  }
}
.btn-link:focus-visible {
  background-color: #1d3266;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: 1px solid #1d3266;
  outline-offset: 1px;
}
.star-rating {
  display: inline-flex;
}
.star-rating .rate-box {
  align-items: center;
  background-color: #fddc2b;
  border-radius: 12px;
  color: #505050;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14;
  margin: auto;
  padding: 2px 0.5rem;
}
.star-rating .rate-box .rate-icon {
  background: 50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23505050' fill-rule='evenodd' stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' d='M6 9.292 2.91 11l.59-3.618L1 4.82l3.455-.528L6 1l1.545 3.292L11 4.82 8.5 7.382 9.09 11z' clip-rule='evenodd'/%3E%3C/svg%3E");
  height: 1rem;
  width: 1rem;
}
.star-rating .votes {
  color: #505050;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14;
  margin: auto;
  padding-left: 4px;
}
.card {
  background-color: #fff;
  border: 1px solid #bcc6d7;
  border-radius: 10px;
  display: block;
  padding: 1rem;
  width: 100%;
}
.rich-text {
  font-size: 0.875rem;
  line-height: 1.43;
  overflow-wrap: anywhere;
}
.rich-text a {
  color: #3258b3;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .rich-text a:hover {
    color: #487eff;
  }
}
.rich-text a:visited {
  color: purple;
}
.rich-text a:focus-visible {
  background-color: #1d3266;
  color: #fff;
  outline: 1px solid #1d3266;
}
.rich-text h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .rich-text h2 {
    font-size: 1.125rem;
    line-height: 1.56;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
  }
}
.rich-text h2:first-child {
  margin-top: 0;
}
.rich-text p {
  font-size: 0.875rem;
  line-height: 1.43;
  margin-bottom: 0.5rem;
}
.rich-text ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
.rich-text ol li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
  padding-left: 0.25rem;
}
.dropdown {
  background-color: #fff;
  box-shadow: 0 2px 6px 4px rgba(51, 51, 51, 0.09);
  flex-direction: column;
  margin-top: 0.5rem;
  padding: 0.25rem;
  position: absolute;
}
.dropdown,
.dropdown-item {
  border-radius: 4px;
  display: flex;
}
.dropdown-item {
  align-items: center;
  color: #333;
  font-family: Poppins, sans-serif;
  padding: 0.75rem;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-item:hover {
    background-color: #e6faf6;
  }
}
.dropdown-item:focus-visible {
  outline: 1px solid #20b18c;
}
.coupon-highlights {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .coupon-highlights {
    margin-bottom: 0;
  }
}
.coupon-highlights table {
  border-spacing: 0;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.14;
}
.coupon-highlights table td {
  padding-bottom: 1rem;
}
.coupon-highlights table td.label {
  font-weight: 600;
}
.coupon-highlights table td.value {
  padding-left: 1rem;
}
.coupon-highlights table tr:last-of-type td {
  padding-bottom: 0;
}
.main-header {
  background-color: #242f3c;
  height: 2.875rem;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .main-header {
    height: 5rem;
  }
}
.main-header .header-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main-header .header-content {
    gap: 1rem;
    justify-content: flex-start;
    padding: 0 1.5rem;
  }
}
@media (min-width: calc(75rem + 2 * 1.5rem)) {
  .main-header .header-content {
    max-width: 75rem;
    padding: 0;
  }
}
.navigation {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.29;
}
.navigation .icon-menu {
  -webkit-mask-image: url(//static.couponfollow.com/dist/img/menu.svg);
  mask-image: url(//static.couponfollow.com/dist/img/menu.svg);
}
.navigation .icon-menu,
.navigation .icon-search {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 0.875rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 0.875rem;
}
.navigation .icon-search {
  -webkit-mask-image: url(//static.couponfollow.com/dist/img/search.svg);
  mask-image: url(//static.couponfollow.com/dist/img/search.svg);
}
.navigation .icon-caret-down {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 0.5rem;
  -webkit-mask-image: url(//static.couponfollow.com/dist/img/arrow_drop_down.svg);
  mask-image: url(//static.couponfollow.com/dist/img/arrow_drop_down.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 0.5rem;
}
.navigation .header-btn {
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  gap: 0.5rem;
  height: 3rem;
  line-height: inherit;
  padding: 0 1rem;
  white-space: nowrap;
}
.navigation .main-header .header-btn {
  border: 2px solid transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .navigation .main-header .header-search-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .navigation .main-header .header-menu-btn {
    display: none;
  }
}
.navigation .main-header .account-controls {
  display: flex;
  gap: 1rem;
}
.navigation .main-header .header-join-btn,
.navigation .main-header .header-login-btn,
.navigation .main-header .header-search-input {
  display: none;
}
@media (min-width: 768px) {
  .navigation .main-header .header-join-btn,
  .navigation .main-header .header-login-btn,
  .navigation .main-header .header-search-input {
    display: flex;
  }
}
.navigation .main-header .header-search-input {
  flex: 1;
  min-width: 15rem;
}
@media (min-width: 992px) {
  .navigation .main-header .header-search-input {
    flex: 0 1 auto;
  }
}
.navigation .main-header .header-search-input .input-wrapper {
  position: relative;
}
.navigation .main-header .header-search-input .input-wrapper:before {
  background-color: #83939e;
  content: "";
  height: 1rem;
  left: 1.25rem;
  -webkit-mask-image: url(//static.couponfollow.com/dist/img/search.svg);
  mask-image: url(//static.couponfollow.com/dist/img/search.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: 1rem;
  width: 1rem;
}
.navigation .main-header .header-search-input .input {
  background-color: #242f3c;
  border: 1px solid #83939e;
  border-radius: 32px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding-left: 2.75rem;
  width: 100%;
  height: 2.5rem;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.navigation .main-header .header-search-input .input::-moz-placeholder {
  color: #83939e;
  font-weight: 500;
}
.navigation .main-header .header-search-input .input::placeholder {
  color: #83939e;
  font-weight: 500;
}
.navigation .main-header .header-search-input .input:focus {
  background-color: transparent;
  border-color: #00c6a5;
  box-shadow: 0 2px 6px 4px rgba(51, 51, 51, 0.09);
  color: #ffffff;
  outline: none;
}
.navigation .main-header .search-form {
  display: none;
  flex: 1;
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) {
  .navigation .main-header .search-form {
    display: block;
  }
}
.navigation .main-header .search-form.suggestions-visible .input {
  background-color: #fff;
  border-color: #00c6a5;
  box-shadow: 0 2px 6px 4px rgba(51, 51, 51, 0.09);
  color: #333;
  outline: none;
}
.navigation .main-header .search-form .clear-btn {
  background-color: #f8f8f8;
  border-radius: 50%;
  color: #505050;
  display: none;
  height: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 1.5rem;
}
.navigation .main-header .search-form .clear-btn:before {
  background-color: #505050;
  content: "";
  display: block;
  height: 0.5rem;
  margin: auto;
  -webkit-mask-image: url(//static.couponfollow.com/dist/img/close-thin.svg);
  mask-image: url(//static.couponfollow.com/dist/img/close-thin.svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 0.5rem;
}
.navigation .main-header .search-form .clear-btn.active {
  display: inline-block;
}
.navigation .main-header .header-join-btn {
  border: 2px solid #fff;
}
.navigation .main-header .header-btn:visited,
.navigation .main-header .link:visited {
  color: inherit;
}
.navigation .main-header .header-btn:hover,
.navigation .main-header .link:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .navigation .main-header .header-btn:hover,
  .navigation .main-header .link:hover {
    background-color: #1bbc9b;
    border-color: #1bbc9b;
  }
}
.navigation .main-header .header-btn:focus-visible,
.navigation .main-header .link:focus-visible {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  outline: none;
}
.navigation .main-header .header-btn.header-join-btn,
.navigation .main-header .header-btn.header-login-btn {
  border-width: 2px;
}
.navigation .main-header .header-btn.header-join-btn:focus-visible,
.navigation .main-header .header-btn.header-login-btn:focus-visible,
.navigation .main-header .link.header-join-btn:focus-visible,
.navigation .main-header .link.header-login-btn:focus-visible {
  background-color: #1bbc9b;
  outline: 2px solid #1bbc9b;
  outline-offset: 0;
}
.navigation .main-header .header-nav {
  display: none;
}
@media (min-width: 992px) {
  .navigation .main-header .header-nav {
    display: block;
    height: 100%;
    position: relative;
  }
}
.navigation .main-header .header-nav-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
}
.navigation .main-header .header-nav-list .header-btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.navigation .main-header .header-nav-list .header-nav-submenu {
  display: none;
  margin-top: -0.5rem;
  top: 100%;
  z-index: 1000;
}
.navigation .main-header .header-nav-list .header-nav-list-item {
  align-items: center;
  display: flex;
  height: 100%;
}
.navigation .main-header .header-nav-list .header-nav-list-item .header-nav-submenu-btn:focus + .header-nav-submenu,
.navigation .main-header .header-nav-list .header-nav-list-item:focus-within .header-nav-submenu,
.navigation .main-header .header-nav-list .header-nav-list-item:hover .header-nav-submenu {
  display: flex;
}
.navigation.mobile-search-active .main-header {
  height: 4.625rem;
}
.navigation.mobile-search-active .main-header .header-menu-btn,
.navigation.mobile-search-active .main-header .header-search-btn {
  display: none;
}
.navigation.mobile-search-active .main-header .header-search-input {
  display: flex;
}
.navigation.mobile-search-active .main-header .search-form {
  display: block;
  flex: 1;
  margin: 0 1rem;
}
.navigation.mobile-search-active .main-header .search-form .input {
  background-color: #fff;
  border-color: #00c6a5;
  box-shadow: 0 2px 6px 4px rgba(51, 51, 51, 0.09);
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
}
.navigation.mobile-search-active .main-header .search-form .clear-btn {
  display: block;
}
.navigation .dropdown.search-suggestions {
  display: none;
  width: 100%;
}
.navigation .dropdown.search-suggestions.active {
  display: block;
}
.navigation .mobile-menu {
  display: none;
}
.navigation.active {
  display: flex;
  flex-direction: column;
  inset: 0;
  position: fixed;
  z-index: 1000;
}
.navigation.active .icon-menu {
  -webkit-mask-image: url(//static.couponfollow.com/dist/img/close-thin.svg);
  mask-image: url(//static.couponfollow.com/dist/img/close-thin.svg);
}
.navigation.active .mobile-menu {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  padding: 1.5rem 1rem 1rem;
}
.navigation.active .mobile-menu .header-btn {
  color: #2c3e4f;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
.navigation.active .mobile-menu .header-btn:focus-visible {
  background-color: transparent;
  outline: 1px solid #20b18c;
}
.navigation.active .mobile-menu .header-btn.header-login-btn {
  border: 2px solid #20b18c;
  color: #20b18c;
  justify-content: center;
}
.navigation.active .mobile-menu .header-btn.header-join-btn {
  background-color: #20b18c;
  border: 2px solid #20b18c;
  color: #fff;
  justify-content: center;
}
.navigation.active .mobile-menu .header-btn.header-signout-btn {
  background-color: transparent;
  border: 2px solid #3258b3;
  color: #3258b3;
  justify-content: center;
}
.navigation.active .mobile-menu .header-nav {
  flex: 1;
}
.navigation.active .mobile-menu .header-nav-submenu-btn {
  display: none;
}
.navigation.active .mobile-menu .dropdown {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.navigation.active .mobile-menu .dropdown li .dropdown-item {
  align-items: center;
  border-radius: 4px;
  color: #2c3e4f;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  line-height: 1.5;
  padding: 0 1rem;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .navigation.active .mobile-menu .dropdown li .dropdown-item:hover {
    background: none;
  }
}
.navigation.active .mobile-menu .account-controls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.navigation.active .mobile-menu .header-join-btn,
.navigation.active .mobile-menu .header-login-btn {
  display: flex;
}
@media (min-width: 768px) {
  .navigation.active .mobile-menu .header-join-btn,
  .navigation.active .mobile-menu .header-login-btn {
    display: none;
  }
}
.site-heading {
  background-color: #fff;
  border-bottom: 3px solid #74a6fc;
  border-top: 3px solid #74a6fc;
}
.site-heading .site-heading-content {
  display: grid;
  grid-template-areas: "logo blank blank" "logo title title" "logo rating links" "logo blank2 blank2";
  grid-template-columns: auto auto 1fr;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .site-heading .site-heading-content {
    padding: 1rem 1.5rem;
  }
}
.site-heading .site-logo-container {
  border-radius: 4px;
  grid-area: logo;
  height: 4.5rem;
  margin-right: 1rem;
  width: 4.5rem;
}
@media (min-width: 768px) {
  .site-heading .site-logo-container {
    height: 8rem;
    margin-right: 1.25rem;
    width: 8rem;
  }
}
.site-heading .site-logo-container:focus-visible {
  outline-offset: 2px;
}
.site-heading .site-logo-container .site-logo {
  border-radius: 4px;
  width: 100%;
}
.site-heading .site-title {
  font-size: 1.25rem;
  grid-area: title;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .site-heading .site-title {
    font-size: 2.25rem;
    line-height: 1.17;
    margin-bottom: 1rem;
  }
}
.site-heading .anchor-links {
  align-items: center;
  display: flex;
  grid-area: links;
  margin-top: 0;
}
.site-heading .anchor-links .link {
  font-size: 0.875rem;
  line-height: 1.14;
}
.site-heading .anchor-links .link .desktop {
  display: none;
}
@media (min-width: 768px) {
  .site-heading .anchor-links .link .desktop {
    display: inline;
  }
}
.offer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.offer-list-heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .offer-list-heading {
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    clip: rect(0, 0, 0, 0);
  }
}
.offer-card {
  /* apply background as a gradient */
  background: linear-gradient(135deg, #faefef, #ffffff);
  border: 1px solid #bcc6d7;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 800px;
}
.offer-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  background-color: white;
}
@media (min-width: 768px) {
  .offer-card {
    border: none;
    box-shadow: 0 2px 6px 4px rgba(51, 51, 51, 0.09);
    margin:20px;
  }
}
.offer-card .offer-card-box {
  align-items: center;
  display: flex;
  padding: 0.5rem;
      display: flex;
    flex-direction: row;
}

@media (min-width: 768px) {
  .offer-card .offer-card-box {
    min-height: 10.875rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
  }
}
.offer-card .right {
  display: none;
}
@media (min-width: 768px) {
  .offer-card .right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.offer-card .offer-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0.5rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .offer-card .offer-details {
    padding: 0 1.5rem;
  }
}
.offer-card .offer-details .offer-title {
  color: #333;
  display: -webkit-box;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  test-decoration: none;
}
@media (min-width: 768px) {
  .offer-card .offer-details .offer-title {
    font-size: 1.625rem;
    line-height: 1.23;
  }
}
.offer-card .offer-details .offer-description {
  color: #333;
  display: -webkit-box;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .offer-card .offer-details .offer-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.quick-faq {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .quick-faq {
    margin-bottom: 0;
  }
}
.offer-summary {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.offer-summary table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
  margin-top: 0.5rem;
  width: 100%;
}
.offer-summary table th {
  background-color: #f8f8f8;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: left;
}
.offer-summary table td,
.offer-summary table th {
  border: 1px solid #e4e4e4;
  padding: 0.75rem;
}
.commission-warning.mobile {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .commission-warning.mobile {
    display: none;
  }
}
.commission-warning.desktop {
  display: none;
}
@media (min-width: 768px) {
  .commission-warning.desktop {
    display: block;
  }
}
.commission-warning .text {
  font-size: 0.75rem;
  line-height: 1.33;
}
.site-page .main {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: grid;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0.5rem 0.5rem 2rem;
}
@media (min-width: 768px) {
  .site-page .main {
    padding: 1.25rem 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .site-page .main {
    grid-template-columns: 9fr 3fr;
  }
}
.site-page .aside,
.site-page .offer-list,
.site-page .supplemental-content {
  margin-bottom: 1rem;
}
.site-page .offer-summary {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .site-page .offer-list,
  .site-page .offer-summary,
  .site-page .supplemental-content {
    grid-column: 1;
  }
}
.site-page .aside {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .site-page .aside {
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .site-page .aside {
    grid-column: 2;
    grid-row: 1 / span 5;
  }
}
.site-page .aside .commission-warning:after {
  background-color: #d9d9d9;
  border: none;
  content: "";
  display: none;
  height: 1px;
  margin-block: 1.25rem 0;
}
@media (min-width: 768px) {
  .site-page .aside .commission-warning:after {
    display: block;
  }
}
.site-page .aside .coupon-highlights:after {
  background-color: #d9d9d9;
  border: none;
  content: "";
  display: none;
  height: 1px;
  margin-block: 1.25rem 0;
}
@media (min-width: 768px) {
  .site-page .aside .coupon-highlights:after {
    display: block;
  }
}
.offer-card-box {
  display: flex;
  align-items: center;
  padding: 15px;
}
.offer-title {
  color: #ff6b00;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}
.offer-description {
  color: #555;
  margin: 0;
  font-size: 1rem;
}
.right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coupon-container {
  display: flex;
  align-items: center;
  background: #fff8f0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px dashed #37414d;
}
.code {
  padding: 8px 15px;
  font-weight: bold;
  color: #ff6b00;
  font-size: 16px;
}
.btn-redeem {
  background: #37414d;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  width: 100px;
}
.btn-redeem:hover {
  background: #7c8da0;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.coupon-popup {
  /* background: linear-gradient(135deg, #d6d6d5, #7b7774); */
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  width: 400px;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: scale(0.9);
  transition: all 0.3s;
  border: 2px solid #37414d;
}
.popup-overlay.active .coupon-popup {
  transform: scale(1);
}
.popup-header {
  margin-bottom: 20px;
}
.popup-title {
  color: #37414d;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.popup-subtitle {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.popup-code {
  background: white;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #37414d;
  border-radius: 8px;
  margin: 20px 0;
  border: 2px dashed #37414d;
  letter-spacing: 2px;
}
.popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popup-copy-btn {
  background: #37414d;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.popup-copy-btn:hover {
  background: #7a8593;
  transform: translateY(-2px);
}
.popup-shop-btn {
  background: white;
  color: #37414d;
  border: 2px solid #37414d;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.popup-shop-btn:hover {
  background: #cfd2d6;
  transform: translateY(-2px);
}
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}
.mystery-coupon {
  padding: 8px 15px;
  font-weight: bold;
  color: #37414D;
  font-size: 16px;
  background: repeating-linear-gradient( 45deg, #e1e2e3, #e7e7e7 10px, #ffffff 10px, #ffffff 20px );
  text-align: center;
  width: 80px;
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* 1. Horizontal shake animation for 3 seconds */
@keyframes horizontal-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

/* 2. Apply this animation for 3 seconds only */
.popup-content {
  /* ...your existing styles... */
  animation: horizontal-shake 1s cubic-bezier(.36, .07, .19, .97) both;
}

.popup-content {
  position: relative;
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
  color: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.5);
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  padding-left: 8px;
  padding-right: 8px;
  background: none;
  border: none;
  border-radius: 50%;
  color: #888;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}
.close-popup:hover {
  color: #fff;
  transform: rotate(90deg);
}
.brand-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -90px auto 15px;
  display: block;
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 165, 0, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
}
.countdown-timer {
  background-color: rgba(0,0,0,0.3);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
.countdown-timer span {
  display: block;
  font-size: 14px;
  color: #ffa500;
}
#timerDisplay {
  font-size: 24px;
  letter-spacing: 2px;
}
.coupon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
#couponCode {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px dashed #ffa500;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.shimmer-effect {
  position: relative;
  overflow: hidden;
}
.shimmer-effect::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(45deg);
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
#copyButton {
  background-color: #ffa500;
  color: #1a1a1a;
  border: none;
  padding: 17px 25px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  transition: background-color 0.3s, transform 0.1s;
  position: relative;
  overflow: hidden;
}
#copyButton:hover {
  background-color: #ffc107;
}
#copyButton:active {
  transform: scale(0.95);
}
.brand-button {
  display: block;
  width: 100%;
  background-color: #ff4500;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  transition: background-color 0.3s, transform 0.2s;
}
.brand-button:hover {
  background-color: #ff6347;
  transform: translateY(-3px);
}

/* Highlight (capsule/pill badges) */
.offer-highlights {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 40px;
  font-size: 0.89em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: white;
  background: #ffa500;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.07); */
  border: none;
  transition: background 0.3s, transform 0.2s;
  text-shadow: 0 1px 6px rgba(0,0,0,0.05);
  cursor: pointer;
  user-select: none;
}
.badge.latest        { background: linear-gradient(90deg,#00e0a1,#00c6fb);  }
.badge.primary       { background: linear-gradient(90deg,#3258b3,#47a1ff);   }
.badge.exclusive     { background: linear-gradient(90deg,#ff564f,#ff9900);   }
.badge.trending      { background: linear-gradient(90deg,#e100ff,#7f00ff);   }

.badge:hover, .badge:focus {
  /* transform: scale(1.07) rotate(-2deg); */
  /* background: linear-gradient(90deg,#ffa500,#ff6347); */
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
  opacity: 0.93;

}

/* Interactive offer card styling */
.interactive-offer {
  transition: box-shadow 0.24s, transform 0.16s;
  position: relative;
  z-index: 1;
}
.interactive-offer:hover, .interactive-offer:focus-within {
  box-shadow: 0 6px 32px 3px rgba(50,88,179,0.19),0 1.5px 8px 1px rgba(49,49,64,0.08);
  transform: translateY(-2px) scale(1.01);
  border-color: #3258b3;
}

/* Make the COPIED animation! */
.btn-redeem:active {
  background: linear-gradient(90deg, #00c6fb, #3258b3);
  color: #fff;
}
/* Bounce animation on copy */
.coupon-container.copied {
  animation: bounce 0.45s;
}
@keyframes bounce {
  0%   { transform: scale(1);}
  30%  { transform: scale(1.13);}
  60%  { transform: scale(0.92);}
  100% { transform: scale(1);}
}

/* Style fixes for smaller screens */
@media (max-width: 600px) {
  .offer-highlights {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  .offer-card-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.interactive-offer:hover, .interactive-offer:focus-within {
  box-shadow: 0 8px 32px rgba(50,88,179,0.19),0 2px 8px rgba(49,49,64,0.08);
  transform: translateY(-1px) scale(1.01);
  border-color: #47a1ff;
}


/* Default: small screens (<768px) */
.offer-highlights {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.offer-highlights span {
  display: none;
}

.offer-highlights span:first-child {
  display: inline-block;
}

/* For devices >= 768px: show all */
@media (min-width: 768px) {
  .offer-highlights span {
    display: inline-block;
  }
}


/* Default: Mobile view */
.coupon-desktop {
  display: none;
}

.coupon-mobile {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
margin: 5px 0;
  text-align: center;
}

/* Desktop (>=768px): show desktop button, hide mobile */
@media (min-width: 768px) {
  .coupon-desktop {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .coupon-mobile {
    display: none;
  }
}

.Lego {
  display: none;
}
@media (min-width: 768px) {
  .Lego {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
}

.Lego img {
  display: none;
  vertical-align: middle;
  max-height: 100px;
}

@media (min-width: 768px) {
  .Lego img {
    display: inline-block;
  }
}