/*
Theme Name: Axivo Theme
Theme URI: https://axivo.com.br
Author: Axivo
Description: Tema personalizado da Axivo — loja de contas premium digitais
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Private
Text Domain: axivo
*/

/* ─── VARIÁVEIS ─── */
:root {
    --bg-color: #0D0F2B;
    --card-color: #111328;
    --card-hover: #161830;
    --primary: #6366F1;
    --accent: #A5F3FC;
    --text-main: #F8FAFF;
    --text-secondary: #9CA3AF;
    --border-sutil: rgba(99,102,241,0.2);
    --footer-bg: #0A0C1E;
}

/* ─── RESET ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Inter', sans-serif; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: 'Inter', sans-serif; }

/* ─── HEADER ─── */
.site-header {
    background: var(--bg-color);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 100;
}
.site-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--primary); }
.logo-icon { width: 24px; height: 24px; background: var(--primary); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); flex-shrink: 0; }
.site-nav ul { display: flex; list-style: none; gap: 32px; }
.site-nav a { font-size: 14px; font-weight: 500; color: var(--text-secondary); transition: 0.2s; padding-bottom: 4px; }
.site-nav a.active, .site-nav a:hover { color: var(--primary); }
.site-nav a.active { border-bottom: 2px solid var(--primary); }
.header-right { display: flex; align-items: center; gap: 16px; }
.btn-get-started { background: var(--primary); color: #fff; padding: 10px 22px; border-radius: 6px; font-weight: 600; font-size: 14px; transition: 0.2s; }
.btn-get-started:hover { box-shadow: 0 0 15px rgba(99,102,241,0.4); transform: scale(1.02); }

/* ─── HERO ─── */
.hero {
    text-align: center;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero h1 { font-size: 56px; font-weight: 800; line-height: 1.05; margin-bottom: 16px; max-width: 900px; letter-spacing: -0.02em; }
.hero h1 span { color: var(--accent); }
.hero p { color: var(--text-secondary); font-size: 18px; max-width: 550px; margin-bottom: 32px; line-height: 1.5; }
.btn-hero { border: 1px solid var(--primary); color: var(--text-main); padding: 14px 36px; border-radius: 50px; font-weight: 600; font-size: 15px; transition: all 0.3s ease; cursor: pointer; background: transparent; display: inline-block; }
.btn-hero:hover { background: var(--primary); box-shadow: 0 0 20px rgba(99,102,241,0.4); }

/* ─── SEÇÕES ─── */
.section-header { margin-bottom: 48px; }
.section-header h2 { font-size: 32px; font-weight: 700; margin-bottom: 8px; }
.section-header p { color: var(--text-secondary); }

/* ─── GRID PRODUTOS (HOME) ─── */
.products-section { padding: 80px 40px; max-width: 1200px; margin: 0 auto; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: var(--card-color); border: 1px solid var(--border-sutil); border-radius: 12px; padding: 24px; transition: all 0.3s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: 0 10px 30px rgba(99,102,241,0.1); }
.product-icon-box { width: 36px; height: 36px; background: #1E2040; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.product-icon-box svg { width: 20px; height: 20px; stroke: var(--text-secondary); fill: none; stroke-width: 2; }
.product-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.product-label { font-size: 11px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; }
.btn-select { margin-top: auto; background: #1E2040; border: 1px solid rgba(99,102,241,0.4); color: #fff; padding: 10px; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; display: block; transition: all 0.2s ease; }
.product-card:hover .btn-select { background: var(--primary); border-color: var(--primary); }

/* ─── BENEFÍCIOS ─── */
.benefits-section { padding: 80px 40px; background: rgba(99,102,241,0.04); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.benefits-inner { max-width: 1200px; margin: 0 auto; }
.benefits-inner h2 { font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 48px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.benefit-item { text-align: center; }
.benefit-icon { width: 52px; height: 52px; background: #1E2040; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 1px solid rgba(99,102,241,0.3); }
.benefit-icon svg { width: 24px; height: 24px; stroke: var(--primary); fill: none; stroke-width: 2; }
.benefit-item h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.benefit-item p { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }

/* ─── DEPOIMENTOS ─── */
.testimonials-section { padding: 80px 40px; max-width: 1200px; margin: 0 auto; }
.testimonials-section h2 { font-size: 32px; font-weight: 700; margin-bottom: 48px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--card-color); border: 1px solid var(--border-sutil); border-radius: 12px; padding: 28px; }
.stars { color: #FBBF24; font-size: 14px; margin-bottom: 12px; }
.testimonial-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.testimonial-author { font-size: 13px; font-weight: 600; color: var(--text-main); }

/* ─── CTA FINAL ─── */
.cta-section { padding: 80px 40px; }
.cta-inner { max-width: 1200px; margin: 0 auto; background: linear-gradient(135deg, rgba(99,102,241,0.15), rgba(165,243,252,0.05)); border: 1px solid rgba(99,102,241,0.3); border-radius: 16px; padding: 64px 40px; text-align: center; }
.cta-inner h2 { font-size: 36px; font-weight: 800; margin-bottom: 12px; }
.cta-inner p { color: var(--text-secondary); font-size: 16px; margin-bottom: 32px; }
.btn-cta { background: var(--primary); color: #fff; padding: 14px 36px; border-radius: 8px; font-weight: 700; font-size: 15px; display: inline-block; transition: all 0.2s ease; }
.btn-cta:hover { box-shadow: 0 0 25px rgba(99,102,241,0.5); transform: translateY(-2px); }

/* ─── HERO PEQUENO (páginas internas) ─── */
.hero-sm { text-align: center; padding: 80px 20px 60px; }
.hero-sm h1 { font-size: 42px; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.02em; }
.hero-sm p { color: var(--text-secondary); font-size: 16px; max-width: 500px; margin: 0 auto; line-height: 1.6; }

/* ─── COMO FUNCIONA ─── */
.steps-container { max-width: 1200px; margin: 0 auto; padding: 20px 40px 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step-card { background: var(--card-color); border-radius: 12px; border: 1px solid var(--border-sutil); overflow: hidden; transition: all 0.3s ease; }
.step-card:hover { transform: translateY(-5px); border-color: var(--primary); box-shadow: 0 10px 30px rgba(99,102,241,0.1); }
.step-banner { height: 200px; background: linear-gradient(135deg, #0A1628 0%, #162040 100%); display: flex; align-items: center; justify-content: center; position: relative; }
.step-number { position: absolute; top: 16px; left: 16px; width: 28px; height: 28px; background: rgba(99,102,241,0.2); border: 1px solid rgba(99,102,241,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--primary); }
.step-icon-circle { width: 72px; height: 72px; background: rgba(13,15,43,0.8); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(99,102,241,0.5); }
.step-icon-circle svg { width: 32px; height: 32px; stroke: var(--accent); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.step-info { padding: 24px; }
.step-info h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.step-info p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.cta-box-wrap { max-width: 1200px; margin: 0 auto 80px; padding: 0 40px; }
.cta-box { background: var(--card-color); border-radius: 12px; padding: 40px 48px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--border-sutil); gap: 32px; }
.cta-text h2 { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.cta-text p { color: var(--text-secondary); font-size: 14px; max-width: 480px; }
.btn-cta-outline { border: 1px solid var(--primary); color: var(--primary); padding: 12px 28px; border-radius: 6px; font-weight: 600; font-size: 14px; transition: all 0.2s ease; white-space: nowrap; display: inline-block; }
.btn-cta-outline:hover { background: var(--primary); color: #fff; }

/* ─── FAQ ─── */
.faq-container { max-width: 720px; margin: 0 auto; padding: 0 20px 80px; }
.faq-item { background: var(--card-color); border-radius: 8px; margin-bottom: 8px; overflow: hidden; transition: all 0.2s ease; cursor: pointer; border: 1px solid transparent; }
.faq-item:hover { border-color: var(--border-sutil); }
.faq-item.open { border-left: 3px solid var(--primary); border-radius: 0 8px 8px 0; }
.faq-header { padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-header h3 { font-size: 15px; font-weight: 600; color: var(--text-main); flex: 1; }
.faq-icon { color: var(--primary); font-size: 22px; font-weight: 300; line-height: 1; flex-shrink: 0; transition: transform 0.2s ease; width: 24px; text-align: center; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-content { max-height: 0; padding: 0 24px; color: var(--text-secondary); font-size: 14px; line-height: 1.75; transition: all 0.3s ease; opacity: 0; overflow: hidden; }
.faq-item.open .faq-content { max-height: 500px; padding: 4px 24px 20px; opacity: 1; }

/* ─── PRODUTO INDIVIDUAL (WooCommerce) ─── */
.breadcrumb { padding: 24px 40px 8px; max-width: 1200px; margin: 0 auto; color: var(--text-secondary); font-size: 13px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--text-secondary); transition: 0.2s; }
.breadcrumb a:hover { color: var(--text-main); }
.breadcrumb span.sep { color: #4B5563; }
.breadcrumb span.current { color: var(--text-main); }
.product-main { max-width: 1200px; margin: 0 auto; padding: 20px 40px 80px; display: flex; gap: 48px; align-items: flex-start; }
.product-left { flex: 1.4; }
.product-right { flex: 1; position: sticky; top: 90px; }
.image-box { border-radius: 12px; background: linear-gradient(135deg, #0A1628 0%, #162040 50%, #0D1535 100%); height: 320px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; position: relative; overflow: hidden; }
.image-box::before { content: ''; position: absolute; width: 300px; height: 300px; background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 70%); border-radius: 50%; }
.image-icon-circle { width: 100px; height: 100px; background: rgba(13,15,43,0.7); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(99,102,241,0.5); position: relative; z-index: 1; }
.image-icon-circle svg { width: 48px; height: 48px; stroke: var(--accent); fill: none; stroke-width: 1.5; }
.product-info h1 { font-size: 42px; font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; gap: 14px; letter-spacing: -0.02em; flex-wrap: wrap; }
.badge-premium { background: #1E2040; border: 1px solid var(--primary); color: var(--primary); font-size: 11px; padding: 4px 10px; border-radius: 4px; font-weight: 700; letter-spacing: 0.05em; }
.product-description { color: var(--text-secondary); font-size: 15px; margin-bottom: 28px; line-height: 1.7; max-width: 560px; }
.features-box { background: var(--card-color); border-radius: 10px; padding: 28px; border: 1px solid var(--border-sutil); }
.features-box h3 { font-size: 16px; font-weight: 700; margin-bottom: 20px; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-item { display: flex; gap: 12px; align-items: flex-start; }
.feature-check { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.feature-check svg { width: 20px; height: 20px; stroke: var(--primary); fill: none; stroke-width: 2.5; }
.feature-text b { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.feature-text span { font-size: 12px; color: var(--text-secondary); line-height: 1.4; }

/* ─── PLANOS DE PREÇO ─── */
.plan-card { background: var(--card-color); border-radius: 10px; padding: 20px 24px; margin-bottom: 12px; border: 1px solid var(--border-sutil); transition: all 0.2s ease; position: relative; }
.plan-card:hover { border-color: rgba(99,102,241,0.5); }
.plan-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4px; }
.plan-days { font-size: 20px; font-weight: 700; }
.plan-price { font-size: 22px; font-weight: 700; }
.plan-subtitle { font-size: 13px; color: var(--text-secondary); margin-bottom: 14px; }
.plan-extras { margin-bottom: 14px; }
.extra-item { font-size: 13px; color: #10B981; display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.extra-item::before { content: '✓'; font-weight: 700; }
.price-old { color: var(--text-secondary); font-size: 13px; text-decoration: line-through; display: block; text-align: right; }
.plan-price-highlight { font-size: 36px; font-weight: 800; color: var(--primary); }
.plan-featured { border: 1px solid var(--primary); box-shadow: 0 0 24px rgba(99,102,241,0.15); }
.featured-badge { position: absolute; top: 0; right: 0; background: var(--primary); color: #fff; font-size: 11px; padding: 5px 12px; border-radius: 0 10px 0 8px; font-weight: 700; }
.btn-buy { width: 100%; border: 1px solid var(--primary); color: #fff; padding: 12px; border-radius: 6px; font-weight: 700; font-size: 14px; transition: all 0.2s ease; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-buy:hover { background: var(--primary); box-shadow: 0 0 15px rgba(99,102,241,0.3); }
.btn-buy-solid { background: var(--primary); }
.btn-buy-solid:hover { box-shadow: 0 0 25px rgba(99,102,241,0.5); transform: translateY(-1px); }

/* ─── LOJA (ARCHIVE) ─── */
.shop-section { padding: 60px 40px; max-width: 1200px; margin: 0 auto; }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ─── FOOTER ─── */
.site-footer { background: var(--footer-bg); padding: 32px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--primary); }
.footer-text { color: #6B7280; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #6B7280; font-size: 13px; transition: 0.2s; }
.footer-links a:hover { color: var(--text-secondary); }

/* ─── MOBILE BOTTOM NAV ─── */
.mobile-bottom-nav { display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: var(--footer-bg); border-top: 1px solid rgba(255,255,255,0.08); justify-content: space-around; align-items: center; z-index: 1000; }
.mobile-nav-item { display: flex; flex-direction: column; align-items: center; font-size: 10px; color: var(--text-secondary); gap: 4px; }
.mobile-nav-item svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.mobile-nav-item.active { color: var(--primary); }

/* ─── WOOCOMMERCE OVERRIDES ─── */
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--card-color); border-top-color: var(--primary); color: var(--text-main); padding: 16px 20px; border-radius: 0 8px 8px 0; margin-bottom: 20px; }
.woocommerce-notices-wrapper { max-width: 1200px; margin: 20px auto 0; padding: 0 40px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .shop-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .product-main { flex-direction: column; padding: 20px 20px 80px; }
    .product-right { position: static; width: 100%; }
    .features-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .site-header { padding: 0 20px; }
    .site-nav, .header-right { display: none; }
    .hero { padding: 80px 20px; }
    .hero h1 { font-size: 36px; }
    .hero p { font-size: 15px; }
    .hero-sm h1 { font-size: 32px; }
    .products-section, .testimonials-section, .cta-section { padding: 60px 20px; }
    .shop-section { padding: 40px 20px; }
    .benefits-section { padding: 60px 20px; }
    .products-grid, .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .steps-container { grid-template-columns: 1fr; padding: 20px 20px 60px; gap: 20px; }
    .cta-box-wrap { padding: 0 20px; }
    .cta-box { flex-direction: column; text-align: center; padding: 32px 24px; }
    .mobile-bottom-nav { display: flex; }
    .site-footer { padding-bottom: 80px; flex-direction: column; text-align: center; }
    .footer-links { justify-content: center; flex-wrap: wrap; }
    body { padding-bottom: 60px; }
}
@media (max-width: 480px) {
    .products-grid, .shop-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 30px; }
}


/* ========================================
   IMAGENS DE PRODUTO — listagem e produto
   ======================================== */

/* Caixa de ícone/imagem no card da listagem */
.product-icon-box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Thumbnail no card da listagem */
.product-icon-box .product-thumb-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

/* Wrapper da imagem na página do produto */
.image-product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
}

/* Imagem principal na página do produto */
.image-product-thumb .product-main-image {
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}


/* ===== WOOCOMMERCE CHECKOUT ===== */
.woocommerce-checkout,
.woocommerce-cart {
  padding: 0 20px;
}

/* Layout: 2 colunas */
.woocommerce-checkout form.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
  align-items: start;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading,
.woocommerce-checkout form.woocommerce-checkout #order_review {
  grid-column: 2;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  grid-row: 1;
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review {
  grid-row: 1 / span 2;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-additional-fields {
  grid-column: 1;
  grid-row: 2;
}

/* Coupon */
.woocommerce-form-coupon-toggle {
  margin-bottom: 24px;
  color: #a0aec0;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 16px;
  color: #a0aec0;
  font-size: 0.9rem;
}
.woocommerce-form-coupon-toggle .woocommerce-info a { color: #63b3ed; }

/* Headings */
.woocommerce-checkout h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Labels */
.woocommerce-checkout label {
  display: block;
  color: #a0aec0;
  font-size: 0.85rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.woocommerce-checkout label .required { color: #fc8181; margin-left: 2px; }

/* Inputs */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  padding: 10px 14px;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: none;
  border-color: #667eea;
}
.woocommerce-checkout .form-row { margin-bottom: 16px; }

/* Order table */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #e2e8f0;
  font-size: 0.9rem;
}
.woocommerce-checkout-review-order-table thead th { color: #a0aec0; font-size: 0.8rem; text-transform: uppercase; }
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  border-bottom: none;
}

/* Payment section */
#payment {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px;
}
#payment ul.payment_methods { list-style: none; padding: 0; margin: 0 0 20px; }
#payment ul.payment_methods li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}
#payment ul.payment_methods li:last-child { border-bottom: none; }
#payment ul.payment_methods li label {
  color: #e2e8f0;
  font-size: 0.95rem;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
#payment .payment_box {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  color: #a0aec0;
  font-size: 0.88rem;
}
#payment .payment_box p { margin: 0; }
#payment .payment_box input[type="text"],
#payment .payment_box input[type="tel"],
#payment .payment_box select {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  color: #fff;
  padding: 8px 12px;
}

/* Place order button */
#place_order {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  margin-top: 16px;
}
#place_order:hover { opacity: 0.9; transform: translateY(-1px); }

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-checkout form.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout form.woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
  .woocommerce-checkout form.woocommerce-checkout #order_review_heading { grid-column: 1; grid-row: auto; }
}


/* ===== BOTÃO CARRINHO — FINALIZAR COMPRA ===== */
.wc-block-cart__submit-button,
.wc-block-cart__submit-button.contained,
a.wc-block-cart__submit-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 16px 32px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: opacity 0.2s, transform 0.15s !important;
  letter-spacing: 0.3px !important;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button.contained:hover {
  opacity: 0.92 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5) !important;
  color: #fff !important;
}
.wc-block-cart__submit-button:active {
  transform: translateY(0) !important;
}
