/*
Theme Name: Rumah Ulin Arya Official V13 Final
Author: Developer
Description: Final Layout: Logo in Hero, Detail Ticket Boxes (V11 Style), Google Tag, and SEO.
Version: 13.0
*/

:root {
    --primary-green: #2d4d2d;
    --accent-wood: #d4a373;
    --light-bg: #fdfdfd;
}

body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; margin: 0; background: var(--light-bg); }
.container { width: 90%; max-width: 1100px; margin: auto; }

header { background: #fff; padding: 15px 0; border-bottom: 1px solid #eee; position: sticky; top:0; z-index:999; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.header-brand h1 { color: var(--primary-green); margin: 0; font-size: 22px; font-weight: bold; }
nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; }
nav a { text-decoration: none; color: #333; font-weight: bold; font-size: 14px; text-transform: uppercase; }

.hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('http://rumahulinarya.com/wp-content/uploads/2026/04/941C8EF6-E49D-4D50-9F7A-3E6EDD78303B.png') no-repeat center center;
    background-size: cover; height: 65vh; color: white; text-align: center;
    display: flex; flex-direction: column; justify-content: center; align-items: center; text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}
.hero-logo img { height: 120px; width: auto; margin-bottom: 20px; }
.hero h2 { font-size: 42px; margin: 0 0 10px; font-weight: bold; }
.hero p { font-size: 20px; margin: 0; opacity: 0.95; }

.wahana-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 60px 0; }
.wahana-card { background: var(--primary-green); border-radius: 25px; overflow: hidden; color: white; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.wahana-card img { width: 100%; height: 260px; object-fit: cover; }
.wahana-card h3 { margin: 20px 0 10px; font-size: 24px; }
.wahana-card p { padding: 0 25px 30px; font-size: 15px; }

/* Ticket Template V11 Style */
.ticket-section-title { color: var(--primary-green); border-left: 5px solid var(--accent-wood); padding-left: 15px; margin: 40px 0 20px; font-size: 24px; font-weight: bold; }
.ticket-card { background: white; padding: 35px; border-radius: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); margin-bottom: 30px; border: 1px solid #eee; }
.price-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #ddd; font-size: 18px; }
.price-label { font-weight: 500; }
.price-value { color: var(--primary-green); font-weight: bold; }
.dress-code-box { background: #e3f2fd; border-radius: 10px; padding: 20px; margin-top: 20px; border-left: 5px solid #2196f3; font-size: 14px; }

footer { background: var(--primary-green); color: white; padding: 60px 0; }
.footer-contact a { color: white; text-decoration: none; display: block; margin-top: 12px; font-size: 15px; }
