
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.8; color: #2c3e50; font-size: 16px; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
    article { background: #fff; max-width: 100%; margin: 0 auto; }
    p { margin-bottom: 24px; font-size: 1.1rem; color: #444; text-align: justify; }
    h2 { color: #1a1a1a; font-size: 2.2rem; margin: 50px 0 25px 0; font-weight: 800; letter-spacing: -0.5px; border-bottom: none; }
    h3 { color: #0056b3; font-size: 1.6rem; margin: 30px 0 15px 0; font-weight: 700; }
    .park-item { background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden; margin-bottom: 50px; box-shadow: 0 5px 20px rgba(0,0,0,0.06); transition: transform 0.3s; }
    .park-item:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.12); border-color: #30A0FF; }
    .park-content { padding: 35px; }
    .park-location { color: #d35400; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; margin-bottom: 10px; display: block; }
    .attraction-highlight { background: #f8f9fa; color: #555; margin-bottom: 20px; padding: 20px; border-radius: 8px; font-size: 1.05rem; }
    .attraction-highlight strong { color: #0056b3; }
    .data-analysis { background: #e8f5e9; color: #2e7d32; border-left: 4px solid #2e7d32; margin-bottom: 20px; padding: 20px; border-radius: 8px; font-size: 1.05rem; }
    .data-analysis h4 { margin-top: 0; font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
    .investor-takeaway { background: #fff8e1; color: #444; border-left: 4px solid #ffc107; margin-bottom: 20px; padding: 20px; border-radius: 8px; font-size: 1.05rem; }
    .investor-takeaway h4 { margin-top: 0; color: #d35400; font-size: 1.1rem; margin-bottom: 10px; font-weight: 700; }
    .intro-lead { font-size: 1.25rem; font-weight: 500; color: #555; border-left: 5px solid #30A0FF; padding-left: 20px; margin-bottom: 40px; }
    .product-rec-section { margin: 50px 0; background: #f4faff; padding: 30px; border-radius: 15px; border: 1px solid #dbeafe; }
    .product-rec-title { text-align: center; font-size: 1.8rem; color: #0056b3; margin-bottom: 30px; font-weight: 700; }
    .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
    .product-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; border: 1px solid #eee; display: flex; flex-direction: column; }
    .product-card:hover { transform: translateY(-5px); border-color: #30A0FF; }
    .product-img-wrap { width: 100%; height: 250px; overflow: hidden; background: #f0f0f0; display: block; }
    .product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
    .product-img-wrap:hover img { transform: scale(1.05); }
    .product-info { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
    .product-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #333; line-height: 1.3; }
    .product-desc { font-size: 0.95rem; color: #666; margin-bottom: 20px; flex-grow: 1; }
    .product-btn { display: inline-block; text-align: center; background: #30A0FF; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: background 0.3s; width: 100%; }
    .product-btn:hover { background: #004a99; color: #fff; }
    .cta-box { background: linear-gradient(135deg, #005c97 0%, #363795 100%); padding: 70px 30px; border-radius: 16px; margin: 70px 0; text-align: center; }
    .cta-box h3 { color: #ffffff !important; margin-top: 0; margin-bottom: 20px; font-size: 2rem; }
    .cta-box p { color: #ffffff !important; opacity: 0.9; font-size: 1.2rem; margin-bottom: 30px; }
    .cta-buttons { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
    .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert { border-radius: 50px !important; background: #e67e22 !important; color: #fff !important; padding: 18px 40px !important; font-weight: 700 !important; text-transform: uppercase; text-decoration: none !important; display: inline-block !important; font-size: 1.1rem !important; transition: all 0.3s; border: 2px solid #e67e22 !important; line-height: 1.2 !important; }
    .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert:hover { background: #fff !important; color: #e67e22 !important; }
    .btn-secondary { border: 2px solid #fff; color: #fff; padding: 18px 40px; border-radius: 50px !important; font-weight: 700; text-decoration: none; display: inline-block; font-size: 1.1rem; transition: all 0.3s; text-transform: uppercase; }
    .btn-secondary:hover { background: #fff; color: #005c97; }
    @media (max-width: 768px) {
        .cta-buttons { flex-direction: column; }
        .themes_box_inquiry_button_alert, .btn-secondary { width: 100%; display: block; text-align: center; }
        .product-grid { grid-template-columns: 1fr; }
    }
