 {} *{} /*endBaseStyles*/ #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; color: #333; background-color: #f5f5f7; line-height: 1.6; } .poster-container { width: 100%; min-height: 960px; margin: 0 auto; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 40px 20px; position: relative; overflow: hidden; } .background-shape { position: absolute; border-radius: 50%; filter: blur(80px); z-index: 0; opacity: 0.4; } .shape-1 { width: 300px; height: 300px; background-color: #a5d8ff; top: -100px; right: -100px; } .shape-2 { width: 250px; height: 250px; background-color: #fcc2d7; bottom: 100px; left: -80px; } .content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; } header { text-align: center; margin-bottom: 40px; } h1 { font-family: 'Montserrat', sans-serif; font-size: 48px; font-weight: 700; color: #212529; margin-bottom: 16px; line-height: 1.2; } h2 { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 500; color: #495057; max-width: 90%; margin: 0 auto; } .intro { background-color: white; border-radius: 16px; padding: 30px; margin-bottom: 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .intro p { font-size: 18px; color: #495057; } .curtain-types { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .curtain-card { background-color: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); display: flex; flex-direction: column; height: 100%; } .curtain-image { height: 200px; overflow: hidden; } .curtain-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .curtain-card:hover .curtain-image img { transform: scale(1.05); } .curtain-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .curtain-content h2 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; color: #212529; margin-bottom: 10px; text-align: left; max-width: 100%; } .curtain-content p { font-size: 16px; color: #495057; flex-grow: 1; margin-bottom: 15px; } .keywords { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; } .keyword { background-color: #e9ecef; color: #495057; font-size: 14px; padding: 5px 10px; border-radius: 20px; } .cta-container { text-align: center; margin-top: 40px; } .cta-button { display: inline-block; background-color: #0d6efd; color: white; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 600; padding: 16px 32px; border-radius: 8px; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; } .cta-button:hover { background-color: #0b5ed7; transform: translateY(-2px); } .cta-button i { vertical-align: middle; margin-left: 8px; } .seo-text { background-color: white; border-radius: 16px; padding: 30px; margin-top: 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .seo-text h3 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; color: #212529; margin-bottom: 15px; } .seo-text p { font-size: 16px; color: #495057; margin-bottom: 15px; } .highlight { background: linear-gradient(transparent 60%, rgba(173, 216, 230, 0.4) 40%); padding: 0 2px; } @media (max-width: 768px) { .poster-container { padding: 20px 15px; } h1 { font-size: 36px; } h2 { font-size: 20px; } .curtain-types { grid-template-columns: 1fr; } }
