* { box-sizing: border-box; }
:root {
    --bg: #09130d;
    --panel: #111f17;
    --panel-2: #17281e;
    --text: #f5fff8;
    --muted: #bad0c0;
    --line: rgba(255,255,255,.12);
    --brand: #79c843;
    --brand-dark: #4c8f24;
    --yellow: #f4c542;
    --red: #e65b5b;
    --blue: #63a4ff;
    --shadow: 0 20px 60px rgba(0,0,0,.28);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.5; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: 18px clamp(18px, 4vw, 56px); background: rgba(9,19,13,.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.site-logo, .admin-brand { display: flex; gap: 12px; align-items: center; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 38px; padding: 0 10px; border-radius: 14px; background: linear-gradient(135deg, var(--brand), #d8ff86); color: #071007; font-weight: 950; box-shadow: inset 0 -8px 20px rgba(0,0,0,.18); }
.brand-mark.big { width: 82px; height: 58px; margin-bottom: 16px; font-size: 1.2rem; }
.site-header nav { display: flex; gap: 18px; align-items: center; }
.site-header nav a { text-decoration: none; color: var(--muted); font-weight: 700; }
.site-header nav a:hover { color: var(--text); }
.hero { min-height: 78vh; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 32px; align-items: center; padding: clamp(46px, 8vw, 92px) clamp(18px, 4vw, 56px); background: radial-gradient(circle at 20% 10%, rgba(121,200,67,.22), transparent 36%), radial-gradient(circle at 90% 10%, rgba(244,197,66,.12), transparent 32%); }
.hero-copy h1 { font-size: clamp(2.4rem, 7vw, 5.8rem); line-height: .95; max-width: 980px; margin: 0 0 22px; letter-spacing: -.065em; }
.hero-copy p { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.eyebrow { color: var(--brand); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; margin: 0 0 12px; }
.hero-actions, .button-row, .form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.btn { border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); padding: 12px 18px; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; }
.btn:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.25); }
.btn.primary { background: linear-gradient(135deg, var(--brand), #baff61); color: #071007; border: none; }
.btn.whatsapp { background: #25d366; color: #071007; border: none; }
.btn.ghost { background: transparent; }
.btn.small { padding: 8px 12px; min-height: 34px; font-size: .85rem; }
.btn.wide { width: 100%; }
.hero-card, .panel, .job-form, .service-grid article, .stat-card, .login-card { background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.hero-card { padding: 28px; }
.hero-card h2 { margin-top: 0; }
.hero-card li { margin: 12px 0; color: var(--muted); }
.section { padding: clamp(48px, 8vw, 88px) clamp(18px, 4vw, 56px); }
.section h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; margin: 0 0 28px; letter-spacing: -.04em; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-grid article { padding: 24px; }
.service-grid span { font-size: 2rem; }
.service-grid h3 { margin: 14px 0 8px; }
.service-grid p { color: var(--muted); margin-bottom: 0; }
.enquiry-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 28px; align-items: start; }
.contact-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.contact-strip a { text-decoration: none; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 13px 16px; font-weight: 800; }
.job-form, .crm-form { padding: clamp(20px, 4vw, 34px); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 7px; color: var(--muted); font-weight: 750; margin: 0 0 16px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: rgba(0,0,0,.24); color: var(--text); border-radius: 14px; padding: 13px 14px; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(121,200,67,.12); }
textarea { resize: vertical; }
.check { display: flex; grid-template-columns: auto 1fr; align-items: start; gap: 10px; }
.check input { width: auto; margin-top: 5px; }
.hidden-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.gps-box { border: 1px dashed rgba(121,200,67,.5); border-radius: 20px; padding: 16px; background: rgba(121,200,67,.08); margin: 12px 0 18px; }
.gps-box p { color: var(--muted); margin: 10px 0 0; }
.notice { padding: 13px 16px; border-radius: 16px; margin-bottom: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.08); }
.notice.success { background: rgba(121,200,67,.18); border-color: rgba(121,200,67,.45); }
.notice.error { background: rgba(230,91,91,.18); border-color: rgba(230,91,91,.45); }
.notice.warning { background: rgba(244,197,66,.16); border-color: rgba(244,197,66,.4); }
.site-footer { padding: 28px clamp(18px,4vw,56px); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); }

/* Admin */
.admin-body, .login-body { background: #f4f7f2; color: #122015; }
.admin-topbar { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px clamp(16px, 3vw, 34px); background: #ffffff; border-bottom: 1px solid #dfe7dc; box-shadow: 0 8px 30px rgba(18,32,21,.08); }
.admin-brand { color: #122015; }
.admin-nav { display: flex; gap: 8px; align-items: center; }
.admin-nav a { color: #344235; text-decoration: none; font-weight: 850; padding: 10px 13px; border-radius: 999px; }
.admin-nav a.active, .admin-nav a:hover { background: #e8f4df; color: #234f13; }
.nav-toggle { display: none; }
.admin-shell { width: min(1260px, calc(100% - 32px)); margin: 26px auto 60px; }
.page-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 22px; }
.page-head h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }
.admin-body .panel, .admin-body .stat-card, .login-card { background: #ffffff; color: #122015; border: 1px solid #dfe7dc; box-shadow: 0 16px 40px rgba(18,32,21,.08); }
.panel { padding: 22px; margin-bottom: 20px; }
.panel h2 { margin: 0 0 16px; }
.panel h3 { margin: 18px 0 8px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
.stat-card { padding: 20px; }
.stat-card span { color: #627066; font-weight: 800; }
.stat-card strong { display: block; font-size: 2.1rem; margin-top: 8px; letter-spacing: -.04em; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compact-list { display: grid; gap: 10px; }
.compact-item { display: grid; gap: 4px; text-decoration: none; padding: 13px; border: 1px solid #e2eadf; border-radius: 16px; background: #f8fbf7; }
.compact-item span, .compact-item small { color: #647167; }
.filters { display: grid; grid-template-columns: 1.5fr .8fr .8fr auto auto; gap: 10px; align-items: center; }
.admin-body input, .admin-body select, .admin-body textarea, .login-body input { background: #f8fbf7; color: #122015; border-color: #d8e2d4; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { text-align: left; padding: 13px 10px; border-bottom: 1px solid #e3eadf; vertical-align: top; }
.data-table th { color: #667267; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.data-table a { color: #1b5913; }
.badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-weight: 900; font-size: .8rem; background: #edf2ea; color: #344235; white-space: nowrap; }
.badge.new-enquiry, .badge.emergency { background: #fff2cc; color: #7a5200; }
.badge.scheduled, .badge.quoted { background: #e1efff; color: #16497e; }
.badge.in-progress { background: #e9f7dc; color: #2e6419; }
.badge.waiting-parts { background: #fce7d5; color: #8d4513; }
.badge.completed, .badge.pay-paid { background: #ddf5df; color: #1d631f; }
.badge.cancelled, .badge.pay-unpaid { background: #fde2e2; color: #8b1d1d; }
.badge.pay-part-paid { background: #fff2cc; color: #7a5200; }
.badge.pay-not-invoiced { background: #edf2ea; color: #596359; }
.crm-form h2 { border-top: 1px solid #e3eadf; padding-top: 20px; margin-top: 20px; }
.crm-form h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.hint { color: #657067; font-size: .95rem; }
.job-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.span-2 { grid-column: span 2; }
.details { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 10px 16px; }
.details dt { color: #677367; font-weight: 850; }
.details dd { margin: 0; }
.preline { white-space: pre-line; }
.stacked-form { display: grid; gap: 12px; }
.stacked-form.tight { gap: 8px; }
.stacked-form label { margin-bottom: 0; }
.login-body { min-height: 100vh; display: grid; place-items: center; padding: 20px; }
.login-card { width: min(460px, 100%); padding: 28px; }
.login-card h1 { margin: 0 0 8px; }
.calendar-subscribe code { display: block; overflow-wrap: anywhere; background: #f0f5ee; border: 1px solid #dfe8da; padding: 14px; border-radius: 14px; color: #173718; }
.calendar-grid.panel { padding: 0; overflow: hidden; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays span { padding: 12px; background: #eef5eb; font-weight: 900; color: #526251; text-align: center; }
.calendar-day { min-height: 145px; border-top: 1px solid #e3eadf; border-right: 1px solid #e3eadf; padding: 10px; background: #fff; position: relative; }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day.muted-day { background: #f8faf7; color: #9aa49a; }
.calendar-day.today { outline: 3px solid rgba(121,200,67,.28); outline-offset: -3px; }
.day-number { font-weight: 950; margin-bottom: 8px; }
.calendar-event { display: block; text-decoration: none; background: #eff6eb; color: #163116; border-left: 4px solid var(--brand); padding: 7px 8px; border-radius: 10px; margin-bottom: 6px; font-size: .86rem; font-weight: 800; }
.calendar-event span { display: block; color: #647064; font-size: .75rem; }
.add-day { display: inline-block; margin-top: 4px; color: #6a776b; font-size: .8rem; text-decoration: none; }

@media (max-width: 920px) {
    .hero, .enquiry-section, .two-col, .job-layout { grid-template-columns: 1fr; }
    .service-grid, .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .span-2 { grid-column: span 1; }
    .filters { grid-template-columns: 1fr; }
    .page-head { align-items: flex-start; flex-direction: column; }
    .calendar-weekdays, .calendar-days { grid-template-columns: 1fr; }
    .calendar-weekdays { display: none; }
    .calendar-day { min-height: auto; border-right: 0; }
}
@media (max-width: 700px) {
    .site-header { align-items: flex-start; flex-direction: column; }
    .site-header nav { flex-wrap: wrap; }
    .form-grid { grid-template-columns: 1fr; }
    .service-grid, .stats-grid { grid-template-columns: 1fr; }
    .admin-topbar { align-items: flex-start; flex-direction: column; }
    .nav-toggle { display: inline-flex; border: 1px solid #dfe7dc; background: #fff; border-radius: 999px; padding: 9px 12px; font-weight: 850; }
    .admin-nav { display: none; flex-wrap: wrap; }
    .admin-nav.open { display: flex; }
    .site-footer { flex-direction: column; }
}

/* Enhanced public website pages */
.public-body { background: var(--bg); color: var(--text); }
.public-header { gap: 18px; }
.site-logo img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.site-logo span { display: grid; line-height: 1.05; }
.site-logo small { color: var(--muted); font-size: .82rem; font-weight: 750; }
.public-nav { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.public-nav a { text-decoration: none; color: var(--muted); font-weight: 850; padding: 9px 10px; border-radius: 999px; }
.public-nav a:hover, .public-nav a.active { color: var(--text); background: rgba(255,255,255,.07); }
.public-nav .nav-call { color: #071007; background: linear-gradient(135deg, var(--brand), #d8ff86); }
.public-nav .nav-whatsapp { color: #071007; background: #25d366; }
.public-menu-button { display: none; }
.hero-modern { min-height: 82vh; }
.hero-card-brand { display: grid; justify-items: start; }
.hero-card-brand img { width: min(220px, 58vw); border-radius: 34px; margin-bottom: 8px; filter: drop-shadow(0 20px 35px rgba(0,0,0,.35)); }
.page-hero { padding: clamp(58px, 9vw, 108px) clamp(18px, 4vw, 56px); background: radial-gradient(circle at 18% 10%, rgba(121,200,67,.22), transparent 38%), radial-gradient(circle at 92% 20%, rgba(244,197,66,.12), transparent 34%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.35rem, 6vw, 5.3rem); line-height: .96; letter-spacing: -.06em; margin: 0 0 20px; max-width: 1050px; }
.page-hero p { color: var(--muted); max-width: 800px; font-size: 1.12rem; }
.section-head { max-width: 850px; margin-bottom: 28px; }
.section-head h2, .intro-grid-section h2, .cta-band h2, .panel h2 { letter-spacing: -.035em; }
.section-head p, .intro-grid-section p, .panel p, .cta-band p { color: var(--muted); }
.intro-grid-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 28px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.feature-grid article, .area-grid article, .gallery-card { background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: var(--shadow); }
.feature-grid strong, .area-grid strong { display: block; font-size: 1.05rem; }
.feature-grid p, .area-grid p, .gallery-card p { margin-bottom: 0; color: var(--muted); }
.alt-section { background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.045)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid-expanded { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card-large { position: relative; overflow: hidden; }
.service-card-large:before { content: ""; position: absolute; inset: auto -35px -70px auto; width: 150px; height: 150px; border-radius: 50%; background: rgba(121,200,67,.12); }
.service-card-large h3 { font-size: 1.35rem; margin: 8px 0 10px; }
.service-card-large a { display: inline-flex; margin-top: 12px; color: var(--brand); font-weight: 900; text-decoration: none; }
.service-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; background: rgba(121,200,67,.14); font-size: 1.6rem; }
.split-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.image-panel, .checklist-panel, .feature-panel, .urgent-panel { padding: clamp(24px, 4vw, 36px); }
.tick-list { padding: 0; margin: 18px 0 0; list-style: none; display: grid; gap: 10px; }
.tick-list li { position: relative; padding-left: 28px; color: var(--muted); }
.tick-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 950; }
.tick-list.compact { gap: 7px; margin-top: 12px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.steps-grid article { background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: var(--shadow); }
.steps-grid strong { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--brand), #d8ff86); color: #071007; }
.steps-grid p { color: var(--muted); }
.cta-band { margin: clamp(36px, 5vw, 64px) clamp(18px, 4vw, 56px); padding: clamp(28px, 5vw, 48px); background: linear-gradient(135deg, rgba(121,200,67,.2), rgba(244,197,66,.12)); border: 1px solid var(--line); border-radius: 30px; display: flex; justify-content: space-between; gap: 24px; align-items: center; box-shadow: var(--shadow); }
.cta-band h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 3rem); }
.cta-band p { margin: 0; max-width: 780px; }
.area-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.area-grid span { font-size: 1.55rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-placeholder { min-height: 210px; border-radius: 20px; background: radial-gradient(circle at 30% 20%, rgba(121,200,67,.35), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); border: 1px solid var(--line); display: grid; place-items: center; margin-bottom: 16px; }
.gallery-placeholder span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #0a130d; border: 1px solid var(--line); color: var(--brand); font-weight: 950; }
.contact-cards { display: grid; gap: 12px; margin-top: 24px; }
.contact-cards a { text-decoration: none; color: var(--text); display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.05); }
.contact-cards span { grid-row: span 2; font-size: 1.45rem; }
.contact-cards small { color: var(--muted); }
.enhanced-form { position: relative; }
.contact-page-section { align-items: start; }
.legal-copy .panel { max-width: 940px; margin: 0 auto; }
.legal-copy h2 { margin-top: 28px; }
.legal-copy h2:first-child { margin-top: 0; }
.about-logo { width: min(280px, 70vw); display: block; margin: 0 auto 18px; }
.public-footer { align-items: flex-start; gap: 24px; }
.footer-brand { display: flex; gap: 14px; align-items: center; max-width: 420px; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; }
.footer-brand p { margin: 4px 0 0; color: var(--muted); }
.footer-links, .footer-contact { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.footer-links a, .footer-contact a { color: var(--muted); text-decoration: none; font-weight: 750; }
.footer-links a:hover, .footer-contact a:hover { color: var(--text); }
.sticky-contact { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); display: none; gap: 8px; padding: 8px; border: 1px solid var(--line); background: rgba(9,19,13,.88); backdrop-filter: blur(16px); border-radius: 999px; z-index: 30; box-shadow: var(--shadow); }
.sticky-contact a { text-decoration: none; color: #071007; background: linear-gradient(135deg, var(--brand), #d8ff86); padding: 10px 13px; border-radius: 999px; font-weight: 900; }
.sticky-contact a:nth-child(2) { background: #25d366; }
.sticky-contact a:nth-child(3) { background: rgba(255,255,255,.08); color: var(--text); border: 1px solid var(--line); }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: rgba(255,255,255,.08); border: 1px solid var(--line); padding: 2px 6px; border-radius: 8px; color: var(--yellow); }

/* Small CRM additions */
.admin-nav a.active { background: #e9f6e2; color: #1b5913; }
.report-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.status-list { display: grid; gap: 10px; }
.status-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #e3eadf; }
.status-row:last-child { border-bottom: 0; }
.customer-meta { color: #647167; display: block; margin-top: 3px; }

@media (max-width: 1100px) {
    .service-grid-expanded, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .area-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cta-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 920px) {
    .intro-grid-section, .split-section, .steps-grid, .report-grid { grid-template-columns: 1fr; }
    .public-menu-button { display: inline-flex; margin-left: auto; }
    .public-header { align-items: center; flex-direction: row; flex-wrap: wrap; }
    .public-nav { width: 100%; display: none; padding-top: 10px; }
    .public-nav.open { display: flex; }
}
@media (max-width: 700px) {
    .public-header { align-items: center; }
    .public-header .site-logo { max-width: calc(100% - 90px); }
    .site-logo img { width: 46px; height: 46px; }
    .site-logo small { font-size: .75rem; }
    .service-grid-expanded, .feature-grid, .gallery-grid, .area-grid { grid-template-columns: 1fr; }
    .page-hero { padding-top: 42px; }
    .sticky-contact { display: flex; }
    .public-footer { padding-bottom: 92px; }
}


/* V2 premium glass UI refresh */
:root {
    --bg: #050806;
    --panel: rgba(255,255,255,.075);
    --panel-2: rgba(255,255,255,.11);
    --text: #f7fff8;
    --muted: #b9c8bd;
    --line: rgba(255,255,255,.16);
    --brand: #8ee153;
    --brand-dark: #3d7c22;
    --yellow: #f3cf62;
    --shadow: 0 26px 80px rgba(0,0,0,.46);
}
.public-body.premium-glass-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 8%, rgba(142,225,83,.24), transparent 28%),
        radial-gradient(circle at 88% 6%, rgba(243,207,98,.16), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(142,225,83,.12), transparent 34%),
        linear-gradient(135deg, #050806 0%, #0a130d 42%, #101a12 100%);
    background-attachment: fixed;
}
.public-body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 80%);
}
.glass-nav,
.glass-card,
.public-body .panel,
.public-body .job-form,
.public-body .feature-grid article,
.public-body .service-card-large,
.public-body .gallery-card,
.public-body .area-grid article,
.glass-footer,
.glass-cta {
    background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
    border: 1px solid rgba(255,255,255,.17);
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px) saturate(130%);
    -webkit-backdrop-filter: blur(22px) saturate(130%);
}
.glass-nav {
    width: min(1180px, calc(100% - 28px));
    top: 14px;
    margin: 0 auto;
    border-radius: 28px;
    padding: 12px 18px;
    background: rgba(8,17,12,.68);
}
.site-logo img {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 14px 35px rgba(0,0,0,.35);
}
.site-logo strong { font-size: 1.05rem; }
.public-nav a {
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.06);
}
.public-nav a:hover,
.public-nav a.active {
    background: rgba(142,225,83,.12);
    border-color: rgba(142,225,83,.28);
    color: var(--text);
}
.public-nav .nav-call,
.btn.primary {
    background: linear-gradient(135deg, #8ee153, #dfff87);
    color: #061008;
    border: 0;
    box-shadow: 0 16px 40px rgba(142,225,83,.22);
}
.btn.whatsapp,
.public-nav .nav-whatsapp {
    background: linear-gradient(135deg, #25d366, #9dffbd);
    color: #061008;
    border: 0;
}
.btn.ghost {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.18);
}
.btn { transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.premium-hero,
.hero-modern {
    position: relative;
    overflow: hidden;
    min-height: 84vh;
    padding-top: clamp(72px, 10vw, 128px);
    background:
        radial-gradient(circle at 20% 18%, rgba(142,225,83,.28), transparent 38%),
        radial-gradient(circle at 80% 20%, rgba(243,207,98,.16), transparent 34%);
}
.premium-hero:after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    right: -220px;
    bottom: -240px;
    background: radial-gradient(circle, rgba(142,225,83,.2), transparent 68%);
    pointer-events: none;
}
.hero-copy h1,
.page-hero h1 {
    text-wrap: balance;
    text-shadow: 0 22px 70px rgba(0,0,0,.42);
}
.hero-copy p,
.page-hero p,
.section-head p,
.panel p,
.feature-grid p,
.gallery-card p,
.area-grid p { color: var(--muted); }
.eyebrow {
    color: #bfff82;
    letter-spacing: .19em;
}
.hero-logo-card {
    position: relative;
    overflow: hidden;
    transform: rotate(-1deg);
}
.hero-logo-card:before,
.service-card-large:after,
.panel-callout:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,.18), transparent 28%, transparent 70%, rgba(142,225,83,.12));
    pointer-events: none;
}
.hero-card-brand img,
.about-logo {
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 28px 60px rgba(0,0,0,.45);
}
.lift-card { transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.lift-card:hover {
    transform: translateY(-5px);
    border-color: rgba(142,225,83,.34);
    background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
}
.service-icon,
.steps-grid strong,
.area-grid span,
.contact-cards span {
    display: inline-grid;
    place-items: center;
    min-width: 48px;
    height: 48px;
    padding: 0 10px;
    border-radius: 18px;
    background: rgba(142,225,83,.14);
    color: #dfff87;
    border: 1px solid rgba(142,225,83,.24);
    font-size: .92rem;
    font-weight: 950;
    letter-spacing: .06em;
}
.tick-list li:before {
    color: #bfff82;
}
.gps-box {
    background: rgba(142,225,83,.08);
    border-color: rgba(142,225,83,.35);
}
input,
select,
textarea {
    background: rgba(0,0,0,.28);
    border-color: rgba(255,255,255,.14);
    color: var(--text);
}
input:focus,
select:focus,
textarea:focus {
    border-color: rgba(142,225,83,.75);
    box-shadow: 0 0 0 4px rgba(142,225,83,.13);
}
.contact-cards a {
    background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
    border-color: rgba(255,255,255,.17);
    backdrop-filter: blur(16px);
}
.gallery-placeholder {
    background:
        radial-gradient(circle at 30% 20%, rgba(142,225,83,.35), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
}
.cta-band.glass-cta {
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 20%, rgba(142,225,83,.27), transparent 40%),
        linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
}
.glass-footer {
    width: min(1180px, calc(100% - 28px));
    margin: 44px auto 16px;
    border-radius: 28px;
}
.sticky-contact {
    background: rgba(8,17,12,.76);
    border-color: rgba(255,255,255,.18);
}
.reviews-grid .review-card { min-height: 180px; }
.admin-logo-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(18,32,21,.2);
}
.admin-body {
    background:
        radial-gradient(circle at 12% 6%, rgba(142,225,83,.16), transparent 28%),
        linear-gradient(135deg, #eef6eb, #f8fbf7);
}
.admin-topbar,
.admin-body .panel,
.admin-body .stat-card,
.login-card {
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
@media (max-width: 920px) {
    .glass-nav {
        top: 8px;
        width: min(100% - 18px, 1180px);
        border-radius: 22px;
    }
    .premium-hero { padding-top: 54px; }
}
@media (max-width: 700px) {
    .hero-logo-card { transform: none; }
    .glass-footer { width: calc(100% - 18px); }
    .sticky-contact { display: flex; }
}

/* Header/footer include upgrade - public site only */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.public-header {
    position: sticky;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 18px;
}
.public-header .site-logo {
    min-width: 0;
}
.public-header .site-logo span {
    min-width: 0;
}
.public-menu-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    color: var(--text);
    cursor: pointer;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.public-menu-button:hover,
.public-menu-button[aria-expanded="true"] {
    border-color: rgba(142,225,83,.45);
    background: rgba(142,225,83,.12);
}
.burger-lines {
    display: grid;
    gap: 5px;
    width: 22px;
}
.burger-lines span {
    display: block;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}
.mobile-menu-head {
    display: none;
}
.mobile-menu-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.public-nav .nav-book {
    color: #061008;
    background: linear-gradient(135deg, #8ee153, #dfff87);
    border: 0;
}
.menu-backdrop {
    display: none;
}
@media (max-width: 1100px) {
    body.menu-open {
        overflow: hidden;
    }
    .public-header {
        width: min(100% - 18px, 1180px);
        top: 8px;
        border-radius: 22px;
        padding: 10px 12px;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .public-header .site-logo {
        max-width: calc(100% - 62px);
    }
    .public-header .site-logo img {
        width: 48px;
        height: 48px;
    }
    .public-header .site-logo strong {
        font-size: .96rem;
    }
    .public-header .site-logo small {
        font-size: .72rem;
    }
    .public-menu-button {
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: auto;
    }
    .public-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1002;
        width: min(86vw, 360px);
        height: 100dvh;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 18px;
        background: rgba(8,17,12,.94);
        border-left: 1px solid rgba(255,255,255,.16);
        box-shadow: -30px 0 90px rgba(0,0,0,.5);
        backdrop-filter: blur(26px) saturate(140%);
        -webkit-backdrop-filter: blur(26px) saturate(140%);
        transform: translateX(110%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform .24s ease, opacity .24s ease, visibility .24s ease;
    }
    .public-nav.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .public-nav a {
        width: 100%;
        padding: 14px 15px;
        border-radius: 16px;
        background: rgba(255,255,255,.055);
        border: 1px solid rgba(255,255,255,.08);
        color: var(--text);
    }
    .public-nav a.active {
        border-color: rgba(142,225,83,.34);
        background: rgba(142,225,83,.13);
    }
    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 10px;
        color: var(--text);
    }
    .mobile-menu-close {
        display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 14px;
        background: rgba(255,255,255,.08);
        color: var(--text);
        font-size: 1.45rem;
        line-height: 1;
        cursor: pointer;
    }
    .mobile-menu-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 8px;
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,.12);
    }
    .mobile-menu-actions a {
        text-align: center;
        justify-content: center;
    }
    .menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1001;
        display: block;
        border: 0;
        background: rgba(0,0,0,.58);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .24s ease, visibility .24s ease;
    }
    body.menu-open .menu-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .hero-actions .btn {
        min-width: min(100%, 190px);
    }
}
@media (max-width: 820px) {
    .sticky-contact {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        transform: none;
        z-index: 1000;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(8,17,12,.82);
        border: 1px solid rgba(255,255,255,.18);
        backdrop-filter: blur(20px) saturate(140%);
        -webkit-backdrop-filter: blur(20px) saturate(140%);
    }
    .sticky-contact a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 8px;
        border-radius: 16px;
        font-size: .9rem;
        text-align: center;
    }
    .public-footer {
        padding-bottom: 96px;
    }
}
@media (max-width: 520px) {
    .public-header .site-logo small {
        display: none;
    }
    .public-header .site-logo strong {
        font-size: 1.05rem;
    }
    .hero-actions,
    .form-actions {
        width: 100%;
    }
    .hero-actions .btn,
    .form-actions .btn {
        width: 100%;
    }
}


/* Final mobile menu fix: the backdrop must sit behind the slide-out links. */
@media (max-width: 1100px) {
    .public-header {
        z-index: 5000 !important;
    }

    .public-nav {
        z-index: 5010 !important;
        pointer-events: none;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }

    .public-nav.open {
        pointer-events: auto !important;
    }

    .public-nav.open a,
    .public-nav.open button,
    .mobile-menu-actions a {
        position: relative;
        z-index: 5020;
        pointer-events: auto !important;
        touch-action: manipulation;
    }

    .menu-backdrop {
        z-index: 4900 !important;
    }

    body.menu-open .sticky-contact {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
