/* =========================================================================
   Star Travels Ujjain — premium theme (elevated violet identity, app-like mobile)
   ========================================================================= */
:root {
    --violet-700: #6d28d9;
    --violet-600: #7c3aed;
    --violet-500: #8b5cf6;
    --violet-100: #ede9fe;
    --violet-50:  #f5f3ff;
    --rose-500:   #f43f5e;
    --amber-400:  #fbbf24;
    --green-500:  #10b981;

    --ink-900: #1e1b2e;
    --ink-700: #322d47;
    --ink-600: #4b4763;
    --ink-400: #8b8699;

    --surface:   #ffffff;
    --surface-2: #fbfaf8;
    --surface-3: #f4f2f0;
    --line:      #e9e7e4;

    --radius-xl: 22px;
    --radius-lg: 16px;
    --radius-md: 12px;
    --radius-sm: 9px;
    --tab-h: 64px;

    --shadow-sm: 0 1px 2px rgba(28, 25, 23, .04);
    --shadow-md: 0 1px 2px rgba(28, 25, 23, .04), 0 8px 24px rgba(28, 25, 23, .06);
    --shadow-lg: 0 2px 6px rgba(28, 25, 23, .05), 0 18px 40px rgba(28, 25, 23, .10);

    --gradient-brand: var(--violet-600);
    --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }

body {
    font-family: Inter, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--ink-700);
    background: var(--surface-2);
    line-height: 1.6;
    letter-spacing: .002em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6, .display-font {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    color: var(--ink-900);
    line-height: 1.18;
    letter-spacing: -.01em;
}

a { color: var(--violet-600); text-decoration: none; transition: color .15s var(--ease); }
a:hover { color: var(--violet-700); }

button, .btn, a, [role="button"], input, select, label { touch-action: manipulation; }
.site-nav, .bottom-nav, .action-bar, .btn { -webkit-tap-highlight-color: transparent; }

.text-purple { color: var(--violet-600) !important; }
.bg-alt { background: var(--surface); }
.container { max-width: 1160px; }

::selection { background: var(--violet-100); }

/* ---- kicker + section rhythm ---------------------------------------- */
.section { padding: clamp(2.75rem, 6vw, 5rem) 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto clamp(1.75rem, 4vw, 2.75rem); }
.kicker {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
    color: var(--violet-600);
    margin-bottom: .85rem;
}
.section-head h2 { font-size: clamp(1.55rem, 3.2vw, 2.2rem); }
.section-head p { color: var(--ink-400); margin: .6rem auto 0; font-size: 1.02rem; }

/* ---- buttons ------------------------------------------------------------- */
.btn { font-family: Inter, sans-serif; font-weight: 600; border-radius: 999px; transition: transform .12s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease); }
.btn:active { transform: scale(.98); }

