/* ===== PLAY ZONA PERÚ — MAIN STYLES ===== */
/* Palette: Yellow #FFD600, Red #E53935, Dark #1A0500, Warm #FFF8E1 */

:root {
  --primary: #E53935;
  --yellow: #FFD600;
  --yellow-dark: #F9A825;
  --dark: #1A0500;
  --dark2: #2E1000;
  --white: #FFFFFF;
  --warm: #FFF8E1;
  --light-red: #FFF3F3;
  --gray: #F5F5F5;
  --text: #2E1000;
  --text-light: #7A5040;
  --radius: 12px;
  --radius-lg: 24px;
  --shadow: 0 4px 24px rgba(229,57,53,0.1);
  --shadow-lg: 0 16px 48px rgba(229,57,53,0.18);
  --transition: all 0.3s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Space Grotesk','Nunito',sans-serif;color:var(--text);background:var(--white);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section{padding:5rem 0}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:6px;font-weight:800;font-size:1rem;cursor:pointer;border:2px solid transparent;transition:var(--transition);letter-spacing:.01em}
.btn-primary{background:var(--primary);color:var(--white)}
.btn-primary:hover{background:#C62828;transform:translateY(-2px);box-shadow:0 8px 20px rgba(229,57,53,0.4)}
.btn-yellow{background:var(--yellow);color:var(--dark)}
.btn-yellow:hover{background:var(--yellow-dark);transform:translateY(-2px)}
.btn-outline{border-color:var(--primary);color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:var(--white)}
.btn-ghost{border:2px solid rgba(255,255,255,0.5);color:var(--white)}
.btn-ghost:hover{border-color:var(--white);background:rgba(255,255,255,0.15)}
.w-full{width:100%;justify-content:center}

/* LABELS */
.chip{display:inline-block;background:rgba(229,57,53,0.1);color:var(--primary);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .9rem;border-radius:4px;margin-bottom:.8rem}
.chip-yellow{background:rgba(255,214,0,0.2);color:var(--dark)}
.chip-white{background:rgba(255,255,255,0.2);color:var(--white)}
.sec-title{font-size:2.4rem;font-weight:900;color:var(--dark);margin-bottom:.7rem;line-height:1.15}
.sec-title span{color:var(--primary)}
.sec-title em{color:var(--yellow-dark);font-style:normal}
.sec-sub{color:var(--text-light);font-size:1.05rem;max-width:560px}

/* HEADER */
.header{position:sticky;top:0;z-index:1000;background:var(--dark);border-bottom:3px solid var(--yellow)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 2rem;max-width:1300px;margin:0 auto}
.logo-wrap{display:flex;align-items:center;gap:.6rem}
.logo-badge{background:var(--yellow);color:var(--dark);font-size:1.4rem;width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900}
.logo-name{font-size:1.2rem;font-weight:900;color:var(--white)}
.logo-name span{color:var(--yellow)}
.nav{display:flex;align-items:center;gap:.2rem}
.nav-link{padding:.5rem 1rem;border-radius:6px;font-weight:700;font-size:.92rem;color:rgba(255,255,255,0.8);transition:var(--transition)}
.nav-link:hover,.nav-link.active{background:var(--yellow);color:var(--dark)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}
.burger span{display:block;width:24px;height:2.5px;background:var(--white);border-radius:2px;transition:var(--transition)}

/* HERO — full-screen with strong overlay */
.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,5,0,0.92) 0%,rgba(26,5,0,0.7) 55%,rgba(26,5,0,0.1) 100%)}
.hero-body{position:relative;z-index:2;padding:6rem 2rem 4rem;max-width:640px;margin-left:7%}
.hero-pre{display:inline-flex;align-items:center;gap:.5rem;color:var(--yellow);font-weight:700;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem}
.hero-pre::before{content:'';display:inline-block;width:2rem;height:2px;background:var(--yellow)}
.hero-title{font-size:4rem;font-weight:900;color:var(--white);line-height:1.05;margin-bottom:1.2rem}
.hero-title .highlight{color:var(--yellow)}
.hero-title .highlight2{color:var(--primary)}
.hero-text{color:rgba(255,255,255,0.82);font-size:1.15rem;margin-bottom:2.2rem;max-width:480px}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}
.hero-tags{display:flex;gap:.7rem;flex-wrap:wrap}
.hero-tag{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,214,0,0.15);border:1px solid rgba(255,214,0,0.3);color:rgba(255,255,255,0.9);font-size:.82rem;font-weight:700;padding:.35rem .8rem;border-radius:50px}
.hero-tag i{color:var(--yellow);font-size:.8rem}

