/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --emerald:#0E9F6E;
  --emerald-dark:#0B7A55;
  --emerald-light:#E6F7F1;
  --emerald-tint:#F0FDF6;
  --charcoal:#111827;
  --charcoal-soft:#1F2937;
  --gray-700:#374151;
  --gray-500:#6B7280;
  --gray-400:#9CA3AF;
  --gray-300:#D1D5DB;
  --gray-200:#E5E7EB;
  --gray-100:#F3F4F6;
  --gray-50:#F9FAFB;
  --gold:#F59E0B;
  --gold-dark:#D97706;
  --white:#FFFFFF;
  --radius-sm:8px;
  --radius:14px;
  --radius-lg:20px;
  --radius-xl:28px;
  --shadow-sm:0 1px 2px rgba(17,24,39,.04),0 1px 3px rgba(17,24,39,.06);
  --shadow:0 4px 6px -1px rgba(17,24,39,.05),0 2px 4px -2px rgba(17,24,39,.04);
  --shadow-md:0 10px 25px -5px rgba(17,24,39,.08),0 8px 10px -6px rgba(17,24,39,.04);
  --shadow-lg:0 25px 50px -12px rgba(17,24,39,.15);
  --shadow-emerald:0 10px 30px -8px rgba(14,159,110,.35);
  --container:1200px;
  --font:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:80px}
body{
  font-family:var(--font);
  color:var(--charcoal);
  background:var(--white);
  line-height:1.6;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}
h1,h2,h3,h4{line-height:1.15;letter-spacing:-.02em;font-weight:800}
::selection{background:var(--emerald);color:#fff}

/* ===== CONTAINER ===== */
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}

/* ===== HEADER ===== */
.header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(255,255,255,.85);
  backdrop-filter:saturate(180%) blur(20px);
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--gray-200);
  transition:all .3s ease;
}
.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.03em}
.logo__mark{width:34px;height:34px;object-fit:contain}
.logo__text{color:var(--charcoal)}
.nav{display:none;gap:32px}
.nav a{font-size:15px;font-weight:500;color:var(--gray-700);transition:color .2s}
.nav a:hover{color:var(--emerald)}
.header__cta{display:none}
@media(min-width:768px){.nav{display:flex}.header__cta{display:inline-flex}}

