:root {
    --bg-page: #08030f;
    --bg-section: #14091f;
    --bg-section-alt: #09030d;
    --card-radius: 14px;
    --border-subtle: rgba(244, 114, 182, 0.28);
    --text-main: #f8edf7;
    --text-muted: #c9b5c6;
    --heading-color: #fff7fd;

    --button-color: #f43f83;
    --button-color-hover: #e11d68;
    --button-color-light: #fb7185;
    --button-shadow: rgba(244, 63, 131, 0.34);
    --button-shadow-strong: rgba(244, 63, 131, 0.7);

    --list-bg-hover: rgba(45, 10, 43, 0.92);
}

/* ===============================
   Base
   =============================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    line-height: 1.72;
    color: var(--text-main);
    background:
            radial-gradient(circle at 4% 2%, #391044 0%, transparent 48%),
            radial-gradient(circle at 96% 8%, #321133 0%, transparent 48%),
            radial-gradient(circle at 50% 100%, #12031c 0%, #040207 64%);
    background-color: var(--bg-page);
    -webkit-font-smoothing: antialiased;
}

.o94r4va {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

/* ===============================
   Header
   =============================== */

.mk38hzyg4 {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(110deg, rgba(20, 5, 28, 0.96), rgba(42, 8, 42, 0.95));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(244, 114, 182, 0.25);
    padding: 0.95rem 0;
    box-shadow:
            0 14px 38px rgba(5, 1, 8, 0.74),
            0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.wfvy4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.zvcsoi5dll {
    display: flex;
    align-items: center;
}

.gz6c92 {
    height: 46px;
    /*border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.3),
    0 14px 28px rgba(15, 23, 42, 0.8);*/
}

.uc698sx {
    display: flex;
    gap: 1.1rem;
    flex: 1;
    justify-content: center;
}

.ja2jsqn {
    position: relative;
    color: #f8edf7;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.91rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
    border-radius: 8px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.ja2jsqn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(251, 113, 133, 0.45), rgba(192, 38, 211, 0.18));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.ja2jsqn:hover {
    color: #fff7fd;
    background: linear-gradient(120deg, #be185d, #7e22ce);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(95, 16, 80, 0.42);
}

.ja2jsqn:hover::after {
    opacity: 1;
}

.faep25q {
    display: flex;
    gap: 12px;
}

/* ===============================
   Buttons
   =============================== */

.hlravkl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.92rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.d8upp {
    background: linear-gradient(125deg, var(--button-color-light), var(--button-color) 52%, #a21caf);
    color: #fff7fd;
    box-shadow:
            0 14px 28px var(--button-shadow),
            0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.d8upp:hover {
    background: linear-gradient(125deg, #fb7185, var(--button-color-hover) 52%, #86198f);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 20px 38px var(--button-shadow-strong);
}

.bubwfvrg23 {
    background: rgba(30, 6, 38, 0.48);
    color: #f9a8d4;
    border-color: rgba(249, 168, 212, 0.65);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.bubwfvrg23:hover {
    background: linear-gradient(120deg, rgba(95, 16, 80, 0.85), rgba(45, 10, 73, 0.85));
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(28, 3, 34, 0.72);
}

.ewufle06j {
    padding: 15px 32px;
    font-size: 1rem;
}

.r5h1cai48 {
    padding: 7px 16px;
    font-size: 0.85rem;
}

/* Bonus CTA button in hero */

.guy1i5ajj {
    background: linear-gradient(110deg, #fda4af, #f43f83 42%, #a21caf 100%);
    color: #fff7fd;
    padding: 18px 42px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    box-shadow:
            0 20px 40px rgba(20, 3, 23, 0.86),
            0 0 0 1px rgba(255, 255, 255, 0.18) inset,
            0 0 35px rgba(244, 63, 131, 0.54);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.guy1i5ajj:hover {
    filter: brightness(1.12) saturate(1.08);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
            0 26px 60px rgba(20, 3, 23, 0.94),
            0 0 52px rgba(236, 72, 153, 0.88);
}

/* Pulse animation reused from original */

.n6wm9a8g {
    animation: pulse 2.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 18px 46px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
}

/* ===============================
   Hero
   =============================== */

.bq2fzl64nt {
    padding: 3.1rem 0 2.7rem;
    background:
            radial-gradient(circle at 8% 18%, rgba(192, 38, 211, 0.22), transparent 48%),
            radial-gradient(circle at 92% 2%, rgba(251, 113, 133, 0.2), transparent 49%),
            linear-gradient(to bottom, rgba(34, 7, 42, 0.97), rgba(16, 4, 23, 0.96));
    border-bottom: 1px solid rgba(244, 114, 182, 0.28);
}

.yum2hwsmml {
    text-align: center;
}

.ek6u5xf {
    display: block;
    margin-bottom: 1.9rem;
    border-radius: 17px;
    padding: 3px;
    background:
            linear-gradient(120deg, #fb7185, #a855f7 48%, #f9a8d4);
    box-shadow:
            0 24px 60px rgba(9, 1, 13, 0.92),
            0 0 54px rgba(147, 51, 234, 0.3);
}

.n3qo3a {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow:
            0 18px 40px rgba(12, 2, 17, 0.88),
            inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.ek6u5xf:hover .n3qo3a {
    transform: translateY(-4px) scale(1.01);
    filter: saturate(1.13) contrast(1.03);
    box-shadow:
            0 26px 60px rgba(12, 2, 17, 0.95),
            0 0 66px rgba(236, 72, 153, 0.34);
}

.g40pw2mqa0 {
    margin-top: 2.2rem;
}

/* ===============================
   Content sections
   =============================== */

.ns0ca,
.qblsqsq,
.xtvtp3lin,
.f0nwwnu1 {
    padding: 3.6rem 0;
    background: transparent;
}

.ns0ca .o94r4va,
.qblsqsq .o94r4va,
.xtvtp3lin .o94r4va,
.f0nwwnu1 .o94r4va {
    background: linear-gradient(145deg, rgba(35, 8, 43, 0.97), rgba(19, 5, 29, 0.98));
    border-radius: var(--card-radius);
    padding: 2.75rem clamp(1.5rem, 4vw, 3.15rem);
    border: 1px solid var(--border-subtle);
    box-shadow:
            0 24px 58px rgba(4, 1, 7, 0.76),
            0 1px 0 rgba(255, 255, 255, 0.045) inset;
    position: relative;
    overflow: hidden;
}

.ns0ca .o94r4va::before,
.qblsqsq .o94r4va::before,
.xtvtp3lin .o94r4va::before,
.f0nwwnu1 .o94r4va::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 0 0, rgba(251, 113, 133, 0.12), transparent 62%),
            radial-gradient(circle at 100% 100%, rgba(168, 85, 247, 0.13), transparent 65%);
    opacity: 0.75;
    pointer-events: none;
}

.ns0ca .o94r4va > *,
.qblsqsq .o94r4va > *,
.xtvtp3lin .o94r4va > *,
.f0nwwnu1 .o94r4va > * {
    position: relative;
    z-index: 1;
}

/* Remove old alternating background logic */
.qblsqsq:nth-child(even) {
    background: transparent;
}

/* ===============================
   Typography
   =============================== */

h1,
h2,
h3,
h4 {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    color: var(--heading-color);
}

h1 {
    font-size: clamp(2.15rem, 3vw, 2.8rem);
    margin-bottom: 1.45rem;
    text-align: center;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    position: relative;
}

h1::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin: 1.05rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #fb7185, #d946ef, #a855f7);
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.74);
}

h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    margin-bottom: 1.55rem;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
    letter-spacing: 0.035em;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.025em;
}

.jkd60w {
    font-size: 1.05rem;
    text-align: left;
    margin: 0 auto 2.35rem;
    color: var(--text-muted);
}

p {
    margin-bottom: 1.45rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.82;
}

/* ===============================
   Tables
   =============================== */

.ovwvwm1,
.lrgavpk7 {
    margin: 2rem 0;
    overflow-x: auto;
    scrollbar-color: rgba(249, 168, 212, 0.75) transparent;
    scrollbar-width: thin;
}

.lrgavpk7::-webkit-scrollbar {
    height: 6px;
}

.lrgavpk7::-webkit-scrollbar-track {
    background: transparent;
}

.lrgavpk7::-webkit-scrollbar-thumb {
    background: rgba(249, 168, 212, 0.68);
    border-radius: 999px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(145deg, #18071f, #0e0415);
    border-radius: 11px;
    overflow: hidden;
    box-shadow:
            0 18px 42px rgba(3, 1, 6, 0.76),
            0 0 0 1px rgba(244, 114, 182, 0.18);
}

th,
td {
    padding: 15px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(104, 32, 93, 0.55);
}

th {
    background: linear-gradient(110deg, #be185d, #db2777 48%, #9333ea);
    color: #fff7fd;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background: linear-gradient(90deg, rgba(89, 19, 86, 0.74), rgba(70, 23, 106, 0.58));
}

/* CTA section */

.v4llz {
    text-align: center;
    margin-top: 2.5rem;
}

/* ===============================
   Generic images
   =============================== */

.pg7jzqnvno {
    text-align: center;
    margin: 2rem 0;
}

.itnak {
    max-width: 100%;
    height: auto;
    border-radius: 13px;
    box-shadow:
            0 20px 45px rgba(3, 1, 6, 0.8),
            0 0 0 1px rgba(249, 168, 212, 0.18);
}

/* ===============================
   Slots sections
   =============================== */

.xtvtp3lin h2 {
    margin-bottom: 0.55rem;
}

.gbpdbpng {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.m2qo0m0q {
    position: relative;
    background: linear-gradient(155deg, #21082a, #100415);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
            0 19px 42px rgba(3, 1, 6, 0.82),
            0 0 0 1px rgba(249, 168, 212, 0.13);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(128, 39, 108, 0.45);
}

.m2qo0m0q::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 0 0, rgba(217, 70, 239, 0.24), transparent 60%),
            radial-gradient(circle at 100% 100%, rgba(251, 113, 133, 0.29), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.m2qo0m0q:hover {
    transform: translateY(-6px);
    box-shadow:
            0 28px 62px rgba(3, 1, 6, 0.94),
            0 0 0 1px rgba(244, 114, 182, 0.72);
    border-color: rgba(244, 114, 182, 0.7);
}

.m2qo0m0q:hover::before {
    opacity: 1;
}

.lhj5nc0n {
    width: 100%;
    display: block;
    object-fit: cover;
    /*height: 210px;*/
    transition: transform 0.3s ease, filter 0.3s ease;
}

.m2qo0m0q:hover .lhj5nc0n {
    transform: scale(1.05);
    filter: saturate(1.18) brightness(1.04);
}

.m2qo0m0q p {
    padding: 0.95rem 1.1rem 0.4rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.m2qo0m0q h3 {
    padding: 0.95rem 1.1rem 0.4rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.m2qo0m0q h3 a {
    text-decoration: none;
    color: var(--heading-color);
}

.m2qo0m0q h3 a:hover {
    color: #f9a8d4;
}

.m2qo0m0q .hlravkl {
    margin: 0 1.1rem 1.1rem;
    width: calc(100% - 2.2rem);
}

.h9fze {}

/* ===============================
   VIP section (future use)
   =============================== */

.thjlgnge8 {
    padding: 3.6rem 0;
}

.o2a53oln5 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    align-items: center;
}

.k76ucyhx6 p {
    /* inherits generic p */
}

/* ===============================
   FAQ
   =============================== */

.f0nwwnu1 h2 {
    margin-bottom: 1.9rem;
}

.ywyh3ym9z {
    max-width: 800px;
    margin: 0 auto;
}

.avaaxqbo {
    background: linear-gradient(135deg, #21082a, #110416);
    border-radius: 11px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow:
            0 13px 32px rgba(3, 1, 6, 0.72),
            0 0 0 1px rgba(249, 168, 212, 0.1);
    border: 1px solid rgba(112, 31, 94, 0.48);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.avaaxqbo.w7pn9xcw {
    transform: translateY(-2px);
    border-color: rgba(249, 168, 212, 0.82);
    box-shadow:
            0 20px 50px rgba(3, 1, 6, 0.88),
            0 0 0 1px rgba(236, 72, 153, 0.5);
}

.vcpjqgie5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.6rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.vcpjqgie5:hover {
    background-color: rgba(89, 19, 86, 0.34);
}

.vcpjqgie5 h3 {
    margin: 0;
    font-size: 1.02rem;
    color: var(--heading-color);
}

.adae0z24c {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f9a8d4;
    transition: transform 0.3s ease;
}

.avaaxqbo.w7pn9xcw .adae0z24c {
    transform: rotate(45deg);
}

.gretjasy {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    background-color: rgba(18, 4, 24, 0.94);
    opacity: 0;
}

.avaaxqbo.w7pn9xcw .gretjasy {
    max-height: 2000px;
    padding: 0 1.6rem 1.4rem;
    opacity: 1;
}

.gretjasy p {
    margin: 0;
    color: var(--text-muted);
}

/* ===============================
   Lists
   =============================== */

ul {
    list-style: none;
    padding: 0;
    margin: 1.7rem 0;
}

ul li {
    position: relative;
    padding: 0.92rem 1.2rem 0.92rem 2.8rem;
    margin-bottom: 0.9rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
    background: linear-gradient(110deg, rgba(54, 12, 61, 0.82), rgba(25, 6, 34, 0.91));
    border-radius: 11px;
    border: 1px solid rgba(165, 53, 130, 0.36);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

ul li:hover {
    background: linear-gradient(110deg, rgba(135, 27, 104, 0.76), rgba(68, 22, 100, 0.78));
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(7, 1, 10, 0.68);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #fb7185, #c026d3);
    color: #fff7fd;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.12) inset,
            0 8px 16px rgba(8, 1, 12, 0.62);
}

ol li {
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ===============================
   Footer
   =============================== */

.bfga9xga {
    background: radial-gradient(circle at 50% 0, rgba(83, 18, 80, 0.62), #110416 58%);
    color: var(--text-main);
    padding: 3.2rem 0 1.4rem;
    border-top: 1px solid rgba(244, 114, 182, 0.2);
    box-shadow: 0 -16px 38px rgba(3, 1, 6, 0.76);
}

.bwdbx43s9y {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
}

.wo621up {
    color: #f8edf7;
    text-decoration: none;
    font-weight: 600;
    padding: 0.42rem 0.9rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    white-space: nowrap;
    font-size: 0.88rem;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.wo621up:hover {
    color: #fff7fd;
    background: linear-gradient(120deg, #be185d, #9333ea);
    box-shadow: 0 12px 28px rgba(5, 1, 8, 0.7);
}

.gutavld {
    display: flex;
    justify-content: center;
    gap: 1.7rem;
    margin-bottom: 1.9rem;
    flex-wrap: wrap;
}

.ef2fqz97l {
    object-fit: contain;
    padding: 4px;
}

.lshw2eout {
    max-width: 900px;
    margin: 0 auto 1.8rem;
}

.lshw2eout p {
    margin-bottom: 0.9rem;
    color: #c9b5c6;
    text-align: center;
    font-size: 0.95rem;
}

.rb5427 {
    text-align: center;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(126, 38, 109, 0.46);
}

.rb5427 p {
    color: #a889a3;
    font-size: 0.85rem;
}

/* ===============================
   Mobile menu toggle
   =============================== */

.bte64aodl {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 4px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.bte64aodl span {
    width: 24px;
    height: 2.5px;
    background-color: #f8edf7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 999px;
}

.bte64aodl.w7pn9xcw span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
}

.bte64aodl.w7pn9xcw span:nth-child(2) {
    opacity: 0;
}

.bte64aodl.w7pn9xcw span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Desktop main nav tweaks specific (overrides mobile) already above */

/* ===============================
   Responsive
   =============================== */

@media (max-width: 1024px) {
    .wfvy4 {
        gap: 1rem;
    }

    .ja2jsqn {
        font-size: 0.85rem;
    }

    .hlravkl {
        padding-inline: 18px;
    }
}

@media (max-width: 768px) {
    .wfvy4 {
        flex-direction: row;
        justify-content: space-between;
    }

    .faep25q {
        gap: 8px;
    }

    .hlravkl {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .bq2fzl64nt {
        padding-top: 1.8rem;
    }

    .ns0ca .o94r4va,
    .qblsqsq .o94r4va,
    .xtvtp3lin .o94r4va,
    .f0nwwnu1 .o94r4va {
        padding-inline: 1.4rem;
    }

    .gbpdbpng {
        grid-template-columns: 1fr;
    }

    .o2a53oln5 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    table {
        font-size: 0.9rem;
    }

    th,
    td {
        padding: 10px 9px;
    }

    /* mobile nav dropdown */
    .uc698sx {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(145deg, #21082a, #100415);
        flex-direction: column;
        padding: 0.75rem 0.75rem 1rem;
        box-shadow:
                0 18px 40px rgba(3, 1, 6, 0.92),
                0 0 0 1px rgba(249, 168, 212, 0.14);
        transform: translateY(-120%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1000;
    }

    .uc698sx .ja2jsqn {
        padding: 0.8rem 1.2rem;
        border-bottom: 1px solid rgba(128, 39, 108, 0.42);
        border-radius: 8px;
    }

    .uc698sx .ja2jsqn:last-child {
        border-bottom: none;
    }

    .uc698sx.w7pn9xcw {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .bte64aodl {
        display: flex;
    }

    .bwdbx43s9y {
        gap: 0.9rem;
    }

    .wo621up {
        padding-inline: 0.7rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .o94r4va {
        padding: 0 16px;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .hlravkl {
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .guy1i5ajj {
        padding: 14px 26px;
        font-size: 1rem;
    }

    .n3qo3a {
        max-height: 260px;
    }
}