.btn-brand {
    background: var(--violet-600);
    color: #fff;
    border: 1px solid var(--violet-600);
    padding: .66rem 1.5rem;
    box-shadow: var(--shadow-sm);
    letter-spacing: .01em;
}
.btn-brand:hover, .btn-brand:focus { color: #fff; background: var(--violet-700); border-color: var(--violet-700); }
.btn-brand.btn-sm { padding: .44rem 1rem; font-size: .84rem; }
.btn-brand.btn-lg { padding: .85rem 1.9rem; font-size: 1.02rem; }

.btn-dark {
    background: var(--ink-900); color: #fff; border: 1px solid var(--ink-900);
    padding: .58rem 1.3rem; border-radius: 999px; font-weight: 600;
}
.btn-dark:hover, .btn-dark:focus { background: #000; color: #fff; }
.btn-dark.btn-sm { padding: .44rem 1rem; font-size: .84rem; }

.btn-outline-brand {
    border: 1.5px solid var(--line);
    color: var(--ink-900);
    background: var(--surface);
    padding: .62rem 1.4rem;
}
.btn-outline-brand:hover { background: var(--surface-3); color: var(--ink-900); border-color: var(--ink-400); }

.btn-hero-ghost {
    border: 1.5px solid var(--line); color: var(--ink-900); background: var(--surface);
    padding: .62rem 1.4rem; font-weight: 600; border-radius: 999px;
}
.btn-hero-ghost:hover { background: var(--surface-3); color: var(--ink-900); }

.btn-whatsapp { background: #25d366; color: #fff; border: none; border-radius: 999px; }
.btn-whatsapp:hover { background: #1da851; color: #fff; }

.btn-link { text-decoration: none; }

/* ---- category filter (icon pills) --------------------------------- */
.cat-filter { display: flex; gap: .55rem; overflow-x: auto; padding: .25rem 0 .5rem; scrollbar-width: none; }
.cat-filter::-webkit-scrollbar { display: none; }
.cat-filter a {
    flex: none;
    display: flex; flex-direction: column; align-items: center; gap: .35rem;
    min-width: 96px; padding: .8rem .7rem;
    border: 1px solid var(--line); border-radius: var(--radius-md);
    background: var(--surface); color: var(--ink-600);
    font-family: Inter, sans-serif; font-size: .78rem; font-weight: 600; text-align: center;
    transition: border-color .15s var(--ease), color .15s var(--ease), background .15s var(--ease);
}
.cat-filter a i { font-size: 1.15rem; color: var(--ink-400); }
.cat-filter a:hover { border-color: var(--violet-500); color: var(--violet-700); }
.cat-filter a:hover i { color: var(--violet-600); }
.cat-filter a.active { border-color: var(--violet-600); background: var(--violet-50); color: var(--violet-700); }
.cat-filter a.active i { color: var(--violet-600); }

/* legacy chip row (still used on booking page etc) */
.chip-row { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: none; }
.chip-row::-webkit-scrollbar { display: none; }
.chip {
    flex: none; font-size: .84rem; font-weight: 600;
    padding: .48rem 1rem; border-radius: 999px;
    background: var(--surface); color: var(--ink-600); border: 1px solid var(--line);
    white-space: nowrap; transition: all .15s var(--ease); cursor: pointer;
}
.chip:hover { border-color: var(--violet-500); color: var(--violet-700); }
.chip.active { background: var(--violet-600); color: #fff; border-color: var(--violet-600); }

/* ---- top contact bar ------------------------------------------------- */
.tophead {
    background: var(--ink-900);
    color: rgba(255, 255, 255, .82);
    font-size: .78rem; letter-spacing: .01em;
}
.tophead a { color: rgba(255, 255, 255, .82); }
.tophead a:hover { color: #fff; }

/* ---- navbar -------------------------------------------------------------- */
.site-nav {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--line);
}
.site-nav .navbar-brand img { height: 46px; }
.site-nav .nav-link {
    color: var(--ink-700);
    font-family: Inter, sans-serif;
    font-weight: 500; font-size: .92rem;
    padding: .5rem .9rem; border-radius: 999px;
    transition: color .15s var(--ease), background .15s var(--ease);
}
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--violet-700); background: var(--violet-50); }

.auth-head, .sheet-head {
    background: var(--violet-600); color: #fff;
    text-align: center; padding: .85rem;
    font-family: Inter, sans-serif; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase; font-size: .78rem;
}

/* ---- hero (light, marketplace style) -------------------------------- */
.hero {
    position: relative;
    background: linear-gradient(180deg, #f7f3ef 0%, var(--surface-2) 100%);
    border-bottom: 1px solid var(--line);
    padding: clamp(2.5rem, 6vw, 4.75rem) 0 clamp(2.75rem, 7vw, 4.75rem);
}
.hero h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); letter-spacing: -.015em; }
.hero .lead { color: var(--ink-600); font-size: clamp(1rem, 2vw, 1.12rem); max-width: 32rem; }
.hero .hero-chips { display: flex; flex-wrap: wrap; gap: .5rem .55rem; margin-top: 1.4rem; }
.hero .hero-chips span {
    display: inline-flex; align-items: center; gap: .4rem;
    font-family: Inter, sans-serif; font-size: .8rem; font-weight: 600; color: var(--ink-600);
    background: var(--surface); border: 1px solid var(--line);
    border-radius: 999px; padding: .35rem .8rem;
}
.hero .hero-chips i { color: var(--violet-600); }

/* compact bestseller card in the hero */
.hero-tour {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden;
}
.hero-tour .ht-media { position: relative; aspect-ratio: 16 / 10; }
.hero-tour .ht-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-tour .ht-badge {
    position: absolute; top: .7rem; left: .7rem;
    background: var(--ink-900); color: #fff;
    font-family: Inter, sans-serif; font-size: .64rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; padding: .28rem .6rem; border-radius: 999px;
}
.hero-tour .ht-body { padding: 1.1rem 1.15rem 1.2rem; }
.hero-tour .ht-cat { font-family: Inter, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-400); }
.hero-tour .ht-title { font-size: 1.12rem; margin: .2rem 0 .3rem; }
.hero-tour .ht-rating { font-family: Inter, sans-serif; font-size: .82rem; color: var(--ink-600); }
.hero-tour .ht-rating .star { color: var(--amber-400); }
.hero-tour .ht-foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: .9rem; }
.hero-tour .ht-from { font-family: Inter, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-400); display: block; }
.hero-tour .ht-price { font-family: Inter, sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--ink-900); }
.hero-tour .ht-old { text-decoration: line-through; color: var(--ink-400); font-size: .8rem; margin-right: .3rem; font-weight: 500; }

