.pfish-app,
.pfish-app * {
    box-sizing: border-box;
}

.pfish-app {
    --pf-bg: #061b2b;
    --pf-bg-soft: #08283a;
    --pf-panel: #0b3042;
    --pf-panel-2: #104052;
    --pf-gold: #d79a2d;
    --pf-gold-light: #f1cb72;
    --pf-cream: #f7e7c7;
    --pf-text: #fffaf0;
    --pf-muted: #b6c8cf;
    --pf-line: rgba(241, 203, 114, .28);
    --pf-green: #169b88;
    --pf-coral: #c55e32;
    position: relative !important;
    left: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: hidden;
    overflow: clip;
    color: var(--pf-text);
    background:
        radial-gradient(circle at 76% 2%, rgba(12, 112, 139, .3), transparent 36rem),
        radial-gradient(circle at 15% 18%, rgba(197, 94, 50, .12), transparent 28rem),
        linear-gradient(180deg, #04131f 0%, var(--pf-bg) 48%, #03111b 100%);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

body.pfish-campaign-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #061b2b !important;
}

body.pfish-campaign-page .pfish-app {
    left: 0 !important;
    width: 100% !important;
}

.pfish-app button,
.pfish-app input,
.pfish-app textarea {
    font: inherit;
}

.pfish-app button,
.pfish-app a {
    -webkit-tap-highlight-color: transparent;
}

.pfish-app a {
    color: inherit;
    text-decoration: none;
}

.pfish-header {
    width: min(1180px, calc(100% - 48px));
    min-height: 88px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
}

.pfish-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.pfish-brand-mark {
    width: 48px;
    height: 48px;
    transform: rotate(45deg);
    border: 1px solid var(--pf-gold);
    display: grid;
    place-items: center;
    color: var(--pf-gold-light);
    font-family: Georgia, serif;
    font-size: 14px;
}

.pfish-brand-mark i {
    transform: rotate(-45deg);
    font-style: normal;
}

.pfish-brand > span:last-child {
    display: grid;
    gap: 1px;
}

.pfish-brand strong {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--pf-cream);
    font-size: 21px;
    letter-spacing: .13em;
    line-height: 1.2;
}

.pfish-brand small {
    color: var(--pf-muted);
    font-size: 9px;
    letter-spacing: .23em;
    text-transform: uppercase;
}

.pfish-nav {
    display: flex;
    gap: 36px;
    color: #c9cecc;
    font-size: 13px;
}

.pfish-nav a:hover {
    color: var(--pf-gold-light);
}

.pfish-header-cta {
    justify-self: end;
    min-height: 44px;
    padding: 0 25px;
    border: 1px solid rgba(230, 184, 79, .5);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: var(--pf-cream);
    font-size: 13px;
    font-weight: 800;
}

.pfish-app main {
    display: block;
}

.pfish-hero {
    width: min(1180px, calc(100% - 48px));
    min-height: 590px;
    margin: 0 auto;
    padding: 52px 0 44px;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 58px;
    align-items: center;
}

.pfish-eyebrow {
    margin: 0 0 15px;
    color: var(--pf-gold-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .24em;
}

.pfish-eyebrow::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    margin: 0 12px 4px 0;
    background: var(--pf-gold);
}

.pfish-demo-badge {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 13px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    color: #9ba5a3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.pfish-hero h1 {
    max-width: 530px;
    margin: 0;
    color: #f8f7f1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.5vw, 64px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.03;
}

.pfish-hero h1 > span {
    display: block;
}

.pfish-hero h1 em {
    width: fit-content;
    margin-top: 12px;
    padding: 8px 12px 7px;
    border: 1px solid rgba(230, 184, 79, .42);
    border-left: 3px solid var(--pf-gold);
    border-radius: 3px;
    display: block;
    background: linear-gradient(90deg, rgba(230, 184, 79, .14), rgba(230, 184, 79, .03));
    color: var(--pf-gold-light);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .17em;
    line-height: 1;
    text-transform: uppercase;
}

.pfish-lead {
    max-width: 520px;
    margin: 19px 0;
    color: var(--pf-muted);
    font-size: 15px;
    line-height: 1.65;
}

.pfish-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    margin: 0 0 23px;
    padding: 0;
    list-style: none;
    color: #d8dcda;
    font-size: 12px;
}

.pfish-benefits li {
    position: relative;
    min-height: 22px;
    padding-left: 31px;
}

.pfish-benefits li::before {
    content: "✓";
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(230, 184, 79, .55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--pf-gold-light);
    font-size: 11px;
}

.pfish-primary-button {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: linear-gradient(100deg, #b98125, #f1ce69 55%, #d4a53f);
    box-shadow: 0 12px 32px rgba(184, 129, 37, .18);
    color: #1c160b !important;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

.pfish-primary-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.pfish-primary-button span {
    font-size: 21px;
}

.pfish-hero-media {
    position: relative;
}

.pfish-gallery-stage {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(230, 184, 79, .32);
    border-radius: 5px;
    background: #071113;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
}

.pfish-gallery-stage::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(2, 8, 9, .28), transparent 52%),
        linear-gradient(90deg, rgba(2, 8, 9, .16), transparent 34%);
    pointer-events: none;
}

.pfish-gallery-item {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease;
}

.pfish-gallery-item.is-active {
    visibility: visible;
    opacity: 1;
}

.pfish-gallery-item img,
.pfish-gallery-item video,
.pfish-gallery-item iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}

.pfish-gallery-item img {
    filter: contrast(1.13) saturate(1.12) brightness(1.07);
}

.pfish-gallery-count {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(5, 11, 13, .62);
    color: #e5e7e5;
    font-size: 11px;
    letter-spacing: .12em;
}

.pfish-gallery-arrow {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: 18px;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(4, 9, 10, .78);
    color: white;
    font-size: 27px;
    cursor: pointer;
}

.pfish-gallery-arrow.is-prev {
    right: 67px;
}

.pfish-gallery {
    position: relative;
}

.pfish-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.pfish-gallery-thumbs button {
    min-width: 0;
    min-height: 88px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 5px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 7px;
    align-items: stretch;
    background: linear-gradient(135deg, rgba(10, 24, 27, .8), rgba(6, 13, 15, .95));
    color: #d9dcda;
    font-size: 10px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.pfish-gallery-thumb-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 3px;
    display: grid;
    place-items: center;
    background: #071113;
}

.pfish-gallery-thumb-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pfish-gallery-thumb-play {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(230, 184, 79, .55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--pf-gold-light);
    font-size: 13px;
}

.pfish-gallery-thumb-label {
    padding: 0 5px 3px;
    align-self: center;
}

.pfish-gallery-thumbs button.is-active {
    border-color: var(--pf-gold);
    box-shadow: inset 0 -2px 0 var(--pf-gold);
}

.pfish-leader-overlay {
    position: absolute;
    z-index: 4;
    top: 19px;
    left: 19px;
    max-width: calc(100% - 130px);
    min-height: 62px;
    padding: 9px 13px 9px 9px;
    border: 1px solid rgba(230, 184, 79, .55);
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: rgba(4, 12, 14, .84);
    backdrop-filter: blur(8px);
}

.pfish-position {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--pf-gold-light), var(--pf-gold));
    color: #241b0a;
    font-family: Georgia, serif;
    font-weight: 700;
}

.pfish-leader-overlay > span:last-child {
    display: grid;
}

