:root {
    --pdc-ink: #152033;
    --pdc-muted: #667085;
    --pdc-line: #e5e9f0;
    --pdc-bg: #f6f8fb;
    --pdc-card: #fff;
    --pdc-primary: #3157d5;
    --pdc-primary-dark: #2444ac;
    --pdc-accent: #ebf0ff;
    --pdc-radius: 14px;
}

/* Remove o título e breadcrumb criados pelo tema somente na página da biblioteca. */
.pdc-library-home-page #Subheader,
.pdc-library-home-page .section-post-header,
.pdc-library-home-page .page-header,
.pdc-library-home-page .page-title-bar,
.pdc-library-home-page .page-title-section,
.pdc-library-home-page .entry-header:has(.entry-title) {
    display: none !important;
}
.pdc-library-home-page #Content,
.pdc-library-home-page .content_wrapper,
.pdc-library-home-page .sections_group {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.pdc-library-home-page #Content .container,
.pdc-library-home-page #Content .section_wrapper,
.pdc-library-home-page #Content .content_wrapper,
.pdc-library-home-page #Content .sections_group,
.pdc-library-home-page #Content .the_content_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pdc-library-home-page #Content .section,
.pdc-library-home-page #Content .column,
.pdc-library-home-page #Content .column_attr,
.pdc-library-home-page #Content .wrap {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.pdc-app, .pdc-account, .pdc-plans, .pdc-portal { color: var(--pdc-ink); font-family: inherit; box-sizing: border-box; }
.pdc-app *, .pdc-account *, .pdc-plans *, .pdc-portal * { box-sizing: border-box; }
.pdc-topbar { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.pdc-search { display: flex; flex: 1; max-width: 720px; }
.pdc-search input { width: 100%; min-height: 48px; border: 1px solid var(--pdc-line); border-radius: 10px 0 0 10px; padding: 0 16px; background: #fff; font-size: 16px; }
.pdc-search button { border: 0; border-radius: 0 10px 10px 0; padding: 0 22px; background: var(--pdc-primary); color: #fff; font-weight: 700; cursor: pointer; }
.pdc-balance { white-space: nowrap; padding: 12px 16px; border-radius: 10px; background: var(--pdc-accent); color: var(--pdc-primary-dark); text-decoration: none; }
.pdc-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 34px; }
.pdc-sidebar { border: 1px solid var(--pdc-line); border-radius: var(--pdc-radius); background: #fff; padding: 12px; align-self: start; position: sticky; top: 24px; }
.pdc-sidebar h3 { padding: 8px 10px 12px; margin: 0; font-size: 16px; }
.pdc-sidebar h3.pdc-sidebar-section { margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--pdc-line); }
.pdc-sidebar a { display: flex; justify-content: space-between; gap: 10px; padding: 10px; border-radius: 8px; color: var(--pdc-ink); text-decoration: none; }
.pdc-sidebar h3, .pdc-sidebar a { text-transform: uppercase; }
.pdc-sidebar a:hover, .pdc-sidebar a.is-active { color: var(--pdc-primary); background: var(--pdc-accent); }
.pdc-sidebar span { color: var(--pdc-muted); font-size: 13px; }
.pdc-heading { display: flex; justify-content: space-between; margin-bottom: 20px; }
.pdc-heading h2, .pdc-library h2 { margin: 0 0 4px; font-size: clamp(24px, 3vw, 34px); }
.pdc-heading p { margin: 0; color: var(--pdc-muted); }
.pdc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pdc-card { overflow: hidden; border: 1px solid var(--pdc-line); border-radius: var(--pdc-radius); background: var(--pdc-card); box-shadow: 0 6px 24px rgba(21,32,51,.05); transition: transform .18s ease, box-shadow .18s ease; }
.pdc-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(21,32,51,.1); }
.pdc-card[data-pdc-card-url] { cursor: pointer; }
.pdc-card[data-pdc-card-url]:focus-visible { outline: 4px solid rgba(49,87,213,.28); outline-offset: 4px; }
.pdc-cover { position: relative; display: block; aspect-ratio: 4/3; background: linear-gradient(145deg, #e9edff, #f5f7ff); overflow: hidden; text-decoration: none; }
.pdc-promotion-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 11px; border-radius: 999px; background: #dc2626; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; box-shadow: 0 6px 15px rgba(220,38,38,.3); }
.pdc-card.is-promotion { border-color: #f3a6a6; box-shadow: 0 8px 25px rgba(185,28,28,.1); }
.pdc-button.pdc-button-promotion, .pdc-button-buy-credits.pdc-button-promotion { background: linear-gradient(135deg, #ef312a, #b91c1c); box-shadow: 0 7px 17px rgba(220,38,38,.28); }
.pdc-button.pdc-button-promotion:hover, .pdc-button-buy-credits.pdc-button-promotion:hover { background: linear-gradient(135deg, #d92525, #991b1b); box-shadow: 0 9px 20px rgba(185,28,28,.34); }
.pdc-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pdc-preview-wrap { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; background: #e9edf5; user-select: none; }
.pdc-preview-wrap img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.pdc-preview-wrap > span { position: absolute; right: 10px; bottom: 10px; padding: 5px 9px; border-radius: 5px; background: rgba(20,32,60,.82); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.pdc-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--pdc-primary); font-size: 30px; font-weight: 800; }
.pdc-card-body { padding: 18px; }
.pdc-category { display: inline-block; color: var(--pdc-primary); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.pdc-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.pdc-card-license, .pdc-license-badge { display: inline-flex; align-items: center; width: fit-content; border: 1px solid #b9e2ca; border-radius: 999px; background: #ecfdf3; color: #08783e; font-size: 10px; font-weight: 800; line-height: 1.2; }
.pdc-card-license { padding: 4px 7px; text-transform: uppercase; letter-spacing: .035em; }
.pdc-license-badge { margin: 14px 0 2px; padding: 7px 10px; font-size: 12px; }
.pdc-card h3 { margin: 7px 0; font-size: 19px; line-height: 1.25; }
.pdc-card h3 a { color: var(--pdc-ink); text-decoration: none; }
.pdc-card p { min-height: 42px; margin: 0 0 16px; color: var(--pdc-muted); font-size: 14px; line-height: 1.5; }
.pdc-card-pages { display: inline-block; margin: -7px 0 13px; color: #7b879b; font-size: 11px; font-weight: 700; }
.pdc-card-footer { display: flex; min-width: 0; min-height: 64px; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--pdc-line); padding-top: 15px; font-size: 14px; }
.pdc-card-footer > strong { flex: 0 0 auto; white-space: nowrap; }
.pdc-card-actions { display: flex; flex: 1 1 0; width: auto; max-width: 100%; min-width: 0; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.pdc-card-actions .pdc-button-add-cart {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 48px;
    padding: 8px 10px !important;
    line-height: 1.15 !important;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: anywhere;
}
.pdc-inline-action { display: inline-flex; margin: 0; }
.pdc-inline-action .pdc-button { border: 0; font: inherit; cursor: pointer; }
.pdc-remove-library { margin: 0; padding: 0; border: 0; background: transparent; color: #b42318; font-family: inherit; font-size: 11px; font-weight: 700; text-decoration: none; cursor: pointer; }
.pdc-remove-library:hover { color: #8f1811; text-decoration: underline; }
.pdc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 15px; border-radius: 8px; background: var(--pdc-primary); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.pdc-button:hover { background: var(--pdc-primary-dark); }
.pdc-button-large { width: 100%; min-height: 48px; }
.pdc-empty { padding: 42px 24px; border: 1px dashed #cbd2df; border-radius: var(--pdc-radius); background: var(--pdc-bg); text-align: center; }
.pdc-empty h3 { margin-top: 0; }
.pdc-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 30px; }
.pdc-pagination .page-numbers { min-width: 36px; padding: 7px; border-radius: 7px; text-align: center; text-decoration: none; background: #fff; border: 1px solid var(--pdc-line); }
.pdc-pagination .current { background: var(--pdc-primary); color: #fff; }
.pdc-pricing-wrap { max-width: 1120px; margin: 34px auto 50px; color: var(--pdc-ink); }
.pdc-pricing-hero { max-width: 840px; margin: 0 auto 42px; text-align: center; }
.pdc-pricing-hero > span { color: var(--pdc-primary); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pdc-pricing-hero h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.pdc-pricing-hero p { max-width: 720px; margin: 0 auto; color: var(--pdc-muted); font-size: 17px; line-height: 1.65; }
.pdc-pricing-trust { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 22px; color: #344054; font-size: 13px; }
.pdc-pricing-trust b::first-letter { color: #16804a; }
.pdc-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 30px auto; max-width: 1060px; }
.pdc-plan { position: relative; display: flex; flex-direction: column; padding: 48px 30px 30px; border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(21,32,51,.08); text-align: center; }
.pdc-plan.is-featured { border: 2px solid var(--pdc-primary); transform: scale(1.025); }
.pdc-plan h3 { margin: 8px 0 4px; font-size: 26px; }
.pdc-plan-caption { min-height: 22px; margin: 0 0 15px !important; font-size: 13px; }
.pdc-plan-price { margin-bottom: 12px; font-size: 38px; font-weight: 800; }
.pdc-plan-price small { font-size: 16px; }
.pdc-plan p { color: var(--pdc-muted); line-height: 1.6; }
.pdc-plan-credits strong, .pdc-plan-credits span { display: block; }
.pdc-plan-credits strong { color: #172033; font-size: 16px; }
.pdc-plan-credits span { margin-top: 3px; color: var(--pdc-muted); font-size: 13px; }
.pdc-plan ul { display: grid; gap: 9px; margin: 22px 0; padding: 18px 0; border-top: 1px solid var(--pdc-line); border-bottom: 1px solid var(--pdc-line); color: #475467; text-align: left; list-style: none; }
.pdc-plan li::before { content: "✓"; margin-right: 8px; color: #16804a; font-weight: 900; }
.pdc-plan .pdc-button { margin-top: auto; }
.pdc-ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 16px; border-radius: 20px; background: var(--pdc-primary); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 6px 16px rgba(49,87,213,.25); }
.pdc-plan-saving { position: absolute; top: 16px; right: 14px; z-index: 1; max-width: calc(100% - 28px); padding: 5px 8px; border-radius: 7px; background: #eaf8f0; color: #147a42; font-size: 11px; font-weight: 800; line-height: 1.25; white-space: nowrap; }
.pdc-pricing-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1060px; margin: 36px auto 0; }
.pdc-pricing-how > div { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--pdc-line); border-radius: 13px; background: #f8faff; }
.pdc-pricing-how strong { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--pdc-primary); color: #fff; }
.pdc-pricing-how span, .pdc-pricing-how b { display: block; }
.pdc-pricing-how span { color: var(--pdc-muted); font-size: 12px; line-height: 1.45; }
.pdc-pricing-how b { margin-bottom: 2px; color: var(--pdc-ink); font-size: 14px; }
.pdc-pricing-note { margin: 22px auto 0; color: var(--pdc-muted); text-align: center; }
.pdc-pack-builder { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 26px; max-width: 960px; margin: 28px auto; padding: clamp(22px, 4vw, 38px); border: 1px solid #d9e1ef; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(23,43,103,.11); }
.pdc-pack-builder-copy h3 { margin: 7px 0 9px; color: var(--pdc-ink); font-size: clamp(25px, 3vw, 34px); line-height: 1.15; }
.pdc-pack-builder-copy > p { max-width: 590px; margin: 0 0 20px; color: var(--pdc-muted); line-height: 1.55; }
.pdc-pack-shortcuts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 19px; }
.pdc-pack-shortcuts button { min-width: 72px; padding: 10px 14px; border: 1px solid #c8d3e8; border-radius: 999px; background: #f7f9fd; color: #29447e; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: .18s ease; }
.pdc-pack-shortcuts button:hover, .pdc-pack-shortcuts button:focus, .pdc-pack-shortcuts button.is-active { border-color: var(--pdc-primary); background: var(--pdc-primary); color: #fff; outline: 0; transform: translateY(-1px); }
.pdc-pack-value { display: block; max-width: 440px; }
.pdc-pack-value > span:first-child { display: block; margin-bottom: 8px; color: #344054; font-size: 13px; font-weight: 750; }
.pdc-pack-input { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; overflow: hidden; border: 2px solid #aebee0; border-radius: 13px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.pdc-pack-input:focus-within { border-color: var(--pdc-primary); box-shadow: 0 0 0 4px rgba(49,87,213,.12); }
.pdc-pack-input b { padding: 0 0 0 17px; color: #475467; font-size: 18px; }
.pdc-pack-input input { width: 100%; min-height: 60px; padding: 8px 16px 8px 9px; border: 0 !important; outline: 0 !important; background: transparent; color: #172033; box-shadow: none !important; font: inherit; font-size: 28px; font-weight: 850; }
.pdc-pack-summary { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 27px; border-radius: 18px; background: linear-gradient(145deg, #172b67, #3157d5); color: #fff; }
.pdc-pack-summary > span { color: #b9ccff; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.pdc-pack-summary > strong { margin: 7px 0 4px; color: #fff; font-size: clamp(34px, 5vw, 48px); line-height: 1; }
.pdc-pack-summary > b { margin-top: 9px; color: #fff; font-size: 16px; line-height: 1.35; }
.pdc-pack-summary > small { margin: 7px 0 20px; color: #dce6ff; line-height: 1.45; }
.pdc-pack-summary > button.pdc-button[data-pdc-pack-submit] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 12px 16px !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    background: #fff !important;
    background-image: none !important;
    color: #2345ae !important;
    -webkit-text-fill-color: #2345ae !important;
    font: inherit !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-indent: 0 !important;
    white-space: normal !important;
    text-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
}
.pdc-pack-summary > button.pdc-button[data-pdc-pack-submit]::before,
.pdc-pack-summary > button.pdc-button[data-pdc-pack-submit]::after {
    display: none !important;
    content: none !important;
}
.pdc-pack-summary > button.pdc-button[data-pdc-pack-submit]:hover:not(:disabled),
.pdc-pack-summary > button.pdc-button[data-pdc-pack-submit]:focus-visible:not(:disabled) {
    border-color: #edf2ff !important;
    background: #edf2ff !important;
    color: #17368f !important;
    -webkit-text-fill-color: #17368f !important;
    outline: 0 !important;
}
.pdc-pack-summary > button.pdc-button[data-pdc-pack-submit]:disabled {
    border-color: #dce4f5 !important;
    background: #eef2fb !important;
    color: #536993 !important;
    -webkit-text-fill-color: #536993 !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: none !important;
}
.pdc-pack-summary > em { margin-top: 10px; color: #dce6ff; font-size: 11px; font-style: normal; text-align: center; }
.pdc-pricing-wrap.is-compact .pdc-pack-builder { margin-top: 18px; }
@media (max-width: 760px) {
    .pdc-pack-builder { grid-template-columns: 1fr; gap: 18px; margin: 18px 0; padding: 18px; border-radius: 18px; }
    .pdc-pack-shortcuts { display: grid; grid-template-columns: repeat(2, 1fr); }
    .pdc-pack-shortcuts button { width: 100%; }
    .pdc-pack-summary { padding: 22px 18px; }
    .pdc-pack-input input { min-height: 54px; font-size: 25px; }
    .pdc-pack-summary > button.pdc-button[data-pdc-pack-submit] {
        min-height: 52px !important;
        padding: 12px !important;
        font-size: 15px !important;
        letter-spacing: normal !important;
    }
}
.pdc-portal-plans { padding: clamp(4px, 1vw, 12px); }
.pdc-portal-plans .pdc-pricing-wrap { margin-top: 16px; }
.pdc-portal-plans .pdc-pricing-hero { margin-bottom: 34px; }
.pdc-portal-category { padding: clamp(4px, 1vw, 12px); }
.pdc-portal-account { padding: clamp(4px, 1vw, 12px); }
.pdc-portal-account > .pdc-account { max-width: none; }
.pdc-related-pdfs { margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--pdc-line); }
.pdc-related-pdfs .pdc-grid { margin-top: 22px; }
.pdc-balance-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; padding: 24px; border-radius: var(--pdc-radius); background: linear-gradient(130deg, #182b67, #3157d5); color: #fff; }
.pdc-balance-panel span, .pdc-balance-panel strong { display: block; }
.pdc-balance-panel strong { margin-top: 5px; font-size: 26px; }
.pdc-balance-panel .pdc-button { background: #fff; color: var(--pdc-primary) !important; }
.pdc-gift-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 22px; padding: 18px 20px; border: 1px solid #b9d8c2; border-radius: 14px; background: linear-gradient(135deg, #edf9f0, #f8fffa); color: #164f2a; box-shadow: 0 7px 20px rgba(22,79,42,.08); }
.pdc-gift-banner > div, .pdc-gift-banner span, .pdc-gift-banner strong, .pdc-gift-banner small { display: block; }
.pdc-gift-banner span { margin-bottom: 3px; color: #218044; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pdc-gift-banner strong { font-size: clamp(18px, 2vw, 24px); }
.pdc-gift-banner small { margin-top: 4px; color: #4f6d58; }
.pdc-gift-banner.is-invalid { border-color: #f0c4c0; background: #fff3f2; color: #8c2018; }
.pdc-gift-banner.is-invalid span { color: #8c2018; }
.pdc-gift-banner.pdc-gift-awaiting {
    border-color: #f4c46a;
    background: #fff9ea;
}
.pdc-gift-banner.pdc-gift-awaiting > div > span { color: #8a5600; }
.pdc-gift-banner.pdc-gift-awaiting form { margin: 0; }
.pdc-gift-activation-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(9, 18, 45, .78);
    backdrop-filter: blur(5px);
}
.pdc-gift-activation-overlay .pdc-gift-awaiting {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 520px);
    margin: 0;
    padding: 32px;
    border: 3px solid #f3b63d;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    text-align: center;
}
.pdc-gift-activation-overlay .pdc-gift-awaiting > div { width: 100%; }
.pdc-gift-activation-overlay .pdc-gift-awaiting strong {
    display: block;
    margin: 6px 0 10px;
    color: #111827;
    font-size: clamp(25px, 5vw, 36px);
    line-height: 1.1;
}
.pdc-gift-activation-overlay .pdc-gift-awaiting small {
    display: block;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.55;
}
.pdc-gift-activation-overlay .pdc-gift-awaiting form { width: 100%; margin-top: 22px; }
.pdc-gift-activation-overlay .pdc-gift-awaiting .pdc-button {
    width: 100%;
    min-height: 56px;
    font-size: 17px;
}
.pdc-gift-activation-icon { font-size: 48px; line-height: 1; }
.pdc-gift-activation-overlay em {
    margin-top: 12px;
    color: #7c5a12;
    font-size: 12px;
    font-style: normal;
}
html.pdc-gift-activation-required,
html.pdc-gift-activation-required body { overflow: hidden !important; }
.pdc-gift-countdown {
    margin-left: auto;
    min-width: 210px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #142453;
    color: #fff;
    text-align: center;
}
.pdc-gift-countdown span {
    display: block;
    margin-bottom: 3px;
    color: #dbe5ff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.pdc-gift-countdown strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}
.pdc-duration-field {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pdc-duration-field input[type="number"] {
    flex: 0 0 88px;
    width: 88px !important;
    min-width: 88px;
    text-align: center;
}
.pdc-duration-field select {
    flex: 1 1 130px;
    width: 130px !important;
    min-width: 130px;
}
.pdc-duration-field strong { white-space: nowrap; }
.pdc-gift-pdf-picker { grid-column: 1 / -1; }
.pdc-gift-pdf-picker > span { display: block; margin-bottom: 7px; color: var(--pdc-ink); font-size: 13px; font-weight: 750; }
.pdc-gift-picker-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 9px; }
.pdc-gift-picker-actions .pdc-button { min-height: 38px; padding: 8px 12px; }
.pdc-gift-pdf-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 8px 12px;
    max-height: 280px;
    overflow: auto;
    padding: 13px;
    border: 1px solid #ccd6e8;
    border-radius: 10px;
    background: #f8fafc;
}
.pdc-gift-pdf-options label { display: flex; align-items: flex-start; gap: 7px; margin: 0; }
.pdc-gift-pdf-options label span { margin: 0; font-weight: 500; }
.pdc-gift-pdf-options input { width: auto !important; min-height: 0 !important; margin-top: 3px; }
@media (max-width: 900px) { .pdc-gift-pdf-options { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .pdc-gift-pdf-options { grid-template-columns: 1fr; } }

@media (max-width: 640px) {
    .pdc-gift-activation-overlay { padding: 14px; }
    .pdc-gift-activation-overlay .pdc-gift-awaiting { padding: 25px 20px; border-radius: 18px; }
    .pdc-gift-countdown {
        width: 100%;
        margin: 12px 0 0;
    }
}

/* 6.14.7: espaço seguro entre o carrinho e o CTA no menu mobile aberto. */
@media (max-width: 900px) {
    html:not(.pdc-cart-open) .pdc-portal-sidebar.is-open .pdc-portal-nav > a.pdc-sidebar-cta {
        margin-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    }
    html:not(.pdc-cart-open) .pdc-portal-sidebar.is-open .pdc-portal-nav {
        scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom));
    }
}

/* 6.14.6: carrinho desktop sem área vazia ou conteúdo cortado. */
@media (min-width: 901px) {
    html.pdc-cart-open .pdc-selection-cart-items:empty {
        display: none !important;
        flex: 0 0 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    html.pdc-cart-open .pdc-selection-cart-empty:not([hidden]) {
        min-height: 96px;
        padding: clamp(16px, 3vh, 28px) 14px;
    }
    html.pdc-cart-open .pdc-selection-cart-feedback {
        height: auto !important;
        white-space: normal !important;
        overflow: visible !important;
        overflow-wrap: anywhere;
    }
    html.pdc-cart-open .pdc-selection-cart-item strong {
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
    }
}

@media (min-width: 901px) and (max-height: 700px) {
    html.pdc-cart-open .pdc-selection-cart-panel {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }
    html.pdc-cart-open .pdc-selection-cart-items:not(:empty) {
        flex-basis: clamp(92px, 17vh, 118px) !important;
        min-height: 92px !important;
        max-height: 118px !important;
    }
    html.pdc-cart-open .pdc-selection-cart-empty:not([hidden]) { padding-top: 12px; padding-bottom: 12px; }
}
.pdc-gift-generator { max-width: 1120px; margin: 24px auto; padding: clamp(20px, 4vw, 38px); border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(25,43,93,.08); }
.pdc-gift-generator header { margin-bottom: 24px; }
.pdc-gift-generator h2 { margin: 6px 0 8px; font-size: clamp(28px, 4vw, 42px); }
.pdc-gift-generator header p { max-width: 720px; color: var(--pdc-muted); }
.pdc-gift-generator-form { padding-top: 22px; }
.pdc-gift-generator-grid { display: grid; grid-template-columns: minmax(180px, 1.2fr) 120px 140px 232px minmax(170px, 1fr) auto; align-items: end; gap: 14px; }
.pdc-gift-generator-grid [hidden] { display: none !important; }
.pdc-gift-generator-grid label span { display: block; margin-bottom: 7px; color: var(--pdc-ink); font-size: 13px; font-weight: 750; }
.pdc-gift-generator-grid input, .pdc-gift-generator-grid select { width: 100%; min-height: 48px; padding: 8px 12px; border: 1px solid #ccd6e8; border-radius: 9px; background: #fff; }
.pdc-gift-submit .pdc-button { min-height: 48px; white-space: nowrap; }
.pdc-generated-link { margin: 18px 0 8px; padding: 18px; border: 1px solid #add6b9; border-radius: 13px; background: #effaf2; }
.pdc-generated-link strong, .pdc-generated-link small { display: block; }
.pdc-generated-link small { margin-top: 3px; color: #52705b; }
.pdc-generated-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pdc-generated-list { display: grid; gap: 10px; max-height: 370px; margin-top: 14px; padding-right: 4px; overflow-y: auto; }
.pdc-copy-field { display: flex; gap: 10px; margin-top: 14px; }
.pdc-generated-list .pdc-copy-field { align-items: center; margin-top: 0; }
.pdc-generated-list .pdc-copy-field > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #dff3e5; color: #176c33; font-size: 12px; font-weight: 800; }
.pdc-copy-field input { flex: 1; min-width: 0; padding: 12px; border: 1px solid #b8c8bc; border-radius: 8px; background: #fff; }
.pdc-copy-all-links { flex: 0 0 auto; white-space: nowrap; }
.pdc-button.pdc-copy-success,
.pdc-button.pdc-copy-success:hover,
.pdc-button.pdc-copy-success:focus { border-color: #16813b; background: #16813b; color: #fff !important; box-shadow: 0 8px 18px rgba(22,129,59,.24); }
.pdc-copy-feedback { display: block; min-height: 20px; margin-top: 8px; color: #1c7738; font-size: 12px; font-weight: 700; }
.pdc-library > h2 { margin-bottom: 20px; }
.pdc-library-list { overflow: hidden; border: 1px solid var(--pdc-line); border-radius: 14px; background: #fff; }
.pdc-library-row { display: grid; grid-template-columns: 72px minmax(180px, 1fr) minmax(130px, .45fr) auto; align-items: center; gap: 16px; padding: 13px 15px; border-bottom: 1px solid #e8ecf2; }
.pdc-library-row:last-child { border-bottom: 0; }
.pdc-library-row:hover { background: #f8faff; }
.pdc-library-thumb { display: grid; width: 72px; height: 52px; overflow: hidden; place-items: center; border-radius: 7px; background: #eaf0ff; color: var(--pdc-primary); font-size: 12px; font-weight: 850; text-decoration: none; }
.pdc-library-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pdc-library-name a { display: block; color: var(--pdc-ink); font-size: 15px; font-weight: 750; text-decoration: none; }
.pdc-library-name a:hover { color: var(--pdc-primary); }
.pdc-library-name small { display: block; margin-top: 4px; color: var(--pdc-muted); font-size: 11px; }
.pdc-library-category { width: fit-content; padding: 6px 9px; border-radius: 15px; background: #eef3ff; color: var(--pdc-primary-dark); font-size: 11px; font-weight: 700; }
.pdc-library-actions { display: flex; align-items: center; gap: 10px; }
.pdc-library-actions .pdc-button { min-width: 110px; padding: 10px 13px; }
.pdc-account-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding: 26px; border-radius: 16px; background: linear-gradient(135deg, #172b67, #3157d5); color: #fff; }
.pdc-profile { display: flex; align-items: center; gap: 16px; }
.pdc-profile img { border: 3px solid rgba(255,255,255,.35); border-radius: 50%; }
.pdc-profile span, .pdc-profile p { color: #dce5ff; }
.pdc-profile h1 { margin: 2px 0; color: #fff; font-size: 28px; }
.pdc-profile p { margin: 0; }
.pdc-account-actions { display: flex; gap: 9px; }
.pdc-account-secondary { display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; color: #fff !important; font-weight: 700; text-decoration: none !important; }
.pdc-account-logout { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.pdc-account-logout:hover { border-color: #fff; background: rgba(255,255,255,.18); color: #fff !important; }
.pdc-account-logout .dashicons { width: 17px; height: 17px; font-size: 17px; }
.pdc-account-header .pdc-button { background: #fff; color: var(--pdc-primary) !important; }
.pdc-account-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
.pdc-account-stats article { display: flex; align-items: center; gap: 13px; padding: 20px; border: 1px solid var(--pdc-line); border-radius: 13px; background: #fff; }
.pdc-account-stats .dashicons { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; background: var(--pdc-accent); color: var(--pdc-primary); font-size: 23px; }
.pdc-account-stats small, .pdc-account-stats strong { display: block; }
.pdc-account-stats small { color: var(--pdc-muted); }
.pdc-account-stats strong { margin-top: 3px; font-size: 20px; }
.pdc-account-columns { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; margin-bottom: 38px; }
.pdc-account-card { padding: 23px; border: 1px solid var(--pdc-line); border-radius: 14px; background: #fff; }
.pdc-account-card-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.pdc-account-card-title h2 { margin: 0; font-size: 20px; }
.pdc-account-card-title a { color: var(--pdc-primary); font-weight: 700; text-decoration: none; }
.pdc-data-list { margin: 0; }
.pdc-data-list > div { display: grid; grid-template-columns: 115px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid #edf0f4; }
.pdc-data-list > div:last-child { border: 0; }
.pdc-data-list dt { color: var(--pdc-muted); }
.pdc-data-list dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }
.pdc-credit-history > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid #edf0f4; }
.pdc-credit-history > div:last-child { border: 0; }
.pdc-credit-history span strong, .pdc-credit-history span small { display: block; }
.pdc-credit-history span strong { color: #14804a; }
.pdc-credit-history span small { margin-top: 3px; color: var(--pdc-muted); }
.pdc-account-empty { padding: 25px; color: var(--pdc-muted); text-align: center; }
.pdc-account-empty .dashicons { width: 34px; height: 34px; font-size: 34px; }
.pdc-portal { display: grid; grid-template-columns: 292px minmax(0, 1fr); width: 100%; max-width: none; min-height: calc(100vh - 32px); overflow: visible; border-top: 1px solid var(--pdc-line); border-bottom: 1px solid var(--pdc-line); border-radius: 0; background: #fff; color: var(--pdc-ink); box-shadow: none; }
.pdc-portal-main { min-width: 0; padding: 24px; background: #f7f9fc; }
.pdc-home { color: var(--pdc-ink); }
.pdc-portal-sidebar { position: sticky; top: 0; align-self: start; display: flex; flex-direction: column; min-width: 0; height: 100vh; max-height: 100vh; padding: 20px 14px; overflow: hidden; border-right: 1px solid var(--pdc-line); background: #fff; }
body.admin-bar .pdc-portal-sidebar { top: 32px; height: calc(100vh - 32px); max-height: calc(100vh - 32px); }
@supports (height: 100dvh) {
    .pdc-portal-sidebar { height: 100dvh; max-height: 100dvh; }
    body.admin-bar .pdc-portal-sidebar { height: calc(100dvh - 32px); max-height: calc(100dvh - 32px); }
}
.pdc-mobile-menu-toggle, .pdc-mobile-menu-backdrop { display: none; }
.pdc-mobile-categories-cta, .pdc-mobile-menu-intro { display: none; }
.pdc-mobile-home-button { display: none; }
.pdc-portal-brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 25px; }
.pdc-brand-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #3157d5, #18307d); color: #fff; font-size: 22px; font-weight: 900; }
.pdc-portal-brand strong, .pdc-portal-brand small { display: block; }
.pdc-portal-brand strong { font-size: 16px; }
.pdc-portal-brand small { margin-top: 2px; color: var(--pdc-muted); font-size: 12px; }
.pdc-portal-nav { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; gap: 3px; padding-right: 6px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: #9fb0d0 transparent; }
.pdc-portal-nav::-webkit-scrollbar { width: 6px; }.pdc-portal-nav::-webkit-scrollbar-thumb { border-radius: 9px; background: #c7d2ea; }
.pdc-sidebar-search { position: relative; display: flex; align-items: center; margin: 0 0 14px; border: 1px solid #d9e0eb; border-radius: 10px; background: #f8faff; }
.pdc-sidebar-search > .dashicons { position: absolute; left: 10px; width: 17px; height: 17px; color: #7b879b; font-size: 17px; pointer-events: none; }
.pdc-sidebar-search input { min-width: 0; width: 100%; height: 42px; padding: 0 35px 0 34px; border: 0 !important; outline: 0; box-shadow: none !important; background: transparent; font-size: 12px; }
.pdc-sidebar-search button { position: absolute; right: 5px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 0; border-radius: 7px; background: var(--pdc-primary); color: #fff; cursor: pointer; }
.pdc-portal-nav > a, .pdc-nav-group summary { display: flex; align-items: center; gap: 9px; min-height: 40px; padding: 7px 9px; border-radius: 10px; color: var(--pdc-ink); text-decoration: none; cursor: pointer; }
.pdc-portal-nav > a, .pdc-nav-group summary, .pdc-nav-files a, .pdc-direct-pdfs a { text-transform: none; }
.pdc-portal-nav > a:hover, .pdc-portal-nav > a.is-active, .pdc-nav-group summary:hover { background: var(--pdc-accent); color: var(--pdc-primary); }
.pdc-portal-nav .pdc-portal-home { margin-bottom: 12px; background: var(--pdc-primary); color: #fff; }
.pdc-nav-title { padding: 7px 11px; color: #98a2b3; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pdc-nav-title-space { margin-top: 14px; }
.pdc-nav-group { margin: 0; border: 1px solid transparent; border-radius: 11px; }
.pdc-nav-group[open] { margin: 2px 0 5px; border-color: #dbe4fa; background: #f8faff; }
.pdc-nav-group summary { justify-content: space-between; font-size: 13px; font-weight: 650; line-height: 1.28; list-style: none; }
.pdc-nav-group summary::-webkit-details-marker { display: none; }
.pdc-nav-group summary > span:first-child { display: flex; align-items: center; gap: 9px; min-width: 0; overflow-wrap: anywhere; }
.pdc-nav-group summary .dashicons { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 8px; background: #eef3ff; color: var(--pdc-primary); font-size: 16px; }
.pdc-nav-count { display: inline-grid; min-width: 24px; height: 24px; padding: 0 6px; flex: 0 0 auto; place-items: center; border-radius: 999px; background: #edf1f8; color: #526079; font-size: 10px; font-weight: 800; text-align: center; }
.pdc-nav-files { position: relative; margin: 1px 7px 8px 19px; padding: 4px 0 0 12px; border-left: 1px solid #cdd8ef; }
.pdc-nav-files a { display: flex; align-items: flex-start; gap: 7px; padding: 7px; border-radius: 7px; color: #475467; font-size: 12px; line-height: 1.35; text-decoration: none; }
.pdc-nav-files a:hover { background: #f5f7fb; color: var(--pdc-primary); }
.pdc-nav-file-row,
.pdc-direct-pdf-row { display: grid; grid-template-columns: minmax(0, 1fr) 34px; align-items: center; gap: 5px; }
.pdc-nav-file-row > a,
.pdc-direct-pdf-row > a { min-width: 0; }
.pdc-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}
.pdc-portal-nav button.pdc-nav-quick-add,
.pdc-nav-owned {
    position: relative;
    display: inline-grid !important;
    box-sizing: border-box !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    place-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #c8d5f4 !important;
    border-radius: 9px !important;
    background: #eef3ff !important;
    color: #2345ae !important;
    line-height: 1 !important;
    box-shadow: none !important;
}
.pdc-portal-nav button.pdc-nav-quick-add { cursor: pointer; -webkit-appearance: none; appearance: none; }
.pdc-portal-nav button.pdc-nav-quick-add::after {
    content: "+";
    position: absolute;
    top: 2px;
    right: 3px;
    display: grid;
    width: 12px;
    height: 12px;
    place-items: center;
    border-radius: 50%;
    background: #3157d5;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}
.pdc-portal-nav button.pdc-nav-quick-add.is-selected::after { display: none; }
.pdc-nav-files .pdc-nav-quick-add .dashicons,
.pdc-direct-pdfs .pdc-nav-quick-add .dashicons,
.pdc-nav-files .pdc-nav-owned .dashicons,
.pdc-direct-pdfs .pdc-nav-owned .dashicons { width: 18px; height: 18px; margin: 0; color: inherit; font-size: 18px; line-height: 18px; }
.pdc-portal-nav button.pdc-nav-quick-add:hover,
.pdc-portal-nav button.pdc-nav-quick-add:focus-visible { border-color: #3157d5 !important; background: #dfe8ff !important; outline: 2px solid rgba(49,87,213,.2); outline-offset: 1px; }
.pdc-portal-nav button.pdc-nav-quick-add.is-selected,
.pdc-nav-owned { border-color: #15803d !important; background: #dcfce7 !important; color: #15803d !important; }
.pdc-portal-nav button.pdc-nav-quick-add.is-pending { border-color: #3157d5 !important; background: #eaf0ff !important; color: #2345ae !important; }
.pdc-portal-nav button.pdc-nav-quick-add.is-pending .dashicons-update { animation: pdc-cart-spin .8s linear infinite; }
.pdc-nav-files a.is-promotion { border: 1px solid #f3aaaa; background: #fff1f1; color: #991b1b; font-weight: 700; }
.pdc-nav-files a.is-promotion:hover, .pdc-nav-files a.is-promotion.is-current { border-color: #dc2626; background: #fee2e2; color: #991b1b; }
.pdc-nav-files a.is-promotion .dashicons { color: #dc2626; }
.pdc-nav-files a em, .pdc-direct-pdfs a em { margin-left: auto; padding: 2px 5px; border-radius: 999px; background: #dc2626; color: #fff; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pdc-nav-files .dashicons { width: 15px; height: 15px; font-size: 15px; }
.pdc-format-icon { display: inline-grid; flex: 0 0 27px; width: 27px; height: 21px; place-items: center; margin-top: -1px; border: 1px solid currentColor; border-radius: 5px; background: #eef2ff; color: #3157d5; font-size: 7px; font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.pdc-format-icon-pdf { background: #fff0f0; color: #dc2626; }
.pdc-format-icon-excel { background: #e9f8ef; color: #16834a; }
.pdc-format-icon-powerpoint { background: #fff1e8; color: #d95719; }
.pdc-format-icon-document { background: #eaf2ff; color: #2563c9; }
.pdc-format-icon-archive { background: #f2eaff; color: #7c3db5; }
.pdc-format-icon-image { background: #fff7dc; color: #a46800; }
.pdc-format-icon-media { background: #e9f7fa; color: #087c91; }
.pdc-format-icon-ebook { background: #f3edff; color: #6b3bbb; }
.pdc-nav-subgroup { margin: 3px 0; }
.pdc-nav-subgroups { display: grid; gap: 3px; margin: 5px 0 0; }
.pdc-nav-subgroups > .pdc-nav-subgroup { width: 100%; }
.pdc-nav-subgroup > summary { min-height: 36px; padding: 7px 6px; background: #f7f9fc; font-size: 11px; }
.pdc-nav-subgroup > .pdc-nav-files { margin-left: 14px; }
.pdc-nav-files small, .pdc-nav-empty { display: block; padding: 9px; color: #98a2b3; font-size: 11px; }
.pdc-direct-pdfs { display: grid; gap: 5px; margin: 2px 0 9px; }
.pdc-direct-pdfs a { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 3px 8px; padding: 10px 11px; border: 1px solid #e0e5ee; border-radius: 9px; background: #fff; color: #344054; text-decoration: none; }
.pdc-direct-pdfs a:hover { border-color: #b9c8f2; background: #f4f7ff; color: var(--pdc-primary); }
.pdc-direct-pdfs a.is-promotion { grid-template-columns: 27px minmax(0,1fr) auto; border-color: #f3aaaa; background: #fff1f1; color: #991b1b; }
.pdc-direct-pdfs a.is-promotion:hover, .pdc-direct-pdfs a.is-promotion.is-current { border-color: #dc2626; background: #fee2e2; color: #991b1b; }
.pdc-direct-pdfs a.is-promotion .dashicons { color: #dc2626; }
.pdc-direct-pdfs a.is-current, .pdc-nav-files a.is-current { border-color: #9fb2eb; background: #eaf0ff; color: var(--pdc-primary-dark); }
.pdc-direct-pdfs .dashicons { grid-row: 1 / 3; width: 18px; height: 18px; color: var(--pdc-primary); font-size: 18px; }
.pdc-direct-pdfs .pdc-format-icon { grid-row: 1 / 3; }
.pdc-direct-pdfs a > span:nth-child(2) { overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.3; text-overflow: ellipsis; }
.pdc-direct-pdfs small { color: #7b879b; font-size: 10px; }
.pdc-portal-user { display: block; margin: 0 0 16px; padding: 14px 15px; border-radius: 12px; background: linear-gradient(135deg, #3157d5, #233f9f); color: #fff !important; text-decoration: none !important; box-shadow: 0 8px 20px rgba(49,87,213,.2); }
.pdc-portal-user > span, .pdc-portal-user strong, .pdc-portal-user small { display: block; }
.pdc-portal-user > span { display: flex; align-items: center; gap: 5px; color: #dce5ff; font-size: 11px; }
.pdc-portal-user .dashicons { width: 16px; height: 16px; font-size: 16px; }
.pdc-portal-user strong { margin-top: 4px; color: #fff; font-size: 19px; }
.pdc-portal-user small { margin-top: 7px; color: #dce5ff; font-size: 10px; font-weight: 650; }
.pdc-portal-user:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(49,87,213,.28); }
.pdc-portal-login { background: linear-gradient(135deg, #173b8f, #3157d5); }
.pdc-portal-login strong { display: flex; align-items: center; justify-content: space-between; }
.pdc-portal-login strong::after { content: "→"; font-size: 18px; }
.pdc-login-panel { max-width: 820px; margin: 0 auto; padding: 26px; border: 1px solid var(--pdc-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(21,32,51,.06); }
.pdc-login-intro { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--pdc-line); }
.pdc-login-intro > .dashicons { width: 42px; height: 42px; padding: 10px; border-radius: 11px; background: var(--pdc-accent); color: var(--pdc-primary); font-size: 22px; }
.pdc-login-intro h2 { margin: 0 0 5px; font-size: 23px; line-height: 1.25; }
.pdc-login-intro p { margin: 0; color: var(--pdc-muted); }
.pdc-login-panel .woocommerce { max-width: 100%; }
.pdc-login-panel .woocommerce h2 { font-size: 21px; }
.pdc-login-panel .woocommerce-form-login,
.pdc-login-panel #loginform { margin: 0; padding: 20px; border: 1px solid var(--pdc-line); border-radius: 12px; background: #f8faff; }
.pdc-login-panel input[type="text"],
.pdc-login-panel input[type="email"],
.pdc-login-panel input[type="password"] { width: 100%; max-width: 100%; min-height: 46px; }
.pdc-login-panel .pdc-reset-form { margin: 0; padding: 20px; border: 1px solid var(--pdc-line); border-radius: 12px; background: #f8faff; }
.pdc-login-panel .pdc-reset-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.pdc-login-panel .pdc-reset-form input { width: 100%; max-width: 100%; min-height: 46px; }
.pdc-login-back { display: inline-flex; margin-top: 15px; color: var(--pdc-primary); font-weight: 750; text-decoration: none !important; }
.pdc-login-back:hover { text-decoration: underline !important; }
.pdc-login-panel button,
.pdc-login-panel input[type="submit"] { min-height: 44px; padding: 10px 22px; border: 0; border-radius: 9px; background: var(--pdc-primary); color: #fff; font-weight: 800; cursor: pointer; }
.pdc-payment-return { display: flex; align-items: center; gap: 15px; margin: 24px 0; padding: 20px; border: 1px solid #f1c36d; border-radius: 14px; background: #fff8e8; color: var(--pdc-ink); box-shadow: 0 8px 24px rgba(21,32,51,.06); }
.pdc-payment-return > .dashicons { flex: 0 0 auto; width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: #f79009; color: #fff; font-size: 22px; }
.pdc-payment-return > div { flex: 1; min-width: 0; }
.pdc-payment-return strong { display: block; margin-bottom: 4px; font-size: 18px; }
.pdc-payment-return p { margin: 0; color: #667085; line-height: 1.5; }
.pdc-payment-return.is-paid { border-color: #8ad6ad; background: #ecfdf3; }
.pdc-payment-return.is-paid > .dashicons { background: #12a05c; }
.pdc-payment-return .pdc-button { flex: 0 0 auto; text-align: center; }
.pdc-portal-nav > a.pdc-sidebar-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 66px; margin-top: 5px; padding: 13px 15px; border-radius: 12px; background: linear-gradient(135deg, #f18b22, #df5b1b); color: #fff !important; text-decoration: none !important; box-shadow: 0 7px 18px rgba(223,91,27,.22); transition: transform .18s ease, box-shadow .18s ease; }
.pdc-portal-nav > a.pdc-sidebar-cta:hover { background: linear-gradient(135deg, #f18b22, #d94d12); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(223,91,27,.3); }
.pdc-portal-nav > a.pdc-logout-link { margin-top: 3px; color: #b42318; }
.pdc-portal-nav > a.pdc-logout-link:hover { background: #fff1f0; color: #b42318; }
.pdc-sidebar-cta small, .pdc-sidebar-cta strong { display: block; }
.pdc-sidebar-cta small { margin-bottom: 3px; color: #fff2e7; font-size: 10px; }
.pdc-sidebar-cta strong { font-size: 13px; }
.pdc-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 320px); align-items: center; gap: 24px; overflow: hidden; padding: clamp(36px, 4vw, 60px); border-radius: 24px; background: linear-gradient(135deg, #eef2ff 0%, #f8faff 55%, #e6ecff 100%); }
.pdc-hero-content { position: relative; z-index: 3; min-width: 0; }
.pdc-hero h1 { width: 100%; max-width: 650px; margin: 8px 0 16px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.035em; white-space: normal; overflow-wrap: anywhere; }
.pdc-hero-content > p { display: block; width: 100%; max-width: 100%; margin: 0 0 26px; color: var(--pdc-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; white-space: normal !important; overflow-wrap: anywhere; word-break: normal; letter-spacing: normal; }
.pdc-hero-primary-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: -4px 0 14px; }
.pdc-hero-primary-actions .pdc-button { width: auto; min-width: 190px; }
.pdc-button.pdc-button-secondary { border: 1px solid #a9b9df; background: #fff; color: #2345ae !important; box-shadow: none; }
.pdc-button.pdc-button-secondary:hover { border-color: var(--pdc-primary); background: #edf2ff; color: #17368f !important; }
.pdc-hero-offer-line { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 14px; margin-bottom: 22px; color: #29447e; }
.pdc-hero-offer-line strong { padding: 7px 11px; border-radius: 8px; background: #dfe7ff; color: #1b3a97; font-size: 13px; }
.pdc-hero-offer-line span { font-size: 12px; }
.pdc-eyebrow { color: var(--pdc-primary); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pdc-home-search { position: relative; display: block; max-width: 680px; padding: 18px; border: 3px solid #86a2f2; border-radius: 18px; background: linear-gradient(145deg, #fff 0%, #f6f8ff 100%); box-shadow: 0 20px 46px rgba(30,55,130,.2), 0 0 0 5px rgba(49,87,213,.06); }
.pdc-home-search::before { content: ""; position: absolute; top: -3px; right: 34px; left: 34px; height: 4px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, #3157d5, #6f8ff0); }
.pdc-home-search-label { position: relative; display: block; min-height: 44px; margin: 0 0 14px; padding: 2px 0 0 54px; text-align: left; }
.pdc-home-search-label .dashicons { position: absolute; left: 0; top: 0; width: 42px; height: 42px; padding: 9px; border-radius: 11px; background: var(--pdc-primary); color: #fff; font-size: 24px; box-shadow: 0 7px 16px rgba(49,87,213,.25); }
.pdc-home-search-label strong, .pdc-home-search-label small { display: block; }
.pdc-home-search-label strong { color: #172033; font-size: 18px; line-height: 1.25; }
.pdc-home-search-label small { margin-top: 4px; color: var(--pdc-muted); font-size: 12px; line-height: 1.4; }
.pdc-home-search-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 6px; border: 1px solid #bfccef; border-radius: 12px; background: #fff; box-shadow: inset 0 1px 2px rgba(21,32,51,.04); }
.pdc-home-search input { display: block; width: 100%; max-width: none; min-width: 0; flex: 1; min-height: 52px; padding: 0 15px; border: 0 !important; outline: 0; box-shadow: none !important; background: transparent; font-size: 16px; text-overflow: ellipsis; }
.pdc-home-search button { min-height: 52px; padding: 0 18px; border: 0; border-radius: 9px; background: linear-gradient(135deg, #3157d5, #2445b5); color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; cursor: pointer; box-shadow: 0 7px 16px rgba(49,87,213,.25); }
.pdc-home-search button:hover { background: linear-gradient(135deg, #244dc7, #19358f); transform: translateY(-1px); }
.pdc-hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.pdc-hero-actions .pdc-button-large { width: auto; }
.pdc-text-link { color: var(--pdc-primary); font-weight: 700; text-decoration: none; }
.pdc-hero-balance { color: var(--pdc-muted); }
.pdc-hero-balance strong { color: var(--pdc-primary-dark); }
.pdc-hero-art { position: relative; min-width: 0; min-height: 290px; }
.pdc-book { position: absolute; display: flex; flex-direction: column; justify-content: space-between; width: 180px; height: 250px; padding: 25px; border-radius: 8px 18px 18px 8px; color: #fff; box-shadow: -14px 18px 35px rgba(21,32,51,.2); }
.pdc-book::before { content: ""; position: absolute; inset: 0 auto 0 12px; width: 3px; background: rgba(255,255,255,.25); }
.pdc-book-front { z-index: 2; right: 8%; bottom: 5px; transform: rotate(7deg); background: linear-gradient(145deg, #3157d5, #172d76); }
.pdc-book-front strong { font-size: 46px; }
.pdc-book-front span { font-size: 18px; line-height: 1.25; }
.pdc-book-back { left: 4%; top: 0; transform: rotate(-9deg); background: linear-gradient(145deg, #ffb156, #e16936); }
.pdc-book-back span { font-size: 28px; font-weight: 900; }
@media (min-width: 681px) and (max-width: 1180px) {
    .pdc-book { width: 158px; height: 225px; padding: 21px; }
    .pdc-book-front { right: 2%; }
    .pdc-book-front strong { font-size: 39px; }
    .pdc-book-front span { font-size: 15px; overflow-wrap: anywhere; }
    .pdc-book-back { left: 1%; }
}
.pdc-home-section { padding: clamp(50px, 7vw, 86px) 0 0; }
.pdc-home-quicklinks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.pdc-home-quicklink { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 20px 22px; border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; color: var(--pdc-ink); text-decoration: none !important; box-shadow: 0 12px 28px rgba(24,45,105,.07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.pdc-home-quicklink:hover { transform: translateY(-3px); border-color: var(--pdc-primary); box-shadow: 0 16px 34px rgba(24,45,105,.13); }
.pdc-home-quicklink > .dashicons { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--pdc-accent); color: var(--pdc-primary); font-size: 24px; }
.pdc-home-quicklink span strong,.pdc-home-quicklink span small { display: block; }.pdc-home-quicklink span strong { margin-bottom: 4px; font-size: 17px; }.pdc-home-quicklink span small { color: var(--pdc-muted); line-height: 1.35; }.pdc-home-quicklink > b { color: var(--pdc-primary); font-size: 13px; white-space: nowrap; }
.pdc-home-quicklink-updates > .dashicons { background: #eafaf1; color: #16834a; }
.pdc-portal-nav > a.pdc-sidebar-feature-link { display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; min-height: 64px; margin: 2px 0; padding: 11px 12px; border: 1px solid #e3e9f7; border-radius: 12px; background: #fff; text-transform: none; }
.pdc-sidebar-feature-link > .dashicons { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--pdc-accent); color: var(--pdc-primary); }
.pdc-sidebar-feature-link span strong,.pdc-sidebar-feature-link span small { display: block; }.pdc-sidebar-feature-link span strong { color: var(--pdc-ink); font-size: 13px; text-transform: none; }.pdc-sidebar-feature-link span small { margin-top: 2px; color: var(--pdc-muted); font-size: 10px; line-height: 1.25; text-transform: none; }.pdc-sidebar-feature-link > b { color: var(--pdc-primary); }
.pdc-portal-nav > a.pdc-sidebar-feature-link:hover,.pdc-portal-nav > a.pdc-sidebar-feature-link.is-active { border-color: #b9c8fa; background: #f4f7ff; }
.pdc-how-teaser { padding-bottom: 10px; }
.pdc-how-steps, .pdc-how-flow, .pdc-how-plan-grid { display: grid; gap: 18px; }
.pdc-how-steps { grid-template-columns: repeat(3, 1fr); }
.pdc-how-steps article { display: flex; gap: 15px; padding: 22px; border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(24,45,105,.06); }
.pdc-how-steps strong { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--pdc-primary); color: #fff; }
.pdc-how-steps h3, .pdc-how-flow h2 { margin: 0 0 7px; color: var(--pdc-ink); }
.pdc-how-steps p, .pdc-how-flow p { margin: 0; color: var(--pdc-muted); line-height: 1.55; }
.pdc-how-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.pdc-button-outline { border: 1px solid var(--pdc-primary); background: #fff !important; color: var(--pdc-primary) !important; }
.pdc-button-whatsapp { border: 1px solid #16a34a; background: #16a34a !important; color: #fff !important; box-shadow: 0 10px 24px rgba(22, 163, 74, .22); }
.pdc-button-whatsapp:hover { background: #12843d !important; border-color: #12843d; color: #fff !important; }
.pdc-how-page { padding: clamp(28px,5vw,64px) 0; }
.pdc-how-highlight { margin: 28px 0; padding: clamp(25px,4vw,42px); border-radius: 24px; background: linear-gradient(135deg,#eef3ff,#f5fff8); text-align: center; }
.pdc-how-highlight div { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; color: var(--pdc-primary); font-size: clamp(24px,4vw,42px); font-weight: 800; }
.pdc-how-highlight p { max-width: 760px; margin: 15px auto 0; color: var(--pdc-muted); line-height: 1.6; }
.pdc-how-flow { grid-template-columns: repeat(4,1fr); margin: 26px 0 56px; }
.pdc-how-flow article { padding: 24px; border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; }
.pdc-how-flow article > span { color: var(--pdc-primary); font-weight: 800; letter-spacing: .08em; }
.pdc-how-flow h2 { margin-top: 18px; font-size: 19px; }
.pdc-how-plans { padding: clamp(28px,5vw,50px); border-radius: 26px; background: #101f4d; color: #fff; }
.pdc-how-plans .pdc-eyebrow { color: #86a9ff; }
.pdc-how-plans h2 { margin: 6px 0 8px; color: #fff !important; }
.pdc-how-plans-intro { max-width: 680px; margin: 0 0 28px; color: #d7e1ff !important; font-size: 16px; line-height: 1.55; }
.pdc-how-plan-grid { grid-template-columns: repeat(3,1fr); }
.pdc-how-plan-grid article { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 27px 24px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.1); color: #fff; }
.pdc-how-plan-grid article.is-featured { background: #fff; color: var(--pdc-ink); transform: translateY(-5px); }
.pdc-how-plan-grid article em { position: absolute; top: -13px; right: 18px; padding: 6px 11px; border-radius: 99px; background: #25c66f; color: #082b1a; font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.pdc-how-plan-grid strong { color: inherit !important; font-size: 25px; }.pdc-how-plan-grid b { color: inherit !important; font-size: 34px; }.pdc-how-plan-grid span,.pdc-how-plan-grid small { color: inherit; opacity: .82; }
.pdc-how-plan-grid article > a { margin-top: 12px; padding: 12px 14px; border-radius: 10px; background: #fff; color: #173a9c; font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; }
.pdc-how-plan-grid article.is-featured > a { background: var(--pdc-primary); color: #fff; }
.pdc-how-plan-grid article > a:hover { transform: translateY(-1px); }
.pdc-how-security { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: #fff; }.pdc-how-security > .dashicons { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 22px; }.pdc-how-security strong,.pdc-how-security small { display: block; }.pdc-how-security small { margin-top: 2px; color: #d7e1ff; }
.pdc-how-faq { max-width: 850px; margin: 55px auto; }
.pdc-how-faq h2 { text-align: center; }
.pdc-how-faq details { margin: 12px 0; padding: 18px 20px; border: 1px solid var(--pdc-line); border-radius: 14px; background: #fff; }
.pdc-how-faq summary { cursor: pointer; color: var(--pdc-ink); font-weight: 700; }.pdc-how-faq p { margin-bottom: 0; color: var(--pdc-muted); }
.pdc-how-final { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: clamp(28px,5vw,48px); border-radius: 24px; background: #f2f6ff; }
.pdc-how-final h2 { margin: 6px 0; }
.pdc-home-category-section + .pdc-home-category-section { padding-top: clamp(42px, 5vw, 64px); }
.pdc-section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.pdc-section-title h2 { margin: 6px 0 0; font-size: clamp(28px, 4vw, 42px); }
.pdc-section-title > a { color: var(--pdc-primary); font-weight: 700; text-decoration: none; }
.pdc-section-title-centered { justify-content: center; text-align: center; }
.pdc-section-title-centered p { margin-bottom: 0; color: var(--pdc-muted); }
.pdc-home-pricing { padding-bottom: 35px; }
.pdc-portal-detail { min-height: 680px; padding: clamp(24px, 4vw, 48px); border-radius: 18px; background: #fff; }
.pdc-detail-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 30px; }
.pdc-detail-topbar h1 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
.pdc-detail-admin-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.pdc-detail-admin-actions a { white-space: nowrap; font-weight: 700; text-decoration: none; }
.pdc-back-link { color: var(--pdc-primary); }
.pdc-edit-pdf-button { padding: 10px 16px; border-radius: 9px; background: var(--pdc-primary); color: #fff !important; box-shadow: 0 6px 16px rgba(47,86,219,.2); }
.pdc-edit-pdf-button:hover { background: #2448be; transform: translateY(-1px); }
.pdc-detail-layout { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 52px); align-items: start; }
.pdc-detail-preview { position: relative; overflow: hidden; border: 1px solid #dfe4ec; border-radius: 14px; background: #edf1f7; box-shadow: 0 12px 35px rgba(21,32,51,.1); user-select: none; }
.pdc-detail-preview img { display: block; width: 100%; height: auto; object-fit: contain; cursor: zoom-in; user-select: none; -webkit-user-drag: none; }
.pdc-detail-preview > span { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; border-radius: 6px; background: rgba(22,35,64,.86); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.pdc-detail-placeholder { display: grid; min-height: 460px; place-content: center; text-align: center; color: var(--pdc-primary); }
.pdc-detail-placeholder strong { font-size: 70px; }
.pdc-detail-placeholder span { color: var(--pdc-muted); }
.pdc-detail-label { color: var(--pdc-primary); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pdc-detail-description { margin: 12px 0 28px; color: #475467; font-size: 16px; line-height: 1.7; }
.pdc-description-collapsible .pdc-description-content { position: relative; max-height: 13.6em; overflow: hidden; }
.pdc-description-collapsible:not(.is-expanded) .pdc-description-content::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3.4em; background: linear-gradient(transparent, #fff); pointer-events: none; }
.pdc-description-collapsible.is-expanded .pdc-description-content { max-height: none; }
.pdc-description-toggle { margin-top: 8px; padding: 0; border: 0; background: transparent; color: var(--pdc-primary); font: inherit; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.pdc-description-toggle:hover { color: var(--pdc-accent-strong); }
.pdc-file-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 22px; }
.pdc-file-facts > span { min-height: 78px; padding: 14px 12px; border: 1px solid #e1e6ef; border-radius: 9px; background: #fafbfc; }
.pdc-file-facts small, .pdc-file-facts strong { display: block; }
.pdc-file-facts small { color: var(--pdc-muted); font-size: 10px; text-transform: uppercase; }
.pdc-file-facts strong { margin-top: 3px; }
.pdc-file-facts em { display: block; margin-top: 4px; color: var(--pdc-muted); font-size: 10px; font-style: normal; line-height: 1.25; }
.pdc-file-fact-contents strong { line-height: 1.2; }
.pdc-detail-purchase { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid #dfe5f0; border-radius: 13px; background: #f5f7fc; }
.pdc-detail-purchase small, .pdc-detail-purchase strong, .pdc-detail-purchase span { display: block; }
.pdc-detail-purchase small, .pdc-detail-purchase span { color: var(--pdc-muted); font-size: 12px; }
.pdc-detail-purchase strong { margin: 3px 0; font-size: 24px; }
.pdc-detail-benefits { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; color: #475467; list-style: none; }
.pdc-detail-benefits li::before { content: "✓"; margin-right: 9px; color: #16804a; font-weight: 900; }
.pdc-zoom-open { overflow: hidden; }
.pdc-zoom-modal { position: fixed; z-index: 2147483000; inset: 0; padding: 22px; background: rgba(10,16,30,.94); }
.pdc-zoom-modal[hidden] { display: none; }
.pdc-zoom-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 1200px; height: 52px; margin: 0 auto; color: #fff; }
.pdc-zoom-toolbar > span { font-weight: 750; }
.pdc-zoom-toolbar > div { display: flex; gap: 7px; }
.pdc-zoom-toolbar button { min-width: 42px; height: 38px; padding: 0 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; background: rgba(255,255,255,.12); color: #fff; font-size: 17px; cursor: pointer; }
.pdc-zoom-toolbar button:hover { background: var(--pdc-primary); }
.pdc-zoom-toolbar .pdc-zoom-close { min-width: 92px; border-color: #ef6a62; background: #d92d20; font-size: 14px; font-weight: 800; }
.pdc-zoom-toolbar .pdc-zoom-close:hover { background: #b42318; }
.pdc-zoom-stage { display: grid; place-items: center; max-width: 1200px; height: calc(100vh - 96px); margin: 0 auto; overflow: auto; border-radius: 10px; background: #252c3a; }
.pdc-zoom-stage img { display: block; max-width: 92%; max-height: calc(100vh - 120px); transition: width .15s ease; user-select: none; -webkit-user-drag: none; }
.pdc-single-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 28px 0; padding: 22px; border: 1px solid var(--pdc-line); border-radius: var(--pdc-radius); background: var(--pdc-bg); }
.pdc-single-box span, .pdc-single-box strong, .pdc-single-box small { display: block; }
.pdc-single-box span, .pdc-single-box small { color: var(--pdc-muted); }
.pdc-single-box strong { margin: 4px 0; font-size: 21px; }
.pdc-notice { margin: 0 0 24px; padding: 14px 16px; border-radius: 9px; border-left: 4px solid #3157d5; background: #eef2ff; }
.pdc-notice { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pdc-notice-success { border-color: #14804a; background: #eaf8f0; }
.pdc-notice-warning { border-color: #c47b08; background: #fff6df; }
.pdc-button-buy-credits { background: #e08716; }
.pdc-button-buy-credits:hover { background: #b96908; }

/* Refinamento visual geral */
.pdc-portal-main { padding: clamp(20px, 2.8vw, 38px); }
.pdc-home h1, .pdc-home h2, .pdc-home h3,
.pdc-pricing-wrap h1, .pdc-pricing-wrap h2, .pdc-pricing-wrap h3,
.pdc-account h1, .pdc-account h2 { color: #141b2d; letter-spacing: -.025em; }
.pdc-eyebrow { display: inline-block; color: var(--pdc-primary); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pdc-button { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 10px; background: linear-gradient(135deg, #365ee1, #2547b8); box-shadow: 0 6px 15px rgba(49,87,213,.2); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.pdc-button:hover { background: linear-gradient(135deg, #294fca, #19378f); transform: translateY(-1px); box-shadow: 0 9px 20px rgba(49,87,213,.27); }
.pdc-button:focus-visible, .pdc-home-search button:focus-visible, .pdc-sidebar-search button:focus-visible { outline: 3px solid rgba(49,87,213,.28); outline-offset: 3px; }
.pdc-card { display: flex; height: 100%; flex-direction: column; border-color: #dbe3ef; border-radius: 16px; box-shadow: 0 8px 25px rgba(21,38,78,.07); }
.pdc-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.pdc-card h3 { font-size: 20px; line-height: 1.3; }
.pdc-card p { color: #667085; line-height: 1.62; }
.pdc-card-footer { margin-top: auto; }
.pdc-portal-category, .pdc-portal-plans, .pdc-portal-account {
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid #e2e8f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(29,46,88,.06);
}
.pdc-detail-topbar { padding-bottom: 22px; border-bottom: 1px solid #e7ebf2; }
.pdc-detail-topbar h1 { max-width: 820px; letter-spacing: -.035em; }
.pdc-detail-description { color: #536176; font-size: 17px; }
.pdc-detail-purchase { padding: 22px; border-color: #d7e0ef; border-radius: 15px; background: linear-gradient(145deg, #f8faff, #f0f4ff); }
.pdc-detail-stats > div { border-color: #dce4f0; border-radius: 12px; background: #fbfcff; }
.pdc-account-stats article, .pdc-account-card { border-color: #dce4ef; box-shadow: 0 6px 18px rgba(29,46,88,.045); }
.pdc-account-stats article { transition: transform .18s ease, box-shadow .18s ease; }
.pdc-account-stats article:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(29,46,88,.08); }
.pdc-plan { border-color: #dbe3ef; box-shadow: 0 12px 32px rgba(21,38,78,.08); }
.pdc-plan.is-featured { box-shadow: 0 16px 38px rgba(49,87,213,.17); }
.pdc-gift-generator { border-color: #dbe3ef; }
.pdc-gift-generator-grid input:focus, .pdc-gift-generator-grid select:focus,
.pdc-copy-field input:focus { border-color: #6989e8; outline: 0; box-shadow: 0 0 0 4px rgba(49,87,213,.1); }
.pdc-empty { border-color: #cbd6e7; background: linear-gradient(145deg, #fbfcff, #f4f7fc); }
.pdc-notice { border: 1px solid #d6dff2; border-left-width: 4px; border-radius: 11px; box-shadow: 0 5px 15px rgba(29,46,88,.04); }

/* Remove informações do tema que não pertencem a uma página de produto PDF. */
.single-pdc_pdf .share_wrapper,
.single-pdc_pdf .share-simple-wrapper,
.single-pdc_pdf .post-footer,
.single-pdc_pdf .post-meta,
.single-pdc_pdf .author-box,
.single-pdc_pdf .mfn-author-box,
.single-pdc_pdf .section-related-adjustment,
.single-pdc_pdf .button-love,
.single-pdc_pdf .fixed-nav {
    display: none !important;
}

@media (max-width: 960px) {
    .pdc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pdc-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 22px; }
    .pdc-hero { grid-template-columns: 1fr; }
    .pdc-hero-art { display: none; }
    .pdc-portal { grid-template-columns: 220px minmax(0, 1fr); }
    .pdc-portal-main { padding: 16px; }
    .pdc-detail-layout { grid-template-columns: 1fr; }
    .pdc-detail-preview { min-height: 0; }
    .pdc-detail-preview img { min-height: 0; }
    .pdc-account-columns { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .pdc-gift-generator { margin: 12px 6px; padding: 18px 14px; }
    .pdc-gift-generator-grid { grid-template-columns: 1fr; }
    .pdc-duration-field input[type="number"] { flex-basis: 96px; width: 96px !important; }
    .pdc-duration-field select { width: auto !important; }
    .pdc-gift-submit .pdc-button { width: 100%; text-align: center; }
    .pdc-copy-field { flex-direction: column; }
    .pdc-generated-heading { align-items: stretch; flex-direction: column; }
    .pdc-generated-list .pdc-copy-field { align-items: stretch; padding: 12px; border: 1px solid #cde2d3; border-radius: 10px; background: rgba(255,255,255,.55); }
    .pdc-generated-list .pdc-copy-field > span { flex-basis: 30px; width: 30px; height: 30px; }
    .pdc-copy-field .pdc-button { width: 100%; text-align: center; }
    .pdc-gift-banner { align-items: stretch; flex-direction: column; margin: 0 6px 16px; padding: 15px; }
    .pdc-gift-banner .pdc-button { width: 100%; text-align: center; }
    .pdc-library-home-page,
    .pdc-library-home-page body { overflow-x: hidden !important; }
    .pdc-library-home-page #Content .container,
    .pdc-library-home-page #Content .section_wrapper,
    .pdc-library-home-page #Content .content_wrapper,
    .pdc-library-home-page #Content .sections_group,
    .pdc-library-home-page #Content .the_content_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .pdc-topbar, .pdc-balance-panel, .pdc-single-box, .pdc-account-header { align-items: stretch; flex-direction: column; }
    .pdc-layout { display: block; }
    .pdc-sidebar { position: static; margin-bottom: 24px; }
    .pdc-sidebar h3 { cursor: default; }
    .pdc-grid, .pdc-plans, .pdc-pricing-how, .pdc-how-steps, .pdc-how-flow, .pdc-how-plan-grid, .pdc-home-quicklinks { grid-template-columns: 1fr; }
    .pdc-how-plan-grid article.is-featured { transform: none; }
    .pdc-how-final { align-items: flex-start; flex-direction: column; }
    .pdc-grid { gap: 34px; padding: 6px 4px 18px; }
    .pdc-grid .pdc-card {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        margin: 0;
        border: 4px solid #9eb1d1;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 27px rgba(20, 39, 88, .15);
    }
    .pdc-grid .pdc-card.is-promotion { border-color: #dc2626; box-shadow: 0 12px 28px rgba(185, 28, 28, .2); }
    .pdc-grid .pdc-card.is-promotion, .pdc-grid .pdc-card.is-promotion .pdc-cover { overflow: visible; }
    .pdc-grid .pdc-card.is-promotion .pdc-preview-wrap,
    .pdc-grid .pdc-card.is-promotion .pdc-cover > img { overflow: hidden; border-radius: 15px 15px 0 0; }
    .pdc-grid .pdc-card.is-promotion .pdc-promotion-badge { top: -17px; left: 16px; padding: 8px 14px; border: 3px solid #fff; font-size: 13px; box-shadow: 0 7px 18px rgba(185,28,28,.35); }
    .pdc-grid .pdc-cover { aspect-ratio: 16 / 9; border: 0; border-radius: 0; background: #eef2f8; }
    .pdc-grid .pdc-cover img { object-position: center top; }
    .pdc-grid .pdc-card-body { display: flex; flex: 1; flex-direction: column; padding: 19px 20px 18px; }
    .pdc-grid .pdc-card-footer { margin-top: auto; padding-top: 10px; border-top: 0; }
    .pdc-card-footer, .pdc-card-actions { align-items: stretch; flex-direction: column; }
    .pdc-card-actions .pdc-inline-action { width: 100%; }
    .pdc-card-actions .pdc-button, .pdc-remove-library { width: 100%; min-height: 52px; text-align: center; }
    .pdc-card-actions .pdc-button { border-radius: 11px; font-size: 16px; }
    .pdc-grid .pdc-category { margin-bottom: 3px; }
    .pdc-grid .pdc-card h3 { margin-top: 4px; }
    .pdc-grid .pdc-card p { min-height: 0; margin-bottom: 12px; }
    .pdc-remove-library { padding: 8px; }
    .pdc-library-list {
        display: grid;
        gap: 14px;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }
    .pdc-library-row,
    .pdc-library-row:last-child {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px 13px;
        padding: 14px 12px;
        border: 2px solid #cbd7e9;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(22, 43, 103, .11);
    }
    .pdc-search-row .pdc-library-name { min-width: 0; text-align: left; }
    .pdc-search-row .pdc-library-name a { overflow-wrap: anywhere; }
    .pdc-search-row .pdc-library-category { justify-self: start; }
    .pdc-library-thumb { grid-row: 1 / 3; width: 64px; height: 54px; }
    .pdc-library-category { grid-column: 2; }
    .pdc-library-actions { grid-column: 1 / -1; align-items: stretch; }
    .pdc-library-actions .pdc-button { flex: 1; width: auto; min-width: 0; text-align: center; }
    .pdc-library-actions .pdc-inline-action { flex: 1; }
    .pdc-library-actions .pdc-remove-library { width: 100%; min-width: 70px; }
    .pdc-plan.is-featured { transform: none; }
    .pdc-topbar { width: 100%; min-width: 0; }
    .pdc-search { width: 100%; max-width: 100%; min-width: 0; }
    .pdc-search input { flex: 1 1 auto; width: auto; min-width: 0; padding-right: 10px; padding-left: 12px; }
    .pdc-search button { flex: 0 0 92px; min-width: 92px; padding: 0 10px; white-space: nowrap; text-align: center; }
    .pdc-hero-actions, .pdc-hero-primary-actions, .pdc-section-title { align-items: stretch; flex-direction: column; }
    .pdc-notice { align-items: stretch; flex-direction: column; }
    .pdc-home,
    .pdc-hero,
    .pdc-hero-content,
    .pdc-home-search,
    .pdc-home-search-fields,
    .pdc-home-section,
    .pdc-section-title {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .pdc-home-search { padding: 10px; }
    .pdc-home-search-label { min-height: 42px; padding-left: 50px; }
    .pdc-home-search-label strong,
    .pdc-home-search-label small,
    .pdc-hero-content > p,
    .pdc-section-title h2,
    .pdc-section-title a {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
        letter-spacing: normal;
    }
    .pdc-home-search-label strong { font-size: 16px; line-height: 1.3; }
    .pdc-home-search-label small { font-size: 11px; line-height: 1.45; }
    .pdc-home-search-fields { align-items: stretch; flex-direction: column; padding: 5px; }
    .pdc-home-search input { width: 100%; min-width: 0; min-height: 48px; padding: 0 12px; font-size: 15px; }
    .pdc-home-search button { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; white-space: normal; line-height: 1.3; letter-spacing: normal; }
    .pdc-hero { padding: 24px 12px; overflow: hidden; border-radius: 12px; }
    .pdc-hero h1 { width: 100%; max-width: 100%; margin-bottom: 18px; font-size: clamp(29px, 9vw, 38px); line-height: 1.08; white-space: normal; overflow-wrap: anywhere; }
    .pdc-hero-content > p { width: 100%; margin-bottom: 20px; font-size: 16px; line-height: 1.5; }
    .pdc-eyebrow { font-size: 11px; line-height: 1.4; letter-spacing: .08em; }
    .pdc-hero-content, .pdc-home-search, .pdc-home-search-fields, .pdc-hero-actions, .pdc-hero-primary-actions, .pdc-section-title { min-width: 0; max-width: 100%; }
    .pdc-hero-primary-actions .pdc-button { width: 100%; min-width: 0; }
    .pdc-hero-offer-line { align-items: stretch; flex-direction: column; }
    .pdc-hero-actions > *, .pdc-section-title > * { width: 100%; min-width: 0; max-width: 100%; }
    .pdc-hero-actions .pdc-button-large { width: 100%; padding-right: 12px; padding-left: 12px; white-space: normal; text-align: center; letter-spacing: normal; }
    .pdc-section-title h2 { font-size: clamp(25px, 8vw, 34px); line-height: 1.12; }
    html.pdc-menu-open { overflow: hidden; }
    .pdc-portal { display: block; width: 100%; max-width: 100%; min-height: 0; margin: 0; overflow: hidden; border: 0; border-radius: 0; box-shadow: none; }
    .pdc-portal-main { width: 100%; max-width: 100%; padding: 8px 4px 86px; overflow: hidden; }
    .pdc-portal-sidebar { display: block; padding: 9px 8px; border: 0; border-bottom: 1px solid var(--pdc-line); background: #fff; }
    .pdc-mobile-menu-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; padding: 8px 14px; border: 1px solid #d7deea; border-radius: 9px; background: #fff; color: var(--pdc-primary-dark); font-size: 14px; cursor: pointer; }
    .pdc-mobile-menu-toggle .dashicons { width: 20px; height: 20px; font-size: 20px; }
    .pdc-portal-sidebar:not(.is-open) { height: auto; max-height: none; padding: 9px 8px 0; overflow: visible; border: 0; }
    .pdc-portal-sidebar:not(.is-open) > :not(.pdc-mobile-menu-toggle) { display: none; }
    .pdc-portal-sidebar:not(.is-open) { position: relative; z-index: 30; width: 100%; }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle { position: relative; z-index: 31; top: auto; right: auto; bottom: auto; left: auto; width: 100%; min-width: 0; min-height: 50px; margin: 0 0 14px; padding: 11px 16px; border: 1px solid #b91c1c; border-radius: 10px; background: linear-gradient(135deg, #dc2626, #b91c1c); color: #fff; font-size: 15px; font-weight: 800; box-shadow: 0 8px 20px rgba(185,28,28,.22); }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle .dashicons { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: rgba(255,255,255,.16); font-size: 19px; }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle::after { content: none; }
    .pdc-portal-sidebar.is-open { position: fixed; z-index: 1000001; inset: 0 0 0 auto; display: block; width: min(calc(100vw - 28px), 380px); max-width: 100%; padding: max(12px, env(safe-area-inset-top)) 12px max(22px, env(safe-area-inset-bottom)); overflow-y: auto; border: 0; background: #fff; box-shadow: -12px 0 34px rgba(16,24,40,.24); animation: pdc-drawer-in .2s ease-out; }
    .pdc-portal-sidebar.is-open .pdc-mobile-menu-toggle { position: sticky; z-index: 2; top: 0; margin-bottom: 15px; border-color: #d9e2ff; background: #f1f5ff; color: #173a9c; }
    .pdc-portal-sidebar .pdc-mobile-menu-toggle:hover,
    .pdc-portal-sidebar .pdc-mobile-menu-toggle:focus { filter: brightness(.96); color: inherit; }
    .pdc-mobile-menu-backdrop { position: fixed; z-index: 999990; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(8,17,45,.46); backdrop-filter: blur(2px); cursor: pointer; }
    .pdc-mobile-menu-backdrop:not([hidden]) { display: block; }
    @keyframes pdc-drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
    .pdc-portal-brand { padding: 0 6px 14px; }
    .pdc-portal-user { margin-bottom: 12px; }
    .pdc-login-panel { padding: 14px 10px; border-radius: 10px; }
    .pdc-login-intro { gap: 10px; }
    .pdc-login-intro h2 { font-size: 20px; }
    .pdc-login-panel .woocommerce .col2-set .col-1,
    .pdc-login-panel .woocommerce .col2-set .col-2 { float: none; width: 100%; max-width: 100%; }
    .pdc-login-panel .woocommerce-form-login,
    .pdc-login-panel #loginform { padding: 14px 10px; }
    .pdc-payment-return { align-items: stretch; flex-direction: column; padding: 15px; }
    .pdc-payment-return .pdc-button { width: 100%; }
    .pdc-nav-group:not([open]) .pdc-nav-files { display: none; }
    .pdc-portal-detail, .pdc-portal-category, .pdc-portal-plans, .pdc-portal-account { min-height: 0; padding: 14px 10px; border-radius: 10px; }
    .pdc-detail-topbar { margin-bottom: 20px; }
    .pdc-detail-topbar h1 { font-size: clamp(28px, 9vw, 38px); }
    .pdc-detail-description { margin-bottom: 18px; font-size: 15px; }
    .pdc-file-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
    .pdc-file-facts > span { min-height: 68px; padding: 10px 7px; }
    .pdc-file-facts strong { font-size: 12px; overflow-wrap: anywhere; }
    .pdc-detail-purchase { padding: 15px; }
    .pdc-related-pdfs { margin-top: 34px; padding-top: 24px; }
    .pdc-home-section { padding-top: 38px; }
    .pdc-pricing-wrap { margin-top: 20px; }
    .pdc-detail-topbar, .pdc-detail-purchase { align-items: stretch; flex-direction: column; }
    .pdc-detail-admin-actions { align-items: stretch; justify-content: flex-start; }
    .pdc-detail-admin-actions a { text-align: center; }
    .pdc-account-stats { grid-template-columns: 1fr; }
    .pdc-account-actions { align-items: stretch; flex-direction: column; }
    .pdc-zoom-modal { padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)); }
    .pdc-zoom-toolbar > span { display: none; }
    .pdc-zoom-toolbar { position: relative; z-index: 3; justify-content: flex-start; padding-right: 108px; }
    .pdc-zoom-toolbar .pdc-zoom-close {
        position: fixed;
        z-index: 2147483001;
        top: max(12px, env(safe-area-inset-top));
        right: 12px;
        min-width: 96px;
        height: 44px;
        border: 2px solid rgba(255,255,255,.8);
        border-radius: 10px;
        box-shadow: 0 7px 20px rgba(0,0,0,.32);
    }
    .pdc-zoom-stage { height: calc(100dvh - 74px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
}
/* Lead magnet com captura consentida de WhatsApp */
.pdc-free-lead{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(160px,210px) minmax(280px,.85fr);gap:30px;align-items:center;overflow:hidden;padding:clamp(26px,4vw,44px);border:1px solid #dbe4ff;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f7f9ff 58%,#edf3ff 100%);color:var(--pdc-text);box-shadow:0 18px 45px rgba(37,76,173,.12)}
.pdc-free-lead::before{content:"";position:absolute;top:-130px;right:-90px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(49,87,213,.16),rgba(49,87,213,0) 70%);pointer-events:none}
.pdc-free-lead-copy,.pdc-free-lead-cover,.pdc-free-lead-form{position:relative;z-index:1}
.pdc-free-lead .pdc-eyebrow{color:#3157d5}.pdc-free-lead h2{max-width:720px;margin:8px 0 14px;color:var(--pdc-text);font-size:clamp(30px,3.5vw,48px);line-height:1.05;letter-spacing:-.035em}.pdc-free-lead h3{color:var(--pdc-text)}
.pdc-free-lead-intro{max-width:690px;margin:0;color:var(--pdc-muted);font-size:16px;line-height:1.65}.pdc-free-lead-intro strong{color:var(--pdc-text)}
.pdc-free-lead-points{display:grid;gap:10px;margin-top:22px}.pdc-free-lead-points>div{display:grid;grid-template-columns:38px minmax(0,1fr);column-gap:11px;align-items:center;padding:11px 13px;border:1px solid #dfe6f7;border-radius:13px;background:rgba(255,255,255,.78)}
.pdc-free-lead-points .dashicons{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#edf2ff;color:#3157d5;font-size:20px}.pdc-free-lead-points strong,.pdc-free-lead-points small{display:block}.pdc-free-lead-points strong{color:var(--pdc-text);font-size:14px;line-height:1.25}.pdc-free-lead-points small{margin-top:2px;color:var(--pdc-muted);font-size:11px;line-height:1.4}
.pdc-free-lead-cover{align-self:center;padding:13px;border:1px solid #dce5fb;border-radius:18px;background:#fff;box-shadow:0 16px 32px rgba(24,49,111,.14)}.pdc-free-lead-cover>span{position:absolute;z-index:2;top:21px;left:50%;transform:translateX(-50%);padding:6px 10px;border-radius:999px;background:#e73535;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;white-space:nowrap;box-shadow:0 7px 16px rgba(199,35,35,.25)}.pdc-free-lead-cover img{display:block;width:100%;border-radius:11px;box-shadow:0 10px 22px rgba(17,36,81,.18)}
.pdc-free-lead-form{padding:26px;border:1px solid #dce5fb;border-radius:20px;background:#fff;color:var(--pdc-text);box-shadow:0 16px 36px rgba(24,49,111,.12)}.pdc-free-lead-form h3{margin:10px 0 8px;font-size:25px;line-height:1.1}.pdc-free-lead-form>p{margin:0 0 18px;color:var(--pdc-muted);font-size:13px;line-height:1.5}.pdc-free-form-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#edf2ff;color:#3157d5;font-size:24px}
.pdc-free-lead-form label{display:block;margin:0 0 13px}.pdc-free-lead-form label>span{display:block;margin-bottom:6px;color:var(--pdc-text);font-size:12px;font-weight:750}.pdc-free-lead-form input[type=text],.pdc-free-lead-form input[type=tel]{box-sizing:border-box;width:100%;min-height:48px;border:1px solid #cdd8ef;border-radius:11px;padding:10px 12px;background:#fff;color:var(--pdc-text);outline:0;transition:border-color .2s ease,box-shadow .2s ease}.pdc-free-lead-form input[type=text]:focus,.pdc-free-lead-form input[type=tel]:focus{border-color:#3157d5;box-shadow:0 0 0 3px rgba(49,87,213,.12)}
.pdc-free-lead-form .pdc-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:5px;background:#3157d5}.pdc-free-lead-form .pdc-button:hover{background:#2347bf}.pdc-free-lead-form .pdc-button .dashicons{width:18px;height:18px;font-size:18px}.pdc-free-lead-form .pdc-free-consent{display:flex;gap:9px;align-items:flex-start}.pdc-free-lead-form .pdc-free-consent span{font-size:11px;font-weight:400;line-height:1.4}.pdc-free-lead-form small{display:block;margin-top:11px;color:#68758e;font-size:10px;line-height:1.45;text-align:center}
@media(max-width:1080px){.pdc-free-lead{grid-template-columns:minmax(0,1fr) 170px minmax(260px,.8fr);gap:20px;padding:28px}.pdc-free-lead h2{font-size:34px}.pdc-free-lead-points small{display:none}.pdc-free-lead-points>div{padding:10px}}
@media(max-width:900px){.pdc-free-lead{grid-template-columns:minmax(0,1fr);gap:22px}.pdc-free-lead-cover{width:min(210px,70%);margin:0 auto}.pdc-free-lead-form{width:auto}.pdc-free-lead-points small{display:block}}
@media(max-width:600px){.pdc-free-lead{margin-top:24px;padding:21px 16px;border-radius:20px}.pdc-free-lead h2{font-size:30px;line-height:1.08}.pdc-free-lead-intro{font-size:14px;line-height:1.55}.pdc-free-lead-points{margin-top:17px}.pdc-free-lead-points>div{grid-template-columns:36px minmax(0,1fr);padding:10px}.pdc-free-lead-points .dashicons{width:36px;height:36px}.pdc-free-lead-cover{width:min(185px,72%)}.pdc-free-lead-form{padding:21px 16px;border-radius:16px}.pdc-free-lead-form h3{font-size:23px}.pdc-free-lead-form input[type=text],.pdc-free-lead-form input[type=tel]{min-height:50px}}

/* 6.5.1: preserva o menu amplo no computador e o botão flutuante no celular. */
@media (min-width: 901px) {
    .pdc-portal { grid-template-columns: 265px minmax(0, 1fr); align-items: start; }
    .pdc-portal-sidebar { position: relative; top: auto; align-self: stretch; height: auto; max-height: none; padding: 24px 16px; overflow: visible; }
    body.admin-bar .pdc-portal-sidebar { top: auto; height: auto; max-height: none; }
    .pdc-portal-nav { flex: 1; min-height: 0; padding-right: 0; overflow: visible; scrollbar-gutter: auto; }
}


/* Carrinho múltiplo de packs e produtos */
.pdc-nav-complete-pack {
    display: grid;
    grid-template-columns: 30px minmax(0,1fr) auto;
    align-items: center;
    gap: 8px;
    width: calc(100% - 4px);
    margin: 2px 2px 7px;
    padding: 9px 8px;
    border: 1px solid #f4b382;
    border-radius: 9px;
    background: #fff7ed;
    color: #9a3412;
    text-align: left;
    cursor: pointer;
}
.pdc-nav-complete-pack:hover,
.pdc-nav-complete-pack:focus-visible { border-color: #f97316; background: #ffedd5; outline: 0; }
.pdc-nav-complete-pack > .dashicons {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f97316;
    color: #fff;
}
.pdc-nav-complete-pack > span:nth-child(2) { min-width: 0; }
.pdc-nav-complete-pack strong,
.pdc-nav-complete-pack small { display: block; padding: 0; color: inherit; }
.pdc-nav-complete-pack strong { font-size: 12px; line-height: 1.2; }
.pdc-nav-complete-pack small { margin-top: 2px; font-size: 9px; opacity: .78; }
.pdc-nav-complete-pack b { font-size: 10px; white-space: nowrap; }
.pdc-nav-complete-pack.is-selected {
    border-color: #16a34a;
    background: #ecfdf3;
    color: #166534;
}
.pdc-nav-complete-pack.is-selected > .dashicons { background: #16a34a; }
.pdc-segment-pack-button.is-selected,
.pdc-button-add-cart.is-selected {
    border-color: #15803d !important;
    background: #16a34a !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.pdc-segment-pack-button.is-pending,
.pdc-button-add-cart.is-pending {
    border-color: #3157d5 !important;
    background: #eaf0ff !important;
    color: #2345ae !important;
    -webkit-text-fill-color: #2345ae !important;
    cursor: progress;
}
@keyframes pdc-cart-spin { to { transform: rotate(360deg); } }

.pdc-selection-cart { position: fixed; z-index: 2147482500; right: 20px; bottom: 20px; width: min(390px, calc(100vw - 32px)); font-family: inherit; }
.pdc-selection-cart.is-pending .pdc-selection-cart-bar { border-color: #60a5fa !important; }
.pdc-selection-cart.has-quote-error .pdc-selection-cart-bar { border-color: #fb923c !important; background: linear-gradient(135deg,#f97316,#ea580c) !important; }
.pdc-selection-cart-bar {
    display: grid;
    grid-template-columns: 38px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 62px;
    padding: 10px 14px;
    border: 2px solid #fff;
    border-radius: 16px;
    background: linear-gradient(135deg,#173a9c,#315bd8);
    color: #fff;
    box-shadow: 0 14px 35px rgba(23,58,156,.34);
    text-align: left;
    cursor: pointer;
}
.pdc-selection-cart.has-items .pdc-selection-cart-bar { background: linear-gradient(135deg,#e86716,#f28a22); box-shadow: 0 14px 35px rgba(232,103,22,.34); }
.pdc-selection-cart.is-ready .pdc-selection-cart-bar {
    border-color: #dcfce7;
    background: linear-gradient(135deg,#15803d,#22a957);
    box-shadow: 0 14px 35px rgba(21,128,61,.34);
}
.pdc-selection-cart.is-ready .pdc-selection-cart-feedback { background: #ecfdf3; color: #166534; }
.pdc-selection-cart.is-ready [data-pdc-selection-submit] {
    border-color: #15803d !important;
    background: #16a34a !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.pdc-selection-cart.is-ready [data-pdc-selection-submit]:hover,
.pdc-selection-cart.is-ready [data-pdc-selection-submit]:focus-visible { background: #15803d !important; }
.pdc-selection-cart-bar > .dashicons { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.16); font-size: 22px; }
.pdc-selection-cart-bar span:nth-child(2) { min-width: 0; }
.pdc-selection-cart-bar strong,
.pdc-selection-cart-bar small { display: block; color: #fff; }
.pdc-selection-cart-bar strong { font-size: 14px; }
.pdc-selection-cart-bar small { margin-top: 2px; font-size: 11px; opacity: .9; }
.pdc-selection-cart-bar b { font-size: 17px; white-space: nowrap; }
.pdc-selection-cart-bar em { grid-column: 2 / 4; margin-top: -8px; font-size: 9px; font-style: normal; opacity: .8; }

.pdc-selection-cart-panel {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    padding: clamp(20px,3vw,36px) max(20px,calc((100vw - 760px)/2));
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
.pdc-cart-open,
.pdc-cart-open body { overflow: hidden !important; }
.pdc-selection-cart-panel[hidden] { display: none !important; }
.pdc-selection-cart-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pdc-selection-cart-panel h3 { margin: 2px 0 0; color: #111827; font-size: 24px; }
.pdc-selection-cart-panel > header p { margin: 5px 0 0; color: #52627a; font-size: 11px; font-weight: 700; }
.pdc-selection-cart-panel > header > button {
    display: inline-flex !important;
    flex: 0 0 36px;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: #eef2ff !important;
    color: #173a9c !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.pdc-selection-cart-panel > header > button::before {
    content: "\00d7";
    display: block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-1px);
}
.pdc-selection-cart-panel > header > button:hover,
.pdc-selection-cart-panel > header > button:focus-visible { background: #dfe7ff !important; }
.pdc-selection-cart-items { display: flex; flex: 1 1 auto; flex-direction: column; gap: 12px; min-height: 80px; max-height: none; padding: 2px 4px 8px 0; overflow-y: auto; }
.pdc-selection-cart-item { display: grid; grid-template-columns: 36px minmax(0,1fr) 38px; min-height: 72px; align-items: center; gap: 12px; padding: 13px 12px; border: 1px solid #e5eaf4; border-radius: 13px; background: #f8faff; }
.pdc-selection-cart-item > .dashicons { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #dfe8ff; color: #2345ae; }
.pdc-selection-cart-item > span:nth-child(2) { min-width: 0; }
.pdc-selection-cart-item strong,
.pdc-selection-cart-item small { display: block; }
.pdc-selection-cart-item strong { display: -webkit-box; overflow: hidden; color: #172033; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pdc-selection-cart-item small { margin-top: 4px; color: #667085; font-size: 10px; }
.pdc-selection-cart-item button {
    display: inline-flex !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #fee2e2 !important;
    border-radius: 8px;
    background: #fff !important;
    color: #b42318 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.pdc-selection-cart-item button::before {
    content: "\00d7";
    display: block;
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
}
.pdc-selection-cart-item button:hover,
.pdc-selection-cart-item button:focus-visible { border-color: #fecaca !important; background: #fff1f2 !important; }
.pdc-selection-cart-empty { display: grid; place-items: center; padding: 28px 14px; color: #667085; text-align: center; }
.pdc-selection-cart-empty[hidden] { display: none !important; }
.pdc-selection-cart-empty .dashicons { width: 40px; height: 40px; margin-bottom: 7px; color: #a7b4cf; font-size: 40px; }
.pdc-selection-cart-empty strong,
.pdc-selection-cart-empty small { display: block; }
.pdc-selection-cart-empty small { margin-top: 4px; }
.pdc-selection-cart-feedback { min-height: 36px; margin-top: 10px; padding: 9px 10px; border-radius: 9px; background: #fff7ed; color: #9a3412; font-size: 11px; line-height: 1.45; }
.pdc-selection-cart-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 10px 0; }
.pdc-selection-cart-summary > span { padding: 10px 12px; border-radius: 10px; background: #eef3ff; }
.pdc-selection-cart-summary small,
.pdc-selection-cart-summary strong { display: block; }
.pdc-selection-cart-summary small { color: #64748b; font-size: 9px; text-transform: uppercase; }
.pdc-selection-cart-summary strong { margin-top: 2px; color: #173a9c; font-size: 18px; }
.pdc-selection-extra-credits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid #dbe5f5;
    border-radius: 12px;
    background: #f8faff;
}
.pdc-selection-extra-credits strong,
.pdc-selection-extra-credits small,
.pdc-selection-extra-credits label > span { display: block; }
.pdc-selection-extra-credits strong { color: #172033; font-size: 12px; }
.pdc-selection-extra-credits small { margin-top: 2px; color: #667085; font-size: 9px; }
.pdc-selection-extra-credits label { flex: 0 0 92px; margin: 0; }
.pdc-selection-extra-credits label > span { margin-bottom: 3px; color: #64748b; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.pdc-selection-extra-credits input {
    width: 100% !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border: 1px solid #b9c8e8 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #173a9c !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center;
}
.pdc-selection-extra-credits input:disabled { opacity: .55; cursor: not-allowed; }
.pdc-selection-cart-panel form { margin: 0; }
.pdc-selection-cart-panel form .pdc-button { width: 100%; min-height: 52px; }
.pdc-selection-cart-clear { align-self: center; margin: 8px 0 0; border: 0; background: transparent; color: #b42318; font-size: 11px; text-decoration: underline; cursor: pointer; }
.pdc-selection-cart-security { display: block; margin-top: 8px; color: #667085; font-size: 9px; line-height: 1.4; text-align: center; }

@media (max-width: 900px) {
    .pdc-selection-cart { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; width: auto; }
    .pdc-selection-cart-bar { min-height: 58px; border-radius: 14px; }
    .pdc-selection-cart-panel {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100dvh;
        max-height: none;
        padding: max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom));
        border-radius: 0;
    }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle { bottom: calc(84px + env(safe-area-inset-bottom)); }
    .pdc-library-home-page { padding-bottom: 82px; }
}
@media (max-width: 420px) {
    .pdc-selection-cart-bar { grid-template-columns: 34px minmax(0,1fr) auto; padding: 8px 10px; }
    .pdc-selection-cart-bar > .dashicons { width: 34px; height: 34px; }
    .pdc-selection-cart-bar b { font-size: 15px; }
    .pdc-selection-cart-item strong { white-space: normal; }
}

@media (max-width: 900px) {
    .pdc-portal-main { width: 100%; max-width: 100%; padding: 8px 4px 86px; overflow: hidden; }
    .pdc-portal-sidebar { position: static; top: auto; display: block; align-self: auto; height: auto; max-height: none; padding: 9px 8px; overflow: visible; }
    .pdc-portal-sidebar:not(.is-open) { height: 0; max-height: none; padding: 0; border: 0; overflow: visible; }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle { position: fixed; z-index: 2147483002; right: max(12px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); display: grid; place-items: center; width: 50px; min-width: 50px; height: 50px; min-height: 50px; margin: 0; padding: 0; overflow: hidden; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(135deg,#dc2626,#991b1b); color: #fff; box-shadow: 0 9px 24px rgba(185,28,28,.42); }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle::after { content: none; }
    .pdc-portal-sidebar.is-open { position: fixed; z-index: 2147483001; inset: 0 0 0 auto; display: block; width: min(calc(100vw - 24px), 380px); max-width: 100%; height: 100dvh; max-height: 100dvh; padding: max(12px, env(safe-area-inset-top)) 12px max(18px, env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; border: 0; background: #fff; box-shadow: -12px 0 34px rgba(16,24,40,.3); }
    .pdc-portal-sidebar.is-open .pdc-mobile-menu-toggle { position: sticky; z-index: 2; top: 0; margin-bottom: 15px; border-color: #991b1b; background: linear-gradient(135deg,#dc2626,#991b1b); color: #fff; box-shadow: 0 8px 20px rgba(185,28,28,.3); }
    .pdc-mobile-menu-backdrop { z-index: 2147483000; }
    .pdc-mobile-categories-cta { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 12px; width: 100%; margin: 14px 0 0; padding: 14px; border: 1px solid #c8d5ff; border-radius: 14px; background: linear-gradient(135deg,#f8faff,#edf2ff); color: #173a9c; text-align: left; box-shadow: 0 8px 22px rgba(30,63,158,.1); cursor: pointer; }
    .pdc-mobile-categories-cta > .dashicons { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #3157d5; color: #fff; font-size: 22px; }
    .pdc-mobile-categories-cta span strong, .pdc-mobile-categories-cta span small { display: block; }
    .pdc-mobile-categories-cta span strong { font-size: 15px; line-height: 1.25; }
    .pdc-mobile-categories-cta span small { margin-top: 3px; color: #5f6f91; font-size: 11px; line-height: 1.35; }
    .pdc-mobile-categories-cta > b { font-size: 12px; white-space: nowrap; }
    .pdc-mobile-menu-intro { display: block; margin: 0 2px 14px; padding: 0 4px 13px; border-bottom: 1px solid #e5eaf5; }
    .pdc-mobile-menu-intro strong, .pdc-mobile-menu-intro small { display: block; }
    .pdc-mobile-menu-intro strong { color: #172033; font-size: 18px; }
    .pdc-mobile-menu-intro small { margin-top: 4px; color: #667085; font-size: 12px; line-height: 1.45; }
    .pdc-mobile-home-button {
        position: fixed;
        z-index: 2147482999;
        top: auto;
        right: max(14px, env(safe-area-inset-right));
        bottom: calc(max(14px, env(safe-area-inset-bottom)) + 62px);
        left: auto;
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: linear-gradient(135deg,#dc2626,#991b1b);
        color: #fff !important;
        text-decoration: none !important;
        box-shadow: 0 9px 24px rgba(185,28,28,.38);
        transition: transform .18s ease, box-shadow .18s ease;
    }
    .pdc-mobile-home-button .dashicons { width: 22px; height: 22px; font-size: 22px; line-height: 22px; }
    .pdc-mobile-home-button:active { transform: scale(.94); box-shadow: 0 5px 14px rgba(185,28,28,.3); }
    html.pdc-menu-open .pdc-mobile-home-button { opacity: 0; pointer-events: none; }
    .pdc-portal-sidebar.is-open .pdc-portal-home,
    .pdc-portal-sidebar.is-open .pdc-portal-home.is-active {
        border: 1px solid #991b1b;
        background: linear-gradient(135deg,#dc2626,#991b1b);
        color: #fff !important;
        box-shadow: 0 8px 20px rgba(185,28,28,.28);
    }
    .pdc-portal-sidebar.is-open .pdc-portal-home .dashicons,
    .pdc-portal-sidebar.is-open .pdc-portal-home strong { color: #fff !important; }
}

/* 6.5.7: chamada de categorias mais visivel e ritmo lateral uniforme no mobile. */
@media (max-width: 900px) {
    :root { --pdc-mobile-gutter: 18px; }
    .pdc-portal-main { padding-right: 0; padding-left: 0; }
    .pdc-hero { padding-right: var(--pdc-mobile-gutter); padding-left: var(--pdc-mobile-gutter); }
    .pdc-home-quicklinks,
    .pdc-home > .pdc-home-section,
    .pdc-home > .pdc-portal-category,
    .pdc-home > .pdc-portal-account,
    .pdc-home > .pdc-portal-plans,
    .pdc-home > .pdc-portal-detail,
    .pdc-home > .pdc-how-page,
    .pdc-home > .pdc-related-pdfs,
    .pdc-home > .pdc-payment-return,
    .pdc-home > .pdc-gift-banner {
        width: auto;
        max-width: none;
        margin-right: var(--pdc-mobile-gutter);
        margin-left: var(--pdc-mobile-gutter);
    }
    .pdc-home-quicklinks { margin-top: 24px; }
    .pdc-home > .pdc-home-section { padding-top: 48px; }
    .pdc-mobile-categories-cta {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        border: 2px solid #991b1b;
        background: linear-gradient(135deg,#dc2626 0%,#b91c1c 52%,#991b1b 100%);
        color: #fff;
        box-shadow: 0 12px 30px rgba(185,28,28,.32), 0 0 0 4px rgba(220,38,38,.1);
        animation: pdc-category-pulse 2.8s ease-in-out infinite;
    }
    .pdc-mobile-categories-cta > * { position: relative; z-index: 2; }
    .pdc-mobile-categories-cta::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: -70%;
        bottom: -70%;
        left: -45%;
        width: 28%;
        transform: rotate(18deg);
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.92),transparent);
        animation: pdc-category-shine 3.2s ease-in-out infinite;
        pointer-events: none;
    }
    .pdc-mobile-categories-cta > b {
        padding: 7px 9px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,.42);
        background: #fff;
        color: #991b1b;
        box-shadow: 0 5px 14px rgba(69,10,10,.24);
    }
    .pdc-mobile-categories-cta > .dashicons { background: rgba(255,255,255,.18); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
    .pdc-mobile-categories-cta span strong { color: #fff; }
    .pdc-mobile-categories-cta span small { color: rgba(255,255,255,.86); }
}
@keyframes pdc-category-shine {
    0%, 48% { left: -45%; opacity: 0; }
    55% { opacity: 1; }
    78%, 100% { left: 125%; opacity: 0; }
}
@keyframes pdc-category-pulse {
    0%, 100% { transform: translateY(0); box-shadow: 0 12px 30px rgba(185,28,28,.28), 0 0 0 4px rgba(220,38,38,.08); }
    50% { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(185,28,28,.42), 0 0 0 6px rgba(220,38,38,.13); }
}
@media (prefers-reduced-motion: reduce) {
    .pdc-mobile-categories-cta,
    .pdc-mobile-categories-cta::after { animation: none !important; }
}

/* 6.5.3: leitura mais limpa do catálogo, sem nomes espremidos ou em caixa alta. */
@media (min-width: 901px) {
    .pdc-portal { grid-template-columns: 310px minmax(0, 1fr); }
    .pdc-portal-sidebar { padding-right: 18px; padding-left: 18px; }
    .pdc-nav-group summary { min-height: 46px; padding: 8px 10px; font-size: 13px; line-height: 1.35; }
    .pdc-nav-group summary > span:first-child { gap: 10px; overflow-wrap: normal; word-break: normal; hyphens: none; }
    .pdc-nav-group summary > span:first-child > .dashicons { flex: 0 0 30px; }
    .pdc-nav-files a { line-height: 1.4; overflow-wrap: break-word; word-break: normal; }
}

/* 6.9.0: packs completos, calculados automaticamente por segmento. */
.pdc-segment-packs {
    width: 100%;
    margin: 0 0 28px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #dbe5f5;
    border-radius: 24px;
    background: linear-gradient(145deg, #f7faff 0%, #fff 52%, #fff8f1 100%);
    box-shadow: 0 18px 45px rgba(30, 64, 175, .09);
}
.pdc-segment-packs-heading { max-width: 760px; margin-bottom: 20px; }
.pdc-segment-packs-heading h3 {
    margin: 6px 0 7px;
    color: #0f172a;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
}
.pdc-segment-packs-heading p { margin: 0; color: #53627a; line-height: 1.6; }
.pdc-segment-pack-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
    gap: 16px;
}
.pdc-segment-pack-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px;
    border: 1px solid #dce5f5;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}
.pdc-segment-pack-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #2457d6, #344fc4);
    color: #fff;
}
.pdc-segment-pack-icon .dashicons { width: 22px; height: 22px; font-size: 22px; line-height: 22px; }
.pdc-segment-pack-copy { flex: 1 1 auto; min-width: 0; }
.pdc-segment-pack-copy > span {
    color: #315bd3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.pdc-segment-pack-copy h4 {
    margin: 5px 0 7px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.2;
    overflow-wrap: break-word;
}
.pdc-segment-pack-copy p { margin: 0; color: #5c6b82; font-size: 14px; line-height: 1.5; }
.pdc-segment-pack-price { display: flex; flex-direction: column; gap: 2px; }
.pdc-segment-pack-price strong { color: #163ead; font-size: 25px; line-height: 1.1; }
.pdc-segment-pack-price small { color: #64748b; font-size: 12px; }
.pdc-segment-pack-card form { margin: 0; }
.pdc-segment-pack-actions { display: grid; gap: 8px; }
.pdc-segment-pack-card .pdc-segment-pack-button,
.pdc-segment-pack-card .pdc-segment-pack-button:hover,
.pdc-segment-pack-card .pdc-segment-pack-button:focus,
.pdc-segment-pack-card .pdc-segment-pack-button:active {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #fff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    opacity: 1 !important;
    box-shadow: 0 9px 22px rgba(234, 88, 12, .24) !important;
}
.pdc-segment-pack-card .pdc-segment-pack-button:hover { transform: translateY(-1px); }
.pdc-segment-pack-card .pdc-segment-pack-button:disabled { cursor: not-allowed !important; opacity: .62 !important; }
.pdc-segment-pack-view-cart {
    width: 100%;
    min-height: 42px;
    border: 1px solid #315bd8;
    border-radius: 11px;
    background: #fff;
    color: #2345ae;
    font-weight: 800;
    cursor: pointer;
}
.pdc-segment-pack-view-cart[hidden] { display: none !important; }
.pdc-segment-pack-view-cart:hover,
.pdc-segment-pack-view-cart:focus-visible { background: #eef3ff; outline: 0; }
.pdc-segment-pack-note { margin: 16px 0 0; color: #64748b; font-size: 12px; text-align: center; }
.pdc-custom-pack-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 960px;
    margin: 30px auto 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
}
.pdc-custom-pack-divider::before,
.pdc-custom-pack-divider::after { content: ""; height: 1px; flex: 1 1 auto; background: #dbe3ef; }
.pdc-custom-pack-divider span { flex: 0 1 auto; }
.pdc-pack-fixed-quantity {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    background: #eef3ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
}
.pdc-automatic-pack-access { border-color: #bfdbfe; background: linear-gradient(135deg, #eff6ff, #fff); }
@media (max-width: 640px) {
    .pdc-segment-packs { padding: 18px; border-radius: 18px; }
    .pdc-segment-pack-grid { grid-template-columns: 1fr; }
    .pdc-segment-pack-card { padding: 18px; }
    .pdc-selection-cart-summary { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .pdc-selection-cart-summary > span { padding: 9px 8px; }
    .pdc-selection-cart-summary strong { font-size: 16px; }
    .pdc-selection-extra-credits { align-items: flex-start; }
}
.pdc-segment-pack-card .pdc-segment-pack-button.is-selected,
.pdc-button-add-cart.is-selected {
    border-color: #15803d !important;
    background: #16a34a !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
@media (max-width: 900px) {
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle {
        bottom: calc(84px + env(safe-area-inset-bottom));
    }
}

/* 6.10.6: barra inferior mobile sem sobrepor Home, carrinho e menu. */
@media (max-width: 900px) {
    .pdc-selection-cart {
        z-index: 2147483646 !important;
        right: auto !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
        left: 50% !important;
        width: min(250px, calc(100vw - 132px)) !important;
        transform: translateX(-50%);
    }
    .pdc-selection-cart-bar {
        grid-template-columns: 32px minmax(0, 1fr) auto;
        gap: 6px;
        min-height: 50px;
        padding: 6px 9px;
        border-radius: 14px;
    }
    .pdc-selection-cart-bar > .dashicons {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        font-size: 19px;
    }
    .pdc-selection-cart-bar strong { font-size: 12px; line-height: 1.15; }
    .pdc-selection-cart-bar small { margin-top: 1px; font-size: 9px; line-height: 1.1; }
    .pdc-selection-cart-bar b { font-size: 14px; }
    .pdc-selection-cart-bar em { display: none; }
    .pdc-mobile-home-button {
        right: auto !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
        left: max(10px, env(safe-area-inset-left)) !important;
        width: 48px;
        height: 48px;
    }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle {
        right: max(10px, env(safe-area-inset-right)) !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
        left: auto !important;
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .pdc-library-home-page { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .pdc-nav-file-row,
    .pdc-direct-pdf-row { grid-template-columns: minmax(0, 1fr) 40px; gap: 7px; }
    .pdc-portal-nav button.pdc-nav-quick-add,
    .pdc-nav-owned {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 370px) {
    .pdc-selection-cart { width: min(218px, calc(100vw - 126px)) !important; }
    .pdc-selection-cart-bar { grid-template-columns: 30px minmax(0, 1fr) auto; gap: 5px; padding-right: 7px; padding-left: 7px; }
    .pdc-selection-cart-bar > .dashicons { width: 30px; height: 30px; }
    .pdc-selection-cart-bar strong { font-size: 11px; }
    .pdc-selection-cart-bar b { font-size: 12px; }
}
/* Venda exclusiva por pack */
.pdc-button-pack-only { border-color: #ea580c !important; background: linear-gradient(135deg, #f97316, #ea580c) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
.pdc-button-pack-only:hover, .pdc-button-pack-only:focus-visible { border-color: #c2410c !important; background: #c2410c !important; color: #fff !important; }
.pdc-pack-only-unavailable { display: inline-flex; align-items: center; padding: 10px 12px; border-radius: 10px; background: #fff7ed; color: #9a3412; font-size: 12px; font-weight: 800; text-align: center; }
.pdc-nav-pack-only { display: inline-grid !important; flex: 0 0 34px; width: 34px !important; height: 34px !important; min-width: 34px !important; place-items: center; padding: 0 !important; border: 1px solid #fdba74 !important; border-radius: 9px !important; background: #fff7ed !important; color: #ea580c !important; }
.pdc-nav-pack-only .dashicons { width: 18px; height: 18px; margin: 0; font-size: 18px; line-height: 18px; }
.pdc-nav-complete-pack.is-pack-only { border-color: #fb923c; background: #fff7ed; box-shadow: 0 7px 18px rgba(234,88,12,.12); }
.pdc-nav-complete-pack.is-pack-only > .dashicons { background: #ea580c; }
.pdc-segment-pack-card.is-pack-only { border-color: #fb923c; box-shadow: 0 18px 35px rgba(234,88,12,.12); }
.pdc-segment-pack-card.is-pack-only .pdc-segment-pack-copy > span { color: #c2410c; }
.pdc-card-footer > strong { max-width: 120px; white-space: normal; line-height: 1.2; }
@media (max-width: 640px) {
    .pdc-button-pack-only { width: 100%; }
    .pdc-detail-purchase strong { font-size: 19px; }
}

/* 6.12.2: carrinho aberto ocupa o viewport real no mobile.
   A barra fechada usa transform para centralizar; sem neutralizar o transform,
   position:fixed dos filhos passa a usar a barra estreita como referência. */
@media (max-width: 900px) {
    html.pdc-cart-open,
    html.pdc-cart-open body {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }
    html.pdc-cart-open .pdc-selection-cart {
        position: fixed !important;
        z-index: 2147483647 !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        contain: none !important;
    }
    html.pdc-cart-open .pdc-selection-cart > .pdc-selection-cart-bar {
        display: none !important;
    }
    html.pdc-cart-open .pdc-selection-cart > .pdc-selection-cart-panel:not([hidden]) {
        position: fixed !important;
        z-index: 2147483647 !important;
        inset: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
        width: 100vw !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 100vh !important;
        height: 100dvh !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)) !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #172033 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        -webkit-overflow-scrolling: touch;
    }
    html.pdc-cart-open .pdc-selection-cart-panel > header {
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 8px !important;
    }
    html.pdc-cart-open .pdc-selection-cart-panel > header > button[data-pdc-cart-close] {
        display: inline-flex !important;
        flex: 0 0 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #eef2ff !important;
        color: #173a9c !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    html.pdc-cart-open .pdc-selection-cart-items {
        flex: 1 1 0 !important;
        min-height: 56px !important;
        max-height: none !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch;
    }
    html.pdc-cart-open .pdc-selection-cart-feedback,
    html.pdc-cart-open .pdc-selection-cart-summary,
    html.pdc-cart-open .pdc-selection-extra-credits,
    html.pdc-cart-open .pdc-selection-cart-panel form,
    html.pdc-cart-open .pdc-selection-cart-clear,
    html.pdc-cart-open .pdc-selection-cart-security {
        flex: 0 0 auto !important;
    }
    html.pdc-cart-open .pdc-selection-cart-summary > span {
        min-width: 0 !important;
        overflow: hidden !important;
    }
    html.pdc-cart-open .pdc-selection-cart-summary strong {
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 420px), (max-height: 620px) and (max-width: 900px) {
    html.pdc-cart-open .pdc-selection-cart-panel > header h3 { font-size: 21px !important; }
    html.pdc-cart-open .pdc-selection-cart-panel > header p { margin-top: 2px !important; }
    html.pdc-cart-open .pdc-selection-cart-feedback { min-height: 0 !important; margin-top: 7px !important; padding: 7px 8px !important; }
    html.pdc-cart-open .pdc-selection-cart-summary { gap: 5px !important; margin: 7px 0 !important; }
    html.pdc-cart-open .pdc-selection-cart-summary > span { padding: 7px 6px !important; }
    html.pdc-cart-open .pdc-selection-cart-summary strong { font-size: 14px !important; }
    html.pdc-cart-open .pdc-selection-extra-credits { margin-bottom: 7px !important; padding: 7px 8px !important; }
    html.pdc-cart-open .pdc-selection-cart-panel form .pdc-button { min-height: 46px !important; }
    html.pdc-cart-open .pdc-selection-cart-clear { margin-top: 5px !important; }
    html.pdc-cart-open .pdc-selection-cart-security { margin-top: 4px !important; }
}

/* 6.14.4: grade compacta para conferir vários e-books sem esconder o pagamento. */
html.pdc-cart-open .pdc-selection-cart-items {
    display: grid !important;
    grid-auto-rows: minmax(58px, auto);
    align-content: start;
    gap: 7px !important;
    padding: 2px 5px 5px 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-gutter: stable;
}
html.pdc-cart-open .pdc-selection-cart-item {
    grid-template-columns: 30px minmax(0, 1fr) 32px;
    min-width: 0;
    min-height: 58px;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 10px;
}
html.pdc-cart-open .pdc-selection-cart-item > .dashicons {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 30px;
}
html.pdc-cart-open .pdc-selection-cart-item strong {
    font-size: 11px;
    line-height: 1.3;
}
html.pdc-cart-open .pdc-selection-cart-item small {
    margin-top: 2px;
    font-size: 9px;
}
html.pdc-cart-open .pdc-selection-cart-item button {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
}
html.pdc-cart-open .pdc-selection-cart-item button::before { font-size: 18px; }

@media (min-width: 901px) {
    html.pdc-cart-open .pdc-selection-cart-panel {
        padding-top: clamp(18px, 2.2vh, 28px) !important;
        padding-bottom: clamp(14px, 2vh, 24px) !important;
    }
    html.pdc-cart-open .pdc-selection-cart-items {
        flex: 0 0 clamp(128px, 22vh, 200px) !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 128px !important;
        max-height: 200px !important;
    }
    html.pdc-cart-open .pdc-selection-cart-panel > header { margin-bottom: 8px; }
    html.pdc-cart-open .pdc-selection-cart-feedback { min-height: 0; margin-top: 7px; padding: 7px 9px; }
    html.pdc-cart-open .pdc-selection-cart-summary { margin: 7px 0; }
    html.pdc-cart-open .pdc-selection-cart-summary > span { padding: 7px 9px; }
    html.pdc-cart-open .pdc-selection-cart-summary strong { font-size: 16px; }
    html.pdc-cart-open .pdc-selection-extra-credits { margin-bottom: 7px; padding: 7px 10px; }
    html.pdc-cart-open .pdc-selection-extra-credits input { min-height: 34px !important; }
    html.pdc-cart-open .pdc-selection-cart-panel form .pdc-button { min-height: 48px; }
    html.pdc-cart-open .pdc-selection-cart-clear { margin-top: 5px; }
    html.pdc-cart-open .pdc-selection-cart-security { margin-top: 4px; }
}

@media (min-width: 641px) and (max-width: 900px) {
    html.pdc-cart-open .pdc-selection-cart-items {
        flex: 0 0 clamp(170px, 28dvh, 210px) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 170px !important;
        max-height: 210px !important;
    }
}

@media (max-width: 640px) {
    html.pdc-cart-open .pdc-selection-cart-items {
        flex: 0 0 clamp(170px, 28dvh, 210px) !important;
        grid-template-columns: minmax(0, 1fr);
        min-height: 170px !important;
        max-height: 210px !important;
    }
}