/* ---- form controls --------------------------------------------------- */
.form-control, .form-select {
    border-radius: var(--radius-sm);
    border: 1px solid var(--line);
    padding: .62rem .85rem;
    font-size: .95rem;
    transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.form-control:focus, .form-select:focus {
    border-color: var(--violet-500);
    box-shadow: 0 0 0 4px var(--violet-100);
}
.form-label { font-family: Inter, sans-serif; font-weight: 600; font-size: .84rem; color: var(--ink-600); margin-bottom: .3rem; }

/* ---- tour cards (marketplace style) ---------------------------------- */
.tour-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex; flex-direction: column;
    transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.tour-card:hover { box-shadow: var(--shadow-md); border-color: var(--ink-400); }
.tour-card .tc-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-3); }
.tour-card .tc-media img { width: 100%; height: 100%; object-fit: cover; }
.tour-card .tc-badge {
    position: absolute; top: .7rem; left: .7rem; z-index: 1;
    background: var(--ink-900); color: #fff;
    font-family: Inter, sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: .28rem .6rem; border-radius: 999px;
}
.tour-card .tc-badge.off { background: var(--rose-500); }
.tour-card .tc-body { padding: 1rem 1.1rem 0; flex: 1 1 auto; }
.tour-card .tc-eyebrow {
    font-family: Inter, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
    color: var(--ink-400);
}
.tour-card .tc-title { font-size: 1.05rem; line-height: 1.3; margin: .25rem 0 .35rem; }
.tour-card .tc-title a { color: var(--ink-900); }
.tour-card .tc-title a:hover { color: var(--violet-700); }
.tour-card .tc-rating { font-family: Inter, sans-serif; font-size: .8rem; color: var(--ink-600); }
.tour-card .tc-rating .star { color: var(--amber-400); }
.tour-card .tc-rating .dot { color: var(--ink-400); }
.tour-card .tc-chips { list-style: none; padding: 0; margin: .7rem 0 0; display: flex; flex-wrap: wrap; gap: .3rem; }
.tour-card .tc-chips li {
    font-family: Inter, sans-serif; font-size: .68rem; color: var(--ink-600);
    background: var(--surface-3); border: 1px solid var(--line);
    border-radius: 999px; padding: .24rem .55rem;
}
.tour-card .tc-foot { padding: .9rem 1.1rem 1.1rem; }
.tour-card .tc-price-row { display: flex; align-items: baseline; gap: .35rem; }
.tour-card .tc-from { font-family: Inter, sans-serif; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-400); display: block; }
.tour-card .tc-old { text-decoration: line-through; color: var(--ink-400); font-size: .78rem; font-weight: 500; }
.tour-card .tc-now { color: var(--ink-900); font-weight: 800; font-family: Inter, sans-serif; font-size: 1.25rem; }
.tour-card .tc-now small { color: var(--ink-400); font-weight: 500; font-size: .72rem; }
.tour-card .tc-cta { display: flex; align-items: center; gap: .9rem; margin-top: .8rem; }
.tour-card .tc-cta .btn { flex: 1; }
.tour-card .tc-cta .tc-book { flex: none; font-family: Inter, sans-serif; font-weight: 700; font-size: .85rem; color: var(--violet-700); white-space: nowrap; }
.tour-card .tc-cta .tc-book:hover { color: var(--violet-600); }

