/* FRONT-1 | main.css — component styles */

/* ══════════════════════════════════════
   HEADER
══════════════════════════════════════ */
.fr1-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
}
.fr1-header > .xyp2n50cku0 {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.xjogae8xs18 {
  flex-shrink: 0;
}
.xjogae8xs18 img {
  height: 40px;
  width: auto;
}
.fr1-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.fr1-header__nav .xcfb0w81edl {
  display: flex;
  gap: 4px;
  list-style: none;
}
.fr1-header__nav .x3kzvb0zpny a {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}
.fr1-header__nav .x3kzvb0zpny a:hover,
.fr1-header__nav .x3kzvb0zpny.active a {
  color: var(--text-primary);
  background: var(--bg-hover);
}
.fr1-header__nav .x3kzvb0zpny.active a { color: var(--accent); }

.xekrd5ywp36 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

/* Language switcher */
.x4uwh2wwkq1 {
  position: relative;
}
.xpvx2ofxz9h {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-strong);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
  transition: border-color var(--transition);
}
.xpvx2ofxz9h:hover { border-color: var(--accent); }
.x4ck3vuc2k8 svg { transition: transform var(--transition); }
.x4uwh2wwkq1:hover .x4ck3vuc2k8 svg,
.x4uwh2wwkq1:focus-within .x4ck3vuc2k8 svg { transform: rotate(180deg); }

.xs0en6a4hd9 {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  right: 0;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  padding: 6px;
  min-width: 120px;
  z-index: 200;
}
.x4uwh2wwkq1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
}
.x4uwh2wwkq1:hover .xs0en6a4hd9,
.x4uwh2wwkq1:focus-within .xs0en6a4hd9 { display: block; }
.xr0ycn4fzuk {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition);
}
.xr0ycn4fzuk:hover { background: var(--bg-hover); color: var(--text-primary); }
.xg29gnlpc6e { color: var(--accent); }

/* Account buttons */
.xj1erjctyg1 { display: flex; gap: 8px; }
.xj1erjctyg1 .xb7ye88i29g { font-size: 13px; padding: 7px 16px; }

/* Mobile toggle */
.fr1-header__menu-toggle {
  display: none;
  cursor: pointer;
  padding: 6px;
  color: var(--text-primary);
}
.x6xno4obqq0:last-child { display: none; }
.fr1-header.mobile-menu .x6xno4obqq0:first-child { display: none; }
.fr1-header.mobile-menu .x6xno4obqq0:last-child { display: block; }

/* Mobile account (shown below header on mobile) */
.xi0ig2o7bg8 {
  display: none;
  gap: 8px;
  padding: 10px 20px;
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
}
.xi0ig2o7bg8 .xb7ye88i29g { flex: 1; justify-content: center; font-size: 13px; padding: 8px; }

@media (max-width: 900px) {
  .xj1erjctyg1 { display: none; }
  .fr1-header__menu-toggle { display: block; }
  .xekrd5ywp36 { margin-left: auto; }

  .fr1-header__nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border);
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .fr1-header.mobile-menu .fr1-header__nav { display: flex; }
  .fr1-header__nav .xcfb0w81edl { flex-direction: column; width: 100%; gap: 2px; }
  .fr1-header__nav .x3kzvb0zpny a { padding: 10px 12px; }

  .xi0ig2o7bg8 { display: flex; }
}


