
:root {
    --gold:#F0B429;  --gold-lt:#FFD966; --gold-pale:#FFF8E1;
    --amber:#F07C1A; --amber-deep:#D4820A;
    --teal:#7b1e2b;  --teal-lt:#a24a56; --teal-pale:#f4e7ea; --teal-deep:#57111a;
    --night:#0D2B35; --night2:#143545;
    --cream:#FDFAF0; --white:#FFFFFF;
    --txt:#0D2B35;   --muted:#4A7080;
    --r-sm:10px; --r-md:18px; --r-lg:26px; --r-xl:50px;
    --sh:0 12px 40px rgba(240,180,41,0.18);
    --sh-d:0 20px 56px rgba(13,43,53,0.22);
  }
  * { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior:smooth; }
  body { font-family: 'LexendDeca', sans-serif; background:var(--cream); color:var(--night); }

  .hero {
    position:relative; height:100vh; min-height:640px;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    text-align:center; overflow:hidden;
  }
  .hero-bg {
    position:absolute; inset:0;
    background:url('../images/tour/tour_img_033.jpg') center/cover no-repeat;
    transform-origin:center;
  }
  .hero-overlay {
    position:absolute; inset:0;
    background:linear-gradient(165deg, rgba(107,0,0,.8) 0%, rgba(93,36,0,.68) 50%, rgba(81,40,0,.64) 100%);
  }
  .hero-glow {
    position:absolute; bottom:-60px; left:50%; transform:translateX(-50%);
    width:80%; height:220px; background:radial-gradient(ellipse, rgba(212,160,32,.18) 0%, transparent 70%); z-index:1;
  }
  .hero-content {
    position:relative; z-index:2; max-width:860px; text-align:center; margin:0 auto;
    padding:34px 36px; border-radius:34px;
    background:rgba(255,255,255,0.18); border:1px solid rgba(255,255,255,0.28);
    backdrop-filter:blur(10px); box-shadow:0 18px 48px rgba(78,52,29,0.12);
  }
  .hero-tag {
    display:inline-flex; align-items:center; gap:12px; margin-bottom:26px;
    font-size:2.05rem; font-weight:600;
    color:rgba(255,255,255,.82); letter-spacing:3px;
    text-transform:uppercase;
  }
  .hero-tag span { display:none; }
  .hero-h1 {
    font-family:'LexendDeca', sans-serif;
    font-weight:800; font-size:clamp(2.8rem,7vw,5.2rem);
    color:var(--white); line-height:1.08; margin-bottom:18px; letter-spacing:.04em;
    text-shadow:0 4px 32px rgba(0,0,0,.25);
  }
  .hero-sub {
    font-size:1.04rem; color:rgba(255,245,225,.88); font-weight:400;
    line-height:1.9; max-width:640px; margin:0 auto 36px;
  }
  .hero-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
  .hero-content h1 {
    font-family:'LexendDeca', sans-serif;
    font-weight:800; font-size:clamp(2.8rem,7vw,5.2rem);
    color:var(--white); line-height:1.08; margin-bottom:18px; letter-spacing:.04em;
    text-shadow:0 4px 32px rgba(0,0,0,.25);
  }
  .hero-content p {
    font-size:1.04rem; color:#fff3e1; font-weight:400;
    line-height:1.9; max-width:640px; margin:0 auto 36px;
  }
  .hero-content .hero-btns { position:relative; z-index:2; margin-top:0; }
  .hero-content .btn-nav-book {
    background:linear-gradient(135deg,#f2c361,#de9640); color:#4a2610 !important;
    border:1px solid rgba(255,255,255,0.18);
  }
  .hero-content .lang-btn {
    background:rgba(255,255,255,0.14); color:#fffaf0 !important;
    border:1px solid rgba(255,255,255,0.45); padding:9px 22px;
  }
  .hero-content .btn-nav-book:hover { background:linear-gradient(135deg,#f6cf7a,#e6a955); color:#4a2610 !important; }
  .hero-content .lang-btn:hover { background:rgba(255,255,255,0.22); color:#ffffff !important; }
  .hero-bar {
    position:absolute; bottom:15px; left:15px; right:15px; z-index:2;
    display:grid; grid-template-columns:repeat(3,1fr);
    background:rgba(255,255,255,.95); backdrop-filter:blur(12px);
    border-radius:24px; overflow:hidden;
  }
  .hero-bar-item {
    padding:20px 28px; text-align:center;
    border-right:1px solid rgba(212,160,32,.18);
  }
  .hero-bar-item:last-child { border:none; }
  .hero-bar-item strong {
    display:block; font-family:'LexendDeca', sans-serif;
    font-size:1.7rem; font-weight:800; color:var(--gold); line-height:1;
  }
  .hero-bar-item span {
    font-size:.8rem; color:var(--muted); margin-top:4px; display:block;
    font-weight:500; text-transform:uppercase;
  }

  section { padding:80px 60px; }
  .section-label { font-family:'LexendDeca', sans-serif; font-size:clamp(2.8rem,6vw,4.2rem); letter-spacing:5px; color:var(--gold); text-transform:uppercase; margin-bottom:12px; display:block; font-weight:800; }
  .section-title { font-family: 'LexendDeca', sans-serif; font-size:clamp(2rem,4vw,3rem); font-weight: 800; }

  .rooms-section { background:var(--white); }
  .rooms-intro { text-align:center; max-width:600px; margin:0 auto 70px; }
  .rooms-intro p { color:var(--muted); margin-top:16px; line-height:1.8; }

  .room-full {
    max-width:1200px; margin:0 auto 60px;
    display:grid; grid-template-columns:1fr 1fr; gap:0;
    box-shadow:var(--sh); overflow:hidden;
    background:var(--white); border-radius:32px;
  }
  .room-full:nth-child(even) .room-full-img { order:2; }
  .room-full:nth-child(even) .room-full-info { order:1; }
  .room-full-img { overflow:hidden; }
  .room-full-img img { width:100%; height:100%; object-fit:cover; min-height:400px; transition:transform 0.6s; }
  .room-full:hover .room-full-img img { transform:scale(1.04); }
  .room-full-info { padding:60px 50px; display:flex; flex-direction:column; justify-content:center; }
  .room-tag-big {
    display:inline-block; background:linear-gradient(135deg,var(--gold),var(--amber)); color:#fffdf7;
    padding:8px 20px; font-family:'LexendDeca', sans-serif; font-size:0.82rem; font-weight:700; letter-spacing:2px; margin-bottom:20px; width:fit-content;
  }
  .room-full-info h2 { font-family: 'LexendDeca', sans-serif; font-size:2.2rem; font-weight: 800; margin-bottom:16px; }
  .room-full-info p { color:var(--muted); line-height:1.9; margin-bottom:24px; }
  .room-amenities { list-style:none; display:flex; flex-wrap:wrap; gap:10px; margin-bottom:30px; }
  .room-amenities li {
    background:var(--gold-pale); color:var(--night);
    padding:6px 14px; font-size:0.82rem; border-radius:var(--r-xl);
  }
  .room-price-big { font-size:1.5rem; color:var(--gold); font-weight:700; margin-bottom:20px; }
  .room-price-big small { font-size:0.8rem; color:var(--muted); font-weight:400; }
  .btn-book {
    display:inline-block; background:linear-gradient(135deg,var(--gold),var(--amber)); color:var(--night);
    padding:14px 36px; text-decoration:none;
    font-family:'LexendDeca', sans-serif; font-size:0.8rem; letter-spacing:3px;
    transition:background 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  }
  .btn-book:hover { background:linear-gradient(135deg,#f5c45c,#e9a94c); color:var(--night); }

  .services-section { background:var(--night); }
  .services-section .section-title { color:var(--white); }
  .services-header { text-align:center; max-width:500px; margin:0 auto 60px; }
  .services-grid {
    max-width:1200px; margin:0 auto;
    display:grid; grid-template-columns:repeat(3,1fr); gap:2px;
  }
  .service-card {
    background:var(--night2); padding:50px 35px; text-align:center;
    transition:all 0.4s; border-bottom:2px solid transparent;
  }
  .service-card:hover { background:rgba(123,30,43,0.08); border-bottom-color:rgba(123,30,43,0.22); }
  .service-card:hover h3 { color:var(--teal-deep); }
  .service-card:hover p { color:#6a5138; }
  .service-icon { font-size:3rem; display:block; margin-bottom:20px; }
  .service-card h3 { font-family:'LexendDeca', sans-serif; color:var(--gold); font-size:0.95rem; letter-spacing:2px; margin-bottom:14px; font-weight:700; }
  .service-card p { color:rgba(255,255,255,0.55); font-size:0.9rem; line-height:1.8; }

  .cta-band {
    margin:0 60px 80px; padding:72px 32px; border-radius:34px; text-align:center;
    background:linear-gradient(135deg, rgba(255,255,255,0.9), rgba(252,246,236,0.95));
    border:1px solid rgba(240,180,41,0.18); box-shadow:0 20px 60px rgba(13,43,53,0.08);
  }
  .cta-band h2 { font-family:'LexendDeca', sans-serif; font-size:clamp(2rem,4vw,3rem); font-weight:800; margin-bottom:14px; color:var(--teal-deep); }
  .cta-band p { color:var(--muted); max-width:620px; margin:0 auto 28px; line-height:1.9; }
  .cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
  .footer-grid { display:grid; grid-template-columns:1.2fr .9fr .9fr; gap:40px; align-items:start; text-align:left; }
  .f-logo { font-family:'LexendDeca', sans-serif; font-size:1.6rem; font-weight:800; color:var(--night); text-decoration:none; }
  .f-about { margin-top:16px; line-height:1.9; max-width:300px; color:var(--muted); }
  .f-social { display:flex; gap:10px; margin-top:18px; }
  .f-soc {
    width:42px; height:42px; border-radius:14px; display:flex; align-items:center; justify-content:center;
    border:1px solid rgba(240,180,41,0.25); color:var(--gold); text-decoration:none;
  }
  .f-col h4 { margin-bottom:14px; font-size:.9rem; color:var(--teal-deep); letter-spacing:2px; text-transform:uppercase; }
  .f-col ul { list-style:none; }
  .f-col ul li { margin-bottom:10px; }
  .f-col ul a { text-decoration:none; color:var(--muted); }
  .f-ci { display:flex; gap:10px; margin-bottom:12px; color:var(--muted); }
  .footer-bot { margin-top:30px; padding-top:18px; border-top:1px solid rgba(240,180,41,0.14); text-align:center; color:var(--muted); }
  footer > p { display:none; }
  footer { background:var(--night); padding:40px 60px; color:rgba(255,255,255,0.5); border-top:1px solid rgba(240,180,41,0.15); }

  .reveal { opacity:0; transform:translateY(30px); transition:opacity 0.8s,transform 0.8s; }
  .reveal.visible { opacity:1; transform:translateY(0); }

  @media(max-width:900px) {
    .room-full { grid-template-columns:1fr; }
    .room-full:nth-child(even) .room-full-img { order:0; }
    .room-full:nth-child(even) .room-full-info { order:0; }
    .services-grid { grid-template-columns:1fr 1fr; }
    .nav-links { gap:16px; }
    section { padding:60px 20px; }
    .hero-bar { grid-template-columns:1fr; }
    .hero-bar-item { border:none; border-top:1px solid rgba(212,160,32,.12); }
    .cta-band { margin:0 20px 60px; padding:48px 20px; }
    .footer-grid { grid-template-columns:1fr; }
  }






