/* =============================================
   Gifts Category Page — Custom Styles
   ============================================= */
html{scroll-behavior:smooth}

/* HERO */
.gf-hero{background:linear-gradient(135deg,#7C3AED 0%,#9333EA 50%,#A855F7 100%);color:#fff;padding:56px 0;position:relative;overflow:hidden}
.gf-hero::after{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.05);border-radius:50%}
.gf-hero .container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.gf-hero-content h1{font-size:38px;font-weight:800;line-height:1.2;margin-bottom:14px}
.gf-hero-content h1 span{color:#FCD34D}
.gf-hero-content>p{font-size:17px;opacity:.9;margin-bottom:22px;line-height:1.7}
.gf-hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.gf-hero-stats{display:flex;gap:28px;margin-top:28px;flex-wrap:wrap}
.gf-stat{text-align:center}
.gf-stat strong{display:block;font-size:24px;font-weight:800}
.gf-stat span{font-size:12px;opacity:.8}
.gf-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px;transform:rotate(-3deg);position:relative;z-index:1}
.gf-hero-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.15);color:#1E293B}
.gf-hero-card img{width:100%;height:120px;object-fit:cover}
.gf-hero-card-text{padding:12px 14px}
.gf-hero-card-text h4{font-size:13px;font-weight:600;margin-bottom:3px}
.gf-hero-price{color:#7C3AED;font-weight:700;font-size:17px}
.gf-hero-price small{font-size:12px;color:#94A3B8;font-weight:400}
.gf-hero-card.featured{grid-column:span 2;display:grid;grid-template-columns:120px 1fr;align-items:center}
.gf-hero-card.featured img{height:100%;min-height:80px}

/* BUTTONS */
.gf-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer}
.gf-btn-accent{background:#F59E0B;color:#fff}
.gf-btn-accent:hover{background:#D97706;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.4);color:#fff}
.gf-btn-whatsapp{background:#25D366;color:#fff}
.gf-btn-whatsapp:hover{background:#1DA851;color:#fff}
.gf-btn-white{background:#fff;color:#7C3AED}
.gf-btn-white:hover{background:#F5F3FF;color:#6D28D9}

/* TRUST BAR */
.gf-trust-bar{background:#F8FAFC;border-bottom:1px solid #E2E8F0;padding:18px 0}
.gf-trust-items{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}
.gf-trust-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569}
.gf-trust-item i{font-size:20px;color:#7C3AED;width:24px;text-align:center}
.gf-trust-item strong{display:block;font-weight:600;color:#1E293B}
.gf-trust-item small{font-size:12px;color:#94A3B8}

/* JUMP NAV */
.gf-jump-nav{padding:44px 0 28px;text-align:center}
.gf-jump-nav h2{font-size:26px;font-weight:700;margin-bottom:6px}
.gf-jump-subtitle{color:#475569;font-size:15px;margin-bottom:28px}
.gf-jump-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gf-jump-card{background:#fff;border:2px solid #E2E8F0;border-radius:12px;padding:24px 16px;text-align:center;text-decoration:none;color:#1E293B;transition:all .3s}
.gf-jump-card:hover,.gf-jump-card.active{border-color:#7C3AED;box-shadow:0 4px 12px rgba(124,58,237,.12);transform:translateY(-4px);color:#1E293B}
.gf-jump-card i{font-size:28px;color:#7C3AED;margin-bottom:10px;display:block}
.gf-jump-card h3{font-size:15px;font-weight:600;margin-bottom:4px}
.gf-jump-card span{font-size:12px;color:#94A3B8}

/* PRODUCT SECTIONS */
.gf-section{padding:40px 0}
.gf-section:nth-child(even){background:#F8FAFC}
.gf-section-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:18px;border-bottom:2px solid #E2E8F0}
.gf-section-icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;color:#fff}
.gf-section-icon.mugs{background:#7C3AED}
.gf-section-icon.frames{background:#D97706}
.gf-section-icon.accessories{background:#059669}
.gf-section-header h2{font-size:20px;font-weight:700;margin-bottom:3px}
.gf-section-header p{font-size:14px;color:#475569;margin:0}
.gf-price-tag{display:inline-block;background:#10B981;color:#fff;font-size:12px;font-weight:700;padding:2px 10px;border-radius:20px;margin-left:8px;vertical-align:middle}

/* PRODUCT GRID */
.gf-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gf-product-card{background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;transition:all .3s;position:relative;text-decoration:none;color:#1E293B;display:block}
.gf-product-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-4px);border-color:transparent;color:#1E293B}
.gf-product-img{width:100%;height:240px;overflow:hidden;background:#F1F5F9}
.gf-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gf-product-card:hover .gf-product-img img{transform:scale(1.08)}
.gf-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94A3B8;font-size:13px;padding:20px;text-align:center}
.gf-product-info{padding:16px}
.gf-product-info h3{font-size:15px;font-weight:600;margin-bottom:8px;line-height:1.3}
.gf-product-price{font-size:18px;font-weight:700;color:#1E293B;margin-bottom:12px}
.gf-product-price .woocommerce-Price-amount{font-size:18px;font-weight:700}
.gf-product-price .woocommerce-Price-currencySymbol{font-size:14px}
.gf-select-btn{display:inline-block;padding:8px 18px;background:#7C3AED;color:#fff;border-radius:6px;font-size:13px;font-weight:600;transition:background .2s}
.gf-product-card:hover .gf-select-btn{background:#6D28D9}

/* BADGES */
.gf-badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.gf-badge-bestseller{background:#FEF3C7;color:#92400E}
.gf-badge-eco{background:#D1FAE5;color:#065F46}
.gf-badge-premium{background:#EDE9FE;color:#5B21B6}
.gf-badge-trending{background:#FCE7F3;color:#9D174D}

/* HOW IT WORKS */
.gf-how-it-works{padding:56px 0;text-align:center;background:#fff}
.gf-how-it-works h2{font-size:26px;font-weight:700;margin-bottom:6px}
.gf-section-subtitle{color:#475569;font-size:15px;margin-bottom:32px}
.gf-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:24px}
.gf-step{text-align:center;position:relative}
.gf-step:not(:last-child)::after{content:'\2192';position:absolute;right:-18px;top:28px;font-size:22px;color:#94A3B8}
.gf-step-num{width:56px;height:56px;background:#7C3AED;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin:0 auto 14px}
.gf-step h3{font-size:15px;font-weight:600;margin-bottom:6px}
.gf-step p{font-size:13px;color:#475569}

/* FAQ */
.gf-faq{padding:56px 0;background:#F8FAFC}
.gf-faq h2{text-align:center;font-size:26px;font-weight:700;margin-bottom:28px}
.gf-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:900px;margin:0 auto}
.gf-faq-item{border:1px solid #E2E8F0;border-radius:8px;overflow:hidden;background:#fff}
.gf-faq-q{padding:14px 18px;font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;width:100%;text-align:left;color:#1E293B;transition:background .2s}
.gf-faq-q:hover{background:#F8FAFC}
.gf-faq-q span{font-size:20px;color:#7C3AED;font-weight:300;transition:transform .2s;margin-left:12px;flex-shrink:0}
.gf-faq-item.open .gf-faq-q span{transform:rotate(45deg)}
.gf-faq-item.open .gf-faq-q{color:#7C3AED}
.gf-faq-a{padding:0 18px 14px;font-size:14px;color:#475569;line-height:1.7;display:none}
.gf-faq-item.open .gf-faq-a{display:block}

/* SEO CONTENT */
.gf-seo-content{padding:56px 0;background:#fff}
.gf-seo-content .container{max-width:860px}
.gf-seo-content h2{font-size:22px;font-weight:700;margin-bottom:14px}
.gf-seo-content h3{font-size:17px;font-weight:600;margin:20px 0 8px}
.gf-seo-content p{font-size:15px;color:#475569;line-height:1.8;margin-bottom:10px}
.gf-seo-content ul{margin:8px 0 16px 20px;color:#475569;font-size:15px;line-height:1.8}

/* BOTTOM CTA */
.gf-bottom-cta{padding:56px 0;background:linear-gradient(135deg,#7C3AED 0%,#9333EA 100%);color:#fff;text-align:center}
.gf-bottom-cta h2{font-size:30px;font-weight:800;margin-bottom:10px}
.gf-bottom-cta>p,.gf-bottom-cta .container>p{font-size:17px;opacity:.9;margin-bottom:22px}
.gf-cta-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}

/* ========== RESPONSIVE ========== */
@media(max-width:1024px){
    .gf-hero .container{grid-template-columns:1fr;text-align:center}
    .gf-hero-visual{display:none}
    .gf-hero-ctas,.gf-hero-stats{justify-content:center}
    .gf-steps{grid-template-columns:repeat(2,1fr)}
    .gf-step:not(:last-child)::after{display:none}
}
@media(max-width:768px){
    .gf-hero-content h1{font-size:28px}
    .gf-jump-cards{grid-template-columns:1fr}
    .gf-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .gf-product-img{height:180px}
    .gf-faq-grid{grid-template-columns:1fr}
    .gf-trust-items{gap:20px}
}
@media(max-width:480px){
    .gf-hero{padding:36px 0}
    .gf-product-grid{grid-template-columns:1fr}
    .gf-hero-stats{flex-direction:column;gap:10px}
    .gf-hero-content h1{font-size:24px}
    .gf-cta-btns{flex-direction:column;align-items:center}
    .gf-hero-ctas{flex-direction:column;align-items:stretch}
    .gf-bottom-cta{padding:36px 0}
    .gf-bottom-cta h2{font-size:24px}
    .gf-how-it-works{padding:40px 0}
    .gf-faq{padding:40px 0}
    .gf-jump-nav{padding:28px 0 20px}
}
@media(max-width:375px){
    .gf-hero{padding:28px 0}
    .gf-hero-content h1{font-size:20px}
    .gf-stat strong{font-size:20px}
    .gf-bottom-cta h2{font-size:20px}
    .gf-product-img{height:160px}
    .gf-steps{grid-template-columns:1fr}
}
