/* UniTV Theme — Main CSS */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red: #c0233a;
  --red-light: #d94060;
  --purple: #3d1a6e;
  --purple-mid: #5c2d8a;
  --purple-dark: #1e0d3a;
  --purple-deep: #12082a;
  --pink: #a0246e;
  --white: #ffffff;
  --text-muted: rgba(255,255,255,0.55);
  --grad-brand: linear-gradient(135deg, #c0233a 0%, #8b1f6a 45%, #3d1a6e 100%);
  --grad-card: linear-gradient(145deg, #c0233a 0%, #9b2060 30%, #5c2d8a 70%, #3d1a6e 100%);
  --grad-bg: radial-gradient(ellipse 80% 60% at 20% 10%, #4a1060 0%, transparent 60%),
             radial-gradient(ellipse 60% 80% at 80% 80%, #1a0a30 0%, transparent 60%),
             linear-gradient(160deg, #1e0d3a 0%, #12082a 100%);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  background: var(--purple-deep);
  color: var(--white);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

/* NAV */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 4rem;
  background: rgba(18,8,42,0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
/* Nav no checkout/carrinho: estática, compacta */
nav.nav-simple {
  position: relative !important;
  padding: 0.75rem 2rem !important;
  background: rgba(18,8,42,0.98) !important;
}
nav.nav-simple .nav-logo-icon { height: 28px !important; max-width: 100px !important; }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.nav-logo-icon { height: 36px; width: auto; max-width: 120px; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 400; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--grad-brand); color: white !important; padding: 0.55rem 1.4rem; border-radius: 50px; font-weight: 500 !important; font-size: 0.88rem !important; transition: opacity 0.2s, transform 0.2s !important; }
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }
.nav-item-mobile { display: none; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 8rem 2rem 5rem; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: var(--grad-bg); z-index: -1; }
.hero-orb-1 { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(192,35,58,0.18) 0%, transparent 70%); top: -100px; left: -150px; animation: float 8s ease-in-out infinite; }
.hero-orb-2 { position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(92,45,138,0.22) 0%, transparent 70%); bottom: 0; right: -100px; animation: float 10s ease-in-out infinite reverse; }
.hero-orb-3 { position: absolute; width: 300px; height: 300px; background: radial-gradient(circle, rgba(160,36,110,0.15) 0%, transparent 70%); top: 40%; left: 50%; transform: translate(-50%,-50%); animation: pulse 6s ease-in-out infinite; }

@keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.05); } }
@keyframes pulse { 0%,100% { opacity: 0.5; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.15); } }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 50px; padding: 0.4rem 1rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2rem; animation: fadeUp 0.8s ease both; }
.hero-badge-dot { width: 6px; height: 6px; background: #ff4466; border-radius: 50%; animation: blink 2s infinite; }
.hero-logo { width: 220px; margin-bottom: 2.5rem; animation: fadeUp 0.8s 0.1s ease both; filter: drop-shadow(0 0 40px rgba(192,35,58,0.4)); }
.hero-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(3rem,7vw,6rem); line-height: 1.0; letter-spacing: -0.03em; margin-bottom: 1.5rem; animation: fadeUp 0.8s 0.2s ease both; }
.hero-title span { background: var(--grad-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: clamp(1rem,2vw,1.25rem); color: var(--text-muted); max-width: 540px; line-height: 1.65; margin-bottom: 3rem; animation: fadeUp 0.8s 0.3s ease both; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; animation: fadeUp 0.8s 0.4s ease both; }
.hero-devices { margin-top: 5rem; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; animation: fadeUp 0.8s 0.5s ease both; }
.hero-device-item { display: flex; align-items: center; gap: 0.5rem; color: var(--text-muted); font-size: 0.85rem; }
.hero-device-item svg { width: 20px; height: 20px; opacity: 0.6; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--grad-brand); color: white; padding: 1rem 2.2rem; border-radius: 50px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; text-decoration: none; letter-spacing: 0.02em; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 8px 32px rgba(192,35,58,0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(192,35,58,0.5); color: white; }
.btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: white; padding: 1rem 2.2rem; border-radius: 50px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.btn-secondary:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); color: white; }
.btn-buy { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--grad-brand); color: white; padding: 0.7rem 1.4rem; border-radius: 50px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.85rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(192,35,58,0.4); white-space: nowrap; border: none; cursor: pointer; }
.btn-buy:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(192,35,58,0.55); color: white; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 0.5rem; background: #25D366; color: white; padding: 1rem 2rem; border-radius: 50px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 8px 30px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(37,211,102,0.45); color: white; }