/* ---- details / timeline / price box ------------------------------------- */
.detail-hero { aspect-ratio: 21 / 9; object-fit: cover; width: 100%; border-radius: var(--radius-lg); }
.price-box {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 1.5rem;
}
.price-box .now { font-size: 2rem; font-weight: 800; font-family: Inter, sans-serif; color: var(--violet-700); }
.price-box .old { text-decoration: line-through; color: var(--ink-400); }

.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline > li { position: relative; padding: 0 0 1.4rem 2.6rem; }
.timeline > li::before {
    content: attr(data-day);
    position: absolute; left: 0; top: 0;
    width: 1.9rem; height: 1.9rem; border-radius: 999px;
    background: var(--gradient-brand); color: #fff;
    font-family: Inter, sans-serif; font-weight: 700; font-size: .78rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 14px rgba(124, 58, 237, .3);
}
.timeline > li::after {
    content: ""; position: absolute; left: calc(.95rem - 1px); top: 1.9rem; bottom: 0;
    width: 2px; background: var(--violet-100);
}
.timeline > li:last-child { padding-bottom: 0; }
.timeline > li:last-child::after { display: none; }
.timeline h4 { font-size: 1.02rem; margin: .15rem 0 .3rem; }
.timeline p { color: var(--ink-400); font-size: .92rem; margin: 0; }

.incl-list { list-style: none; padding: 0; margin: 0; }
.incl-list li { padding: .4rem 0; display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; }
.incl-list li .tick { color: var(--green-500); flex: none; margin-top: .15rem; }
.incl-list li .cross { color: var(--rose-500); flex: none; margin-top: .15rem; }

.accordion-button { font-family: Inter, sans-serif; font-weight: 600; border-radius: var(--radius-md) !important; }
.accordion-button:not(.collapsed) { background: var(--violet-50); color: var(--violet-700); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 4px var(--violet-100); }
.accordion-item { border: 1px solid var(--line); border-radius: var(--radius-md) !important; margin-bottom: .55rem; overflow: hidden; }
.faq .accordion-body { color: var(--ink-400); }

/* ---- trust row ----------------------------------------------------------- */
.trust-row { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: center; }
.trust-row .trust {
    display: flex; align-items: center; gap: .55rem;
    font-family: Inter, sans-serif; font-size: .86rem; font-weight: 600; color: var(--ink-600);
}
.trust-row .trust i { color: var(--violet-600); font-size: 1.05rem; }

/* ---- reviews --------------------------------------------------------- */
.testimonial-card, .review-card {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
    padding: 1.4rem; height: 100%;
}
.testimonial-card .stars, .review-card .stars { color: var(--amber-400); letter-spacing: 2px; font-size: .88rem; }
.testimonial-card p, .review-card p { color: var(--ink-600); }
.testimonial-card .who { font-family: Inter, sans-serif; font-weight: 700; color: var(--ink-900); margin-top: .5rem; }
.testimonial-card .where { color: var(--ink-400); font-size: .82rem; }
.review-card .who-row { display: flex; align-items: center; gap: .7rem; margin-top: .9rem; }
.avatar {
    width: 2.4rem; height: 2.4rem; border-radius: 999px; flex: none;
    background: var(--violet-100); color: var(--violet-700);
    display: flex; align-items: center; justify-content: center;
    font-family: Inter, sans-serif; font-weight: 700; font-size: .82rem;
}
.review-card .who { font-family: Inter, sans-serif; font-weight: 700; color: var(--ink-900); font-size: .9rem; }
.review-card .where { color: var(--ink-400); font-size: .78rem; }
.rating-big { font-family: Inter, sans-serif; }
.rating-big .num { font-size: 2.4rem; font-weight: 800; color: var(--ink-900); line-height: 1; }
.rating-big .star { color: var(--amber-400); letter-spacing: 2px; }

