/* ========================================================================== 
   Rana Youth Website – Premium UI/UX Layer (V3)
   Loaded after base + responsive CSS so existing page content remains stable.
   ========================================================================== */
:root {
    --ry-navy-950: #071426;
    --ry-navy-900: #0a192f;
    --ry-navy-800: #102a46;
    --ry-gold-500: #d4b26f;
    --ry-gold-400: #e1c58c;
    --ry-ink: #172033;
    --ry-muted: #5d6b7d;
    --ry-surface: #ffffff;
    --ry-surface-soft: #f5f8fc;
    --ry-line: #e5eaf1;
    --ry-success: #087f5b;
    --ry-shadow-sm: 0 8px 24px rgba(7, 20, 38, .07);
    --ry-shadow-md: 0 18px 50px rgba(7, 20, 38, .10);
    --ry-shadow-lg: 0 28px 75px rgba(7, 20, 38, .16);
    --ry-radius-sm: 12px;
    --ry-radius-md: 20px;
    --ry-radius-lg: 30px;
}

html { scroll-behavior: smooth; }
body {
    background:
        radial-gradient(circle at 15% 0%, rgba(212,178,111,.08), transparent 26rem),
        linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 100%);
    color: var(--ry-ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body::selection { background: rgba(212,178,111,.35); color: var(--ry-navy-950); }

.skip-link {
    position: fixed; left: 16px; top: -80px; z-index: 9999;
    background: var(--ry-navy-900); color: #fff; padding: 12px 16px;
    border-radius: 10px; font-weight: 800; box-shadow: var(--ry-shadow-md);
}
.skip-link:focus { top: 16px; color: #fff; }

.container { max-width: 1240px; }
main, section { position: relative; }
img { max-width: 100%; height: auto; }

/* Accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid rgba(212,178,111,.65) !important;
    outline-offset: 3px !important;
}

/* Header */
.site-header {
    background: rgba(255,255,255,.92) !important;
    border-bottom: 1px solid rgba(10,25,47,.08) !important;
    box-shadow: 0 12px 35px rgba(7,20,38,.06) !important;
    backdrop-filter: saturate(145%) blur(16px) !important;
    -webkit-backdrop-filter: saturate(145%) blur(16px) !important;
    padding: 11px 0 !important;
}
.site-header .container { gap: 22px; }
.site-logo { min-width: max-content; }
.site-logo-symbol {
    width: 46px !important; height: 46px !important;
    border: 1px solid rgba(212,178,111,.9) !important;
    background: linear-gradient(145deg, var(--ry-navy-950), #173758) !important;
    box-shadow: 0 10px 24px rgba(7,20,38,.18) !important;
}
.site-logo-text h2 { letter-spacing: -.025em; font-size: 1.18rem !important; }
.site-logo-text p { letter-spacing: .12em !important; font-size: .67rem !important; }
.site-nav { gap: 4px !important; }
.site-nav a {
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-weight: 750 !important;
    font-size: .86rem !important;
}
.site-nav a:hover, .site-nav a.active-link {
    color: var(--ry-navy-900) !important;
    background: linear-gradient(180deg, #f8f4e9, #fff) !important;
}
.site-header-ctas { gap: 8px !important; }
.site-header .btn-sm { padding: 10px 15px !important; }

/* Hero treatment for most inner pages */
body:not(.page-index) > section:first-of-type,
body:not(.page-index) main > section:first-child {
    overflow: hidden;
}
body:not(.page-index) > section:first-of-type[style*="linear-gradient"] {
    background:
      radial-gradient(circle at 15% 25%, rgba(212,178,111,.20), transparent 22rem),
      radial-gradient(circle at 85% 75%, rgba(79,119,158,.22), transparent 24rem),
      linear-gradient(135deg, #071426, #102a46 62%, #173758) !important;
    padding: 82px 0 76px !important;
    border-bottom: 0 !important;
}
body:not(.page-index) > section:first-of-type[style*="linear-gradient"]::after {
    content: ""; position: absolute; inset: auto 0 0 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,178,111,.75), transparent);
}
body:not(.page-index) > section:first-of-type h1 {
    font-size: clamp(2.35rem, 5vw, 4.25rem) !important;
    letter-spacing: -.035em !important;
    max-width: 980px; margin-left: auto !important; margin-right: auto !important;
}
body:not(.page-index) > section:first-of-type p {
    max-width: 760px !important; font-size: clamp(1rem, 1.6vw, 1.16rem) !important;
    opacity: .92;
}

/* Homepage */
.page-index .hero-layout {
    padding-top: 58px !important; padding-bottom: 62px !important;
    gap: 54px !important; min-height: 650px;
}
.page-index .hero-text h1 {
    font-size: clamp(2.55rem, 4.6vw, 4.45rem) !important;
    letter-spacing: -.045em; line-height: 1.04 !important;
    max-width: 760px;
}
.page-index .hero-text > p:first-of-type { font-size: 1.03rem !important; }
.hero-ctas { gap: 10px !important; }
.hero-ctas .btn { min-height: 48px; }
.hero-bento-collage { gap: 14px !important; }
.bento-img-wrap {
    border-radius: var(--ry-radius-md) !important;
    border: 1px solid rgba(10,25,47,.08);
    box-shadow: var(--ry-shadow-md) !important;
    overflow: hidden;
}
.bento-img-wrap img { transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.bento-img-wrap:hover img { transform: scale(1.035); }

/* Global sections, cards and typography */
.section-header { max-width: 800px; margin-left: auto; margin-right: auto; }
.section-header h2, section h2 {
    letter-spacing: -.025em;
}
.section-header p { font-size: 1rem; }
.bento-card,
.pricing-card,
.blog-card,
.gallery-item,
.booking-card,
[class*="card"][style*="background-color: var(--color-white)"],
[style*="background-color: var(--color-white)"][style*="border-radius"] {
    border-color: rgba(10,25,47,.08) !important;
    box-shadow: var(--ry-shadow-sm) !important;
}
.bento-card, .pricing-card, .blog-card { border-radius: var(--ry-radius-md) !important; }
.bento-card:hover, .pricing-card:hover, .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ry-shadow-md) !important;
}
.bento-card, .pricing-card, .blog-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }

/* Buttons */
.btn {
    border-radius: 12px !important;
    min-height: 46px;
    display: inline-flex !important;
    align-items: center; justify-content: center; gap: 8px;
    font-weight: 800 !important; letter-spacing: -.01em;
    box-shadow: none;
}
.btn-primary {
    background: linear-gradient(135deg, #0a192f, #173758) !important;
    border-color: #0a192f !important;
    box-shadow: 0 10px 24px rgba(10,25,47,.16) !important;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(10,25,47,.22) !important; }
.btn-secondary { background: linear-gradient(135deg, #d4b26f, #e6cc97) !important; color: #071426 !important; border-color: transparent !important; }
.btn-whatsapp { background: #0b8f69 !important; }
.btn-outline { background: rgba(255,255,255,.86); }

/* Forms */
input, select, textarea {
    border-radius: 12px !important;
    min-height: 48px;
    border: 1px solid #dce3ec !important;
    background-color: #fff !important;
    color: var(--ry-ink) !important;
    box-shadow: 0 1px 0 rgba(7,20,38,.02);
}
textarea { min-height: 120px; }
input:hover, select:hover, textarea:hover { border-color: #bfc9d6 !important; }
input:focus, select:focus, textarea:focus {
    border-color: var(--ry-gold-500) !important;
    box-shadow: 0 0 0 4px rgba(212,178,111,.14) !important;
}
label { font-weight: 750; color: #223047; }

/* Tables */
table {
    border-collapse: separate !important; border-spacing: 0 !important;
    border: 1px solid var(--ry-line); border-radius: 16px; overflow: hidden;
    background: #fff; box-shadow: var(--ry-shadow-sm);
}
thead th { background: #f3f6fa !important; color: var(--ry-navy-900) !important; }
td, th { border-color: var(--ry-line) !important; }

/* Gallery */
.gallery-grid { gap: 24px !important; }
.gallery-item { min-height: 300px !important; border-radius: 22px !important; }
.gallery-item img { transition: transform .6s ease, filter .6s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.06); }
.gallery-item .overlay { padding: 26px !important; }
.gallery-tabs button { min-height: 42px; }

/* Blog */
.blog-hero { 
    background: radial-gradient(circle at 18% 20%, rgba(212,178,111,.18), transparent 24rem), linear-gradient(135deg,#071426,#173758) !important;
}
.blog-list-section { padding-top: 56px !important; padding-bottom: 24px !important; }
.blog-list-grid { gap: 26px !important; }
.blog-card-media img, .blog-featured-image img { object-fit: cover; }
.blog-article-main { font-size: 1.02rem; }
.blog-article-main p { line-height: 1.82; }
.blog-article-main h2 { margin-top: 2.2rem; margin-bottom: .8rem; }
.blog-breadcrumb a { text-decoration: none; }

/* Trust/SEO intro blocks */
.ry-content-intro {
    max-width: 940px; margin: 0 auto 34px; padding: 26px 30px;
    background: #fff; border: 1px solid var(--ry-line); border-radius: 18px;
    box-shadow: var(--ry-shadow-sm);
}
.ry-content-intro h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); margin-bottom: 10px; }
.ry-content-intro p { font-size: 1rem; line-height: 1.78; }
.ry-content-intro p + p { margin-top: 10px; }

.ry-breadcrumb-wrap { border-bottom: 1px solid rgba(10,25,47,.07); background: rgba(255,255,255,.76); }
.ry-breadcrumb { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; min-height: 44px; font-size: .8rem; }
.ry-breadcrumb a { color: #4c5b70; font-weight: 700; }
.ry-breadcrumb span[aria-current="page"] { color: var(--ry-navy-900); font-weight: 800; }
.ry-breadcrumb-sep { color: #9aa6b5; }

/* Footer */
.site-footer {
    margin-top: 72px; padding: 64px 0 0;
    background: radial-gradient(circle at 10% 5%, rgba(212,178,111,.13), transparent 25rem), #071426;
    color: #fff; border-top: 1px solid rgba(212,178,111,.32);
}
.site-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1.15fr 1fr; gap: 42px; }
.site-footer .site-logo-text h2 { color: #fff; }
.site-footer .site-logo-text p { color: var(--ry-gold-400); }
.footer-text { color: #b8c4d3 !important; max-width: 330px; line-height: 1.75; }
.footer-title { color: #fff !important; font-family: var(--font-sans) !important; font-size: .98rem !important; margin-bottom: 18px; }
.footer-links-list, .footer-info-list, .footer-hours-list { list-style: none; display: grid; gap: 11px; }
.footer-links-list a, .footer-info-list a { color: #c8d3df; }
.footer-links-list a:hover, .footer-info-list a:hover { color: var(--ry-gold-400); }
.footer-info-item { display: flex; gap: 10px; color: #c8d3df; line-height: 1.55; }
.footer-hours-item { display: flex; justify-content: space-between; gap: 12px; color: #c8d3df; }
.footer-hours-label { font-weight: 700; color: #e6edf5; }
.footer-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.footer-actions a { min-height: 40px !important; }
.site-footer-bottom {
    margin-top: 44px; padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.08); color: #9eabba; font-size: .82rem;
}
.site-footer-bottom .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.site-footer-bottom a { color: var(--ry-gold-400); }

/* Mobile */
@media (max-width: 992px) {
    .site-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .page-index .hero-layout { min-height: auto; gap: 34px !important; }
}
@media (max-width: 768px) {
    body { padding-top: 72px !important; }
    .site-header { padding: 9px 0 !important; }
    .site-logo-symbol { width: 40px !important; height: 40px !important; }
    .site-logo-text h2 { font-size: 1.02rem !important; }
    .site-logo-text p { font-size: .58rem !important; }
    .page-index .hero-layout { padding-top: 34px !important; padding-bottom: 42px !important; }
    .page-index .hero-text h1 { font-size: clamp(2.15rem, 10vw, 3.2rem) !important; }
    body:not(.page-index) > section:first-of-type[style*="linear-gradient"] { padding: 58px 0 52px !important; }
    body:not(.page-index) > section:first-of-type h1 { font-size: clamp(2rem, 9vw, 3rem) !important; }
    .site-footer { padding-top: 46px; }
    .site-footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .site-footer-bottom .container { flex-direction: column; text-align: center; align-items: center; }
    .ry-content-intro { padding: 22px 20px; }
    .gallery-item { min-height: 250px !important; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Shared dropdowns */
.book-dropdown, .login-dropdown { position: relative; }
.book-dropdown-menu, .login-dropdown-menu {
    position: absolute; top: calc(100% + 10px); right: 0; z-index: 1200;
    min-width: 175px; padding: 7px; background: #fff;
    border: 1px solid var(--ry-line); border-radius: 14px;
    box-shadow: var(--ry-shadow-md);
}
.book-dropdown-menu[hidden], .login-dropdown-menu[hidden] { display: none !important; }
.book-dropdown-menu a, .login-dropdown-menu a {
    display: block; padding: 10px 12px; border-radius: 9px;
    color: var(--ry-ink); font-size: .86rem; font-weight: 750; white-space: nowrap;
}
.book-dropdown-menu a:hover, .login-dropdown-menu a:hover { background: var(--ry-surface-soft); color: var(--ry-navy-900); }
.dropdown-toggle { border: 0; cursor: pointer; font-family: inherit; }
@media (max-width: 768px) {
    .mobile-side-menu-head { justify-content: space-between !important; }
    .mobile-side-menu-head .site-logo { display: inline-flex; }
}


/* ======================================================================
   BBAU Local SEO Landing Page
   ====================================================================== */
.bbau-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 70px;
    background:
      radial-gradient(circle at 12% 15%, rgba(212,178,111,.22), transparent 28rem),
      radial-gradient(circle at 90% 78%, rgba(79,119,158,.24), transparent 30rem),
      linear-gradient(135deg, #071426, #102a46 58%, #173758);
    color: #fff;
}
.bbau-hero::after { content:""; position:absolute; inset:auto 0 0; height:1px; background:linear-gradient(90deg,transparent,rgba(212,178,111,.8),transparent); }
.bbau-hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); gap:54px; align-items:center; }
.bbau-eyebrow,.bbau-kicker { display:inline-block; color:#b58a3c; font-size:.78rem; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.bbau-hero .bbau-eyebrow { color:#e6cc97; margin-bottom:15px; }
.bbau-hero h1 { color:#fff; font-size:clamp(2.65rem,5.4vw,4.75rem); line-height:1.02; letter-spacing:-.045em; max-width:820px; margin:0 0 20px; }
.bbau-lead { color:#dce5ef; font-size:clamp(1rem,1.6vw,1.16rem); line-height:1.75; max-width:760px; }
.bbau-hero-actions { display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:25px; }
.bbau-location-note { margin-top:20px; color:#bcc9d7; font-size:.9rem; line-height:1.6; }
.bbau-hero-media { position:relative; border-radius:26px; overflow:hidden; border:1px solid rgba(255,255,255,.16); box-shadow:0 28px 70px rgba(0,0,0,.28); min-height:430px; }
.bbau-hero-media img { width:100%; height:100%; min-height:430px; object-fit:cover; display:block; }
.bbau-media-badge { position:absolute; left:18px; right:18px; bottom:18px; padding:13px 16px; border:1px solid rgba(255,255,255,.2); border-radius:14px; background:rgba(7,20,38,.78); backdrop-filter:blur(12px); color:#fff; font-weight:800; text-align:center; }
.bbau-trust-strip { background:#fff; border-bottom:1px solid var(--ry-line); }
.bbau-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.bbau-trust-grid > div { padding:23px 22px; border-right:1px solid var(--ry-line); }
.bbau-trust-grid > div:last-child { border-right:0; }
.bbau-trust-grid strong,.bbau-trust-grid span { display:block; }
.bbau-trust-grid strong { color:var(--ry-navy-900); font-size:.98rem; }
.bbau-trust-grid span { color:#66758a; font-size:.8rem; margin-top:5px; }
.bbau-section { padding:78px 0; }
.bbau-soft-bg { background:#f5f7fa; border-top:1px solid var(--ry-line); border-bottom:1px solid var(--ry-line); }
.bbau-split { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr); gap:56px; align-items:start; }
.bbau-section h2 { color:var(--ry-navy-900); margin:9px 0 20px; }
.bbau-section p { color:#536176; line-height:1.82; }
.bbau-info-card,.bbau-location-card { background:#fff; border:1px solid var(--ry-line); border-radius:22px; padding:30px; box-shadow:var(--ry-shadow-sm); }
.bbau-info-card h2 { font-size:1.45rem; margin-top:0; }
.bbau-info-card ul { list-style:none; padding:0; margin:0 0 22px; display:grid; gap:0; }
.bbau-info-card li { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid var(--ry-line); font-size:.9rem; }
.bbau-info-card li span { color:#7a8799; }
.bbau-info-card li strong { color:var(--ry-navy-900); text-align:right; }
.bbau-room-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:34px; }
.bbau-room-card { overflow:hidden; background:#fff; border:1px solid var(--ry-line); border-radius:22px; box-shadow:var(--ry-shadow-sm); transition:transform .25s ease, box-shadow .25s ease; }
.bbau-room-card:hover { transform:translateY(-4px); box-shadow:var(--ry-shadow-md); }
.bbau-room-card img { width:100%; height:220px; object-fit:cover; display:block; }
.bbau-room-card > div { padding:24px; }
.bbau-room-card h3 { color:var(--ry-navy-900); margin-bottom:9px; }
.bbau-room-card p { margin:0; font-size:.94rem; }
.bbau-center-action { display:flex; justify-content:center; margin-top:30px; }
.bbau-feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }
.bbau-feature-grid > div { padding:26px; border:1px solid var(--ry-line); border-radius:18px; background:#fff; box-shadow:var(--ry-shadow-sm); }
.bbau-feature-grid span { display:inline-flex; width:38px; height:38px; align-items:center; justify-content:center; border-radius:12px; background:#f5eddc; color:#8e6a2d; font-weight:900; font-size:.78rem; }
.bbau-feature-grid h3 { margin:16px 0 8px; color:var(--ry-navy-900); font-size:1.05rem; }
.bbau-feature-grid p { margin:0; font-size:.9rem; }
.bbau-location-section { background:linear-gradient(180deg,#fff,#f8fafc); }
.bbau-location-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr); gap:50px; align-items:center; }
.bbau-location-card h3 { color:var(--ry-navy-900); margin:0 0 16px; }
.bbau-location-card ul { padding-left:20px; color:#536176; display:grid; gap:10px; line-height:1.65; }
.bbau-disclaimer { margin:20px 0 0 !important; padding:15px 16px; border-radius:12px; background:#f5f7fa; border:1px solid var(--ry-line); font-size:.84rem; }
.bbau-faq-wrap { max-width:940px; }
.bbau-faq-list { display:grid; gap:12px; margin-top:30px; }
.bbau-faq-list details { background:#fff; border:1px solid var(--ry-line); border-radius:16px; padding:0 20px; box-shadow:0 8px 24px rgba(7,20,38,.04); }
.bbau-faq-list summary { cursor:pointer; list-style:none; color:var(--ry-navy-900); font-weight:820; padding:20px 30px 20px 0; position:relative; }
.bbau-faq-list summary::-webkit-details-marker { display:none; }
.bbau-faq-list summary::after { content:"+"; position:absolute; right:0; top:17px; font-size:1.35rem; color:#9a722f; }
.bbau-faq-list details[open] summary::after { content:"–"; }
.bbau-faq-list details p { margin:0; padding:0 0 20px; font-size:.95rem; }
.bbau-cta-section { padding:0 0 78px; }
.bbau-cta-card { display:flex; justify-content:space-between; gap:30px; align-items:center; padding:38px 42px; border-radius:24px; color:#fff; background:linear-gradient(135deg,#071426,#173758); box-shadow:0 26px 64px rgba(7,20,38,.2); }
.bbau-cta-card h2 { color:#fff; margin:8px 0 8px; }
.bbau-cta-card p { color:#c7d3df; margin:0; }
.bbau-home-link-section { padding:0 0 42px; }
.bbau-home-link-card { display:flex; justify-content:space-between; gap:28px; align-items:center; padding:28px 30px; background:#fff; border:1px solid var(--ry-line); border-radius:20px; box-shadow:var(--ry-shadow-sm); }
.bbau-home-link-card h2 { margin:7px 0 7px; font-size:clamp(1.35rem,2.5vw,1.85rem); color:var(--ry-navy-900); }
.bbau-home-link-card p { margin:0; max-width:760px; color:#5d6a7d; }
@media (max-width: 992px) {
    .bbau-hero-grid,.bbau-split,.bbau-location-grid { grid-template-columns:1fr; }
    .bbau-hero-media { min-height:360px; }
    .bbau-hero-media img { min-height:360px; }
    .bbau-room-grid { grid-template-columns:repeat(2,1fr); }
    .bbau-feature-grid { grid-template-columns:repeat(2,1fr); }
    .bbau-trust-grid { grid-template-columns:repeat(2,1fr); }
    .bbau-trust-grid > div:nth-child(2) { border-right:0; }
    .bbau-trust-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--ry-line); }
}
@media (max-width: 680px) {
    .bbau-hero { padding:48px 0 42px; }
    .bbau-hero h1 { font-size:clamp(2.25rem,12vw,3.35rem); }
    .bbau-hero-media,.bbau-hero-media img { min-height:290px; }
    .bbau-trust-grid,.bbau-room-grid,.bbau-feature-grid { grid-template-columns:1fr; }
    .bbau-trust-grid > div { border-right:0; border-bottom:1px solid var(--ry-line); }
    .bbau-trust-grid > div:last-child { border-bottom:0; }
    .bbau-section { padding:58px 0; }
    .bbau-info-card li { flex-direction:column; gap:5px; }
    .bbau-info-card li strong { text-align:left; }
    .bbau-cta-card,.bbau-home-link-card { flex-direction:column; align-items:flex-start; padding:28px 24px; }
    .bbau-hero-actions .btn { width:100%; }
}