/* NUMBERS BAR */
.numbers-bar{background:var(--yellow);padding:1.5rem 0}
.numbers-row{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1rem}
.num-item{text-align:center}
.num-item strong{display:block;font-size:2.2rem;font-weight:900;color:var(--dark)}
.num-item span{font-size:.85rem;color:rgba(26,5,0,0.7);font-weight:600}

/* ZIGZAG SECTIONS */
.zig-section{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:420px}
.zig-section.reverse{direction:rtl}
.zig-section.reverse>*{direction:ltr}
.zig-img{overflow:hidden}
.zig-img img{width:100%;height:100%;object-fit:cover}
.zig-content{padding:4rem;display:flex;flex-direction:column;justify-content:center}
.zig-content h2{font-size:2rem;font-weight:900;color:var(--dark);margin-bottom:1rem}
.zig-content h2 span{color:var(--primary)}
.zig-content p{color:var(--text-light);margin-bottom:1.5rem}
.zig-list{list-style:none;margin-bottom:2rem}
.zig-list li{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.7rem;font-weight:600;font-size:.95rem}
.zig-list i{color:var(--primary);margin-top:.2rem}

/* ATTRACTIONS MASONRY */
.grid-attractions{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.attr-block{position:relative;overflow:hidden;border-radius:var(--radius);cursor:pointer}
.attr-block:nth-child(1),.attr-block:nth-child(5){grid-column:span 2}
.attr-block img{width:100%;height:260px;object-fit:cover;transition:transform 0.4s ease}
.attr-block:hover img{transform:scale(1.06)}
.attr-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,5,0,0.85) 0%,rgba(26,5,0,0.1) 60%)}
.attr-info{position:absolute;bottom:0;left:0;right:0;padding:1.2rem}
.attr-info h3{color:var(--white);font-size:1.1rem;font-weight:800}
.attr-info span{color:var(--yellow);font-size:.8rem;font-weight:700}

/* BIRTHDAY */
.birthday-wrap{background:var(--dark);padding:5rem 0;position:relative;overflow:hidden}
.birthday-wrap::before{content:'';position:absolute;top:-40px;right:-40px;width:300px;height:300px;background:var(--yellow);opacity:.05;border-radius:50%}
.birthday-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}
.birthday-text h2{font-size:2.5rem;font-weight:900;color:var(--white);margin-bottom:1rem}
.birthday-text h2 em{color:var(--yellow);font-style:normal}
.birthday-text p{color:rgba(255,255,255,0.75);margin-bottom:2rem}
.birthday-packs{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:2rem}
.b-pack{background:rgba(255,255,255,0.06);border:1px solid rgba(255,214,0,0.2);border-radius:var(--radius);padding:1rem;text-align:center}
.b-pack .price{font-size:1.4rem;font-weight:900;color:var(--yellow);display:block}
.b-pack .label{font-size:.8rem;color:rgba(255,255,255,0.65)}
.birthday-img img{border-radius:var(--radius-lg);width:100%}

