:root {
  --site-font-sans: "DM Sans", Arial, Helvetica, sans-serif;
  --site-font-serif: "Lora", Georgia, "Times New Roman", serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--site-font-sans);
}

body {
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--site-font-sans);
  letter-spacing: 0;
}

body {
  background: #fbfcfa;
  color: #0b1110;
}

.btn-primary {
  background: linear-gradient(135deg, #0f3d2e 0%, #134f36 58%, #22c55e 140%);
  border-color: #0f3d2e;
  color: #fff;
  box-shadow: 0 12px 30px rgba(15, 61, 46, .18);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #134f36;
  border-color: #134f36;
  color: #fff;
}

.btn-secondary,
.login-btn {
  background: #fff;
  border-color: #0f3d2e;
  color: #0f3d2e;
}

.btn-secondary:hover,
.login-btn:hover {
  background: #dff5e6;
  border-color: #134f36;
  color: #0f3d2e;
}

.form-control:focus,
.form-select:focus {
  border-color: #0f3d2e;
  box-shadow: 0 0 0 .2rem rgba(15, 61, 46, .12);
}

.header {
  background: rgba(251, 252, 250, .92);
  border-bottom: 1px solid #e6e9ed;
  backdrop-filter: blur(14px);
}

.header .nav-link,
.dropdown-item {
  color: #0b1110;
  font-weight: 600;
}

.header .nav-link:hover,
.dropdown-item:hover {
  color: #0f3d2e;
}

.logo img {
  max-height: 34px;
}

.footer,
.site-footer {
  background: linear-gradient(180deg, #f3f8ef 0%, #eaf3e8 100%);
  color: #0b1110;
}

.site-footer .footer-main {
  padding: 28px 0;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) minmax(420px, 2.15fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.site-footer-logo {
  display: inline-flex;
  align-items: baseline;
  color: #0f3d2e;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.site-footer-logo span {
  color: #134f36;
}

.site-footer-logo:hover {
  color: #0f3d2e;
}

.site-footer-brand p {
  max-width: 265px;
  margin: 10px 0 14px;
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer-social {
  display: flex;
  gap: 13px;
}

.site-footer-social a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #0f3d2e;
  text-decoration: none;
}

.site-footer-social img {
  width: 16px;
  height: 16px;
}

.site-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.site-footer-links h3 {
  margin: 0 0 10px;
  color: #0b1110;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer-links a {
  display: block;
  margin-bottom: 8px;
  color: #0b1110;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
}

.site-footer-links a:hover {
  color: #0f3d2e;
}

.site-footer-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.site-footer-actions .btn {
  min-width: 96px;
  min-height: 42px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}

.footer-bottom {
  background: #0f3d2e;
  color: #fff;
}

.site-footer-bottom {
  padding: 8px 0;
  color: #fff;
  text-align: center;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 18px;
  background:
    linear-gradient(rgba(230, 233, 237, .42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 233, 237, .42) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(223, 245, 230, .68), transparent 28%),
    #fbfcfa;
  background-size: 24px 24px, 24px 24px, auto, auto;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .9fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  max-width: 1190px;
  margin: 0 auto;
  padding: 18px 0 28px;
}

.home-hero-copy {
  max-width: 470px;
}

.home-title {
  margin: 0 0 22px;
  color: #0b1110;
  font-size: clamp(64px, 7.5vw, 94px);
  font-weight: 700;
  line-height: .92;
}

.home-title span {
  display: block;
}

.home-title span:first-child {
  color: #6f8952;
}

.home-title span:nth-child(2) {
  color: #0f3d2e;
}

.home-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 18px;
  background: #7a965b;
}

.home-lead {
  max-width: 420px;
  margin: 0 0 24px;
  color: #475467;
  font-size: 17px;
  line-height: 1.55;
}

.home-upload-btn {
  min-height: 52px;
  padding: 0 28px;
  gap: 10px;
  border-radius: 7px;
  font-weight: 700;
}

.home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
  color: #344054;
  font-size: 13px;
  font-weight: 600;
}

.home-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-trust svg {
  color: #0f3d2e;
}

.home-stats-card {
  padding: 26px;
  border: 1px solid #e6e9ed;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 60px rgba(11, 17, 16, .10);
}

.home-stats-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.home-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-earnings {
  color: #0b1110;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.home-earnings small {
  margin-right: 6px;
  font-size: 20px;
}

.home-earnings sup {
  top: -.55em;
  font-size: 18px;
}

.home-positive,
.home-balance span {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eaf6df;
  color: #0f3d2e;
  font-size: 11px;
  font-weight: 700;
}

.home-balance {
  color: #0b1110;
  font-size: 20px;
  font-weight: 700;
}

.home-balance span {
  margin: 0 0 0 6px;
  vertical-align: middle;
}

.home-chart {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 22px;
  height: 86px;
  padding: 0 6px;
  border-bottom: 1px solid #e6e9ed;
}

.home-chart span {
  display: block;
  min-height: 18px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #d9e4cf, #c7d9bb);
}

.home-chart span:last-child {
  background: linear-gradient(180deg, #134f36, #0f3d2e);
}

.home-chart-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin: 7px 0 14px;
  color: #6b7280;
  font-size: 10px;
  text-align: center;
}

.home-file-list {
  display: grid;
  gap: 8px;
}

.home-file-list div {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #e6e9ed;
  border-radius: 9px;
  background: #fbfcfa;
  color: #0b1110;
  font-size: 13px;
}

.home-file-list span {
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-file-list em {
  color: #6b7280;
  font-style: normal;
  text-align: right;
}

.home-file-list strong {
  color: #0f3d2e;
}

.home-mobile-stats-link {
  display: none;
}

.home-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1010px;
  margin: 12px auto 0;
  padding: 18px;
  border: 1px solid #e6e9ed;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 40px rgba(11, 17, 16, .08);
}

.home-feature {
  display: flex;
  gap: 14px;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid #e6e9ed;
}

.home-feature:last-child {
  border-right: 0;
}

.home-feature-icon {
  display: inline-flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #eef6eb;
  color: #0f3d2e;
}

.home-feature strong,
.home-why-item strong {
  display: block;
  margin-bottom: 4px;
  color: #0b1110;
  font-size: 15px;
  font-weight: 700;
}

.home-feature p,
.home-why-item p,
.home-cta p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.35;
}

.home-why {
  padding: 26px 0 8px;
  background: #fbfcfa;
}

.home-section-panel {
  max-width: 1170px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e6e9ed;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(247, 250, 245, .96), rgba(251, 252, 250, .96));
}

