/* detalhes.css — Extracted from app/views/catalogo/detalhes.php */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, sans-serif; background: #fff; color: #1a1a2e; line-height: 1.6; padding-bottom: 80px; }
.hero { background: linear-gradient(135deg, #1B3A5C 0%, #2563EB 50%, #1B3A5C 100%); color: white; padding: 0; overflow: hidden; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.hero-content { padding: 50px 40px; display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); color: white; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; margin-bottom: 16px; width: fit-content; }
.hero h1 { font-size: 34px; font-weight: 800; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.5px; color: white; }
.hero .subtitle { font-size: 17px; opacity: 0.9; margin-bottom: 22px; line-height: 1.5; }
.hero-bullets { list-style: none; margin-bottom: 28px; }
.hero-bullets li { font-size: 15px; padding: 5px 0; display: flex; align-items: center; gap: 10px; }
.hero-bullets li { color: white; }
.hero-bullets li i { color: #60A5FA; font-size: 14px; }
.hero-media { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; padding: 30px 20px; }
.hero-main-img { display: flex; align-items: center; justify-content: center; }
.hero-thumbs { display: flex; gap: 8px; margin-top: 12px; justify-content: center; flex-wrap: wrap; }
.hero-thumb { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid rgba(255,255,255,0.3); transition: all 0.2s; background: rgba(255,255,255,0.1); }
.hero-thumb:hover { border-color: white; transform: scale(1.1); }
.hero-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hero-media img, .hero-media video { max-width: 100%; max-height: 450px; object-fit: contain; border-radius: 12px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3)); }
.hero-price-tag { position: absolute; bottom: 20px; right: 20px; background: white; color: #1B3A5C; padding: 10px 18px; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.2); text-align: center; }
.hero-price-tag .price { font-size: 26px; font-weight: 900; line-height: 1; color: #DC2626; }
.hero-price-tag .info { font-size: 11px; color: #667; margin-top: 2px; }
.cta-group { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white; padding: 16px 28px; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 15px rgba(37,211,102,0.4); }
.btn-whatsapp:hover { background: #20BD5A; transform: translateY(-2px); box-shadow: 0 6px 25px rgba(37,211,102,0.5); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); color: white; padding: 14px 24px; border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none; border: 2px solid rgba(255,255,255,0.3); transition: all 0.2s; }
.btn-secondary:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); }
.btn-whatsapp-full { display: flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: white; padding: 18px 32px; border-radius: 14px; font-size: 17px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 20px rgba(37,211,102,0.4); max-width: 500px; margin: 0 auto; }
.btn-whatsapp-full:hover { background: #20BD5A; transform: translateY(-2px); }
.urgency-bar { background: #FFF3E0; border-bottom: 2px solid #FFB74D; padding: 12px 20px; text-align: center; font-size: 14px; font-weight: 600; color: #E65100; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.video-hero { background: #1a1a2e; padding: 50px 20px; text-align: center; color: white; }
.video-hero h2 { font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.video-hero p { font-size: 15px; opacity: 0.7; margin-bottom: 24px; }
.video-container { max-width: 700px; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.video-container video { width: 100%; display: block; }
.video-hero .cta-after-video { margin-top: 24px; }
.social-proof { background: #f8faf9; padding: 50px 20px; }
.social-proof-inner { max-width: 1000px; margin: 0 auto; }
.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading h2 { font-size: 26px; font-weight: 800; color: #1B3A5C; margin-bottom: 8px; }
.section-heading p { font-size: 15px; color: #667; }
.stats-row { display: flex; justify-content: center; gap: 40px; margin-bottom: 36px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-num { font-size: 34px; font-weight: 900; color: #1B3A5C; line-height: 1; }
.stat-label { font-size: 13px; color: #667; margin-top: 4px; }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.testimonial-card { background: white; border-radius: 14px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #e8ede9; }
.testimonial-card .stars { color: #FFC107; font-size: 13px; margin-bottom: 10px; }
.testimonial-card .quote { font-size: 14px; color: #3b4a54; line-height: 1.5; margin-bottom: 14px; font-style: italic; }
.testimonial-card .author { display: flex; align-items: center; gap: 10px; }
.testimonial-card .avatar { width: 34px; height: 34px; border-radius: 50%; background: #1B3A5C; color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.testimonial-card .author-info { font-size: 13px; }
.testimonial-card .author-info strong { color: #1a1a2e; }
.testimonial-card .author-info span { color: #999; display: block; font-size: 12px; }
.brands-row { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 24px; padding-top: 24px; border-top: 1px solid #e0e7e2; }
.brand-tag { background: white; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; color: #1B3A5C; border: 1px solid #d0ddd5; }
.comparison { padding: 50px 20px; background: white; }
.comparison-inner { max-width: 800px; margin: 0 auto; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.compare-col { padding: 24px; border-radius: 14px; }
.compare-col.others { background: #fef2f2; border: 1px solid #fecaca; }
.compare-col.ours { background: #f0fdf4; border: 2px solid #86efac; }
.compare-col h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.compare-col.others h3 { color: #dc2626; }
.compare-col.ours h3 { color: #1B3A5C; }
.compare-col ul { list-style: none; }
.compare-col ul li { padding: 6px 0; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.compare-col.others li i { color: #ef4444; }
.compare-col.ours li i { color: #22c55e; }
.roi-block { background: linear-gradient(135deg, #1B3A5C, #2563EB); color: white; padding: 50px 20px; text-align: center; }
.roi-inner { max-width: 700px; margin: 0 auto; }
.roi-block h2 { font-size: 26px; font-weight: 800; margin-bottom: 16px; }
.roi-block .calc { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border-radius: 14px; padding: 28px; margin: 20px 0; border: 1px solid rgba(255,255,255,0.15); }
.roi-block .calc-line { font-size: 16px; margin: 8px 0; }
.roi-block .calc-result { font-size: 22px; font-weight: 800; color: #60A5FA; margin-top: 12px; }
.roi-block .disclaimer { font-size: 12px; opacity: 0.6; margin-top: 16px; }
.features { padding: 50px 20px; background: #f8faf9; }
.features-inner { max-width: 1000px; margin: 0 auto; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; }
.feature-card { text-align: center; padding: 24px 14px; border-radius: 14px; background: white; border: 1px solid #e8ede9; transition: all 0.2s; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.feature-card .icon { width: 50px; height: 50px; background: linear-gradient(135deg, #1B3A5C, #2563EB); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.feature-card .icon i { color: white; font-size: 20px; }
.feature-card h3 { font-size: 13px; font-weight: 700; color: #1B3A5C; margin-bottom: 4px; }
.feature-card p { font-size: 12px; color: #667; line-height: 1.4; }
.guarantee { padding: 50px 20px; background: white; }
.guarantee-inner { max-width: 900px; margin: 0 auto; }
.guarantee-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 24px; }
.guarantee-item { display: flex; align-items: flex-start; gap: 12px; padding: 18px; background: #f0f7f4; border-radius: 12px; }
.guarantee-item .g-icon { width: 40px; height: 40px; background: #1B3A5C; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.guarantee-item .g-icon i { color: white; font-size: 16px; }
.guarantee-item h4 { font-size: 14px; font-weight: 700; color: #1B3A5C; margin-bottom: 4px; }
.guarantee-item p { font-size: 13px; color: #555; line-height: 1.4; margin: 0; }
.gallery-section { padding: 40px 20px; background: #f8faf9; }
.gallery-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.gallery-grid { display: flex; gap: 10px; overflow-x: auto; padding: 10px 0; justify-content: center; flex-wrap: wrap; }
.gallery-thumb { width: 110px; height: 110px; border-radius: 10px; overflow: hidden; cursor: pointer; border: 3px solid transparent; transition: all 0.2s; flex-shrink: 0; }
.gallery-thumb:hover { border-color: #1B3A5C; transform: scale(1.05); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.specs-section { padding: 50px 20px; background: #f8faf9; }
.specs-inner { max-width: 900px; margin: 0 auto; }
.specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 24px; }
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table tr { border-bottom: 1px solid #e0e7e2; }
.specs-table td { padding: 10px 8px; font-size: 14px; }
.specs-table td:first-child { font-weight: 600; color: #1B3A5C; width: 45%; }
.specs-table td:last-child { color: #3b4a54; }
.description-text { font-size: 15px; line-height: 1.7; color: #3b4a54; }
.description-text p { margin-bottom: 12px; }
.description-text strong, .description-text b { font-weight: 600; }
.description-text ul, .description-text ol { padding-left: 20px; margin-bottom: 12px; }
.order-section { padding: 50px 20px; background: white; }
.order-inner { max-width: 600px; margin: 0 auto; }
.order-card { background: #f8faf9; border: 2px solid #1B3A5C; border-radius: 16px; padding: 28px; }
.order-card h2 { font-size: 22px; font-weight: 800; color: #1B3A5C; margin-bottom: 6px; text-align: center; }
.order-card .order-subtitle { text-align: center; font-size: 14px; color: #667; margin-bottom: 18px; }
.order-product { display: flex; align-items: center; gap: 12px; background: white; border-radius: 10px; padding: 12px; margin-bottom: 14px; border: 1px solid #e0e7e2; }
.order-product img { width: 60px; height: 60px; object-fit: contain; border-radius: 6px; }
.order-product .op-name { font-size: 13px; font-weight: 600; color: #3b4a54; }
.order-product .op-price { font-size: 18px; font-weight: 800; color: #1B3A5C; }
.form-row { margin-bottom: 12px; }
.form-row label { font-size: 12px; color: #667; display: block; margin-bottom: 4px; font-weight: 500; }
.form-row input { width: 100%; padding: 12px 14px; border: 1px solid #d1d7db; border-radius: 10px; font-size: 14px; font-family: inherit; transition: border-color 0.2s; }
.form-row input:focus { border-color: #1B3A5C; outline: none; box-shadow: 0 0 0 3px rgba(15,61,62,0.1); }
.form-cols { display: flex; gap: 10px; }
.form-cols .form-row { flex: 1; }
.form-trust { background: #fff8e1; padding: 10px 14px; border-radius: 10px; margin: 14px 0; font-size: 12px; color: #f57f17; display: flex; align-items: center; gap: 8px; }
.form-frete { display: none; background: #e8f5e9; padding: 10px 14px; border-radius: 10px; margin-bottom: 14px; font-size: 13px; color: #2e7d32; }
.btn-submit { width: 100%; background: #1B3A5C; color: white; border: none; padding: 16px; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all 0.2s; box-shadow: 0 4px 15px rgba(15,61,62,0.3); }
.btn-submit:hover { background: #145B5C; transform: translateY(-1px); }
.faq-section { padding: 50px 20px; background: #f8faf9; }
.faq-inner { max-width: 700px; margin: 0 auto; }
.faq-item { margin-bottom: 8px; border: 1px solid #e0e7e2; border-radius: 12px; overflow: hidden; background: white; }
.faq-item summary { padding: 14px 18px; font-size: 15px; font-weight: 600; color: #1a1a2e; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; font-weight: 300; color: #1B3A5C; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 0 18px 14px; font-size: 14px; color: #555; line-height: 1.6; }
.final-cta { background: linear-gradient(135deg, #1B3A5C, #2563EB); padding: 50px 20px; text-align: center; color: white; }
.final-cta h2 { font-size: 26px; font-weight: 800; margin-bottom: 12px; }
.final-cta p { font-size: 16px; opacity: 0.85; margin-bottom: 24px; max-width: 500px; margin-left: auto; margin-right: auto; }
.final-cta .availability { font-size: 14px; margin-top: 14px; opacity: 0.7; }
.footer-institucional { background: #1a1a2e; color: #ccc; padding: 30px 20px; font-size: 12px; line-height: 1.6; }
.footer-inst-inner { max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
.footer-inst-inner a { color: #8fb8de; text-decoration: none; }
.footer-inst-inner a:hover { text-decoration: underline; }
.footer-inst-inner strong { color: #fff; font-size: 13px; }
.footer-inst-bottom { text-align: center; max-width: 1000px; margin: 12px auto 0; padding-top: 12px; border-top: 1px solid #333; font-size: 11px; }
.fixed-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #25D366; padding: 12px 16px; box-shadow: 0 -4px 20px rgba(0,0,0,0.15); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.fixed-cta-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; color: white; text-decoration: none; font-size: 16px; font-weight: 700; width: 100%; max-width: 500px; }
.fixed-cta-bar a i { font-size: 22px; }
.lightbox { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.9); z-index: 99999; align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 90%; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.lightbox-close { position: absolute; top: 20px; right: 20px; color: white; font-size: 30px; cursor: pointer; z-index: 10; }

@media (max-width: 768px) {
    .hero-inner { grid-template-columns: 1fr; min-height: auto; }
    .hero-content { padding: 36px 20px 20px; text-align: center; }
    .hero-content .cta-group { justify-content: center; }
    .hero h1 { font-size: 24px; }
    .hero .subtitle { font-size: 15px; }
    .hero-bullets { text-align: left; max-width: 320px; margin: 0 auto 20px; }
    .hero-media { padding: 16px; }
    .hero-media img, .hero-media video { max-height: 280px; }
    .hero-price-tag { bottom: 8px; right: 8px; padding: 8px 12px; }
    .hero-price-tag .price { font-size: 20px; }
    .stats-row { gap: 20px; }
    .stat-num { font-size: 28px; }
    .specs-grid { grid-template-columns: 1fr; gap: 20px; }
    .section-heading h2 { font-size: 22px; }
    .comparison-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .guarantee-grid { grid-template-columns: 1fr; }
    .gallery-thumb { width: 80px; height: 80px; }
}

@media (max-width: 400px) {
    .hero h1 { font-size: 21px; }
    .hero-bullets li { font-size: 14px; }
    .cta-group { flex-direction: column; }
    .btn-whatsapp, .btn-secondary { width: 100%; justify-content: center; }
}
