:root {
      --background:#061a33; --foreground:#ffffff; --card:#0c2442; --card-soft:rgba(12,36,66,.78);
      --muted:#b8c7d8; --primary:#f29f05; --accent:#ffd166; --border:rgba(255,255,255,.14);
      --shadow:0 24px 70px rgba(0,0,0,.35); --glow:0 12px 46px rgba(242,159,5,.35);
    }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { margin:0; font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background:var(--background); color:var(--foreground); line-height:1.5; }
    a { color:inherit; text-decoration:none; }
    img { max-width:100%; display:block; }
    .page-bg { position:fixed; inset:0; z-index:-1; overflow:hidden; background:
      radial-gradient(circle at 5% 5%, rgba(242,159,5,.18), transparent 34%),
      radial-gradient(circle at 95% 85%, rgba(255,209,102,.13), transparent 30%),
      linear-gradient(135deg,#041225 0%,#071f3f 55%,#382808 100%); }
    .page-bg::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:52px 52px; mask-image:radial-gradient(ellipse at center,#000 18%,transparent 78%); }
    .container { width:min(1180px, calc(100% - 32px)); margin:0 auto; }
    header { position:sticky; top:0; z-index:20; background:rgba(6,26,51,.88); backdrop-filter:blur(16px); border-bottom:1px solid var(--border); }
    .nav { height:68px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
    .brand { display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.01em; }
    .brand-icon { width:38px; height:38px; border-radius:12px; display:grid; place-items:center; color:#061a33; background:linear-gradient(135deg,var(--primary),var(--accent)); box-shadow:var(--glow); }
    .brand span span, .gradient-text { background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; background-clip:text; color:transparent; }
    nav { display:flex; align-items:center; gap:22px; }
    nav a { color:var(--muted); font-size:14px; font-weight:650; }
    nav a:hover { color:var(--foreground); }
    section { padding:86px 0; position:relative; overflow:hidden; }
    .hero { min-height:88vh; display:flex; align-items:center; padding-top:116px; }
    .hero::before { content:""; position:absolute; inset:0; background:url('assets/hero-indoor.jpg') center/cover; opacity:.24; transform:scale(1.04); }
    .hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,var(--background),rgba(6,26,51,.72),rgba(6,26,51,.38)); }
    .hero .container { position:relative; z-index:1; }
    .pill { display:inline-flex; align-items:center; gap:8px; padding:7px 14px; border:1px solid rgba(242,159,5,.35); color:var(--primary); background:rgba(242,159,5,.12); border-radius:999px; font-size:14px; font-weight:750; }
    h1 { max-width:900px; margin:24px 0 0; font-size:clamp(42px,7vw,80px); line-height:1.04; letter-spacing:0; }
    .hero p { max-width:680px; margin:24px 0 0; color:var(--muted); font-size:clamp(18px,2.2vw,22px); }
    .cta-row { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
    .button, .plan-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 24px; border-radius:12px; font-weight:850; background:linear-gradient(135deg,var(--primary),var(--accent)); color:#061a33; box-shadow:var(--glow); }
    .stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; max-width:760px; margin-top:58px; }
    .stat, .benefit-card, .place-card, .plan-card, .contact-card { background:var(--card-soft); border:1px solid var(--border); box-shadow:var(--shadow); backdrop-filter:blur(12px); }
    .stat { border-radius:16px; padding:18px; display:flex; gap:12px; align-items:center; font-weight:800; }
    .section-head { text-align:center; max-width:760px; margin:0 auto 48px; }
    .eyebrow { color:var(--primary); text-transform:uppercase; letter-spacing:.08em; font-size:13px; font-weight:900; }
    h2 { font-size:clamp(32px,4vw,54px); line-height:1.08; margin:14px 0 0; }
    .section-head p { color:var(--muted); margin:18px 0 0; }
    .benefit-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
    .benefit-card { border-radius:18px; padding:24px; min-height:180px; }
    .benefit-icon { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; color:#061a33; font-weight:900; background:linear-gradient(135deg,var(--primary),var(--accent)); margin-bottom:18px; }
    .benefit-card h3 { margin:0 0 8px; font-size:18px; }
    .benefit-card p, .price-note { color:var(--muted); margin:0; font-size:14px; }
    .places-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
    .places-grid.clp { grid-template-columns:repeat(3,minmax(0,1fr)); max-width:980px; margin:0 auto; }
    .place-card { border-radius:20px; overflow:hidden; transition:transform .25s ease, border-color .25s ease; }
    .place-card:hover { transform:translateY(-5px); border-color:rgba(242,159,5,.55); }
    .place-image { aspect-ratio:16/9; background:rgba(255,255,255,.06); overflow:hidden; }
    .place-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
    .place-card:hover img { transform:scale(1.05); }
    .place-body { display:flex; gap:12px; padding:18px; align-items:flex-start; }
    .pin { color:var(--primary); font-weight:900; font-size:22px; line-height:1; }
    .place-body h3 { margin:0; font-size:17px; line-height:1.25; }
    .place-body p { color:var(--primary); margin:4px 0 0; font-size:14px; font-weight:800; }
    .plans { background:rgba(255,255,255,.045); }
    .plan-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; align-items:stretch; }
    .plan-card { border-radius:26px; padding:32px; position:relative; display:flex; flex-direction:column; min-height:100%; }
    .plan-card.popular { border:2px solid rgba(242,159,5,.62); box-shadow:var(--shadow),var(--glow); }
    .badge { position:absolute; top:-15px; left:50%; transform:translateX(-50%); white-space:nowrap; border-radius:999px; padding:7px 16px; background:linear-gradient(135deg,var(--primary),var(--accent)); color:#061a33; font-size:12px; font-weight:950; text-transform:uppercase; }
    .plan-card h3 { margin:0; font-size:28px; }
    .plan-subtitle { color:var(--primary); font-weight:850; margin:4px 0 24px; }
    .price { display:flex; align-items:flex-end; gap:10px; margin-bottom:10px; }
    .price strong { font-size:clamp(46px,6vw,62px); line-height:.95; background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; background-clip:text; color:transparent; }
    .price span { color:var(--primary); font-weight:900; padding-bottom:5px; }
    .price-note b { color:var(--primary); }
    .point-price { display:inline-flex; align-self:flex-start; margin:16px 0 0; padding:8px 14px; border-radius:999px; background:rgba(242,159,5,.14); color:var(--primary); font-size:14px; font-weight:900; }
    .plan-card ul { border-top:1px solid var(--border); padding:22px 0 0; margin:24px 0 0; list-style:none; flex:1; }
    .plan-card li { margin:13px 0; color:#edf4fb; font-size:15px; }
    .plan-card li::before { content:'✓'; display:inline-grid; place-items:center; width:20px; height:20px; margin-right:10px; border-radius:50%; color:var(--primary); background:rgba(242,159,5,.14); font-weight:900; }
    .plan-button { margin-top:28px; width:100%; }
    .contact { background:linear-gradient(135deg,#041225 0%,#092748 55%,#362606 100%); }
    .contact-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:44px; }
    .contact-card { border-radius:18px; padding:20px; display:flex; gap:13px; align-items:center; }
    .contact-icon { width:44px; height:44px; flex:0 0 auto; border-radius:14px; display:grid; place-items:center; background:linear-gradient(135deg,var(--primary),var(--accent)); color:#061a33; font-weight:900; }
    .contact-card small { display:block; color:var(--muted); text-transform:uppercase; letter-spacing:.08em; font-weight:850; }
    .contact-card strong { display:block; margin-top:2px; }
    footer { border-top:1px solid var(--border); padding:34px 0; }
    .footer-inner { display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; color:var(--muted); }
    .footer-inner .brand { color:var(--foreground); }
    @media (max-width: 920px) {
      nav { display:none; }
      .hero { min-height:auto; padding-bottom:80px; }
      .stats, .benefit-grid, .places-grid, .places-grid.clp, .contact-grid { grid-template-columns:1fr 1fr; }
      .plan-grid { grid-template-columns:1fr; }
    }
    @media (max-width: 620px) {
      .container { width:min(100% - 24px, 1180px); }
      section { padding:66px 0; }
      .hero { padding-top:92px; }
      .stats, .benefit-grid, .places-grid, .places-grid.clp, .contact-grid { grid-template-columns:1fr; }
      .stat { min-height:68px; }
      .plan-card { padding:26px 20px; border-radius:20px; }
      .price strong { font-size:42px; }
    }
