:root {
    --bg: #080b10;
    --surface: #101621;
    --surface-2: #151d29;
    --surface-3: #1a2432;
    --line: #263244;
    --line-soft: rgba(255,255,255,.075);
    --text: #f5f7fb;
    --muted: #9ba8b8;
    --muted-2: #718096;
    --cyan: #22d3ee;
    --cyan-dark: #0891b2;
    --orange: #ff7a1a;
    --green: #52d98a;
    --danger: #ff6565;
    --max: 1180px;
    --radius: 18px;
    --shadow: 0 18px 60px rgba(0,0,0,.34);
}

.pt-layout {
    background: radial-gradient(circle at 74% 9%, rgba(34,211,238,.08), transparent 25rem),
                radial-gradient(circle at 12% 30%, rgba(255,122,26,.035), transparent 21rem),
                var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    overflow-x: hidden;
}

.pt-layout * { box-sizing: border-box; }
.pt-layout a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.pt-layout button, .pt-layout input { font: inherit; }
.pt-layout button { -webkit-tap-highlight-color: transparent; }
.pt-layout img { display: block; width: 100%; }

.pt-layout .wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.pt-layout .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.pt-layout .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line-soft);
    background: rgba(8,11,16,.86);
    backdrop-filter: blur(18px);
}
.pt-layout .nav {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.pt-layout .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.28rem;
    font-weight: 850;
    letter-spacing: -.045em;
    white-space: nowrap;
}
.pt-layout .brand-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(145deg, var(--cyan), #0a94b3);
    color: #031015;
    box-shadow: 0 0 26px rgba(34,211,238,.22);
}
.pt-layout .brand-accent { color: var(--cyan); }
.pt-layout .nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.pt-layout .nav-link { color: #cbd4df; font-size: .89rem; font-weight: 650; transition: .2s ease; }
.pt-layout .nav-link:hover, .pt-layout .nav-link:focus-visible { color: var(--text); }
.pt-layout .nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255,122,26,.38);
    border-radius: 11px;
    color: #ffd1ad;
    background: rgba(255,122,26,.09);
    font-size: .88rem;
    font-weight: 750;
}
.pt-layout .menu-button { display: none; margin-left: auto; border: 0; background: transparent; color: var(--text); padding: 8px; cursor: pointer; }

/* Editorial Hero */
.pt-layout .editorial-head { padding: 48px 0 42px; }
.pt-layout .editorial-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
}
.pt-layout .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--cyan);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.pt-layout .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--cyan); }
.pt-layout .editorial-intro h1 {
    max-width: 650px;
    margin: 12px 0 8px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.02;
    color: var(--text);
}
.pt-layout .editorial-intro p { max-width: 620px; margin: 0; color: var(--muted); font-size: .94rem; }

