.faq-pretty-page,
.rules-pretty-page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 72px 32px 96px;
}

.faq-pretty-hero,
.rules-pretty-hero {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.faq-pretty-eyebrow,
.rules-pretty-eyebrow,
.rules-box-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e6ebd0;
    color: #5d6f3b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.faq-pretty-hero h1,
.rules-pretty-hero h1 {
    margin: 16px 0 14px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.05;
    color: #283325;
}

.faq-pretty-hero p,
.rules-pretty-hero p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #566053;
}

.faq-support-strip,
.rules-highlight-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0 0 34px;
}

.support-pill-card,
.rules-highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 24px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(150, 160, 126, 0.2);
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(117, 112, 79, 0.08);
}

.rules-highlight-card:first-child {
    background: linear-gradient(180deg, #eef4de 0%, #f9f8ef 100%);
}

.support-pill-icon,
.rules-highlight-icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5edcc;
    color: #5d6f3b;
    font-size: 1.5rem;
}

.support-pill-card strong,
.rules-highlight-card strong {
    display: block;
    margin: 2px 0 6px;
    color: #283325;
    font-size: 1.05rem;
}

.support-pill-card p,
.rules-highlight-card p {
    margin: 0;
    color: #5c6559;
    line-height: 1.6;
    font-size: 0.98rem;
}

.faq-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.faq-pretty-card,
.rules-box {
    padding: 28px 28px 30px;
    border-radius: 30px;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(150, 160, 126, 0.18);
    box-shadow: 0 20px 42px rgba(117, 112, 79, 0.08);
}

.faq-pretty-card:nth-child(4n+1) {
    background: linear-gradient(180deg, #fffdf8 0%, #f8f3ea 100%);
}
.faq-pretty-card:nth-child(4n+2) {
    background: linear-gradient(180deg, #fffaf6 0%, #f6ece6 100%);
}
.faq-pretty-card:nth-child(4n+3) {
    background: linear-gradient(180deg, #f9f8ef 0%, #edf2de 100%);
}
.faq-pretty-card:nth-child(4n+4) {
    background: linear-gradient(180deg, #fbfaf4 0%, #f3efe5 100%);
}

.faq-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.faq-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(197, 215, 160, 0.42);
    font-size: 1.45rem;
}

.faq-card-number {
    font-size: 0.86rem;
    font-weight: 700;
    color: #7a8763;
    letter-spacing: 0.14em;
}

.faq-pretty-card h2,
.rules-box h2 {
    margin: 0 0 12px;
    font-size: clamp(1.42rem, 2vw, 1.75rem);
    line-height: 1.2;
    color: #283325;
}

.faq-pretty-card p {
    margin: 0;
    color: #586153;
    line-height: 1.75;
    font-size: 1rem;
}

.rules-pretty-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.rules-box-no {
    background: linear-gradient(180deg, #fff9f6 0%, #f9eee8 100%);
}

.rules-box-yes {
    background: linear-gradient(180deg, #fbfaf1 0%, #eef4dc 100%);
}

.rules-box-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.rules-box-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: rgba(255,255,255,0.65);
    box-shadow: inset 0 0 0 1px rgba(150, 160, 126, 0.15);
}

.rules-fancy-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.rules-fancy-list li {
    position: relative;
    padding: 16px 18px 16px 52px;
    border-radius: 18px;
    background: rgba(255,255,255,0.64);
    color: #50584d;
    line-height: 1.55;
}

.rules-fancy-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 22px;
    font-size: 0.9rem;
}

.rules-fancy-list-no li::before {
    content: "✕";
    background: #d98b7a;
}

.rules-fancy-list-yes li::before {
    content: "✓";
    background: #88a75b;
}

.rules-bottom-note {
    margin-top: 28px;
    padding: 20px 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(150, 160, 126, 0.18);
}

.rules-bottom-note-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6ebd0;
    font-size: 1.3rem;
}

.rules-bottom-note p {
    margin: 0;
    color: #556052;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .faq-support-strip,
    .rules-highlight-strip,
    .faq-card-grid,
    .rules-pretty-grid {
        grid-template-columns: 1fr;
    }

    .faq-pretty-page,
    .rules-pretty-page {
        padding: 56px 20px 80px;
    }
}

@media (max-width: 640px) {
    .faq-pretty-card,
    .rules-box,
    .support-pill-card,
    .rules-highlight-card,
    .rules-bottom-note {
        padding: 22px 20px 24px;
        border-radius: 24px;
    }

    .faq-pretty-hero h1,
    .rules-pretty-hero h1 {
        font-size: 2.2rem;
    }

    .faq-pretty-hero p,
    .rules-pretty-hero p,
    .faq-pretty-card p,
    .support-pill-card p,
    .rules-highlight-card p,
    .rules-fancy-list li,
    .rules-bottom-note p {
        font-size: 0.98rem;
    }
}


/* PACK 004Y · FAQ: enlaces reales y SVG real de Instagram/email */

.support-pill-link {
    text-decoration: none;
    color: inherit;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.support-pill-link:hover {
    transform: translateY(-2px);
    border-color: rgba(98, 125, 60, 0.28);
    box-shadow: 0 22px 42px rgba(117, 112, 79, 0.12);
}

.support-pill-link:hover strong {
    color: var(--coral);
}

.support-mail-icon,
.support-instagram-icon {
    color: #ffffff;
}

.support-mail-icon {
    background: var(--green-dark);
}

.support-instagram-icon {
    background: #000000;
}

.support-mail-icon svg,
.support-instagram-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
    display: block;
}

.support-pill-card p {
    overflow-wrap: anywhere;
}