/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.x7py0y7td8r {
  position: relative;
  overflow: hidden;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  padding: 48px 0 0;
}
.x6rmkzmnip6 {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: center;
  padding-bottom: 32px;
}
.xlk7sjkezlg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-dim);
  border: 1px solid var(--accent-border);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 16px;
}
.xrrzbd82meg {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 14px;
}
.xqv4ebxl0z7 {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 480px;
}
.xl14las03xu {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.xqv4ebxl0z7.is-expanded .xl14las03xu {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.xqv4ebxl0z7.is-expanded .xh9ugfcvp6l {
  display: none;
}
.xpgku7m5nhy {
  display: inline;
  margin: 0 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  vertical-align: baseline;
}
.xpgku7m5nhy:hover { color: var(--accent-hover); }
.xfawu5yrehi {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.xn11wetsn1d {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/2;
  background: var(--bg-card);
}
.xn11wetsn1d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Trust bar */
.xqntk33c53d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  margin-top: 0;
}
.xukq5wbixzf {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-right: 1px solid var(--border);
}
.xukq5wbixzf:last-child { border-right: none; }
.xvsjd1faxgb {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: var(--accent);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.x7ujgm5807d {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L3 7v5c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-9-5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L3 7v5c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-9-5z'/%3E%3C/svg%3E");
}
.xhpk3ow47pn {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
}
.x8ns62iuk1z {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12v10H4V12M22 7H2v5h20V7zM12 22V7M12 7H7.5a2.5 2.5 0 010-5C11 2 12 7 12 7zM12 7h4.5a2.5 2.5 0 000-5C13 2 12 7 12 7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12v10H4V12M22 7H2v5h20V7zM12 22V7M12 7H7.5a2.5 2.5 0 010-5C11 2 12 7 12 7zM12 7h4.5a2.5 2.5 0 000-5C13 2 12 7 12 7z'/%3E%3C/svg%3E");
}
.x5dmunwjhjb {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 18v-6a9 9 0 0118 0v6M3 18a3 3 0 006 0v-3a3 3 0 00-6 0v3zM21 18a3 3 0 01-6 0v-3a3 3 0 016 0v3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 18v-6a9 9 0 0118 0v6M3 18a3 3 0 006 0v-3a3 3 0 00-6 0v3zM21 18a3 3 0 01-6 0v-3a3 3 0 016 0v3z'/%3E%3C/svg%3E");
}
.xswme8kt229 strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}
.xswme8kt229 span {
  font-size: 11px;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .x6rmkzmnip6 { grid-template-columns: 1fr; }
  .xn11wetsn1d { display: none; }
  .xqntk33c53d { grid-template-columns: repeat(2, 1fr); }
  .xukq5wbixzf:nth-child(2) { border-right: none; }
  .xukq5wbixzf:nth-child(3) { border-right: 1px solid var(--border); }
}
@media (max-width: 600px) {
  .xqntk33c53d { grid-template-columns: 1fr 1fr; }
}


/* ══════════════════════════════════════
   BONUS STRIP
══════════════════════════════════════ */
.xedex2q6im4 {
  padding: 20px 0;
  background: var(--bg-base);
}
.xxghbtb7j91 {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
}
.xvv9605f7wq {
  width: 44px;
  height: 44px;
  background: var(--accent-dim);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.xvv9605f7wq svg { color: var(--accent); width: 22px; height: 22px; }
.x3y0yazclxz { flex: 1; }
.x3y0yazclxz strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}
.x3y0yazclxz span {
  font-size: 13px;
  color: var(--text-secondary);
}
@media (max-width: 600px) {
  .xxghbtb7j91 { flex-wrap: wrap; }
  .xxghbtb7j91 .xb7ye88i29g { width: 100%; justify-content: center; }
}


/* ══════════════════════════════════════
   SECTION HEADER (shared)
══════════════════════════════════════ */
.x44arr10avi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.xiucoevgiyk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--text-primary);
}
.xyswtkq3qe5 {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: var(--accent);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}
.x5oiq8bksue {
  -webkit-mask-image: url('media/slot-machine-68d2ca80a9a1f725685584.svg');
  mask-image: url('media/slot-machine-68d2ca80a9a1f725685584.svg');
}
.xsyxdkayfmf {
  -webkit-mask-image: url('media/type-diamant-2-68c0327148f8a601975776.svg');
  mask-image: url('media/type-diamant-2-68c0327148f8a601975776.svg');
}
.xwon07tjixj {
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}
.xwon07tjixj:hover { color: var(--accent-hover); }


