/* ====================================
   NeHA MORANG WEBSITE
   Deep navy + crimson + warm gold
==================================== */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap");

:root {
    --navy: #0b2344;
    --navy-mid: #143a68;
    --blue: #1d5a9c;
    --crimson: #c41e3a;
    --crimson-dark: #9b1630;
    --gold: #c4a35a;
    --gold-soft: #e8d5a3;
    --cream: #f6f1e7;
    --paper: #fffcf7;
    --ink: #1c2430;
    --muted: #5c6570;
    --line: #e4dccb;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(11, 35, 68, 0.08);
    --shadow-lg: 0 18px 40px rgba(11, 35, 68, 0.14);
    --transition: all 0.28s ease;
    --radius: 16px;
    --primary: #c41e3a;
    --secondary: #0b2344;
    --dark: #1c2430;
    --gray: #f6f1e7;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", "Segoe UI", sans-serif;
    line-height: 1.65;
    color: var(--ink);
    background: var(--paper);
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: min(92%, 1160px);
    margin: auto;
}

.section {
    padding: 72px 0;
}

.section-alt {
    background: var(--cream);
}

.section-title {
    text-align: center;
    margin-bottom: 44px;
}

.section-title .eyebrow,
.eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--crimson);
    margin-bottom: 10px;
}

.section-title h2 {
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    color: var(--navy);
    line-height: 1.2;
}

.section-title p {
    color: var(--muted);
    max-width: 640px;
    margin: 12px auto 0;
}

.page-hero {
    background:
        linear-gradient(135deg, rgba(11, 35, 68, 0.94), rgba(20, 58, 104, 0.88)),
        radial-gradient(circle at 80% 20%, rgba(196, 163, 90, 0.25), transparent 45%);
    color: white;
    padding: 72px 0 56px;
}

.page-hero .section-title {
    margin-bottom: 0;
}

.page-hero h2,
.page-hero .section-title h2 {
    color: white;
}

.page-hero p,
.page-hero .section-title p {
    color: rgba(255, 255, 255, 0.82);
}

/* ======================
   NAVBAR
====================== */

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 252, 247, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--navy);
}

.logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    border-radius: 8px;
}

.footer-brand .logo img {
    width: 42px;
    height: 42px;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px 18px;
    z-index: 999;
}

.nav-links a {
    color: var(--navy);
    font-weight: 600;
    font-size: 0.94rem;
    transition: var(--transition);
    padding: 6px 2px;
}

.nav-links a:hover {
    color: var(--crimson);
}

.nav-links a.active {
    color: var(--crimson);
}

.nav-links a.nav-cta {
    background: var(--crimson);
    color: white;
    padding: 9px 16px;
    border-radius: 999px;
    margin-left: 6px;
}

.nav-links a.nav-cta:hover,
.nav-links a.nav-cta.active {
    background: var(--crimson-dark);
    color: white;
}

.menu-btn {
    display: none;
    font-size: 1.7rem;
    cursor: pointer;
    color: var(--navy);
}

/* ======================
   HERO
====================== */

.hero {
    min-height: 82vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(11, 35, 68, 0.92) 0%, rgba(20, 58, 104, 0.78) 48%, rgba(196, 30, 58, 0.55) 100%),
        url("../assets/hero.jpg") center/cover no-repeat,
        radial-gradient(circle at 20% 50%, #0b2344 0%, #071525 100%);
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(to top, var(--paper), transparent);
}

.hero-content {
    color: white;
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    margin-bottom: 18px;
    line-height: 1.15;
}

.hero p {
    font-size: 1.12rem;
    margin-bottom: 28px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-decoration: none;
    font-family: inherit;
}

.btn-primary {
    background: var(--crimson);
    color: white;
}

.btn-primary:hover {
    background: var(--crimson-dark);
    transform: translateY(-2px);
}

.btn-secondary {
    background: var(--navy);
    color: white;
}

.btn-secondary:hover {
    background: #08182f;
    transform: translateY(-2px);
}

