/* ===== reset ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #1b1b1b;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

/* ===== HEADER ===== */
.ZKZzuX {
  background: #ffffffdd;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  padding: 20px 6vw;
  position: sticky;
  top: 0;
  z-index: 100;
}

.BDfTpYxSkvZO {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1360px;
  margin: 0 auto;
}

@media (max-width: 767px)  {
  .BDfTpYxSkvZO {
    justify-content: space-around;
  }
}

.rFooGfXDqr {
  font-family: 'Vollkorn', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.rFooGfXDqr .JxsJZGGEuPRz {
  color: #16dce6;
}

.rFooGfXDqr .frUrLafTACRA {
  color: #c1c1c1;
  font-weight: 400;
  font-size: 0.9em;
}

.eBaoxQqMZzsv {
  background: linear-gradient(145deg, #1d1d1ded, #212121);
  border: 1px solid #444;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.eBaoxQqMZzsv:hover {
  background: linear-gradient(145deg, #292929, #3a3a3a);
  transform: translateY(-1px);
}

/* ===== HERO ===== */
.jDAyQFhnbl {
  background: radial-gradient(circle at top left, #262628, #111111eb);
  color: #ffffff;
  padding: 100px 5vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.xFlWcLNCxV {
  font-family: 'Vollkorn', serif;
  font-size: 3.1rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
  background: linear-gradient(90deg, #fff, #16dce6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px)  {
  .xFlWcLNCxV {
    font-size: 2.1rem;
  }
}

.zVXgdCmOEt {
  font-size: 1.2rem;
  font-weight: 300;
  color: #e2e2e2;
  margin-bottom: 50px;
  font-family: 'Work Sans', sans-serif;
}

/* ===== FEATURES ===== */
.pIfHzxgX {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fyoDZ {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 180px;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.fyoDZ:hover {
  transform: translateY(-3px);
}

.fyoDZ span {
  font-size: 24px;
  color: #ffd55a;
}

.VMpqVo {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.fXtWJcAIUrHj {
  background: #f9f9f9;
  padding: 80px 5vw;
  display: flex;
  justify-content: center;
}

.hahhxzMOeVMvgp {
  max-width: 960px;
  width: 100%;
}

.OzAJZQNu {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.OzAJZQNu::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -30%;
  width: 160%;
  height: 200%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.2), transparent 70%);
  transform: rotate(15deg);
  z-index: 0;
}

.OzAJZQNu * {
  position: relative;
  z-index: 1;
}


.OzAJZQNu:hover {
  transform: translateY(-5px);
}

.BIqJKup img {
  max-height: 80px;
  max-width: 100%;
  margin: 0 auto 24px;
  background: #191919;
  padding: 10px;
  border-radius: 5px;
}

.KJmLYc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  color: #2c98ab;
}

.KJmLYc-text {
  margin-left: 10px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  color: #333;
}

.EmfNKd {
  margin-bottom: 20px;
}

.cThFDDxLtRDX {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 8px;
  color: #101010;
}

.XGVTTcF {
  color: #16dce6;
  font-weight: 600;
}

.kynpemY {
  font-size: 0.85rem;
  color: #666;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 24px;
}

.FyupPeBkyqOcUVf {
  background: linear-gradient(135deg, #16dce6, #ffb14d);
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  transition: background 0.3s ease;
  display: inline-block;
}

.FyupPeBkyqOcUVf:hover {
  background: linear-gradient(135deg, #1684a2, #22a7f9);
}

.FcKRFPhP {
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  padding: 100px 6vw;
}

.IKlXGMLPF {
  max-width: 1320px;
  margin: 0 auto;
}

.qzJkwwnAMmlxdtr {
  font-family: 'Vollkorn', serif;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 60px;
  background: linear-gradient(to right, #1d1d1ded, #16dce6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

@media (max-width: 1023px) {
  .XFQKybA {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .XFQKybA {
    grid-template-columns: 1fr;
  }
}


/* Premium card style */
.cZaIFCxMWj {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.cZaIFCxMWj:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.cZaIFCxMWj span.material-icons {
  font-size: 32px;
  color: #16dce6;
}

.hfCIKbjny {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
}

.LhJxWa {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.95rem;
  color: #3c3c3c;
  line-height: 1.6;
  font-weight: 400;
}

.pGHpjKrN {
  padding: 90px 5vw;
  background: #fafafa;
}

.cHNMGsWF {
  max-width: 1320px;
  margin: 0 auto;
}

.FLYqDRB {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'Vollkorn', serif;
  margin-bottom: 60px;
  background: linear-gradient(to right, #1b1b1b, #16dce6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jVUDOaN {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1023px) {
  .jVUDOaN {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jVUDOaN {
    grid-template-columns: 1fr;
  }
}

.MoBeCYX {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.MoBeCYX:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.jIgbiObWzM {
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 20px;
}

.SJCvmkGzzmey {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #262628;
}

.ReyAbrrMSSJ {
  font-size: 0.94rem;
  color: #4d4d4d;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.6;
}

.tLAAIggZ {
  background: #111111;
  color: #e6e6e6;
  padding: 60px 0 40px;
  font-family: 'Work Sans', sans-serif;
}

.bbXoaGDmRrJ {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 5vw;
}

.mhWlFTcRU {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.dLUcYqWRlo {
  font-family: 'Vollkorn', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}

.dLUcYqWRlo .JxsJZGGEuPRz {
  color: #16dce6;
}
.dLUcYqWRlo .frUrLafTACRA {
  color: #db6565;
  font-size: 0.9em;
}

.bcKHDPcNsDoxh {
  flex: 1 1 600px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #f2c9c9;
}

.dikMzSDaLwcL {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
  margin-bottom: 30px;
}

.hZnTfxbXgvnoI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hZnTfxbXgvnoI a {
  font-size: 0.95rem;
  color: #f0f0f0;
  text-decoration: none;
}

.hZnTfxbXgvnoI a:hover {
  color: #16dce6;
}

.pmAkuUKbAp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.pmAkuUKbAp a img {
  max-height: 36px;
  max-width: 220px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.pmAkuUKbAp a img:hover {
  opacity: 1;
}

.pABXH {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.dDxOfEf {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #16dce6;
  background: #1a1a1a;
  border: 2px solid #16dce6;
  border-radius: 50%;
  padding: 12px 16px;
  margin-bottom: 14px;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.5px;
  box-shadow: 0 0 0 2px rgba(202, 132, 18, 0.4);
}

.sjptDEx {
  font-size: 0.85rem;
  color: #999;
}

/* COOKIE CONSENT */
.AsbuqnkeCpyei {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1a1a1a;
  color: #eee;
  padding: 16px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 200;
  font-family: 'Work Sans', sans-serif;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.FSXyjlRkMMt {
  font-size: 0.95rem;
  max-width: 80%;
}

.FSXyjlRkMMt a {
  color: #16dce6;
  text-decoration: underline;
}

.ycSDyuDQq {
  background: #16dce6;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ycSDyuDQq:hover {
  background: #b8770d;
}

/* AGE GATE */
.tEuyV {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Work Sans', sans-serif;
}

.CEgCZNambTLd {
  background: #fff;
  padding: 40px 30px;
  max-width: 400px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.ZKoZ {
  font-size: 1.8rem;
  font-family: 'Vollkorn', serif;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.xpjSJzc {
  font-size: 1rem;
  margin-bottom: 24px;
  color: #444;
}

.XBlbVMtdifL {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.UdsLwuaFuF {
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.HhkmHBSjNwDWR {
  background: #16dce6;
  color: #fff;
  border: none;
}

.HhkmHBSjNwDWR:hover {
  background: #b26e0f;
}

.paphELlIadSwlV {
  background: #e4e4e4;
  color: #333;
}
 .fa-solid,
.fas,
.far,
.fab {
    color: #e3c91f; 
    font-size: 24px; 
    vertical-align: middle; 
    margin-right: 5px; 
}