/* ---- guide cards --------------------------------------------------- */
.guide-card {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden; height: 100%;
    display: flex; flex-direction: column;
    transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.guide-card:hover { box-shadow: var(--shadow-md); border-color: var(--ink-400); }
.guide-card .gc-media { aspect-ratio: 16 / 9; background: var(--surface-3); }
.guide-card .gc-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-card .gc-body { padding: 1.1rem 1.15rem 1.2rem; flex: 1 1 auto; display: flex; flex-direction: column; }
.guide-card .gc-cat { font-family: Inter, sans-serif; font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-400); }
.guide-card .gc-title { font-size: 1.05rem; line-height: 1.3; margin: .25rem 0 .5rem; }
.guide-card .gc-title a { color: var(--ink-900); }
.guide-card .gc-title a:hover { color: var(--violet-700); }
.guide-card .gc-link { margin-top: auto; font-family: Inter, sans-serif; font-weight: 700; font-size: .82rem; color: var(--violet-700); }
.guide-body { color: var(--ink-600); font-size: 1.02rem; line-height: 1.75; }
.guide-body h3 { font-size: 1.2rem; margin: 1.6rem 0 .5rem; }
.guide-body ul { padding-left: 1.2rem; }
.guide-body li { margin-bottom: .35rem; }
.guide-body p { margin-bottom: 1rem; }

/* ---- dark value band --------------------------------------------- */
.value-band { background: var(--ink-900); color: rgba(255, 255, 255, .82); }
.value-band .section-head h2, .value-band h3, .value-band h4 { color: #fff; }
.value-band .kicker { color: var(--violet-500); }
.value-band .vb-item { padding: 1.25rem 0; }
.value-band .vb-item i { font-size: 1.35rem; color: var(--violet-500); margin-bottom: .55rem; }
.value-band .vb-item h4 { font-family: Inter, sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: .3rem; }
.value-band .vb-item p { font-size: .88rem; color: rgba(255, 255, 255, .68); margin: 0; }

/* ---- numbered steps -------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; counter-reset: step; }
.step {
    text-align: center; padding: 1.25rem 1rem;
    border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface);
}
.step .step-badge {
    width: 2.6rem; height: 2.6rem; border-radius: 999px; margin: 0 auto .7rem;
    background: var(--violet-50); color: var(--violet-700);
    display: flex; align-items: center; justify-content: center;
    font-family: Inter, sans-serif; font-weight: 800; font-size: 1.05rem;
}
.step h4 { font-family: Inter, sans-serif; font-size: .98rem; font-weight: 700; margin-bottom: .3rem; }
.step p { color: var(--ink-400); font-size: .86rem; margin: 0; }
@media (max-width: 767.98px) { .steps { grid-template-columns: repeat(2, 1fr); gap: .8rem; } }

/* ---- flatpickr theme --------------------------------------------- */
.flatpickr-calendar {
    border: 1px solid var(--line); border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg); font-family: Inter, sans-serif; padding: .3rem;
}
.flatpickr-months .flatpickr-month { color: var(--ink-900); }
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year { font-weight: 700; }
.flatpickr-weekday { color: var(--ink-400); font-weight: 700; font-size: .74rem; }
.flatpickr-day { border-radius: 8px; color: var(--ink-700); }
.flatpickr-day:hover { background: var(--surface-3); border-color: var(--surface-3); }
.flatpickr-day.today { border-color: var(--violet-500); }
.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background: var(--violet-600); border-color: var(--violet-600); color: #fff;
}
.flatpickr-day.flatpickr-disabled { color: var(--ink-400); opacity: .45; }
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg { fill: var(--ink-600); }
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg { fill: var(--violet-600); }

