:root {
    --bg-page: #100815;
    --bg-section: #1a0d24;
    --bg-section-alt: #09050f;
    --card-radius: 14px;
    --border-subtle: rgba(236, 72, 153, 0.3);
    --text-main: #f7edf7;
    --text-muted: #cbb9ca;
    --heading-color: #fff7fd;

    --button-color: #f43f5e;
    --button-color-hover: #e11d48;
    --button-color-light: #fb7185;
    --button-shadow: rgba(244, 63, 94, 0.34);
    --button-shadow-strong: rgba(244, 63, 94, 0.68);

    --list-bg-hover: rgba(55, 15, 48, 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 3% 0%, #3d123b 0%, transparent 48%),
            radial-gradient(circle at 100% 12%, #25124a 0%, transparent 53%),
            radial-gradient(circle at 50% 100%, #160717 0%, #06030a 66%);
    background-color: var(--bg-page);
    -webkit-font-smoothing: antialiased;
}

.tu0eccw7hh {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

/* ===============================
   Header
   =============================== */

.nc6ko {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(105deg, rgba(30, 8, 38, 0.96), rgba(19, 8, 31, 0.98));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(244, 114, 182, 0.28);
    padding: 0.9rem 0;
    box-shadow:
            0 16px 42px rgba(5, 1, 10, 0.72),
            0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.k3f0x92d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.em4jk {
    display: flex;
    align-items: center;
}

.zi6mmqk27 {
    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);*/
}

.g1eyuxl0yw {
    display: flex;
    gap: 1.1rem;
    flex: 1;
    justify-content: center;
}

.wqx3uudo {
    position: relative;
    color: #f5eaf4;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.91rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
    border-radius: 10px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.wqx3uudo::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(244, 63, 94, 0.38), rgba(168, 85, 247, 0.24));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.wqx3uudo:hover {
    color: #fff8fb;
    background: linear-gradient(120deg, #be123c, #7e22ce);
    transform: translateY(-1px);
}

.wqx3uudo:hover::after {
    opacity: 1;
}

.j1n5wjad {
    display: flex;
    gap: 12px;
}

/* ===============================
   Buttons
   =============================== */

.vw2c7f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    text-decoration: none;
    border-radius: 10px;
    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;
}

.wijkm37qnn {
    background: linear-gradient(135deg, var(--button-color-light), var(--button-color) 55%, #be123c);
    color: #fff8fb;
    box-shadow:
            0 14px 30px var(--button-shadow),
            0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}

.wijkm37qnn:hover {
    background: linear-gradient(135deg, #fb7185, var(--button-color-hover) 58%, #9f1239);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 20px 38px var(--button-shadow-strong);
}

.j9zj5pmpq {
    background: rgba(255, 255, 255, 0.025);
    color: #fda4af;
    border-color: rgba(253, 164, 175, 0.62);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.j9zj5pmpq:hover {
    background: linear-gradient(120deg, rgba(190, 24, 93, 0.35), rgba(88, 28, 135, 0.38));
    color: #fff5f7;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(53, 10, 41, 0.75);
}

.q9vli {
    padding: 15px 32px;
    font-size: 1rem;
}

.i3f2lao1u8 {
    padding: 7px 16px;
    font-size: 0.85rem;
}

/* Bonus CTA button in hero */

.jwm1m3uc {
    background: linear-gradient(115deg, #f9a8d4, #fb7185 38%, #c026d3 72%, #7c3aed);
    color: #fffaff;
    padding: 18px 42px;
    font-size: 1.16rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    box-shadow:
            0 20px 40px rgba(28, 4, 29, 0.88),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset,
            0 0 32px rgba(236, 72, 153, 0.52);
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.jwm1m3uc:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
            0 26px 60px rgba(26, 3, 29, 0.98),
            0 0 52px rgba(217, 70, 239, 0.82);
}

/* Pulse animation reused from original */

.kz28szp7q {
    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
   =============================== */

.b0y3oivl {
    padding: 3.1rem 0 2.7rem;
    background:
            radial-gradient(circle at 8% 12%, rgba(192, 38, 211, 0.22), transparent 48%),
            radial-gradient(circle at 90% 0%, rgba(244, 63, 94, 0.22), transparent 48%),
            linear-gradient(to bottom, rgba(39, 11, 48, 0.96), rgba(18, 6, 27, 0.98));
    border-bottom: 1px solid rgba(244, 114, 182, 0.3);
}

.dvwwl3zd {
    text-align: center;
}

.hsw27397 {
    display: block;
    margin-bottom: 1.9rem;
    border-radius: 18px;
    padding: 3px;
    background:
            linear-gradient(120deg, rgba(251, 113, 133, 0.88), rgba(192, 38, 211, 0.75), rgba(167, 139, 250, 0.8));
    box-shadow:
            0 24px 60px rgba(14, 3, 20, 0.92),
            0 0 48px rgba(190, 24, 93, 0.38);
}

.y8mfrpnkx {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    box-shadow:
            0 18px 40px rgba(12, 3, 18, 0.82),
            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;
}

.hsw27397:hover .y8mfrpnkx {
    transform: translateY(-4px) scale(1.01);
    filter: saturate(1.14) contrast(1.03);
    box-shadow:
            0 26px 60px rgba(12, 2, 18, 0.94),
            0 0 62px rgba(192, 38, 211, 0.42);
}

.j0t8aygj5 {
    margin-top: 2.2rem;
}

/* ===============================
   Content sections
   =============================== */

.bfkd27zaq,
.k8tjm2d08m,
.hg0ga5,
.hnwyqjkte {
    padding: 3.7rem 0;
    background: transparent;
}

.bfkd27zaq .tu0eccw7hh,
.k8tjm2d08m .tu0eccw7hh,
.hg0ga5 .tu0eccw7hh,
.hnwyqjkte .tu0eccw7hh {
    background: linear-gradient(145deg, rgba(42, 12, 51, 0.98), rgba(20, 7, 31, 0.98));
    border-radius: var(--card-radius);
    padding: 2.7rem clamp(1.5rem, 4vw, 3.15rem);
    border: 1px solid var(--border-subtle);
    box-shadow:
            0 25px 55px rgba(3, 1, 8, 0.72),
            0 1px 0 rgba(255, 255, 255, 0.045) inset;
    position: relative;
    overflow: hidden;
}

.bfkd27zaq .tu0eccw7hh::before,
.k8tjm2d08m .tu0eccw7hh::before,
.hg0ga5 .tu0eccw7hh::before,
.hnwyqjkte .tu0eccw7hh::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 4% 4%, rgba(244, 63, 94, 0.13), transparent 58%),
            radial-gradient(circle at 95% 100%, rgba(168, 85, 247, 0.14), transparent 60%);
    opacity: 0.8;
    pointer-events: none;
}

.bfkd27zaq .tu0eccw7hh > *,
.k8tjm2d08m .tu0eccw7hh > *,
.hg0ga5 .tu0eccw7hh > *,
.hnwyqjkte .tu0eccw7hh > * {
    position: relative;
    z-index: 1;
}

/* Remove old alternating background logic */
.k8tjm2d08m: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.1rem, 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: 1rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #fb7185, #d946ef, #a78bfa);
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.75);
}

h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    margin-bottom: 1.55rem;
    text-align: center;
    letter-spacing: 0.07em;
    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.03em;
}

.iv9azx {
    font-size: 1.06rem;
    text-align: left;
    margin: 0 auto 2.4rem;
    color: var(--text-muted);
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.82;
}

/* ===============================
   Tables
   =============================== */

.d7e5pb6dw,
.na4vus0n {
    margin: 2.1rem 0;
    overflow-x: auto;
    scrollbar-color: rgba(244, 114, 182, 0.72) transparent;
    scrollbar-width: thin;
}

.na4vus0n::-webkit-scrollbar {
    height: 6px;
}

.na4vus0n::-webkit-scrollbar-track {
    background: transparent;
}

.na4vus0n::-webkit-scrollbar-thumb {
    background: rgba(244, 114, 182, 0.7);
    border-radius: 999px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(145deg, #210b2b, #120719);
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
            0 20px 45px rgba(4, 1, 8, 0.72),
            0 0 0 1px rgba(244, 114, 182, 0.18);
}

th,
td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(131, 32, 91, 0.36);
}

th {
    background: linear-gradient(110deg, #be123c, #db2777 48%, #7e22ce);
    color: #fff7fb;
    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(114, 23, 86, 0.54), rgba(91, 33, 182, 0.32));
}

/* CTA section */

.aiolal {
    text-align: center;
    margin-top: 2.5rem;
}

/* ===============================
   Generic images
   =============================== */

.zoi68s6b0s {
    text-align: center;
    margin: 2rem 0;
}

.momrl8il {
    max-width: 100%;
    height: auto;
    border-radius: 13px;
    box-shadow:
            0 20px 45px rgba(4, 1, 8, 0.78),
            0 0 0 1px rgba(244, 114, 182, 0.22);
}

/* ===============================
   Slots sections
   =============================== */

.hg0ga5 h2 {
    margin-bottom: 0.5rem;
}

.gcifw19g7r {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.65rem;
    margin-top: 2.4rem;
}

.g86o1f {
    position: relative;
    background: linear-gradient(155deg, #250b2d, #120719);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
            0 20px 42px rgba(3, 1, 7, 0.82),
            0 0 0 1px rgba(244, 114, 182, 0.17);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(244, 114, 182, 0.18);
}

.g86o1f::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 0 0, rgba(217, 70, 239, 0.3), transparent 60%),
            radial-gradient(circle at 100% 100%, rgba(251, 113, 133, 0.3), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.g86o1f:hover {
    transform: translateY(-6px);
    box-shadow:
            0 28px 62px rgba(5, 1, 9, 0.92),
            0 0 0 1px rgba(232, 121, 249, 0.7);
    border-color: rgba(232, 121, 249, 0.62);
}

.g86o1f:hover::before {
    opacity: 1;
}

.se3lshlyv {
    width: 100%;
    display: block;
    object-fit: cover;
    /*height: 210px;*/
    transition: transform 0.3s ease, filter 0.3s ease;
}

.g86o1f:hover .se3lshlyv {
    transform: scale(1.05);
    filter: saturate(1.18) contrast(1.04);
}

.g86o1f p {
    padding: 0.9rem 1.15rem 0.45rem;
    font-size: 1.03rem;
    text-align: center;
    margin-bottom: 0;
}

.g86o1f h3 {
    padding: 0.9rem 1.15rem 0.45rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.g86o1f h3 a {
    text-decoration: none;
    color: var(--heading-color);
}

.g86o1f h3 a:hover {
    color: #fda4af;
}

.g86o1f .vw2c7f {
    margin: 0 1.1rem 1.15rem;
    width: calc(100% - 2.2rem);
}

.nxdjx0o0r4 {}

/* ===============================
   VIP section (future use)
   =============================== */

.muort {
    padding: 3.7rem 0;
}

.xopulbm0ce {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    align-items: center;
}

.cbxfx6k p {
    /* inherits generic p */
}

/* ===============================
   FAQ
   =============================== */

.hnwyqjkte h2 {
    margin-bottom: 1.9rem;
}

.me28d {
    max-width: 800px;
    margin: 0 auto;
}

.mw2kup2d3 {
    background: linear-gradient(145deg, #260c30, #130719);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow:
            0 14px 32px rgba(3, 1, 7, 0.72),
            0 0 0 1px rgba(244, 114, 182, 0.14);
    border: 1px solid rgba(244, 114, 182, 0.18);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.mw2kup2d3.wo5z5 {
    transform: translateY(-2px);
    border-color: rgba(232, 121, 249, 0.78);
    box-shadow:
            0 20px 50px rgba(3, 1, 7, 0.86),
            0 0 0 1px rgba(232, 121, 249, 0.42);
}

.mia808 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.6rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.mia808:hover {
    background-color: rgba(101, 25, 87, 0.38);
}

.mia808 h3 {
    margin: 0;
    font-size: 1.02rem;
    color: var(--heading-color);
}

.b86em5em {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f9a8d4;
    transition: transform 0.3s ease;
}

.mw2kup2d3.wo5z5 .b86em5em {
    transform: rotate(45deg);
}

.xc199wcpv {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    background-color: rgba(24, 7, 31, 0.9);
    opacity: 0;
}

.mw2kup2d3.wo5z5 .xc199wcpv {
    max-height: 2000px;
    padding: 0 1.6rem 1.4rem;
    opacity: 1;
}

.xc199wcpv p {
    margin: 0;
    color: var(--text-muted);
}

/* ===============================
   Lists
   =============================== */

ul {
    list-style: none;
    padding: 0;
    margin: 1.7rem 0;
}

ul li {
    position: relative;
    padding: 0.95rem 1.2rem 0.95rem 2.8rem;
    margin-bottom: 0.9rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
    background: linear-gradient(110deg, rgba(70, 19, 62, 0.78), rgba(31, 9, 42, 0.9));
    border-radius: 12px;
    border: 1px solid rgba(244, 114, 182, 0.2);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

ul li:hover {
    background: linear-gradient(110deg, rgba(159, 18, 87, 0.62), rgba(91, 33, 182, 0.46));
    transform: translateX(4px);
    box-shadow: 0 12px 28px rgba(11, 2, 16, 0.72);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #fb7185, #d946ef);
    color: #fff9fc;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    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.18) inset,
            0 8px 18px rgba(18, 2, 20, 0.72);
}

ol li {
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ===============================
   Footer
   =============================== */

.l070ap9r {
    background: radial-gradient(circle at 50% 0, rgba(70, 18, 63, 0.84), #100615 58%);
    color: var(--text-main);
    padding: 3.2rem 0 1.4rem;
    border-top: 1px solid rgba(244, 114, 182, 0.22);
    box-shadow: 0 -18px 40px rgba(3, 1, 7, 0.8);
}

.xvlah {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
}

.vegp5 {
    color: #f3e7f2;
    text-decoration: none;
    font-weight: 600;
    padding: 0.42rem 0.9rem;
    border-radius: 9px;
    transition: all 0.25s ease;
    white-space: nowrap;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vegp5:hover {
    color: #fff9fc;
    background: linear-gradient(120deg, #be123c, #a21caf);
    box-shadow: 0 12px 30px rgba(5, 1, 9, 0.82);
}

.f1pg3 {
    display: flex;
    justify-content: center;
    gap: 1.7rem;
    margin-bottom: 1.9rem;
    flex-wrap: wrap;
}

.wh5w9hvj0y {
    object-fit: contain;
    padding: 4px;
}

.m8ooa {
    max-width: 900px;
    margin: 0 auto 1.8rem;
}

.m8ooa p {
    margin-bottom: 0.9rem;
    color: #cbb9ca;
    text-align: center;
    font-size: 0.95rem;
}

.ds4ynxm48e {
    text-align: center;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(244, 114, 182, 0.16);
}

.ds4ynxm48e p {
    color: #9d849b;
    font-size: 0.85rem;
}

/* ===============================
   Mobile menu toggle
   =============================== */

.hnzoznuss {
    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;
}

.hnzoznuss span {
    width: 24px;
    height: 2.5px;
    background-color: #f7eaf5;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 999px;
}

.hnzoznuss.wo5z5 span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
}

.hnzoznuss.wo5z5 span:nth-child(2) {
    opacity: 0;
}

.hnzoznuss.wo5z5 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Desktop main nav tweaks specific (overrides mobile) already above */

/* ===============================
   Responsive
   =============================== */

@media (max-width: 1024px) {
    .k3f0x92d {
        gap: 1rem;
    }

    .wqx3uudo {
        font-size: 0.85rem;
    }

    .vw2c7f {
        padding-inline: 18px;
    }
}

@media (max-width: 768px) {
    .k3f0x92d {
        flex-direction: row;
        justify-content: space-between;
    }

    .j1n5wjad {
        gap: 8px;
    }

    .vw2c7f {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .b0y3oivl {
        padding-top: 1.9rem;
    }

    .bfkd27zaq .tu0eccw7hh,
    .k8tjm2d08m .tu0eccw7hh,
    .hg0ga5 .tu0eccw7hh,
    .hnwyqjkte .tu0eccw7hh {
        padding-inline: 1.4rem;
    }

    .gcifw19g7r {
        grid-template-columns: 1fr;
    }

    .xopulbm0ce {
        grid-template-columns: 1fr;
        text-align: center;
    }

    table {
        font-size: 0.9rem;
    }

    th,
    td {
        padding: 10px 9px;
    }

    /* mobile nav dropdown */
    .g1eyuxl0yw {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(145deg, #2b0c34, #130719);
        flex-direction: column;
        padding: 0.75rem 0.75rem 1rem;
        box-shadow:
                0 18px 40px rgba(3, 1, 7, 0.92),
                0 0 0 1px rgba(244, 114, 182, 0.15);
        transform: translateY(-120%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1000;
    }

    .g1eyuxl0yw .wqx3uudo {
        padding: 0.8rem 1.2rem;
        border-bottom: 1px solid rgba(244, 114, 182, 0.17);
        border-radius: 8px;
    }

    .g1eyuxl0yw .wqx3uudo:last-child {
        border-bottom: none;
    }

    .g1eyuxl0yw.wo5z5 {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .hnzoznuss {
        display: flex;
    }

    .xvlah {
        gap: 0.9rem;
    }

    .vegp5 {
        padding-inline: 0.7rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .tu0eccw7hh {
        padding: 0 16px;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .vw2c7f {
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .jwm1m3uc {
        padding: 14px 26px;
        font-size: 1rem;
    }

    .y8mfrpnkx {
        max-height: 260px;
    }
}