/* ===== BUTTONS ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 24px;border-radius:var(--radius);
  font-weight:700;font-size:15px;letter-spacing:-.01em;
  transition:all .25s cubic-bezier(.4,0,.2,1);
  white-space:nowrap;line-height:1;
}
.btn--primary{background:var(--emerald);color:#fff;box-shadow:var(--shadow-emerald)}
.btn--primary:hover{background:var(--emerald-dark);transform:translateY(-2px);box-shadow:0 14px 35px -8px rgba(14,159,110,.5)}
.btn--gold{background:var(--gold);color:#fff;box-shadow:0 10px 30px -8px rgba(245,158,11,.4)}
.btn--gold:hover{background:var(--gold-dark);transform:translateY(-2px)}
.btn--ghost{background:transparent;color:var(--charcoal);border:1.5px solid var(--gray-200)}
.btn--ghost:hover{border-color:var(--emerald);color:var(--emerald)}
.btn--lg{padding:16px 30px;font-size:16px}
.btn--block{width:100%}

/* ===== HERO ===== */
.hero{padding:110px 0 50px;background:linear-gradient(180deg,var(--emerald-tint) 0%,#fff 100%);position:relative;overflow:hidden}
.hero::before{
  content:'';position:absolute;top:-20%;right:-10%;width:60%;height:120%;
  background:radial-gradient(circle,rgba(14,159,110,.08) 0%,transparent 60%);
  pointer-events:none;
}
.hero__grid{position:relative;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
@media(min-width:968px){.hero__grid{grid-template-columns:1.05fr .95fr;gap:64px}}
.hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 14px;border-radius:100px;
  background:#fff;border:1px solid var(--gray-200);
  font-size:13px;font-weight:600;color:var(--emerald);
  box-shadow:var(--shadow-sm);margin-bottom:24px;
}
.hero__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--emerald);box-shadow:0 0 0 4px rgba(14,159,110,.2);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero h1{font-size:clamp(34px,6vw,58px);font-weight:800;letter-spacing:-.035em;margin-bottom:20px}
.hero h1 .accent{color:var(--emerald);position:relative;display:inline-block}
.hero h1 .accent::after{
  content:'';position:absolute;left:0;bottom:6px;width:100%;height:10px;
  background:rgba(14,159,110,.18);z-index:-1;border-radius:4px;
}
.hero__sub{font-size:clamp(17px,2.4vw,20px);color:var(--gray-700);max-width:560px;margin-bottom:32px;line-height:1.6;font-weight:400}
.hero__ctas{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}
@media(min-width:560px){.hero__ctas{flex-direction:row}}
.hero__trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero__avatars{display:flex}
.hero__avatar{width:36px;height:36px;border-radius:50%;border:2.5px solid #fff;margin-left:-10px;background-size:cover;background-position:center}
.hero__avatar:first-child{margin-left:0}
.hero__trust-text{font-size:14px;color:var(--gray-700)}
.hero__trust-text strong{color:var(--charcoal);font-weight:700}
.hero__rating{display:inline-flex;align-items:center;gap:4px;color:var(--gold);font-size:14px;font-weight:600}

/* HERO IMAGE / PHONE MOCKUP */
.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}
.phone{
  position:relative;width:280px;height:560px;
  background:#111827;border-radius:42px;padding:10px;
  box-shadow:var(--shadow-lg),0 0 0 1px rgba(17,24,39,.1);
  transform:rotate(-3deg);
  z-index:2;
}
@media(min-width:968px){.phone{width:300px;height:600px}}
.phone__notch{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:90px;height:24px;background:#111827;border-radius:100px;z-index:3}
.phone__screen{width:100%;height:100%;background:var(--emerald-tint);border-radius:34px;overflow:hidden;position:relative;display:flex;flex-direction:column;padding:50px 16px 16px}
.phone__time{font-size:13px;font-weight:700;color:var(--charcoal);margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;padding:0 8px}
.phone__notif{
  background:#fff;border-radius:14px;padding:14px;margin-bottom:10px;
  box-shadow:var(--shadow);display:flex;gap:10px;align-items:flex-start;
  animation:slideIn .6s ease backwards;
}
.phone__notif:nth-child(2){animation-delay:.2s}
.phone__notif:nth-child(3){animation-delay:.4s}
.phone__notif:nth-child(4){animation-delay:.6s}
@keyframes slideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.phone__notif-icon{width:32px;height:32px;border-radius:8px;background:var(--emerald);display:grid;place-items:center;flex-shrink:0;color:#fff;font-weight:800;font-size:14px}
.phone__notif-body{flex:1;min-width:0}
.phone__notif-title{font-size:12px;font-weight:700;color:var(--charcoal);margin-bottom:2px;display:flex;align-items:center;justify-content:space-between}
.phone__notif-title .badge{font-size:9px;background:var(--emerald);color:#fff;padding:2px 6px;border-radius:4px;font-weight:700}
.phone__notif-text{font-size:11px;color:var(--gray-500);line-height:1.4}
.phone__notif-price{display:flex;align-items:center;gap:6px;margin-top:4px}
.phone__notif-old{font-size:10px;color:var(--gray-400);text-decoration:line-through}
.phone__notif-new{font-size:13px;font-weight:800;color:var(--emerald)}
.hero__blob{position:absolute;width:340px;height:340px;background:linear-gradient(135deg,rgba(14,159,110,.25),rgba(245,158,11,.15));border-radius:50%;filter:blur(60px);z-index:1;animation:float 8s ease-in-out infinite}
@keyframes float{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,-20px)}}

/* ===== SOCIAL PROOF BAR ===== */
.proof{padding:48px 0;border-bottom:1px solid var(--gray-100)}
.proof__title{text-align:center;font-size:13px;font-weight:600;color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase;margin-bottom:28px}
.proof__logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:32px 48px}
.proof__logo{font-size:22px;font-weight:800;color:var(--gray-300);letter-spacing:-.02em;transition:color .3s;font-family:var(--font)}
.proof__logo:hover{color:var(--gray-500)}

/* ===== SECTION HEADERS ===== */
.section{padding:50px 0}
@media(min-width:768px){.section{padding:70px 0}}
.section__head{text-align:center;max-width:640px;margin:0 auto 56px}
.section__eyebrow{display:inline-block;padding:6px 14px;border-radius:100px;background:var(--emerald-light);color:var(--emerald);font-size:13px;font-weight:700;letter-spacing:.02em;margin-bottom:16px}
.section__title{font-size:clamp(28px,4.5vw,42px);font-weight:800;letter-spacing:-.03em;margin-bottom:16px}
.section__sub{font-size:18px;color:var(--gray-500);line-height:1.6}

/* ===== HOW IT WORKS ===== */
.how{background:var(--gray-50)}
.steps{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr);gap:32px}}
.step{
  background:#fff;border-radius:var(--radius-lg);padding:36px 28px;
  border:1px solid var(--gray-100);
  transition:all .3s ease;position:relative;
}
.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--emerald-light)}
.step__num{
  width:48px;height:48px;border-radius:14px;
  background:var(--charcoal);color:#fff;
  display:grid;place-items:center;font-weight:800;font-size:18px;
  margin-bottom:24px;position:relative;
}
.step:fill-current .step__num{background:var(--charcoal)}
.step:nth-child(1) .step__num{background:var(--emerald)}
.step:nth-child(2) .step__num{background:var(--charcoal)}
.step:nth-child(3) .step__num{background:var(--gold)}
.step__num::after{content:'';position:absolute;inset:-4px;border-radius:18px;border:1.5px dashed var(--gray-200);opacity:0;transition:opacity .3s}
.step:hover .step__num::after{opacity:1}
.step__title{font-size:21px;font-weight:700;margin-bottom:12px;letter-spacing:-.02em}
.step__text{color:var(--gray-500);font-size:15px;line-height:1.65}