.pfish-leader-overlay small {
    color: var(--pf-gold-light);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pfish-leader-overlay strong {
    color: white;
    font-family: Georgia, serif;
    font-size: 14px;
}

.pfish-leader-overlay em {
    color: #bcc4c2;
    font-size: 9px;
    font-style: normal;
}

.pfish-trust-strip {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 18px;
    padding: 18px 26px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(10, 23, 26, .72);
}

.pfish-trust-strip div {
    padding: 2px 25px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    display: grid;
    gap: 4px;
}

.pfish-trust-strip div:last-child {
    border: 0;
}

.pfish-trust-strip small,
.pfish-current-leader small,
.pfish-custom-copy small,
.pfish-order-summary small,
.pfish-checkout header > small,
.pfish-payment-value small,
.pfish-checkout-step[data-checkout-step="success"] > small,
.pfish-buyer-result small {
    color: var(--pf-gold-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.pfish-trust-strip strong {
    color: #edf0ee;
    font-size: 13px;
}

.pfish-prize-section,
.pfish-packages-section,
.pfish-how-section,
.pfish-legal-section {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.pfish-prize-section {
    padding: 98px 0 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
}

.pfish-prize-section h2,
.pfish-section-heading h2,
.pfish-leader-section h2,
.pfish-community-section h2,
.pfish-checkout h2 {
    margin: 0;
    color: var(--pf-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.08;
}

.pfish-prize-section h2,
.pfish-section-heading h2 {
    font-size: clamp(36px, 4vw, 58px);
}

.pfish-prize-section > p {
    margin: 0 0 7px;
    color: var(--pf-muted);
    font-size: 17px;
    line-height: 1.85;
}

.pfish-leader-section {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 88px;
    padding: 32px;
    border: 1px solid var(--pf-line);
    border-radius: 7px;
    display: grid;
    grid-template-columns: auto 1fr minmax(260px, .44fr);
    gap: 25px;
    align-items: center;
    background:
        radial-gradient(circle at 6% 50%, rgba(230, 184, 79, .14), transparent 30%),
        linear-gradient(120deg, rgba(16, 36, 38, .95), rgba(8, 19, 21, .96));
}

.pfish-leader-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(230, 184, 79, .12);
    font-size: 31px;
}

.pfish-leader-message > p:first-child {
    margin: 0 0 4px;
    color: var(--pf-gold-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.pfish-leader-message h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.pfish-leader-message > p:last-child {
    max-width: 650px;
    margin: 10px 0 0;
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-current-leader {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 5px;
    display: grid;
    background: rgba(0, 0, 0, .18);
}

.pfish-current-leader strong {
    margin-top: 3px;
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 23px;
}

.pfish-current-leader span {
    color: white;
    font-size: 13px;
}

.pfish-current-leader em {
    color: var(--pf-gold-light);
    font-size: 11px;
    font-style: normal;
}

.pfish-packages-section {
    padding: 48px 0 82px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.pfish-closed-notice {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 90px;
    padding: 46px;
    border: 1px solid rgba(230, 184, 79, .28);
    border-radius: 7px;
    background: linear-gradient(145deg, rgba(17, 41, 43, .92), rgba(7, 17, 19, .96));
}

.pfish-closed-notice h2 {
    max-width: 650px;
    margin: 0;
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.05;
}

.pfish-closed-notice > p:not(.pfish-eyebrow) {
    max-width: 680px;
    margin: 17px 0 25px;
    color: var(--pf-muted);
}

.pfish-section-heading {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}

.pfish-section-heading .pfish-eyebrow::before {
    display: none;
}

.pfish-section-heading > p:last-child {
    margin: 9px auto 0;
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-packages-section .pfish-leader-section {
    width: 100%;
    margin: 0 0 14px;
    padding: 17px 20px;
    grid-template-columns: 48px minmax(0, 1fr) minmax(220px, .38fr);
    gap: 16px;
}

.pfish-packages-section .pfish-leader-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
}

.pfish-packages-section .pfish-leader-message h2 {
    font-size: 25px;
}

.pfish-packages-section .pfish-leader-message > p:last-child {
    margin-top: 4px;
    font-size: 11px;
}

.pfish-packages-section .pfish-current-leader {
    padding: 12px 14px;
}

.pfish-packages-section .pfish-current-leader strong {
    font-size: 18px;
}

.pfish-package-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pfish-package-card {
    position: relative;
    min-height: 170px;
    padding: 27px 14px 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    display: grid;
    place-items: center;
    align-content: center;
    background: linear-gradient(160deg, rgba(17, 38, 41, .96), rgba(6, 15, 17, .98));
    color: white;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease;
}

.pfish-package-card:hover,
.pfish-package-card.is-popular {
    border-color: var(--pf-gold);
    transform: translateY(-3px);
}

.pfish-package-card.is-unavailable {
    border-color: rgba(255, 255, 255, .08);
    opacity: .54;
    filter: saturate(.55);
}

.pfish-package-card.is-unavailable:hover {
    border-color: rgba(230, 184, 79, .34);
    transform: none;
}

.pfish-package-card.is-unavailable .pfish-select-text {
    color: #efc86c;
}

.pfish-package-label {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 130px;
    padding: 5px 11px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: var(--pf-gold);
    color: #1b160b;
    font-size: 8px;
    font-weight: 900;
}

.pfish-package-card > strong {
    font-family: Georgia, serif;
    font-size: 39px;
    line-height: 1;
}

.pfish-package-card > small {
    color: var(--pf-muted);
    font-size: 9px;
}

.pfish-package-card > b {
    margin-top: 8px;
    color: var(--pf-gold-light);
    font-size: 17px;
}

.pfish-package-card > em {
    margin-top: 2px;
    color: #65d49d;
    font-size: 9px;
    font-style: normal;
}

.pfish-select-text {
    margin-top: 7px;
    color: #eceeea;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pfish-custom-quantity {
    margin-top: 12px;
    padding: 18px;
    border: 1px solid var(--pf-line);
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1.15fr .75fr .72fr 1fr;
    gap: 14px;
    align-items: center;
    background: rgba(11, 27, 30, .9);
}

.pfish-custom-copy {
    display: grid;
    gap: 3px;
}

.pfish-custom-copy strong {
    color: var(--pf-cream);
    font-size: 20px;
}

.pfish-custom-copy p {
    margin: 3px 0 0;
    color: var(--pf-muted);
    font-size: 11px;
}

.pfish-quantity-control {
    height: 62px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 54px 1fr 54px;
    overflow: hidden;
}

.pfish-quantity-control button {
    border: 0;
    background: rgba(255, 255, 255, .05);
    color: var(--pf-gold-light);
    font-size: 25px;
    cursor: pointer;
}

.pfish-quantity-control button:disabled,
.pfish-advance:disabled {
    opacity: .42;
    cursor: not-allowed;
}

.pfish-quantity-control input {
    width: 100%;
    min-width: 0;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    outline: 0;
    background: transparent;
    color: white;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    -moz-appearance: textfield;
}

.pfish-quantity-control input::-webkit-outer-spin-button,
.pfish-quantity-control input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.pfish-quote-box {
    display: grid;
    justify-items: start;
}

.pfish-quote-box small {
    color: #5cdb9a;
    font-size: 10px;
    font-weight: 800;
}

.pfish-quote-box strong {
    color: var(--pf-gold-light);
    font-family: Georgia, serif;
    font-size: 27px;
    line-height: 1.2;
}

.pfish-quote-box span {
    color: var(--pf-muted);
    font-size: 10px;
}

.pfish-advance {
    width: 100%;
    gap: 12px;
}

.pfish-stock-feedback {
    grid-column: 1 / -1;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(101, 212, 157, .24);
    border-radius: 5px;
    background: rgba(101, 212, 157, .08);
    color: #8ee8ba;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.pfish-stock-feedback[hidden] {
    display: none;
}

.pfish-stock-feedback.is-warning {
    border-color: rgba(230, 184, 79, .38);
    background: rgba(230, 184, 79, .1);
    color: #f0cf80;
}

.pfish-chance-note {
    margin: 18px auto 0;
    color: #7f8c89;
    font-size: 11px;
    text-align: center;
}

.pfish-how-section {
    padding: 92px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.pfish-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pfish-steps article {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    background: rgba(11, 27, 30, .7);
}

.pfish-steps article > span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pf-gold);
    color: #1d170b;
    font-weight: 900;
}

.pfish-steps h3 {
    margin: 18px 0 7px;
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 400;
}

.pfish-steps p {
    margin: 0;
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-community-section {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 92px;
    padding: 36px;
    border: 1px solid rgba(32, 173, 105, .35);
    border-radius: 7px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 25px;
    align-items: center;
    background: linear-gradient(120deg, rgba(11, 54, 41, .75), rgba(8, 27, 27, .9));
}

.pfish-community-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pf-green);
}

.pfish-community-icon svg,
.pfish-floating-social svg,
.pfish-footer-social svg,
.pfish-whatsapp-benefit svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pfish-community-section .pfish-eyebrow {
    margin-bottom: 5px;
    color: #6de0a7;
}

.pfish-community-section .pfish-eyebrow::before {
    display: none;
}

.pfish-community-section h2 {
    font-size: 37px;
}

.pfish-community-section p:last-child {
    max-width: 720px;
    margin: 8px 0 0;
    color: #b7c4c0;
    font-size: 13px;
}

.pfish-community-section > span {
    padding: 9px 14px;
    border: 1px solid rgba(109, 224, 167, .35);
    border-radius: 999px;
    color: #86e5b3;
    font-size: 10px;
    font-weight: 800;
}

.pfish-legal-section {
    padding: 36px 0 78px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    color: #8f9a97;
    font-size: 12px;
}

.pfish-legal-section strong {
    color: #d8ddda;
    font-size: 15px;
}

.pfish-legal-section p {
    margin: 8px 0 0;
}

.pfish-legal-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pfish-legal-section li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.pfish-legal-section a {
    color: var(--pf-gold-light);
    text-decoration: underline;
}

.pfish-footer {
    min-height: 150px;
    padding: 34px max(24px, calc((100vw - 1180px) / 2));
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 30px;
    align-items: center;
    background: #04090a;
}

.pfish-footer-copy {
    display: grid;
    justify-items: center;
    gap: 7px;
}

.pfish-footer-copy > p {
    margin: 0;
    color: #7f8987;
    font-size: 11px;
    text-align: center;
}

.pfish-privacy-preferences {
    padding: 0;
    border: 0;
    background: transparent;
    color: #b9c3c1;
    font: inherit;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.pfish-footer-social {
    display: flex;
    gap: 10px;
}

.pfish-footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.pfish-footer-social svg {
    width: 20px;
    height: 20px;
}

.pfish-floating-social {
    position: fixed !important;
    z-index: 999990 !important;
    right: max(18px, env(safe-area-inset-right)) !important;
    bottom: max(20px, env(safe-area-inset-bottom)) !important;
    display: grid !important;
    gap: 8px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    isolation: isolate;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pfish-floating-social,
.pfish-floating-social * {
    box-sizing: border-box;
}

.pfish-floating-social a {
    min-width: 116px;
    min-height: 45px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    gap: 8px;
    visibility: visible !important;
    opacity: 1 !important;
    color: white !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    pointer-events: auto;
}

.pfish-floating-social .is-whatsapp {
    background: #1fa866;
}

.pfish-floating-social .is-instagram {
    background: #c83176;
}

.pfish-floating-social .is-unconfigured {
    cursor: pointer;
}

.pfish-floating-social svg {
    display: block !important;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    visibility: visible !important;
    opacity: 1 !important;
    color: white !important;
    fill: none !important;
    stroke: currentColor !important;
}

.pfish-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    color: var(--pf-text);
}

.pfish-modal.is-open {
    display: grid;
    place-items: center;
}

body.pfish-modal-open {
    overflow: hidden;
}

.pfish-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 5, 6, .82);
    backdrop-filter: blur(5px);
}

.pfish-checkout {
    position: relative;
    z-index: 2;
    width: min(640px, calc(100% - 28px));
    max-height: calc(100vh - 28px);
    overflow: auto;
    border: 1px solid rgba(230, 184, 79, .27);
    border-radius: 12px;
    background: #0b1719;
    box-shadow: 0 24px 90px rgba(0, 0, 0, .6);
}

.pfish-modal-close {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #aab3b1;
    font-size: 32px;
    cursor: pointer;
}

.pfish-checkout-step {
    display: none;
    padding: 34px;
}

.pfish-checkout-step.is-active {
    display: block;
}

.pfish-checkout header {
    padding-right: 35px;
}

.pfish-checkout h2 {
    margin-top: 4px;
    font-size: 36px;
}

.pfish-checkout header > p {
    margin: 7px 0 0;
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-order-summary {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgba(230, 184, 79, .28);
    border-radius: 6px;
    display: flex;
    gap: 14px;
    background: rgba(230, 184, 79, .07);
}

.pfish-order-summary > span {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pf-gold);
    color: #161106;
    font-weight: 900;
}

.pfish-order-summary > div {
    display: grid;
}

.pfish-order-summary strong {
    color: var(--pf-cream);
    font-size: 16px;
}

.pfish-order-summary em {
    color: #9ca7a4;
    font-size: 11px;
    font-style: normal;
}

.pfish-upsell {
    position: relative;
    margin-top: 14px;
    padding: 17px;
    border: 1px solid rgba(32, 173, 105, .42);
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 15px;
    background: rgba(19, 75, 54, .32);
}

.pfish-upsell[hidden] {
    display: none;
}

.pfish-upsell small {
    color: #69dda5;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.pfish-upsell strong {
    display: block;
    color: var(--pf-cream);
    font-size: 18px;
}

.pfish-upsell p {
    margin: 3px 0 0;
    color: #b8c5c1;
    font-size: 12px;
}

.pfish-upsell > span {
    align-self: start;
    padding: 5px 9px;
    border-radius: 999px;
    background: #1fa866;
    color: white;
    font-size: 10px;
    font-weight: 900;
}

.pfish-upsell button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 38px;
    border: 1px solid #55c990;
    border-radius: 4px;
    background: transparent;
    color: #8ee9b8;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.pfish-checkout-form {
    display: grid;
    gap: 13px;
    margin-top: 18px;
}

.pfish-checkout-form label {
    display: grid;
    gap: 5px;
    color: #d8dcd9;
    font-size: 12px;
    font-weight: 700;
}

.pfish-checkout-form label small {
    color: #7f8b88;
    font-weight: 400;
}

.pfish-checkout-form input[type="text"],
.pfish-checkout-form input[type="tel"],
.pfish-checkout-form input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    outline: 0;
    background: #0e2023;
    color: white;
    font-size: 14px;
}

.pfish-checkout-form input:focus {
    border-color: var(--pf-gold);
    box-shadow: 0 0 0 3px rgba(230, 184, 79, .1);
}

.pfish-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pfish-consent {
    grid-template-columns: 18px 1fr !important;
    gap: 9px !important;
    align-items: start;
    color: #9ba7a4 !important;
    font-weight: 400 !important;
    line-height: 1.45;
}

.pfish-consent input {
    margin-top: 3px;
}

.pfish-consent-links {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.pfish-consent-links a {
    color: var(--pf-gold-light);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pfish-submit-order {
    width: 100%;
    justify-content: space-between;
}

.pfish-form-error {
    min-height: 0;
    margin: 0;
    color: #ff9c91;
    font-size: 12px;
    text-align: center;
}

.pfish-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.pfish-payment-value {
    margin: 25px 0 16px;
    display: grid;
    justify-items: center;
}

.pfish-payment-value strong {
    color: var(--pf-gold-light);
    font-family: Georgia, serif;
    font-size: 38px;
}

.pfish-qr-image {
    width: 220px;
    height: 220px;
    margin: 12px auto;
    border: 10px solid white;
    border-radius: 6px;
    display: block;
    object-fit: contain;
}

.pfish-demo-payment {
    margin: 15px 0;
    padding: 16px;
    border: 1px solid rgba(230, 184, 79, .3);
    border-radius: 5px;
    background: rgba(230, 184, 79, .07);
    text-align: center;
}

.pfish-demo-payment strong {
    color: var(--pf-gold-light);
}

.pfish-demo-payment p {
    margin: 4px 0 0;
    color: var(--pf-muted);
    font-size: 12px;
}

.pfish-pix-code {
    display: grid;
    gap: 8px;
}

.pfish-pix-code textarea {
    width: 100%;
    height: 76px;
    padding: 10px;
    resize: none;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
    background: #081113;
    color: #9fa9a6;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.pfish-pix-code button,
.pfish-demo-confirm {
    min-height: 46px;
    border: 1px solid var(--pf-gold);
    border-radius: 4px;
    background: var(--pf-gold);
    color: #1b1508;
    font-weight: 900;
    cursor: pointer;
}

.pfish-payment-status {
    margin: 18px 0;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .04);
}

.pfish-payment-status > span {
    width: 19px;
    height: 19px;
    border: 2px solid rgba(230, 184, 79, .3);
    border-top-color: var(--pf-gold);
    border-radius: 50%;
    animation: pfish-spin .9s linear infinite;
}

.pfish-payment-status p {
    margin: 0;
    display: grid;
}

.pfish-payment-status strong {
    font-size: 13px;
}

.pfish-payment-status small {
    color: var(--pf-muted);
    font-size: 10px;
}

.pfish-demo-confirm {
    width: 100%;
    margin-bottom: 8px;
}

.pfish-text-button {
    width: 100%;
    padding: 10px;
    border: 0;
    background: transparent;
    color: #9ba6a3;
    font-size: 11px;
    cursor: pointer;
}

.pfish-checkout-step[data-checkout-step="success"] {
    text-align: center;
}

.pfish-terminal-step {
    text-align: center;
}

.pfish-terminal-step > p {
    margin: 12px auto 24px;
    max-width: 460px;
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-terminal-step .pfish-primary-button {
    width: 100%;
}

.pfish-terminal-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 17px;
    border: 2px solid var(--pf-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--pf-gold-light);
    font-family: Georgia, serif;
    font-size: 34px;
}

.pfish-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 17px;
    border: 2px solid #47d38b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #52de94;
    font-size: 36px;
}

.pfish-checkout-step[data-checkout-step="success"] h2 {
    margin-top: 5px;
}

.pfish-checkout-step[data-checkout-step="success"] > p {
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-number-sample {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.pfish-number-sample span {
    padding: 11px 5px;
    border: 1px solid rgba(230, 184, 79, .35);
    border-radius: 3px;
    background: rgba(230, 184, 79, .05);
    color: var(--pf-gold-light);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
}

.pfish-number-remaining {
    color: #899491 !important;
    font-size: 11px !important;
}

.pfish-buyer-result {
    margin-top: 19px;
    padding: 18px;
    border: 1px solid rgba(230, 184, 79, .28);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: left;
}

.pfish-buyer-result > div {
    display: grid;
}

.pfish-buyer-result strong {
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 21px;
}

.pfish-buyer-result span {
    color: #8e9996;
    font-size: 10px;
}

.pfish-whatsapp-benefit {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid rgba(32, 173, 105, .35);
    border-radius: 5px;
    display: flex;
    gap: 12px;
    align-items: center;
    background: rgba(32, 173, 105, .08);
    text-align: left;
}

.pfish-whatsapp-benefit svg {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    color: #4bd68e;
}

.pfish-whatsapp-benefit strong {
    color: #dff8ea;
    font-size: 14px;
}

.pfish-whatsapp-benefit p {
    margin: 2px 0 0;
    color: #9eb2a8;
    font-size: 11px;
}

.pfish-community-button {
    width: 100%;
    margin-top: 12px;
    background: #20ad69;
    color: white !important;
}

.pfish-receipt-button {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border: 1px solid rgba(230, 184, 79, .5);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pf-gold-light) !important;
    font-size: 12px;
    font-weight: 800;
}

.pfish-community-pending {
    margin-bottom: 0;
    color: #7e8a86 !important;
    font-size: 10px !important;
}

.pfish-empty {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #ddd;
    background: white;
    color: #222;
    text-align: center;
}

@keyframes pfish-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
    .pfish-header {
        width: calc(100% - 32px);
        min-height: 82px;
        grid-template-columns: 1fr auto;
    }

    .pfish-nav,
    .pfish-header-cta {
        display: none;
    }

    .pfish-brand strong {
        font-size: 18px;
    }

    .pfish-hero {
        width: calc(100% - 32px);
        min-height: 0;
        padding: 16px 0 30px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pfish-hero-media {
        order: 2;
    }

    .pfish-hero-copy {
        order: 1;
    }

    .pfish-gallery-thumbs {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(112px, 32%);
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: none;
    }

    .pfish-gallery-thumbs::-webkit-scrollbar {
        display: none;
    }

    .pfish-gallery-thumbs button {
        scroll-snap-align: start;
    }

    .pfish-leader-overlay {
        position: relative;
        inset: auto;
        max-width: none;
        min-height: 62px;
        margin-top: 12px;
    }

    .pfish-package-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pfish-hero h1 {
        font-size: clamp(36px, 9vw, 48px);
    }

    .pfish-trust-strip,
    .pfish-prize-section,
    .pfish-leader-section,
    .pfish-packages-section,
    .pfish-how-section,
    .pfish-community-section,
    .pfish-legal-section,
    .pfish-closed-notice {
        width: calc(100% - 32px);
    }

    .pfish-trust-strip {
        grid-template-columns: 1fr;
    }

    .pfish-trust-strip div {
        padding: 12px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .pfish-prize-section {
        padding: 65px 0 50px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pfish-leader-section {
        grid-template-columns: auto 1fr;
    }

    .pfish-current-leader {
        grid-column: 1 / -1;
    }

    .pfish-packages-section .pfish-leader-section {
        grid-template-columns: 44px minmax(0, 1fr) minmax(180px, .42fr);
    }

    .pfish-packages-section .pfish-current-leader {
        grid-column: auto;
    }

    .pfish-custom-quantity {
        grid-template-columns: 1fr 1fr;
    }

    .pfish-custom-copy {
        grid-column: 1 / -1;
    }

    .pfish-advance {
        grid-column: 1 / -1;
    }

    .pfish-community-section {
        grid-template-columns: auto 1fr;
    }

    .pfish-community-section > span {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .pfish-app {
        font-size: 15px;
    }

    .pfish-header {
        min-height: 64px;
    }

    .pfish-brand-mark {
        width: 36px;
        height: 36px;
        font-size: 10px;
    }

    .pfish-brand strong {
        font-size: 14px;
    }

    .pfish-brand small {
        font-size: 6px;
    }

    .pfish-hero {
        width: calc(100% - 24px);
        padding: 10px 0 22px;
        gap: 13px;
    }

    .pfish-gallery-stage {
        aspect-ratio: 16 / 10;
    }

    .pfish-gallery-item img {
        object-position: center;
    }

    .pfish-gallery-count {
        top: 10px;
        right: 10px;
    }

    .pfish-gallery-arrow {
        right: 10px;
        bottom: 10px;
        width: 39px;
        height: 39px;
    }

    .pfish-gallery-arrow.is-prev {
        right: 55px;
    }

    .pfish-leader-overlay {
        display: none;
    }

    .pfish-gallery-arrow {
        display: none;
    }

    .pfish-demo-badge {
        margin-bottom: 8px;
        padding: 5px 7px;
        font-size: 7px;
    }

    .pfish-hero h1 {
        font-size: clamp(30px, 9vw, 38px);
        letter-spacing: -.025em;
    }

    .pfish-hero h1 em {
        margin-top: 8px;
        padding: 7px 9px 6px;
        font-size: 9px;
    }

    .pfish-lead {
        margin: 12px 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .pfish-benefits {
        grid-template-columns: 1fr 1fr;
        gap: 7px 9px;
        margin-bottom: 16px;
        font-size: 9px;
        line-height: 1.35;
    }

    .pfish-benefits li {
        min-height: 18px;
        padding-left: 23px;
    }

    .pfish-benefits li::before {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }

    .pfish-primary-button {
        width: 100%;
        min-height: 48px;
        font-size: 12px;
    }

    .pfish-gallery-thumbs {
        gap: 6px;
        margin-top: 7px;
    }

    .pfish-gallery-thumbs button {
        min-height: 67px;
        padding: 3px;
        gap: 3px;
        font-size: 7px;
    }

    .pfish-trust-strip,
    .pfish-prize-section,
    .pfish-leader-section,
    .pfish-packages-section,
    .pfish-how-section,
    .pfish-community-section,
    .pfish-legal-section,
    .pfish-closed-notice {
        width: calc(100% - 24px);
    }

    .pfish-closed-notice {
        margin-bottom: 58px;
        padding: 28px 20px;
    }

    .pfish-closed-notice h2 {
        font-size: 36px;
    }

    .pfish-prize-section h2,
    .pfish-section-heading h2 {
        font-size: 22px;
        line-height: 1.08;
    }

    .pfish-prize-section {
        padding: 32px 0 25px;
        gap: 9px;
    }

    .pfish-prize-section > p {
        font-size: 13px;
        line-height: 1.5;
    }

    .pfish-prize-section .pfish-eyebrow,
    .pfish-section-heading .pfish-eyebrow {
        margin-bottom: 7px;
        font-size: 8px;
    }

    .pfish-leader-section {
        margin-bottom: 55px;
        padding: 23px 18px;
        grid-template-columns: 1fr;
    }

    .pfish-leader-icon {
        width: 52px;
        height: 52px;
    }

    .pfish-leader-message h2 {
        font-size: 32px;
    }

    .pfish-current-leader {
        grid-column: auto;
    }

    .pfish-packages-section {
        padding: 18px 0 45px;
        border-top: 0;
    }

    .pfish-section-heading {
        margin-bottom: 10px;
        text-align: left;
    }

    .pfish-section-heading > p:last-child {
        margin-top: 4px;
        font-size: 9px;
    }

    .pfish-packages-section .pfish-leader-section {
        margin-bottom: 9px;
        padding: 10px;
        grid-template-columns: 34px minmax(0, 1fr) minmax(92px, .42fr);
        gap: 8px;
    }

    .pfish-packages-section .pfish-leader-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .pfish-packages-section .pfish-leader-message > p:first-child {
        margin-bottom: 2px;
        font-size: 6px;
        letter-spacing: .1em;
    }

    .pfish-packages-section .pfish-leader-message h2 {
        font-size: 17px;
        line-height: 1.05;
    }

    .pfish-packages-section .pfish-leader-message > p:last-child {
        display: none;
    }

    .pfish-packages-section .pfish-current-leader {
        grid-column: auto;
        padding: 7px 8px;
    }

    .pfish-packages-section .pfish-current-leader small {
        font-size: 6px;
        letter-spacing: .08em;
    }

    .pfish-packages-section .pfish-current-leader strong {
        overflow: hidden;
        margin-top: 1px;
        font-size: 12px;
        line-height: 1.15;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pfish-packages-section .pfish-current-leader span {
        font-size: 8px;
    }

    .pfish-packages-section .pfish-current-leader em {
        display: none;
    }

    .pfish-package-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .pfish-package-card {
        min-height: 118px;
        padding: 20px 6px 8px;
    }

    .pfish-package-label {
        min-width: 0;
        width: calc(100% - 10px);
        padding: 4px 3px;
        font-size: 6px;
        white-space: nowrap;
    }

    .pfish-package-card > strong {
        font-size: 28px;
    }

    .pfish-package-card > b {
        margin-top: 4px;
        font-size: 13px;
    }

    .pfish-package-card > em {
        font-size: 7px;
    }

    .pfish-select-text {
        margin-top: 4px;
        font-size: 7px;
    }

    .pfish-custom-quantity {
        margin-top: 8px;
        padding: 11px;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .pfish-custom-copy {
        gap: 1px;
    }

    .pfish-custom-copy small {
        font-size: 7px;
    }

    .pfish-custom-copy strong {
        font-size: 15px;
    }

    .pfish-custom-copy p {
        display: none;
    }

    .pfish-quantity-control {
        height: 50px;
        grid-template-columns: 39px 1fr 39px;
    }

    .pfish-quote-box strong {
        font-size: 19px;
    }

    .pfish-quote-box small,
    .pfish-quote-box span {
        font-size: 7px;
    }

    .pfish-trust-strip {
        padding: 6px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pfish-trust-strip div {
        min-width: 0;
        padding: 5px 6px;
        border-right: 1px solid rgba(255, 255, 255, .08);
        border-bottom: 0;
    }

    .pfish-trust-strip small {
        font-size: 6px;
        letter-spacing: .08em;
    }

    .pfish-trust-strip strong {
        overflow: hidden;
        font-size: 8px;
        line-height: 1.25;
        text-overflow: ellipsis;
    }

    .pfish-how-section {
        padding: 62px 0;
    }

    .pfish-steps {
        grid-template-columns: 1fr;
    }

    .pfish-community-section {
        margin-bottom: 58px;
        padding: 22px 18px;
        grid-template-columns: 1fr;
    }

    .pfish-community-icon {
        width: 52px;
        height: 52px;
    }

    .pfish-community-section h2 {
        font-size: 32px;
    }

    .pfish-legal-section {
        padding-bottom: 55px;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .pfish-footer {
        padding: 32px 18px 100px;
        grid-template-columns: 1fr auto;
    }

    .pfish-footer-copy {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-items: start;
    }

    .pfish-footer-copy > p {
        text-align: left;
    }

    .pfish-floating-social {
        right: max(10px, env(safe-area-inset-right)) !important;
        top: auto !important;
        bottom: max(12px, env(safe-area-inset-bottom)) !important;
        gap: 7px;
        transform: none !important;
    }

    .pfish-floating-social a {
        min-width: 46px;
        width: 46px;
        min-height: 46px;
        height: 46px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
        font-size: 11px;
    }

    .pfish-floating-social span {
        display: none !important;
    }

    .pfish-modal.is-open {
        align-items: end;
    }

    .pfish-checkout {
        width: 100%;
        max-height: 96dvh;
        border-radius: 16px 16px 0 0;
    }

    .pfish-checkout-step {
        padding: 25px 17px calc(22px + env(safe-area-inset-bottom));
    }

    .pfish-checkout h2 {
        font-size: 30px;
    }

    .pfish-order-summary {
        margin-top: 18px;
        padding: 14px;
    }

    .pfish-upsell {
        padding: 14px;
    }

    .pfish-field-row {
        grid-template-columns: 1fr;
    }

    .pfish-number-sample {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .pfish-number-sample span {
        padding: 9px 2px;
        font-size: 11px;
    }
}

.pfish-home,
.pfish-home * {
    box-sizing: border-box;
}

body.pfish-home-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #061b2b !important;
}

.pfish-home {
    --pf-bg: #061b2b;
    --pf-bg-soft: #08283a;
    --pf-panel: #0b3042;
    --pf-panel-2: #104052;
    --pf-gold: #d79a2d;
    --pf-gold-light: #f1cb72;
    --pf-cream: #f7e7c7;
    --pf-text: #fffaf0;
    --pf-muted: #b6c8cf;
    --pf-line: rgba(241, 203, 114, .28);
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    color: var(--pf-text);
    background:
        radial-gradient(circle at 75% 4%, rgba(12, 112, 139, .3), transparent 35rem),
        radial-gradient(circle at 10% 18%, rgba(197, 94, 50, .11), transparent 26rem),
        linear-gradient(180deg, #04131f 0%, var(--pf-bg) 56%, #03111b 100%);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.pfish-home a {
    color: inherit;
    text-decoration: none;
}

.pfish-home-header {
    width: min(1180px, calc(100% - 48px));
    min-height: 92px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
}

.pfish-home-header nav {
    display: flex;
    align-items: center;
    gap: 34px;
    color: #c7cecb;
    font-size: 13px;
}

.pfish-home-header nav a:hover {
    color: var(--pf-gold-light);
}

.pfish-home-header-cta {
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid rgba(230, 184, 79, .55);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-self: end;
    color: var(--pf-cream) !important;
    font-size: 13px;
    font-weight: 900;
}

.pfish-home-hero {
    width: min(1180px, calc(100% - 48px));
    min-height: 660px;
    margin: 0 auto;
    padding: 72px 0;
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    align-items: center;
    gap: 68px;
}

.pfish-home-kicker {
    margin: 0 0 22px;
    color: var(--pf-gold-light);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .23em;
}

.pfish-home-hero h1 {
    max-width: 560px;
    margin: 0;
    color: var(--pf-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5.3vw, 78px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .98;
}

.pfish-home-hero-copy > p:not(.pfish-home-kicker) {
    max-width: 535px;
    margin: 28px 0 0;
    color: var(--pf-muted);
    font-size: 16px;
}

.pfish-home-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.pfish-home-primary,
.pfish-home-secondary {
    min-height: 52px;
    padding: 0 23px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    font-weight: 900;
}

.pfish-home-primary {
    background: linear-gradient(100deg, #b98125, #f1ce69 55%, #d4a53f);
    color: #1c160b !important;
}

.pfish-home-primary span {
    font-size: 20px;
}

.pfish-home-secondary {
    border: 1px solid rgba(255, 255, 255, .15);
    color: #d8dcda !important;
}

.pfish-home-trust {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: #aeb8b5;
    font-size: 11px;
}

.pfish-home-trust span::before {
    content: "✓";
    margin-right: 7px;
    color: var(--pf-gold);
}

.pfish-home-featured {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(230, 184, 79, .38);
    border-radius: 7px;
    display: block;
    background: #0b191b;
}

.pfish-home-featured::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 8, 10, .02) 35%, rgba(2, 8, 10, .92) 100%);
}

.pfish-home-featured img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.pfish-home-featured:hover img {
    transform: scale(1.025);
}

.pfish-home-featured-status {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--pf-gold);
    color: #1e1708;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
}

.pfish-home-featured-copy {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: grid;
    gap: 6px;
}

.pfish-home-featured-copy small {
    color: var(--pf-gold-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
}

.pfish-home-featured-copy strong {
    max-width: 570px;
    color: white;
    font-family: Georgia, serif;
    font-size: 33px;
    line-height: 1.08;
}

.pfish-home-featured-copy em {
    margin-top: 5px;
    color: #e1e5e2;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.pfish-home-featured.is-empty {
    background:
        radial-gradient(circle at 65% 15%, rgba(230, 184, 79, .14), transparent 15rem),
        linear-gradient(145deg, #102629, #071113);
}

.pfish-home-campaigns {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.pfish-home-campaigns.is-past {
    padding-top: 78px;
}

.pfish-home-section-heading {
    margin-bottom: 40px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
}

.pfish-home-section-heading .pfish-home-kicker {
    margin-bottom: 13px;
}

.pfish-home-section-heading h2,
.pfish-home-process h2 {
    margin: 0;
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: clamp(40px, 4.3vw, 62px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1;
}

.pfish-home-section-heading > span {
    padding: 8px 13px;
    border: 1px solid rgba(230, 184, 79, .28);
    border-radius: 999px;
    color: var(--pf-gold-light);
    font-size: 10px;
    font-weight: 800;
}

.pfish-home-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pfish-home-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 7px;
    background: linear-gradient(155deg, rgba(16, 37, 40, .96), rgba(6, 15, 17, .98));
}

.pfish-home-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: block;
}

.pfish-home-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 10, 12, .56));
}

.pfish-home-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.pfish-home-card:hover .pfish-home-card-media img {
    transform: scale(1.035);
}

.pfish-home-card-media > span {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 13px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #25ad6d;
    color: white;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.pfish-home-card.is-past .pfish-home-card-media > span {
    background: #586462;
}

.pfish-home-card-body {
    padding: 22px;
}

.pfish-home-card-body > small {
    color: var(--pf-gold-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pfish-home-card-body h3 {
    min-height: 58px;
    margin: 9px 0 0;
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
}

.pfish-home-card-body > p {
    min-height: 62px;
    margin: 13px 0 0;
    color: #9eaaa7;
    font-size: 12px;
}

.pfish-home-card-action {
    margin-top: 19px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
}

.pfish-home-card-action > span {
    display: grid;
}

.pfish-home-card-action small {
    color: #82908c;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .07em;
}

.pfish-home-card-action strong {
    color: var(--pf-gold-light);
    font-family: Georgia, serif;
    font-size: 21px;
}

.pfish-home-card-action > a {
    color: #f3f1e9;
    font-size: 11px;
    font-weight: 900;
}

.pfish-home-empty {
    padding: 42px;
    border: 1px dashed rgba(230, 184, 79, .25);
    border-radius: 7px;
    background: rgba(10, 24, 27, .55);
    text-align: center;
}

.pfish-home-empty strong {
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 24px;
}

.pfish-home-empty p {
    margin: 8px 0 0;
    color: var(--pf-muted);
    font-size: 13px;
}

.pfish-home-process {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 90px;
    padding: 55px;
    border: 1px solid rgba(230, 184, 79, .24);
    border-radius: 8px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    background: linear-gradient(140deg, rgba(18, 45, 46, .84), rgba(7, 18, 20, .94));
}

.pfish-home-process ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

.pfish-home-process li {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
}

.pfish-home-process li:last-child {
    border-bottom: 0;
}

.pfish-home-process b {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pf-gold);
    color: #211908;
}

.pfish-home-process li > span {
    display: grid;
}

.pfish-home-process strong {
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: 20px;
}

.pfish-home-process small {
    color: var(--pf-muted);
    font-size: 11px;
}

.pfish-home-footer {
    min-height: 150px;
    padding: 34px max(24px, calc((100vw - 1180px) / 2));
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    background: #040a0c;
}

.pfish-home-footer > p {
    margin: 0;
    color: #7f8b88;
    font-size: 10px;
    text-align: center;
}

.pfish-home-social {
    justify-self: end;
    display: flex;
    gap: 9px;
}

.pfish-home-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.pfish-home-social svg {
    width: 19px;
    height: 19px;
}

@media (max-width: 900px) {
    .pfish-home-header {
        width: calc(100% - 32px);
        min-height: 80px;
        grid-template-columns: 1fr auto;
    }

    .pfish-home-header nav {
        display: none;
    }

    .pfish-home-hero {
        width: calc(100% - 32px);
        padding: 30px 0 65px;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .pfish-home-featured {
        min-height: 490px;
        order: initial;
    }

    .pfish-home-campaigns,
    .pfish-home-process {
        width: calc(100% - 32px);
    }

    .pfish-home-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pfish-home-process {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pfish-home-footer {
        grid-template-columns: 1fr auto;
    }

    .pfish-home-footer > p {
        grid-column: 1 / -1;
        grid-row: 2;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .pfish-home {
        font-size: 15px;
    }

    .pfish-home-header {
        width: calc(100% - 24px);
    }

    .pfish-home-header-cta {
        min-height: 40px;
        padding: 0 14px;
        font-size: 10px;
    }

    .pfish-home-hero {
        width: calc(100% - 24px);
        padding-top: 14px;
    }

    .pfish-home-featured {
        min-height: 410px;
    }

    .pfish-home-featured-status {
        top: 12px;
        left: 12px;
    }

    .pfish-home-featured-copy {
        right: 17px;
        bottom: 17px;
        left: 17px;
    }

    .pfish-home-featured-copy strong {
        font-size: 28px;
    }

    .pfish-home-hero h1 {
        font-size: clamp(40px, 12vw, 54px);
    }

    .pfish-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pfish-home-primary,
    .pfish-home-secondary {
        width: 100%;
    }

    .pfish-home-trust {
        display: grid;
        gap: 9px;
    }

    .pfish-home-campaigns {
        width: calc(100% - 24px);
        padding: 70px 0;
    }

    .pfish-home-section-heading {
        align-items: start;
        flex-direction: column;
    }

    .pfish-home-section-heading h2,
    .pfish-home-process h2 {
        font-size: 42px;
    }

    .pfish-home-card-grid {
        grid-template-columns: 1fr;
    }

    .pfish-home-card-body h3,
    .pfish-home-card-body > p {
        min-height: 0;
    }

    .pfish-home-process {
        width: calc(100% - 24px);
        margin-bottom: 65px;
        padding: 29px 20px;
    }

    .pfish-home-process li {
        padding: 13px 0;
    }

    .pfish-home-footer {
        padding: 32px 18px 45px;
        grid-template-columns: 1fr;
    }

    .pfish-home-social {
        justify-self: start;
    }

    .pfish-home-footer > p {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pfish-app *,
    .pfish-app *::before,
    .pfish-app *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.pfish-tracking-consent {
    position: fixed;
    z-index: 10020;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(920px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid rgba(230, 184, 79, .55);
    border-radius: 14px;
    background: rgba(5, 17, 19, .98);
    color: #f6f1e4;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .48);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pfish-tracking-consent[hidden] {
    display: none !important;
}

.pfish-tracking-consent strong {
    display: block;
    margin-bottom: 4px;
    color: #f0cf76;
    font-size: 15px;
}

.pfish-tracking-consent p {
    margin: 0;
    color: #bdc8c5;
    font-size: 13px;
    line-height: 1.45;
}

.pfish-tracking-consent a {
    display: inline-block;
    margin-top: 5px;
    color: #e6b84f;
    font-size: 12px;
}

.pfish-tracking-consent-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.pfish-tracking-consent button {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #415052;
    border-radius: 9px;
    background: transparent;
    color: #d9e1df;
    font-weight: 750;
    cursor: pointer;
}

.pfish-tracking-consent button:last-child {
    border-color: #e6b84f;
    background: #e6b84f;
    color: #161204;
}

@media (max-width: 640px) {
    .pfish-tracking-consent {
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        left: 10px;
        display: block;
        width: calc(100% - 20px);
        padding: 16px;
    }

    .pfish-tracking-consent-actions {
        margin-top: 12px;
    }

    .pfish-tracking-consent button {
        flex: 1;
        padding: 0 10px;
    }
}

/* ===== Premium Fish 0.4.0 — Área do participante e acessibilidade ===== */
.pfish-nav button,
.pfish-my-tickets-button,
.pfish-home-secondary {
    appearance: none;
    font: inherit;
    cursor: pointer;
}

.pfish-nav button,
.pfish-my-tickets-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
}

.pfish-nav a,
.pfish-nav button {
    text-decoration: none;
    transition: color .18s ease;
}

.pfish-nav button:hover,
.pfish-nav button:focus-visible {
    color: var(--pf-gold-light);
}

.pfish-home-secondary {
    background: transparent;
}

.pfish-customer-portal {
    position: relative;
    z-index: 2;
    width: min(920px, calc(100% - 28px));
    max-height: calc(100dvh - 28px);
    overflow: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(230, 184, 79, .3);
    border-radius: 14px;
    background: #0b1719;
    color: var(--pf-text);
    box-shadow: 0 24px 90px rgba(0, 0, 0, .62);
}

.pfish-portal-step {
    display: none;
    padding: 38px;
}

.pfish-portal-step.is-active {
    display: block;
}

.pfish-portal-step > header {
    padding-right: 44px;
}

.pfish-portal-step header > small,
.pfish-portal-dashboard-header small {
    color: var(--pf-gold-light);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.pfish-portal-step h2 {
    margin: 7px 0 0;
    color: var(--pf-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 5vw, 45px);
    line-height: 1.05;
}

.pfish-portal-step header p {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--pf-muted);
    font-size: 14px;
    line-height: 1.55;
}

.pfish-portal-step form {
    max-width: 520px;
    margin-top: 26px;
}

.pfish-portal-step label {
    display: grid;
    gap: 8px;
    color: #dce3e1;
    font-size: 13px;
    font-weight: 800;
}

.pfish-portal-step input {
    width: 100%;
    min-height: 53px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    outline: 0;
    background: #071214;
    color: #fff9ea;
    font-size: 17px;
}

.pfish-portal-step input:focus {
    border-color: var(--pf-gold);
    box-shadow: 0 0 0 3px rgba(230, 184, 79, .16);
}

.pfish-portal-step form .pfish-primary-button {
    margin-top: 14px;
}

.pfish-portal-security {
    margin: 12px 0 0;
    color: #9eaaa7;
    font-size: 12px;
    line-height: 1.5;
}

.pfish-text-button {
    min-height: 42px;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: var(--pf-gold-light);
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.pfish-form-error.is-success {
    color: #8cdeb5;
}

.pfish-portal-dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-right: 44px;
}

.pfish-portal-dashboard-header p {
    margin-top: 5px;
}

.pfish-portal-summary {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.pfish-portal-summary > div {
    min-height: 92px;
    padding: 17px;
    border: 1px solid rgba(230, 184, 79, .17);
    border-radius: 9px;
    display: grid;
    align-content: center;
    gap: 6px;
    background: rgba(230, 184, 79, .055);
}

.pfish-portal-summary small {
    color: #9eaaa7;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pfish-portal-summary strong {
    color: var(--pf-cream);
    font-size: 24px;
    line-height: 1.1;
}

.pfish-portal-campaigns,
.pfish-portal-orders {
    margin-top: 29px;
}

.pfish-portal-campaigns > h3,
.pfish-portal-orders > h3 {
    margin: 0 0 12px;
    color: var(--pf-cream);
    font-size: 18px;
}

.pfish-portal-campaigns > div,
.pfish-portal-orders > div {
    display: grid;
    gap: 10px;
}

.pfish-portal-campaign-card,
.pfish-portal-order-card {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 9px;
    background: rgba(255, 255, 255, .025);
}

.pfish-portal-campaign-card h4,
.pfish-portal-order-card h4 {
    margin: 0;
    color: var(--pf-cream);
    font-size: 16px;
}

.pfish-portal-campaign-card > p,
.pfish-portal-order-card > p {
    margin: 7px 0;
    color: #bdc7c4;
    font-size: 13px;
}

.pfish-portal-campaign-card > strong {
    display: block;
    color: var(--pf-gold-light);
    font-size: 14px;
}

.pfish-portal-campaign-card > small,
.pfish-portal-order-card > small {
    display: block;
    margin-top: 5px;
    color: #95a19e;
    font-size: 12px;
}

.pfish-portal-campaign-card > div,
.pfish-portal-order-actions {
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pfish-portal-campaign-card a,
.pfish-portal-order-actions a,
.pfish-portal-order-actions button {
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(230, 184, 79, .34);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(230, 184, 79, .08);
    color: #f2d782;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.pfish-portal-order-card > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pfish-portal-order-card > div:first-child span {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #d9e0de;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.pfish-portal-order-card.is-paid > div:first-child span {
    background: rgba(75, 197, 133, .13);
    color: #8cdeb5;
}

.pfish-portal-order-card.is-pending > div:first-child span,
.pfish-portal-order-card.is-awaiting_payment > div:first-child span {
    background: rgba(230, 184, 79, .13);
    color: #f2d782;
}

.pfish-portal-number-list {
    margin-top: 14px;
    padding: 13px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
    gap: 6px;
    background: #071214;
}

.pfish-portal-number-list[hidden] {
    display: none !important;
}

.pfish-portal-number-list span {
    min-height: 35px;
    padding: 0 5px;
    border: 1px solid rgba(230, 184, 79, .18);
    border-radius: 5px;
    display: grid;
    place-items: center;
    color: #f0d784;
    font-size: 12px;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

.pfish-portal-step[aria-busy="true"],
.pfish-portal-step form[aria-busy="true"] {
    cursor: progress;
}

.pfish-app :where(a, button, input, select, textarea):focus-visible,
.pfish-modal :where(a, button, input, select, textarea):focus-visible,
.pfish-tracking-consent :where(a, button):focus-visible {
    outline: 3px solid #f4d372;
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .pfish-customer-portal {
        width: calc(100% - 16px);
        max-height: calc(100dvh - 16px);
        border-radius: 11px;
    }

    .pfish-portal-step {
        padding: 28px 18px 24px;
    }

    .pfish-portal-step > header,
    .pfish-portal-dashboard-header {
        padding-right: 34px;
    }

    .pfish-portal-step h2 {
        font-size: 31px;
    }

    .pfish-portal-step header p {
        font-size: 13px;
    }

    .pfish-portal-summary {
        grid-template-columns: 1fr;
    }

    .pfish-portal-summary > div {
        min-height: 72px;
    }

    .pfish-portal-summary strong {
        font-size: 21px;
    }

    .pfish-portal-dashboard-header {
        display: block;
    }

    .pfish-portal-dashboard-header .pfish-text-button {
        margin-top: 7px;
    }

    .pfish-portal-campaign-card,
    .pfish-portal-order-card {
        padding: 14px;
    }

    .pfish-portal-campaign-card a,
    .pfish-portal-order-actions a,
    .pfish-portal-order-actions button {
        flex: 1 1 145px;
    }

    /* Preserva a densidade visual sem textos ilegíveis. */
    .pfish-brand small { font-size: 9px; }
    .pfish-demo-badge { font-size: 10px; }
    .pfish-hero h1 em { font-size: 11px; }
    .pfish-benefits { font-size: 11px; }
    .pfish-benefits li::before { font-size: 10px; }
    .pfish-gallery-thumbs button { font-size: 10px; }
    .pfish-prize-section .pfish-eyebrow,
    .pfish-section-heading .pfish-eyebrow { font-size: 10px; }
    .pfish-section-heading > p:last-child { font-size: 11px; }
    .pfish-packages-section .pfish-leader-message > p:first-child,
    .pfish-packages-section .pfish-current-leader small,
    .pfish-package-label,
    .pfish-trust-strip small { font-size: 9px; }
    .pfish-packages-section .pfish-current-leader span,
    .pfish-package-card > em,
    .pfish-select-text,
    .pfish-custom-copy small,
    .pfish-quote-box small,
    .pfish-quote-box span,
    .pfish-trust-strip strong { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    .pfish-modal *,
    .pfish-tracking-consent * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.pfish-home-header nav button {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.pfish-home-header nav button:hover,
.pfish-home-header nav button:focus-visible {
    color: var(--pf-gold-light);
}

.pfish-mobile-tickets {
    display: none;
}

@media (max-width: 900px) {
    .pfish-mobile-tickets {
        min-height: 38px;
        padding: 0 13px;
        border: 1px solid rgba(230, 184, 79, .45);
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(230, 184, 79, .07);
        color: var(--pf-cream);
        font-size: 11px;
        font-weight: 850;
        cursor: pointer;
    }
}

/* ===== Premium Fish 0.5.0 — crescimento, ranking e transparência ===== */
.pfish-smart-label {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    max-width: calc(100% - 16px);
    padding: 4px 7px;
    border: 1px solid rgba(101, 212, 157, .4);
    border-radius: 999px;
    background: rgba(9, 42, 31, .92);
    color: #8ee4b8;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pfish-smart-label[hidden] {
    display: none !important;
}

.pfish-package-card.is-smart-choice {
    border-color: rgba(101, 212, 157, .72);
    box-shadow: inset 0 0 0 1px rgba(101, 212, 157, .16);
}

.pfish-package-card.is-experiment-choice {
    border-color: var(--pf-gold-light);
    box-shadow: 0 0 0 2px rgba(230, 184, 79, .18);
}

.pfish-live-board {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 0;
    padding: 24px;
    border: 1px solid rgba(230, 184, 79, .2);
    border-radius: 10px;
    background:
        radial-gradient(circle at 95% 0, rgba(230, 184, 79, .08), transparent 32%),
        linear-gradient(145deg, rgba(13, 33, 36, .98), rgba(5, 16, 18, .98));
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.pfish-live-board-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.pfish-live-board-heading h2 {
    margin: 3px 0 0;
    color: var(--pf-cream);
    font-family: Georgia, serif;
    font-size: clamp(25px, 3.2vw, 38px);
    line-height: 1.08;
}

.pfish-live-board-heading > span {
    flex: 0 0 auto;
    color: var(--pf-muted);
    font-size: 10px;
}

.pfish-live-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.pfish-live-stats article {
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 7px;
    display: grid;
    gap: 3px;
    background: rgba(255, 255, 255, .025);
}

.pfish-live-stats small {
    color: var(--pf-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pfish-live-stats strong {
    overflow: hidden;
    color: var(--pf-gold-light);
    font-family: Georgia, serif;
    font-size: clamp(25px, 4vw, 36px);
    line-height: 1.1;
    text-overflow: ellipsis;
}

.pfish-live-ranking {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
}

.pfish-live-ranking li {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 7px;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .025);
}

.pfish-live-ranking li > b {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(230, 184, 79, .12);
    color: var(--pf-gold-light);
    font-size: 11px;
}

.pfish-live-ranking li > span {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.pfish-live-ranking strong,
.pfish-live-ranking small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pfish-live-ranking strong {
    color: var(--pf-cream);
    font-size: 12px;
}

.pfish-live-ranking small {
    color: var(--pf-muted);
    font-size: 9px;
}

.pfish-public-results {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.pfish-public-results[hidden] {
    display: none !important;
}

.pfish-public-results h3 {
    margin: 0 0 10px;
    color: var(--pf-cream);
    font-size: 16px;
}

.pfish-public-results > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 9px;
}

.pfish-public-results article {
    padding: 14px;
    border: 1px solid rgba(101, 212, 157, .22);
    border-radius: 7px;
    display: grid;
    gap: 3px;
    background: rgba(36, 115, 78, .08);
}

.pfish-public-results article small {
    color: #87dbae;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pfish-public-results article strong {
    color: var(--pf-cream);
    font-size: 15px;
}

.pfish-public-results article span,
.pfish-public-results article a {
    color: var(--pf-muted);
    font-size: 10px;
}

.pfish-public-results article a {
    color: var(--pf-gold-light);
    font-weight: 750;
}

.pfish-recovery-consent {
    margin-top: 7px;
    padding: 10px 11px;
    border: 1px solid rgba(230, 184, 79, .16);
    border-radius: 6px;
    background: rgba(230, 184, 79, .045);
}

@media (max-width: 980px) {
    .pfish-live-ranking {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .pfish-smart-label {
        top: 5px;
        right: 5px;
        padding: 3px 5px;
        font-size: 6px;
    }

    .pfish-live-board {
        width: calc(100% - 16px);
        margin-top: 12px;
        padding: 15px;
        border-radius: 8px;
    }

    .pfish-live-board-heading {
        display: grid;
        gap: 5px;
        margin-bottom: 12px;
    }

    .pfish-live-board-heading h2 {
        font-size: 25px;
    }

    .pfish-live-board-heading > span {
        font-size: 9px;
    }

    .pfish-live-stats {
        gap: 6px;
    }

    .pfish-live-stats article {
        padding: 11px;
    }

    .pfish-live-stats small {
        font-size: 8px;
    }

    .pfish-live-stats strong {
        font-size: 23px;
    }

    .pfish-live-ranking {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .pfish-live-ranking li {
        padding: 9px 10px;
    }

    .pfish-public-results > div {
        grid-template-columns: 1fr;
    }
}

/* Loteria Federal v0.6.0 */
.pfish-lottery-public {
    width: min(1180px, calc(100% - 28px));
    margin: 18px auto;
    padding: clamp(20px, 4vw, 38px);
    border: 1px solid rgba(230, 184, 79, .26);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(230, 184, 79, .07), rgba(8, 23, 25, .96));
}

.pfish-lottery-public-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin: 18px 0;
}

.pfish-lottery-public-grid article {
    display: grid;
    gap: 7px;
    min-height: 84px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.pfish-lottery-public-grid small {
    color: var(--pf-gold-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pfish-lottery-public-grid strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.pfish-lottery-public > p {
    max-width: 900px;
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
}

.pfish-lottery-official-result {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(230, 184, 79, .3);
    border-radius: 8px;
    background: rgba(0, 0, 0, .2);
}

.pfish-lottery-official-result > span {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.pfish-lottery-official-result code {
    padding: 7px 9px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    color: var(--pf-gold-light);
    font-size: 14px;
}

.pfish-lottery-official-result small {
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, .6);
}

.pfish-lottery-official-result a {
    color: var(--pf-gold-light);
    font-weight: 750;
}

@media (max-width: 800px) {
    .pfish-lottery-public-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .pfish-lottery-public {
        width: calc(100% - 16px);
        padding: 17px;
        border-radius: 8px;
    }

    .pfish-lottery-public-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .pfish-lottery-public-grid article {
        min-height: 0;
        padding: 11px;
    }
}

.pfish-lottery-result-hash {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pfish-lottery-calculation {
    margin-top: 18px;
}

.pfish-lottery-calculation h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: clamp(18px, 2.2vw, 24px);
}

.pfish-lottery-calculation-table {
    display: grid;
    gap: 9px;
}

.pfish-lottery-calculation-table > article {
    display: grid;
    grid-template-columns: 1.15fr .8fr .95fr .65fr;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.pfish-lottery-calculation-table > article > div {
    display: grid;
    align-content: start;
    gap: 5px;
}

.pfish-lottery-calculation-table small {
    color: rgba(255, 255, 255, .57);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
}

.pfish-lottery-calculation-table strong,
.pfish-lottery-calculation-table code {
    color: #fff;
    font-size: 13px;
}

.pfish-lottery-calculation-table code {
    width: max-content;
    max-width: 100%;
    padding: 5px 7px;
    border-radius: 4px;
    background: rgba(230, 184, 79, .1);
    color: var(--pf-gold-light);
}

.pfish-lottery-calculation-table p,
.pfish-lottery-calculation-table > article > .pfish-lottery-result-hash {
    grid-column: 1 / -1;
    margin: 0;
}

.pfish-lottery-calculation-table p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.55;
}

@media (max-width: 800px) {
    .pfish-lottery-calculation-table > article {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .pfish-lottery-calculation-table > article {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .pfish-lottery-calculation-table p,
    .pfish-lottery-calculation-table > article > .pfish-lottery-result-hash {
        grid-column: 1;
    }
}

/* Identidade Premium Fish e hierarquia orientada à conversão. */
.pfish-brand-mark.has-image {
    width: 56px;
    height: 56px;
    padding: 0;
    overflow: hidden;
    transform: none;
    border: 2px solid rgba(241, 203, 114, .72);
    border-radius: 50%;
    background: var(--pf-cream);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.pfish-brand-mark.has-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pfish-benefits li::before,
.pfish-home-trust span::before {
    content: "\2713";
}

.pfish-hero {
    min-height: 560px;
    padding: 42px 0 34px;
    gap: 44px;
}

.pfish-hero h1 {
    color: var(--pf-cream);
    text-wrap: balance;
}

.pfish-hero-assurance {
    margin: -7px 0 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pfish-hero-assurance span {
    padding: 7px 10px;
    border: 1px solid rgba(241, 203, 114, .2);
    border-radius: 999px;
    background: rgba(247, 231, 199, .055);
    color: #dbe8eb;
    font-size: 10px;
    font-weight: 750;
}

.pfish-hero-assurance b {
    margin-right: 4px;
    color: var(--pf-gold-light);
}

.pfish-hero-microcopy {
    margin: 9px 0 0;
    color: #91aeb8;
    font-size: 10px;
}

.pfish-primary-button,
.pfish-home-primary {
    border-radius: 10px;
    background: linear-gradient(105deg, var(--pf-coral, #c55e32), #e5a23d 48%, var(--pf-gold-light));
    box-shadow: 0 14px 38px rgba(197, 94, 50, .22);
}

.pfish-gallery-stage,
.pfish-home-featured {
    border-color: rgba(241, 203, 114, .46);
    border-radius: 16px;
    background: #08283a;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .34);
}

.pfish-trust-strip {
    margin: 0 auto;
    padding: 17px 22px;
    border-color: rgba(241, 203, 114, .2);
    border-radius: 14px 14px 0 0;
    background: linear-gradient(120deg, rgba(11, 48, 66, .98), rgba(6, 27, 43, .98));
    box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
}

.pfish-trust-strip div {
    padding: 3px 24px;
}

.pfish-packages-section {
    padding-top: 38px;
    border-top-color: rgba(241, 203, 114, .16);
}

.pfish-package-grid {
    gap: 13px;
}

.pfish-package-card {
    min-height: 178px;
    border-color: rgba(247, 231, 199, .15);
    border-radius: 13px;
    background: linear-gradient(155deg, rgba(14, 61, 79, .98), rgba(5, 27, 43, .99));
    box-shadow: 0 13px 30px rgba(0, 0, 0, .12);
}

.pfish-package-card:hover,
.pfish-package-card.is-popular,
.pfish-package-card.is-smart-choice,
.pfish-package-card.is-experiment-choice {
    border-color: var(--pf-gold-light);
    box-shadow: 0 15px 36px rgba(215, 154, 45, .15);
}

.pfish-package-label,
.pfish-smart-label {
    background: linear-gradient(90deg, var(--pf-coral, #c55e32), var(--pf-gold));
    color: #fff9eb;
}

.pfish-custom-quantity {
    border-color: rgba(241, 203, 114, .27);
    border-radius: 13px;
    background: linear-gradient(125deg, rgba(10, 46, 64, .98), rgba(5, 27, 43, .98));
    box-shadow: 0 15px 42px rgba(0, 0, 0, .14);
}

.pfish-purchase-assurance {
    grid-column: 1 / -1;
    margin: -4px 0 0;
    color: #9cb8c1;
    font-size: 10px;
    text-align: right;
}

.pfish-packages-section .pfish-leader-section {
    margin-top: 24px;
    border-radius: 13px;
    background: linear-gradient(120deg, rgba(13, 58, 75, .96), rgba(6, 28, 44, .98));
}

.pfish-footer,
.pfish-home-footer {
    background: #03131f;
}

.pfish-home-hero {
    min-height: 610px;
    padding: 56px 0 68px;
    gap: 54px;
}

.pfish-home-hero h1 {
    text-wrap: balance;
}

.pfish-home-card,
.pfish-home-process {
    border-color: rgba(241, 203, 114, .17);
    border-radius: 14px;
    background: linear-gradient(150deg, rgba(11, 48, 66, .97), rgba(5, 25, 40, .99));
}

.pfish-mobile-leader-placement {
    display: none;
}

.pfish-desktop-leader-placement {
    display: block;
}

@media (max-width: 900px) {
    .pfish-hero {
        padding-top: 22px;
    }

    .pfish-trust-strip {
        border-radius: 12px 12px 0 0;
    }
}

@media (max-width: 640px) {
    .pfish-brand-mark.has-image {
        width: 42px;
        height: 42px;
    }

    .pfish-hero {
        min-height: 0;
        padding: 5px 0 6px;
        gap: 6px;
    }

    .pfish-hero-copy > .pfish-eyebrow,
    .pfish-hero-copy > .pfish-lead,
    .pfish-hero-copy > .pfish-benefits,
    .pfish-hero-copy > .pfish-hero-assurance,
    .pfish-hero-copy > .pfish-hero-microcopy,
    .pfish-hero.is-open .pfish-hero-copy > .pfish-primary-button {
        display: none;
    }

    .pfish-demo-badge {
        margin: 0 0 4px;
    }

    .pfish-hero h1 {
        margin: 0;
        font-size: clamp(25px, 7.5vw, 31px);
        line-height: 1.06;
    }

    .pfish-hero h1 > span,
    .pfish-hero h1 em {
        display: inline;
    }

    .pfish-hero h1 em {
        margin: 0 0 0 4px;
        padding: 0;
        border: 0;
        background: none;
        color: var(--pf-gold-light);
        font-family: Georgia, "Times New Roman", serif;
        font-size: inherit;
        font-weight: 400;
        letter-spacing: inherit;
        line-height: inherit;
        text-transform: none;
    }

    .pfish-gallery-stage {
        border-radius: 12px;
    }

    .pfish-gallery-thumbs {
        gap: 4px;
        margin-top: 4px;
    }

    .pfish-gallery-thumbs button {
        min-height: 54px;
        padding: 2px;
        grid-template-rows: 30px 1fr;
        gap: 2px;
        border-radius: 6px;
        font-size: 7px;
        line-height: 1.15;
    }

    .pfish-gallery-thumb-media {
        height: 30px;
        aspect-ratio: auto;
    }

    .pfish-gallery-thumb-label {
        padding: 0 3px 2px;
    }

    .pfish-hero-assurance {
        margin-bottom: 13px;
        gap: 6px;
    }

    .pfish-hero-assurance span {
        padding: 5px 8px;
        font-size: 8px;
    }

    .pfish-trust-strip,
    .pfish-desktop-leader-placement {
        display: none;
    }

    .pfish-mobile-leader-placement {
        display: block;
    }

    .pfish-mobile-leader-placement .pfish-leader-section {
        width: calc(100% - 24px);
        margin: 2px auto 4px;
        padding: 8px;
        grid-template-columns: 28px minmax(0, 1fr) minmax(78px, .38fr);
        gap: 6px;
        border-radius: 11px;
        background: linear-gradient(120deg, rgba(13, 58, 75, .97), rgba(6, 28, 44, .99));
    }

    .pfish-mobile-leader-placement .pfish-leader-icon {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .pfish-mobile-leader-placement .pfish-leader-message > p:first-child {
        margin-bottom: 2px;
        font-size: 6px;
        letter-spacing: .1em;
    }

    .pfish-mobile-leader-placement .pfish-leader-message h2 {
        font-size: 15px;
        line-height: 1.05;
    }

    .pfish-mobile-leader-placement .pfish-leader-message > p:last-child,
    .pfish-mobile-leader-placement .pfish-current-leader em {
        display: none;
    }

    .pfish-mobile-leader-placement .pfish-current-leader {
        grid-column: auto;
        padding: 6px;
    }

    .pfish-mobile-leader-placement .pfish-current-leader small {
        font-size: 6px;
        letter-spacing: .08em;
    }

    .pfish-mobile-leader-placement .pfish-current-leader strong {
        overflow: hidden;
        margin-top: 1px;
        font-size: 11px;
        line-height: 1.15;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pfish-mobile-leader-placement .pfish-current-leader span {
        font-size: 7px;
    }

    .pfish-packages-section {
        padding: 6px 0 34px;
    }

    .pfish-packages-section .pfish-section-heading {
        margin-bottom: 7px;
    }

    .pfish-packages-section .pfish-section-heading .pfish-eyebrow {
        margin-bottom: 2px;
        font-size: 7px;
    }

    .pfish-packages-section .pfish-section-heading h2 {
        font-size: 21px;
    }

    .pfish-packages-section .pfish-section-heading > p:last-child {
        display: none;
    }

    .pfish-package-grid {
        gap: 5px;
    }

    .pfish-package-card {
        min-height: 102px;
        padding: 17px 5px 6px;
        border-radius: 9px;
    }

    .pfish-package-card > strong {
        font-size: 26px;
    }

    .pfish-package-card > b {
        margin-top: 3px;
        font-size: 12px;
    }

    .pfish-package-card > em,
    .pfish-select-text {
        font-size: 6.5px;
    }

    .pfish-custom-quantity {
        margin-top: 6px;
        padding: 8px;
        gap: 6px;
    }

    .pfish-custom-quantity .pfish-custom-copy {
        display: none;
    }

    .pfish-chance-note {
        margin-top: 8px;
        font-size: 8px;
    }

    .pfish-purchase-assurance {
        margin-top: 0;
        font-size: 8px;
        text-align: center;
    }

    .pfish-packages-section .pfish-leader-section {
        margin-top: 17px;
    }
}
