/* ACCOP - Landing V Congreso — tema oscuro (diseño aprobado "Landing ACCOP V3") */

.accop-landing, .accop-landing * { box-sizing: border-box; }
.accop-landing { font-family: 'Manrope', sans-serif; background: #0D0A12; color: #EDEAF0; line-height: 1.4; }
.accop-landing a { color: #E91E8C; text-decoration: none; }
.accop-landing a:hover { color: #ff4fb0; }
.accop-landing img { max-width: 100%; }
.accop-landing h1, .accop-landing h2, .accop-landing h3 { font-family: 'Plus Jakarta Sans', sans-serif; }
html { scroll-behavior: smooth; }

@keyframes accopMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes accopCarousel { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Marquee tickers */
.accop-marquee { border-bottom: 1px solid #241f2c; padding: 12px 0; overflow: hidden; white-space: nowrap; background: #0D0A12; }
.accop-marquee--light { background: #fff; border-top: 1px solid #ece7ea; border-bottom: 1px solid #ece7ea; }
.accop-marquee__track { display: inline-flex; animation: accopMarquee 22s linear infinite; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 14px; letter-spacing: 0.08em; color: #5fb0e0; }
.accop-marquee--light .accop-marquee__track { color: #2CB8C4; animation-duration: 26s; animation-direction: reverse; }
.accop-marquee__track span { padding: 0 16px; }

/* Hero */
.accop-hero { position: relative; padding: 90px 24px 70px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; overflow: hidden; }
.accop-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center bottom; opacity: 0.16; }
.accop-hero__radial { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(123,63,152,0.35) 0%, rgba(13,10,18,0) 55%); }
.accop-hero__logo { position: relative; height: 240px; width: auto; filter: brightness(0) invert(1); }
.accop-hero__title { position: relative; font-weight: 900; font-size: clamp(38px,7vw,84px); line-height: 1.02; margin: 0; text-transform: uppercase; max-width: 920px; }
.accop-hero__title-highlight { background: linear-gradient(90deg,#e75db0,#b585e0,#5fb0e0,#5fd8e0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accop-hero__subtitle { position: relative; font-size: clamp(20px,2.6vw,26px); color: #b8b1c4; max-width: 920px; margin: 0; font-weight: 500; }
.accop-countdown { position: relative; display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
.accop-countdown__box { background: #17131f; border: 1px solid #2b2534; border-radius: 17px; padding: 19px 24px; min-width: 91px; }
.accop-countdown__num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 38px; color: #fff; }
.accop-countdown__label { font-size: 13px; color: #8a8394; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }
.accop-hero__meta { position: relative; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; font-size: 18.4px; color: #a49dae; margin-top: 4px; max-width: 1058px; }
.accop-btn-pill { position: relative; display: inline-block; background: #E91E8C; color: #fff !important; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 17px; padding: 18px 40px; border-radius: 100px; margin-top: 10px; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); border: none; cursor: pointer; text-decoration: none !important; }
.accop-btn-pill:hover { color: #fff !important; transform: scale(1.05); box-shadow: 0 16px 40px rgba(233,30,140,0.4); }
.accop-btn-pill:active { transform: scale(0.98); }

/* Stats bar */
.accop-stats-section { padding: 56px 24px; background: #fff; border-top: 1px solid #241f2c; border-bottom: 1px solid #241f2c; }
.accop-stats-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 24px; text-align: center; }
.accop-stat-value { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 48px; }
.accop-stat-label { font-size: 13px; color: #4a4653; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

/* Section generic */
.accop-section { padding: 96px 24px; }
.accop-section-inner { max-width: 1080px; margin: 0 auto; }
.accop-section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.accop-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 12px; }
.accop-section-head h2, .accop-heading { font-weight: 900; font-size: clamp(30px,4.5vw,44px); margin: 0 0 16px; text-transform: uppercase; text-wrap: pretty; }
.accop-section-head p { color: #a49dae; font-size: 18px; line-height: 1.6; margin: 0; }

/* Pilares */
.accop-pilares-section { position: relative; overflow: hidden; }
.accop-pilares-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.16; filter: brightness(0.5); pointer-events: none; }
.accop-pilares-inner { position: relative; }
.accop-pilares-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.accop-pillar-card { background: #17131f; border: 1px solid #2b2534; border-radius: 18px; padding: 30px 24px; transition: all 0.3s ease; }
.accop-pillar-card:hover { transform: translateY(-8px); border-color: var(--pillar-color,#E91E8C); }
.accop-pillar-num { width: 46px; height: 46px; border-radius: 12px; background: var(--pillar-color,#E91E8C); display: flex; align-items: center; justify-content: center; color: #0D0A12; font-weight: 900; font-size: 17px; margin-bottom: 18px; }
.accop-pillar-card h3 { font-weight: 800; font-size: 18px; margin: 0 0 10px; line-height: 1.3; color: #fff; }
.accop-pillar-card p { color: #a49dae; font-size: 14.5px; line-height: 1.55; margin: 0; }

/* Ticket incluye */
.accop-ticket-section { padding: 96px 24px; background: #17131f; position: relative; overflow: hidden; }
.accop-ticket-glow { position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle,rgba(233,30,140,0.18),transparent 70%); pointer-events: none; }
.accop-ticket-inner { max-width: 1080px; margin: 0 auto; position: relative; }
.accop-ticket-title { display: flex; align-items: center; justify-content: center; gap: 14px; }
.accop-ticket-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items: start; }
.accop-ticket-card { background: #0D0A12; border: 1px solid #2b2534; border-radius: 16px; padding: 22px 18px; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; gap: 12px; }
.accop-ticket-card:hover { transform: translateY(-6px); border-color: #E91E8C; }
.accop-ticket-card__top { display: flex; align-items: flex-start; justify-content: space-between; }
.accop-ticket-card__letter { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 8px; border: 1.6px solid; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 17px; }
.accop-ticket-card p { color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.25; margin: 0; }
.accop-ticket-banner { margin: 28px 0; border-radius: 16px; overflow: hidden; }
.accop-ticket-banner img { width: 100%; height: 220px; object-fit: cover; object-position: center top; display: block; }
.accop-ticket-cta { text-align: center; margin-top: 40px; }

/* Relatores */
.accop-relatores-section { background: #17131f; border-top: 1px solid #241f2c; border-bottom: 1px solid #241f2c; }
.accop-relatores-highlight-label { text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; color: #E91E8C; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 14px; }
.accop-relator-card--featured { max-width: 340px; margin: 0 auto 40px; }
.accop-relatores-subtitle { text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: clamp(24px,3.5vw,32px); margin: 56px 0 32px; text-transform: uppercase; color: #fff; }
.accop-relatores-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.accop-relator-card { flex: 0 0 calc(25% - 15px); min-width: 170px; border: 1px solid #2b2534; border-radius: 16px; padding: 20px 16px 22px; text-align: center; transition: transform 0.3s ease; }
.accop-relator-card:hover { transform: translateY(-6px); }
.accop-relator-card__photo { width: 100%; height: 160px; margin: 0 auto 14px; object-fit: contain; border-radius: 8px; background: rgba(255,255,255,0.08); }
.accop-relator-card__name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; color: #fff; }
.accop-relator-card__note { font-size: 12px; color: #f0e9f5; margin: 4px 0 10px; }
.accop-relator-card__bio { font-size: 12.5px; color: #f0e9f5; line-height: 1.5; margin: 10px 0 14px; }
.accop-relator-card__linkedin { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: none; transition: transform 0.25s ease; }
.accop-relator-card__linkedin:hover { transform: translateY(-2px); }
.accop-linkedin-icon { display: block; width: 30px; height: 30px; }

/* Programa */
.accop-programa-table { max-width: 820px; margin: 0 auto; }
.accop-programa-thead { display: flex; gap: 16px; padding: 0 0 10px; border-bottom: 2px solid #2b2534; margin-bottom: 4px; }
.accop-programa-th { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #8f899a; }
.accop-programa-th--time { flex: 0 0 110px; }
.accop-programa-row { display: flex; gap: 16px; padding: 11px 0; border-bottom: 1px solid #201b28; }
.accop-programa-row__time { flex: 0 0 110px; font-weight: 800; font-size: 13px; font-family: 'Plus Jakarta Sans', sans-serif; padding: 3px 8px; border-radius: 6px; align-self: flex-start; }
.accop-programa-row__activity { font-size: 14.5px; color: #c9c3d1; padding-top: 2px; }
.accop-programa-row--highlight { background: #5fb0e0; border-radius: 10px; padding: 11px 14px; border-bottom: none; }
.accop-programa-row--highlight .accop-programa-row__time { color: #17131f; padding: 0; }
.accop-programa-row--highlight .accop-programa-row__activity { color: #17131f; font-weight: 700; }
.accop-programa-section {
	font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 14.5px; color: #17131f;
	padding: 10px 16px; border-radius: 8px; margin: 22px 0 10px;
}
.accop-programa-spacer { height: 10px; }
.accop-programa-cta { text-align: center; margin-top: 36px; }
.accop-btn-pill-outline { display: inline-flex; align-items: center; gap: 10px; background: #E91E8C; color: #fff !important; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; padding: 15px 32px; border-radius: 100px; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); text-decoration: none !important; }
.accop-btn-pill-outline:hover { color: #fff !important; transform: scale(1.05); box-shadow: 0 14px 32px rgba(233,30,140,0.4); }
.accop-btn-pill-outline:active { transform: scale(0.98); }

/* Plano */
.accop-plano-section { padding: 88px 24px; background: #17131f; overflow: hidden; }
.accop-plano-img-wrap { border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.accop-plano-img { width: 100%; display: block; background: #fff; transition: transform 0.5s ease; }
.accop-plano-img:hover { transform: scale(1.03); }

/* Partners (fondo claro) */
.accop-partners-section { padding: 70px 24px; background: #fff; }
.accop-partners-inner { max-width: 1080px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 44px; }
.accop-partners-label { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; color: #4a4653; text-transform: uppercase; margin: 0 0 22px; }
.accop-partners-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.accop-partner { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 200px; }
.accop-partner__logo-box { width: 180px; height: 100px; background: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 10px; border: 1px solid #ece7ea; }
.accop-partner__logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.accop-partner__name { color: #c9c3d1; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 14px; text-align: center; }

/* Inscripción + FAQ */
.accop-inscripcion-section { padding: 96px 24px; background: #17131f; border-top: 1px solid #241f2c; border-bottom: 1px solid #241f2c; }
.accop-inscripcion-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 48px; flex-wrap: wrap; align-items: flex-start; }
.accop-inscripcion-box { flex: 1 1 420px; min-width: 340px; background: #0D0A12; border: 1px solid #2b2534; border-radius: 22px; padding: 44px 36px; }
.accop-inscripcion-box .accop-eyebrow, .accop-inscripcion-box h2, .accop-inscripcion-box > p { text-align: center; }
.accop-form { display: flex; flex-direction: column; gap: 16px; }
.accop-form label { display: block; font-size: 13px; font-weight: 700; color: #c9c3d1; margin-bottom: 6px; }
.accop-form input, .accop-form select { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1.5px solid #2b2534; background: #17131f; color: #fff; font-size: 15px; font-family: 'Manrope', sans-serif; }
.accop-form input:focus, .accop-form select:focus { outline: none; border-color: #E91E8C; }
.accop-form input::placeholder { color: #6f6a7a; }
.accop-form button { margin-top: 8px; background: #E91E8C; color: #fff; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; padding: 16px; border-radius: 100px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); width: 100%; }
.accop-form button:hover { transform: scale(1.03); box-shadow: 0 14px 32px rgba(233,30,140,0.35); }
.accop-form button:active { transform: scale(0.98); }
.accop-form-note { text-align: center; font-size: 12.5px; color: #6f6a7a; margin: 0; }
.accop-form-error { background: #3a1f22; color: #ff8f8f; border-radius: 10px; padding: 12px 14px; font-size: 13.5px; margin: 0 0 16px; }
.accop-thankyou { text-align: center; padding: 24px 0; }
.accop-thankyou__icon { width: 56px; height: 56px; border-radius: 50%; background: #1d3a34; color: #4fd8b8; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 16px; }
.accop-thankyou h3 { color: #fff; margin: 0 0 8px; }
.accop-thankyou p { color: #a49dae; font-size: 14.5px; margin: 0 0 18px; }
.accop-thankyou a { color: #5fb0e0; font-weight: 700; font-size: 14px; }

.accop-faq-col { flex: 1 1 420px; min-width: 340px; }
.accop-faq-head { text-align: left; max-width: 560px; margin: 0 0 32px; }
.accop-faq-item { border-bottom: 1px solid #241f2c; }
.accop-faq-question { width: 100%; background: none; border: none; padding: 20px 4px; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 16px; color: #fff; }
.accop-faq-icon { transition: transform 0.4s ease; color: #E91E8C; font-size: 20px; flex: 0 0 20px; text-align: center; }
.accop-faq-item.is-open .accop-faq-icon { transform: rotate(45deg); }
.accop-faq-answer-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s ease; }
.accop-faq-item.is-open .accop-faq-answer-wrap { grid-template-rows: 1fr; }
.accop-faq-answer-inner { overflow: hidden; }
.accop-faq-answer-inner p { margin: 0 0 20px; color: #a49dae; font-size: 14.5px; line-height: 1.6; padding-right: 24px; }

/* CTA final */
.accop-cta-final { position: relative; padding: 96px 24px; background: #17131f; border-top: 1px solid #241f2c; overflow: hidden; text-align: center; }
.accop-cta-final__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-attachment: fixed; opacity: 0.25; pointer-events: none; }
.accop-cta-final__inner { max-width: 900px; margin: 0 auto; position: relative; }
.accop-cta-final h2 { color: #fff; margin: 0 0 16px; }
.accop-cta-final p { color: #a49dae; font-size: 16px; line-height: 1.6; margin: 0 0 26px; }

/* Congreso 2025 (carrusel) */
.accop-heading-plain { font-weight: 900; font-size: clamp(28px,4vw,40px); margin: 40px 0 0; text-transform: uppercase; text-align: center; background: #0D0A12; color: #fff; padding: 40px 24px 0; }
.accop-carousel-section { padding: 30px 24px 88px; background: #0D0A12; overflow: hidden; }
.accop-carousel-viewport { max-width: 1200px; margin: 0 auto; overflow: hidden; }
.accop-carousel-track { display: flex; gap: 16px; width: max-content; animation: accopCarousel 40s linear infinite; }
.accop-carousel-track img { width: 260px; height: 180px; flex: 0 0 260px; object-fit: cover; border-radius: 14px; }

/* Footer */
.accop-footer { background: #0D0A12; color: #fff; padding: 48px 24px 32px; position: relative; overflow: hidden; }
.accop-footer-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.18; pointer-events: none; }
.accop-footer-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; position: relative; }
.accop-footer-brand { display: flex; flex-direction: column; gap: 10px; }
.accop-footer-brand img { height: auto; width: 180px; filter: brightness(0) invert(1); opacity: 0.95; }
.accop-footer-brand p { font-size: 13px; margin: 6px 0 0; max-width: 280px; line-height: 1.6; }
.accop-footer-col { font-size: 13.5px; line-height: 2; }
.accop-footer-col a { color: #fff; }
.accop-footer-bottom { max-width: 1080px; margin: 32px auto 0; padding-top: 20px; border-top: 1px solid #241f2c; font-size: 12.5px; color: #fff; position: relative; }

/* Responsive */
@media (max-width: 900px) {
	.accop-pilares-grid, .accop-ticket-grid { grid-template-columns: repeat(2,1fr); }
	.accop-relator-card { flex: 0 0 calc(50% - 10px); }
	.accop-hero__logo { height: 160px; }
}
@media (max-width: 560px) {
	.accop-pilares-grid, .accop-ticket-grid { grid-template-columns: 1fr; }
	.accop-relator-card { flex: 0 0 100%; }
	.accop-hero__logo { height: 120px; }
}