.industry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 24px}.industry-section .industry-visual{padding:0;aspect-ratio:4/3;background:#edf3f9;border:1px solid var(--border);border-radius:16px;isolation:isolate}.industry-visual>img{width:100%;height:100%;object-fit:cover;filter:none;display:block;transition:transform .4s}.industry-visual:hover>img{transform:scale(1.04)}.industry-visual .product-category{top:16px;left:16px;max-width:calc(100% - 32px);padding:7px 10px;border:1px solid #ffffffb3;border-radius:6px;background:#ffffffe8;color:#385373;font-size:8px;letter-spacing:.09em;line-height:1.5;backdrop-filter:blur(8px)}.industry-visual .product-open{width:36px;height:36px;right:14px;bottom:14px;color:#fff;background:#f25a28;box-shadow:0 5px 15px #20395e20}.industry-card .product-text{padding-top:20px;gap:12px}.industry-card .product-text>div{display:flex;flex-direction:column;flex:1;min-width:0}.industry-card h3{font-size:19px;line-height:1.55;min-height:59px;color:var(--text)}.industry-card .product-text p{font-size:12px;line-height:1.9;margin-top:9px;min-height:46px;color:var(--secondary)}.industry-card .product-detail{font-size:11px;gap:16px;color:var(--brand-orange);margin-top:12px;min-height:44px;align-self:flex-start}.industry-card .product-detail:hover{color:var(--text)}.industry-card .product-index{color:var(--secondary)}:root[data-theme=dark] .industry-section .industry-visual{background:#edf3f9}:root[data-theme=dark] .industry-visual .product-category{color:#385373;background:#ffffffe8}:root[data-theme=dark] .industry-visual .product-open{background:#f25a28;color:white}
@media(max-width:1100px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 22px}}
@media(max-width:600px){.industry-grid{grid-template-columns:1fr;gap:32px}.industry-card h3{min-height:0;font-size:19px}.industry-card .product-text p{min-height:0;font-size:12px;margin-top:8px}.industry-card .product-detail{margin-top:8px}.industry-card .product-text{padding-top:16px}.industry-visual .product-category{top:13px;left:13px;font-size:7px}.industry-section .section-heading{margin-bottom:30px}}
@media(prefers-reduced-motion:reduce){.industry-visual>img{transition:none}.industry-visual:hover>img{transform:none}}
