/* ==========================================================================
   BetPro Pakistan - Home-page sections (TopDealer through Footer)
   ========================================================================== */

.s-dealer .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 24% 5%);
}

.s-dealer .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 60px 60px;
}

.s-dealer .l-bloom1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 700px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.08);
  filter: blur(160px);
  pointer-events: none;
  transform: translateX(33%);
}

.s-dealer .l-bloom2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(120px);
  pointer-events: none;
  transform: translateX(-25%);
}

.s-dealer .l-watermark {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
  user-select: none;
  pointer-events: none;
  display: none;
}

.s-dealer .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-dealer .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.dealer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.dealer-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4px);
  padding: 2rem;
  overflow: hidden;
}

.dealer-card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 80% 20%, rgba(var(--glow), 0.06), transparent);
}

.dealer-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.dealer-avatar {
  position: relative;
  flex-shrink: 0;
}

.dealer-avatar .ring {
  width: 5rem;
  height: 5rem;
  border-radius: var(--radius-2xl);
  background: linear-gradient(
    to bottom right,
    hsl(var(--primary) / 0.4),
    hsl(var(--primary) / 0.1)
  );
  border: 1px solid hsl(var(--primary) / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 32px rgba(var(--glow), 0.2);
}

.dealer-avatar .ring .icon {
  width: 2.25rem;
  height: 2.25rem;
  color: hsl(var(--primary));
}

.dealer-avatar .check {
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: hsl(222 24% 9%);
  border: 2px solid hsl(var(--primary) / 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealer-avatar .check .icon {
  width: 1rem;
  height: 1rem;
  color: hsl(var(--primary));
}

.dealer-info {
  flex: 1;
}

.dealer-stars {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.dealer-stars .star {
  width: 0.875rem;
  height: 0.875rem;
}

.dealer-stars .rv {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  margin-left: 0.25rem;
}

.dealer-info h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.dealer-rank {
  font-size: 0.875rem;
  color: hsl(var(--primary));
  font-weight: 600;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.dealer-rank .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.dealer-desc {
  position: relative;
  margin-top: 1.5rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.5rem;
}

.dealer-badges {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dealer-badges .chip {
  font-weight: 500;
  color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.08);
  border: 1px solid hsl(var(--primary) / 0.2);
  padding: 0.25rem 0.75rem;
}

.dealer-badges .chip .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.dealer-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.dstat {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.dstat:hover {
  border-color: hsl(var(--primary) / 0.3);
}

.dstat .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(var(--glow), 0.04), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dstat:hover .glow {
  opacity: 1;
}

.dstat .body {
  position: relative;
}

.dstat .v {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 0.25rem;
}

.dstat .k {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.dealer-cta {
  grid-column: span 2;
  border-radius: var(--radius-2xl);
  background: hsl(var(--primary) / 0.08);
  border: 1px solid hsl(var(--primary) / 0.2);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background 0.3s ease;
}

.dealer-cta:hover {
  background: hsl(var(--primary) / 0.12);
}

.dealer-cta .t1 {
  font-family: var(--font-display);
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 0.125rem;
}

.dealer-cta .t2 {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

.dealer-cta .btn {
  flex-shrink: 0;
  padding: 0.625rem 1.25rem;
  border-radius: var(--radius-xl);
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: 0.875rem;
  box-shadow: 0 0 24px rgba(var(--glow), 0.25);
}

.dealer-cta .btn:hover {
  box-shadow: 0 0 36px rgba(var(--glow), 0.4);
}

@media (min-width: 1024px) {
  .dealer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .s-dealer .l-watermark {
    display: block;
  }
}

.s-trust .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 22% 7%);
}

.s-trust .l-dots {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 32px 32px;
}

.s-trust .l-bloom1 {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.06);
  filter: blur(140px);
  pointer-events: none;
}

.s-trust .l-bloom2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(120px);
  pointer-events: none;
}

.s-trust .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-trust .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.trust-head {
  margin-bottom: 4rem;
  max-width: 36rem;
}

.trust-head h2 {
  margin-top: 0.75rem;
  line-height: 1.25;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-cell {
  position: relative;
  background: hsl(222 22% 7%);
  padding: 2rem;
  overflow: hidden;
  transition: background 0.3s ease;
}

.trust-cell:hover {
  background: hsl(222 22% 9%);
}

.trust-cell .ord {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.025);
  user-select: none;
  pointer-events: none;
  transition: color 0.3s ease;
}

.trust-cell:hover .ord {
  color: rgba(255, 255, 255, 0.04);
}

.trust-cell .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 0% 100%, rgba(var(--glow), 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.trust-cell:hover .glow {
  opacity: 1;
}

.trust-cell .body {
  position: relative;
}

.trust-cell .ic {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-xl);
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s ease;
}

.trust-cell:hover .ic {
  background: hsl(var(--primary) / 0.15);
}

.trust-cell .ic .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: hsl(var(--primary));
}

.trust-cell h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: hsl(var(--foreground));
  margin-bottom: 0.75rem;
}

.trust-cell p {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

@media (min-width: 640px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.s-warning .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 24% 5%);
}

.s-warning .l-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 700px;
  border-radius: 9999px;
  background: rgba(220, 38, 38, 0.06);
  filter: blur(160px);
  pointer-events: none;
  transform: translateX(-25%);
}

.s-warning .l-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 700px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.06);
  filter: blur(160px);
  pointer-events: none;
  transform: translateX(25%);
}