.home-section-panel h2 {
  margin: 0 0 20px;
  color: #0b1110;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  max-width: 940px;
  margin: 0 auto;
}

.home-why-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e6e9ed;
  border-radius: 10px;
  background: #fff;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1010px;
  margin: 18px auto 0;
  padding: 22px 58px;
  border: 1px solid #dfe8d8;
  border-radius: 12px;
  background: linear-gradient(135deg, #edf4e8 0%, #f8fbf6 100%);
}

.home-cta h3 {
  margin: 0 0 4px;
  color: #0b1110;
  font-size: 26px;
  font-weight: 700;
}

.earn-page {
  overflow: hidden;
  padding: 48px 0 40px;
  background:
    linear-gradient(rgba(230, 233, 237, .45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 233, 237, .45) 1px, transparent 1px),
    radial-gradient(circle at 100% 12%, rgba(223, 245, 230, .76), transparent 28%),
    #fbfcfa;
  background-size: 28px 28px, 28px 28px, auto, auto;
  color: #0b1110;
}

.earn-page .container {
  max-width: 1180px;
}

.earn-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  gap: clamp(42px, 8vw, 118px);
  align-items: center;
  padding: 18px 0 38px;
}

.earn-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 0 16px;
  border: 1px solid #d6ead8;
  border-radius: 999px;
  background: #edf8ee;
  color: #0f3d2e;
  font-size: 13px;
  font-weight: 800;
}

.earn-pill svg {
  color: #16804a;
}

.earn-hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #0b1110;
  font-size: clamp(52px, 5.7vw, 78px);
  font-weight: 900;
  line-height: .96;
}

.earn-hero h1 span {
  color: #249a55;
}

.earn-hero-copy p {
  max-width: 510px;
  margin: 0 0 26px;
  color: #475467;
  font-size: 19px;
  line-height: 1.45;
}

.earn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.earn-primary-btn,
.earn-secondary-btn {
  display: inline-flex;
  min-width: 212px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.earn-secondary-btn {
  border: 1px solid #0f3d2e;
  background: #fff;
  color: #0b1110;
}

.earn-secondary-btn:hover {
  background: #dff5e6;
  color: #0f3d2e;
}

.earn-stats-card {
  padding: 28px;
  border: 1px solid #e6e9ed;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 65px rgba(11, 17, 16, .12);
}

.earn-stats-head,
.earn-stat-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.earn-stats-head span {
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}

.earn-stats-head strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b1110;
  font-size: 13px;
  font-weight: 800;
}

.earn-stats-head i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.earn-stat-amount {
  margin-top: 14px;
  color: #0b1110;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.earn-positive {
  margin-top: 9px;
  color: #16804a;
  font-size: 13px;
  font-weight: 800;
}

.earn-chart {
  display: flex;
  height: 86px;
  align-items: flex-end;
  gap: 24px;
  margin-top: 26px;
  padding: 0 8px;
  border-bottom: 1px solid #e6e9ed;
}

.earn-chart span {
  flex: 1;
  min-width: 20px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #d9e8d3, #edf4e8);
}

.earn-chart span:last-child {
  background: linear-gradient(180deg, #134f36, #0f3d2e);
}

.earn-chart-days {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 8px 0 20px;
  color: #0b1110;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.earn-stat-grid {
  margin: 0 -28px -28px;
  border-top: 1px solid #e6e9ed;
}

.earn-stat-grid div {
  flex: 1;
  padding: 22px 28px;
}

.earn-stat-grid div + div {
  border-left: 1px solid #e6e9ed;
}

.earn-stat-grid strong {
  display: block;
  color: #0b1110;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.earn-stat-grid span {
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.earn-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 50px;
}

.earn-mini-card,
.earn-step-card,
.earn-mode-card,
.earn-rates-card,
.earn-country-card,
.earn-pay-card,
.earn-rule-card,
.earn-cta {
  border: 1px solid #e6e9ed;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 32px rgba(11, 17, 16, .05);
}

.earn-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  padding: 14px 18px;
  border-radius: 12px;
}

.earn-icon,
.earn-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #eaf5e7;
  color: #0f3d2e;
}

.earn-icon {
  width: 48px;
  height: 48px;
}

.earn-mini-card strong,
.earn-step-card strong,
.earn-rule-card strong {
  display: block;
  color: #0b1110;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.earn-mini-card p,
.earn-step-card p,
.earn-mode-card p,
.earn-rule-card p,
.earn-country-card p,
.earn-section-head p,
.earn-cta p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.earn-section {
  margin-bottom: 30px;
}

.earn-section-head {
  margin-bottom: 20px;
  text-align: center;
}

.earn-section-head span {
  display: block;
  margin-bottom: 7px;
  color: #0f3d2e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.earn-section-head h2 {
  margin: 0;
  color: #0b1110;
  font-size: 29px;
  font-weight: 900;
}

.earn-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
}

.earn-steps:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18%;
  left: 18%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(15, 61, 46, .18) 0 5px, transparent 5px 10px);
  transform: translateY(-50%);
}

.earn-step-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 20px;
  border-radius: 12px;
}

.earn-step-card em {
  display: inline-flex;
  min-width: 34px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf5e7;
  color: #0f3d2e;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.earn-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.earn-mode-card {
  position: relative;
  padding: 22px;
  border-radius: 13px;
}

.earn-mode-card.active {
  border-color: #0f3d2e;
  background: linear-gradient(135deg, rgba(223, 245, 230, .42), rgba(255, 255, 255, .94));
}