/* MARQUEE */
.marquee-section { overflow: hidden; padding: 1.5rem 0; background: rgba(192,35,58,0.08); border-top: 1px solid rgba(192,35,58,0.15); border-bottom: 1px solid rgba(192,35,58,0.15); }
.marquee-track { display: flex; animation: marquee 20s linear infinite; width: max-content; }
.marquee-item { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0 2.5rem; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); white-space: nowrap; }
.marquee-dot { width: 5px; height: 5px; background: var(--red); border-radius: 50%; }

/* FEATURES STRIP */
.features-strip { display: flex; justify-content: center; padding: 2.5rem 4rem; background: rgba(255,255,255,0.025); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; }
.feature-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 2.5rem; border-right: 1px solid rgba(255,255,255,0.07); }
.feature-item:last-child { border-right: none; }
.feature-icon { width: 36px; height: 36px; background: var(--grad-brand); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon svg { width: 18px; height: 18px; }
.feature-text strong { display: block; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.9rem; }
.feature-text span { font-size: 0.75rem; color: var(--text-muted); }

/* SECTIONS */
.section { position: relative; padding: 7rem 2rem; z-index: 1; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: #d94060; font-weight: 600; margin-bottom: 1rem; font-family: 'Poppins', sans-serif; }
.section-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 1rem; }
.section-desc { color: var(--text-muted); font-size: 1rem; max-width: 460px; margin: 0 auto; line-height: 1.7; }

/* CARDS GRID */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 1100px; margin: 0 auto; }
.gift-card-wrap { perspective: 1000px; }
.gift-card { position: relative; border-radius: 20px; background: linear-gradient(160deg, #2a1050 0%, #1a0838 100%); border: 1px solid rgba(255,255,255,0.09); overflow: hidden; transition: transform 0.4s cubic-bezier(0.23,1,0.32,1), box-shadow 0.4s; cursor: pointer; }
.gift-card:hover { transform: translateY(-8px) scale(1.01); box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.12); }
.gift-card.popular { border-color: rgba(192,35,58,0.5); box-shadow: 0 0 0 1px rgba(192,35,58,0.3), 0 20px 60px rgba(0,0,0,0.4); }
.gift-card.popular:hover { box-shadow: 0 30px 80px rgba(192,35,58,0.25), 0 0 0 1px rgba(192,35,58,0.5); }
.popular-badge { position: absolute; top: 1rem; right: 1rem; background: var(--grad-brand); font-family: 'Poppins', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 50px; z-index: 5; }
.card-hanger { display: flex; justify-content: center; padding: 1.5rem 0 0.5rem; }
.hanger-shape { width: 36px; height: 36px; border: 3px solid rgba(255,255,255,0.15); border-bottom: none; border-radius: 50% 50% 0 0; position: relative; }
.hanger-shape::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 12px; height: 8px; background: rgba(255,255,255,0.15); border-radius: 0 0 4px 4px; }
.card-header { padding: 0.5rem 1.8rem 1rem; position: relative; }
.card-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; margin-bottom: 0.3rem; }
.card-plan-name { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.6rem; line-height: 1; letter-spacing: -0.02em; color: white; }
.card-days-row { display: flex; align-items: baseline; gap: 0.3rem; margin-top: 0.15rem; }
.card-days-num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 4.5rem; line-height: 1; background: var(--grad-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.04em; }
.card-days-text { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.8rem; color: rgba(255,255,255,0.7); letter-spacing: -0.02em; }
.inner-logo-card { margin: 0.5rem 1.2rem 1rem; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.inner-logo-card img { width: 100%; display: block; border-radius: 14px; }
.card-footer { padding: 1rem 1.8rem 1.5rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.06); }
.card-watermark { display: none; }
.pricing-row { display: flex; flex-direction: column; gap: 0; }
.price-main { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 2.2rem; line-height: 1; letter-spacing: -0.03em; }
.price-period { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.15rem; }

/* WooCommerce price override */
.price-main .woocommerce-Price-amount { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1em; color: white; }
.price-main ins { text-decoration: none; }
.price-main del { opacity: 0.4; font-size: 0.65em; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; max-width: 1000px; margin: 0 auto; }
.step-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: background 0.3s, border-color 0.3s; }
.step-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(192,35,58,0.3); }
.step-num { width: 48px; height: 48px; background: var(--grad-brand); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.2rem; margin: 0 auto 1.2rem; }
.step-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.5rem; }
.step-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