/* ===== BENEFITS ===== */
.benefits__grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:768px){.benefits__grid{grid-template-columns:1fr 1fr;gap:28px}}
.benefit{
  display:flex;gap:18px;padding:28px;border-radius:var(--radius-lg);
  background:var(--white);border:1px solid var(--gray-100);
  transition:all .3s;
}
.benefit:hover{border-color:var(--emerald-light);box-shadow:var(--shadow)}
.benefit__icon{
  width:48px;height:48px;border-radius:12px;flex-shrink:0;
  background:var(--emerald-light);color:var(--emerald);
  display:grid;place-items:center;font-size:22px;
}
.benefit__title{font-size:18px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em}
.benefit__text{font-size:14.5px;color:var(--gray-500);line-height:1.6}

/* BENEFIT SHOWCASE */
.showcase{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;margin-top:64px}
@media(min-width:968px){.showcase{grid-template-columns:1fr 1fr;gap:64px}}
.showcase__image{border-radius:var(--radius-xl);overflow:hidden;position:relative;aspect-ratio:4/3;background:var(--gray-100)}
.showcase__image img{width:100%;height:100%;object-fit:cover}
.showcase__image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(14,159,110,.15));pointer-events:none}
.showcase__list{display:flex;flex-direction:column;gap:20px}
.showcase__item{display:flex;gap:16px;align-items:flex-start}
.showcase__check{width:28px;height:28px;border-radius:50%;background:var(--emerald);color:#fff;display:grid;place-items:center;flex-shrink:0;font-size:14px;font-weight:800}
.showcase__item-title{font-size:17px;font-weight:700;margin-bottom:4px;letter-spacing:-.01em}
.showcase__item-text{font-size:15px;color:var(--gray-500);line-height:1.6}

/* ===== FAQ ===== */
.faq{background:var(--gray-50)}
.faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq__item{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:all .3s}
.faq__item[open]{border-color:var(--emerald);box-shadow:var(--shadow)}
.faq__item summary{
  list-style:none;cursor:pointer;padding:22px 24px;
  font-size:16.5px;font-weight:700;letter-spacing:-.01em;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  color:var(--charcoal);
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__icon{width:24px;height:24px;flex-shrink:0;position:relative;transition:transform .3s}
.faq__icon::before,.faq__icon::after{content:'';position:absolute;background:var(--emerald);border-radius:2px;transition:all .3s}
.faq__icon::before{top:50%;left:0;right:0;height:2px;transform:translateY(-50%)}
.faq__icon::after{left:50%;top:0;bottom:0;width:2px;transform:translateX(-50%)}
.faq__item[open] .faq__icon::after{transform:translateX(-50%) rotate(90deg);opacity:0}
.faq__answer{padding:0 24px 24px;font-size:15.5px;color:var(--gray-500);line-height:1.7}

/* ===== FINAL CTA ===== */
.cta-final{padding:50px 0}
@media(min-width:768px){.cta-final{padding:80px 0}}
.cta-card{
  background:linear-gradient(135deg,var(--charcoal) 0%,#1F2937 100%);
  border-radius:var(--radius-xl);padding:48px 32px;text-align:center;
  position:relative;overflow:hidden;color:#fff;
}
.cta-card::before{
  content:'';position:absolute;top:-50%;right:-10%;width:50%;height:200%;
  background:radial-gradient(circle,rgba(14,159,110,.3) 0%,transparent 60%);
  pointer-events:none;
}
.cta-card::after{
  content:'';position:absolute;bottom:-30%;left:-10%;width:40%;height:150%;
  background:radial-gradient(circle,rgba(245,158,11,.2) 0%,transparent 60%);
  pointer-events:none;
}
.cta-card__inner{position:relative;z-index:1;max-width:640px;margin:0 auto}
.cta-card h2{font-size:clamp(26px,4vw,38px);font-weight:800;letter-spacing:-.03em;margin-bottom:14px}
.cta-card p{font-size:17px;color:rgba(255,255,255,.7);margin-bottom:32px;line-height:1.6}
.cta-card__btns{display:flex;flex-direction:column;gap:12px;justify-content:center}
@media(min-width:560px){.cta-card__btns{flex-direction:row}}

/* ===== FOOTER ===== */
.footer{background:var(--charcoal);color:var(--gray-400);padding:64px 0 32px}
.footer__top{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}
@media(min-width:768px){.footer__top{grid-template-columns:1.5fr 1fr 1fr}}
.footer__brand .logo{margin-bottom:16px}
.footer__brand .logo__text{color:#fff}
.footer__brand p{font-size:14px;line-height:1.6;max-width:320px}
.footer__col h4{color:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:18px}
.footer__col ul{display:flex;flex-direction:column;gap:10px}
.footer__col a{font-size:14px;transition:color .2s}
.footer__col a:hover{color:var(--emerald)}
.footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;padding-top:32px;font-size:13px}
@media(min-width:768px){.footer__bottom{flex-direction:row}}
.footer__bottom a{color:var(--gray-400);transition:color .2s}
.footer__bottom a:hover{color:var(--emerald)}
.footer__social{display:flex;gap:12px}
.footer__social a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:grid;place-items:center;transition:all .2s}
.footer__social a:hover{background:var(--emerald);color:#fff}

/* ===== BACK TO TOP / FLOATING WHATSAPP ===== */
.float-wa{
  position:fixed;bottom:20px;right:20px;z-index:90;
  width:56px;height:56px;border-radius:50%;background:var(--emerald);color:#fff;
  display:grid;place-items:center;box-shadow:0 10px 25px -5px rgba(14,159,110,.5);
  transition:transform .25s;
}
.float-wa:hover{transform:scale(1.08)}
.float-wa svg{width:28px;height:28px}

/* ===== SCROLL REVEAL ===== */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ===== ACCESSIBILITY ===== */
:focus-visible{outline:3px solid var(--emerald);outline-offset:3px;border-radius:4px}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


/* ==========================================================================
   DYNAMIC NOTIFICATIONS STYLE (LIVE PHONE FEED)
   ========================================================================== */
.notification-feed-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    overflow-y: hidden;
    padding-bottom: 2rem;
    position: relative;
}

.phone-alert {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 0.85rem;
    box-shadow: var(--shadow);
    color: #111827;
    animation: alertSlideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: center;
    transition: var(--transition);
}

.phone-alert-img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: contain;
    background-color: #ffffff;
    padding: 3px;
    border: 1px solid rgba(0,0,0,0.05);
}

.alert-main-content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: left;
}