.earn-mode-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.earn-mode-top span,
.earn-mode-top em {
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.earn-mode-top span {
  min-height: 24px;
  padding: 0 9px;
  background: #e8efea;
  color: #0f3d2e;
}

.earn-mode-top em {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 29px;
  padding: 0 14px;
  border-radius: 0 12px 0 10px;
  background: linear-gradient(135deg, #0f3d2e, #158047);
  color: #fff;
}

.earn-mode-card h3 {
  margin: 0 0 10px;
  color: #0b1110;
  font-size: 20px;
  font-weight: 900;
}

.earn-mode-percent {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.earn-mode-percent strong {
  color: #16804a;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.earn-mode-percent span {
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.earn-mode-card small {
  display: block;
  margin-top: 14px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.earn-rates-card {
  overflow: hidden;
  border-radius: 13px;
}

.earn-rates-scroll {
  overflow-x: auto;
  scrollbar-color: #0f3d2e #e6e9ed;
}

.earn-rates-table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: collapse;
  color: #0b1110;
  font-size: 13px;
  text-align: center;
}

.earn-rates-table th,
.earn-rates-table td {
  min-height: 34px;
  padding: 9px 14px;
  border-bottom: 1px solid #e6e9ed;
  font-weight: 800;
}

.earn-rates-table th {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.earn-rates-table th:first-child,
.earn-rates-table td:first-child {
  width: 150px;
  text-align: left;
}

.earn-rates-table tbody tr:last-child td {
  border-bottom: 0;
}

.earn-tier-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
}

.tier-1 {
  background: #22c55e;
}

.tier-2 {
  background: #2563eb;
}

.tier-3 {
  background: #6d5dfc;
}

.tier-4 {
  background: #9ca3af;
}

.earn-country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.earn-country-card {
  min-height: 104px;
  padding: 16px;
  border-radius: 13px;
}

.earn-country-card h3 {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  color: #0b1110;
  font-size: 14px;
  font-weight: 900;
}

.earn-country-card p {
  font-size: 12px;
}

.tier-1-card {
  background: #eef8ec;
}

.tier-2-card {
  background: #eef5ff;
}

.tier-3-card {
  background: #f4f0ff;
}

.tier-4-card {
  background: #f5f6f7;
}

.earn-payout-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.earn-pay-card {
  display: inline-flex;
  min-width: 120px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 10px;
}

.earn-pay-card img {
  width: 25px;
  max-height: 25px;
  object-fit: contain;
}

.earn-pay-card strong {
  color: #0b1110;
  font-size: 13px;
  font-weight: 900;
}

.earn-pay-symbol {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.earn-pay-symbol.bank {
  background: #4263eb;
}

.earn-pay-symbol.skrill {
  background: #9c1d74;
}

.earn-pay-symbol.payeer {
  background: #0ea5e9;
}

.earn-pay-symbol.more {
  background: #eef2f6;
  color: #0b1110;
}

.earn-payout-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}

.earn-payout-note span:first-child {
  color: #0b1110;
  font-weight: 900;
}

.earn-payout-note i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #667085;
}

.earn-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.earn-rule-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 86px;
  padding: 18px;
  border-radius: 12px;
}

.earn-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
  padding: 18px 24px;
  border-color: #d6ead8;
  border-radius: 14px;
  background: linear-gradient(135deg, #eaf5e7, #fbfcfa);
}

.earn-cta-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #0f3d2e, #158047);
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 61, 46, .24);
}

.earn-cta h2 {
  margin: 0 0 5px;
  color: #0b1110;
  font-size: 28px;
  font-weight: 900;
}

.auth-page {
  position: relative;
  overflow: hidden;
  padding: 48px 0 52px;
  background:
    radial-gradient(circle at 0 14%, rgba(34, 197, 94, .12) 0 2px, transparent 3px),
    radial-gradient(circle at 100% 84%, rgba(34, 197, 94, .10) 0 2px, transparent 3px),
    linear-gradient(rgba(230, 233, 237, .48) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 233, 237, .48) 1px, transparent 1px),
    #fbfcfa;
  background-size: 24px 24px, 24px 24px, 28px 28px, 28px 28px, auto;
}

.auth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 540px);
  grid-template-areas:
    "intro card"
    "benefits card";
  gap: 28px clamp(48px, 7vw, 110px);
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}

.auth-intro {
  grid-area: intro;
  padding-top: 44px;
}

.auth-intro h1 {
  max-width: 560px;
  margin: 0 0 24px;
  color: #0b1110;
  font-size: clamp(64px, 7.2vw, 94px);
  font-weight: 800;
  line-height: .94;
}

.auth-intro h1 span {
  display: block;
  color: #0f3d2e;
}

.auth-intro h1:after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 18px;
  background: #7a965b;
}

.auth-intro p {
  max-width: 470px;
  margin: 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.55;
}

.auth-card {
  grid-area: card;
  width: 100%;
  padding: 34px 38px;
  border: 1px solid #e6e9ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 70px rgba(11, 17, 16, .10);
}

.auth-card-head {
  margin-bottom: 24px;
  text-align: center;
}

.auth-brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 0;
  border-radius: 10px;
  background: transparent;
}

.auth-brand-pill img {
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
}

.auth-card h2 {
  margin: 0 0 8px;
  color: #0b1110;
  font-size: 29px;
  font-weight: 800;
}

.auth-title-extra {
  display: inline;
}

.auth-card-head p,
.auth-terms {
  margin: 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

.auth-alert {
  margin-bottom: 18px;
  border-color: rgba(239, 68, 68, .22);
  border-radius: 10px;
}

.auth-field {
  margin-bottom: 16px;
}

.auth-field label {
  display: block;
  margin-bottom: 8px;
  color: #0b1110;
  font-size: 14px;
  font-weight: 700;
}

.auth-control {
  position: relative;
}

.auth-control svg {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  color: #667085;
  transform: translateY(-50%);
  pointer-events: none;
}

.auth-control .form-control,
.auth-control .form-select {
  min-height: 48px;
  padding-left: 48px;
  border-color: #d1d5db;
  border-radius: 8px;
  color: #0b1110;
  font-size: 15px;
  box-shadow: none;
}

.auth-control .form-control::placeholder {
  color: #9ca3af;
}

.auth-select-control .form-select {
  padding-right: 42px;
}

.auth-password-control .form-control {
  padding-right: 52px;
}

.auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #667085;
  transform: translateY(-50%);
}

.auth-password-toggle:hover {
  color: #0f3d2e;
}

.auth-password-toggle svg {
  position: static;
  transform: none;
  pointer-events: auto;
}

.auth-captcha {
  margin: 18px 0;
  text-align: center;
}

.auth-captcha img,
.auth-captcha iframe,
.auth-captcha table {
  max-width: 100%;
}

.auth-submit,
.auth-secondary-btn,
.auth-social-btn {
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
  font-weight: 800;
}

.auth-submit {
  gap: 10px;
  margin-top: 4px;
  font-size: 17px;
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 4px 0 24px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
}

.auth-options a {
  color: #0f3d2e;
  font-weight: 700;
  text-decoration: none;
}

.auth-options a:hover {
  color: #134f36;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.auth-check-icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #0f3d2e;
  color: #fff;
}

.auth-secondary-btn {
  margin-top: 12px;
  border: 1px solid #0f3d2e;
  background: #fff;
  color: #0f3d2e;
}

.auth-secondary-btn:hover {
  background: #dff5e6;
  color: #0f3d2e;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 14px;
  color: #475467;
  font-size: 14px;
}

