 .blog-banner { position: relative; width: 100%; height: 350px; background: linear-gradient(rgba(26, 54, 93, 0.75), rgba(26, 54, 93, 0.9)), url('https://ueeshop.ly200-cdn.com/u_file/UPBB/UPBB577/2507/11/products/3-11503349c5.jpg') no-repeat center/cover; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 20px; box-sizing: border-box; } .banner-content { max-width: 800px; } .banner-tag { background: #dd6b20; color: #fff; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-bottom: 15px; } .banner-title { font-size: 2.2rem; font-weight: 800; margin: 0 0 15px 0; line-height: 1.3; } .banner-subtitle { font-size: 1.1rem; opacity: 0.9; margin: 0; } .blog-layout-wrapper { display: grid; grid-template-columns: 240px 1fr 300px; gap: 30px; align-items: start; max-width: 1300px; margin: 40px auto; padding: 0 20px; box-sizing: border-box; } .toc-sidebar { position: sticky; top: 30px; background: #fff; border: 1px solid #edf2f7; border-radius: 12px; padding: 20px; box-sizing: border-box; } .toc-title { font-size: 0.9rem; font-weight: 700; color: #1a365d; letter-spacing: 1px; margin: 0 0 15px 0; text-transform: uppercase; border-bottom: 2px solid #30A0FF; padding-bottom: 8px; } .toc-navigation ul { list-style: none; padding: 0; margin: 0; } .toc-navigation li { margin-bottom: 12px; } .toc-navigation a { color: #4a5568; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; } .toc-navigation a:hover { color: #30A0FF; } .article-main { min-width: 0; } .intro-lead { font-size: 1.15rem; line-height: 1.6; color: #2d3748; font-weight: 500; margin-bottom: 35px; padding: 20px; background: #ebf8ff; border-left: 4px solid #30A0FF; border-radius: 0 8px 8px 0; } .content-item { background: #fff; border: 1px solid #edf2f7; border-radius: 12px; padding: 25px; margin-bottom: 40px; scroll-margin-top: 30px; transition: all 0.3s; } .content-item:hover { border-color: #30A0FF; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(48,160,255,0.05); } .content-item h2 { color: #1a365d; font-size: 1.5rem; margin: 0 0 10px 0; font-weight: 700; } .park-location { display: inline-block; background: #edf2f7; color: #4a5568; padding: 4px 12px; border-radius: 6px; font-size: 0.85rem; font-weight: 600; margin-bottom: 15px; } .content-item p { color: #4a5568; line-height: 1.7; font-size: 1rem; margin: 0 0 20px 0; } .content-item a { color: #30A0FF; font-weight: 600; text-decoration: none; } .content-item a:hover { text-decoration: underline; } .data-analysis { background: #f7fafc; border-left: 4px solid #30A0FF; padding: 20px; border-radius: 8px; margin-top: 20px; } .data-analysis h4 { margin: 0 0 12px 0; color: #1a365d; font-size: 1.1rem; font-weight: 700; } .data-analysis ul { list-style: none; padding: 0; margin: 0; } .data-analysis li { margin-bottom: 10px; font-size: 0.95rem; color: #4a5568; line-height: 1.5; } .data-analysis li strong { color: #2d3748; } .product-rec-section { background: #f7fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px; margin: 45px 0; } .product-rec-title { font-size: 1.4rem; color: #1a365d; margin: 0 0 20px 0; font-weight: 700; text-align: center; } .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; } .product-card { background: #fff; border: 1px solid #edf2f7; border-radius: 8px; overflow: hidden; transition: transform 0.3s; display: flex; flex-direction: column; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.05); } .product-img { width: 100%; height: 180px; object-fit: cover; } .product-info { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; } .product-name { font-size: 1.05rem; font-weight: 700; color: #1a365d; margin: 0 0 10px 0; line-height: 1.4; } .product-desc { font-size: 0.88rem; color: #718096; line-height: 1.5; margin: 0 0 15px 0; flex-grow: 1; } .product-link { display: inline-block; background: #30A0FF; color: #fff; text-align: center; padding: 10px; border-radius: 6px; font-weight: 700; text-decoration: none; font-size: 0.9rem; transition: background 0.2s; } .product-link:hover { background: #1a8ae5; text-decoration: none; } .promo-sidebar { position: sticky; top: 30px; background: #fff; border: 1px solid #edf2f7; border-radius: 12px; padding: 20px; box-sizing: border-box; } .sidebar-promo-title { font-size: 0.9rem; font-weight: 700; color: #1a365d; letter-spacing: 1px; margin: 0 0 20px 0; text-transform: uppercase; border-bottom: 2px solid #dd6b20; padding-bottom: 8px; } .promo-sidebar .product-card { margin-bottom: 20px; } .promo-sidebar .product-card:last-child { margin-bottom: 0; } .cta-box { background: linear-gradient(135deg, #1a365d 0%, #2a4365 100%); padding: 40px 30px; border-radius: 12px; margin-top: 50px; text-align: center; box-shadow: 0 10px 30px rgba(26,54,93,0.15); } .cta-box h3 { color: #ffffff !important; margin-top: 0; margin-bottom: 12px; font-size: 1.6rem; } .cta-box p { color: #e2e8f0 !important; opacity: 0.9; font-size: 1rem; margin-bottom: 25px; text-align: center; } .cta-buttons { display: flex; align-items: center; justify-content: center; gap: 15px; flex-wrap: wrap; } .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert { border-radius: 8px !important; background: #dd6b20 !important; color: #fff !important; padding: 14px 28px !important; font-weight: 700 !important; text-transform: uppercase; text-decoration: none !important; display: inline-block !important; font-size: 0.95rem !important; border: none !important; box-shadow: 0 4px 15px rgba(221,107,32,0.3); } .btn-secondary { border: 2px solid #fff; color: #fff; padding: 13px 26px; border-radius: 8px !important; font-weight: 700; text-decoration: none; display: inline-block; font-size: 0.95rem; transition: all 0.3s; text-transform: uppercase; } .btn-secondary:hover { background: rgba(255,255,255,0.1); } @media (max-width: 1200px) { .blog-layout-wrapper { grid-template-columns: 200px 1fr; } .promo-sidebar { display: none; } } @media (max-width: 992px) { .blog-layout-wrapper { grid-template-columns: 1fr; } .toc-sidebar { display: none; } .article-main { padding: 30px; } } @media (max-width: 768px) { .product-grid { grid-template-columns: 1fr; gap: 20px; } .container { padding: 15px 10px; } .article-main { padding: 20px; } h2 { font-size: 1.4rem; margin: 30px 0 15px 0; } .data-analysis { padding: 15px; } .intro-lead { font-size: 1rem; padding: 15px; } .cta-buttons { flex-direction: column; width: 100%; } .cta-buttons .tool_inquiry_btn { width: 100%; display: block; margin-bottom: 10px; } .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert { width: 100%; text-align: center; } .btn-secondary { width: 100%; text-align: center; } } 