* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #C25E00;
  --primary-light: #E57A00;
  --secondary: #00897B;
  --accent: #F9A825;
  --warm-bg: #FFF8E7;
  --cream: #FFFBF0;
  --terracotta: #BF5A3D;
  --turquoise: #1ABC9C;
  --golden: #D4A017;
  --dark: #2C1810;
  --gray: #6B7280;
  --light-gray: #E5E7EB;
  --gradient-warm: linear-gradient(135deg, #C25E00 0%, #E57A00 100%);
  --gradient-cool: linear-gradient(135deg, #00897B 0%, #1ABC9C 100%);
  --gradient-sunset: linear-gradient(135deg, #BF5A3D 0%, #F9A825 100%);
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--warm-bg);
  color: var(--dark);
  overflow-x: hidden;
  line-height: 1.6;
}

.cttodew2, .jm4s4kcx {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
}

.cttodew2 {
  width: 8px;
  height: 8px;
  background: var(--primary);
}

.jm4s4kcx {
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary);
  transition: transform 0.15s;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Header */
.abai1k0w {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 248, 231, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid var(--primary);
  transition: all 0.3s;
}

.abai1k0w.wuvv7jhp {
  box-shadow: 0 4px 20px rgba(194, 94, 0, 0.15);
}

.f3kte7hh {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x7lu9pdy {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.hiwk8xyz { font-size: 2.2rem; }

.prkt25zj { color: var(--dark); }
.prkt25zj .lsw0raz8 { color: var(--primary); }

.rwgaeadj {
  display: flex;
  gap: 2rem;
}

.kqlitvxc {
  font-weight: 500;
  color: var(--gray);
  transition: color 0.3s;
  position: relative;
}

.kqlitvxc:hover { color: var(--primary); }

.kqlitvxc::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gradient-warm);
  border-radius: 2px;
  transition: width 0.3s;
}

.kqlitvxc:hover::after { width: 100%; }

.ccz054pd {
  display: flex;
  gap: 0.8rem;
}

.z6r8ojdy, .uoxhook2 {
  background: var(--cream);
  border: 2px solid var(--light-gray);
  color: var(--dark);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z6r8ojdy:hover, .uoxhook2:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.uoxhook2 { display: none; }

/* Hero Section */
.zwb47epf {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 8rem 4rem 4rem;
  gap: 4rem;
  position: relative;
  background: linear-gradient(135deg, #FFF8E7 0%, #FFE5CC 100%);
  overflow: hidden;
}

.jemnsdve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C25E00' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.u0q4o2pe {
  position: relative;
  z-index: 1;
}

.v1y8ho2j {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  box-shadow: 0 4px 15px rgba(194, 94, 0, 0.1);
  margin-bottom: 1.5rem;
}

.wfoq0ydk { font-size: 1.2rem; }

.turvm8ur {
  font-size: 3.8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.h8rtkxtf {
  display: block;
  font-weight: 700;
  color: var(--dark);
}

.h8rtkxtf.o7ej1ptb {
  background: var(--gradient-sunset);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.foa88ozl {
  font-size: 1.15rem;
  color: var(--gray);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.yiunc2ze {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.q6jdwbke, .fdcdt091 {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

.q6jdwbke {
  background: var(--gradient-warm);
  color: white;
  box-shadow: 0 4px 20px rgba(194, 94, 0, 0.3);
}

.q6jdwbke:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(194, 94, 0, 0.4);
}

.fdcdt091 {
  background: white;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.fdcdt091:hover {
  background: var(--primary);
  color: white;
}

.gizmjq5v {
  display: flex;
  gap: 3rem;
}

.kocw0fc8 {
  text-align: center;
}

.b2vo607a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}

.ejkj37gr {
  font-size: 0.85rem;
  color: var(--gray);
}

/* Hero Visual */
.pgsqe5gg {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dh21xeg3 {
  position: absolute;
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: all 0.3s;
  animation: floatCard 4s ease-in-out infinite;
}

.dh21xeg3:hover {
  transform: scale(1.05);
}

.wwcyyply { font-size: 3.5rem; }

.nrq4nho1 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray);
}

.v85uxcla { top: 10%; left: 10%; animation-delay: 0s; }
.bhdyjsi8 { top: 50%; right: 5%; animation-delay: -1s; }
.v653x2wc { bottom: 15%; left: 20%; animation-delay: -2s; }
.vs1z6391 { top: 20%; right: 35%; animation-delay: -3s; }

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.kg7wr8et {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray);
  font-size: 0.85rem;
  animation: bounce 2s infinite;
}

.v2siewag { font-size: 1.5rem; }

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* Trending Bar */
.gytq4p9e {
  background: var(--dark);
  padding: 1rem 0;
  overflow: hidden;
}

.axukqiht {
  display: flex;
  gap: 2rem;
  animation: scroll 25s linear infinite;
  white-space: nowrap;
}

.u1la11d4 {
  color: var(--golden);
  font-weight: 500;
}

.gbyofhf2 {
  color: var(--gray);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Section Styles */
.ffdkj16t, .adjsey5a {
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 2rem;
}

.adjsey5a {
  background: var(--cream);
}

.ua6rgoge, .aov25q52 {
  text-align: center;
  margin-bottom: 3rem;
}

.th038bmd, .nhmzfq1k {
  display: inline-block;
  background: var(--gradient-warm);
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.nhmzfq1k {
  background: var(--gradient-cool);
}

.nilbjn8x, .aeiem4eh {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}

.aeakq7el, .gd6rluco {
  color: var(--gray);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Rankings Section */
.jbowvsea {
  background: white;
}

.uw08f9fc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2rem;
}

.or7s8t7e {
  background: var(--warm-bg);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  border: 2px solid transparent;
}

.or7s8t7e:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(194, 94, 0, 0.15);
}

.or7s8t7e.iydod6fi {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

.vfdnalo9 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--gradient-warm);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  z-index: 1;
}

.vfdnalo9.njdq89es {
  background: linear-gradient(135deg, #9CA3AF 0%, #6B7280 100%);
}

.vfdnalo9.xfsdi4z9 {
  background: linear-gradient(135deg, #D4A017 0%, #B8860B 100%);
}

.ysbg4sp1 {
  font-size: 1.3rem;
}

.yf89e3im {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.svxk3e5e {
  background: var(--gradient-sunset);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  min-height: 250px;
}

.oue8puia {
  padding: 2rem;
}

.au3nzsm2 {
  display: inline-block;
  background: rgba(194, 94, 0, 0.1);
  color: var(--primary);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.xeqimeer {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--dark);
}

.ovxcmkz0 {
  color: var(--gray);
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.m8lkxkmy {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.hwh64e1b {
  color: var(--golden);
  font-size: 1rem;
}

.r1ybhab7 {
  color: var(--gray);
  font-size: 0.85rem;
}

.btn-read {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  transition: all 0.3s;
}

.btn-read:hover {
  color: var(--terracotta);
  transform: translateX(5px);
}

.c8wx6zaz {
  text-align: center;
  margin-top: 3rem;
}

.btn-view-all {
  display: inline-block;
  background: white;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s;
}

.btn-view-all:hover {
  background: var(--gradient-warm);
  border-color: transparent;
  color: white;
}

/* Comparisons Section */
.t392qgf5 {
  background: var(--cream);
}

.syshmfcq {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.u0dxv5da {
  padding: 0.7rem 1.5rem;
  background: white;
  border: 2px solid var(--light-gray);
  color: var(--gray);
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.u0dxv5da:hover, .u0dxv5da.zymn2jkv {
  background: var(--gradient-cool);
  border-color: var(--secondary);
  color: white;
}

.d6e0kjod {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 2rem;
}

.dnqpiron {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s;
}

.dnqpiron:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.nchz876j {
  background: var(--gradient-cool);
  color: white;
  padding: 1.5rem;
}

.xdaxamdn {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.aetw3asg {
  font-size: 1.2rem;
  font-weight: 600;
}

.m4nggfan {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.jwkbgsxz {
  flex: 1;
  text-align: center;
}

.hqljfk85 {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.5rem;
}

.lfi1edsf {
  display: block;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: var(--dark);
}

.fnvbvliy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.r5z9k7oc {
  font-size: 0.8rem;
  color: #10B981;
}

.awcf3lnj {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  padding: 0 1rem;
}

.a81llsep {
  padding: 1.5rem;
  background: var(--warm-bg);
  text-align: center;
}

.q2lney48 {
  display: block;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 1rem;
}

.btn-comp {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  transition: all 0.3s;
}

.btn-comp:hover {
  color: var(--terracotta);
}

/* Reviews Section */
.j4e4qy1r {
  background: white;
}

.fqh9wyn6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.kmkazd24 {
  background: var(--warm-bg);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s;
}

.kmkazd24:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(194, 94, 0, 0.12);
}

.kmkazd24.cqme0svd {
  grid-row: span 2;
}

.g92zpanu {
  background: var(--gradient-cool);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
}

.kmkazd24.cqme0svd .g92zpanu {
  height: 300px;
}

.h8z36iq3 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: white;
  color: var(--primary);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.2rem;
}

.wsk50iav {
  padding: 1.5rem;
}

.r3f48y7f {
  display: inline-block;
  background: rgba(0, 137, 123, 0.1);
  color: var(--secondary);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.wjazn97r {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--dark);
}

.rq17rtoo {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.i3asg1k9 {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--gray);
  margin-bottom: 1rem;
}

.btn-review {
  display: inline-block;
  background: var(--gradient-warm);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.btn-review:hover {
  box-shadow: 0 5px 20px rgba(194, 94, 0, 0.3);
}

/* Categories Section */
.c7c68mby {
  background: var(--cream);
}

.pac4sa1i {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}

.category-card-alt {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.category-card-alt:hover {
  border-color: var(--turquoise);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 137, 123, 0.15);
}

.ry2jvo7u {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}

.i8uj7i4s {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.f8cxzbjo {
  color: var(--gray);
  font-size: 0.85rem;
}

/* Newsletter Section */
.lzj1muow {
  background: var(--gradient-sunset);
  padding: 6rem 2rem;
}

.k53p3wuj {
  max-width: 700px;
  margin: 0 auto;
}

.t9k5dm2y {
  text-align: center;
  color: white;
}

.bjpgc1p8 {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}

.t9k5dm2y h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.t9k5dm2y p {
  opacity: 0.95;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.nl-form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.nl-form input {
  flex: 1;
  min-width: 200px;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-family: inherit;
  font-size: 1rem;
}

.nl-form input:focus {
  outline: 3px solid rgba(255,255,255,0.5);
}

.mwz9yg15 {
  background: var(--dark);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.mwz9yg15:hover {
  background: #1A0F0A;
  transform: scale(1.05);
}

.z4dhe05k {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* Footer */
.n5d9592y {
  background: var(--dark);
  color: white;
  padding: 4rem 2rem 2rem;
}

.f491aaas {
  max-width: 1400px;
  margin: 0 auto;
}

.f5p25ydg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.cc6hgzch {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.yit2oxfg {
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.pcuqh6ih {
  display: flex;
  gap: 1rem;
}

.c3oor9kl {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.3s;
}

.c3oor9kl:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.uug1qvh3 h4 {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  color: var(--golden);
}

.uug1qvh3 ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.uug1qvh3 a {
  color: rgba(255,255,255,0.7);
  transition: color 0.3s;
}

.uug1qvh3 a:hover {
  color: var(--primary-light);
}

.jrrlytcy li {
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.7rem;
}

.efjv6xt2 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  text-align: center;
}

.efjv6xt2 p {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
}

.evwrdbct {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.6;
}

/* Modal */
.p5cfkhen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.mf5ko4f2 {
  background: white;
  padding: 3rem;
  border-radius: 24px;
  text-align: center;
  max-width: 450px;
  position: relative;
  animation: modalSlide 0.3s ease-out;
}

@keyframes modalSlide {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dacklltp {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--gray);
  transition: color 0.3s;
}

.dacklltp:hover {
  color: var(--primary);
}

.ymvb1zmw {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.qkxyiu87 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.iumfozgy {
  color: var(--gray);
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .zwb47epf {
    grid-template-columns: 1fr;
    padding: 6rem 2rem 4rem;
    text-align: center;
  }
  
  .pgsqe5gg {
    display: none;
  }
  
  .gizmjq5v {
    justify-content: center;
  }
  
  .or7s8t7e.iydod6fi {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  
  .f5p25ydg {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .rwgaeadj {
    display: none;
  }
  
  .uoxhook2 {
    display: flex;
  }
  
  .turvm8ur {
    font-size: 2.5rem;
  }
  
  .uw08f9fc,
  .d6e0kjod,
  .fqh9wyn6 {
    grid-template-columns: 1fr;
  }
  
  .f5p25ydg {
    grid-template-columns: 1fr;
  }
}