/* DEVICES */
.devices-section { background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.devices-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.device-card { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; padding: 1.5rem 1rem; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); transition: background 0.3s, transform 0.3s; }
.device-card:hover { background: rgba(255,255,255,0.06); transform: translateY(-4px); }
.device-icon { width: 44px; height: 44px; color: #d94060; }
.device-name { font-size: 0.78rem; color: var(--text-muted); text-align: center; line-height: 1.3; }

/* CTA */
.cta-section { text-align: center; padding: 6rem 2rem; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(192,35,58,0.12) 0%, transparent 70%); }
.cta-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2rem,4vw,3rem); letter-spacing: -0.03em; margin-bottom: 1rem; position: relative; }
.cta-desc { color: var(--text-muted); font-size: 1rem; max-width: 400px; margin: 0 auto 2.5rem; line-height: 1.7; position: relative; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* FOOTER */
footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem 4rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo img { height: 40px; width: auto; }
.footer-info { font-size: 0.78rem; color: var(--text-muted); text-align: center; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 0.4rem; text-align: right; }
.footer-links a { font-size: 0.78rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: white; }

/* FLOATING WA */
.float-wa { position: fixed; bottom: 2rem; right: 2rem; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(37,211,102,0.4); z-index: 150; text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; }
.float-wa:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,0.55); }

/* WooCommerce checkout page */
.woocommerce-page .woocommerce { padding: 8rem 2rem 4rem; max-width: 900px; margin: 0 auto; }
.woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3 { font-family: 'Poppins', sans-serif; font-weight: 700; color: white; margin-bottom: 1rem; }
.woocommerce-page .woocommerce-form input, .woocommerce-page .woocommerce-form select, .woocommerce-page input[type="text"], .woocommerce-page input[type="email"], .woocommerce-page input[type="tel"], .woocommerce-page select, .woocommerce-page textarea { background: rgba(255,255,255,0.07) !important; border: 1px solid rgba(255,255,255,0.15) !important; color: white !important; border-radius: 10px !important; padding: 0.75rem 1rem !important; font-family: 'Poppins', sans-serif !important; width: 100%; }
.woocommerce-page input::placeholder, .woocommerce-page textarea::placeholder { color: var(--text-muted) !important; }
.woocommerce-page .button, .woocommerce-page button[type="submit"], .woocommerce-page #place_order { background: var(--grad-brand) !important; color: white !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; border: none !important; border-radius: 50px !important; padding: 1rem 2rem !important; cursor: pointer !important; transition: box-shadow 0.2s, transform 0.2s !important; box-shadow: 0 8px 30px rgba(192,35,58,0.4) !important; }
.woocommerce-page .button:hover, .woocommerce-page button[type="submit"]:hover { transform: translateY(-2px) !important; box-shadow: 0 12px 40px rgba(192,35,58,0.6) !important; }
.woocommerce-page table.shop_table { border-collapse: collapse; width: 100%; color: white; }
.woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-message { border-radius: 12px; padding: 1rem 1.5rem; font-family: 'Poppins', sans-serif; }
.woocommerce-page label { color: var(--text-muted); font-size: 0.85rem; font-family: 'Poppins', sans-serif; }

/* Scroll reveal */
.gift-card, .step-card, .device-card { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.gift-card.visible, .step-card.visible, .device-card.visible { opacity: 1; transform: translateY(0); }


/* ── WOOCOMMERCE PAGES (carrinho, checkout, minha conta) ── */
.wc-page-wrapper {
  min-height: 100vh;
  padding: 2rem 2rem 4rem;
  background: var(--grad-bg);
}
.wc-page-inner {
  max-width: 900px;
  margin: 0 auto;
}
/* Esconde imagens Elementor no checkout/carrinho que não são do formulário WC */
.wc-page-wrapper .elementor-widget-image,
.wc-page-wrapper .elementor-widget-image img,
.wc-page-wrapper figure.wp-block-image,
.wc-page-wrapper img.wp-post-image,
.wc-page-wrapper .elementor-image { display: none !important; }

/* Títulos e textos */
.wc-page-inner h1, .wc-page-inner h2, .wc-page-inner h3 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 1rem;
}
.wc-page-inner p { color: rgba(255,255,255,0.75); margin-bottom: 1rem; }

/* Tabela do carrinho */
.wc-page-inner table.shop_table {
  width: 100%; border-collapse: collapse; margin-bottom: 2rem;
}
.wc-page-inner table.shop_table th,
.wc-page-inner table.shop_table td {
  padding: 1rem; border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #fff; text-align: left;
}
.wc-page-inner table.shop_table th { font-weight: 600; color: rgba(255,255,255,0.5); font-size: 0.8rem; text-transform: uppercase; }
.wc-page-inner .product-thumbnail img { width: 60px; height: 60px; object-fit: cover; border-radius: 8px; }
/* Esconde thumbnail gigante do produto no checkout/carrinho */
.wc-page-inner img { max-width: 80px; max-height: 80px; object-fit: cover; }
.woocommerce-checkout-review-order img,
.wc-page-inner .woocommerce-checkout img,
.wc-page-inner .order-review img { display: none; }

