/* Digital Event — pixel-precise layout */

.ledinstall-wrap { max-width: 1820px; margin: 0 auto; padding: 48px 24px 80px; }
.ledinstall-wrap img { display: block; max-width: 100%; height: auto; }

/* Headings */
.section-title { font-weight: 900; font-size: 65px; line-height: 1.1; letter-spacing: 0.5px; text-transform: uppercase; color: #0f0f10; margin: 70px 0 52px; }
.section-sub { font-size: 1.25rem; line-height: 1.8; color: #2b2b2b; max-width: 760px; margin: 50px 0 122px; }
.kicker { font-weight: 800; font-size: 28px; line-height: 1.1; text-transform: uppercase; color: #111; margin-bottom: 10px; }

/* Two-up feature sections */
.two-up { display: grid; grid-template-columns: 50% 42%; align-items: center; margin: 0px 0px; }
.two-up.reverse { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.two-up .photo img { width: 100%; border-radius: 6px; box-shadow: 0 8px 40px rgba(0,0,0,0.08); }
.two-up .copy { padding: 28px; }
.two-up .copy .title { font-weight: 900; font-size: 65px; line-height: 1.1; text-transform: uppercase; margin-bottom: 12px; }
.two-up .copy .desc { font-size: 1.25rem; line-height: 1.9; color: #333; }

/* Installations grid */
.install-section { margin: 48px 0 8px; text-align: left; }
.install-title { font-weight: 900; font-size: 65px; line-height: 1.1; color: #111; margin: 12px 0 36px; }
.install-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.install-card { border: none; border-radius: 8px; padding: 0; background: transparent; box-shadow: none; }
.install-card img { width: 100%; display: block; border-radius: 6px; margin: 0 0 12px; }
.install-card .label { font-weight: 800; font-size: 20px; line-height: 1.2; letter-spacing: .3px; color: #0f0f10; text-transform: uppercase; margin-top: 2px; }

/* Content Creation modules */
.ccm-list { display: grid; gap: 70px; margin-top: 8px; }
.ccm-item { display: grid; grid-template-columns: 58% 34%; align-items: start; gap: 32px; }
.ccm-item .photo img { width: 100%; border-radius: 6px; box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
.ccm-copy { padding-top: 8px; }
.ccm-copy .eyebrow { font-weight: 800; font-size: 32px; line-height: 1; letter-spacing: 1px; text-transform: uppercase; color: #0f0f10; margin-bottom: 62px; }
.ccm-copy .bullets { list-style: none; padding: 0; margin: 0; }
.ccm-copy .bullets li { font-size: 20px; line-height: 1.7; color: #2b2b2b; margin-bottom: 6px; }

/* Contact panel */
.contact-panel { margin: 68px auto 0 auto; width:800px; padding: 36px 24px; border: 1px solid #e5e7eb; border-radius: 14px; background: #ffffff; }
.contact-panel .panel-title { font-weight: 900; font-size: 36px; line-height: 1.1; letter-spacing: .2px; color: #0f0f10; margin-bottom: 12px; }
.contact-panel .panel-lead { font-size: 22px; line-height: 1.6; color: #212121; margin-bottom: 28px; max-width: 920px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #e9ebf0; border-radius: 14px; padding: 18px 20px; font-size: 16px; outline: none; background: #eef1f5; }
.contact-form textarea { min-height: 180px; resize: vertical; }
.captcha-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }
.captcha { width: 360px; height: 78px; border-radius: 8px; border: 1px solid #d1d5db; background: #f3f4f6; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.btn-primary { width: 320px; height: 64px; font-size: 20px; background: #bf2026; color: #fff; box-shadow: 0 12px 34px rgba(191,32,38,0.35); transition: transform .15s ease, box-shadow .15s ease; border-radius: 40px; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 42px rgba(191,32,38,0.45); }

/* Responsive */
@media (max-width: 1024px) {
  .two-up, .two-up.reverse { grid-template-columns: 1fr; }
  .install-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .contact-form { grid-template-columns: 1fr 1fr; }
  .ccm-item { grid-template-columns: 1fr; }
}