/* ══════════════════════════════════════
   GAMES — shared grid
══════════════════════════════════════ */
.xd2r02uds3a {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.xqguqec8ocl {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  overflow: hidden;
  cursor: pointer;
  transition: border-color var(--transition), transform var(--transition);
  position: relative;
}
.xqguqec8ocl:hover { border-color: var(--accent-border); transform: translateY(-2px); }

.x4h5da8ozci {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}
.x22gjffa9w9 {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.x22gjffa9w9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.xqguqec8ocl:hover .x22gjffa9w9 img { transform: scale(1.04); }

.x6xgsfe8f58 {
  position: absolute;
  inset: 0;
  background: rgba(13,13,20,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}
.xqguqec8ocl:hover .x6xgsfe8f58 { opacity: 1; }

.x6skmon7jy9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 2px;
  gap: 4px;
}
.x6skmon7jy9 .x4h5da8ozci {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.x6skmon7jy9 svg { flex-shrink: 0; color: var(--text-muted); }
.xk70i5lxwvr {
  padding: 2px 10px 8px;
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xk70i5lxwvr span + span::before { content: ', '; }

.xq2cxz2pmb6 {
  height: 3px;
  background: var(--bg-hover);
  margin: 0 10px 8px;
  border-radius: 2px;
  overflow: hidden;
}
.xn3h9d92e0n {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
}

/* Live badge on game cards */
.xqguqec8ocl .xk8xudqpr73 {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #dc2626;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
}

@media (max-width: 600px) {
  .xd2r02uds3a { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}


/* ══════════════════════════════════════
   SEARCH
══════════════════════════════════════ */
.x2edsdlkusa {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  transition: border-color var(--transition);
}
.x2edsdlkusa:focus-within { border-color: var(--accent-border); }
.xgigdla4q7y {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--text-primary);
  font-family: inherit;
}
.xgigdla4q7y::placeholder { color: var(--text-muted); }
.xbv3cym3tja {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: color var(--transition);
}
.xbv3cym3tja:hover { color: var(--accent); }

.xrtiqgfqye2 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.fr1-search__filter {
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid var(--border-strong);
  background: none;
  color: var(--text-secondary);
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.fr1-search__filter:hover,
.fr1-search__filter.active {
  border-color: var(--accent-border);
  color: var(--accent);
  background: var(--accent-dim);
}

/* Autocomplete */
.autocomplete-list {
  display: none;
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  z-index: 50;
  max-height: 260px;
  overflow-y: auto;
}


/* ══════════════════════════════════════
   PROVIDERS
══════════════════════════════════════ */
.xz44zhwaq7w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}
.xzifjzqo50d {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
}
.xzifjzqo50d:hover {
  border-color: var(--accent-border);
  background: var(--bg-hover);
}
.xbkre0yq5mx { display: none; }
.xjjosa624to img {
  min-width: 100px;
  max-width: 100%;
  max-height: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.xszcteuc8vt {
  font-size: 12px;
  color: var(--text-secondary);
  text-align: center;
  font-weight: 500;
}
@media (max-width: 600px) {
  .xz44zhwaq7w { grid-template-columns: repeat(3, 1fr); }
}


/* ══════════════════════════════════════
   REVIEWS
══════════════════════════════════════ */
.x60gjczaifx {
  position: relative;
  padding: 0 48px 32px;
}
.xk1qndjtpiq {
  overflow: hidden;
}
.xnxjzqgakp5 {
  display: flex;
  gap: 0;
  list-style: none;
  transition: transform var(--transition);
}
.xnxjzqgakp5 > li {
  flex: 0 0 33.3333%;
  padding: 0 6px;
}
.xmxvlkj3krz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  background: var(--bg-card);
  color: var(--text-primary);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: border-color var(--transition), color var(--transition), opacity var(--transition);
}
.xmxvlkj3krz:hover { border-color: var(--accent-border); color: var(--accent); }
.xmxvlkj3krz:disabled { opacity: .35; cursor: default; }
.xsozm7i0oly { left: 0; }
.xiwzq3u9a3r { right: 0; }
.xzk0fzh4un8 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.fr1-reviews__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--border-strong);
  cursor: pointer;
  padding: 0;
}
.fr1-reviews__dot.active { background: var(--accent); }
@media (max-width: 900px) {
  .x60gjczaifx { padding: 0 42px 32px; }
  .xnxjzqgakp5 > li { flex-basis: 33.3333%; padding: 0 4px; }
  .xmxvlkj3krz { display: block; }
}
@media (max-width: 600px) {
  .x60gjczaifx { padding: 0 36px 32px; }
  .xmxvlkj3krz { display: block; width: 30px; height: 30px; font-size: 24px; }
  .xnxjzqgakp5 > li { flex-basis: 100%; padding: 0 3px; }
}
.xjezbumgcr1 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color var(--transition);
}
.xjezbumgcr1:hover { border-color: var(--border-strong); }
.xzo1m3n4jh0 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.xh7muy73qkr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-hover);
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}
.xtzrpfspqwn {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}
.xy0k14bo5th {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.x17tmdkeh5f {
  font-size: 11px;
  color: var(--text-muted);
  margin-left: auto;
}

/* Star rating via --rating CSS var */
.xnl9y159h9h {
  --star-size: 14px;
  --star-color: var(--accent);
  --star-empty: var(--bg-hover);
  display: inline-flex;
  gap: 2px;
}
.xnl9y159h9h::before {
  content: '★★★★★';
  font-size: var(--star-size);
  letter-spacing: 2px;
  background: linear-gradient(
    90deg,
    var(--star-color) calc(var(--rating) / 5 * 100%),
    var(--star-empty) calc(var(--rating) / 5 * 100%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xv0c96il9dj {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
}
.xu89hknsf6h {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.xswwkl3fl8d { display: flex; gap: 12px; }
.xzfpvwbasdl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-muted);
  cursor: pointer;
  transition: color var(--transition);
}
.xzfpvwbasdl:hover { color: var(--text-secondary); }
.xzfpvwbasdl svg { fill: currentColor; }


/* ══════════════════════════════════════
   SEO CONTENT
══════════════════════════════════════ */
.x44n40t8gaf { padding: clamp(24px, 3vw, 48px) 0; }
.xwpbec3nwby .xp76ctezhg1 {
  padding: 40px 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-secondary);
  word-wrap: break-word;
}
.xwpbec3nwby .xp76ctezhg1 > *:first-child { margin-top: 0; }
.xwpbec3nwby .xp76ctezhg1 > *:last-child { margin-bottom: 0; }
.xwpbec3nwby .xp76ctezhg1 h2 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  color: var(--text-primary);
  margin: 1.4em 0 .55em;
}
.xwpbec3nwby .xp76ctezhg1 h3 {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  color: var(--text-primary);
  margin: 1.2em 0 .45em;
}
.xwpbec3nwby .xp76ctezhg1 h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 1em 0 .4em;
}
.xwpbec3nwby .xp76ctezhg1 p { margin: .75em 0; }
.xwpbec3nwby .xp76ctezhg1 a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.xwpbec3nwby .xp76ctezhg1 a:hover { color: var(--accent-hover); }
.xwpbec3nwby .xp76ctezhg1 ul,
.xwpbec3nwby .xp76ctezhg1 ol {
  margin: .8em 0 .8em 1.25em;
  padding: 0;
}
.xwpbec3nwby .xp76ctezhg1 li { margin: .35em 0; }
.xwpbec3nwby .xp76ctezhg1 hr {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 1.25em 0;
}
.xwpbec3nwby .xp76ctezhg1 blockquote {
  margin: 1.1em 0;
  padding: .9em 1em;
  border-left: 3px solid var(--accent-border);
  background: var(--bg-elevated);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.xwpbec3nwby .xp76ctezhg1 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: .97em;
}
.xwpbec3nwby .xp76ctezhg1 th,
.xwpbec3nwby .xp76ctezhg1 td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.xwpbec3nwby .xp76ctezhg1 th { color: var(--text-primary); font-weight: 600; }
.xwpbec3nwby .xp76ctezhg1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: var(--radius-md);
}


