/* FAQ ULTRA PROFESIONAL PARA ELEMENTOR WIDGET */
.faq-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 24px;
    padding: 40px 30px;
    border: 1px solid #e2e8f0;
}

#faq-regalos-corporativos {
    text-align: center;
    margin: 0 0 50px;
    font-size: 2rem;
    font-weight: 900;
    color: #2d3748;
    position: relative;
    letter-spacing: -0.025em;
}

/* RESPONSIVE H2 */
@media (min-width: 769px) {
    #faq-regalos-corporativos { font-size: 2rem; }
}
@media (max-width: 768px) {
    #faq-regalos-corporativos { font-size: 1.5rem; }
}
@media (max-width: 480px) {
    #faq-regalos-corporativos { font-size: 1.3rem; }
}
@media (max-width: 360px) {
    #faq-regalos-corporativos { font-size: 1.2rem; }
}

#faq-regalos-corporativos::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #d69e2e, #f6e05e, #d69e2e);
    border-radius: 2px;
}

/* ACORDEÓN MAESTRO GRANDE Y VISIBLE */
.faq-master-accordion { border: none; background: transparent; margin-bottom: 0; }
.faq-master-summary {
    display: flex; justify-content: center; align-items: center; gap: 16px;
    padding: 18px 40px; font-weight: 600; font-size: 1rem; color: #2d3748; cursor: pointer;
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    border: 2px solid #d69e2e; border-radius: 12px; margin-bottom: 32px; transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(214,158,46,.12); letter-spacing: .01em; max-width: 400px; margin-left: auto; margin-right: auto;
}
.faq-master-summary::-webkit-details-marker { display: none; }
.faq-master-icon { font-size: 1rem; font-weight: bold; transition: transform .3s ease; color: #d69e2e; opacity: .8; }
.faq-master-accordion[open] .faq-master-summary {
    background: linear-gradient(135deg, #d69e2e 0%, #f6e05e 100%); color: #1a202c; border-color: #f6e05e; box-shadow: 0 12px 35px rgba(214,158,46,.3);
}
.faq-master-accordion[open] .faq-master-icon { transform: rotate(180deg); color: #1a202c; }
.faq-master-summary:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-color: #b7791f; box-shadow: 0 6px 20px rgba(214,158,46,.18); transform: translateY(-2px);
}
.faq-master-summary:hover .faq-master-icon { color: #b7791f; opacity: 1; }

/* CONTENIDO DEL ACORDEÓN */
.faq-content { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }

.faq-item {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; overflow: hidden;
    transition: all .5s cubic-bezier(.175,.885,.32,1.275); box-shadow: 0 4px 20px rgba(45,55,72,.08); position: relative;
}
.faq-item::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, #d69e2e, transparent); opacity: 0; transition: opacity .3s ease;
}
.faq-item:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(214,158,46,.15); border-color: #d69e2e; background: #ffffff; }
.faq-item:hover::before { opacity: 1; }
.faq-item[open] { transform: translateY(-4px); box-shadow: 0 25px 80px rgba(214,158,46,.2); border-color: #d69e2e; background: #ffffff; }
.faq-item[open]::before { opacity: 1; background: linear-gradient(90deg, #d69e2e, #f6e05e, #d69e2e); }

.faq-item summary {
    padding: 28px 32px 28px 88px; font-weight: 600; font-size: 1.05rem; color: #2d3748; cursor: pointer;
    background: transparent; transition: all .3s ease; position: relative; list-style: none; border-bottom: 1px solid transparent; letter-spacing: .01em; line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
    content: ''; position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
    width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 2px solid #e2e8f0; transition: all .4s cubic-bezier(.4,0,.2,1); background-size: 24px 24px; background-repeat: no-repeat; background-position: center;
}

/* ICONOS SVG PROFESIONALES CON COLORES DORADOS */
.faq-item:nth-child(1) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3Cpath d='M21 8.5C21 12.64 16.97 16 12 16S3 12.64 3 8.5 7.03 1 12 1s9 3.86 9 7.5z'/%3E%3C/svg%3E"); }
.faq-item:nth-child(2) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E"); }
.faq-item:nth-child(3) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 6,2 18,2 18,9'/%3E%3Cpath d='M6 18H4a2 2 0 01-2-2v-5a2 2 0 012-2h16a2 2 0 012 2v5a2 2 0 01-2 2h-2'/%3E%3Cline x1='6' y1='14' x2='18' y2='14'/%3E%3C/svg%3E"); }
.faq-item:nth-child(4) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z'/%3E%3Cpolyline points='3.27,6.96 12,12.01 20.73,6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E"); }
.faq-item:nth-child(5) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='20' x2='18' y2='10'/%3E%3Cline x1='12' y1='20' x2='12' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='14'/%3E%3C/svg%3E"); }
.faq-item:nth-child(6) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12,6 12,12 16,14'/%3E%3C/svg%3E"); }
.faq-item:nth-child(7) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 12h-4l-3 9L9 3l-3 9H2'/%3E%3C/svg%3E"); }
.faq-item:nth-child(8) summary::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d69e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Cline x1='12' y1='1' x2='12' y2='3'/%3E%3Cline x1='12' y1='21' x2='12' y2='23'/%3E%3Cline x1='4.22' y1='4.22' x2='5.64' y2='5.64'/%3E%3Cline x1='18.36' y1='18.36' x2='19.78' y2='19.78'/%3E%3Cline x1='1' y1='12' x2='3' y2='12'/%3E%3Cline x1='21' y1='12' x2='23' y2='12'/%3E%3Cline x1='4.22' y1='19.78' x2='5.64' y2='18.36'/%3E%3Cline x1='18.36' y1='5.64' x2='19.78' y2='4.22'/%3E%3C/svg%3E"); }

.faq-item:hover summary::before,
.faq-item[open] summary::before {
    background: linear-gradient(135deg, #d69e2e 0%, #f6e05e 100%); border-color: #d69e2e; transform: translateY(-50%) scale(1.1); box-shadow: 0 8px 25px rgba(214,158,46,.3);
}
.faq-item:hover summary::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
}
.faq-item summary::after {
    content: ''; position: absolute; right: 32px; top: 50%; transform: translateY(-50%);
    width: 32px; height: 32px; background: #f7fafc; border: 2px solid #e2e8f0; border-radius: 50%;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: center; background-size: 16px;
}
.faq-item[open] summary::after {
    background: #d69e2e; border-color: #d69e2e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
    transform: translateY(-50%) rotate(180deg); box-shadow: 0 4px 15px rgba(214,158,46,.4);
}
.faq-item summary:hover { background: linear-gradient(135deg, rgba(214,158,46,.05) 0%, rgba(246,224,94,.05) 100%); color: #2d3748; }
.faq-item[open] summary { border-bottom: 1px solid #e2e8f0; background: linear-gradient(135deg, rgba(214,158,46,.03) 0%, rgba(247,250,252,.03) 100%); }

.faq-item p {
    padding: 32px 32px 36px 88px; margin: 0; color: #4a5568; line-height: 1.65; font-size: 1rem;
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%); font-weight: 400; letter-spacing: .005em;
}
.faq-item p strong { color: #d69e2e; font-weight: 700; font-size: 1.1rem; }

/* RESPONSIVE ULTRA PROFESIONAL */
@media (max-width: 768px) {
  .faq-wrapper { padding: 25px 15px; border-radius: 20px; }
  .faq-master-summary { font-size: 1.1rem; padding: 20px 24px; margin-bottom: 24px; }
  .faq-master-icon { font-size: 1.3rem; }
  .faq-content { gap: 6px; margin-top: 16px; }
  .faq-item summary { padding: 20px 20px 20px 70px; font-size: .95rem; line-height: 1.4; }
  .faq-item summary::before { left: 16px; width: 38px; height: 38px; background-size: 18px 18px; }
  .faq-item summary::after { right: 20px; width: 26px; height: 26px; background-size: 14px; }
  .faq-item p { padding: 20px 20px 24px 70px; font-size: .9rem; line-height: 1.6; }
}
@media (max-width: 480px) {
  .faq-wrapper { padding: 20px 12px; border-radius: 16px; }
  #faq-regalos-corporativos::before { width: 80px; height: 3px; bottom: -12px; }
  .faq-master-summary { font-size: 1rem; padding: 18px 20px; margin-bottom: 20px; border-radius: 16px; }
  .faq-master-icon { font-size: 1.2rem; }
  .faq-content { gap: 4px; margin-top: 14px; }
  .faq-item { border-radius: 16px; }
  .faq-item summary { padding: 18px 16px 18px 60px; font-size: .9rem; line-height: 1.3; }
  .faq-item summary::before { left: 12px; width: 34px; height: 34px; background-size: 16px 16px; border-radius: 12px; }
  .faq-item summary::after { right: 16px; width: 24px; height: 24px; background-size: 12px; }
  .faq-item p { padding: 16px 16px 20px 60px; font-size: .85rem; line-height: 1.5; }
  .faq-item p strong { font-size: .9rem; }
}
@media (max-width: 360px) {
  .faq-wrapper { padding: 16px 10px; }
  .faq-master-summary { font-size: .95rem; padding: 16px 18px; border-radius: 14px; }
  .faq-master-icon { font-size: 1.1rem; }
  .faq-item summary { padding: 16px 14px 16px 55px; font-size: .85rem; }
  .faq-item summary::before { left: 10px; width: 32px; height: 32px; background-size: 15px 15px; }
  .faq-item summary::after { right: 14px; width: 22px; height: 22px; }
  .faq-item p { padding: 14px 14px 18px 55px; font-size: .8rem; }
}