.auth-divider:before,
.auth-divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6e9ed;
}

.auth-social-list {
  display: grid;
  gap: 10px;
}

.auth-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #0b1110;
  font-size: 15px;
  text-decoration: none;
}

.auth-social-btn:hover {
  border-color: #0f3d2e;
  color: #0f3d2e;
}

.auth-social-btn img {
  width: 20px;
  height: 20px;
}

.auth-terms {
  margin-top: 18px;
  text-align: center;
}

.auth-terms a {
  color: #0f3d2e;
  font-weight: 700;
  text-decoration: none;
}

.auth-benefits {
  grid-area: benefits;
}

.auth-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.auth-benefit-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e6e9ed;
  border-radius: 11px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 32px rgba(11, 17, 16, .05);
}

.auth-benefit-card span,
.auth-help-strip span {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #eaf5e7;
  color: #0f3d2e;
}

.auth-benefit-card h3 {
  margin: 0 0 8px;
  color: #0b1110;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.auth-benefit-card p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.auth-help-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 24px;
  border: 1px solid #d6ead8;
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
  color: #0f3d2e;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.auth-security-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #e6e9ed;
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 32px rgba(11, 17, 16, .05);
}

.auth-security-card > span {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #eaf5e7;
  color: #0f3d2e;
}

.auth-security-card h3 {
  margin: 0 0 5px;
  color: #0f3d2e;
  font-size: 16px;
  font-weight: 800;
}

.auth-security-card p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.auth-security-card em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8f5e7;
  color: #0f3d2e;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.auth-login-page .auth-help-strip,
.auth-login-page .auth-trust-row {
  display: none;
}

.auth-help-strip span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
}

.auth-help-strip em {
  margin-left: auto;
  color: #0f3d2e;
  font-style: normal;
}

.auth-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 20px;
  color: #0b1110;
  font-size: 13px;
  font-weight: 700;
}

.auth-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b1110;
  white-space: nowrap;
}

.auth-trust-row svg {
  color: #0f3d2e;
  flex: 0 0 auto;
}

.premium-page {
  overflow: hidden;
  padding: 40px 0 32px;
  background:
    linear-gradient(rgba(230, 233, 237, .45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 233, 237, .45) 1px, transparent 1px),
    radial-gradient(circle at 100% 18%, rgba(223, 245, 230, .8), transparent 28%),
    #fbfcfa;
  background-size: 28px 28px, 28px 28px, auto, auto;
  color: #0b1110;
}

.premium-page .container {
  max-width: 1320px;
}

.premium-hero {
  max-width: 720px;
  margin-bottom: 28px;
}

.premium-hero h1 {
  margin: 0 0 18px;
  color: #0f3d2e;
  font-size: clamp(46px, 4.8vw, 66px);
  font-weight: 800;
  line-height: .98;
}

.premium-hero h1 span {
  color: #158047;
}

.premium-hero p {
  max-width: 570px;
  margin: 0 0 22px;
  color: #475467;
  font-size: 17px;
  line-height: 1.45;
}

.premium-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 42px;
  color: #0b1110;
  font-size: 13px;
  font-weight: 700;
}

.premium-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.premium-trust-row svg {
  color: #0f3d2e;
}

.premium-expire-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 680px;
  margin-bottom: 24px;
  border: 1px solid #d6ead8;
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  color: #0f3d2e;
}

.premium-expire-alert b {
  color: #0b1110;
}

.premium-compare {
  margin-bottom: 24px;
}

.premium-page .premiumTable {
  overflow: visible;
  border: 1px solid #e6e9ed;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 45px rgba(11, 17, 16, .08);
  color: #0b1110;
  font-size: 13px;
}

.premium-page .premiumTable .row {
  margin: 0;
}

.premium-page .premiumTable .col {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-left: 1px solid #e6e9ed;
  background: rgba(255, 255, 255, .9);
}

.premium-page .premiumTable .col:first-child {
  max-width: 300px;
  flex-basis: 300px;
  justify-content: flex-start;
  background: rgba(255, 255, 255, .96);
  color: #344054;
  font-weight: 600;
  text-align: left !important;
}

.premium-page .premiumTable .col.premium {
  background: rgba(223, 245, 230, .35);
}

.premium-page .premiumTable .premiumTable-heading .col {
  min-height: 76px;
  border-bottom: 1px solid #e6e9ed;
  background: rgba(255, 255, 255, .96);
}

.premium-page .premiumTable .premiumTable-heading .col:first-child {
  color: #0b1110;
}

.premium-page .premiumTable .xlarge {
  color: #0b1110 !important;
  font-size: 19px;
  line-height: 1.15;
}

.premium-page .premiumTable .premiumTable-heading .col.premium:last-child {
  position: relative;
}

.premium-page .premiumTable .premiumTable-heading .col.premium:last-child:before {
  content: "BEST VALUE";
  position: absolute;
  right: -1px;
  left: -1px;
  top: -26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(135deg, #0f3d2e, #158047);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.premium-page .premiumTable svg[name="icon_yes"],
.premium-page .premiumTable svg[name="icon_no"] {
  width: 15px;
  height: 15px;
}

.premium-page .premiumTable svg[name="icon_yes"] path {
  fill: #249a55;
}

.premium-page .premiumTable svg[name="icon_no"] path {
  fill: #ef4444;
}

.comparison-section {
  margin-bottom: 30px;
}

.comparison-hero {
  max-width: 760px;
  margin-bottom: 34px;
}

.comparison-eyebrow {
  margin-bottom: 16px;
  color: #0f3d2e;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.comparison-hero h1 {
  margin: 0 0 18px;
  color: #0b1110;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 900;
  line-height: .98;
}

.comparison-hero h1 span {
  color: #158047;
}

.comparison-hero p {
  max-width: 680px;
  margin: 0 0 26px;
  color: #475467;
  font-size: 18px;
  line-height: 1.45;
}

.comparison-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.comparison-trust span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid #e6e9ed;
  border-radius: 9px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 25px rgba(11, 17, 16, .05);
  color: #0b1110;
  font-size: 13px;
  font-weight: 800;
}

.comparison-trust svg {
  color: #0f3d2e;
  flex: 0 0 auto;
}

.comparison-card {
  position: relative;
  overflow: visible;
  border: 1px solid #e6e9ed;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(11, 17, 16, .08);
}

.comparison-card-head {
  position: relative;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 30px 16px;
}

.comparison-card-head h2 {
  margin: 0;
  color: #0b1110;
  font-size: 27px;
  font-weight: 900;
}

.comparison-best-badge {
  display: inline-flex;
  min-width: 178px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #0f3d2e, #158047);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.comparison-best-badge:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 57%, 79% 92%, 50% 72%, 21% 92%, 31% 57%, 2% 35%, 38% 34%);
}

.comparison-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #0f3d2e #e6e9ed;
}