.alert-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-app-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--emerald);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.alert-time-stamp {
    font-size: 0.65rem;
    color: #6B7280;
}

.alert-prod-title {
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.2;
}

.alert-price-row {
    font-size: 0.75rem;
    color: #4B5563;
}

.alert-price-accent {
    color: #0E9F6E;
    font-weight: 800;
    font-size: 0.85rem;
}

.alert-badge {
    font-size: 0.65rem;
    font-weight: 700;
    background-color: rgba(245, 158, 11, 0.1);
    color: #d97706;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    text-transform: uppercase;
}

@keyframes alertSlideUp {
    from {
        transform: translateY(30px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}


/* ==========================================================================
   LIVE DEALS VITRINE (9-CARD RESPONSIVE GRID)
   ========================================================================== */
.live-deals-section {
    padding: 6rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
}

.deals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    justify-content: center;
}

.badge-lost {
    background-color: var(--emerald-light) !important;
    color: var(--emerald) !important;
    border: 1px solid rgba(14, 159, 110, 0.2);
}

.lost-price {
    color: var(--emerald-dark) !important;
    font-weight: 700;
}

.deals-cta-box {
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
}

.deals-cta-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--charcoal);
    max-width: 600px;
    line-height: 1.4;
}

.cta-center {
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media(max-width:560px){
    .cta-center {
        flex-direction: column;
        width: 100%;
    }
}

.deal-card {
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: var(--transition);
}

.deal-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--emerald-light);
}

