/* Pro India — page styles: EPR Compliance.
   Copied verbatim from the approved HTML design. */

.epr-cat h3 { display: flex; align-items: center; gap: 8px; }
.epr-cat .cbadge { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--green-d); margin-bottom: 8px; }
.pen-table { width: 100%; border-collapse: collapse; }
.pen-table th, .pen-table td { text-align: left; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.pen-table th { font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--tx-mute); font-weight: 600; }
.pen-table td:last-child, .pen-table th:last-child { text-align: right; font-weight: 700; }
.pen-red { color: var(--red); }
.pen-amber { color: var(--amber-d); }

/* ---- interactive EPR penalty calculator (dark panel) ---- */
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
.calc-field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--on-dark-m); margin-bottom: 6px; }
.calc-select { width: 100%; background: rgba(0,0,0,.22); border: 1.5px solid rgba(255,255,255,.16); border-radius: 11px; padding: 12px 14px; font-size: 13.5px; color: #fff; font-family: inherit; }
.calc-select::placeholder { color: var(--on-dark-m); }
.calc-select:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 3px rgba(143,240,182,.16); }
.calc-select option { color: #12352a; }
.calc-result { background: rgba(245,166,35,.14); border: 1px solid rgba(245,166,35,.3); border-radius: 13px; padding: 18px; margin-top: 14px; animation: tabFade .3s ease; }
.calc-result-label { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-m); margin-bottom: 6px; }
.calc-result-amount { font-weight: 800; font-size: clamp(19px,2.6vw,24px); color: var(--amber); line-height: 1.15; }
.calc-result-note { font-size: 12.5px; color: var(--on-dark-s); margin-top: 8px; line-height: 1.5; }
@media (max-width: 500px) { .calc-grid { grid-template-columns: 1fr; } }

/* ---- Plastic XChange section (merged) ---- */
.pcu-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px,4vw,44px); align-items: center; }
.pcu-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 28px; }
.pcu-card .num { font-family: var(--font-serif); font-size: clamp(2.4rem,6vw,3.4rem); color: var(--mint); line-height: 1; }
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.flow-step { text-align: center; position: relative; }
.flow-step .n { width: 46px; height: 46px; border-radius: 14px; background: var(--ink); color: var(--mint); font-weight: 700; display: grid; place-items: center; margin: 0 auto 14px; }
.video-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: stretch; }
.vid-yt, .vid-testi { min-width: 0; position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); }
.vid-yt { display: block; aspect-ratio: 16/9; background: #0f3d2e center/cover no-repeat; }
.vid-yt::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(15,61,46,.34)); transition: background .2s ease; }
.vid-yt:hover::after { background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(15,61,46,.46)); }
.vid-play { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border: 0; padding: 0; cursor: pointer; border-radius: 50%; background: var(--amber); display: grid; place-items: center; z-index: 3; box-shadow: 0 12px 32px rgba(0,0,0,.4); transition: transform .2s var(--ease); }
.vid-play .ic { width: 28px; height: 28px; fill: var(--ink); stroke: var(--ink); margin-left: 3px; }
.vid-yt:hover .vid-play, .vid-testi:hover .vid-play { transform: scale(1.08); }
.vid-testi.playing .vid-play { display: none; }
.vid-testi.playing .cap { opacity: 0; }
.vid-badge { position: absolute; bottom: 14px; left: 16px; z-index: 1; color: #fff; font-size: 12.5px; font-weight: 600; background: rgba(0,0,0,.5); padding: 6px 12px; border-radius: 20px; display: inline-flex; align-items: center; gap: 6px; }
.vid-badge .ic { width: 14px; height: 14px; }
.vid-testi { background: var(--ink); }
.vid-testi video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; }
.vid-testi .cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px 18px 14px; background: linear-gradient(transparent, rgba(10,45,34,.92)); pointer-events: none; transition: opacity .3s ease; }
.vid-testi .cap b { color: #fff; font-size: 14.5px; display: block; }
.vid-testi .cap small { color: var(--mint); font-size: 12.5px; }
.join-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.join-card { display: flex; flex-direction: column; text-align: center; }
.join-card .jicon { width: 66px; height: 66px; border-radius: 18px; margin: 0 auto 16px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); }
.join-card .jicon .ic { width: 32px; height: 32px; }
.join-card h3 { font-size: 16px; margin-bottom: 8px; letter-spacing: -.01em; }
.join-card p { font-size: 13px; color: var(--tx-soft); line-height: 1.55; margin-bottom: 18px; flex: 1; }
.join-card .jcta { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
@media (max-width: 900px) { .video-grid, .join-grid { grid-template-columns: 1fr; } .join-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) { .pcu-hero { grid-template-columns: 1fr; } .flow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .join-grid { grid-template-columns: 1fr; } }
