:root {
    --green: #004d3f;
    --green-2: #00614f;
    --mint: #e8f4ef;
    --gold: #b99345;
    --ink: #0e2b24;
    --muted: #60736d;
    --line: #dde8e4;
    --soft: #f7faf8;
    --white: #ffffff;
    --primary: var(--green);
    --shadow: 0 18px 45px rgba(5, 52, 43, .10);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 97, 79, .04), transparent 28%),
        linear-gradient(180deg, #fbfdfb 0%, #f8fbf9 58%, #ffffff 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 92px;
    padding: 0 40px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(14, 43, 36, .08);
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}

.brand-logo {
    max-height: 48px;
    width: auto;
    border-radius: 6px;
}

.site-footer .brand-logo {
    max-height: 42px;
}

.brand-cube {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #f6d37b;
    background: var(--green);
    border: 3px solid #d7b665;
    border-radius: 12px;
    line-height: 1;
    transform: rotate(45deg);
}

.brand-cube + span,
.brand > strong {
    transform: none;
}

.brand strong {
    display: block;
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #b38728 0%, #fffdf4 35%, #d4af37 65%, #996515 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 1px 1px rgba(0, 77, 63, 0.15));
}

.brand small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex: 1;
    color: #111f1b;
    font-size: 14px;
    font-weight: 700;
}

.main-nav a:first-child {
    color: var(--green);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #14261f;
    font-size: 14px;
    font-weight: 700;
}

.help-button,
.search-button,
.primary-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    color: var(--white);
    background: var(--green);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 77, 63, .20);
    cursor: pointer;
    font-weight: 800;
}

.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--green);
    font-size: 28px;
}

.hero {
    position: relative;
    min-height: 520px;
    padding: 48px 42px 80px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .84) 42%, rgba(255, 255, 255, .14) 74%),
        url("https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=1800&q=85") center right / cover no-repeat;
}

.hero-copy,
.search-card,
.usp-band,
.section-head,
.bureau-row,
.categories,
.why-grid,
.promo-banner,
.page-hero,
.listing-layout,
.detail-layout,
.directory-grid,
.promo-grid,
.form-page {
    width: min(1200px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.hero-copy {
    margin-left: 0;
}

.hero h1 {
    max-width: 610px;
    margin: 0 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.14;
    letter-spacing: 0;
}

.hero h1 span,
.why-copy h2 span {
    color: var(--gold);
}

.hero p {
    max-width: 650px;
    margin: 0;
    color: #344a43;
    font-size: 17px;
    line-height: 1.75;
}

.search-card {
    position: relative;
    z-index: 2;
    margin-top: 34px;
    padding: 0 26px 22px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(221, 232, 228, .9);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.search-tabs {
    display: flex;
    width: max-content;
    border-bottom: 1px solid var(--line);
}

.tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 22px 12px 18px;
    color: #243a34;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 800;
}

.tab.active {
    color: var(--green);
    border-color: var(--green);
}

.search-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 154px;
    gap: 18px;
    align-items: end;
    padding-top: 20px;
}

label {
    display: grid;
    gap: 9px;
    color: #1d342e;
    font-size: 13px;
    font-weight: 700;
}

.field,
.checkout-form input,
.checkout-form textarea,
.filter-panel select,
.newsletter {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    color: #657870;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.field input,
.field select,
.newsletter input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #263b35;
}

.popular {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    font-size: 13px;
}

.popular a {
    padding: 9px 16px;
    background: #f2f6f4;
    border-radius: 8px;
}

.usp-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 38px;
    padding: 22px 28px;
    background: rgba(255, 255, 255, .75);
    border: 1px solid var(--line);
    border-radius: 10px;
}

.usp-band article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 16px;
    align-items: center;
}

.usp-band span,
.why-grid article span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: var(--green);
    background: var(--mint);
    border-radius: 50%;
    font-size: 28px;
}

.usp-band p,
.section-head p,
.bureau-card p,
.why-grid p,
.package-card p,
.detail-main p,
.directory-card p,
.form-page p,
.site-footer p {
    color: var(--muted);
    line-height: 1.65;
}

.usp-band strong,
.usp-band p {
    grid-column: 2;
    margin: 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 28px;
    margin-bottom: 28px;
}

h2,
h3,
p {
    letter-spacing: 0;
}

.section-head h2,
.categories h2,
.page-hero h1,
.detail-main h1,
.form-page h1 {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
}

.section-head a {
    color: var(--green);
    font-weight: 800;
}

.bureau-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 22px;
}

.bureau-card,
.category-card,
.why-grid article,
.package-card,
.directory-card,
.booking-card,
.filter-panel,
.instruction,
.payment-grid article,
.dashboard-grid article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(5, 52, 43, .06);
}