.deal-badge-pct {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #EF4444;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    z-index: 5;
}

.deal-card-img-container {
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 1.5rem;
}

.deal-card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.deal-card:hover .deal-card-img {
    transform: scale(1.05);
}

.deal-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.deal-store {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--emerald);
}

.deal-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--charcoal);
}

.deal-prices {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.25rem 0;
}

.price-old {
    text-decoration: line-through;
    color: var(--gray-500);
    font-size: 0.9rem;
}

.price-new {
    color: var(--charcoal);
    font-weight: 800;
    font-size: 1.15rem;
}

.deal-time {
    font-size: 0.75rem;
    color: var(--gray-500);
}

/* ==========================================================================
   OFFERS FEED PORTAL & ADMIN PANEL STYLING
   ========================================================================== */

/* ===== PORTAL HERO ===== */
.portal-hero {
  padding: 120px 0 60px;
  background: linear-gradient(180deg, var(--emerald-tint) 0%, #fff 100%);
  text-align: center;
}
.portal-hero__inner h1 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.portal-hero__inner p {
  font-size: 16px;
  color: var(--gray-700);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* ===== SEARCH BAR ===== */
.search-bar-container {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--gray-400);
  pointer-events: none;
}
#search-input {
  width: 100%;
  padding: 16px 20px 16px 54px;
  font-size: 16px;
  font-family: inherit;
  color: var(--charcoal);
  background: #fff;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
}
#search-input:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(14, 159, 110, 0.12), var(--shadow);
}

/* ===== PORTAL FEED & FILTERS ===== */
.portal-feed {
  padding: 0 0 80px;
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
@media(min-width: 768px) {
  .filter-group {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.filter-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-700);
  min-width: 120px;
}
.filter-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.filter-pills::-webkit-scrollbar {
  display: none; /* Ocultar barra em navegadores Webkit */
}
.filter-pill {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.filter-pill:hover {
  border-color: var(--emerald);
  color: var(--emerald);
}
.filter-pill.active {
  background: var(--emerald);
  border-color: var(--emerald);
  color: #fff;
  box-shadow: var(--shadow-emerald);
}

/* ===== DEALS GRID & CARDS ===== */
.deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 36px;
}
.deal-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.deal-category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gray-400);
}
.deal-coupon-container {
  margin: 12px 0 16px;
}
.coupon-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: var(--emerald-tint);
  border: 1.5px dashed var(--emerald);
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: var(--emerald-dark);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.coupon-tag:hover {
  background: var(--emerald-light);
  transform: translateY(-1px);
}
.coupon-tag.copied {
  background: var(--emerald);
  color: #fff;
  border-style: solid;
}
.deal-cta-btn {
  font-size: 14px;
  padding: 12px;
}

/* ===== EMPTY STATE & LOADING ===== */
.feed-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: var(--gray-500);
}
.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--gray-200);
  border-top-color: var(--emerald);
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}
.empty-icon {
  width: 64px;
  height: 64px;
  color: var(--gray-300);
  margin-bottom: 16px;
}
.empty-state h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.empty-state p {
  color: var(--gray-500);
}

/* ===== ADMIN PANEL ===== */
.admin-badge {
  font-size: 11px;
  background: var(--emerald-light);
  color: var(--emerald);
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 700;
  margin-left: 6px;
  vertical-align: middle;
}
.admin-section {
  padding: 120px 0 80px;
  background: var(--gray-50);
  min-height: 100vh;
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media(min-width: 968px) {
  .admin-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.admin-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.admin-card h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.admin-desc {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 28px;
}
.admin-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media(min-width: 560px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: var(--charcoal-soft);
}
.form-group input,
.form-group select {
  padding: 12px 16px;
  font-size: 14px;
  font-family: inherit;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--charcoal);
  transition: all 0.2s ease;
}
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(14, 159, 110, 0.1);
}

