#faq { display: none !important; }
.faq-layout { width: min(calc(100% - 48px), 1184px); margin-left: auto; margin-right: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-side { position: sticky; top: 96px; }
.faq-side h2 { font-family: "Swiss721BoldCondensedBT", "Cormorant Garamond", serif; font-size: clamp(2.1rem, 4vw, 3.4rem); margin: 0 0 14px; line-height: 1.05; }
.faq-side p { color: var(--muted); line-height: 1.7; margin: 0 0 22px; max-width: 34ch; }
.faq-list details { border-top: 1px solid var(--line, var(--border)); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line, var(--border)); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-weight: 600; font-size: .98rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line, var(--border)); display: grid; place-items: center; color: var(--blue); font-size: .72rem; line-height: 1; transition: transform .3s var(--ease), background .2s, color .2s, border-color .2s; }
.faq-list details[open] summary::after { transform: rotate(180deg); background: var(--ink); color: #fff; border-color: var(--ink); }
.faq-list p { color: var(--muted); line-height: 1.75; font-size: .9rem; max-width: 60ch; margin: 14px 0 0; }
.followup-cta { position: relative; overflow: hidden; width: min(calc(100% - 48px), 1184px); margin: 10px auto 84px; padding: clamp(36px, 6vw, 68px); border-radius: 24px; background: linear-gradient(135deg, #0f172a 0%, #172554 70%, #1d4ed8 140%); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.followup-cta::before { content: ""; position: absolute; right: -80px; bottom: -120px; width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(96,165,250,.3); box-shadow: 0 0 0 56px rgba(96,165,250,.05), 0 0 0 112px rgba(96,165,250,.03); }
.followup-cta > * { position: relative; }
.followup-cta h2 { font-family: "Swiss721BoldCondensedBT", "Cormorant Garamond", serif; font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1; max-width: 14ch; margin: 0; }
.followup-cta p { margin: 14px 0 0; color: #b6c4dc; line-height: 1.7; max-width: 44ch; font-size: .95rem; }
.followup-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.followup-actions .btn-primary,
.followup-actions .btn-ghost,
.faq-side .btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 47px; padding: 14px 20px; border: 1px solid var(--ink); border-radius: var(--r-sm, 10px); font: 600 .9rem "Inter", sans-serif; cursor: pointer; text-decoration: none; }
.faq-side .btn-ghost,
.followup-cta .btn-ghost { color: var(--ink); background: transparent; }
.faq-side .btn-ghost i,
.followup-cta .btn-ghost i { color: inherit; }
.followup-actions > * { transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s; }
.followup-cta .btn-primary { background: #fff; color: var(--ink); box-shadow: none; }
.followup-cta .btn-primary:hover { background: var(--blue-pale, #dbeafe); color: var(--ink); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.followup-cta .btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; text-decoration: none; }
.followup-cta .btn-ghost:hover { background: #25d366; color: #fff; border-color: #25d366; transform: translateY(-3px); box-shadow: 0 10px 24px rgba(37,211,102,.25); }
.faq-side .btn-ghost { transition: transform .25s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .25s var(--ease); }
.faq-side .btn-ghost:hover { background: #25d366; color: #fff; border-color: #25d366; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(37,211,102,.2); }
.cta-group .btn-buy-now:hover .fa-bag-shopping { animation: product-bag-pop .5s ease both; }
.cta-group .btn-whatsapp:hover .fa-whatsapp,
.followup-actions .btn-ghost:hover .fa-whatsapp,
.faq-side .btn-ghost:hover .fa-whatsapp { animation: product-whatsapp-pop .5s ease both; }
.cta-group .btn-icon { transition: background .2s, color .2s, border-color .2s, transform .25s var(--ease), box-shadow .25s var(--ease); }
.cta-group .btn-icon:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(15,23,42,.16); }
.cta-group .btn-icon:hover .fa-share-nodes { animation: product-share-pop .45s ease both; }
.followup-actions .btn-primary:hover .fa-bell { animation: product-bell-ring .6s ease-in-out both; transform-origin: top center; }
@keyframes product-bag-pop { 0%, 100% { transform: scale(1); } 45% { transform: scale(1.2) rotate(-7deg); } 75% { transform: scale(1.08) rotate(4deg); } }
@keyframes product-whatsapp-pop { 0%, 100% { transform: scale(1) rotate(0); } 35% { transform: scale(1.22) rotate(-8deg); } 70% { transform: scale(1.08) rotate(5deg); } }
@keyframes product-share-pop { 0%, 100% { transform: scale(1) rotate(0); } 45% { transform: scale(1.18) rotate(-8deg); } 75% { transform: scale(1.08) rotate(5deg); } }
@keyframes product-bell-ring { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(12deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(7deg); } 80% { transform: rotate(-4deg); } }
.product-blog-card { width: min(calc(100% - 48px), 1184px); margin: 0 auto 10px; display: grid; grid-template-columns: 260px 1fr; gap: 30px; align-items: center; padding: 14px; border: 1px solid var(--line, var(--border)); border-radius: 20px; background: linear-gradient(135deg, #fff 0%, #f8fbff 100%); box-shadow: 0 8px 30px rgba(8,13,20,.07); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .25s; }
.product-blog-card:hover { transform: translateY(-6px); border-color: var(--blue-border, rgba(59,130,246,.22)); box-shadow: 0 20px 44px rgba(29,78,216,.14); }
.product-blog-card img { width: 260px; height: 156px; object-fit: cover; display: block; border-radius: 14px; box-shadow: 0 6px 18px rgba(8,13,20,.12); transition: transform .45s var(--ease), filter .35s; }
.product-blog-card:hover img { transform: scale(1.04); filter: saturate(1.08); }
.product-blog-card .blog-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-blog-card .blog-kicker::before { content: ""; width: 22px; height: 2px; background: var(--blue); }
.product-blog-card h3 { margin: 9px 0 9px; color: var(--ink); font-family: "Swiss721BoldCondensedBT", "Cormorant Garamond", serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.06; }
.product-blog-card p { margin: 0 0 16px; color: var(--muted); font-size: .88rem; line-height: 1.65; max-width: 58ch; }
.product-blog-card a { display: inline-flex; align-items: center; gap: 4px; color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.product-blog-card a i { color: var(--blue); margin-left: 3px; transition: transform .25s var(--ease); }
.product-blog-card:hover a i { transform: translateX(4px); }
@media (max-width: 768px) {
  .product-blog-card { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 16px; padding: 14px; }
  .product-blog-card img { width: 100%; height: 180px; }
  .product-blog-card > div { min-width: 0; }
  .product-blog-card h3 { font-size: 1.45rem; }
  .product-blog-card p { max-width: none; }
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-side { position: static; }
}
@media (max-width: 600px) {
  .faq-layout { width: calc(100% - 36px); }
  .followup-cta { width: calc(100% - 36px); margin-bottom: 58px; padding: 34px 24px; }
  .followup-actions { width: 100%; }
  .followup-actions > * { flex: 1 1 100%; justify-content: center; }
  .product-blog-card { width: calc(100% - 36px); }
  .product-blog-card img { height: 190px; }
}