/* ══════════════════════════════════════
   FAQ / ACCORDION
══════════════════════════════════════ */
.x9lw81nf9ty { display: flex; flex-direction: column; gap: 8px; }
.xqldl6kbnm6 {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-card);
  overflow: hidden;
  transition: border-color var(--transition);
}
.xqldl6kbnm6.active { border-color: var(--accent-border); }
.x3axw9ccmsc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  user-select: none;
  transition: color var(--transition);
}
.x3axw9ccmsc:hover { color: var(--accent); }
.xjz83yn1el6 {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform var(--transition);
}
.xqldl6kbnm6.active .xjz83yn1el6 { transform: rotate(180deg); }
.fr1-accordion__panel {
  padding: 0 20px 16px;
}
.fr1-accordion__panel[hidden] { display: none; }
.xfvy8zny3jz p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}


/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.xru7owiu3ol {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  padding: 40px 0 24px;
}
.x2tw7ybsso3 {
  margin-bottom: 24px;
}
.xh71ii2ijzl ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  list-style: none;
}
.xh71ii2ijzl a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.xh71ii2ijzl a:hover { color: var(--text-secondary); }

.xdh3k2w5sse {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.xiyp5bio7u7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.x34c7i1ekpo {
  font-size: 12px;
  color: var(--text-muted);
}


/* ══════════════════════════════════════
   404 PAGE
══════════════════════════════════════ */
.xjl68hvpph5 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--header-h));
  text-align: center;
  padding: 60px 20px;
}
.xetrnjas4wv {
  font-size: clamp(80px, 15vw, 140px);
  font-weight: 700;
  color: var(--accent-dim);
  line-height: 1;
  margin-bottom: 16px;
}
.xrqjo8fxft2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.xkwtxuu4595 {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 28px;
}