.btn-light {
    background: rgba(255, 255, 255, 0.14);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-light:hover {
    background: white;
    color: var(--navy);
}

.btn-whatsapp {
    background: #128c4b;
    color: white;
}

.btn-whatsapp:hover {
    background: #0e743e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(18, 140, 75, 0.28);
}

.btn-outline {
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--navy);
}

.btn-outline:hover {
    background: var(--navy);
    color: white;
}

.btn-sm {
    padding: 8px 14px;
    font-size: 0.88rem;
}

/* ======================
   CARDS
====================== */

.grid {
    display: grid;
    gap: 24px;
}

.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    transition: var(--transition);
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.card-body {
    padding: 22px;
}

.card h3 {
    color: var(--navy);
    font-family: "Fraunces", Georgia, serif;
    margin-bottom: 8px;
}

.icon-card .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--crimson);
    font-size: 1.25rem;
    margin-bottom: 14px;
}

/* ======================
   STATS
====================== */

.stats {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.stat-box {
    text-align: center;
    padding: 10px;
}

.stat-box p {
    color: var(--gold-soft);
    font-weight: 600;
}

.counter {
    font-family: "Fraunces", Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
}

/* ======================
   SEARCH
====================== */

.search-box {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 30px;
    background: white;
    font-family: inherit;
    font-size: 1rem;
}

.search-box:focus {
    outline: 2px solid var(--gold);
    border-color: var(--gold);
}

/* ======================
   EVENTS
====================== */

.event-card {
    border-left: 5px solid var(--gold);
}

.event-date {
    color: var(--crimson);
    font-weight: 700;
    margin: 6px 0;
}

/* ======================
   GALLERY
====================== */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.gallery-grid img {
    height: 230px;
    object-fit: cover;
    border-radius: 14px;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid var(--line);
}

.gallery-grid img:hover {
    transform: scale(1.03);
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(7, 16, 32, 0.92);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

/* ======================
   TESTIMONIALS
====================== */

.testimonial-slider {
    max-width: 720px;
    margin: auto;
    text-align: center;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 40px 28px;
    box-shadow: var(--shadow);
}

.testimonial {
    display: none;
}

.testimonial.active {
    display: block;
}

.testimonial h3 {
    font-family: "Fraunces", Georgia, serif;
    color: var(--navy);
    font-weight: 600;
}

.testimonial p {
    color: var(--muted);
    margin-top: 12px;
}

/* ======================
   FAQ
====================== */

.faq-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 10px;
    background: white;
    overflow: hidden;
}

.faq-question {
    padding: 16px 18px;
    cursor: pointer;
    font-weight: 650;
    color: var(--navy);
}

.faq-question::after {
    content: "+";
    float: right;
    color: var(--gold);
}

.faq-item.active .faq-question::after {
    content: "–";
}

.faq-answer {
    display: none;
    padding: 0 18px 16px;
    color: var(--muted);
}

.faq-item.active .faq-answer {
    display: block;
}

/* ======================
   FORM
====================== */

form {
    display: grid;
    gap: 15px;
}

label {
    display: block;
    font-weight: 650;
    font-size: 0.9rem;
    color: var(--navy);
    margin-bottom: 6px;
}

input,
textarea,
select {
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    width: 100%;
    font-family: inherit;
    background: white;
    color: var(--ink);
}

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid var(--gold);
    border-color: var(--gold);
}

textarea {
    resize: none;
    min-height: 140px;
}