/* ---- panels / account / booking ------------------------------------- */
.auth-card { max-width: 460px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.auth-card .auth-body { padding: 1.75rem; }
.panel, .cart-summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 1.5rem; }
.order-row { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1rem 1.15rem; box-shadow: var(--shadow-sm); transition: box-shadow .2s var(--ease); }
.order-row:hover { box-shadow: var(--shadow-md); }

/* payment-choice radio cards */
.choice-card {
    display: flex; gap: .8rem; align-items: flex-start;
    border: 1.5px solid var(--line); border-radius: var(--radius-md);
    padding: .95rem 1rem; margin-top: .7rem; cursor: pointer;
    transition: border-color .15s var(--ease), background .15s var(--ease);
}
.choice-card:hover { border-color: var(--violet-500); }
.choice-card.selected, .choice-card:has(input:checked) { border-color: var(--violet-600); background: var(--violet-50); }
.choice-card input { margin-top: .25rem; accent-color: var(--violet-600); flex: none; }
.choice-card strong { font-family: Inter, sans-serif; }
.choice-card p { margin: .15rem 0 0; font-size: .86rem; color: var(--ink-400); }

/* "how it works" step cards */
.step-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 1.5rem; height: 100%; }
.step-card .step-n {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.2rem; height: 2.2rem; border-radius: 999px;
    background: var(--gradient-brand); color: #fff;
    font-family: Inter, sans-serif; font-weight: 800; margin-bottom: .8rem;
}
.step-card h4 { font-size: 1.1rem; margin-bottom: .3rem; }
.step-card p { color: var(--ink-400); margin: 0; font-size: .92rem; }

.badge { font-family: Inter, sans-serif; font-weight: 600; letter-spacing: .01em; border-radius: 999px; padding: .34em .7em; }

