/* Aadhya Energy — Products page */
.product-page-hero { background: #2a396d; color: #fff; padding: 106px 0 96px; }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 75px; align-items: end; }
.product-page-hero h1 { max-width: 850px; margin: 25px 0 20px; font-family: Manrope, sans-serif; font-size: clamp(46px, 6vw, 72px); line-height: 1.05; letter-spacing: -3px; }
.product-page-hero h1 em { color: #eca520; font-style: normal; }
.product-page-hero p { max-width: 700px; color: #d9deed; font-size: 17px; }
.hero-standard-note { border-top: 3px solid #eca520; padding: 20px 0 0; }
.hero-standard-note strong { font-family: Manrope, sans-serif; font-size: 17px; }
.hero-standard-note p { margin: 8px 0 0; font-size: 13px; line-height: 1.7; }
.product-index { position: sticky; top: 82px; z-index: 10; background: #fff; border-bottom: 1px solid #e5e7ed; }
.product-index .container { display: grid; grid-template-columns: repeat(5, 1fr); }
.product-index a { min-height: 78px; padding: 14px 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #e5e7ed; color: #2a396d; }
.product-index a:first-child { border-left: 1px solid #e5e7ed; }
.product-index a:hover { background: #f5f6f9; }
.product-index strong { font-family: Manrope, sans-serif; font-size: 12px; }
.product-index span { color: #697187; font-size: 10px; margin-top: 3px; }
.product-intro { background: #fff; padding-bottom: 85px; }
.product-profile { padding: 92px 0 100px; background: #fff; scroll-margin-top: 125px; }
.product-profile.alternate { background: #f5f6f9; }
.profile-heading { display: grid; grid-template-columns: 62px minmax(260px, 1fr) minmax(260px, .78fr); gap: 22px; align-items: end; margin-bottom: 46px; }
.profile-number { align-self: start; color: #eca520; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 800; letter-spacing: 1px; }
.profile-heading h2 { margin: 16px 0 0; font-family: Manrope, sans-serif; font-size: clamp(37px, 4vw, 54px); line-height: 1; letter-spacing: -2px; }
.profile-heading > p { margin: 0 0 4px; color: #697187; font-size: 15px; }
.profile-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: 72px; align-items: start; }
.profile-grid.reverse .product-visual { order: 2; }
.profile-grid.reverse .profile-details { order: 1; }
.product-visual { min-height: 475px; padding: 30px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(145deg, #35477f, #1b294f); color: #fff; position: relative; overflow: hidden; }
.product-visual::before, .product-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.product-visual::before { width: 390px; height: 390px; top: -145px; right: -120px; }
.product-visual::after { width: 220px; height: 220px; bottom: -100px; left: -80px; border-color: rgba(236,165,32,.6); }
.product-visual span, .product-visual strong, .product-visual small { z-index: 1; }
.product-visual span { color: #eca520; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.product-visual strong { margin: 6px 0 12px; font-family: Manrope, sans-serif; font-size: 38px; line-height: 1; }
.product-visual small { color: #d9deed; font-size: 12px; }
.product-lead { margin: 0 0 28px; color: #5d657b; font-size: 16px; line-height: 1.8; }
.profile-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 30px; background: #d9dce5; border: 1px solid #d9dce5; }
.profile-meta div { padding: 13px 15px; background: #fff; }
.profile-meta small { display: block; color: #8a90a0; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.profile-meta strong { color: #2a396d; font-family: Manrope, sans-serif; font-size: 13px; }
.profile-details h3 { margin: 0 0 14px; font-family: Manrope, sans-serif; font-size: 18px; }
.application-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 29px; }
.application-list span { padding: 8px 12px; border: 1px solid #d9dce5; border-radius: 100px; color: #5d657b; background: #fff; font-size: 11px; }
.spec-card { margin-bottom: 25px; background: #fff; border: 1px solid #d9dce5; }
.spec-card-title { padding: 17px 20px; border-bottom: 1px solid #e5e7ed; }
.spec-card-title strong { display: block; color: #2a396d; font-size: 10px; letter-spacing: 1.25px; }
.spec-card-title small { display: block; margin-top: 5px; color: #8a90a0; font-size: 10px; }
.spec-table { display: grid; grid-template-columns: 1fr 1fr; }
.spec-table span { padding: 11px 20px; color: #5d657b; border-bottom: 1px solid #e5e7ed; font-size: 12px; }
.spec-table strong { display: block; margin-top: 3px; color: #2a396d; font-family: Manrope, sans-serif; font-size: 11px; line-height: 1.35; }
.spec-table span:nth-last-child(-n+2) { border-bottom: 0; }
.spec-table span:nth-child(odd) { border-right: 1px solid #e5e7ed; }
.product-note { margin: 0; color: #697187; font-size: 13px; line-height: 1.8; }
.product-note strong { color: #2a396d; }
.technical-disclaimer { padding: 34px 0; background: #eef0f3; }
.technical-disclaimer strong { display: block; margin-bottom: 8px; color: #2a396d; font-size: 11px; letter-spacing: 1.2px; }
.technical-disclaimer p { max-width: 1000px; margin: 0; color: #697187; font-size: 11px; line-height: 1.75; }
.technical-docs { padding: 90px 0; background: #2a396d; color: #fff; }
.technical-docs h2 { max-width: 720px; margin: 18px 0; color: #fff; font-family: Manrope, sans-serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.1; }
.technical-docs p { max-width: 700px; margin-bottom: 28px; color: #d9deed; font-size: 16px; }
@media (max-width: 850px) { .product-page-hero { padding: 80px 0; } .product-hero-grid, .profile-heading, .profile-grid { grid-template-columns: 1fr; gap: 28px; } .profile-heading { margin-bottom: 35px; } .profile-number { margin-bottom: -8px; } .product-index { position: static; } .product-index .container { grid-template-columns: repeat(2, 1fr); } .product-index a { border-top: 1px solid #e5e7ed; } .product-grid.reverse .product-visual, .profile-grid.reverse .product-visual, .profile-grid.reverse .profile-details { order: initial; } .product-visual { min-height: 400px; } }
@media (max-width: 550px) { .product-page-hero { padding: 70px 0; } .product-page-hero h1 { letter-spacing: -2px; } .product-index .container { grid-template-columns: repeat(2, 1fr); } .product-index a { min-height: 62px; padding: 10px 12px; } .product-index span { display: none; } .product-intro, .product-profile { padding: 70px 0; } .product-visual { min-height: 300px; padding: 22px; } .product-visual strong { font-size: 30px; } .profile-meta, .spec-table { grid-template-columns: 1fr; } .spec-table span, .spec-table span:nth-last-child(-n+2) { border-bottom: 1px solid #e5e7ed; border-right: 0; } .spec-table span:last-child { border-bottom: 0; } .technical-docs { padding: 70px 0; } }