.s-warning .l-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.06), transparent);
  display: none;
}

.s-warning .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 48px 48px;
}

.s-warning .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-warning .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.warn-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3.5rem;
}

.warn-flag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #f87171;
  margin-bottom: 1.5rem;
}

.warn-flag .icon {
  width: 1rem;
  height: 1rem;
}

.warn-flag span {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.warn-head h2 {
  line-height: 1.25;
}

.warn-head h2 .red {
  color: #f87171;
  text-shadow: 0 0 40px rgba(239, 68, 68, 0.3);
}

.warn-head p {
  margin-top: 1rem;
  color: hsl(var(--muted-foreground));
  max-width: 36rem;
  font-size: 1rem;
}

.warn-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.warn-col {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.warn-col.fake {
  border: 1px solid rgba(239, 68, 68, 0.15);
  background: rgba(127, 29, 29, 0.1);
}

.warn-col.real {
  border: 1px solid hsl(var(--primary) / 0.2);
  background: hsl(var(--primary) / 0.04);
}

.warn-col .bar {
  height: 1px;
  width: 100%;
}

.warn-col.fake .bar {
  background: linear-gradient(to right, transparent, rgba(239, 68, 68, 0.5), transparent);
}

.warn-col.real .bar {
  background: linear-gradient(to right, transparent, hsl(var(--primary) / 0.5), transparent);
}

.warn-col .glow {
  position: absolute;
  inset: 0;
}

.warn-col.fake .glow {
  background: radial-gradient(ellipse 80% 60% at 30% 0%, rgba(239, 68, 68, 0.06), transparent);
}

.warn-col.real .glow {
  background: radial-gradient(ellipse 80% 60% at 70% 0%, rgba(var(--glow), 0.06), transparent);
}

.warn-col .body {
  position: relative;
  padding: 2rem;
}

.warn-col .ctitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.warn-col .ctitle .box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
}

.warn-col.fake .ctitle .box {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.warn-col.real .ctitle .box {
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.25);
}

.warn-col .ctitle .box .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.warn-col.fake .ctitle .box .icon {
  color: #f87171;
}

.warn-col.real .ctitle .box .icon {
  color: hsl(var(--primary));
}

.warn-col .ctitle h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.warn-col.fake .ctitle h3 {
  color: #f87171;
}

.warn-col.real .ctitle h3 {
  color: hsl(var(--primary));
}

.warn-col ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.warn-col li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.warn-col li .icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.warn-col.fake li .icon {
  color: rgba(239, 68, 68, 0.6);
}

.warn-col.real li .icon {
  color: hsl(var(--primary));
}

.warn-col li span {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .warn-cols {
    grid-template-columns: 1fr 1fr;
  }
  .s-warning .l-divider {
    display: block;
  }
}

.s-why .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 26% 6%);
}

.s-why .l-dots {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 30px 30px;
}

.s-why .l-bloom1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10rem;
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.07);
  filter: blur(140px);
  pointer-events: none;
}

.s-why .l-bloom2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(120px);
  pointer-events: none;
}

.s-why .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-why .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

.why-head {
  margin-bottom: 2.5rem;
}

.why-head h2 {
  margin-top: 0.75rem;
  line-height: 1.25;
}