/* ---- footer ---------------------------------------------------------------- */
.site-footer { background: var(--ink-900); color: rgba(255, 255, 255, .7); padding: 3.25rem 0 1.5rem; }
.site-footer h5 { color: #fff; font-family: Inter, sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 1rem; letter-spacing: .01em; }
.site-footer a { color: rgba(255, 255, 255, .7); overflow-wrap: anywhere; }
.site-footer a:hover { color: #fff; }
.site-footer p { overflow-wrap: anywhere; }
.site-footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 2rem; padding-top: 1.1rem; font-size: .8rem; color: rgba(255, 255, 255, .5); }

/* ---- floating desktop actions ---------------------------------------- */
.float-actions { position: fixed; right: 18px; bottom: 22px; z-index: 1030; display: flex; flex-direction: column; gap: 12px; }
.float-actions a {
    width: 52px; height: 52px; border-radius: 999px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.35rem;
    box-shadow: var(--shadow-lg);
    transition: transform .15s var(--ease);
}
.float-actions a:active { transform: scale(.92); }
.float-actions .fa-wa { background: #25d366; }
.float-actions .fa-call { background: var(--gradient-brand); }

/* ---- reveal-on-scroll --------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
main { animation: pageFade .45s var(--ease) both; }
@keyframes pageFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* =========================================================================
   APP SHELL — mobile
   ========================================================================= */
.bottom-nav { display: none; }
.action-bar { }

@media (max-width: 991.98px) {
    body { padding-bottom: calc(var(--tab-h) + env(safe-area-inset-bottom)); }

    .bottom-nav {
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 1035;
        display: flex;
        background: rgba(255, 255, 255, .92);
        backdrop-filter: saturate(180%) blur(16px);
        -webkit-backdrop-filter: saturate(180%) blur(16px);
        border-top: 1px solid var(--line);
        padding-bottom: env(safe-area-inset-bottom);
        box-shadow: 0 -6px 24px rgba(30, 27, 46, .08);
        transition: transform .28s var(--ease);
    }
    .bottom-nav.hidden { transform: translateY(120%); }
    .bottom-nav a {
        flex: 1; height: var(--tab-h);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        gap: 3px;
        color: var(--ink-400);
        font-family: Inter, sans-serif; font-size: .66rem; font-weight: 600; letter-spacing: .02em;
        position: relative;
        -webkit-tap-highlight-color: transparent;
    }
    .bottom-nav a i { font-size: 1.15rem; }
    .bottom-nav a.active { color: var(--violet-700); }
    .bottom-nav a.active i { transform: translateY(-1px); }

    .float-actions { bottom: calc(var(--tab-h) + env(safe-area-inset-bottom) + 14px); right: 14px; }
    .float-actions a { width: 46px; height: 46px; font-size: 1.15rem; }

    /* sticky action bar sits just above the tab bar */
    .action-bar {
        position: fixed; left: 0; right: 0;
        bottom: calc(var(--tab-h) + env(safe-area-inset-bottom));
        z-index: 1034;
        background: rgba(255, 255, 255, .96);
        backdrop-filter: saturate(180%) blur(14px);
        -webkit-backdrop-filter: saturate(180%) blur(14px);
        border-top: 1px solid var(--line);
        padding: .7rem 1rem;
        display: flex; align-items: center; gap: .9rem;
        box-shadow: 0 -6px 20px rgba(30, 27, 46, .07);
    }
    .action-bar.raised { box-shadow: 0 -10px 28px rgba(30, 27, 46, .14); }
    .action-bar .ab-price { font-family: Inter, sans-serif; font-weight: 800; color: var(--ink-900); white-space: nowrap; }
    .action-bar .ab-price small { display: block; font-weight: 500; color: var(--ink-400); font-size: .68rem; }
    .action-bar .btn { flex: 1; }
    .has-action-bar { padding-bottom: 5.5rem; }

    .hero { text-align: center; }
    .hero .lead { margin-left: auto; margin-right: auto; }
    .section-head { padding: 0 .5rem; }
    .site-nav .navbar-brand img { height: 40px; }
}

@media (min-width: 992px) {
    .action-bar { display: none; }
    .bottom-nav { display: none !important; }
}

/* horizontal-scroll guard for wide content */
.table-responsive, .chip-row { overflow-x: auto; }

@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}

/* =========================================================================
   ADMIN — light polish (violet, off-canvas sidebar on mobile)
   ========================================================================= */
.admin-shell { display: flex; min-height: 100vh; background: var(--surface-2); }
.admin-sidebar {
    width: 244px; flex: none;
    background: var(--ink-900); color: rgba(255, 255, 255, .72);
    padding: 1rem 0;
}
.admin-sidebar .brand { color: #fff; font-family: Inter, sans-serif; font-weight: 800; padding: .5rem 1.35rem 1rem; display: block; font-size: 1.05rem; }
.admin-sidebar a { color: rgba(255, 255, 255, .72); display: block; padding: .62rem 1.35rem; font-family: Inter, sans-serif; font-size: .88rem; font-weight: 500; border-left: 3px solid transparent; }
.admin-sidebar a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.admin-sidebar a.active { background: rgba(124, 58, 237, .18); color: #fff; border-left-color: var(--violet-500); }
.admin-main { flex: 1 1 auto; min-width: 0; }
.admin-topbar { background: var(--surface); border-bottom: 1px solid var(--line); padding: .8rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.admin-content { padding: 1.5rem; }
.stat-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: 1.15rem 1.25rem; }
.stat-card .n { font-size: 1.7rem; font-weight: 800; font-family: Inter, sans-serif; color: var(--violet-700); }
.stat-card .l { color: var(--ink-400); font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.table-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.admin-menu-toggle { display: none; }

@media (max-width: 991.98px) {
    .admin-shell { display: block; }
    .admin-sidebar {
        position: fixed; top: 0; bottom: 0; left: 0; width: 260px; z-index: 1045;
        transform: translateX(-100%); transition: transform .28s var(--ease);
        overflow-y: auto;
    }
    .admin-sidebar.open { transform: none; box-shadow: var(--shadow-lg); }
    .admin-backdrop { position: fixed; inset: 0; background: rgba(20, 14, 40, .45); z-index: 1044; opacity: 0; pointer-events: none; transition: opacity .2s var(--ease); }
    .admin-backdrop.show { opacity: 1; pointer-events: auto; }
    .admin-menu-toggle { display: inline-flex; }
}