.pt-layout .search-box {
    display: flex;
    align-items: center;
    width: 400px;
    flex: 0 0 auto;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f8fafc;
}
.pt-layout .search-box svg { flex: 0 0 auto; margin-left: 12px; color: #66768a; }
.pt-layout .search-input { min-width: 0; flex: 1; height: 48px; border: 0; outline: 0; padding: 0 13px; color: #17202b; background: transparent; font-size: .87rem; }
.pt-layout .search-input::placeholder { color: #8a97a7; }
.pt-layout .primary-button {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    color: #031217;
    background: var(--cyan);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}
.pt-layout .primary-button:hover { transform: translateY(-1px); background: #5ee7f7; }

.pt-layout .lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .8fr);
    gap: 18px;
    margin-top: 24px;
}
.pt-layout .lead-story {
    position: relative;
    min-height: 478px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface);
    display: flex;
    flex-direction: column;
}
.pt-layout .lead-story > a { position: absolute; inset: 0; z-index: 5; }
.pt-layout .lead-story img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.pt-layout .lead-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,12,.02) 20%, rgba(5,8,12,.94) 92%); pointer-events: none;}
.pt-layout .lead-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 32px; pointer-events: none; }
.pt-layout .story-type { color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pt-layout .lead-content h2 { max-width: 720px; margin: 9px 0 9px; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.08; letter-spacing: -.046em; color: var(--text); }
.pt-layout .lead-content p { max-width: 650px; margin: 0; color: #c7d0da; font-size: .88rem; }
.pt-layout .story-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 17px; color: #aeb8c4; font-size: .7rem; }

.pt-layout .side-stories { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.pt-layout .side-story { position: relative; display: grid; grid-template-columns: 45% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); transition: transform .2s ease, border-color .2s ease; }
.pt-layout .side-story:hover { transform: translateY(-3px); border-color: rgba(34,211,238,.34); }
.pt-layout .side-story > a { position: absolute; inset: 0; z-index: 5; }
.pt-layout .side-story img { height: 100%; min-height: 0; object-fit: cover; }
.pt-layout .side-story-body { display: flex; flex-direction: column; padding: 21px 18px; position: relative; z-index: 2; pointer-events: none;}
.pt-layout .side-story h2 { margin: 8px 0 8px; font-size: 1.04rem; line-height: 1.3; letter-spacing: -.025em; color: var(--text); }
.pt-layout .side-story p { margin: 0; color: var(--muted); font-size: .75rem; }
.pt-layout .side-story .story-meta { margin-top: auto; padding-top: 14px; }

.pt-layout .editorial-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 18px 0 48px; padding: 12px 16px; border-left: 2px solid var(--cyan); color: #aeb9c6; background: rgba(34,211,238,.035); font-size: .77rem; }
.pt-layout .editorial-note strong { color: var(--text); }
.pt-layout .editorial-note a { color: var(--cyan); font-weight: 800; white-space: nowrap; }

/* Categories */
.pt-layout .categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 72px; }
.pt-layout .category {
    min-height: 116px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(16,22,33,.72);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.pt-layout .category:hover { transform: translateY(-3px); border-color: rgba(34,211,238,.38); background: var(--surface-2); }
.pt-layout .category-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--cyan); background: rgba(34,211,238,.08); }
.pt-layout .category strong { display: block; font-size: .96rem; color: var(--text); }
.pt-layout .category span { display: block; margin-top: 2px; color: var(--muted); font-size: .74rem; }

