.pf-page {
    --pf-bg: #020817;
    --pf-panel: #07162a;
    --pf-panel-soft: #0a1c34;
    --pf-line: rgba(118, 169, 235, .18);
    --pf-line-strong: rgba(54, 145, 255, .38);
    --pf-text: #f4f8ff;
    --pf-muted: #93a6c0;
    --pf-blue: #1677ff;
    --pf-cyan: #2bd4f2;
    --pf-green: #36df91;
    min-height: 100vh;
    overflow: hidden;
    background: var(--pf-bg);
    color: var(--pf-text);
    font-family: "Lexend", sans-serif;
}
.pf-page *, .pf-page *::before, .pf-page *::after { box-sizing: border-box; }
.pf-page a { color: inherit; text-decoration: none; }
.pf-page button { font: inherit; }
.pf-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.pf-hero { position: relative; padding: 30px 0 0; background: radial-gradient(circle at 82% 10%, rgba(17,117,255,.2), transparent 29%), linear-gradient(180deg, #061326 0%, #020817 100%); border-bottom: 1px solid var(--pf-line); }
.pf-hero::before { content: ''; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: linear-gradient(rgba(40,128,240,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(40,128,240,.18) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.pf-breadcrumbs { position: relative; display: flex; gap: 8px; align-items: center; margin-bottom: 34px; color: #6f86a4; font-size: 11px; }
.pf-breadcrumbs a:hover { color: #55a9ff; }
.pf-breadcrumbs strong { color: #afbed1; font-weight: 500; }
.pf-hero-grid { position: relative; display: grid; grid-template-columns: 1.16fr .84fr; gap: 55px; align-items: center; padding-bottom: 42px; }
.pf-firm-intro { display: flex; gap: 24px; align-items: flex-start; }
.pf-logo { width: 104px; height: 86px; flex: 0 0 auto; display: grid; place-content: center; overflow: hidden; border: 1px solid var(--pf-line-strong); border-radius: 16px; background: linear-gradient(145deg, rgba(13,44,80,.95), rgba(5,18,36,.95)); box-shadow: 0 20px 60px rgba(0,64,160,.16); }
.pf-logo img { max-width: 88px; max-height: 64px; object-fit: contain; }
.pf-logo span { color: var(--pf-cyan); font-size: 40px; font-weight: 700; }
.pf-title-block { min-width: 0; }
.pf-label-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.pf-market-profile, .pf-data-date { padding: 5px 8px; border: 1px solid rgba(42,212,242,.25); border-radius: 999px; background: rgba(42,212,242,.07); color: var(--pf-cyan); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.pf-data-date { border-color: var(--pf-line); background: rgba(126,154,194,.06); color: #8094ae; }
.pf-title-block h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.05em; }
.pf-summary-row { display: flex; flex-wrap: wrap; gap: 0; margin: 15px 0; color: #a8b8cd; font-size: 11px; }
.pf-summary-row > span { padding: 0 12px; border-right: 1px solid var(--pf-line); }
.pf-summary-row > span:first-child { padding-left: 0; }
.pf-summary-row > span:last-child { border: 0; }
.pf-rating { color: #f4c75c; }
.pf-rating small { margin-left: 5px; color: #8ea2bc; }
.pf-title-block > p { max-width: 620px; color: #94a7bf; font-size: 13px; line-height: 1.75; }
.pf-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; align-items: center; }
.pf-button { min-height: 43px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 0 18px; border: 1px solid transparent; border-radius: 7px; cursor: pointer; color: white; font-size: 11px; font-weight: 600; transition: transform .2s ease, border-color .2s ease; }
.pf-button:hover { transform: translateY(-1px); }
.pf-button-primary { background: linear-gradient(135deg, #0b86ff, #1754ea); box-shadow: 0 12px 30px rgba(0,101,255,.2); }
.pf-button-disabled { cursor: not-allowed; opacity: .55; box-shadow: none !important; transform: none !important; }
.pf-button-secondary { border-color: rgba(125,168,224,.36); background: rgba(6,20,39,.58); }
.pf-favorite { min-height: 43px; display: inline-flex; align-items: center; gap: 6px; padding: 0 13px; border: 1px solid var(--pf-line); border-radius: 7px; color: #a8b8cd !important; background: rgba(6,20,39,.58); font-size: 10px; }

.pf-offer-card { padding: 21px; border: 1px solid var(--pf-line-strong); border-radius: 14px; background: linear-gradient(145deg, rgba(10,35,66,.97), rgba(4,14,29,.96)); box-shadow: 0 30px 80px rgba(0,67,166,.2), inset 0 1px rgba(255,255,255,.04); }
.pf-offer-top, .pf-coupon-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #dce8f7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.pf-offer-top em, .pf-coupon-head small { padding: 5px 7px; border-radius: 5px; color: var(--pf-green); background: rgba(54,223,145,.08); font-size: 7px; font-style: normal; letter-spacing: .03em; white-space: nowrap; }
.pf-offer-value { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 9px; }
.pf-offer-value strong { color: white; font-size: 39px; line-height: 1; letter-spacing: -.04em; }
.pf-offer-value strong span { color: #a8bdd5; font-size: 18px; }
.pf-offer-value small { color: var(--pf-green); font-size: 9px; }
.pf-offer-card > p { margin: 0 0 16px; color: #91a6c0; font-size: 9px; line-height: 1.6; }
.pf-code-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.pf-code { min-height: 48px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; padding: 7px 12px; border: 1px dashed rgba(71,172,255,.6); border-radius: 7px; cursor: pointer; text-align: left; background: rgba(14,55,95,.62); color: white; }
.pf-code small { color: #7d94af; font-size: 7px; text-transform: uppercase; }
.pf-code strong { font-size: 13px; letter-spacing: .08em; }
.pf-code > span { grid-column: 2; grid-row: 1 / 3; color: #64b5ff; font-size: 8px; }
.pf-code-locked { border-style: solid; }
.pf-code-locked strong { letter-spacing: 0; }
.pf-apply { min-width: 104px; display: grid; place-content: center; padding: 0 14px; border-radius: 7px; background: linear-gradient(135deg, #167dff, #144cd5); font-size: 10px; font-weight: 600; }
.pf-expiry { margin-top: 8px; color: #7186a1; font-size: 7px; text-align: right; }
.pf-no-offer { margin: 22px 0; padding: 20px; border: 1px dashed var(--pf-line-strong); border-radius: 8px; color: #aebdd1; }
.pf-no-offer p { margin-bottom: 0; color: #7c91aa; font-size: 9px; }
.pf-reward-separation { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 17px; padding: 13px; border: 1px solid var(--pf-line); border-radius: 8px; background: rgba(4,17,34,.54); }
.pf-reward-separation div { display: grid; gap: 3px; }
.pf-reward-separation span { color: #7187a2; font-size: 7px; text-transform: uppercase; }
.pf-reward-separation strong { color: #dbe8f7; font-size: 9px; }
.pf-reward-separation b { color: var(--pf-green); }
.pf-disclosure { margin: 10px 0 0 !important; color: #637a96 !important; font-size: 7px !important; }
.pf-anchor-nav { position: relative; display: flex; align-items: center; gap: 25px; min-height: 52px; overflow-x: auto; border-top: 1px solid var(--pf-line); scrollbar-width: none; }
.pf-anchor-nav a { flex: 0 0 auto; color: #8195af; font-size: 10px; }
.pf-anchor-nav a:hover { color: #53aaff; }

.pf-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--pf-line); border-radius: 11px; background: rgba(7,22,43,.84); }
.pf-trust-strip > div { display: grid; gap: 4px; padding: 19px 22px; border-right: 1px solid var(--pf-line); }
.pf-trust-strip > div:last-child { border: 0; }
.pf-trust-strip span { color: #7c91ab; font-size: 8px; text-transform: uppercase; }
.pf-trust-strip strong { color: #eaf3ff; font-size: 17px; }
.pf-trust-strip small { color: #657b97; font-size: 7px; }

.pf-section { padding: 82px 0; border-bottom: 1px solid rgba(118,169,235,.1); }
.pf-section-alt { background: linear-gradient(135deg, rgba(11,29,54,.48), rgba(2,8,23,.12)); }
.pf-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 31px; }
.pf-section-heading p, .pf-overview-grid > aside > p { margin: 0 0 8px; color: var(--pf-cyan); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.pf-section-heading h2, .pf-overview-grid h2 { margin: 0; font-size: clamp(29px, 3.4vw, 43px); line-height: 1.13; letter-spacing: -.04em; }
.pf-section-heading > span, .pf-section-heading > a, .pf-overview-grid aside > span { color: #8296af; font-size: 11px; line-height: 1.75; }
.pf-section-heading > a { color: #51a9ff; text-align: right; }

.pf-offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.pf-coupon-card, .pf-cashback-card, .pf-program-card, .pf-facts-grid > article, .pf-editorial, .pf-review-summary { padding: 20px; border: 1px solid var(--pf-line); border-radius: 11px; background: linear-gradient(145deg, rgba(8,27,51,.88), rgba(4,14,29,.88)); }
.pf-coupon-discount { display: block; margin: 24px 0 13px; color: #f5f9ff; font-size: 34px; letter-spacing: -.04em; }
.pf-coupon-discount small { color: #9eb0c6; font-size: 13px; }
.pf-coupon-card > p, .pf-cashback-card > p { min-height: 48px; color: #8195ad; font-size: 9px; line-height: 1.65; }
.pf-coupon-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 16px; }
.pf-coupon-copy { min-height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0 11px; border: 1px dashed rgba(65,166,255,.55); border-radius: 6px; cursor: pointer; background: rgba(16,56,97,.5); color: #e8f2ff; font-size: 10px; }
.pf-coupon-copy small { color: #5faeff; font-size: 8px; }
.pf-coupon-actions a { display: grid; place-content: center; padding: 0 13px; border-radius: 6px; background: #126eff; font-size: 9px; }
.pf-free-badge { display: inline-flex; margin-top: 12px; color: var(--pf-green); font-size: 8px; }
.pf-cashback-card { border-color: rgba(54,223,145,.28); background: linear-gradient(145deg, rgba(6,43,49,.72), rgba(4,16,29,.9)); }
.pf-cashback-card .pf-coupon-head small { color: var(--pf-cyan); }
.pf-cashback-card .pf-coupon-discount { color: var(--pf-green); }
.pf-cashback-card > a { color: var(--pf-green); font-size: 9px; }
.pf-empty { padding: 35px; border: 1px dashed var(--pf-line-strong); border-radius: 11px; color: #adbed2; text-align: center; }
.pf-empty p { color: #788da6; font-size: 10px; }

.pf-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.pf-program-title { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.pf-program-title span { color: #59adff; font-size: 8px; text-transform: uppercase; }
.pf-program-title h3 { margin: 4px 0 0; font-size: 14px; }
.pf-program-title > strong { color: var(--pf-green); font-size: 19px; }
.pf-program-card dl, .pf-facts-grid dl { margin: 0; }
.pf-program-card dl div, .pf-facts-grid dl div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--pf-line); font-size: 9px; }
.pf-program-card dt, .pf-facts-grid dt { color: #7e92aa; }
.pf-program-card dd, .pf-facts-grid dd { margin: 0; color: #d8e5f4; text-align: right; }
.pf-price-note { margin: 13px 0 0; color: #7187a0; font-size: 8px; }

.pf-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.pf-facts-grid h3 { margin: 0 0 15px; font-size: 13px; }
.pf-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 11px 0; border-bottom: 1px solid var(--pf-line); }
.pf-tags:last-child { border: 0; }
.pf-tags strong { width: 100%; margin-bottom: 2px; color: #7e92aa; font-size: 8px; font-weight: 400; }
.pf-tags span { padding: 5px 7px; border: 1px solid var(--pf-line); border-radius: 5px; color: #b7c7da; background: rgba(14,43,75,.5); font-size: 8px; }
.pf-tags em { color: #667b95; font-size: 8px; font-style: normal; }
.pf-restricted { margin-top: 15px; padding: 11px; border-radius: 7px; background: rgba(226,95,95,.06); }
.pf-restricted strong { color: #e89c9c; font-size: 8px; }
.pf-restricted p { margin: 5px 0 0; color: #997e88; font-size: 7px; line-height: 1.6; }

.pf-overview-grid { display: grid; grid-template-columns: .36fr .64fr; gap: 60px; align-items: start; }
.pf-overview-grid aside { position: sticky; top: 95px; }
.pf-overview-grid aside > span { display: block; margin-top: 16px; }
.pf-editorial { color: #a9b8cc; font-size: 12px; line-height: 1.8; }
.pf-editorial .firm-info { max-height: 500px; }
.pf-editorial h1, .pf-editorial h2, .pf-editorial h3, .pf-editorial h4 { color: #f2f7ff; line-height: 1.25; }
.pf-editorial img { max-width: 100%; height: auto; border-radius: 8px; }
.pf-editorial table { display: block; max-width: 100%; overflow-x: auto; }

.pf-evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.pf-evidence-grid article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 91px; padding: 15px; border: 1px solid var(--pf-line); border-radius: 9px; background: rgba(7,22,43,.74); }
.pf-evidence-grid i { width: 31px; height: 31px; display: grid; place-content: center; border: 1px solid #3c5573; border-radius: 50%; color: #7790ae; font-size: 9px; font-style: normal; }
.pf-evidence-grid .ready i { color: var(--pf-green); border-color: rgba(54,223,145,.4); background: rgba(54,223,145,.07); }
.pf-evidence-grid div { display: grid; gap: 3px; }
.pf-evidence-grid strong { font-size: 9px; }
.pf-evidence-grid span { color: #7388a3; font-size: 7px; }
.pf-evidence-grid em { color: #8ca0b8; font-size: 7px; font-style: normal; }
.pf-evidence-grid .ready em { color: var(--pf-green); }

.pf-review-summary { display: grid; grid-template-columns: 200px 1fr; gap: 25px; margin-bottom: 22px; }
.pf-overall { display: grid; justify-items: center; align-content: center; border-right: 1px solid var(--pf-line); }
.pf-overall strong { font-size: 39px; line-height: 1; }
.pf-overall span { margin-top: 8px; color: #f4c75c; letter-spacing: .14em; }
.pf-overall small { margin-top: 7px; color: #71869f; font-size: 8px; }
.pf-review-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.pf-review-categories div { display: flex; justify-content: space-between; align-items: center; padding: 12px; border: 1px solid var(--pf-line); border-radius: 7px; }
.pf-review-categories span { color: #8195ae; font-size: 9px; }
.pf-review-categories strong { color: #f4c75c; font-size: 12px; }
.pf-review-list { padding: 15px; border: 1px solid var(--pf-line); border-radius: 11px; background: rgba(4,15,30,.64); }
.pf-related { padding-bottom: 70px; }

.pf-sticky-offer { position: sticky; bottom: 0; z-index: 35; border-top: 1px solid var(--pf-line-strong); background: rgba(3,12,26,.94); backdrop-filter: blur(18px); }
.pf-sticky-offer .pf-shell { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pf-sticky-offer div > div { display: grid; gap: 3px; }
.pf-sticky-offer strong { font-size: 12px; }
.pf-sticky-offer span { color: #7e93ad; font-size: 8px; }

@media (max-width: 1000px) {
    .pf-hero-grid { grid-template-columns: 1fr; }
    .pf-offer-card { max-width: 650px; width: 100%; }
    .pf-offers-grid, .pf-program-grid, .pf-evidence-grid { grid-template-columns: repeat(2, 1fr); }
    .pf-facts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .pf-shell { width: min(100% - 28px, 620px); }
    .pf-hero { padding-top: 20px; }
    .pf-breadcrumbs { margin-bottom: 25px; }
    .pf-firm-intro { flex-direction: column; }
    .pf-title-block h1 { font-size: 45px; }
    .pf-trust-strip { grid-template-columns: 1fr 1fr; }
    .pf-trust-strip > div:nth-child(2) { border-right: 0; }
    .pf-trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--pf-line); }
    .pf-section { padding: 62px 0; }
    .pf-section-heading, .pf-overview-grid { grid-template-columns: 1fr; gap: 13px; }
    .pf-section-heading > a { text-align: left; }
    .pf-overview-grid aside { position: static; }
    .pf-review-summary { grid-template-columns: 1fr; }
    .pf-overall { padding: 20px; border-right: 0; border-bottom: 1px solid var(--pf-line); }
}
@media (max-width: 540px) {
    .pf-shell { width: calc(100% - 24px); }
    .pf-logo { width: 82px; height: 70px; }
    .pf-title-block h1 { font-size: 38px; }
    .pf-summary-row { display: grid; gap: 8px; }
    .pf-summary-row > span { padding: 0; border: 0; }
    .pf-actions .pf-button { width: 100%; }
    .pf-favorite { width: 100%; justify-content: center; }
    .pf-code-row { grid-template-columns: 1fr; }
    .pf-apply { min-height: 42px; }
    .pf-reward-separation { grid-template-columns: 1fr; }
    .pf-reward-separation b { display: none; }
    .pf-anchor-nav { gap: 18px; }
    .pf-trust-strip, .pf-offers-grid, .pf-program-grid, .pf-facts-grid, .pf-evidence-grid { grid-template-columns: 1fr; }
    .pf-trust-strip > div { border-right: 0; border-bottom: 1px solid var(--pf-line); }
    .pf-trust-strip > div:last-child { border-bottom: 0; }
    .pf-coupon-actions { grid-template-columns: 1fr; }
    .pf-coupon-actions a { min-height: 40px; }
    .pf-evidence-grid article { grid-template-columns: auto 1fr; }
    .pf-evidence-grid em { grid-column: 2; }
    .pf-review-categories { grid-template-columns: 1fr; }
    .pf-sticky-offer div > div span { max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .pf-sticky-offer .pf-button { min-height: 38px; padding-inline: 13px; }
}
@media (prefers-reduced-motion: reduce) {
    .pf-page *, .pf-page *::before, .pf-page *::after { transition: none !important; scroll-behavior: auto !important; }
}