.why-head p {
  margin-top: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

.why-list {
  display: flex;
  flex-direction: column;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding-block: 1.25rem;
}

.why-item + .why-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.why-item .ic {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: var(--radius-xl);
  background: hsl(var(--primary) / 0.08);
  border: 1px solid hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
  transition: background 0.2s ease;
}

.why-item:hover .ic {
  background: hsl(var(--primary) / 0.15);
}

.why-item .ic .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: hsl(var(--primary));
}

.why-item h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 0.25rem;
}

.why-item p {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

.odds {
  position: relative;
}

.odds .glow {
  position: absolute;
  inset: 2rem;
  background: hsl(var(--primary) / 0.1);
  filter: blur(60px);
  border-radius: 9999px;
}

.odds-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: hsl(222 22% 8%);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.odds-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.odds-head .l {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.odds-head .l .icon {
  width: 1rem;
  height: 1rem;
  color: hsl(var(--primary));
}

.odds-head .l span {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--font-display);
}

.odds-head .live {
  font-size: 11px;
  font-weight: 700;
  color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.2);
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
}

.odds-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.odds-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-xl);
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background 0.15s ease;
}

.odds-row:hover {
  background: rgba(255, 255, 255, 0.05);
}

.odds-row .match {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--foreground) / 0.9);
}

.odds-row .sport {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.125rem;
}

.odds-row .picks {
  display: flex;
  gap: 0.5rem;
}

.odds-row .pick {
  width: 3.5rem;
  height: 2.25rem;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.15s ease;
}

.odds-row .pick.p1 {
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.2);
  color: hsl(var(--primary));
}

.odds-row .pick.p1:hover {
  background: hsl(var(--primary) / 0.2);
}

.odds-row .pick.p2 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: hsl(var(--muted-foreground));
}

.odds-row .pick.p2:hover {
  background: rgba(255, 255, 255, 0.07);
}

.odds-foot {
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.odds-foot .a {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.odds-foot .b {
  font-size: 0.75rem;
  color: hsl(var(--primary));
  font-weight: 600;
}

@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.s-how .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 22% 7%);
}

.s-how .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 56px 56px;
}

.s-how .l-streak {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, hsl(var(--primary) / 0.2), transparent);
  display: none;
}

.s-how .l-bloom1 {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.06);
  filter: blur(160px);
  pointer-events: none;
}

.s-how .l-bloom2 {
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 400px;
  height: 300px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(100px);
  pointer-events: none;
}

.s-how .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-how .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.center-head {
  text-align: center;
  margin-bottom: 4rem;
}

.center-head h2 {
  margin-top: 0.75rem;
}

.center-head p {
  margin-top: 1rem;
  color: hsl(var(--muted-foreground));
  max-width: 32rem;
  margin-inline: auto;
}

.s-payment .center-head {
  margin-bottom: 3.5rem;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.how-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.how-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.how-card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 255, 255, 0.03), transparent);
}

.how-card .arrow {
  position: absolute;
  top: 50%;
  right: -0.75rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  z-index: 10;
}

.how-card .ord {
  position: absolute;
  bottom: 0.75rem;
  right: 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  user-select: none;
  pointer-events: none;
}

.how-card .body {
  position: relative;
}

.how-card .step {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 11px;
  font-weight: 700;
  color: hsl(var(--muted-foreground));
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
}

.how-card .ic {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.how-card .ic .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: hsl(var(--foreground) / 0.8);
}

.how-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: hsl(var(--foreground));
  margin-bottom: 0.5rem;
}

.how-card p {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

@media (min-width: 640px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .how-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .s-how .l-streak {
    display: block;
  }
  .how-card .arrow {
    display: block;
  }
}

.s-payment .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 24% 5%);
}

.s-payment .l-bar {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 60% at 50% 100%, rgba(var(--glow), 0.07), transparent);
}

.s-payment .l-dots {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 26px 26px;
}

.s-payment .l-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 200px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.05);
  filter: blur(80px);
  pointer-events: none;
}

.s-payment .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-payment .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, hsl(222 22% 7%), transparent);
}

.pay-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.pay-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  overflow: hidden;
  transition: all 0.2s ease;
}

.pay-card:hover {
  border-color: hsl(var(--primary) / 0.3);
  background: hsl(var(--primary) / 0.04);
}

.pay-card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 255, 255, 0.03), transparent);
}

.pay-card .body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}

.pay-card .dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: hsl(var(--primary));
  margin-bottom: 0.25rem;
}

.pay-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  color: hsl(var(--foreground));
}

