:root {
    --ink: #45464b;
    --muted: #70747a;
    --line: #e3e6e7;
    --coral: #ef303e;
    --coral-dark: #d82433;
    --mint: #dff7ed;
    --mint-dark: #15966a;
    --yellow: #ffd42a;
    --paper: #f7faf9;
    --white: #fff;
    --blue: #168fd0;
    --green: #22b978;
    --orange: #f28a20;
    --pink: #e93672;
    --shadow: 0 16px 40px rgba(23, 25, 28, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: 15px; line-height: 1.65; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4, h5, h6 { color: var(--ink); letter-spacing: 0; }

.utility-bar { background: var(--ink); color: rgba(255,255,255,.78); font-size: 12px; }
.utility-bar .container { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar i { color: var(--yellow); margin-right: 6px; }
.utility-bar div div { display: flex; gap: 24px; }
.utility-bar a { color: var(--white); }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(229,229,223,.8); }
.navbar { min-height: 72px; padding: 10px 0; }
.navbar-brand, .footer-brand, .admin-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 6px; color: var(--white); background: var(--coral); font-family: "DM Serif Display", serif; font-size: 24px; }
.brand-logo-frame { position: relative; display: block; flex: 0 0 auto; overflow: hidden; }
.brand-logo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 67%; }
.desktop-logo-frame { width: 140px; height: 80px; }
.mobile-logo-frame { width: 126px; height: 39px; }
.footer-logo-frame { width: 160px; height: 72px; border-radius: 5px; }
.admin-logo-frame { width: 126px; height: 43px; border-radius: 5px; }
.brand-copy { display: flex; flex-direction: column; font-size: 14px; line-height: 1.05; }
.brand-copy b { color: var(--coral); }
.navbar-nav { gap: 4px; }
.nav-link { position: relative; padding: 10px 13px !important; color: #3f4247; font-size: 14px; font-weight: 700; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link.active::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px; background: var(--coral); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-actions form { margin: 0; }
.icon-link { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 6px; color: var(--ink); background: var(--paper); }
.icon-link:hover { background: var(--mint); }
.login-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px; font-weight: 700; }
.navbar-toggler { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 6px; box-shadow: none !important; }
.mobile-app-header, .mobile-bottom-nav { display: none; }
.navbar > .container { position: relative; }
.categories-dropdown { position: static; }
.category-mega-menu { left: 50% !important; width: min(1040px, calc(100vw - 36px)); padding: 22px; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.category-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.category-menu-head span { font-family: "DM Serif Display", serif; font-size: 24px; }
.category-menu-head a { color: var(--coral); font-size: 11px; font-weight: 800; }
.category-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-menu-item { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.category-menu-title { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 10px; margin-bottom: 3px; }
.category-menu-title img { width: 54px; height: 48px; object-fit: cover; border-radius: 6px; }
.category-menu-title strong, .category-menu-title small { display: block; }
.category-menu-title strong { font-size: 12px; }
.category-menu-title small { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.category-menu-item > a:not(.category-menu-title) { padding-left: 64px; color: var(--muted); font-size: 9px; }
.category-menu-item > a:hover { color: var(--coral); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 6px; padding: 11px 16px; font-size: 14px; font-weight: 800; box-shadow: none !important; }
.btn-sm { padding: 8px 12px; font-size: 13px; }
.btn-lg { min-height: 52px; padding: 13px 21px; }
.btn-party { color: var(--white); background: var(--coral); border-color: var(--coral); }
.btn-party:hover, .btn-party:focus { color: var(--white); background: var(--coral-dark); border-color: var(--coral-dark); transform: translateY(-1px); }
.btn-outline-party { color: var(--coral); background: transparent; border-color: var(--coral); }
.btn-outline-party:hover { color: var(--white); background: var(--coral); border-color: var(--coral); }
.btn-dark { background: var(--ink); border-color: var(--ink); }
.flash-wrap { position: fixed; top: 112px; left: 0; right: 0; z-index: 1100; }

.hero-section, .hero-swiper, .hero-slide { height: 630px; }
.hero-slide { position: relative; display: flex; align-items: center; overflow: hidden; background: var(--soft); }
/* .hero-slide.has-copy::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(14,15,17,.82) 0%, rgba(14,15,17,.55) 42%, rgba(14,15,17,.08) 75%); } */
.hero-banner-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 2; width: min(650px, 100%); padding-bottom: 54px; color: var(--white); }
.hero-kicker, .mini-label, .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-kicker { color: var(--yellow); }
.hero-copy h1, .hero-copy h2 { max-width: 650px; margin: 0 0 18px; color: #000; font-family: "DM Serif Display", serif; font-size: 72px; font-weight: 400; line-height: .98; }
.hero-copy p { max-width: 585px; margin: 0; color: #000; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.text-action { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero-swiper .swiper-pagination { bottom: 72px; text-align: left; padding-left: max(calc((100% - 1320px)/2 + 12px), 24px); }
.swiper-pagination-bullet { width: 24px; height: 3px; border-radius: 0; background: rgba(255,255,255,.55); opacity: 1; }
.swiper-pagination-bullet-active { width: 48px; background: var(--coral); }

.search-band { position: relative; z-index: 4; margin-top: -54px; }
.search-box { display: grid; grid-template-columns: 1.7fr .8fr 52px; gap: 0; min-height: 108px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.search-field { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; padding: 9px 20px; border-right: 1px solid var(--line); }
.search-field > i { color: var(--coral); font-size: 17px; }
.search-field div { min-width: 0; }
.search-field label { display: block; margin-bottom: 3px; font-size: 12px; font-weight: 800; }
.search-field input, .search-field select { width: 100%; padding: 0; color: var(--muted); background: transparent; border: 0; outline: 0; }
.search-box > .btn { align-self: stretch; margin-left: 14px; font-size: 17px; }
.city-quick-links { display: flex; gap: 15px; flex-wrap: wrap; padding: 13px 3px 0; color: var(--muted); font-size: 12px; }
.city-quick-links span { font-weight: 800; }
.city-quick-links a { color: var(--ink); border-bottom: 1px solid var(--line); }

.section { padding: 88px 0; }
.section-soft { background: var(--paper); }
.section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-heading.text-start { margin-left: 0; text-align: left; }
.section-heading span { color: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-heading h2 { margin: 8px 0 0; font-family: "DM Serif Display", serif; font-size: 44px; font-weight: 400; line-height: 1.08; }
.section-heading.with-action { display: flex; align-items: end; justify-content: space-between; max-width: none; text-align: left; }
.section-heading.with-action > div { max-width: 760px; }
.section-lead { margin: 0; color: var(--muted); font-size: 17px; }
.arrow-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; white-space: nowrap; }
.arrow-link i { color: var(--coral); }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-tile { position: relative; min-height: 300px; overflow: hidden; border-radius: 8px; background: var(--ink); }
.category-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(10,11,12,.88) 100%); }
.category-tile > div { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; color: var(--white); }
.category-tile > div > span { color: var(--yellow); font-size: 11px; font-weight: 800; }
.category-tile h3 { margin: 4px 0 1px; color: var(--white); font-size: 18px; font-weight: 800; }
.category-tile p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.category-tile:hover img { transform: scale(1.04); }

.service-card, .package-card, .testimonial-card, .booking-panel, .filter-panel, .contact-panel, .auth-card, .admin-card, .login-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.service-card, .package-card { overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .25s ease, transform .25s ease; }
.service-card:hover, .package-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-image-link, .package-media { position: relative; display: block; height: 225px; overflow: hidden; background: var(--paper); }
.service-image-link img, .package-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover img, .package-card:hover img { transform: scale(1.035); }
.service-category, .package-media > span, .discount-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 5px; background: rgba(255,255,255,.94); font-size: 10px; font-weight: 800; }
.discount-badge { left: auto; right: 12px; color: var(--white); background: var(--coral); }
.service-body, .package-body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 10px; }
.card-meta i { color: var(--coral); }
.rating { color: #9b7100; font-weight: 800; }
.rating i, .stars { color: #d89b00; }
.rating small { color: var(--muted); }
.service-body h3, .package-body h3 { margin: 10px 0 7px; font-size: 18px; font-weight: 800; line-height: 1.28; }
.service-body p, .package-body p { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-footer, .package-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
.price-row small { flex-basis: 100%; color: var(--muted); font-size: 10px; }
.price-row span { color: var(--ink); font-size: 18px; font-weight: 800; }
.price-row del { color: var(--muted); font-size: 11px; }
.card-book-link { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 6px; color: var(--white); background: var(--coral); }
.package-body > .mini-label { margin-bottom: 3px; }
.package-body ul, .check-list, .cross-list { padding: 0; margin: 0 0 16px; list-style: none; }
.package-body li, .check-list li, .cross-list li { margin: 7px 0; color: #474a4f; font-size: 12px; }
.package-body li i { margin-right: 6px; color: var(--mint-dark); }
.package-footer .btn { white-space: nowrap; }

.process-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.process-card { position: relative; min-height: 250px; padding: 26px; background: var(--white); border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.process-card > span { position: absolute; top: 20px; right: 22px; color: #c9c9c2; font-family: "DM Serif Display", serif; font-size: 28px; }
.process-card > i { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 6px; color: var(--ink); background: var(--mint); font-size: 17px; }
.process-card:nth-child(2) > i { background: #fff1d9; color: var(--orange); }
.process-card:nth-child(3) > i { background: #e3f4fc; color: var(--blue); }
.process-card:nth-child(4) > i { background: #fde6ee; color: var(--pink); }
.process-card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }

.trust-band { padding: 88px 0; color: var(--white); background: var(--ink); }
.trust-band .container { display: grid; grid-template-columns: 1fr 1.1fr .85fr; gap: 42px; align-items: center; }
.trust-copy h2 { margin: 0 0 14px; color: var(--white); font-family: "DM Serif Display", serif; font-size: 44px; font-weight: 400; line-height: 1.08; }
.trust-copy p { color: rgba(255,255,255,.68); }
.trust-photo { position: relative; height: 440px; }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.trust-stat { position: absolute; left: 16px; bottom: 16px; padding: 13px 16px; border-radius: 6px; color: var(--ink); background: var(--yellow); }
.trust-stat strong, .trust-stat span { display: block; }
.trust-stat strong { font-size: 22px; }
.trust-stat span { font-size: 10px; font-weight: 700; }
.trust-points { display: grid; gap: 0; }
.trust-points > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-points i { grid-row: 1 / span 2; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 6px; color: var(--ink); background: var(--mint); }
.trust-points strong { color: var(--white); font-size: 14px; }
.trust-points span { color: rgba(255,255,255,.6); font-size: 12px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid.large { grid-template-columns: repeat(3, 1fr); }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 8px; }
.gallery-grid img { width: 100%; height: 250px; object-fit: cover; }
.home-gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.home-gallery figure:first-child img { height: 512px; }
.gallery-grid figcaption { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; border-radius: 6px; background: rgba(255,255,255,.92); font-size: 12px; font-weight: 800; }
.gallery-grid figcaption span { display: block; color: var(--muted); font-size: 10px; font-weight: 500; }

.testimonial-section { background: var(--mint); }
.testimonial-card { position: relative; min-height: 290px; padding: 26px; }
.quote-mark { position: absolute; top: 2px; right: 18px; color: #e6e6df; font-family: "DM Serif Display", serif; font-size: 84px; line-height: 1; }
.testimonial-card .stars { position: relative; font-size: 12px; }
.testimonial-card p { position: relative; margin: 24px 0; color: #3e4146; font-size: 15px; line-height: 1.8; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-author > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-weight: 800; }
.review-author strong, .review-author small { display: block; }
.review-author small { color: var(--muted); font-size: 10px; }

.faq-section .accordion { max-width: none; }
.accordion-item { overflow: hidden; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 8px !important; }
.accordion-button { min-height: 62px; padding: 17px 19px; font-weight: 800; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--ink); background: var(--paper); }
.accordion-body { color: var(--muted); }

.site-footer { padding: 64px 0 22px; color: rgba(255,255,255,.64); background: #101214; }
.footer-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-intro h2 { max-width: 650px; margin: 4px 0 0; color: var(--white); font-family: "DM Serif Display", serif; font-size: 44px; font-weight: 400; }
.footer-links { padding-top: 46px; }
.footer-brand { color: var(--white); }
.site-footer p { max-width: 390px; margin-top: 16px; }
.site-footer h6 { color: var(--white); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.site-footer a:not(.btn):not(.footer-brand) { display: block; margin: 8px 0; color: rgba(255,255,255,.62); font-size: 13px; }
.site-footer a:hover { color: var(--white) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 1040; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 14px; border-radius: 6px; color: var(--white); background: #168f62; box-shadow: var(--shadow); font-weight: 800; }
.whatsapp-float i { font-size: 20px; }

.page-hero { padding: 74px 0; color: var(--white); background: var(--ink); }
.compact-hero, .booking-hero { position: relative; background-image: linear-gradient(90deg, rgba(15,17,19,.9), rgba(15,17,19,.58)), url('https://images.unsplash.com/photo-1464349153735-7db50ed83c84?auto=format&fit=crop&w=1800&q=86'); background-size: cover; background-position: center; }
.page-hero h1 { max-width: 820px; margin: 0; color: var(--white); font-family: "DM Serif Display", serif; font-size: 54px; font-weight: 400; line-height: 1.05; }
.page-hero p { max-width: 700px; margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 16px; }
.listing-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.filter-panel, .booking-panel, .contact-panel { padding: 24px; }
.filter-panel { position: sticky; top: 126px; }
.filter-actions { display: grid; grid-template-columns: .8fr 1.4fr; gap: 8px; margin-top: 22px; }
.mobile-filter-toolbar { display: none; }
.mobile-filter-offcanvas { height: min(82vh, 720px) !important; border-radius: 8px 8px 0 0; }
.offcanvas.mobile-filter-offcanvas.show:not(.hiding), .offcanvas.mobile-filter-offcanvas.showing { transform: none !important; transition: none; }
.mobile-filter-offcanvas .offcanvas-header { padding: 18px 20px 14px; border-bottom: 1px solid var(--line); }
.mobile-filter-offcanvas .offcanvas-header .mini-label { margin-bottom: 2px; }
.mobile-filter-offcanvas h2 { margin: 0; font-size: 22px; font-weight: 800; }
.mobile-filter-offcanvas .offcanvas-body { padding: 18px 20px 28px; }
.mobile-filter-form { border: 0; background: transparent; }
.form-label { margin-bottom: 6px; color: #393c40; font-size: 12px; font-weight: 800; }
.form-control, .form-select { min-height: 48px; border-color: var(--line); border-radius: 6px; color: var(--ink); font-size: 14px; }
.form-control:focus, .form-select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239,48,62,.12); }
.form-range::-webkit-slider-thumb { background: var(--coral); }
.empty-state { padding: 36px; text-align: center; color: var(--muted); background: var(--paper); border: 1px dashed #c9c9c2; border-radius: 8px; }
.pagination { gap: 4px; }
.page-link { color: var(--ink); border-color: var(--line); border-radius: 5px !important; }
.active > .page-link { background: var(--coral); border-color: var(--coral); }

.detail-section { padding: 64px 0 88px; }
.detail-swiper img, .detail-main-image { width: 100%; height: 520px; object-fit: cover; border-radius: 8px; }
.detail-content { padding-top: 28px; }
.detail-content h1 { margin: 0; font-family: "DM Serif Display", serif; font-size: 48px; font-weight: 400; }
.detail-meta { display: flex; gap: 16px; flex-wrap: wrap; margin: 13px 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.detail-meta i { color: var(--coral); }
.detail-price { margin-bottom: 15px; color: var(--ink); font-size: 28px; font-weight: 800; }
.detail-price del { margin-left: 8px; color: var(--muted); font-size: 14px; }
.addon-list, .addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 10px 0 18px; }
.addon-list span, .addon-option { border: 1px solid var(--line); border-radius: 6px; background: var(--paper); font-size: 12px; font-weight: 700; }
.addon-option { position: relative; display: grid; grid-template-columns: auto 58px 1fr; align-items: center; gap: 8px; min-height: 70px; padding: 7px; cursor: pointer; }
.addon-option img { width: 58px; height: 54px; object-fit: cover; border-radius: 5px; }
.addon-option span, .addon-option span b, .addon-option span strong { display: block; }
.addon-option span b { font-size: 10px; line-height: 1.3; }
.addon-option span strong { margin-top: 3px; color: var(--coral); font-size: 9px; }
.addon-option:has(input:checked) { border-color: var(--mint-dark); background: var(--mint); }
.whatsapp-btn { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 6px; color: var(--white); background: #168f62; font-size: 19px; }
.rounded-media { width: 100%; min-height: 430px; object-fit: cover; border-radius: 8px; }
.why-list { display: grid; gap: 8px; }
.why-list div { display: flex; align-items: center; gap: 10px; padding: 13px; border-bottom: 1px solid var(--line); font-weight: 700; }
.why-list i { color: var(--coral); }
.content-body { color: var(--muted); font-size: 16px; line-height: 1.9; }
.narrow-content { max-width: 880px; margin: auto; }
.blog-card { display: block; height: 100%; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.blog-card img { width: 100%; height: 220px; object-fit: cover; }
.blog-card > div { padding: 17px; }
.blog-card span { color: var(--coral); font-size: 11px; font-weight: 800; }
.blog-card h2 { margin: 7px 0; font-size: 18px; font-weight: 800; }

.auth-section { min-height: 76vh; display: grid; place-items: center; padding: 64px 16px; background: var(--paper); }
.auth-card { width: min(450px, 100%); padding: 28px; box-shadow: var(--shadow); }
.auth-card.wide { width: min(780px, 100%); }
.auth-card h1 { font-family: "DM Serif Display", serif; font-size: 38px; font-weight: 400; }
.google-auth-button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 16px; border: 1px solid #d9dce1; border-radius: 6px; background: var(--white); font-size: 13px; font-weight: 800; }
.google-auth-button:hover { border-color: #aeb3bb; background: #fafafa; }
.google-auth-button i { color: #4285f4; font-size: 18px; }
.auth-divider { display: flex; align-items: center; gap: 10px; margin: 18px 0; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.auth-switch { margin: 17px 0 0; text-align: center; }
.auth-switch a { color: var(--coral); font-weight: 800; }
.login-card { padding: 22px; background: var(--paper); }

.booking-page { background: var(--paper); }
.booking-panel { padding: 30px; }
.booking-panel > h2 { margin-bottom: 24px; font-size: 24px; font-weight: 800; }
.booking-step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.booking-step-head > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; border-radius: 6px; color: var(--ink); background: var(--mint); font-size: 11px; font-weight: 800; }
.booking-step-head strong, .booking-step-head small { display: block; }
.booking-step-head strong { font-size: 16px; }
.booking-step-head small { color: var(--muted); font-size: 11px; }
.booking-divider { height: 1px; margin: 28px 0; background: var(--line); }
.selected-booking-item { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.selected-booking-item > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 6px; color: var(--white); background: var(--coral); }
.selected-booking-item strong, .selected-booking-item span { display: block; }
.selected-booking-item span { color: var(--muted); font-size: 12px; }
.payment-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.payment-choice { cursor: pointer; }
.payment-choice input { position: absolute; opacity: 0; pointer-events: none; }
.payment-choice > span { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 14px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.payment-choice i { margin-bottom: 9px; color: var(--coral); }
.payment-choice strong, .payment-choice small { display: block; }
.payment-choice small { color: var(--muted); font-size: 10px; }
.payment-choice input:checked + span { border-color: var(--ink); background: var(--mint); box-shadow: inset 0 0 0 1px var(--ink); }
.price-preview { margin-top: 22px; padding: 17px; border-radius: 6px; background: var(--ink); color: rgba(255,255,255,.68); }
.price-preview > div { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; font-size: 12px; }
.price-preview strong { color: var(--white); }
.price-preview-total { margin-top: 8px; padding-top: 12px !important; border-top: 1px solid rgba(255,255,255,.14); }
.price-preview-due { color: var(--yellow); font-size: 16px !important; font-weight: 800; }
.price-preview-due strong { color: var(--yellow); font-size: 20px; }
.price-preview p { margin: 9px 0 0; color: rgba(255,255,255,.56); font-size: 10px; }
.booking-assurance { position: sticky; top: 128px; padding: 28px; color: var(--white); background: var(--ink); border-radius: 8px; }
.booking-assurance h2 { margin: 2px 0 22px; color: var(--white); font-family: "DM Serif Display", serif; font-size: 34px; font-weight: 400; }
.assurance-item { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.assurance-item > i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 6px; color: var(--ink); background: var(--yellow); }
.assurance-item strong, .assurance-item span { display: block; }
.assurance-item span { color: rgba(255,255,255,.6); font-size: 11px; }
.payment-checkout-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.payment-checkout-head { padding: 24px; color: var(--white); background: var(--ink); }
.payment-checkout-head h2 { margin: 4px 0; color: var(--white); font-size: 34px; }
.payment-breakdown { padding: 24px; }
.payment-breakdown > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.payment-breakdown > div:last-child { border: 0; }
.payment-actions { padding: 0 24px 24px; }

.dashboard-shell { padding: 44px 0 80px; background: var(--paper); }
.dashboard-welcome { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dashboard-welcome h1 { margin: 3px 0 0; font-family: "DM Serif Display", serif; font-size: 42px; font-weight: 400; }
.dashboard-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.dashboard-stat { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.dashboard-stat i { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 6px; background: var(--mint); }
.dashboard-stat span, .dashboard-stat strong { display: block; }
.dashboard-stat span { color: var(--muted); font-size: 11px; }
.dashboard-stat strong { font-size: 24px; }
.dashboard-panel { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.dashboard-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.dashboard-panel h2 { margin: 0; font-size: 17px; font-weight: 800; }
.dashboard-table { overflow: hidden; border: 0; border-radius: 0; background: transparent; }
.dashboard-table .table { margin: 0; }
.dashboard-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.dashboard-table td { padding-top: 14px; padding-bottom: 14px; font-size: 13px; }
.booking-item-cell { display: flex; align-items: center; gap: 10px; }
.booking-item-cell > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 6px; background: var(--paper); }
.booking-item-cell strong, .booking-item-cell small { display: block; }
.booking-item-cell small { color: var(--muted); }
.status-badge { display: inline-block; padding: 5px 8px; border-radius: 5px; color: var(--mint-dark); background: var(--mint); font-size: 10px; font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.detail-grid div { padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.detail-grid span { display: block; color: var(--muted); font-size: 10px; }

.admin-body { background: #f2f3f5; }
.admin-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; overflow-y: auto; padding: 20px 14px; color: var(--white); background: #151719; }
.admin-sidebar .admin-brand { padding: 0 8px; color: var(--white); }
.admin-sidebar-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.admin-menu-toggle { display: none; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; color: var(--white); background: transparent; }
.admin-brand i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 6px; background: var(--coral); }
.admin-sidebar nav { display: grid; gap: 2px; margin-top: 26px; }
.admin-sidebar nav a { display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 6px; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; }
.admin-sidebar nav a i { width: 16px; color: rgba(255,255,255,.34); text-align: center; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { color: var(--white); background: rgba(255,255,255,.09); }
.admin-sidebar nav a.active i { color: var(--yellow); }
.admin-main { min-width: 0; padding: 26px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.admin-topbar span { color: var(--coral); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.admin-topbar h1 { margin: 2px 0 0; font-size: 26px; font-weight: 800; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.admin-stat { position: relative; min-height: 112px; padding: 17px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.admin-stat span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 700; }
.admin-stat strong { color: var(--ink); font-size: 24px; }
.admin-card { padding: 20px; }
.admin-card h2 { font-size: 16px; font-weight: 800; }
.admin-card .table th { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.admin-card .table td { font-size: 12px; }
.admin-search-form { display: grid; grid-template-columns: 28px minmax(160px, 1fr) auto auto; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.admin-search-form > i { color: var(--muted); text-align: center; }
.admin-search-form input { min-width: 0; height: 36px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.admin-search-form > a { width: 30px; height: 30px; display: grid; place-items: center; color: var(--muted); }
.admin-mini { padding: 12px 0; border-bottom: 1px solid var(--line); }
.admin-mini strong, .admin-mini span { display: block; }
.admin-mini span { color: var(--muted); font-size: 11px; }
.admin-check { margin-top: 28px; font-weight: 800; }
.admin-current-image { margin: 8px 0 10px; padding: 10px; border: 1px dashed var(--line); border-radius: 7px; background: var(--paper); }
.admin-current-image span, .admin-current-image small { display: block; }
.admin-current-image span { margin-bottom: 7px; color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.admin-current-image small { margin-top: 6px; color: var(--muted); font-size: 11px; word-break: break-all; }
.admin-current-image.is-empty { color: var(--muted); }
.admin-preview { width: min(360px, 100%); max-height: 170px; object-fit: contain; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.admin-status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.admin-status-item { padding: 13px; border-radius: 6px; background: var(--paper); }
.admin-status-item span, .admin-status-item strong { display: block; }
.admin-status-item span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.admin-status-item strong { font-size: 19px; }
.city-performance { display: grid; gap: 12px; }
.city-performance-row { display: grid; grid-template-columns: 100px 1fr 64px; align-items: center; gap: 10px; font-size: 11px; }
.city-performance-row .progress { height: 7px; background: var(--paper); }
.city-performance-row .progress-bar { background: var(--coral); }

.city-trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 800; }
.city-trigger > i:first-child { color: var(--coral); }
.cart-link { position: relative; }
.cart-link > span { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 9px; color: var(--white); background: var(--coral); font-size: 9px; }
.city-modal { border: 0; border-radius: 8px; }
.city-modal .modal-header { padding: 22px; border-bottom: 1px solid var(--line); }
.city-modal h2 { margin: 0; font-family: "DM Serif Display", serif; font-size: 30px; font-weight: 400; }
.city-modal .modal-body { padding: 22px; }
.city-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.city-options form { margin: 0; }
.city-option { width: 100%; min-height: 92px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.city-option > i { color: var(--coral); }
.city-option span strong, .city-option span small { display: block; }
.city-option span small { color: var(--muted); font-size: 9px; }
.city-option.active { border-color: var(--ink); background: var(--mint); }
.future-cities { display: flex; gap: 8px; flex-wrap: wrap; }
.future-cities span { padding: 7px 10px; border-radius: 5px; color: var(--muted); background: var(--paper); font-size: 11px; }
.footer-address { font-size: 12px; }
.hero-offer { display: block; margin: -7px 0 13px; color: var(--yellow); font-size: 15px; }
.home-city-selector { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.home-city-selector > span { margin-right: 4px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.home-city-selector form { margin: 0; }
.home-city-selector button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); font-size: 12px; font-weight: 700; }
.home-city-selector button.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.category-shelf .section-heading p { margin-top: 10px; }
.social-cta { padding: 64px 0; color: var(--white); background: var(--blue); }
.social-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.social-cta h2 { margin: 0 0 7px; color: var(--white); font-family: "DM Serif Display", serif; font-size: 42px; font-weight: 400; }
.social-cta p { margin: 0; color: rgba(255,255,255,.74); }
.social-cta .mini-label { color: var(--yellow); }

.marketplace-hero { background-image: linear-gradient(90deg, rgba(15,17,19,.9), rgba(15,17,19,.48)), url('https://images.unsplash.com/photo-1527529482837-4698179dc6ce?auto=format&fit=crop&w=1800&q=84'); background-size: cover; background-position: center; }
.category-directory { display: grid; gap: 0; }
.directory-block { display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.directory-media { position: relative; height: 230px; overflow: hidden; border-radius: 8px; }
.directory-media img { width: 100%; height: 100%; object-fit: cover; }
.directory-media > span { position: absolute; left: 12px; bottom: 12px; padding: 6px 9px; border-radius: 5px; background: var(--white); font-size: 10px; font-weight: 800; }
.directory-copy h2 { margin: 3px 0 9px; font-family: "DM Serif Display", serif; font-size: 36px; font-weight: 400; }
.directory-copy p { color: var(--muted); }
.subcategory-links { display: flex; gap: 8px; flex-wrap: wrap; }
.subcategory-links a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 5px; font-size: 11px; font-weight: 700; }
.subcategory-links a:hover { background: var(--mint); }

.service-card { position: relative; }
.card-wishlist { position: absolute; z-index: 3; top: 12px; right: 12px; }
.card-wishlist button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); }
.service-facts { display: flex; gap: 10px; flex-wrap: wrap; margin: auto 0 13px; color: var(--muted); font-size: 9px; }
.service-facts i { color: var(--coral); }
.service-card-actions { display: flex; align-items: center; gap: 6px; }
.service-card-actions form { margin: 0; }
.wishlist-remove { position: absolute; z-index: 5; top: 10px; right: 10px; }
.dashboard-actions { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }

.cart-list { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 140px 1fr auto; gap: 18px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.cart-item > img { width: 140px; height: 110px; object-fit: cover; border-radius: 6px; }
.cart-item-copy h2 { margin: 0 0 4px; font-size: 18px; font-weight: 800; }
.cart-item-copy p, .cart-item-copy small { margin: 0; color: var(--muted); font-size: 11px; }
.cart-addon-list { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 9px; }
.cart-addon-list > span { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 6px; padding: 4px 8px 4px 4px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }
.cart-addon-list img { width: 30px; height: 30px; grid-row: 1 / span 2; object-fit: cover; border-radius: 4px; }
.cart-addon-list b, .cart-addon-list small { display: block; font-size: 8px; line-height: 1.25; }
.cart-addon-list small { color: var(--coral); }
.cart-item-actions { display: flex; align-items: center; gap: 9px; }
.cart-item-actions > strong { min-width: 74px; font-size: 16px; }
.cart-item-actions form { display: flex; align-items: center; gap: 6px; margin: 0; }
.qty-control { display: grid; grid-template-columns: 30px 40px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; }
.qty-control button, .qty-control input { height: 34px; padding: 0; text-align: center; border: 0; background: var(--white); }
.qty-control input { width: 40px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.cart-summary, .checkout-summary { position: sticky; top: 126px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.cart-summary h2, .checkout-summary h2 { margin: 0 0 20px; font-family: "DM Serif Display", serif; font-size: 30px; font-weight: 400; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.cart-summary p, .secure-note { color: var(--muted); font-size: 10px; }
.empty-cart { max-width: 600px; margin: auto; padding: 64px 24px; text-align: center; border: 1px dashed #c7c8c3; border-radius: 8px; background: var(--white); }
.empty-cart > i { margin-bottom: 18px; color: var(--coral); font-size: 42px; }
.empty-cart h2 { font-family: "DM Serif Display", serif; font-size: 34px; font-weight: 400; }

.checkout-progress { padding: 15px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.checkout-progress .container { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--muted); font-size: 11px; font-weight: 700; }
.checkout-progress .active { color: var(--coral); }
.checkout-progress .done { color: var(--mint-dark); }
.checkout-panel { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.checkout-items { display: grid; gap: 10px; margin-bottom: 16px; }
.checkout-item { display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; align-items: center; }
.checkout-item img { width: 54px; height: 48px; object-fit: cover; border-radius: 5px; }
.checkout-item span strong, .checkout-item span small { display: block; }
.checkout-item span strong { font-size: 11px; }
.checkout-item span small { color: var(--muted); font-size: 9px; }
.checkout-item b { font-size: 11px; }
.checkout-addon-list { display: grid; gap: 5px; margin: -3px 0 5px 22px; padding-left: 10px; border-left: 2px solid var(--mint); }
.checkout-addon-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; padding: 5px; border-radius: 5px; background: var(--paper); }
.checkout-addon-list img { width: 34px; height: 32px; object-fit: cover; border-radius: 4px; }
.checkout-addon-list strong, .checkout-addon-list small { display: block; font-size: 8px; }
.checkout-addon-list small { color: var(--muted); }
.checkout-addon-list b { color: var(--coral); font-size: 8px; }
.summary-lines { border-top: 1px solid var(--line); }
.summary-lines > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 11px; }
.summary-total { margin-top: 4px; padding-top: 13px !important; border-top: 1px solid var(--line); font-size: 14px !important; }
.summary-due { color: var(--coral); font-size: 16px !important; font-weight: 800; }

.track-layout { display: grid; grid-template-columns: 340px 1fr; gap: 24px; align-items: start; }
.track-form, .tracking-result, .track-help { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.tracking-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.tracking-head h2, .track-help h2 { margin: 0; font-family: "DM Serif Display", serif; font-size: 32px; font-weight: 400; }
.tracking-head p { color: var(--muted); }
.tracking-timeline { display: grid; grid-template-columns: repeat(7, 1fr); }
.tracking-timeline > div { position: relative; display: grid; justify-items: center; gap: 8px; text-align: center; }
.tracking-timeline > div::before { content: ""; position: absolute; top: 16px; left: -50%; width: 100%; height: 2px; background: var(--line); }
.tracking-timeline > div:first-child::before { display: none; }
.tracking-timeline > div > span { position: relative; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--muted); background: var(--paper); border: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.tracking-timeline > div strong { font-size: 9px; }
.tracking-timeline > div.complete > span { color: var(--white); background: var(--mint-dark); border-color: var(--mint-dark); }
.tracking-timeline > div.complete::before { background: var(--mint-dark); }
.track-help > i { color: #168f62; font-size: 40px; }
.result-page { min-height: 75vh; display: grid; place-items: center; padding: 60px 16px; background: var(--paper); }
.result-card { width: min(620px, 100%); padding: 42px; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.result-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: var(--white); background: var(--mint-dark); font-size: 28px; }
.failed-result .result-icon { background: var(--coral); }
.result-card h1 { font-family: "DM Serif Display", serif; font-size: 44px; font-weight: 400; }
.result-card p { color: var(--muted); }
.result-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 22px 0; }
.result-details div { padding: 13px; border-radius: 6px; background: var(--paper); }
.result-details span, .result-details strong { display: block; }
.result-details span { color: var(--muted); font-size: 9px; }

.detail-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: 10px; }
.detail-breadcrumb i { font-size: 7px; }
.detail-price { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; }
.detail-price small { flex-basis: 100%; color: var(--muted); font-size: 10px; }
.detail-price strong { font-size: 30px; }
.detail-lead { color: var(--muted); font-size: 16px; line-height: 1.8; }
.detail-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.detail-fact-grid > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; }
.detail-fact-grid i { color: var(--coral); }
.detail-fact-grid span, .detail-fact-grid strong { display: block; }
.detail-fact-grid span { color: var(--muted); font-size: 9px; }
.detail-fact-grid strong { color: var(--ink); font-size: 11px; }
.detail-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.detail-info-grid section, .detail-terms { padding: 18px; border: 1px solid var(--line); border-radius: 8px; }
.detail-info-grid h2, .detail-terms h2 { font-size: 15px; font-weight: 800; }
.detail-info-grid h2 i { margin-right: 6px; color: var(--coral); }
.detail-info-grid p, .detail-terms p { margin: 0; color: var(--muted); font-size: 12px; }
.detail-terms { margin-top: 12px; background: var(--paper); }
.service-booking-sidebar { position: sticky; top: 126px; }
.service-booking-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.service-booking-head h2 { margin: 0; font-size: 30px; }
.service-booking-head small { color: var(--muted); font-size: 10px; }
.detail-addon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; max-height: 300px; overflow-y: auto; }
.detail-addon-card { position: relative; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 8px; min-width: 0; padding: 6px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.detail-addon-card input { position: absolute; opacity: 0; pointer-events: none; }
.detail-addon-card img { width: 50px; height: 48px; object-fit: cover; border-radius: 5px; }
.detail-addon-card:has(input:checked) { border-color: var(--mint-dark); background: var(--mint); }
.detail-addon-card span, .detail-addon-card strong, .detail-addon-card small { display: block; min-width: 0; }
.detail-addon-card strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.detail-addon-card small { color: var(--coral); font-size: 8px; }
.detail-addon-card > i { position: absolute; top: 5px; right: 5px; width: 16px; height: 16px; display: none; place-items: center; border-radius: 50%; color: var(--white); background: var(--mint-dark); font-size: 7px; }
.detail-addon-card:has(input:checked) > i { display: grid; }
.sidebar-trust { display: grid; gap: 5px; margin-top: 10px; padding: 14px; border-radius: 6px; background: var(--paper); color: var(--muted); font-size: 9px; }
.sidebar-trust i { width: 18px; color: var(--mint-dark); }
.mobile-booking-bar { display: none; }
.booking-items-list { display: grid; gap: 7px; }
.booking-items-list > div { display: flex; justify-content: space-between; gap: 14px; padding: 12px; border-radius: 6px; background: var(--paper); }
.booking-items-list span strong, .booking-items-list span small { display: block; }
.booking-items-list span small { color: var(--muted); font-size: 9px; }
.booking-addon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.booking-addon-list > div { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 9px; padding: 7px; border: 1px solid var(--line); border-radius: 6px; }
.booking-addon-list img { width: 48px; height: 44px; object-fit: cover; border-radius: 5px; }
.booking-addon-list span strong, .booking-addon-list span small { display: block; }
.booking-addon-list span strong { font-size: 10px; }
.booking-addon-list span small { color: var(--muted); font-size: 8px; }
.booking-addon-list b { color: var(--coral); font-size: 9px; }
.admin-table-thumb { width: 54px; height: 44px; object-fit: cover; border-radius: 5px; }
.dashboard-booking-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.payment-status-box { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 12px; border-radius: 6px; background: var(--mint); }
.payment-status-box span { font-size: 10px; }
.tracking-timeline.compact { margin-top: 12px; }
.booking-activity-feed { position: fixed; z-index: 1020; left: 18px; bottom: 18px; width: min(340px, calc(100vw - 36px)); pointer-events: none; }
.booking-activity-item { position: absolute; bottom: 0; left: 0; width: 100%; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.booking-activity-item.is-visible { opacity: 1; transform: translateY(0); }
.booking-activity-item > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); }
.booking-activity-item strong, .booking-activity-item small { display: block; }
.booking-activity-item strong { font-size: 10px; line-height: 1.35; }
.booking-activity-item small { color: var(--muted); font-size: 8px; }

@media (max-width: 1199px) {
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .category-tile { min-height: 260px; }
    .trust-band .container { grid-template-columns: 1fr 1fr; }
    .trust-points { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
    .trust-points > div { border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; padding: 10px 20px; }
    .dashboard-stats, .admin-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    body { padding-bottom: 68px; background: #fbfbf8; }
    .desktop-site-header { display: none; }
    .mobile-app-header { position: sticky; z-index: 1025; top: 0; display: block; padding: 7px 12px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 6px 20px rgba(23,25,28,.06); }
    .mobile-service-strip { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 8px; }
    .mobile-service-strip span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
    .mobile-service-strip i { color: var(--coral); }
    .mobile-service-strip strong { color: var(--blue); }
    .mobile-location-row { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .mobile-brand { display: flex; align-items: center; min-width: 0; }
    .mobile-brand .brand-mark { width: 27px; height: 27px; flex-basis: 27px; font-size: 17px; }
    .mobile-location-row > button { display: inline-flex; align-items: center; gap: 5px; max-width: 48%; padding: 7px 9px; border: 0; border-radius: 5px; color: var(--ink); background: var(--paper); font-size: 9px; font-weight: 800; }
    .mobile-location-row > button span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-location-row > button i:first-child { color: var(--coral); }
    .mobile-search-row { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
    .mobile-search-row form { min-width: 0; display: grid; grid-template-columns: 24px 1fr 34px; align-items: center; min-height: 44px; padding-left: 9px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
    .mobile-search-row form > i { color: var(--coral); }
    .mobile-search-row input { min-width: 0; height: 42px; padding: 0; border: 0; outline: 0; font-size: 11px; }
    .mobile-search-row form button { align-self: stretch; border: 0; color: var(--white); background: var(--coral); }
    .mobile-login-button, .mobile-account-button { min-width: 64px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 0 9px; border-radius: 7px; color: var(--white); background: var(--blue); font-size: 9px; font-weight: 800; }
    .mobile-account-button { min-width: 44px; padding: 0; }
    .mobile-account-button img { width: 30px; height: 30px; object-fit: cover; border-radius: 50%; }
    .mobile-category-nav { display: flex; gap: 6px; margin: 8px -12px 0; padding: 0 12px 8px; overflow-x: auto; scrollbar-width: none; }
    .mobile-category-nav::-webkit-scrollbar { display: none; }
    .mobile-category-nav a { flex: 0 0 auto; padding: 6px 9px; border-radius: 5px; color: var(--muted); background: var(--paper); font-size: 8px; font-weight: 800; white-space: nowrap; }
    .mobile-category-nav a.active { color: var(--white); background: var(--ink); }
    .mobile-bottom-nav { position: fixed; z-index: 1030; right: 0; bottom: 0; left: 0; height: 66px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; padding: 7px 7px 5px; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 -8px 24px rgba(23,25,28,.1); }
    .mobile-bottom-nav a { position: relative; display: grid; justify-items: center; gap: 2px; color: #73777e; font-size: 8px; font-weight: 700; }
    .mobile-bottom-nav a > i { font-size: 17px; }
    .mobile-bottom-nav a.active { color: var(--blue); }
    .mobile-bottom-nav a > b { position: absolute; top: -7px; right: calc(50% - 19px); min-width: 16px; height: 16px; display: grid; place-items: center; padding: 0 4px; border-radius: 8px; color: var(--white); background: var(--coral); font-size: 7px; }
    .mobile-bottom-nav .mobile-book-action { align-self: start; color: var(--coral); transform: translateY(-14px); }
    .mobile-bottom-nav .mobile-book-action i { width: 44px; height: 44px; display: grid; place-items: center; border: 5px solid var(--white); border-radius: 50%; color: var(--white); background: var(--coral); box-shadow: 0 5px 14px rgba(239,48,62,.3); font-size: 16px; }
    .utility-bar { display: none; }
    .navbar { min-height: 66px; }
    .navbar-collapse { padding: 15px 0; border-top: 1px solid var(--line); }
    .navbar-nav { align-items: stretch !important; }
    .nav-link.active::after { display: none; }
    .nav-actions { padding-top: 12px; }
    .hero-section, .hero-swiper, .hero-slide { height: 590px; }
    .hero-copy h1, .hero-copy h2 { font-size: 58px; }
    .search-box { grid-template-columns: 1fr 1fr 52px; }
    .section { padding: 70px 0; }
    .service-list-hero { display: none; }
    .service-list-section { padding: 16px 0 48px; }
    .mobile-filter-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
    .mobile-filter-toolbar > div { min-width: 0; }
    .mobile-filter-toolbar small, .mobile-filter-toolbar strong, .mobile-filter-toolbar span { display: block; }
    .mobile-filter-toolbar small { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; }
    .mobile-filter-toolbar strong { overflow: hidden; color: var(--ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-filter-toolbar span { color: var(--muted); font-size: 9px; }
    .mobile-filter-toolbar button { min-width: 88px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 6px; color: var(--white); background: var(--blue); font-size: 10px; font-weight: 800; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-card:nth-child(2) { border-right: 0; }
    .process-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .gallery-grid, .gallery-grid.large { grid-template-columns: repeat(2, 1fr); }
    .home-gallery figure:first-child { grid-column: span 1; grid-row: span 1; }
    .home-gallery figure:first-child img { height: 250px; }
    .footer-intro, .section-heading.with-action, .dashboard-welcome { align-items: flex-start; flex-direction: column; }
    .filter-panel, .booking-assurance { position: static; }
    .cart-summary, .checkout-summary, .service-booking-sidebar { position: static; }
    .directory-block { grid-template-columns: 280px 1fr; }
    .track-layout { grid-template-columns: 1fr; }
    .social-cta .container { align-items: flex-start; flex-direction: column; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { position: relative; height: auto; }
    .admin-sidebar nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    body { font-size: 14px; }
    .container { padding-left: 18px; padding-right: 18px; }
    .brand-copy { font-size: 13px; }
    .hero-section, .hero-swiper, .hero-slide { height: 160px; }
    .mobile-logo-frame {
	width: 126px;
	height: 50px;
}
    .hero-slide.has-copy::before { background: rgba(14,15,17,.62); }
    .hero-copy { padding-top: 10px; padding-bottom: 24px; }
    .hero-copy h1, .hero-copy h2 { max-width: 300px; margin-bottom: 10px; font-size: 38px; }
    .hero-copy p { max-width: 330px; font-size: 12px; line-height: 1.5; }
    .hero-offer { margin-top: 0; font-size: 11px; }
    .hero-actions { gap: 14px; margin-top: 16px; }
    .hero-actions .btn { padding: 9px 12px; font-size: 10px; }
    .hero-actions .text-action { font-size: 10px; }
    .hero-swiper .swiper-pagination { bottom: 26px; padding-left: 18px; }
    .search-band { margin-top: 0; padding: 10px 0 16px; border-bottom: 1px solid var(--line); background: var(--white); }
    .search-box { display: none; }
    .search-field { padding: 9px 11px; }
    .search-field:not(.search-main) { display: none; }
    .search-box > .btn { margin-left: 7px; }
    .city-quick-links { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; white-space: nowrap; scrollbar-width: none; }
    .city-quick-links::-webkit-scrollbar, .home-city-selector::-webkit-scrollbar, .checkout-progress .container::-webkit-scrollbar { display: none; }
    .section { padding: 54px 0; }
    .section-heading h2, .trust-copy h2, .footer-intro h2 { font-size: 34px; }
    .section-heading { margin-bottom: 26px; }
    .category-section { padding-top: 36px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .category-tile { min-height: 122px; }
    .category-tile:nth-child(-n+2) { min-height: 158px; }
    .category-tile:last-child { grid-column: 1 / -1; min-height: 118px; }
    .category-tile > div { right: 11px; bottom: 9px; left: 11px; }
    .category-tile h3 { font-size: 12px; }
    .category-tile p { font-size: 8px; }
    .service-image-link, .package-media { height: 135px; }
    .service-body, .package-body { padding: 10px; }
    .service-body h3, .package-body h3 { margin: 7px 0 5px; font-size: 13px; }
    .service-body p, .package-body p { display: -webkit-box; overflow: hidden; margin-bottom: 8px; font-size: 9px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .service-facts { display: none; }
    .service-footer, .package-footer { align-items: center; padding-top: 8px; }
    .price-row span { font-size: 14px; }
    .service-card-actions .btn { padding: 6px 7px; font-size: 8px; }
    .service-card-actions .icon-link { width: 30px; height: 30px; }
    .process-grid, .trust-band .container, .trust-points, .gallery-grid, .gallery-grid.large, .payment-choice-grid, .detail-grid, .admin-status-grid { grid-template-columns: 1fr; }
    .addon-list, .addon-grid { grid-template-columns: 1fr 1fr; }
    .dashboard-stats, .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-card { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
    .process-card:last-child { border-bottom: 0; }
    .trust-photo { height: 340px; }
    .trust-points > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 16px 0; }
    .gallery-grid img, .home-gallery figure:first-child img { height: 280px; }
    .page-hero { padding: 52px 0; }
    .page-hero h1 { font-size: 40px; }
    .detail-swiper img, .detail-main-image { height: 330px; }
    .detail-content h1 { font-size: 38px; }
    .booking-panel { padding: 20px; }
    .payment-choice-grid { gap: 7px; }
    .payment-choice > span { min-height: 78px; display: grid; grid-template-columns: 28px 1fr; align-items: center; column-gap: 8px; }
    .payment-choice i { grid-row: 1 / span 2; margin: 0; }
    .dashboard-welcome h1 { font-size: 34px; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { display: none; }
    .admin-main { padding: 16px; }
    .admin-sidebar { padding: 12px 14px; }
    .admin-menu-toggle { display: grid; place-items: center; }
    .admin-sidebar nav, .admin-sidebar > form { display: none; }
    .admin-sidebar.sidebar-open nav { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 14px; }
    .admin-sidebar.sidebar-open > form { display: block; }
    .admin-topbar { align-items: flex-start; }
    .admin-card .table { min-width: 680px; }
    .city-performance-row { grid-template-columns: 72px 1fr 54px; }
    .city-trigger span { display: none; }
    .city-trigger { width: 38px; justify-content: center; }
    .city-trigger > i:last-child { display: none; }
    .city-options { grid-template-columns: repeat(3, 1fr); }
    .home-city-selector { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
    .home-city-selector > span, .home-city-selector form { flex: 0 0 auto; }
    .social-cta h2 { font-size: 34px; }
    .directory-block { grid-template-columns: 1fr; gap: 17px; }
    .directory-media { height: 210px; }
    .directory-copy h2 { font-size: 30px; }
    .cart-item { grid-template-columns: 88px 1fr; gap: 12px; }
    .cart-item > img { width: 88px; height: 82px; }
    .cart-item-actions { grid-column: 1 / -1; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--line); }
    .checkout-progress .container { gap: 8px; overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
    .checkout-panel { padding: 20px; }
    .booking-addon-list { grid-template-columns: 1fr; }
    .tracking-timeline, .tracking-timeline.compact { grid-template-columns: 1fr; gap: 0; }
    .tracking-timeline > div { grid-template-columns: 34px 1fr; justify-items: start; align-items: center; min-height: 58px; text-align: left; }
    .tracking-timeline > div::before { top: -29px; left: 16px; width: 2px; height: 58px; }
    .result-card { padding: 28px 20px; }
    .result-card h1 { font-size: 36px; }
    .detail-fact-grid, .detail-info-grid { grid-template-columns: 1fr; }
    .service-booking-sidebar { display: none; }
    .mobile-booking-bar { position: fixed; z-index: 1035; left: 0; right: 0; bottom: 66px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 18px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -8px 24px rgba(23,25,28,.1); }
    .mobile-booking-bar small, .mobile-booking-bar strong { display: block; }
    .mobile-booking-bar small { color: var(--muted); font-size: 9px; }
    .booking-activity-feed { right: 12px; bottom: 82px; left: 12px; width: auto; }
    .service-category, .package-media > span, .discount-badge {
	position: absolute;
	top: 4px;
	left: 1px;
	padding: 6px 3px;
	border-radius: 5px;
	background: rgba(255,255,255,.94);
	font-size: 8px;
	font-weight: 800;
    }
    .card-wishlist button {
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.92);
   }
   .card-wishlist {
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 4px;
   }
}

.dashboard-alert { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 14px 16px; border: 1px solid rgba(42, 157, 143, .22); border-radius: 8px; color: var(--ink); background: rgba(42, 157, 143, .08); }
.dashboard-alert.compact { align-items: flex-start; margin: 18px 0 4px; }
.dashboard-alert > i { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--white); background: var(--mint-dark); }
.dashboard-alert strong, .dashboard-alert span { display: block; }
.dashboard-alert span { color: var(--muted); font-size: 13px; }
.profile-editor-head { display: flex; align-items: center; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.profile-avatar-preview { width: 86px; height: 86px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border-radius: 50%; color: var(--coral); background: var(--soft); font-size: 28px; }
.profile-avatar-preview img { width: 100%; height: 100%; object-fit: cover; }
.profile-editor-head h2 { margin: 2px 0 3px; font-size: 24px; }
.profile-editor-head p { margin: 0 0 8px; color: var(--muted); }
.google-account-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 800; }
.event-focus-row small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.vendor-register-card { width: min(960px, 100%); }
.vendor-dashboard-shell .dashboard-stat strong { font-size: 22px; }
.vendor-job-actions { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.vendor-service-list { display: flex; flex-wrap: wrap; gap: 8px; }
.vendor-service-list span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 11px; font-weight: 800; }
.pagination { align-items: center; gap: 4px; margin-bottom: 0; }
.pagination .page-link { min-width: 38px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; color: var(--ink); font-weight: 800; }
.pagination .page-item.active .page-link { border-color: var(--coral); background: var(--coral); color: var(--white); }
.pagination svg { width: 16px; height: 16px; }

@media (max-width: 767px) {
    .dashboard-alert { align-items: flex-start; }
    .dashboard-alert.compact { flex-wrap: wrap; }
    .profile-editor-head { align-items: flex-start; flex-direction: column; }
    .vendor-job-actions { justify-content: flex-start; }
}