/* PRICES TABLE */
.prices-section{background:var(--warm)}
.prices-table-wrap{max-width:900px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.prices-table{width:100%;border-collapse:collapse;font-family:inherit}
.prices-table thead tr{background:var(--dark)}
.prices-table thead th{padding:1.1rem 1.5rem;text-align:left;color:var(--white);font-weight:700;font-size:.92rem}
.prices-table tbody tr{border-bottom:1px solid #F0EAE0}
.prices-table tbody tr:last-child{border:none}
.prices-table tbody tr:nth-child(even){background:var(--warm)}
.prices-table td{padding:1rem 1.5rem;font-size:.95rem}
.prices-table td:last-child{font-weight:900;color:var(--primary);text-align:right}
.prices-cta{background:var(--primary);color:var(--white);padding:2.5rem;text-align:center}
.prices-cta h3{font-size:1.5rem;color:var(--white);margin-bottom:.5rem}
.prices-cta p{color:rgba(255,255,255,0.82);margin-bottom:1.5rem}

/* TESTIMONIALS */
.testi-section{background:var(--dark);padding:5rem 0}
.testi-title{text-align:center;color:var(--white);font-size:2.2rem;font-weight:900;margin-bottom:.5rem}
.testi-sub{text-align:center;color:rgba(255,255,255,0.6);margin-bottom:3rem}
.testi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testi-box{background:rgba(255,255,255,0.05);border:1px solid rgba(255,214,0,0.15);border-radius:var(--radius);padding:1.8rem}
.testi-rating{color:var(--yellow);font-size:.95rem;margin-bottom:.8rem}
.testi-text{color:rgba(255,255,255,0.82);font-size:.95rem;margin-bottom:1.2rem;font-style:italic}
.testi-who{font-weight:700;font-size:.85rem;color:rgba(255,255,255,0.6)}

/* CONTACT */
.contact-bar{background:var(--primary);padding:3rem 0}
.contact-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.cb-item{text-align:center;color:var(--white)}
.cb-item i{font-size:1.8rem;margin-bottom:.6rem;display:block;color:var(--yellow)}
.cb-item strong{display:block;font-size:.95rem;margin-bottom:.2rem}
.cb-item span{font-size:.85rem;color:rgba(255,255,255,0.8)}

/* FOOTER */
.footer{background:var(--dark2);padding:4rem 0 0;color:rgba(255,255,255,0.7)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:2.5rem;padding-bottom:3rem}
.footer-brand p{font-size:.9rem;color:rgba(255,255,255,0.55);margin-top:.8rem;line-height:1.7}
.f-social{display:flex;gap:.6rem;margin-top:1.2rem}
.f-social a{width:36px;height:36px;background:rgba(255,255,255,0.07);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:var(--transition)}
.f-social a:hover{background:var(--yellow);color:var(--dark)}
.footer-col h4{font-weight:800;color:var(--white);margin-bottom:1rem;font-size:.92rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul li a{color:rgba(255,255,255,0.6);font-size:.87rem;transition:var(--transition)}
.footer-col ul li a:hover{color:var(--yellow)}
.footer-col p{color:rgba(255,255,255,0.6);font-size:.87rem;margin-bottom:.5rem;display:flex;gap:.5rem;align-items:flex-start}
.footer-col p i{color:var(--yellow);margin-top:.15rem;flex-shrink:0}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.07);padding:1.2rem;text-align:center;font-size:.82rem;color:rgba(255,255,255,0.35)}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,var(--dark) 0%,var(--primary) 100%);padding:5.5rem 2rem 3.5rem;text-align:center;color:var(--white)}
.page-hero .breadcrumb{font-size:.82rem;color:rgba(255,255,255,0.5);margin-bottom:.8rem}
.page-hero .breadcrumb a{color:var(--yellow)}
.page-hero h1{font-size:3rem;font-weight:900;margin-bottom:.5rem}
.page-hero p{color:rgba(255,255,255,0.75);font-size:1.05rem}

/* ATTRACTION CARDS (inner page) */
.attrs-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.ap-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);border-top:4px solid var(--gray)}
.ap-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-top-color:var(--primary)}
.ap-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.ap-body{padding:1.4rem}
.ap-body h3{margin-bottom:.4rem}
.ap-tag{display:inline-block;background:rgba(229,57,53,0.1);color:var(--primary);font-size:.73rem;font-weight:700;padding:.2rem .7rem;border-radius:4px;margin-bottom:.6rem}
.ap-body p{color:var(--text-light);font-size:.9rem}