.error {
    color: var(--crimson);
    font-size: 0.9rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* ======================
   FOOTER
====================== */

footer {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.86);
    padding: 48px 0 22px;
    margin-top: 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand .logo {
    color: white;
    margin-bottom: 10px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 360px;
}

.footer-col h4 {
    color: var(--gold-soft);
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.footer-col a,
.footer-col p {
    display: block;
    margin: 6px 0;
    color: rgba(255, 255, 255, 0.78);
}

.footer-col a:hover {
    color: white;
}

.footer-copy {
    text-align: center;
    padding-top: 18px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ======================
   HOSTEL DIRECTORY
====================== */

.hostels-header {
    background: white;
    padding: 24px;
    border-radius: var(--radius);
    margin-bottom: 32px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.filter-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 16px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
}

.filter-btn:hover {
    background: white;
    color: var(--crimson);
}

.filter-btn.active {
    background: var(--navy);
    color: white;
    border-color: var(--navy);
}

.hostel-count-badge {
    background: var(--cream);
    color: var(--navy);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
}

.hostel-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.hostel-img-box {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    overflow: hidden;
}

.hostel-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hostel-card:hover .hostel-img-box img {
    transform: scale(1.05);
}

.hostel-placeholder-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.hostel-type-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.tag-boys {
    background: #1d5a9c;
    color: white;
}

.tag-girls {
    background: #c41e3a;
    color: white;
}

.tag-both {
    background: #8a6914;
    color: white;
}

.hostel-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hostel-title {
    font-size: 1.25rem;
    color: var(--navy);
    margin-bottom: 8px;
    font-family: "Fraunces", Georgia, serif;
}

.hostel-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 0.92rem;
    margin-bottom: 6px;
}

.hostel-info-item a {
    color: var(--navy);
    font-weight: 650;
}

.hostel-facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 14px 0 20px;
}

.facility-chip {
    font-size: 0.75rem;
    background: var(--cream);
    color: var(--navy);
    padding: 4px 9px;
    border-radius: 6px;
    border: 1px solid var(--line);
}

.hostel-footer-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.owner-cta {
    margin-top: 56px;
    background: linear-gradient(135deg, var(--navy), #102c54);
    color: white;
    text-align: center;
}

.owner-cta h3 {
    color: white;
    font-size: 1.7rem;
    margin-bottom: 12px;
}

.owner-cta p {
    max-width: 650px;
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.78);
}

/* ======================
   REGISTRATION
====================== */

.registration-wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 36px;
    align-items: start;
}

.payment-card {
    background: linear-gradient(165deg, var(--navy) 0%, #123258 100%);
    color: white;
    padding: 28px;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    position: sticky;
    top: 90px;
}

.payment-card h3 {
    text-align: center;
    margin-bottom: 10px;
    color: white;
    font-family: "Fraunces", Georgia, serif;
}

.fee-box {
    background: var(--cream);
    color: var(--crimson);
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 14px;
    border-radius: 12px;
    margin: 18px 0;
    font-family: "Fraunces", Georgia, serif;
}

.qr-image {
    width: 100%;
    max-width: 230px;
    display: block;
    margin: 18px auto;
    border-radius: 12px;
    background: white;
    padding: 10px;
}

.payment-note {
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
    color: var(--gold-soft);
    font-size: 0.88rem;
}

.form-card {
    background: white;
    padding: 32px;
    border-radius: 18px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}

.registration-form {
    display: grid;
    gap: 15px;
}

.hint {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted);
}

.bank-details-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 14px;
    margin: 14px 0;
    font-size: 0.92rem;
}

.bank-details-box p {
    margin: 5px 0;
}

.empty-state {
    text-align: center;
    padding: 50px 20px;
    background: var(--cream);
    border-radius: 12px;
    grid-column: 1 / -1;
}

.president-role {
    color: var(--crimson);
    font-weight: 650;
}

.signature {
    font-weight: 700;
    color: var(--navy);
}

.objectives-list li {
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
}

.objectives-list li:last-child {
    border-bottom: none;
}

