:root{--ink:#181b22;--muted:#6b7280;--paper:#fdfdfb;--line:#e6e8ec;--accent:#ec3013;--accent-2:#ff7a1a;--accent-soft:#fff1ec;--green:#1d7a46;--mint:#e6f5e9;--dark-navy:#10192b;--card-bg:#F5F5F7;--card-border:#D7D7D8;--font-heading:'Outfit',Arial,sans-serif}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-heading);line-height:1.6;overflow-x:hidden;max-width:100vw}
html{overflow-x:hidden}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* Header */
.site-header{border-bottom:3px solid var(--accent);background:var(--header-color,#DC703C)}
.navigation{min-height:76px;display:flex;align-items:center;gap:14px}
.brand{display:flex;align-items:center;gap:9px;color:#fff;font-size:1.2rem;font-weight:800;text-decoration:none}
.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:var(--accent);color:#fff;border-radius:8px}
.custom-logo-link img{max-height:44px;width:auto}
.store-search{margin-left:20px;flex:1;max-width:420px}
.store-search input{width:100%;padding:10px 14px;border:1px solid var(--line);border-radius:24px;background:#f6f7f9;font:inherit}
.header-icons{display:flex;align-items:center;gap:14px;margin-left:16px}
.header-icon{display:flex;color:var(--ink)}
.header-icon svg{width:22px;height:22px}
a.header-icon:hover{color:var(--accent)}
.primary-nav{margin-left:20px}
.primary-nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.primary-nav a{color:#fff;text-decoration:none;font-weight:700;font-size:.92rem}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;font-weight:700;color:#fff}
.search-toggle{display:none}

/* Base type & buttons */
.eyebrow{margin:0 0 10px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
h1,h2,h3{line-height:1.2;letter-spacing:-.02em}
.section{padding:56px 0}
.section h2{font-size:30px;margin:0 0 26px;font-weight:700}
.home-intro{text-align:center;font-size:26px;margin:14px auto 8px;font-weight:700;max-width:1000px;padding:0 20px;white-space:nowrap}
.button{display:inline-block;margin-top:20px;padding:13px 22px;background:var(--green);color:#fff;text-decoration:none;font-weight:800;border:0;border-radius:6px;cursor:pointer;font-size:1rem}
.button:hover{filter:brightness(1.06)}
.empty-state{padding:28px;background:#fff;border:1px dashed var(--line);border-radius:8px}
.text-link{color:var(--accent);font-weight:800}
.content-page{max-width:780px}
.content-page h1{font-size:clamp(2rem,4.5vw,3.2rem)}
.entry-content{font-size:1.06rem}
.entry-content img{max-width:100%;height:auto}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.offer-card{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}
.offer-card a{color:inherit;text-decoration:none}
.offer-card img{display:block;width:100%;height:190px;object-fit:cover}
.card-content{padding:20px}
.card-content p{color:var(--muted)}

/* Hero — slider de banners cadastrados pelo cliente */
.hero-slider{position:relative;width:min(1180px,calc(100% - 40px));margin:6px auto 0;height:clamp(120px,26vw,320px);border-radius:16px;overflow:hidden;background:#f2f2f2}
.hero-slider-track{position:relative;width:100%;height:100%}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;pointer-events:none}
.hero-slide.is-active{opacity:1;pointer-events:auto}
.hero-slide-link{position:absolute;inset:0;display:block}
.hero-slide picture{display:block;width:100%;height:100%}
.hero-slide-image{width:100%;height:100%;object-fit:cover;display:block}
.hero-slide-cta{position:absolute;left:28px;bottom:26px;z-index:2;margin:0;background:#fff;color:var(--ink);padding:12px 22px;border-radius:6px}
.hero-slide-cta:hover{background:#f2f2f2}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.18)}
.hero-arrow svg{width:18px;height:18px;color:var(--ink)}
.hero-arrow-prev{left:14px}
.hero-arrow-next{right:14px}
.hero-arrow:hover{background:#fff}
.hero-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:8px}
.hero-dot{width:8px;height:8px;border-radius:50%;border:0;padding:0;background:rgba(255,255,255,.55);cursor:pointer}
.hero-dot.is-active{background:#fff}

/* Lojas — grid e selo de cashback/desconto */
.store-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.store-card{padding:5px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px}
.store-card a{color:inherit;text-decoration:none;display:block}
.store-card-logo{width:100%;height:64px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:12px}
.store-card-logo img{max-width:80%;max-height:80%;width:auto;height:auto;object-fit:contain;transition:transform .25s ease}
.store-card:hover .store-card-logo img{transform:scale(1.06)}
.store-card-logo-fallback{font-size:1.6rem;font-weight:800;color:var(--accent)}
.store-card h3{font-size:1rem;margin:0 0 6px}
/* Selo: ícone ao lado das duas linhas empilhadas (título + contagem), como no icon-box do Elementor. */
.store-card-badge-row{display:flex;align-items:flex-start;gap:10px}
.store-card-badge-text{display:flex;flex-direction:column;gap:2px}
.badge-icon{display:flex;flex:none;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff}
.badge-icon svg{width:13px;height:13px}
.store-card-badge{margin:0;color:var(--green);font-weight:700;font-size:1.05rem;line-height:1.15}
.store-grid .badge-icon{width:22px;height:22px}
.store-grid .badge-icon svg{width:11px;height:11px}
.store-grid .store-card-badge{font-size:.95rem}
.store-card-coupons{margin:0;color:var(--muted);font-weight:400;font-size:.9rem;line-height:1.2;text-transform:lowercase}
.store-card-coupons.is-empty{color:var(--muted);text-transform:none}

/* Últimas horas — cards com contagem regressiva */
.expiring-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.expiring-card a{padding:18px;flex:1}
.expiring-countdown{background:var(--accent-soft);color:var(--accent);font-weight:800;font-size:.8rem;text-align:center;padding:10px;border-top:1px solid var(--line)}

/* Melhores cashbacks — carrossel horizontal */
.carousel{position:relative;display:flex;align-items:center;gap:10px;min-width:0;max-width:100%}
.carousel-track{flex:1;min-width:0;display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px;scrollbar-width:none;-ms-overflow-style:none}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-track .store-card{flex:0 0 250px;scroll-snap-align:start}
.carousel-arrow{flex:none;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.carousel-arrow svg{width:16px;height:16px}
.carousel-arrow:hover{background:#f6f7f9}

/* Os 5 melhores cupons da semana — lista */
.coupon-week-list{display:flex;flex-direction:column;gap:20px}
.coupon-week-row{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 28px;background:var(--card-bg);border:1px solid var(--card-border)}
.coupon-week-logo{width:100px;height:100px;flex:none;display:flex;align-items:center;justify-content:center}
.coupon-week-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.coupon-week-content{flex:1;min-width:0}
.coupon-week-content{display:flex;flex-direction:column;gap:10px}
.coupon-week-content h3{margin:0;font-size:25px;font-weight:700;color:var(--ink)}
.coupon-week-note{margin:0;color:var(--accent);font-weight:700;font-size:16px}
.coupon-week-desc{margin:0;color:var(--muted);font-weight:400;font-size:16px}
/* O código do cupom fica escondido atrás do botão; passar o mouse desliza o botão para a
   esquerda revelando o código, que já está sempre ali — só coberto até o hover. Cupons sem
   código (.coupon-week-cta-wrap sem .has-code) mantêm o botão/link em fluxo normal. */
.coupon-week-cta-wrap{position:relative;flex:none;display:flex;align-items:center;height:48px}
.coupon-week-cta-wrap.has-code{width:225px}
/* Só uma pontinha do código fica visível o tempo todo (efeito ticket), o suficiente pra
   gerar curiosidade e incentivar o clique -- sem hover que revela o código inteiro. */
.coupon-week-code{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;padding:0 14px;background:#fff;color:var(--green);font-weight:800;letter-spacing:.04em;white-space:nowrap;overflow:hidden;border:2px dashed var(--green);border-radius:8px}
.coupon-week-cta{margin:0;border:0;background:linear-gradient(135deg,#2f9e5c,var(--green))}
.has-code .coupon-week-cta{position:absolute;left:0;top:0;width:190px;height:100%;border-radius:8px}
/* Efeito de "espiadinha" no hover: o botao balanca levemente e a pontinha do codigo
   pulsa, sugerindo que ha algo ali sem revelar o codigo inteiro -- o objetivo e
   despertar curiosidade e levar ao clique, nao entregar o codigo de graca. */
.coupon-week-cta-wrap.has-code:hover .coupon-week-cta{animation:gdc-cta-peek .7s ease-in-out}
.coupon-week-cta-wrap.has-code:hover .coupon-week-code{animation:gdc-code-pulse .7s ease-in-out}
@keyframes gdc-cta-peek{0%,100%{transform:translateX(0)}45%{transform:translateX(-8px)}70%{transform:translateX(-3px)}}
@keyframes gdc-code-pulse{0%,100%{box-shadow:0 0 0 0 rgba(47,158,92,0)}50%{box-shadow:0 0 0 5px rgba(47,158,92,.18)}}
@media (prefers-reduced-motion: reduce){.coupon-week-cta-wrap.has-code:hover .coupon-week-cta,.coupon-week-cta-wrap.has-code:hover .coupon-week-code{animation:none}}


/* Loja/cupom — página individual */
.coupon-type{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:4px 9px;border-radius:20px;margin-bottom:8px}
.coupon-type-icon{width:13px;height:13px;flex:none}
.coupon-type-cupom{background:#eef1ff;color:#3949ab}
.coupon-type-cashback{background:var(--mint);color:var(--green)}
.coupon-type-cupom_cashback{background:var(--accent-soft);color:var(--accent)}
.coupon-discount{display:block;font-size:1.35rem;font-weight:800;color:var(--accent);margin-bottom:4px}
.coupon-label{display:block;color:var(--muted);font-weight:700;font-size:.85rem}
.coupon-code{display:flex;gap:8px}
.coupon-code code{flex:1;padding:9px;border:2px dashed var(--line);border-radius:6px}
.copy-coupon{padding:9px 12px;border:0;background:var(--accent);color:#fff;font-weight:800;cursor:pointer;border-radius:6px}
.copy-coupon.is-copied{background:#ae1800}
.coupon-week-cta.copy-coupon{background:linear-gradient(135deg,#2f9e5c,var(--green))}
.coupon-week-cta.copy-coupon.is-copied{background:#145c34}
.store-hero{display:flex;gap:28px}
.store-logo{width:96px;height:96px;object-fit:contain}
.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 20px;color:var(--muted);font-size:.85rem}
.breadcrumbs a{color:var(--muted);font-weight:700;text-decoration:none}
.breadcrumbs a:hover{color:var(--ink);text-decoration:underline}
.breadcrumbs span{color:var(--line)}
.cashback-box{display:flex;align-items:center;justify-content:space-between;padding:20px;background:var(--accent-soft);border:2px solid var(--accent);border-radius:10px}

/* Página da loja — título, divisor, "como usar" e desconto em destaque na linha do cupom */
.store-page-title{font-family:var(--font-heading);font-size:35px;font-weight:700;margin:0 0 20px}
.store-page-header{display:flex;align-items:center;gap:20px;margin:0 0 20px}
.store-page-header .store-page-title{margin:0}
.store-page-logo{flex:none;width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;border:1px solid var(--card-border);overflow:hidden}
.store-page-logo img{max-width:80%;max-height:80%;width:auto;height:auto;object-fit:contain}
.store-description{margin-bottom:30px}
.store-divider{border:0;border-top:1px solid var(--card-border);margin:36px 0}
.store-howto{margin:0 0 10px;padding-left:22px;color:var(--ink)}
.store-howto li{margin-bottom:10px;line-height:1.5}
.coupon-store-discount-badge{flex:none;width:100px;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:10px 8px;border-radius:10px;background:var(--header-color,#DC703C);text-align:center;overflow:hidden}
.coupon-store-discount-badge .badge-number{color:#fff;font-weight:800;font-size:30px;line-height:1.05}
.coupon-store-discount-badge .badge-suffix{color:#fff;font-weight:800;font-size:13px;line-height:1.2;letter-spacing:.03em;text-transform:uppercase;opacity:.95}
.coupon-store-discount-badge .badge-legacy{color:#fff;font-weight:800;font-size:30px;line-height:1.15;word-break:break-word;hyphens:auto}
.coupon-store-discount-badge.is-medium .badge-legacy{font-size:20px}
.coupon-store-discount-badge.is-small .badge-legacy{font-size:14px;line-height:1.25}

/* Busca instantânea (dropdown no header) */
.store-search{position:relative}
.live-search-results{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:360px;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.18);padding:8px;z-index:60;text-align:left}
.live-search-results.is-open{display:block}
.live-search-group-label{margin:8px 8px 4px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.live-search-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;text-decoration:none;color:var(--ink)}
.live-search-item:hover,.live-search-item.is-active{background:var(--paper)}
.live-search-logo{width:34px;height:34px;flex:none;object-fit:contain;border-radius:6px;background:#fff;border:1px solid var(--card-border)}
.live-search-logo-fallback{display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--accent)}
.live-search-item-text{display:flex;flex-direction:column;min-width:0}
.live-search-item-title{font-weight:700;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.live-search-item-sub{font-size:.78rem;color:var(--muted)}
.live-search-empty{margin:0;padding:10px 8px;color:var(--muted);font-size:.9rem}

/* Lista de empresas A-Z */
.section-subtitle{margin:0 0 26px}
.az-nav{display:flex;flex-wrap:wrap;gap:8px;margin:40px 0 30px;position:sticky;top:0;background:var(--paper);padding:10px 0;z-index:5}
.az-nav a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--card-bg);border:1px solid var(--card-border);color:var(--ink);font-weight:800;text-decoration:none;font-size:.85rem}
.az-nav a:hover{background:var(--accent);color:#fff}
.az-group{margin-bottom:34px;scroll-margin-top:70px}
.az-letter{font-size:22px;font-weight:800;color:var(--accent);border-bottom:2px solid var(--line);padding-bottom:8px;margin:0 0 16px}
.az-store-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px 24px}
.az-store-list a{display:flex;align-items:center;gap:10px;padding:8px 0;color:var(--ink);text-decoration:none;font-weight:700}
.az-store-list a:hover{color:var(--accent)}
.az-store-list--plain a{gap:0;padding:6px 0}
.az-store-logo{width:28px;height:28px;object-fit:contain;flex:none;border-radius:4px;background:#fff;border:1px solid var(--card-border)}
.az-store-logo-fallback{display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--accent)}
@media(max-width:720px){.az-store-list{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.az-store-list{grid-template-columns:1fr}}

/* Rodapé */
.site-footer{padding:48px 0 20px;background:var(--dark-navy);color:#e7ebf2}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}
.footer-grid p{max-width:290px;color:#a9b3c4}
.footer-brand{color:#fff}
.footer-heading{margin:0 0 14px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2)}
.site-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.site-footer a{color:inherit;text-decoration:none;font-weight:700;font-size:.92rem}
.site-footer a:hover{color:#fff}
.footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid #29314a;color:#8996ac;font-size:.85rem;text-align:center}

@media(max-width:960px){
  .post-grid{grid-template-columns:repeat(2,1fr)}
  .store-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .section h2{font-size:25px}
  .home-intro{font-size:17px;white-space:normal;max-width:100%}
  .hero-slider{width:100%;margin:0 0 0;border-radius:0;height:auto;aspect-ratio:3/1;max-height:260px}
  .hero-arrow{width:32px;height:32px}
  .hero-arrow svg{width:15px;height:15px}
  .menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;margin-left:0;border:0;border-radius:8px;background:transparent;color:#fff;order:1}
  .menu-toggle svg{width:20px;height:20px}
  .search-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);order:3;margin-left:0}
  .search-toggle svg{width:18px;height:18px}
  .brand{order:2;flex:1;justify-content:center;text-align:center;font-size:1rem;gap:6px}
  .custom-logo-link img{max-height:32px}
  .brand-mark{width:24px;height:24px}
  .primary-nav{display:none;width:100%;order:5}
  .primary-nav.is-open{display:block}
  .navigation{flex-wrap:wrap;padding:14px 0;gap:12px}
  .store-search{order:4;width:100%;max-width:none;flex:0 0 100%;margin:0;display:none}
  .store-search.is-open{display:flex}
  .header-icons{margin-left:auto}
  .primary-nav ul{flex-direction:column;gap:12px}
  .store-grid{grid-template-columns:repeat(3,1fr);gap:10px}
  .post-grid{grid-template-columns:1fr 1fr}
  .store-grid .store-card{padding:10px}
  .store-grid .store-card-logo{height:44px;margin-bottom:8px}
  .store-grid .store-card h3{font-size:.75rem;margin-bottom:3px}
  .store-grid .store-card-badge-row{gap:5px}
  .store-grid .badge-icon{width:15px;height:15px}
  .store-grid .badge-icon svg{width:8px;height:8px}
  .store-grid .store-card-badge-text{gap:1px}
  .store-grid .store-card-badge,.store-grid .store-card-coupons{font-size:.68rem;line-height:1.25}
  .carousel-track{gap:12px}
  .carousel-track .store-card{flex:0 0 155px}
  .carousel-track .store-card .store-card-logo{height:44px;margin-bottom:6px}
  .carousel-track .store-card a{padding:12px}
  .carousel-track .store-card h3{font-size:.8rem;margin-bottom:4px}
  .carousel-track .store-card-badge-row{gap:6px;align-items:flex-start}
  .carousel-track .badge-icon{width:17px;height:17px;margin-top:1px}
  .carousel-track .badge-icon svg{width:9px;height:9px}
  .carousel-track .store-card-badge-text{gap:2px}
  .carousel-track .store-card-badge,.carousel-track .store-card-coupons{font-size:.82rem;line-height:1.25}
  .carousel-track .expiring-countdown{font-size:.68rem;padding:6px 4px}
  .carousel-arrow{width:30px;height:30px}
  .carousel-arrow svg{width:13px;height:13px}
  #ultimas-horas .carousel-track{gap:12px}
  #ultimas-horas .carousel-track .store-card{flex:0 0 calc((100% - 12px) / 2)}
  #ultimas-horas .carousel-track .store-card .store-card-logo{height:50px;margin-bottom:8px}
  #ultimas-horas .carousel-track .store-card a{padding:14px}
  #ultimas-horas .carousel-track .store-card h3{font-size:.85rem;margin-bottom:5px}
  #ultimas-horas .carousel-track .badge-icon{width:20px;height:20px}
  #ultimas-horas .carousel-track .badge-icon svg{width:11px;height:11px}
  #ultimas-horas .carousel-track .store-card-badge,#ultimas-horas .carousel-track .store-card-coupons{font-size:.82rem;line-height:1.3}
  #ultimas-horas .carousel-track .expiring-countdown{font-size:.72rem;padding:8px}
  #semana .coupon-week-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
  #semana .coupon-week-row{flex-direction:column;align-items:flex-start;gap:6px;padding:12px}
  #semana .coupon-week-logo,#semana .coupon-store-discount-badge{width:100%;height:44px}
  #semana .coupon-week-content{gap:3px}
  #semana .coupon-week-content h3{font-size:.78rem;line-height:1.2}
  #semana .coupon-week-note{font-size:.65rem}
  #semana .coupon-week-desc{display:none}
  #semana .coupon-week-cta-wrap,#semana .coupon-week-cta-wrap.has-code{width:100%;height:34px}
  #semana .has-code .coupon-week-cta{position:static;width:100%;text-align:center}
  #semana .coupon-week-cta{font-size:.65rem;padding:0 4px}
  #semana .coupon-week-code{display:none}
  .store-page-title{font-size:25px}
  .store-page .coupon-week-row{flex-wrap:wrap;align-items:flex-start;row-gap:12px;column-gap:14px;padding:18px}
  .store-page .coupon-store-discount-badge{width:auto;min-width:74px;min-height:0;padding:8px 12px}
  .store-page .coupon-store-discount-badge .badge-number{font-size:22px}
  .store-page .coupon-store-discount-badge .badge-suffix{font-size:11px}
  .store-page .coupon-store-discount-badge .badge-legacy{font-size:22px}
  .store-page .coupon-store-discount-badge.is-medium .badge-legacy{font-size:16px}
  .store-page .coupon-store-discount-badge.is-small .badge-legacy{font-size:12px}
  .store-page .coupon-week-content{flex:1 1 180px;min-width:0}
  .store-page .coupon-week-content h3{font-size:.95rem}
  .store-page .coupon-week-desc{font-size:.8rem}
  .store-page .coupon-week-cta-wrap:not(.has-code){flex:0 0 100%;width:100%}
  .store-page .coupon-week-cta-wrap.has-code{flex:0 0 auto;width:225px;height:48px}
  .coupon-card,.store-hero,.cashback-box{flex-direction:column}
  .footer-grid{grid-template-columns:1fr;text-align:left}
  .section{padding:40px 0}
  .hero-slider{height:220px}
}

/* Popup de cupom (VER CUPOM) — mostra desconto, código e botão para ir à loja */
.gdc-modal-overlay{position:fixed;inset:0;background:rgba(16,25,43,.6);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;opacity:0;visibility:hidden;transition:opacity .18s ease}
.gdc-modal-overlay.is-open{opacity:1;visibility:visible}
.gdc-modal{position:relative;width:100%;max-width:440px;background:#fff;border-radius:14px;padding:36px 28px 30px;box-shadow:0 20px 50px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .18s ease}
.gdc-modal-overlay.is-open .gdc-modal{transform:translateY(0)}
.gdc-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;background:transparent;font-size:24px;line-height:1;color:var(--muted);cursor:pointer}
.gdc-modal-close:hover{color:var(--ink)}
.gdc-modal-body{display:flex;align-items:flex-start;gap:18px;margin:6px 0 20px}
.gdc-modal-discount{flex:none;font-size:2rem;font-weight:800;color:var(--green);white-space:nowrap}
.gdc-modal-discount:empty{display:none}
.gdc-modal-info h3{margin:0;font-size:1.25rem;font-weight:800;color:var(--ink);line-height:1.3}
.gdc-modal-store{margin:0 0 4px;color:var(--muted);font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}
.gdc-modal-store:empty{display:none}
.gdc-modal-action-row{display:flex;align-items:stretch;gap:12px;height:60px}
.gdc-modal-code-box{flex:1;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 16px;border:2px dashed var(--green);border-radius:8px;background:var(--mint);cursor:pointer;min-width:0}
.gdc-modal-code{font-weight:800;font-size:1.25rem;color:var(--green);letter-spacing:.03em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gdc-modal-copy-icon{flex:none;width:20px;height:20px;color:var(--green)}
.gdc-modal-code-box.is-copied .gdc-modal-code{color:#145c34}
.gdc-modal-code-box.is-copied .gdc-modal-copy-icon{color:#145c34}
.gdc-modal-cta{flex:none;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 26px;background:var(--green);color:#fff;font-weight:800;font-size:1.02rem;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;border-radius:8px;white-space:nowrap}
.gdc-modal-cta:hover{filter:brightness(1.08)}
.gdc-modal-action-row:not(:has(.gdc-modal-code-box)) .gdc-modal-cta,.gdc-modal-action-row.no-code .gdc-modal-cta{flex:1}
body.gdc-modal-open{overflow:hidden}
@media(max-width:480px){
  .gdc-modal{padding:30px 22px 26px}
  .gdc-modal-discount{font-size:1.8rem}
  .gdc-modal-info h3{font-size:1.15rem}
  .gdc-modal-action-row{flex-direction:column;height:auto;gap:12px}
  .gdc-modal-code-box,.gdc-modal-cta{height:56px}
  .gdc-modal-code{font-size:1.15rem}
  .gdc-modal-cta{font-size:1rem}
}


/* Blog */
.blog-header{padding:38px 0 6px}
.blog-header .eyebrow{color:var(--accent);margin:0 0 8px;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.blog-header h1{font-size:clamp(1.8rem,4vw,2.6rem);margin:0 0 10px}
.blog-header p{color:var(--muted);max-width:620px;margin:0 0 30px}

.blog-card{border:1px solid var(--card-border);background:#fff;border-radius:14px;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}
.blog-card:hover{box-shadow:0 14px 30px rgba(16,25,43,.12);transform:translateY(-3px)}
.blog-card-link{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%}
.blog-card-thumb{position:relative;width:100%;height:190px;overflow:hidden;background:var(--card-bg)}
.blog-card-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.blog-card:hover .blog-card-thumb img{transform:scale(1.05)}
.blog-card-cat{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:5px 10px;border-radius:20px}
.blog-card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}
.blog-card-date{color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.blog-card-body h2{margin:0;font-size:1.08rem;line-height:1.35;color:var(--ink)}
.blog-card-body p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5;flex:1}
.blog-card-more{margin-top:6px;color:var(--accent);font-weight:800;font-size:.86rem}

.post-single-wrap{max-width:780px;margin:0 auto}
.post-single-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.post-single-cat{background:var(--accent-soft);color:var(--accent);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:5px 10px;border-radius:20px}
.post-single-date{color:var(--muted);font-size:.82rem;font-weight:700}
.post-single-wrap h1{font-size:clamp(1.9rem,4vw,2.6rem);margin:0 0 20px;line-height:1.25}
.post-single-thumb{display:block;width:100%;max-height:460px;object-fit:cover;border-radius:16px;margin:0 0 28px}

.related-posts{margin-top:56px;padding-top:36px;border-top:1px solid var(--line)}
.related-posts h2{font-size:1.4rem;margin:0 0 20px}

@media(max-width:960px){.related-posts .post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.related-posts .post-grid{grid-template-columns:1fr}}