.comparison-scroll::-webkit-scrollbar {
  height: 8px;
}

.comparison-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #0f3d2e;
}

.comparison-scroll::-webkit-scrollbar-track {
  background: #e6e9ed;
}

.comparison-table {
  display: grid;
  min-width: 980px;
  color: #0b1110;
}

.comparison-table.has-pro {
  grid-template-columns: minmax(310px, 1.35fr) repeat(4, minmax(160px, 1fr));
}

.comparison-table.no-pro {
  grid-template-columns: minmax(310px, 1.35fr) repeat(3, minmax(170px, 1fr));
}

.comparison-cell {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  border-top: 1px solid #e6e9ed;
  border-left: 1px solid #e6e9ed;
  background: rgba(255, 255, 255, .82);
  color: #0b1110;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.comparison-table.has-pro .comparison-cell:nth-child(5n + 1),
.comparison-table.no-pro .comparison-cell:nth-child(4n + 1) {
  border-left: 0;
}

.comparison-heading {
  min-height: 86px;
  background: rgba(255, 255, 255, .96);
  font-size: 21px;
  font-weight: 900;
}

.comparison-feature-heading {
  justify-content: flex-start;
  padding-left: 30px;
}

.comparison-heading span {
  display: block;
  color: #f5b000;
}

.comparison-feature {
  justify-content: flex-start;
  gap: 14px;
  color: #101828;
  font-weight: 800;
  text-align: left;
}

.comparison-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  min-width: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #f2f4f6;
  color: #344054;
}

.comparison-premium-col {
  background: rgba(223, 245, 230, .4);
}

.comparison-pro-col {
  background: linear-gradient(180deg, rgba(223, 245, 230, .5), rgba(255, 255, 255, .92));
  color: #0f3d2e;
  font-weight: 900;
}

.comparison-table.has-pro .comparison-pro-col {
  border-left-color: rgba(34, 197, 94, .45);
  border-right: 1px solid rgba(34, 197, 94, .55);
}

.comparison-check,
.comparison-x {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.comparison-check {
  background: #16804a;
}

.comparison-check:after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.comparison-x {
  background: #ef4444;
}

.comparison-x:before,
.comparison-x:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.comparison-x:before {
  transform: rotate(45deg);
}

.comparison-x:after {
  transform: rotate(-45deg);
}

.comparison-actions {
  padding: 30px;
  border-top: 1px solid #e6e9ed;
  text-align: center;
}

.comparison-cta {
  display: inline-flex;
  min-width: 340px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 900;
}

.comparison-cta svg {
  color: #facc15;
}

.comparison-cta span {
  margin-left: 8px;
}

.comparison-actions p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  margin: 18px auto 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.45;
}

.comparison-actions p svg {
  color: #667085;
  flex: 0 0 auto;
}

.comparison-actions p a {
  color: #0f3d2e;
  font-weight: 800;
  text-decoration: none;
}

.comparison-actions p a:hover {
  color: #134f36;
}

.premium-packages {
  margin-top: 18px;
}

.premium-packages > h2 {
  margin: 0 0 18px;
  color: #0b1110;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.premium-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.premium-tabs {
  overflow: hidden;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  border: 1px solid #e6e9ed;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 25px rgba(11, 17, 16, .05);
}

.premium-tabs .nav-link {
  display: inline-flex;
  min-width: 230px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid #e6e9ed;
  color: #475467;
  font-weight: 800;
}

.premium-tabs .nav-link:last-child {
  border-right: 0;
}

.premium-tabs .nav-link.active {
  background: linear-gradient(135deg, #0f3d2e, #158047);
  color: #fff;
}

.premium-plan-content {
  margin-bottom: 22px;
}

.premium-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.premium-package-card {
  position: relative;
  display: flex;
  min-height: 236px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #e6e9ed;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 38px rgba(11, 17, 16, .08);
}

.premium-package-card.premium-plan-days-365,
.premium-package-card.premium-plan-lifetime {
  border-color: #249a55;
  background: linear-gradient(135deg, rgba(223, 245, 230, .56), rgba(255, 255, 255, .96));
}

.premium-best-ribbon {
  display: none;
}

.premium-plan-days-365 .premium-best-ribbon,
.premium-plan-lifetime .premium-best-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 13px 8px 18px;
  border-radius: 0 11px 0 12px;
  background: linear-gradient(135deg, #0f3d2e, #158047);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-package-head h3 {
  margin: 0 0 8px;
  color: #0f3d2e;
  font-size: 20px;
  font-weight: 800;
}

.premium-price {
  color: #0b1110;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.premium-feature-list {
  display: grid;
  gap: 6px;
  margin: 18px 0 22px;
  padding: 0;
  color: #344054;
  font-size: 13px;
  list-style: none;
}

.premium-feature-list li {
  position: relative;
  padding-left: 22px;
}

.premium-feature-list li:before {
  content: "";
  position: absolute;
  top: .22em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e8f5e7;
  box-shadow: inset 0 0 0 1px #249a55;
}

.premium-feature-list li:after {
  content: "";
  position: absolute;
  top: .48em;
  left: 4px;
  width: 7px;
  height: 4px;
  border-left: 1.5px solid #0f3d2e;
  border-bottom: 1.5px solid #0f3d2e;
  transform: rotate(-45deg);
}

.premium-buy-btn {
  gap: 10px;
  min-height: 46px;
  margin-top: auto;
  border-radius: 7px;
  font-weight: 800;
}

.premium-traffic-panel {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(0, 2.6fr);
  gap: 24px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #e6e9ed;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(11, 17, 16, .07);
}

.premium-traffic-copy h3 {
  margin: 0 0 8px;
  color: #0b1110;
  font-size: 23px;
  font-weight: 800;
}

.premium-traffic-copy p,
.premium-traffic-info p,
.premium-newsletter p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

.premium-traffic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.premium-traffic-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-left: 1px solid #e6e9ed;
}

.premium-traffic-card:first-child {
  border-left: 0;
}

.premium-traffic-icon,
.premium-newsletter-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f5e7;
  color: #0f3d2e;
}

.premium-traffic-info h4 {
  margin: 0 0 2px;
  color: #0b1110;
  font-size: 17px;
  font-weight: 800;
}

