/* La Sagrada Familia Tickets - Static HTML Site */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',Arial,sans-serif;font-size:16px;color:#333;background:#fff;line-height:1.7}
a{color:#c8a800;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

/* HEADER */
header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);position:sticky;top:0;z-index:100}
.header-inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo img{height:70px;width:auto}
nav ul{list-style:none;display:flex;gap:24px;flex-wrap:wrap}
nav ul li a{font-size:13px;font-weight:700;color:#1a2e4a;text-transform:uppercase;letter-spacing:.5px;padding:6px 0;border-bottom:2px solid transparent;transition:border-color .2s}
nav ul li a:hover{border-bottom-color:#c8a800;text-decoration:none;color:#c8a800}
.nav-active{border-bottom-color:#c8a800!important;color:#c8a800!important}

/* MOBILE NAV */
.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:6px}
.hamburger span{display:block;width:24px;height:2px;background:#1a2e4a;transition:.3s}
#mobile-nav{display:none;background:#1a2e4a;padding:12px 20px}
#mobile-nav ul{list-style:none}
#mobile-nav ul li a{display:block;color:#fff;padding:10px 0;font-size:14px;font-weight:600;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1)}
#mobile-nav ul li:last-child a{border-bottom:none}

/* HERO */
.hero{background:linear-gradient(160deg,#daeef9 0%,#c0d8ee 100%);padding:20px 36px;display:grid;grid-template-columns:1.08fr .92fr;gap:20px;align-items:stretch;height:calc(100vh - 82px);max-height:580px;min-height:340px}
/* Left panel: building photo fades in from right with dark text on light left */
.hero-panel{border-radius:18px;overflow:hidden;background:linear-gradient(to right,#cce4f4 0%,#cce4f4 20%,rgba(204,228,244,.93) 32%,rgba(204,228,244,.65) 46%,rgba(204,228,244,.18) 62%,transparent 78%),url('images/z4oxLw1.jpg') right center/cover no-repeat;display:flex;flex-direction:column;justify-content:center}
.hero-content{padding:28px 36px;max-width:63%}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#f5a623;color:#fff;font-size:.68rem;font-weight:800;padding:5px 14px;border-radius:20px;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:20px;width:fit-content;box-shadow:0 2px 10px rgba(245,166,35,.4)}
.hero-panel h1{font-size:2.1rem;font-weight:800;color:#0f1e3d;line-height:1.15;margin-bottom:10px}
.hero-subtitle{color:#4a5a6b;font-size:.9rem;margin-bottom:18px;line-height:1.6;max-width:310px}
.hero-features{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.hero-feature{display:flex;align-items:center;gap:13px}
.hf-icon{width:40px;height:40px;background:rgba(255,255,255,.72);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.05rem;box-shadow:0 1px 5px rgba(0,0,0,.1)}
.hf-text strong{display:block;font-size:.87rem;color:#0f1e3d;font-weight:700;margin-bottom:2px}
.hf-text span{font-size:.75rem;color:#64748b}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary{display:inline-block;background:#c8950c;color:#fff;font-weight:700;padding:13px 28px;border-radius:7px;font-size:.92rem;letter-spacing:.3px;transition:background .2s;box-shadow:0 4px 14px rgba(200,149,12,.35)}
.btn-primary:hover{background:#a67a09;text-decoration:none;color:#fff}
.btn-secondary{display:inline-block;background:#fff;color:#0f1e3d;font-weight:700;padding:13px 28px;border-radius:7px;font-size:.92rem;transition:all .2s;box-shadow:0 2px 10px rgba(0,0,0,.12)}
.btn-secondary:hover{background:#f0f4f8;text-decoration:none;color:#0f1e3d}
.stars{color:#f5c518;font-size:1.1rem}
/* Right panel — white-framed photo grid, fills full hero height */
.hero-photos{display:flex;flex-direction:column;gap:10px;min-height:0}
.hero-photo-frame{background:#fff;border-radius:14px;padding:5px;box-shadow:0 2px 12px rgba(0,0,0,.09);overflow:hidden;min-height:0}
.hero-photo-frame img{width:100%;height:100%;display:block;border-radius:10px;object-fit:cover}
.hero-photo-frame.wide{flex:1.45}
.hero-photo-row{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:0}
.hero-photo-row .hero-photo-frame{display:flex;flex-direction:column}
.hero-photo-row .hero-photo-frame img{flex:1}

/* TRUST BAR */
.trust-bar{background:#fff;border-top:1px solid #e5e9ed;border-bottom:1px solid #e5e9ed;padding:0 40px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.trust-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:stretch}
.trust-item{flex:1;min-width:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 8px;border-right:1px solid #eaecef}
.trust-item:last-child{border-right:none}
.ti-icon{font-size:1.4rem;margin-bottom:5px;line-height:1}
.trust-item strong{font-size:.78rem;color:#0f1e3d;font-weight:700;display:block;line-height:1.3;margin-bottom:2px}
.trust-item small{font-size:.68rem;color:#94a3b8;line-height:1.35}
.ti-google{display:flex;align-items:center;gap:0;margin-bottom:4px;font-weight:900;font-size:1.05rem;line-height:1;letter-spacing:-.3px}
.ti-google .gc1{color:#4285f4}.ti-google .gc2{color:#ea4335}.ti-google .gc3{color:#fbbc04}.ti-google .gc4{color:#4285f4}.ti-google .gc5{color:#34a853}.ti-google .gc6{color:#ea4335}
.ti-stars{color:#fbbc04;font-size:.92rem;letter-spacing:1px;margin-bottom:2px}

/* MAIN CONTENT */
main{max-width:1200px;margin:0 auto;padding:40px 20px}
.section-title{font-size:1.5rem;font-weight:700;color:#1a2e4a;margin:36px 0 20px;padding-bottom:10px;border-bottom:3px solid #c8a800;display:inline-block}
h1{font-size:clamp(1.6rem,3.5vw,2.4rem);color:#1a2e4a;margin-bottom:20px}
h2{font-size:1.4rem;color:#1a2e4a;margin:28px 0 14px}
h3{font-size:1.15rem;color:#1a2e4a;margin:22px 0 10px}
h4{font-size:1rem;color:#1a2e4a;margin:18px 0 8px}
p{margin-bottom:14px}
ul,ol{margin:0 0 14px 24px}
li{margin-bottom:6px}

/* WHY BOOK BOX */
.why-book{background:#3d8f3d;color:#fff;padding:32px 20px;text-align:center}
.why-book h2{color:#fff;font-size:1.7rem;font-weight:700;margin-bottom:10px}
.why-book p{color:rgba(255,255,255,.92);font-weight:600;font-size:.97rem;margin:0}

/* TICKET CARDS */
.tickets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;margin:28px 0}
.ticket-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.07);display:flex;flex-direction:column}
.ticket-card img{width:100%;height:220px;object-fit:cover}
.ticket-card-body{padding:20px;flex:1;display:flex;flex-direction:column}
.ticket-card h2{font-size:1.15rem;margin:0 0 12px;color:#1a2e4a}
.ticket-card ul{font-size:.9rem;color:#555;margin:0 0 14px 18px;flex:1}
.ticket-card .reviews{font-size:.85rem;color:#666;margin-bottom:6px}
.ticket-card .price{font-size:1.6rem;font-weight:800;color:#1a2e4a;margin:8px 0}
.ticket-card .btn-book{display:block;background:#c8a800;color:#fff;text-align:center;padding:12px;font-weight:700;border-radius:4px;letter-spacing:.5px;transition:background .2s}
.ticket-card .btn-book:hover{background:#a88a00;text-decoration:none}

/* COMBO SECTION */
.combo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin:24px 0}
.combo-card{border:1px solid #e0e0e0;border-radius:8px;padding:24px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.combo-card img{margin:0 auto 16px;border-radius:4px;max-width:180px}
.combo-card h2{font-size:1.1rem;margin-bottom:12px}
.combo-card p{font-size:.9rem;color:#555}
.combo-card .btn-buy{display:inline-block;background:#1a2e4a;color:#fff;padding:10px 28px;border-radius:4px;font-weight:700;margin-top:14px;transition:background .2s}
.combo-card .btn-buy:hover{background:#0d1e30;text-decoration:none}

/* FAQ */
.faq{margin:32px 0}
.faq-item{border-bottom:1px solid #e0e0e0;padding:18px 0}
.faq-item:first-child{border-top:1px solid #e0e0e0}
.faq-q{font-weight:700;color:#1a2e4a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.95rem}
.faq-q::after{content:'+';font-size:1.4rem;flex-shrink:0;color:#c8a800}
.faq-item.open .faq-q::after{content:'−'}
.faq-a{display:none;padding:12px 0 0;color:#555;font-size:.93rem}
.faq-item.open .faq-a{display:block}

/* ABOUT / INFO SECTIONS */
.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin:20px 0}
.info-box{background:#f9f9f9;border-radius:6px;padding:20px;border-left:3px solid #c8a800}
.info-box h3{margin-top:0;font-size:1rem}

/* GOOD TO KNOW */
.good-to-know{background:#eef4fb;border-radius:6px;padding:20px 24px;margin:28px 0}
.good-to-know h3{color:#1a2e4a;margin:0 0 12px}
.good-to-know ul{margin:0 0 0 18px}

/* BLOG GRID */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px;margin:28px 0}
.blog-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.blog-card img{width:100%;height:200px;object-fit:cover}
.blog-card-body{padding:18px}
.blog-card h2{font-size:1.05rem;margin:0 0 10px}
.blog-card h2 a{color:#1a2e4a}
.blog-card .meta{font-size:.8rem;color:#888;margin-bottom:8px}
.blog-card p{font-size:.9rem;color:#555;margin:0 0 12px}
.blog-card .read-more{font-size:.85rem;font-weight:700;color:#c8a800}

/* SIDEBAR */
.page-with-sidebar{display:grid;grid-template-columns:1fr 280px;gap:40px;align-items:start}
.sidebar{background:#f9f9f9;border-radius:8px;padding:24px}
.sidebar h4{color:#1a2e4a;border-bottom:2px solid #c8a800;padding-bottom:8px;margin-bottom:14px}
.sidebar ul{list-style:none;margin:0;padding:0}
.sidebar ul li{padding:7px 0;border-bottom:1px solid #e0e0e0;font-size:.9rem}
.sidebar ul li:last-child{border:none}
.sidebar ul li a{color:#333}
.sidebar ul li a:hover{color:#c8a800}
.sidebar .date{font-size:.78rem;color:#888;margin-left:6px}

/* BREADCRUMB */
.breadcrumb{font-size:.85rem;color:#888;margin-bottom:20px}
.breadcrumb a{color:#888}
.breadcrumb a:hover{color:#c8a800}
.breadcrumb span{margin:0 6px}

/* ARTICLE */
article h1{font-size:clamp(1.5rem,3vw,2.2rem)}
article .post-meta{font-size:.85rem;color:#888;margin-bottom:24px}
article .post-meta a{color:#888}
article img{margin:20px auto;border-radius:6px}
article em{display:block;text-align:center;font-size:.85rem;color:#888;margin-top:-14px;margin-bottom:20px}

/* RELATED POSTS */
.related-posts{margin:40px 0 0}
.related-posts h3{font-size:1.1rem;border-bottom:2px solid #c8a800;padding-bottom:8px;margin-bottom:20px}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}
.related-card{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}
.related-card img{width:100%;height:150px;object-fit:cover}
.related-card-body{padding:12px}
.related-card h4{font-size:.9rem;margin:0 0 4px}
.related-card h4 a{color:#1a2e4a}
.related-card .date{font-size:.78rem;color:#888}

/* HOURS TABLE */
.hours-table{width:100%;border-collapse:collapse;margin:16px 0}
.hours-table td{padding:8px 14px;border:1px solid #e0e0e0;font-size:.9rem}
.hours-table tr:nth-child(even){background:#f9f9f9}

/* CONTACT */
.contact-box{background:#f0f6ff;border-radius:8px;padding:32px;text-align:center;margin:24px 0}
.contact-box h2{color:#1a2e4a;margin-bottom:12px}
.contact-box a{font-size:1.1rem;font-weight:700;color:#c8a800}

/* FOOTER */
footer{background:#1a2e4a;color:#ccc;margin-top:60px;padding:30px 20px}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}
.footer-links{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}
.footer-links a{color:#ccc;font-size:.85rem}
.footer-links a:hover{color:#c8a800}
.footer-note{font-size:.8rem;opacity:.6}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero{padding:20px 24px;gap:16px}
  .hero-content{padding:36px 30px;max-width:72%}
  .hero-panel h1{font-size:1.75rem}
}
@media(max-width:900px){
  .page-with-sidebar{grid-template-columns:1fr}
  .sidebar{display:none}
  .hero{grid-template-columns:1fr;padding:16px;height:auto;max-height:none}
  .hero-panel{min-height:380px;background:linear-gradient(to right,#cce4f4 0%,#cce4f4 15%,rgba(204,228,244,.9) 28%,rgba(204,228,244,.5) 42%,rgba(204,228,244,.1) 58%,transparent 74%),url('images/z4oxLw1.jpg') right center/cover no-repeat}
  .hero-content{max-width:70%}
  .hero-photos{display:none!important}
  .trust-bar{padding:0 20px}
  .trust-item small{display:none}
  .trust-item{padding:14px 6px}
}
@media(max-width:680px){
  nav{display:none}
  .hamburger{display:flex}
  .hero{padding:14px}
  .hero-panel{min-height:400px}
  .hero-content{padding:28px 24px;max-width:85%}
  .hero-panel h1{font-size:1.55rem}
  main{padding:24px 16px}
  .tickets-grid,.combo-grid,.blog-grid,.related-grid{grid-template-columns:1fr}
  .trust-bar-inner{flex-wrap:wrap}
  .trust-item{min-width:33%;border-right:none;padding:10px 4px}
  .trust-item:nth-child(3){border-right:none}
}