/* Sections */
.pt-layout .section { padding: 0 0 78px; scroll-margin-top: 90px; }
.pt-layout .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 17px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.pt-layout .section-kicker { display: block; margin-bottom: 9px; color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pt-layout .section-heading h2 { margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.15rem); line-height: 1.05; letter-spacing: -.045em; color: var(--text); }
.pt-layout .section-heading p { max-width: 500px; margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.pt-layout .section-link { color: #cbd5e1; font-size: .8rem; font-weight: 750; white-space: nowrap; }
.pt-layout .section-link:hover { color: var(--cyan); }
.pt-layout .orange-dot { color: var(--orange); }

/* Content Grid */
.pt-layout .content-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.pt-layout .article { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color 0.2s;}
.pt-layout .article:hover { border-color: rgba(34,211,238,.35); }
.pt-layout .article > a { position: absolute; inset: 0; z-index: 5; }
.pt-layout .article-media { height: 172px; object-fit: cover; width: 100%; }
.pt-layout .article.featured .article-media { height: 232px; }
.pt-layout .article-body { display: flex; flex: 1; flex-direction: column; padding: 20px; position: relative; z-index: 2; pointer-events: none; }
.pt-layout .article-meta { color: var(--cyan); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pt-layout .article-title { margin: 9px 0 9px; font-size: 1.05rem; line-height: 1.34; letter-spacing: -.024em; color: var(--text); }
.pt-layout .article.featured .article-title { font-size: 1.35rem; }
.pt-layout .article-excerpt { margin: 0 0 18px; color: var(--muted); font-size: .8rem; }
.pt-layout .article-footer { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--muted-2); font-size: .7rem; }

/* Ad Slot */
.pt-layout .ad-slot { min-height: 98px; display: grid; place-items: center; margin: -20px 0 78px; border: 1px dashed #2c3746; border-radius: 14px; color: #667488; background: rgba(255,255,255,.012); font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

/* Offer Grid */
.pt-layout .offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pt-layout .offer-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .22s ease, border-color .22s ease; display: flex; flex-direction: column;}
.pt-layout .offer-card:hover { transform: translateY(-4px); border-color: rgba(34,211,238,.35); }
.pt-layout .offer-media { position: relative; height: 205px; overflow: hidden; background: #172131; }
.pt-layout .offer-media img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.pt-layout .offer-card:hover .offer-media img { transform: scale(1.035); }
.pt-layout .discount { position: absolute; top: 13px; left: 13px; padding: 6px 9px; border-radius: 8px; color: white; background: var(--orange); font-size: .7rem; font-weight: 900; }
.pt-layout .verified { position: absolute; right: 13px; bottom: 13px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 8px; color: #b9f9d2; background: rgba(4,20,13,.86); font-size: .66rem; font-weight: 800; backdrop-filter: blur(6px); }
.pt-layout .offer-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.pt-layout .store { color: var(--cyan); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.pt-layout .offer-title { min-height: 47px; margin: 7px 0 15px; font-size: .96rem; line-height: 1.42; color: var(--text); }
.pt-layout .offer-meta { display: flex; justify-content: space-between; gap: 12px; align-items: end; margin-top: auto;}
.pt-layout .offer-price { color: var(--green); font-size: 1.25rem; font-weight: 900; letter-spacing: -.035em; display: block;}
.pt-layout .price-old { display: block; color: var(--muted-2); font-size: .72rem; text-decoration: line-through; margin-bottom: 2px;}
.pt-layout .offer-installment { display: block; margin-top: 2px; color: var(--muted); font-size: .68rem; }
.pt-layout .offer-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 13px; border-radius: 10px; color: #041217; background: var(--cyan); font-size: .72rem; font-weight: 900; transition: background 0.2s;}
.pt-layout .offer-button:hover { background: #5ee7f7; }

/* Decision Grid */
.pt-layout .decision-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; }
.pt-layout .decision-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, var(--surface-2), #0e141d); transition: border-color 0.2s; }
.pt-layout .decision-card:hover { border-color: rgba(34,211,238,.43); }
.pt-layout .decision-card > a { position: absolute; inset: 0; z-index: 5; }
.pt-layout .decision-card.featured { border-color: rgba(34,211,238,.43); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.pt-layout .decision-label { width: fit-content; padding: 6px 9px; border-radius: 8px; color: #041217; background: var(--cyan); font-size: .64rem; font-weight: 900; text-transform: uppercase; position: relative; z-index: 2;}
.pt-layout .decision-label.value { color: #102014; background: var(--green); }
.pt-layout .decision-label.premium { color: #241103; background: #ffad66; }
.pt-layout .decision-title { margin: 23px 0 4px; font-size: 1.28rem; letter-spacing: -.03em; color: var(--text); position: relative; z-index: 2;}
.pt-layout .decision-copy { margin: 0; color: var(--muted); font-size: .82rem; position: relative; z-index: 2;}
.pt-layout .decision-list { display: grid; gap: 8px; margin: 20px 0 25px; padding: 0; list-style: none; color: #cbd4df; font-size: .78rem; position: relative; z-index: 2;}
.pt-layout .decision-list li { display: flex; gap: 8px; }
.pt-layout .decision-list li::before { content: "✓"; color: var(--green); font-weight: 900; }
.pt-layout .decision-cta { margin-top: auto; color: var(--cyan); font-size: .78rem; font-weight: 850; position: relative; z-index: 2;}

/* Footer */
.pt-layout .site-footer { margin-top: 84px; border-top: 1px solid var(--line); background: #06080c; }
.pt-layout .footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 50px; padding: 52px 0 36px; }
.pt-layout .footer-copy { max-width: 390px; margin-top: 15px; color: var(--muted); font-size: .8rem; }
.pt-layout .footer-heading { margin: 2px 0 14px; color: var(--text); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.pt-layout .footer-links { display: grid; gap: 9px; color: var(--muted); font-size: .78rem; }
.pt-layout .footer-links a:hover { color: var(--cyan); }
.pt-layout .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line-soft); color: var(--muted-2); font-size: .7rem; }

@media (max-width: 980px) {
    .pt-layout .nav-links { display: none; position: absolute; inset: 72px 20px auto; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #101621; box-shadow: var(--shadow); }
    .pt-layout .nav-links.open { display: flex; }
    .pt-layout .nav-link, .pt-layout .nav-cta { min-height: 44px; display: flex; align-items: center; padding: 0 12px; }
    .pt-layout .menu-button { display: block; }
    .pt-layout .editorial-intro { align-items: flex-start; flex-direction: column; }
    .pt-layout .editorial-intro .search-box { width: 100%; max-width: 680px; }
    .pt-layout .lead-grid { grid-template-columns: 1fr; }
    .pt-layout .side-stories { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .pt-layout .side-story { grid-template-columns: 1fr; }
    .pt-layout .side-story img { height: 175px; }
    .pt-layout .categories { grid-template-columns: repeat(2, 1fr); }
    .pt-layout .decision-grid, .pt-layout .content-grid { grid-template-columns: 1fr 1fr; }
    .pt-layout .decision-card.featured, .pt-layout .article.featured { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
    .pt-layout .wrap { width: min(100% - 28px, var(--max)); }
    .pt-layout .nav { min-height: 64px; }
    .pt-layout .nav-links { inset: 64px 14px auto; }
    .pt-layout .editorial-head { padding: 34px 0 30px; }
    .pt-layout .editorial-intro { gap: 22px; }
    .pt-layout .editorial-intro h1 { font-size: 2.35rem; }
    .pt-layout .search-box { padding: 5px; }
    .pt-layout .search-box svg { display: none; }
    .pt-layout .search-input { height: 44px; padding-left: 10px; font-size: .87rem; }
    .pt-layout .primary-button { min-height: 42px; padding: 0 15px; }
    .pt-layout .lead-story { min-height: 410px; }
    .pt-layout .lead-content { padding: 23px 20px; }
    .pt-layout .lead-content h2 { font-size: 1.65rem; }
    .pt-layout .side-stories { grid-template-columns: 1fr; }
    .pt-layout .side-story { grid-template-columns: 42% 1fr; min-height: 185px; }
    .pt-layout .side-story img { height: 100%; }
    .pt-layout .editorial-note { align-items: flex-start; flex-direction: column; gap: 8px; }
    .pt-layout .categories { grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 58px; }
    .pt-layout .category { min-height: 106px; flex-direction: column; align-items: flex-start; gap: 10px; padding: 16px; }
    .pt-layout .category-icon { width: 36px; height: 36px; }
    .pt-layout .section { padding-bottom: 62px; }
    .pt-layout .section-heading { align-items: flex-start; }
    .pt-layout .section-heading p { display: none; }
    .pt-layout .offer-grid, .pt-layout .decision-grid, .pt-layout .content-grid { grid-template-columns: 1fr; }
    .pt-layout .decision-card.featured, .pt-layout .article.featured { grid-column: auto; }
    .pt-layout .offer-media { height: 220px; }
    .pt-layout .article.featured .pt-layout .article-media, .pt-layout .article-media { height: 205px; }
    .pt-layout .ad-slot { margin-bottom: 62px; }
    .pt-layout .footer-main { grid-template-columns: 1fr 1fr; gap: 32px; }
    .pt-layout .footer-brand { grid-column: 1 / -1; }
    .pt-layout .footer-bottom { flex-direction: column; }
}

@media (max-width: 390px) {
    .pt-layout .categories { grid-template-columns: 1fr; }
    .pt-layout .search-box { align-items: stretch; }
    .pt-layout .search-input { font-size: .8rem; }
    .pt-layout .primary-button { padding-inline: 12px; }
}


/* ==================================================
   COMPONENTES COMERCIAIS GLOBAIS
   ================================================== */

/* Ad Slot Placeholders e Base */
.pt-layout .ad-slot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667488;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: relative;
    border-radius: 14px;
}
.pt-layout .ad-placeholder {
    background: rgba(255,255,255,0.012);
    border: 1px dashed #2c3746;
}
.pt-layout .ad-placeholder::before {
    content: "Publicidade";
    position: absolute;
    top: -9px;
    background: var(--bg);
    padding: 0 8px;
    font-size: 0.6rem;
}
.pt-layout .ad-slot-horizontal { min-height: 250px; max-width: 970px; margin: 0 auto 40px; }
.pt-layout .ad-slot-infeed { min-height: 250px; max-width: 760px; margin: 32px auto; }
.pt-layout .ad-slot-flexible { min-height: 100px; margin: 32px 0; }

/* Carrossel de Ofertas */
.pt-layout .offer-carousel-wrapper {
    margin: 0 -20px 40px;
    padding: 0 20px;
}
.pt-layout .offer-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--line) transparent;
}
.pt-layout .offer-carousel::-webkit-scrollbar { height: 6px; }
.pt-layout .offer-carousel::-webkit-scrollbar-thumb { background: var(--line); border-radius: 6px; }
.pt-layout .carousel-item {
    flex: 0 0 280px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    scroll-snap-align: start;
    position: relative;
    transition: transform 0.2s;
}
.pt-layout .carousel-item:hover { transform: translateY(-3px); border-color: rgba(34,211,238,.3); }
.pt-layout .carousel-link-layer { position: absolute; inset: 0; z-index: 5; }
.pt-layout .carousel-img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; margin-bottom: 16px; }
.pt-layout .carousel-title { font-size: 0.9rem; line-height: 1.4; margin-bottom: 12px; color: var(--text); position: relative; z-index: 2; }
.pt-layout .carousel-footer { display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 6; }

/* Affiliate Box Contextual */
.pt-layout .affiliate-box {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    margin: 32px 0;
}
.pt-layout .affiliate-box-single { max-width: 500px; }
.pt-layout .affiliate-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.pt-layout .affiliate-title { font-size: 1.1rem; font-weight: 700; color: var(--text); }
.pt-layout .affiliate-badge { background: rgba(34,211,238,.1); color: var(--cyan); padding: 4px 10px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.pt-layout .offer-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.pt-layout .offer-row:last-child { border-bottom: none; padding-bottom: 0; }
.pt-layout .offer-store { font-weight: 700; color: var(--text); }
.pt-layout .offer-price-col { display: flex; align-items: center; gap: 16px; }
.pt-layout .offer-btn { padding: 8px 16px; background: var(--cyan); color: #041217; border-radius: 8px; font-weight: 800; font-size: 0.8rem; transition: background 0.2s; white-space: nowrap; }
.pt-layout .offer-btn:hover { background: #5ee7f7; }
.pt-layout .affiliate-empty { text-align: center; padding: 32px 20px; color: var(--muted); font-size: 0.9rem; background: var(--surface-2); border-radius: 12px; }

@media (max-width: 600px) {
    .pt-layout .offer-row { flex-direction: column; align-items: flex-start; gap: 12px; }
    .pt-layout .offer-price-col { width: 100%; justify-content: space-between; }
}

/* Affiliates extras */
.pt-layout .offer-store-col { display: flex; flex-direction: column; }
.pt-layout .offer-date { font-size: 0.7rem; color: var(--muted-2); margin-top: 4px; }
.pt-layout .offer-price-old { text-decoration: line-through; color: var(--muted); font-size: 0.8rem; margin-right: 8px; }
.pt-layout .offer-row-expired { opacity: 0.6; pointer-events: none; }
.pt-layout .offer-btn-expired { background: var(--surface-3); color: var(--muted); }
.pt-layout .ad-slot-rectangle { min-height: 250px; max-width: 300px; margin: 32px auto; }

/* Paginação nativa do WordPress */
.pt-layout .pt-archive-pagination .nav-links {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.pt-layout .pt-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.2s;
}
.pt-layout .pt-archive-pagination .page-numbers:hover {
    background: var(--surface-2);
    border-color: rgba(34,211,238,.4);
    color: var(--cyan);
}
.pt-layout .pt-archive-pagination .page-numbers.current {
    background: var(--cyan);
    border-color: var(--cyan);
    color: #041217;
}
.pt-layout .pt-archive-pagination .screen-reader-text {
    display: none;
}

/* Correção de Cor para o Título de Arquivo (Astra Override) */
.pt-layout .pt-single-title { color: var(--text) !important; }

/* Arquivo de Ofertas */
.pt-layout .offers-filter-bar {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px 24px;
    margin-bottom: 40px;
}
.pt-layout .offers-form {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.pt-layout .offers-form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}
.pt-layout .offers-select {
    appearance: none;
    background: var(--bg);
    border: 1px solid var(--line);
    color: var(--text);
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}
.pt-layout .offers-select:focus { outline: none; border-color: var(--cyan); }
.pt-layout .offers-submit-btn {
    padding: 12px 32px;
    height: 100%;
}
.pt-layout .offer-archive-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.pt-layout .offer-card-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}
.pt-layout .offer-card-media { position: relative; }
.pt-layout .offer-discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e11d48;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.8rem;
    z-index: 10;
}