.premium-traffic-info strong {
  display: block;
  margin-bottom: 4px;
  color: #0b1110;
  font-size: 14px;
}

.premium-traffic-btn {
  grid-column: 1 / -1;
  gap: 10px;
  min-height: 40px;
  border: 1px solid #c9d2dc;
  border-radius: 7px;
  background: #fff;
  color: #0f3d2e;
  font-weight: 800;
}

.premium-traffic-btn:hover {
  border-color: #0f3d2e;
  background: #dff5e6;
  color: #0f3d2e;
}

.premium-newsletter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(320px, 470px);
  gap: 18px;
  align-items: center;
  max-width: 1120px;
  margin: 24px auto 0;
  padding: 20px 24px;
  border: 1px solid #d6ead8;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(223, 245, 230, .7), rgba(255, 255, 255, .95));
}

.premium-newsletter h3 {
  margin: 0 0 4px;
  color: #0b1110;
  font-size: 18px;
  font-weight: 800;
}

.premium-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
}

.premium-newsletter-form .form-control {
  min-height: 52px;
  border-radius: 8px 0 0 8px;
  border-color: #c9d2dc;
}

.premium-newsletter-form .btn {
  min-height: 52px;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
}

.premium-pay-modal .modal-content {
  border: 1px solid #e6e9ed;
  border-radius: 14px;
}

.premium-pay-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.premium-pay-list a {
  margin: 0 !important;
}

.premium-pay-list .paysys {
  display: inline-flex;
  min-width: 130px;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e9ed;
  border-radius: 10px;
  background: #fbfcfa;
}