/* BIRTHDAY CARDS */
.bday-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.bday-card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border-bottom:4px solid var(--gray);transition:var(--transition);position:relative}
.bday-card.top-pick{border-bottom-color:var(--primary)}
.bday-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.top-pick-badge{position:absolute;top:-1rem;right:1rem;background:var(--primary);color:var(--white);font-size:.75rem;font-weight:800;padding:.3rem .9rem;border-radius:4px}
.bday-price{font-size:2.4rem;font-weight:900;color:var(--primary);margin:.4rem 0}
.bday-price sup{font-size:1.1rem;vertical-align:top;margin-top:.5rem;display:inline-block}
.bday-list{list-style:none;margin:1rem 0 1.5rem}
.bday-list li{padding:.4rem 0;border-bottom:1px solid var(--gray);font-size:.92rem;display:flex;gap:.6rem;align-items:center}
.bday-list i{color:var(--primary)}

/* CONTACT FORM */
.contact-form-wrap{background:var(--warm);padding:5rem 0}
.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}
.c-info h2{margin-bottom:1rem}
.ci-item{display:flex;gap:.9rem;margin-bottom:1.2rem}
.ci-icon{width:42px;height:42px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}
.ci-text strong{display:block;font-weight:800;margin-bottom:.1rem;font-size:.9rem}
.ci-text span{color:var(--text-light);font-size:.88rem}
.c-form{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow)}
.c-form h3{margin-bottom:1.5rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.1rem}
.form-group label{display:block;font-weight:700;font-size:.87rem;margin-bottom:.4rem;color:var(--dark)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #E8E0D8;border-radius:var(--radius);font-size:.95rem;transition:var(--transition);font-family:inherit}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(229,57,53,0.1)}
.form-group textarea{min-height:120px;resize:vertical}
.form-success{display:none;text-align:center;padding:1.5rem;background:#fef9e7;border-radius:var(--radius);color:var(--dark)}

/* LEGAL */
.legal-content{max-width:800px;margin:0 auto;padding:5rem 2rem}
.legal-content h1{font-size:2.4rem;font-weight:900;color:var(--dark);margin-bottom:1rem}
.legal-content h2{font-size:1.3rem;font-weight:800;margin:1.8rem 0 .6rem;color:var(--dark)}
.legal-content p,.legal-content li{color:var(--text-light);margin-bottom:.8rem}
.legal-content ul{margin:.5rem 0 1rem 1.5rem}
.legal-date{color:var(--text-light);font-size:.85rem;margin-bottom:2rem}

/* COOKIE */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--dark);color:var(--white);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;transform:translateY(100%);transition:transform 0.4s ease}
.cookie-banner.visible{transform:translateY(0)}
.cookie-banner p{font-size:.88rem;color:rgba(255,255,255,0.82)}
.cookie-banner a{color:var(--yellow);text-decoration:underline}
.cookie-actions{display:flex;gap:.7rem;flex-shrink:0}

/* RESPONSIVE */
@media(max-width:1024px){
  .zig-section,.birthday-inner{grid-template-columns:1fr;min-height:auto}
  .zig-section.reverse{direction:ltr}
  .zig-img{min-height:280px}
  .grid-attractions{grid-template-columns:repeat(2,1fr)}
  .attr-block:nth-child(1),.attr-block:nth-child(5){grid-column:span 2}
  .contact-bar-inner{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
  .prices-table-wrap{overflow-x:auto}
}
@media(max-width:768px){
  .nav{display:none;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--dark);justify-content:center;align-items:center;gap:1rem;z-index:999}
  .nav.open{display:flex}
  .nav-link{font-size:1.3rem;color:var(--white)!important}
  .burger{display:flex;z-index:1001}
  .hero-title{font-size:2.8rem}
  .hero-body{margin-left:0;padding:5rem 1.5rem 3rem}
  .numbers-row{gap:1.5rem}
  .attrs-page-grid,.bday-grid{grid-template-columns:1fr}
  .grid-attractions{grid-template-columns:1fr 1fr}
  .attr-block:nth-child(1),.attr-block:nth-child(5){grid-column:span 1}
  .testi-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .birthday-packs{grid-template-columns:1fr}
  .sec-title{font-size:2rem}
}
@media(max-width:480px){
  .hero-title{font-size:2.2rem}
  .hero-btns{flex-direction:column}
  .btn{width:100%;justify-content:center}
  .contact-bar-inner{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
}