.bureau-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 244px;
    padding: 26px 18px 16px;
}

.badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 7px 12px;
    color: #fff;
    background: var(--green-2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.badge.gold {
    color: #fff;
    background: var(--gold);
}

.bureau-card .badge {
    position: absolute;
    top: -11px;
    left: 18px;
}

.bureau-logo {
    display: grid;
    place-items: center;
    width: 70px;
    height: 58px;
    margin-bottom: 12px;
    color: var(--green);
    border-radius: 16px;
    font-size: 32px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 900;
}

.logo-a { background: linear-gradient(135deg, #e8f4ef, #fff4c7); }
.logo-s { background: linear-gradient(135deg, #eef6ff, #fff2c4); }
.logo-n { background: linear-gradient(135deg, #e3f7ef, #ffffff); }
.logo-h { background: linear-gradient(135deg, #0f315a, #0a2141); color: #f5cc67; }
.logo-q { background: linear-gradient(135deg, #fff7df, #ffffff); color: #c29a42; }

.bureau-card h3,
.directory-card h2,
.package-card h2 {
    margin: 0;
    font-size: 22px;
}

.bureau-card p {
    margin: 5px 0 22px;
    font-size: 12px;
}

.rating {
    color: #ecb321;
    font-weight: 800;
}

.rating span {
    color: #536861;
    font-weight: 600;
}

.bureau-card small {
    margin-top: 16px;
    color: var(--muted);
}

.bureau-card > strong {
    margin-top: 5px;
    font-size: 18px;
}

.outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: auto;
    color: var(--green);
    border: 1px solid #cfdeda;
    border-radius: 7px;
    font-weight: 900;
}

.categories {
    margin-top: 38px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 22px;
    margin-top: 18px;
}

.category-card {
    display: grid;
    place-items: center;
    min-height: 118px;
    padding: 16px 10px;
    text-align: center;
}

.category-card span {
    color: var(--green);
    font-size: 36px;
}

.category-card small {
    color: var(--muted);
    font-size: 12px;
}

.category-card.active {
    color: #fff;
    background: var(--green);
}

.category-card.active span,
.category-card.active small {
    color: #fff;
}

.why-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 20px;
    margin-top: 42px;
}

.why-copy {
    padding: 12px 20px 12px 0;
}

.why-copy small {
    color: var(--gold);
    font-weight: 900;
}

.why-copy h2 {
    margin: 12px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.18;
}

.why-grid article {
    min-height: 238px;
    padding: 26px;
}

.why-grid article span {
    margin-bottom: 18px;
    font-size: 44px;
}

.primary-small {
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 144px;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 30px 42px;
    color: #fff;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 77, 63, .94), rgba(0, 77, 63, .68)),
        url("https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=1300&q=80") center / cover no-repeat;
    border-radius: 10px;
}

.promo-banner span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: var(--gold);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.promo-banner h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.promo-banner p {
    margin: 4px 0 0;
    color: #eaf6f2;
}

.promo-banner a {
    padding: 18px 28px;
    background: var(--green);
    border-radius: 8px;
    font-weight: 900;
}

.page-hero.compact {
    padding: 58px 0 26px;
}

.page-hero.compact p {
    max-width: 680px;
    color: var(--muted);
}

.listing-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
    padding-bottom: 50px;
}

.filter-panel {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 16px;
    padding: 22px;
}

.filter-panel h2 {
    margin: 0;
}

.filter-panel select {
    appearance: none;
}

.package-list,
.promo-grid,
.directory-grid,
.dashboard-grid {
    display: grid;
    gap: 18px;
}

.package-card {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 18px;
    padding: 24px;
}

.package-card.vertical {
    display: flex;
    flex-direction: column;
}

.package-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.package-card li {
    padding: 7px 10px;
    background: var(--soft);
    border-radius: 7px;
    color: #36534b;
    font-size: 13px;
    font-weight: 700;
}

.price-box {
    display: grid;
    gap: 8px;
    align-content: center;
}

.price-box strong,
.booking-card strong,
.package-card.vertical > strong {
    font-size: 24px;
}

del {
    color: #97a7a2;
}

.price-box button {
    min-height: 38px;
    color: var(--green);
    background: #f1f7f4;
    border: 1px solid var(--line);
    border-radius: 7px;
    cursor: pointer;
    font-weight: 800;
}

.detail-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 28px;
    align-items: start;
    padding: 56px 0;
}

.detail-main,
.booking-card,
.form-page {
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.detail-main h1 {
    margin-top: 16px;
    font-size: 44px;
}

.lead {
    font-size: 17px;
}

.detail-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.detail-stats span,
.mini-list a {
    padding: 14px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 800;
}

.timeline {
    display: grid;
    gap: 12px;
    padding-left: 22px;
    color: #405850;
    line-height: 1.7;
}

.booking-card {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 10px;
}

.directory-grid,
.promo-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 56px;
}

.directory-card {
    padding: 24px;
}

.mini-list {
    display: grid;
    gap: 10px;
}

.mini-list a {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.form-page {
    max-width: 820px;
    margin-top: 54px;
    margin-bottom: 56px;
}

.auth-page {
    display: grid;
    grid-template-columns: minmax(320px, 520px) 1fr;
    gap: 28px;
    width: min(1120px, calc(100% - 32px));
    min-height: 620px;
    margin: 52px auto;
}

.auth-panel,
.auth-aside {
    padding: 36px;
    border-radius: 10px;
}

.auth-panel {
    display: grid;
    align-content: center;
    gap: 22px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.auth-panel h1,
.auth-aside h2 {
    margin: 8px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.15;
}

.eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.auth-form,
.settings-form {
    display: grid;
    gap: 16px;
}

.admin-form-grid,
.table-edit-form,
.bureau-edit-form {
    display: grid;
    gap: 12px;
}

.admin-form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    margin-bottom: 20px;
    padding: 16px;
    background: #f8fbf9;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.bureau-admin-form {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.table-edit-form {
    grid-template-columns: 1.2fr 2fr 90px 110px 96px;
    align-items: center;
}

.bureau-edit-form {
    grid-template-columns: 110px 190px 170px 120px 190px 70px 80px 80px 120px 130px;
    align-items: center;
    min-width: 1280px;
}

.wide-field {
    grid-column: 1 / -1;
}

.admin-form-grid input,
.admin-form-grid select,
.table-edit-form input,
.bureau-edit-form input,
.bureau-edit-form select {
    min-height: 40px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
}

.check-row {
    display: inline-flex;
    grid-auto-flow: column;
    align-items: center;
    justify-content: start;
    gap: 8px;
    min-height: 40px;
}

.check-row input {
    width: auto;
    min-height: 0;
}

.auth-form input,
.settings-form input,
.settings-form select {
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    outline: 0;
}

.alert-error {
    padding: 12px 14px;
    color: #8a1f1f;
    background: #fff1f1;
    border: 1px solid #f1c8c8;
    border-radius: 8px;
    font-weight: 800;
}

.demo-accounts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-top: 8px;
}

.demo-accounts strong {
    width: 100%;
}

.demo-accounts button,
.panel-heading button,
td button,
.table-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    color: var(--green);
    background: #f2f8f5;
    border: 1px solid var(--line);
    border-radius: 7px;
    cursor: pointer;
    font-weight: 800;
}

.review-panel {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
    padding: 18px;
    background: #f8fbf9;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.review-panel h3 {
    margin: 6px 0;
    font-size: 24px;
}

.review-panel p {
    margin: 0;
    color: var(--muted);
}

.review-panel dl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.review-panel dl div {
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.review-panel dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.review-panel dd {
    margin: 4px 0 0;
    font-weight: 800;
}

.review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.auth-switch {
    margin: 0;
    color: var(--muted);
}

.auth-switch a {
    color: var(--green);
    font-weight: 900;
}

.auth-aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 77, 63, .28), rgba(0, 77, 63, .94)),
        url("https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=1100&q=80") center / cover no-repeat;
    overflow: hidden;
}

.auth-aside span {
    width: max-content;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    font-weight: 900;
}

.auth-aside p {
    max-width: 520px;
    color: #e7f5f0;
}

.checkout-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.checkout-form label:nth-child(5),
.checkout-form button {
    grid-column: 1 / -1;
}

.checkout-form input,
.checkout-form textarea {
    display: block;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
}

.payment-grid article,
.instruction {
    padding: 20px;
}

.dashboard {
    display: grid;
    grid-template-columns: 270px 1fr;
    min-height: 100vh;
    background: #f4f8f6;
}

.dashboard aside {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100vh;
    padding: 28px;
    color: #fff;
    background: var(--green);
}

.dashboard aside .brand strong,
.dashboard aside .brand small {
    color: #fff;
}

.dashboard aside a:not(.brand) {
    padding: 14px;
    border-radius: 8px;
}

.dashboard aside a.active,
.dashboard aside a:not(.brand):hover {
    background: rgba(255, 255, 255, .12);
}

.dashboard-main {
    padding: 36px;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
}

.dashboard-top h1 {
    margin: 6px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
}

.dashboard-top p {
    margin: 0;
    color: var(--muted);
}

.dashboard-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 22px;
}

.dashboard-grid article {
    min-height: 150px;
    padding: 22px;
}

.dashboard-grid article small {
    color: var(--muted);
    font-weight: 900;
}

.dashboard-grid article strong {
    display: block;
    margin: 12px 0 8px;
    color: var(--green);
    font-size: 28px;
}

.admin-section {
    margin-top: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(5, 52, 43, .06);
}

.panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.stacked-heading {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.panel-heading h2 {
    margin: 0 0 4px;
    font-size: 24px;
}

.panel-heading p {
    margin: 0;
    color: var(--muted);
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

th,
td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

th {
    color: #456158;
    background: #f7faf8;
    font-size: 13px;
    text-transform: uppercase;
}

td {
    color: #243a34;
    font-weight: 700;
}

td button + button {
    margin-left: 8px;
    color: #fff;
    background: var(--green);
}

.inline-form {
    display: inline-block;
    margin-left: 8px;
}

.inline-form button {
    color: #fff;
    background: var(--green);
}

.status-pill {
    display: inline-flex;
    padding: 6px 10px;
    color: #7a5818;
    background: #fff6d9;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.status-pill.green {
    color: var(--green);
    background: var(--mint);
}

.status-pill.yellow {
    color: #7a5818;
    background: #fff6d9;
}

.status-pill.danger {
    color: #8a1f1f;
    background: #fff1f1;
}

.admin-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.compact-list {
    display: grid;
    gap: 12px;
}

.compact-list article {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
    background: #f8fbf9;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.compact-list span,
.compact-list small {
    display: block;
    color: var(--muted);
}

.site-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 175px 175px;
    column-gap: 100px;
    row-gap: 48px;
    padding: 32px 56px 58px;
    color: #e8f5f0;
    background: linear-gradient(135deg, #004536, #005a4a);
}

.footer-brand {
    grid-column: 1;
}

.footer-menu {
    grid-column: 2;
}

.footer-bantuan {
    grid-column: 3;
}

.site-footer .brand strong,
.site-footer .brand small {
    color: #fff;
}

.site-footer p,
.site-footer a {
    color: #dbeee8;
}

.site-footer > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer h3 {
    margin: 0 0 8px;
    color: #fff;
}

.socials,
.store-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.socials span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.newsletter {
    background: #fff;
}

.newsletter button {
    border: 0;
    background: transparent;
    color: var(--green);
    cursor: pointer;
    font-size: 28px;
}

.store-row span {
    padding: 9px 14px;
    color: #fff;
    background: #0d1714;
    border-radius: 7px;
    font-weight: 800;
}

.copyright {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    text-align: center;
    color: #c8e3da;
}

@media (max-width: 1080px) {
    .site-header {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 24px;
    }

    .main-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .search-grid,
    .usp-band,
    .why-grid,
    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-button {
        min-height: 46px;
    }

    .bureau-row,
    .category-grid,
    .directory-grid,
    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .listing-layout,
    .detail-layout,
    .dashboard,
    .auth-page,
    .admin-split,
    .admin-form-grid,
    .bureau-admin-form {
        grid-template-columns: 1fr;
    }

    .filter-panel,
    .booking-card {
        position: static;
    }

    .site-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand,
    .footer-menu,
    .footer-bantuan {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .site-header {
        min-height: auto;
    }

    .brand {
        min-width: 0;
    }

    .brand strong {
        font-size: 23px;
    }

    .nav-toggle {
        display: block;
        margin-left: auto;
    }

    .main-nav,
    .header-actions {
        display: none;
        width: 100%;
    }

    .main-nav.open,
    .header-actions.open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .hero {
        padding: 34px 16px 48px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .88) 62%, rgba(255, 255, 255, .25) 100%),
            url("https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=1000&q=80") center / cover no-repeat;
    }

    .search-card {
        padding: 0 14px 18px;
    }

    .search-tabs {
        width: 100%;
    }

    .tab {
        min-width: 0;
        flex: 1;
    }

    .search-grid,
    .usp-band,
    .bureau-row,
    .category-grid,
    .why-grid,
    .directory-grid,
    .promo-grid,
    .checkout-form,
    .payment-grid,
    .detail-stats,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .package-card {
        grid-template-columns: 1fr;
    }

    .section-head,
    .promo-banner,
    .mini-list a {
        align-items: flex-start;
        flex-direction: column;
    }

    .promo-banner {
        gap: 20px;
        padding: 26px;
    }

    .dashboard aside {
        min-height: auto;
        position: static;
        height: auto;
    }

    .table-edit-form,
    .bureau-edit-form,
    .review-panel dl {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .site-footer {
        padding: 30px 24px 70px;
    }
}