/* ══════════════════════════════════════
   GO / REDIRECT PAGE
══════════════════════════════════════ */
.x23pf5f6boj {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.x97xqj1twhp {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255,255,255,.08);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: fr1-spin .75s linear infinite;
  margin: 0 auto 20px;
}
@keyframes fr1-spin { to { transform: rotate(360deg); } }
.x23pf5f6boj p { font-size: 14px; color: var(--text-muted); }


/* Mobile-only adjustments */
@media (max-width: 900px) {
  .x7py0y7td8r { padding: 68px 0 0; }
}
@media (min-width: 901px) {
  .x7py0y7td8r { padding: 48px 0 0; }
}
@media (max-width: 600px) {
  .xnxjzqgakp5 > li { flex-basis: 100%; }
}

/* Promo codes page layout */
.xxf1ejzz77k {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.fr1-header__nav > a {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}
.fr1-header__nav > a:hover,
.fr1-header__nav > a.active,
.fr1-header__nav > a[aria-current="page"] {
  color: var(--text-primary);
  background: var(--bg-hover);
}
.xwvpqv6hrjw {
  display: none;
  cursor: pointer;
  padding: 6px;
  border: 0;
  background: transparent;
  color: var(--text-primary);
}
.xwvpqv6hrjw span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  border-radius: 999px;
}
.xenq4rbh7zj { position: relative; }
.xbic9dqr9t7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-strong);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}
.x7sus0fkmig {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  min-width: 120px;
  padding: 6px;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  z-index: 200;
}
.xenq4rbh7zj:hover .x7sus0fkmig,
.xenq4rbh7zj.open .x7sus0fkmig,
.xenq4rbh7zj:focus-within .x7sus0fkmig { display: block; }
.x7sus0fkmig a {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
}
.x7sus0fkmig a:hover { background: var(--bg-hover); color: var(--text-primary); }
.x7sus0fkmig a.current { color: var(--accent); }
.xk52m9nqnoh {
  display: none;
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px;
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
}
.xk52m9nqnoh.open { display: flex; flex-direction: column; gap: 8px; }
.xk52m9nqnoh a {
  padding: 10px 12px;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
}
.xk52m9nqnoh a:hover,
.xk52m9nqnoh a[aria-current="page"] { background: var(--bg-hover); color: var(--text-primary); }
.xwi4bwoeytx {
  position: relative;
  overflow: hidden;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  padding: 64px 0 52px;
}
.xbrmehd92u5 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
}
.xzop1v4gxrb { position: relative; z-index: 1; max-width: 860px; }
.xfw2akpw5x9 { margin-bottom: 14px; }
.x2s24uce0sl {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.x8u0t7wtibr {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.xaczfihoe1u {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  padding: 48px 0;
}
.xqja6lja3hu,
.xuibvcsx7zy {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.xqja6lja3hu { padding: 28px; }
.xqja6lja3hu .xp76ctezhg1 { color: var(--text-secondary); line-height: 1.75; }
.xqja6lja3hu .xp76ctezhg1 h1,
.xqja6lja3hu .xp76ctezhg1 h2,
.xqja6lja3hu .xp76ctezhg1 h3 { color: var(--text-primary); margin: 1.25em 0 .55em; }
.xqja6lja3hu .xp76ctezhg1 h1:first-child,
.xqja6lja3hu .xp76ctezhg1 h2:first-child,
.xqja6lja3hu .xp76ctezhg1 h3:first-child { margin-top: 0; }
.xqja6lja3hu .xp76ctezhg1 p { margin: 0 0 1em; }
.xqja6lja3hu .xp76ctezhg1 a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.xdqqvm99hdb { position: sticky; top: calc(var(--header-h) + 24px); }
.xuibvcsx7zy { padding: 24px; }
.xzsg82z9vvt {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.x20dgzbb5of { margin: 0 0 10px; color: var(--text-primary); font-size: 24px; font-weight: 700; }
.x7uybltehfs { margin: 0 0 18px; color: var(--text-secondary); line-height: 1.6; }
.xpow7ry2ury { margin: 14px 0 0; color: var(--text-muted); font-size: 12px; }
.xfzu9wk89un {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(140px, 1fr));
  gap: 28px;
}
.xa4s1ml19gs { color: var(--text-secondary); line-height: 1.6; }
.xw1k2k9o4re, .xkuu2fysxoo { display: flex; flex-wrap: wrap; gap: 8px; }
.xdy9y0ardll { max-width: 90px; object-fit: contain; }
.xshpevfdeoi { margin: 0 0 12px; color: var(--text-primary); font-weight: 700; }
.x8qslnln11k { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.x8qslnln11k a { color: var(--text-secondary); }
.x8qslnln11k a:hover { color: var(--accent); }
.xuecuhlg1ex {
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
}
.x4x1k941fz6 { color: var(--text-secondary); font-size: 13px; }
.xiyp5bio7u7 {
  color: var(--text-muted);
  font-size: 13px;
}
.x34c7i1ekpo { margin: 0; }
@media (max-width: 900px) {
  .xxf1ejzz77k { gap: 12px; }
  .fr1-header__nav { display: none; }
  .xwvpqv6hrjw { display: block; }
  .xwi4bwoeytx { padding: 68px 0 38px; }
  .xaczfihoe1u { grid-template-columns: 1fr; padding: 32px 0; }
  .xdqqvm99hdb { position: static; }
  .xfzu9wk89un { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .x2s24uce0sl { font-size: 34px; }
  .xqja6lja3hu { padding: 20px; }
  .xfzu9wk89un { grid-template-columns: 1fr; }
}


/* Final mobile and service-page adjustments */
@media (min-width: 901px) {
  .x7py0y7td8r { padding: 48px 0 0; }
}
@media (max-width: 900px) {
  .x7py0y7td8r { padding-top: 68px; }
}
@media (max-width: 600px) {
  .xnxjzqgakp5 > li { flex: 0 0 100%; max-width: 100%; }
}
.xjfimf4kjpm {
  padding: 72px 0 40px;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}
.xe7rw0zvx99 {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
}
.x1llkj46gg5 {
  margin: 0 0 24px;
  color: var(--text-primary);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}
.xv370bowzzw { margin: 0 auto; }
.xqom501ov29 { padding: 40px 0 72px; }
.xt2f0cw4fpo {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--text-secondary);
}
.xt2f0cw4fpo :where(h2,h3,h4) { color: var(--text-primary); margin: 1.4em 0 .6em; }
.xt2f0cw4fpo :where(p,li) { line-height: 1.7; }
.xt2f0cw4fpo a { color: var(--accent); }
@media (max-width: 600px) {
  .xjfimf4kjpm { padding: 92px 0 28px; }
  .xe7rw0zvx99 { padding: 28px 18px; }
  .xt2f0cw4fpo { padding: 22px 18px; }
}

/* Service pages layout */
body:has(.xn58lfok95n) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body:has(.xn58lfok95n) > main.xn58lfok95n {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body:has(.xn58lfok95n) > .xru7owiu3ol {
  flex-shrink: 0;
}

.xn58lfok95n .xjfimf4kjpm {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  padding: 96px 0 56px;
  background:
    radial-gradient(circle at 18% 0%, rgba(124, 92, 255, 0.2), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(0, 214, 255, 0.13), transparent 30%),
    var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}

.xn58lfok95n .xjfimf4kjpm > .xyp2n50cku0 {
  width: 100%;
}

.xn58lfok95n .xe7rw0zvx99 {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.xn58lfok95n .x1llkj46gg5 {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--text-primary);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.xn58lfok95n .xv370bowzzw {
  margin: 0 auto;
}

.xn58lfok95n .xt2f0cw4fpo {
  max-width: 860px;
  margin: 32px auto 0;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  text-align: left;
}

.xn58lfok95n .xt2f0cw4fpo :where(h2,h3,h4) {
  color: var(--text-primary);
  margin: 1.35em 0 .6em;
  line-height: 1.2;
}

.xn58lfok95n .xt2f0cw4fpo :where(p,li) {
  line-height: 1.75;
}

.xn58lfok95n .xt2f0cw4fpo > *:first-child { margin-top: 0; }
.xn58lfok95n .xt2f0cw4fpo > *:last-child { margin-bottom: 0; }
.xn58lfok95n .xt2f0cw4fpo a { color: var(--accent); }
.xqom501ov29 { display: contents; }

@media (max-width: 900px) {
  .xn58lfok95n .xjfimf4kjpm {
    align-items: flex-start;
    padding: 116px 0 34px;
  }

  .xn58lfok95n .xe7rw0zvx99 {
    padding: 28px 18px;
  }

  .xn58lfok95n .xt2f0cw4fpo {
    margin-top: 24px;
    padding: 20px 16px;
  }
}


/* FR-1 service pages aligned with index hero/content layout */
.xn58lfok95n {
  flex: 1 0 auto;
  display: block;
}
body:has(.xn58lfok95n) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body:has(.xn58lfok95n) > .xru7owiu3ol { flex-shrink: 0; }
.xn58lfok95n .x7py0y7td8r {
  padding: 72px 0 40px;
  background:
    radial-gradient(circle at 18% 0%, rgba(124, 92, 255, 0.2), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(0, 214, 255, 0.13), transparent 30%),
    var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}
.xn58lfok95n .x6rmkzmnip6 {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}
.xn58lfok95n .x1nlbscthuh {
  max-width: 860px;
  align-items: center;
}
.xn58lfok95n .xrrzbd82meg {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.xn58lfok95n .xfawu5yrehi {
  justify-content: center;
}
.xn58lfok95n .x44n40t8gaf {
  padding: 56px 0 72px;
}
.xn58lfok95n .xwpbec3nwby .xp76ctezhg1,
.xn58lfok95n .xwpbec3nwby .xt2f0cw4fpo {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .xn58lfok95n .x7py0y7td8r { padding: 96px 0 34px; }
}
@media (max-width: 600px) {
  .xn58lfok95n .x7py0y7td8r { padding: 86px 0 28px; }
  .xn58lfok95n .x44n40t8gaf { padding: 32px 0 56px; }
}

/* FR-1 final service overrides: use index content/hero styling exactly */
.xn58lfok95n .x7py0y7td8r {
  display: block;
}
.xn58lfok95n .xt2f0cw4fpo {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--text-secondary);
  text-align: left;
}
.xn58lfok95n .xwpbec3nwby .xt2f0cw4fpo :where(h2,h3,h4) {
  color: var(--text-primary);
}