.pay-card .row {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

.pay-card .row .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.pay-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-2xl);
  background: hsl(var(--primary) / 0.05);
  border: 1px solid hsl(var(--primary) / 0.15);
}

.pay-guarantee .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: hsl(var(--primary));
  flex-shrink: 0;
}

.pay-guarantee p {
  font-size: 0.875rem;
  color: hsl(var(--primary) / 0.9);
  font-weight: 500;
}

@media (min-width: 640px) {
  .pay-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.s-newuser .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 22% 7%);
}

.s-newuser .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 52px 52px;
}

.s-newuser .l-wash {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: radial-gradient(ellipse 80% 100% at 100% 50%, rgba(var(--glow), 0.07), transparent);
}

.s-newuser .l-blob {
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 400px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(120px);
  pointer-events: none;
}

.s-newuser .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.s-newuser .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.nu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.nu-left h2 {
  margin-top: 0.75rem;
  line-height: 1.25;
}

.nu-left p {
  margin-top: 1.25rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
  font-size: 1rem;
}

.nu-left .btn-solid {
  margin-top: 2rem;
}

.nu-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  overflow: hidden;
}

.nu-card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 20%, rgba(var(--glow), 0.06), transparent);
}

.nu-card .body {
  position: relative;
}

.nu-card .lead {
  font-family: var(--font-display);
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 1.5rem;
}

.nu-card ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nu-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.nu-card .num {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
}

.nu-card .num span {
  font-size: 10px;
  font-weight: 700;
  color: hsl(var(--primary));
}

.nu-card li > span {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
  padding-top: 0.125rem;
}

.nu-card .foot {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.nu-card .foot .icon {
  width: 1rem;
  height: 1rem;
  color: hsl(var(--primary));
  flex-shrink: 0;
}

.nu-card .foot span {
  color: hsl(var(--muted-foreground));
}

@media (min-width: 1024px) {
  .nu-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.s-faq .l-base {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, hsl(220 20% 4%), hsl(220 22% 7%), hsl(220 20% 4%));
}

.s-faq .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(hsl(142 76% 45%) 1px, transparent 1px),
    linear-gradient(90deg, hsl(142 76% 45%) 1px, transparent 1px);
  background-size: 64px 64px;
}

.s-faq .l-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.s-faq .l-center > div {
  width: 900px;
  height: 500px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.05);
  filter: blur(120px);
}

.s-faq .l-tl {
  position: absolute;
  top: -8rem;
  left: -8rem;
  width: 500px;
  height: 500px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.04);
  filter: blur(100px);
  pointer-events: none;
}

.s-faq .l-br {
  position: absolute;
  bottom: -8rem;
  right: -8rem;
  width: 400px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.03);
  filter: blur(100px);
  pointer-events: none;
}

.s-faq .l-line-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.s-faq .l-line-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.faq-head {
  text-align: center;
  margin-bottom: 4rem;
}

.faq-head .pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--primary));
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  border: 1px solid hsl(var(--primary) / 0.2);
  background: hsl(var(--primary) / 0.05);
}

.faq-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.faq-head h2 .accent {
  color: hsl(var(--primary));
  filter: drop-shadow(0 0 20px rgba(74, 222, 128, 0.4));
}

.faq-head p {
  color: hsl(var(--muted-foreground));
  font-size: 1.125rem;
  max-width: 36rem;
  margin-inline: auto;
}

.faq-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;

  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.6s ease var(--d, 0s),
    transform 0.6s ease var(--d, 0s);
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.faq-item.open {
  background: hsl(var(--primary) / 0.05);
  border-color: hsl(var(--primary) / 0.4);
  box-shadow: 0 0 24px 0 rgba(74, 222, 128, 0.08);
}

.faq-item .dot {
  position: absolute;
  top: 1rem;
  right: 3rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.6);
  filter: blur(2px);
  opacity: 0;
}

.faq-item.open .dot {
  opacity: 1;
}

.faq-item .q-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item .q {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}

.faq-item:hover .q {
  color: #fff;
}

.faq-item.open .q {
  color: #fff;
}

