#product-title{justify-content:center;align-items:center;width:100%;min-height:400px;display:flex}#product-title>div{word-break:keep-all;text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:700px;min-height:200px;padding:1em;line-height:1.8;display:flex}#product-title>div>div{flex-direction:column;justify-content:center;align-items:center;gap:1em;display:flex}
.product-section{padding:80px 20px}.product-section .wrapper{max-width:1200px;margin:0 auto}.product-section .product-content{align-items:center;gap:60px;display:flex}.product-section.reverse .product-content{flex-direction:row-reverse}.product-section .product-image{flex:1}.product-section .product-image img{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:300px}.product-section .image-placeholder{aspect-ratio:4/3;color:#999;background:#e8e8e8;border-radius:12px;justify-content:center;align-items:center;width:100%;font-size:1.2rem;display:flex}.product-section .product-info{flex:1}.product-section .product-logo{max-width:240px;height:48px;margin-bottom:1rem}.product-section .product-logo img{object-fit:contain;object-position:left;width:auto;height:100%}.product-section .product-name{margin:0 0 1rem;font-size:2.5rem;font-weight:700}.product-section .product-description{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.product-section .product-link{color:#fff;background:#000;border-radius:6px;padding:12px 24px;text-decoration:none;transition:opacity .2s;display:inline-block}.product-section .product-link:hover{opacity:.8}.product-section .product-link.disabled{cursor:not-allowed;pointer-events:none;background:#ccc}@media (max-width:768px){.product-section .product-content{flex-direction:column;gap:40px}.product-section.reverse .product-content{flex-direction:column}}