.contact-form {
    max-width: 640px;
    margin: auto;
    background: white;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.map-frame {
    border: 0;
    border-radius: 16px;
    width: 100%;
    height: 400px;
}

/* ======================
   ANIMATION
====================== */

.fade-in {
    opacity: 1;
    transform: translateY(18px);
    transition: transform 0.7s ease;
}

.fade-in.show {
    transform: translateY(0);
}

/* ======================
   RESPONSIVE — 1024px (tablets landscape)
====================== */

@media (max-width: 1024px) {
    .registration-wrapper {
        grid-template-columns: 320px 1fr;
        gap: 28px;
    }

    .grid-3 {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

/* ======================
   RESPONSIVE — 900px
====================== */

@media (max-width: 900px) {
    .registration-wrapper {
        grid-template-columns: 1fr;
    }

    .payment-card {
        position: static;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .span-2 {
        grid-column: 1 / -1;
    }

    .counter {
        font-size: 2.4rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.span-2 {
    grid-column: span 2;
}

/* ======================
   RESPONSIVE — 768px (tablets portrait / large phones)
====================== */

@media (max-width: 768px) {
    /* Navbar */
    .menu-btn {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 68px;
        left: -100%;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        background: var(--paper);
        padding: 18px;
        box-shadow: var(--shadow);
        transition: 0.4s;
        z-index: 999;
        border: 1px solid var(--line);
        border-radius: 0 0 14px 14px;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links a.nav-cta {
        margin-left: 0;
        text-align: center;
    }

    /* Hero */
    .hero {
        min-height: 60vh;
        padding: 56px 0 80px;
    }

    .hero h1 {
        font-size: clamp(1.7rem, 6vw, 2.2rem);
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    /* Page hero */
    .page-hero {
        padding: 48px 0 36px;
    }

    /* Sections */
    .section {
        padding: 48px 0;
    }

    /* Grids */
    .grid-3 {
        grid-template-columns: 1fr;
    }

    /* Stats */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .counter {
        font-size: 2.2rem;
    }

    /* Forms */
    .form-row {
        grid-template-columns: 1fr;
    }

    .form-card {
        padding: 22px 18px;
    }

    .contact-form {
        padding: 20px 16px;
    }

    /* Hostel card actions */
    .hostel-footer-actions {
        grid-template-columns: 1fr;
    }

    /* Registration */
    .registration-wrapper {
        grid-template-columns: 1fr;
    }

    .payment-card {
        position: static;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-brand {
        grid-column: auto;
    }

    /* Map */
    .map-frame {
        height: 280px;
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 12px;
    }

    .gallery-grid img {
        height: 180px;
    }

    /* Owner CTA */
    .owner-cta h3 {
        font-size: 1.35rem;
    }
}

/* ======================
   RESPONSIVE — 480px (small phones)
====================== */

@media (max-width: 480px) {
    /* Container */
    .container {
        width: 94%;
    }

    /* Navbar */
    .logo {
        font-size: 1.15rem;
    }

    .logo img {
        width: 36px;
        height: 36px;
    }

    /* Hero */
    .hero {
        min-height: 55vh;
        padding: 40px 0 72px;
    }

    .hero h1 {
        font-size: 1.6rem;
    }

    .hero p {
        font-size: 0.95rem;
    }

    /* Sections */
    .section {
        padding: 36px 0;
    }

    .section-title {
        margin-bottom: 28px;
    }

    .section-title h2 {
        font-size: 1.6rem;
    }

    /* Page hero */
    .page-hero {
        padding: 36px 0 28px;
    }

    /* Stats */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .counter {
        font-size: 1.9rem;
    }

    .stat-box p {
        font-size: 0.85rem;
    }

    /* Cards */
    .card-body {
        padding: 16px;
    }

    /* Grids — single column only */
    .grid-3 {
        grid-template-columns: 1fr;
    }

    /* Gallery — 2 cols on small phones */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gallery-grid img {
        height: 140px;
    }

    /* Testimonial */
    .testimonial-slider {
        padding: 24px 16px;
    }

    /* Filter bar */
    .filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .filter-pills {
        gap: 8px;
    }

    .filter-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
    }

    /* Hostel actions */
    .hostel-footer-actions {
        grid-template-columns: 1fr;
    }

    /* Forms */
    .contact-form {
        padding: 16px 12px;
    }

    .form-card {
        padding: 18px 14px;
    }

    /* Registration fee box */
    .fee-box {
        font-size: 1.7rem;
    }

    /* Buttons */
    .btn {
        padding: 11px 20px;
        font-size: 0.95rem;
    }

    /* Map */
    .map-frame {
        height: 220px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
    }

    footer {
        padding: 36px 0 18px;
    }

    /* Hostels header */
    .hostels-header {
        padding: 16px;
    }

    /* Owner CTA */
    .owner-cta h3 {
        font-size: 1.2rem;
    }
}