/* Inputs e formulários */
.wc-page-inner input[type="text"],
.wc-page-inner input[type="email"],
.wc-page-inner input[type="tel"],
.wc-page-inner input[type="password"],
.wc-page-inner input[type="number"],
.wc-page-inner select,
.wc-page-inner textarea {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  color: #fff;
  padding: 0.8rem 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  outline: none;
  transition: border-color 0.2s;
}
.wc-page-inner input:focus, .wc-page-inner select:focus, .wc-page-inner textarea:focus {
  border-color: var(--red-light);
}
.wc-page-inner label { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 0.3rem; }
.wc-page-inner .form-row { margin-bottom: 0.5rem; }

/* Botões WooCommerce */
.wc-page-inner .button,
.wc-page-inner button[type="submit"],
.wc-page-inner input[type="submit"] {
  background: var(--grad-brand);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.85rem 2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
}
.wc-page-inner .button:hover,
.wc-page-inner button[type="submit"]:hover,
.wc-page-inner input[type="submit"]:hover { opacity: 0.85; transform: translateY(-1px); }

/* Totais */
.wc-page-inner .cart_totals,
.wc-page-inner .order-total { margin-top: 1.5rem; }
.wc-page-inner .cart_totals h2 { font-size: 1.1rem; margin-bottom: 1rem; }
.wc-page-inner .cart_totals table { background: rgba(255,255,255,0.04); border-radius: 12px; overflow: hidden; }

/* Mensagens WooCommerce */
.wc-page-inner .woocommerce-message,
.wc-page-inner .woocommerce-info {
  background: rgba(192,35,58,0.15);
  border-left: 4px solid var(--red);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0 10px 10px 0;
  margin-bottom: 1.5rem;
}
.wc-page-inner .woocommerce-error {
  background: rgba(255,80,80,0.12);
  border-left: 4px solid #ff5050;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0 10px 10px 0;
  margin-bottom: 1.5rem;
  list-style: none;
}

/* Layout checkout 2 colunas */
.wc-page-inner .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 768px) {
  .wc-page-inner .col2-set { grid-template-columns: 1fr; }
}

/* ── /WOOCOMMERCE PAGES ── */

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .devices-grid { grid-template-columns: repeat(3,1fr); max-width: 100%; }
}
@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-item-desktop { display: none; }
  .nav-item-mobile { display: list-item; }
  .nav-links { gap: 0.75rem; }
  .hero { padding: 6rem 1.5rem 4rem; }
  .cards-grid { grid-template-columns: 1fr; max-width: 380px; }
  .features-strip { padding: 1.5rem; }
  .feature-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 0.75rem 1rem; }
  .feature-item:last-child { border-bottom: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .devices-grid { grid-template-columns: repeat(3,1fr); max-width: 100%; }
  footer { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
  .footer-links { text-align: center; }
}

/* ── THANK YOU PAGE — Caixa WhatsApp ── */
.unitv-thankyou-box {
  background: linear-gradient(135deg, rgba(192,35,58,0.15), rgba(61,26,110,0.2));
  border: 1px solid rgba(192,35,58,0.3);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.unitv-thankyou-icon {
  color: #25d366;
  margin-bottom: 1rem;
}
.unitv-thankyou-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
.unitv-thankyou-box p {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.unitv-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #25d366;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.unitv-wa-btn:hover { background: #1ebe5d; transform: translateY(-2px); }

/* ── POPUP WhatsApp no Checkout ── */
#unitv-wa-popup {
  position: fixed;
  bottom: -320px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 360px;
  background: linear-gradient(135deg, #1a0a3c 0%, #3d1a6e 50%, #c0233a 100%);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.75rem;
  text-align: center;
  z-index: 99999;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 40px rgba(192,35,58,0.3);
  transition: bottom 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: 'Poppins', sans-serif;
}
#unitv-wa-popup.unitv-popup-show { bottom: 1.5rem; }
.unitv-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(255,255,255,0.1);
  border: none;
  color: rgba(255,255,255,0.6);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.unitv-popup-close:hover { background: rgba(255,255,255,0.2); color: #fff; }
.unitv-popup-icon { margin-bottom: 0.5rem; }
.unitv-popup-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}
.unitv-popup-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin: 0 0 1.25rem;
}
.unitv-popup-desc strong { color: #fff; }
.unitv-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.2s, transform 0.2s;
}
.unitv-popup-btn:hover { background: #1ebe5d; transform: translateY(-2px); }