.faq-item .toggle {
  margin-top: 0.125rem;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.faq-item.open .toggle {
  background: hsl(var(--primary));
  color: #000;
}

.faq-item .toggle .icon {
  width: 12px;
  height: 12px;
}

.faq-item .toggle .icon-minus {
  display: none;
}

.faq-item.open .toggle .icon-plus {
  display: none;
}

.faq-item.open .toggle .icon-minus {
  display: block;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.3s ease,
    opacity 0.3s ease;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-answer .inner {
  overflow: hidden;
}

.faq-answer p {
  margin-top: 1rem;
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1rem;
}

.faq-cta {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.faq-cta p {
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
}

.faq-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.3);
  color: hsl(var(--primary));
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.faq-cta a:hover {
  background: hsl(var(--primary) / 0.2);
  border-color: hsl(var(--primary) / 0.5);
  box-shadow: 0 0 16px rgba(74, 222, 128, 0.2);
}

.faq-cta a .icon {
  width: 15px;
  height: 15px;
}

@media (min-width: 640px) {
  .faq-cta {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .faq-cols {
    grid-template-columns: 1fr 1fr;
  }
}

.s-testi .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 24% 5%);
}

.s-testi .l-dots {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 24px 24px;
}

.s-testi .l-bloom1 {
  position: absolute;
  top: -5rem;
  left: 33.333%;
  width: 500px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.06);
  filter: blur(130px);
  pointer-events: none;
}

.s-testi .l-bloom2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 300px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(100px);
  pointer-events: none;
}

.s-testi .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to bottom, hsl(222 22% 7%), transparent);
}

.s-testi .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.testi-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.testi-head h2 {
  margin-top: 0.75rem;
}

.testi-head .rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.testi-head .rating .star {
  width: 1.25rem;
  height: 1.25rem;
}

.testi-head .rating span {
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
}

.testi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.testi-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.testi-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.testi-card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 0%, rgba(var(--glow), 0.04), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.testi-card:hover .glow {
  opacity: 1;
}

.testi-card .quote {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.04);
}

.testi-card .body {
  position: relative;
}

.testi-card .stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.testi-card .stars .star {
  width: 0.875rem;
  height: 0.875rem;
}

.testi-card .text {
  font-size: 0.875rem;
  color: hsl(var(--foreground) / 0.8);
  line-height: 1.625;
  margin-bottom: 1.25rem;
}

.testi-card .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi-card .who {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testi-card .avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: hsl(var(--primary));
  font-size: 0.875rem;
}

.testi-card .name {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.testi-card .city {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.testi-card .tag {
  font-size: 10px;
  font-weight: 700;
  color: hsl(var(--primary) / 0.7);
  background: hsl(var(--primary) / 0.05);
  border: 1px solid hsl(var(--primary) / 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .testi-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.s-blog .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 24% 6%);
}

.s-blog .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.028;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 60px 60px;
}

.s-blog .l-bloom1 {
  position: absolute;
  top: -4rem;
  left: -4rem;
  width: 500px;
  height: 400px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.05);
  filter: blur(130px);
  pointer-events: none;
}

.s-blog .l-bloom2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 300px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.025);
  filter: blur(100px);
  pointer-events: none;
}

.s-blog .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, hsl(222 22% 7%), transparent);
}

.s-blog .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}

.blog-head h2 {
  margin-top: 0.5rem;
  letter-spacing: -0.02em;
}

.blog-viewall {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  font-weight: 600;
  transition: color 0.2s ease;
}

.blog-viewall:hover {
  color: hsl(var(--primary));
}

.blog-viewall .icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.blog-viewall:hover .icon {
  transform: translateX(4px);
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.blog-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: hsl(222 22% 8%);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

.blog-card .shimmer {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.blog-card .cover {
  width: 100%;
  height: 13rem;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.03),
    hsl(222 24% 7%),
    hsl(222 24% 7%)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.blog-card .cover .ghost {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: none;
}

.blog-card .cover .ghost span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.04);
}

.blog-card .cover .iglow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 0% 50%, rgba(255, 255, 255, 0.02), transparent);
}

.blog-card .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.blog-card .cat {
  font-size: 11px;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: hsl(var(--muted-foreground));
}

.blog-card .metainfo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 12px;
  color: hsl(var(--muted-foreground));
}

.blog-card .metainfo .rt {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.blog-card .metainfo .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.blog-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  color: hsl(var(--foreground));
  line-height: 1.375;
  transition: color 0.2s ease;
}

.blog-card:hover h3 {
  color: hsl(var(--primary));
}