/* ===== COPY GENERATOR ===== */
.copy-generator-card {
  position: sticky;
  top: 96px;
}
.copy-output-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#copy-output {
  width: 100%;
  height: 280px;
  padding: 16px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--charcoal-soft);
  background: var(--gray-50);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  resize: none;
}
#copy-output:focus {
  outline: none;
  border-color: var(--gold);
}
.status-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  animation: fadeIn 0.3s ease;
}
.status-message.success {
  background: var(--emerald-light);
  color: var(--emerald-dark);
}
.status-message.error {
  background: #FDF2F2;
  color: #9B1C1C;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== DETAIL PAGE STYLING ===== */
.detail-section {
  padding: 120px 0 80px;
  background: var(--white);
}
.breadcrumbs {
  font-size: 13px;
  color: var(--gray-500);
  margin-bottom: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.breadcrumbs a:hover {
  color: var(--emerald);
}
.breadcrumbs span {
  color: var(--gray-400);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media(min-width: 768px) {
  .detail-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
  }
}
.detail-image-container {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
}
.detail-image {
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: var(--radius);
}
.detail-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.detail-badge-store {
  font-size: 12px;
  font-weight: 700;
  background: var(--emerald-light);
  color: var(--emerald-dark);
  padding: 4px 10px;
  border-radius: 6px;
}
.detail-badge-category {
  font-size: 12px;
  font-weight: 700;
  background: var(--gray-100);
  color: var(--gray-500);
  padding: 4px 10px;
  border-radius: 6px;
}
.detail-date {
  font-size: 12px;
  color: var(--gray-400);
  margin-left: auto;
  align-self: center;
}
.detail-title {
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--charcoal);
  letter-spacing: -0.02em;
}
.detail-prices-box {
  margin: 12px 0;
}
.detail-price-old {
  font-size: 16px;
  color: var(--gray-400);
  text-decoration: line-through;
  display: block;
}
.detail-price-new {
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 800;
  color: var(--charcoal);
  line-height: 1.15;
}
.detail-coupon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--emerald-tint);
  border: 1.5px dashed var(--emerald);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 8px;
}
.detail-coupon-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.detail-coupon-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--emerald-dark);
}
.detail-coupon-code {
  font-size: 18px;
  font-weight: 800;
  color: var(--emerald-dark);
  letter-spacing: 0.05em;
}
.detail-coupon-copy-btn {
  background: var(--emerald);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
.detail-coupon-copy-btn:hover {
  background: var(--emerald-dark);
  transform: translateY(-1px);
}
.detail-coupon-copy-btn.copied {
  background: var(--charcoal);
}
.share-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--gray-100);
}
.share-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: 12px;
  display: block;
}
.share-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  transition: transform 0.2s;
}
.share-btn:hover {
  transform: translateY(-2px);
}
.share-btn--wa {
  background: #25D366;
}
.share-btn--tg {
  background: #0088cc;
}
.share-btn--link {
  background: var(--gray-700);
}
.share-btn--link.copied {
  background: var(--emerald);
}
.back-link-wrapper {
  margin-top: 32px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-500);
  transition: color 0.2s;
}
.back-link:hover {
  color: var(--emerald);
}

/* ===== ADMIN MANAGE TABLE ===== */
.admin-table th {
  padding: 14px 10px;
  border-bottom: 2.5px solid var(--gray-200);
}
.admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--gray-100);
  vertical-align: middle;
}
.admin-table tr:hover {
  background: var(--gray-50);
}
.badge-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.badge-status--active {
  background: var(--emerald-light);
  color: var(--emerald-dark);
}
.badge-status--closed {
  background: #FEE2E2;
  color: #991B1B;
}
.admin-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.btn-action {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.btn-action--edit {
  background: #EFF6FF;
  color: #1D4ED8;
  border-color: #BFDBFE;
}
.btn-action--edit:hover {
  background: #DBEAFE;
}
.btn-action--toggle {
  background: #FFFBEB;
  color: #D97706;
  border-color: #FDE68A;
}
.btn-action--toggle:hover {
  background: #FEF3C7;
}
.btn-action--delete {
  background: #FEF2F2;
  color: #DC2626;
  border-color: #FCA5A5;
}
.btn-action--delete:hover {
  background: #FEE2E2;
}

/* ===== EXPIRED DEALS FORMATTING ===== */
.deal-card--closed {
  border-color: var(--gray-200);
}
.deal-cta-btn--closed {
  background: var(--gray-200) !important;
  color: var(--gray-500) !important;
  border-color: var(--gray-200) !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* ===== SELOS DE DESTAQUE ===== */
.deal-badge-highlight {
  font-size: 11px;
  font-weight: 700;
  background: #FFFBEB;
  color: #D97706;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #FDE68A;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
}
.deal-card--closed .deal-badge-highlight {
  background: var(--gray-100) !important;
  color: var(--gray-400) !important;
  border-color: var(--gray-200) !important;
  filter: grayscale(1);
}