body:has(.premium-page) .site-footer {
  background: radial-gradient(circle at 12% 0, rgba(34, 197, 94, .22), transparent 30%), linear-gradient(135deg, #0f3d2e, #063222);
  color: #fff;
}

body:has(.premium-page) .site-footer-logo,
body:has(.premium-page) .site-footer-logo span,
body:has(.premium-page) .site-footer-links h3,
body:has(.premium-page) .site-footer-links a,
body:has(.premium-page) .site-footer-brand p {
  color: #fff;
}

body:has(.premium-page) .site-footer-brand p,
body:has(.premium-page) .site-footer-links a {
  opacity: .86;
}

body:has(.premium-page) .site-footer-social a {
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

body:has(.premium-page) .site-footer-actions .login-btn {
  border-color: rgba(255, 255, 255, .48);
  background: transparent;
  color: #fff;
}

body:has(.premium-page) .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
}

@media (max-width: 1199px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 760px;
    gap: 34px;
    text-align: center;
  }

  .home-hero-copy,
  .home-lead {
    max-width: none;
  }

  .home-title:after {
    margin-left: auto;
    margin-right: auto;
  }

  .home-trust {
    justify-content: center;
  }

  .home-feature-strip,
  .home-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-feature {
    border-right: 0;
    padding: 12px;
  }

  .earn-page .container {
    max-width: 960px;
  }

  .earn-hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
    gap: 42px;
  }

  .earn-hero h1 {
    font-size: clamp(44px, 5.8vw, 60px);
  }

  .earn-hero-copy p {
    font-size: 16px;
  }

  .earn-steps {
    gap: 18px;
  }

  .earn-steps:before {
    display: none;
  }

  .earn-step-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .earn-step-card em {
    grid-column: 2;
    justify-self: start;
  }

  .earn-mode-grid {
    gap: 18px;
  }

  .earn-country-grid,
  .earn-rules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auth-grid {
    grid-template-columns: minmax(0, 760px);
    grid-template-areas:
      "intro"
      "card"
      "benefits";
    justify-content: center;
    gap: 28px;
  }

  .auth-intro {
    padding-top: 0;
    text-align: center;
  }

  .auth-intro h1,
  .auth-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .auth-intro h1:after {
    margin-left: auto;
    margin-right: auto;
  }

  .auth-card {
    max-width: 580px;
    margin: 0 auto;
  }

  .premium-page .container {
    max-width: 960px;
  }

  .comparison-hero {
    max-width: 680px;
  }

  .comparison-hero h1 {
    font-size: clamp(42px, 6vw, 58px);
  }

  .comparison-trust span {
    min-height: 42px;
    padding: 0 15px;
  }

  .comparison-table {
    min-width: 900px;
  }

  .comparison-table.has-pro {
    grid-template-columns: minmax(280px, 1.25fr) repeat(4, minmax(150px, 1fr));
  }

  .comparison-table.no-pro {
    grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(160px, 1fr));
  }

  .premium-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-traffic-panel {
    grid-template-columns: 1fr;
  }

  .premium-traffic-grid {
    grid-template-columns: 1fr;
  }

  .premium-traffic-card {
    grid-template-columns: auto minmax(0, 1fr) minmax(180px, .45fr);
    border-left: 0;
    border-top: 1px solid #e6e9ed;
  }

  .premium-traffic-card:first-child {
    border-top: 0;
  }

  .premium-traffic-btn {
    grid-column: auto;
  }

  .premium-newsletter {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .premium-newsletter-form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .header .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .auth-page {
    padding: 36px 0 0;
    background-size: 18px 18px, 18px 18px, 22px 22px, 22px 22px, auto;
  }

  .auth-grid {
    gap: 22px;
  }

  .auth-intro {
    text-align: left;
  }

  .auth-intro h1 {
    max-width: 430px;
    margin-bottom: 18px;
    font-size: clamp(44px, 13vw, 58px);
    line-height: 1;
  }

  .auth-intro h1 span {
    display: inline;
  }

  .auth-intro h1:after {
    width: 62px;
    height: 3px;
    margin: 13px 0 0;
  }

  .auth-intro p {
    max-width: 430px;
    margin: 0;
    font-size: 17px;
  }

  .auth-card {
    padding: 26px 22px;
    border-radius: 17px;
  }

  .auth-brand-pill {
    margin-bottom: 12px;
  }

  .auth-brand-pill img {
    width: 122px;
  }

  .auth-card h2 {
    font-size: 28px;
  }

  .auth-login-page .auth-title-extra {
    display: none;
  }

  .auth-card-head p {
    font-size: 15px;
  }

  .auth-field {
    margin-bottom: 14px;
  }

  .auth-control .form-control,
  .auth-control .form-select {
    min-height: 50px;
    font-size: 16px;
  }

  .auth-submit,
  .auth-secondary-btn,
  .auth-social-btn {
    min-height: 50px;
  }

  .auth-options {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .auth-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .auth-benefit-card {
    padding: 16px 10px;
    text-align: center;
  }

  .auth-benefit-card span {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
  }

  .auth-benefit-card h3 {
    font-size: 17px;
  }

  .auth-benefit-card p {
    font-size: 12px;
  }

  .auth-help-strip {
    margin-top: 22px;
    padding: 14px 18px;
    font-size: 16px;
  }

  .auth-login-page .auth-security-card {
    display: none;
  }

  .auth-login-page .auth-help-strip {
    display: flex;
  }

  .auth-login-page .auth-trust-row {
    display: flex;
  }

  .auth-trust-row {
    gap: 10px 16px;
    margin-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
  }

  .premium-page {
    padding: 24px 0 20px;
    background-size: 22px 22px, 22px 22px, auto, auto;
  }

  .premium-hero {
    margin-bottom: 22px;
  }

  .premium-hero h1 {
    max-width: 560px;
    font-size: clamp(34px, 9.5vw, 48px);
    line-height: 1.08;
  }

  .premium-hero p {
    max-width: 520px;
    font-size: 14px;
  }

  .premium-trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    font-size: 12px;
  }

  .comparison-section {
    margin-bottom: 22px;
  }

  .comparison-hero {
    margin-bottom: 24px;
  }

  .comparison-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .comparison-hero h1 {
    max-width: 520px;
    margin-bottom: 14px;
    font-size: clamp(34px, 9.4vw, 46px);
    line-height: 1.08;
  }

  .comparison-hero p {
    max-width: 520px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .comparison-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .comparison-trust span {
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 12px;
  }

  .comparison-card {
    margin-right: -8px;
    margin-left: -8px;
    border-radius: 13px;
  }

  .comparison-card-head {
    min-height: 70px;
    padding: 20px 22px 12px;
  }

  .comparison-card-head h2 {
    font-size: 22px;
  }

  .comparison-best-badge {
    min-width: 128px;
    min-height: 30px;
    border-radius: 8px;
    font-size: 10px;
  }

  .comparison-scroll {
    padding-bottom: 2px;
  }

  .comparison-table {
    min-width: 760px;
  }

  .comparison-table.has-pro {
    grid-template-columns: minmax(230px, 1.35fr) repeat(4, minmax(130px, 1fr));
  }

  .comparison-table.no-pro {
    grid-template-columns: minmax(230px, 1.35fr) repeat(3, minmax(135px, 1fr));
  }

  .comparison-cell {
    min-height: 52px;
    padding: 12px 13px;
    font-size: 12px;
  }

  .comparison-heading {
    min-height: 74px;
    font-size: 16px;
  }

  .comparison-feature-heading {
    padding-left: 22px;
  }

  .comparison-feature {
    gap: 10px;
  }

  .comparison-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 9px;
  }

  .comparison-actions {
    padding: 22px;
  }

  .comparison-cta {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 17px;
  }

  .comparison-actions p {
    display: flex;
    font-size: 13px;
  }

  .premium-compare {
    overflow-x: auto;
    margin-right: -18px;
    margin-left: -18px;
    padding: 26px 18px 4px;
  }

  .premium-page .premiumTable {
    min-width: 780px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .premium-page .premiumTable .col {
    min-height: 40px;
    padding: 10px 12px;
  }

  .premium-page .premiumTable .col:first-child {
    max-width: 210px;
    flex-basis: 210px;
  }

  .premium-page .premiumTable .premiumTable-heading .col {
    min-height: 66px;
  }

  .premium-page .premiumTable .xlarge {
    font-size: 15px;
  }

  .premium-packages > h2 {
    font-size: 24px;
  }

  .premium-tabs-wrap {
    overflow-x: auto;
    justify-content: flex-start;
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px 2px;
  }

  .premium-tabs {
    min-width: max-content;
  }

  .premium-tabs .nav-link {
    min-width: 190px;
    min-height: 46px;
    padding: 0 16px;
    font-size: 13px;
  }

  .premium-plan-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .premium-package-card {
    display: grid;
    grid-template-columns: minmax(120px, .7fr) minmax(0, 1fr) minmax(160px, .55fr);
    min-height: 0;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
  }

  .premium-feature-list {
    margin: 0;
  }

  .premium-buy-btn {
    margin-top: 0;
  }

  .premium-traffic-panel {
    padding: 18px;
  }

  .premium-traffic-copy h3 {
    font-size: 22px;
  }

  .premium-traffic-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 14px 0;
  }

  .premium-traffic-btn {
    grid-column: 1 / -1;
  }

  .premium-newsletter {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 16px;
  }

  .home-hero {
    padding-top: 20px;
    background-size: 18px 18px, 18px 18px, auto, auto;
  }

  .earn-page {
    padding: 28px 0 24px;
    background-size: 22px 22px, 22px 22px, auto, auto;
  }

  .earn-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 6px 0 24px;
  }

  .earn-pill {
    min-height: 32px;
    margin-bottom: 14px;
    padding: 0 12px;
    font-size: 11px;
  }

  .earn-hero h1 {
    max-width: 440px;
    margin-bottom: 12px;
    font-size: clamp(38px, 11.5vw, 52px);
    line-height: 1;
  }

  .earn-hero-copy p {
    max-width: 440px;
    margin-bottom: 18px;
    font-size: 16px;
  }

  .earn-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 430px;
  }

  .earn-primary-btn,
  .earn-secondary-btn {
    width: 100%;
    min-width: 0;
  }

  .earn-stats-card {
    padding: 20px;
    border-radius: 14px;
  }

  .earn-stat-amount {
    font-size: 32px;
  }

  .earn-chart {
    height: 72px;
    gap: 14px;
    margin-top: 20px;
  }

  .earn-stat-grid {
    margin: 0 -20px -20px;
  }

  .earn-stat-grid div {
    padding: 16px 20px;
  }

  .earn-stat-grid strong {
    font-size: 21px;
  }

  .earn-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 34px;
  }

  .earn-mini-card {
    display: block;
    min-height: 120px;
    padding: 13px 9px;
    text-align: center;
  }

  .earn-mini-card .earn-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
  }

  .earn-mini-card strong {
    font-size: 12px;
  }

  .earn-mini-card p {
    font-size: 11px;
  }

  .earn-section {
    margin-bottom: 26px;
  }

  .earn-section-head {
    margin-bottom: 16px;
  }

  .earn-section-head h2 {
    font-size: 23px;
  }

  .earn-steps,
  .earn-mode-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .earn-step-card {
    min-height: 80px;
    padding: 14px;
  }

  .earn-step-card em {
    grid-column: auto;
    justify-self: end;
  }

  .earn-mode-card {
    padding: 18px;
  }

  .earn-mode-percent strong {
    font-size: 30px;
  }

  .earn-rates-card {
    margin-right: -8px;
    margin-left: -8px;
  }

  .earn-rates-table {
    min-width: 720px;
    font-size: 12px;
  }

  .earn-rates-table th,
  .earn-rates-table td {
    padding: 8px 12px;
  }

  .earn-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .earn-country-card {
    min-height: 118px;
    padding: 13px;
  }

  .earn-payout-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .earn-pay-card {
    min-width: 0;
    padding: 0 8px;
  }

  .earn-rules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .earn-rule-card {
    display: block;
    min-height: 136px;
    padding: 14px;
    text-align: center;
  }

  .earn-rule-card .earn-icon {
    margin: 0 auto 10px;
  }

  .earn-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 18px;
    text-align: center;
  }

  .earn-cta h2 {
    font-size: 24px;
  }

  .home-hero-grid {
    gap: 26px;
    padding: 10px 0 20px;
  }

  .home-title {
    font-size: clamp(46px, 15vw, 60px);
    line-height: .9;
    margin-bottom: 18px;
  }

  .home-title:after {
    display: none;
  }

  .home-lead {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .home-upload-btn {
    min-height: 46px;
    padding: 0 22px;
    font-size: 14px;
  }

  .home-trust {
    gap: 8px 12px;
    margin-top: 18px;
    font-size: 11px;
  }

  .home-stats-card {
    padding: 16px;
    border-radius: 12px;
  }

  .home-stats-head {
    margin-bottom: 16px;
  }

  .home-earnings {
    font-size: 26px;
  }

  .home-balance {
    font-size: 15px;
  }

  .home-chart {
    height: 62px;
    gap: 12px;
  }

  .home-file-list div {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 36px;
    font-size: 11px;
  }

  .home-file-list div:nth-child(4) {
    display: none;
  }

  .home-file-list em {
    display: none;
  }

  .home-mobile-stats-link {
    display: block;
    margin-top: 12px;
    color: #0f3d2e;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  .home-feature-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-feature {
    display: block;
    padding: 0;
    text-align: center;
  }

  .home-feature-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 8px;
    border-radius: 13px;
  }

  .home-feature strong {
    margin: 0;
    font-size: 11px;
    line-height: 1.15;
  }

  .home-feature p {
    display: none;
  }

  .home-why {
    padding-top: 8px;
  }

  .home-section-panel {
    padding: 14px;
    border-radius: 12px;
  }

  .home-section-panel h2 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .home-why-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-why-item {
    gap: 10px;
    padding: 8px 10px;
    border-radius: 9px;
  }

  .home-why-item .home-feature-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 10px;
  }

  .home-why-item strong {
    margin-bottom: 1px;
    font-size: 13px;
  }

  .home-why-item p {
    font-size: 11px;
  }

  .home-cta {
    display: block;
    margin-top: 12px;
    padding: 18px 16px;
    text-align: center;
  }

  .home-cta h3 {
    font-size: 22px;
  }

  .home-cta p {
    max-width: 300px;
    margin: 0 auto 16px;
  }

  .site-footer .footer-main {
    padding: 22px 0 18px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .site-footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer-logo {
    justify-content: center;
    font-size: 26px;
  }

  .site-footer-social {
    justify-content: center;
  }

  .site-footer-links {
    display: none;
  }

  .site-footer-actions {
    justify-content: center;
  }

  .site-footer-actions .btn {
    min-width: 112px;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .home-feature-strip {
    gap: 4px;
  }

  .home-feature strong {
    font-size: 10px;
  }

  .home-trust {
    font-size: 10px;
  }

  .auth-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .auth-intro h1 {
    font-size: 42px;
  }

  .auth-intro p {
    font-size: 15px;
  }

  .auth-benefit-grid {
    gap: 8px;
  }

  .auth-benefit-card {
    padding: 14px 7px;
  }

  .auth-benefit-card span {
    width: 48px;
    height: 48px;
  }

  .auth-benefit-card h3 {
    font-size: 14px;
  }

  .auth-benefit-card p {
    font-size: 10px;
  }

  .auth-help-strip {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .auth-options {
    gap: 10px;
    font-size: 11px;
  }

  .auth-check {
    gap: 6px;
  }

  .auth-trust-row {
    gap: 8px 10px;
    font-size: 10px;
  }

  .auth-trust-row span {
    gap: 4px;
  }

  .auth-trust-row svg {
    width: 13px;
    height: 13px;
  }

  .premium-trust-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .earn-hero h1 {
    font-size: 36px;
  }

  .earn-benefits {
    gap: 7px;
  }

  .earn-mini-card {
    min-height: 112px;
    padding: 12px 7px;
  }

  .earn-mini-card .earn-icon {
    width: 42px;
    height: 42px;
  }

  .earn-mini-card p,
  .earn-country-card p,
  .earn-rule-card p {
    font-size: 10px;
  }

  .earn-country-grid,
  .earn-rules-grid {
    grid-template-columns: 1fr;
  }

  .earn-payout-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .earn-payout-note {
    display: block;
    text-align: center;
  }

  .earn-payout-note i {
    display: none;
  }

  .comparison-hero h1 {
    font-size: 34px;
  }

  .comparison-trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .comparison-card-head {
    display: block;
  }

  .comparison-best-badge {
    margin-top: 12px;
  }

  .comparison-card {
    margin-right: -10px;
    margin-left: -10px;
  }

  .comparison-table {
    min-width: 700px;
  }

  .comparison-table.has-pro {
    grid-template-columns: minmax(210px, 1.4fr) repeat(4, minmax(120px, 1fr));
  }

  .comparison-cell {
    padding: 11px 10px;
  }

  .comparison-actions {
    padding: 18px;
  }

  .comparison-actions p {
    display: block;
    font-size: 12px;
  }

  .comparison-actions p svg {
    margin-right: 5px;
    vertical-align: -2px;
  }

  .premium-package-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .premium-price {
    font-size: 30px;
  }

  .premium-feature-list {
    font-size: 12px;
  }

  .premium-tabs .nav-link {
    min-width: 170px;
  }

  .premium-newsletter {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .premium-newsletter-icon {
    margin: 0 auto;
  }

  .premium-newsletter-form {
    grid-template-columns: minmax(0, 1fr) 50px;
  }
}