.blog-card .excerpt {
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

.blog-card .read {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: hsl(var(--primary));
  font-weight: 600;
}

.blog-card .read .icon {
  transition: transform 0.2s ease;
}

.blog-card:hover .read .icon {
  transform: translateX(4px);
}

.blog-featured .body {
  padding: 1.75rem;
}

.blog-featured h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.blog-featured .excerpt {
  font-size: 14px;
  margin-bottom: 1.25rem;
}

.blog-featured .read {
  font-size: 13px;
}

.blog-featured .read .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.blog-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.blog-small {
  flex: 1;
}

.blog-small .body {
  padding: 1.5rem;
}

.blog-small .meta {
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.blog-small .metainfo {
  gap: 0.375rem;
  font-size: 11px;
}

.blog-small h3 {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.blog-small .excerpt {
  font-size: 13px;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-small .read {
  font-size: 12px;
}

.blog-small .read .icon {
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 768px) {
  .blog-viewall {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .blog-featured {
    grid-column: span 3;
  }
  .blog-stack {
    grid-column: span 2;
  }
}

.s-support .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 26% 6%);
}

.s-support .l-dots {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 28px 28px;
}

.s-support .l-bloom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.05);
  filter: blur(160px);
  pointer-events: none;
}

.s-support .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, hsl(222 22% 7%), transparent);
}

.s-support .l-botfade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to top, hsl(222 24% 5%), transparent);
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.support-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: hsl(222 22% 8%);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.support-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.support-card .shimmer {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.support-card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 255, 255, 0.02), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.support-card:hover .glow {
  opacity: 1;
}

.support-card .body {
  position: relative;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.support-card .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.support-card .ic {
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}

.support-card .ic .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.support-card .pin {
  font-size: 10px;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.2);
  color: hsl(var(--primary));
}

.support-card .info {
  flex: 1;
}

.support-card .info h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: hsl(var(--foreground));
}

.support-card .info .handle {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.125rem;
  color: hsl(var(--muted-foreground));
}

.support-card .info .desc {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.5rem;
  line-height: 1.625;
}

.support-card .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--radius-xl);
  font-weight: 700;
  font-size: 0.875rem;
  transition: transform 0.2s ease;
}

.support-card .cta:hover {
  transform: scale(1.02);
}

.support-card .cta .icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.support-card .cta:hover .icon {
  transform: translateX(4px);
}

.ch-whatsapp .ic {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.2);
}

.ch-whatsapp .ic .icon {
  color: #25d366;
}

.ch-whatsapp .cta {
  background: #25d366;
  color: #fff;
}

.ch-whatsapp .cta:hover {
  background: #20bd5a;
}

.ch-telegram .ic {
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.2);
}

.ch-telegram .ic .icon {
  color: #0088cc;
}

.ch-telegram .cta {
  background: #0088cc;
  color: #fff;
}

.ch-telegram .cta:hover {
  background: #0077b3;
}

.ch-email .ic {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.ch-email .ic .icon {
  color: hsl(var(--muted-foreground));
}

.ch-email .cta {
  background: rgba(255, 255, 255, 0.07);
  color: hsl(var(--foreground));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ch-email .cta:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer .l-base {
  position: absolute;
  inset: 0;
  background: hsl(222 26% 4%);
}

.footer .l-grid {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 64px 64px;
}

.footer .l-topfade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom, hsl(222 24% 5%), transparent);
}

.footer .l-bloom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 200px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.05);
  filter: blur(100px);
  pointer-events: none;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.footer-brand .logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  width: fit-content;
}

.footer-brand .logo .brand-name {
  font-size: 1.125rem;
}

.footer-brand p.about {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
  max-width: 20rem;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.5rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 0.875rem;
  border-radius: var(--radius-lg);
  transition: background 0.2s ease;
}

.footer-social a .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.footer-social .wa {
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.2);
  color: #25d366;
}

.footer-social .wa:hover {
  background: rgba(37, 211, 102, 0.15);
}

.footer-social .tg {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.2);
  color: #0088cc;
}

.footer-social .tg:hover {
  background: rgba(0, 136, 204, 0.15);
}

.footer-brand .legal {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground) / 0.5);
}

.footer-col h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.875rem;
  color: hsl(var(--foreground));
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-col a {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  transition: color 0.15s ease;
}

.footer-col a:hover {
  color: hsl(var(--primary));
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.footer-bottom .links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom .links a:hover {
  color: hsl(var(--foreground));
}

@media (min-width: 768px) {
  .footer-main {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .footer-bottom {
    flex-direction: row;
  }
}

.blog-card .cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
