:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth;width:100%}body{color:#172033;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f6f9;width:100%;min-width:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow-x:hidden}#root{width:100%;min-width:0}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6,p{margin-top:0}.website-customizer{background:#eef1f5;width:100%;min-height:100vh;display:flex}.website-customizer .editor-pane{flex-shrink:0;width:430px;min-width:430px;height:100vh}.website-customizer .editor{z-index:10;background:#fff;border-right:1px solid #e5e7eb;width:100%;height:100%;position:relative;overflow:hidden auto;box-shadow:8px 0 30px #0f172a0a}.website-customizer .editor::-webkit-scrollbar{width:7px}.website-customizer .editor::-webkit-scrollbar-track{background:#f8fafc}.website-customizer .editor::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:20px}.website-customizer .editor::-webkit-scrollbar-thumb:hover{background:#9ca3af}.website-customizer .editor-header{z-index:20;-webkit-backdrop-filter:blur(14px);background:#fffffff7;border-bottom:1px solid #edf0f4;align-items:center;gap:12px;min-height:82px;padding:16px 18px;display:flex;position:sticky;top:0}.website-customizer .editor-back-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;line-height:1;transition:background .2s,border-color .2s,transform .2s;display:flex}.website-customizer .editor-back-button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translate(-2px)}.website-customizer .editor-header-title{flex:1;min-width:0}.website-customizer .editor-header-title h1{color:#111827;margin:0;font-size:17px;font-weight:800;line-height:1.25}.website-customizer .editor-header-title span{color:#8a94a6;margin-top:3px;font-size:11px;font-weight:500;display:block}.website-customizer .editor-save-area{flex-shrink:0;align-items:center;gap:9px;display:flex}.website-customizer .save-status{white-space:nowrap;font-size:11px;font-weight:700;display:none}.website-customizer .save-status.saved{color:#16a34a}.website-customizer .save-status.unsaved{color:#d97706}.website-customizer .save-status.saving{color:#2563eb}.website-customizer .save-status.error{color:#dc2626}.website-customizer .editor-save-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9px;padding:10px 15px;font-family:inherit;font-size:13px;font-weight:800;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 5px 14px #2563eb33}.website-customizer .editor-save-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 7px 18px #2563eb40}.website-customizer .editor-save-button:disabled{opacity:.65;cursor:not-allowed}.website-customizer .editor-section{background:#fff;border:1px solid #e8ecf2;border-radius:14px;margin:12px 14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.website-customizer .editor-section:hover{border-color:#dce3ed}.website-customizer .section-header{color:#172033;cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 17px;font-family:inherit;transition:background .2s;display:flex}.website-customizer .section-header:hover{background:#f8fafc}.website-customizer .section-header>div{align-items:center;gap:12px;min-width:0;display:flex}.website-customizer .section-icon{background:#eef3ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;transition:transform .2s,background .2s;display:flex}.website-customizer .section-header:hover .section-icon{background:#e5edff;transform:scale(1.04)}.website-customizer .section-header strong,.website-customizer .section-header small{display:block}.website-customizer .section-header strong{color:#1f2937;font-size:14px;font-weight:800;line-height:1.3}.website-customizer .section-header small{color:#8a94a6;margin-top:3px;font-size:11px;line-height:1.3}.website-customizer .section-arrow{color:#667085;background:#f5f7fa;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:800;display:flex}.website-customizer .section-content{background:#fbfcfe;border-top:1px solid #f0f2f5;padding:0 17px 18px}.website-customizer .section-content label{color:#374151;margin-top:16px;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.website-customizer .section-content input[type=text],.website-customizer .section-content input[type=tel],.website-customizer .section-content input[type=email],.website-customizer .section-content input[type=url],.website-customizer .section-content input[type=number],.website-customizer .section-content input[type=date],.website-customizer .section-content textarea,.website-customizer .section-content select{color:#172033;background:#fff;border:1px solid #dce2ea;border-radius:9px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.website-customizer .section-content input[type=text]:hover,.website-customizer .section-content input[type=tel]:hover,.website-customizer .section-content input[type=email]:hover,.website-customizer .section-content input[type=url]:hover,.website-customizer .section-content input[type=number]:hover,.website-customizer .section-content input[type=date]:hover,.website-customizer .section-content textarea:hover,.website-customizer .section-content select:hover{border-color:#cbd5e1}.website-customizer .section-content input[type=text]:focus,.website-customizer .section-content input[type=tel]:focus,.website-customizer .section-content input[type=email]:focus,.website-customizer .section-content input[type=url]:focus,.website-customizer .section-content input[type=number]:focus,.website-customizer .section-content input[type=date]:focus,.website-customizer .section-content textarea:focus,.website-customizer .section-content select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.website-customizer .section-content input::placeholder,.website-customizer .section-content textarea::placeholder{color:#a0a8b5}.website-customizer .section-content textarea{resize:vertical;min-height:120px;line-height:1.6}.website-customizer .section-content input[type=file]{color:#64748b;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;width:100%;padding:9px;font-family:inherit;font-size:12px}.website-customizer .section-content input[type=file]:hover{background:#f5f8ff;border-color:#2563eb}.website-customizer .section-content img{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;display:block;box-shadow:0 5px 15px #0f172a0f}.website-customizer .section-content>p{color:#64748b;text-align:center;background:#f1f5f9;border-radius:9px;margin:16px 0;padding:13px;font-size:12px}.website-customizer .section-content>div[style*="display: flex"]{background:#fff;border:1px solid #e5e9ef;border-radius:10px;padding:9px;box-shadow:0 2px 7px #0f172a08;margin-bottom:9px!important}.website-customizer .section-content>div[style*="display: flex"] input{min-width:0}.website-customizer .section-content>div[style*="display: flex"] button{cursor:pointer;flex-shrink:0;padding:8px 12px;font-family:inherit;font-size:11px;font-weight:700;transition:background .2s,border-color .2s;color:#dc2626!important;background:#fff1f2!important;border:1px solid #fecdd3!important;border-radius:7px!important}.website-customizer .section-content>div[style*="display: flex"] button:hover{background:#ffe4e6!important;border-color:#fda4af!important}.website-customizer .section-content button[style*="background: rgb(37, 99, 235)"]{cursor:pointer;width:100%;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:800;transition:background .2s,border-color .2s;color:#2563eb!important;background:#eef3ff!important;border:1px dashed #bfd0f8!important;border-radius:9px!important;margin-top:6px!important}.website-customizer .section-content button[style*="background: rgb(37, 99, 235)"]:hover{background:#e4ecff!important;border-color:#93b0f4!important}.website-customizer .section-content select{cursor:pointer;appearance:auto}.website-customizer .preview-pane{flex:1;min-width:0;height:100vh}.website-customizer .preview{isolation:isolate;background:#eef1f5;width:100%;height:100%;position:relative;overflow:hidden auto}.website-customizer .preview::-webkit-scrollbar{width:8px}.website-customizer .preview::-webkit-scrollbar-track{background:#eef1f5}.website-customizer .preview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.website-customizer .preview::-webkit-scrollbar-thumb:hover{background:#94a3b8}.website-customizer .mobile-editor-nav{display:none}.website-customizer .mobile-hidden{display:block}@media (width<=1000px){.website-customizer .editor-pane{width:390px;min-width:390px}.website-customizer .editor-header-title h1{font-size:16px}.website-customizer .section-header{padding:15px}.website-customizer .section-content{padding-left:15px;padding-right:15px}}@media (width<=700px){.website-customizer{min-height:100vh;display:block}.website-customizer .editor-pane{width:100%;min-width:100%;height:calc(100vh - 70px)}.website-customizer .preview-pane{width:100%;min-width:0;height:calc(100vh - 70px)}.website-customizer .editor{width:100%;height:100%;box-shadow:none;border-right:none}.website-customizer .editor-header{min-height:70px;padding:12px 14px}.website-customizer .editor-back-button{width:38px;height:38px}.website-customizer .editor-header-title h1{font-size:16px}.website-customizer .editor-header-title span{font-size:10px}.website-customizer .editor-save-area{gap:0}.website-customizer .editor-save-button{padding:9px 13px;font-size:12px}.website-customizer .editor-section{border-radius:13px;margin:10px}.website-customizer .section-header{padding:15px}.website-customizer .section-icon{width:38px;height:38px;font-size:18px}.website-customizer .section-header strong{font-size:13px}.website-customizer .section-header small{font-size:10px}.website-customizer .section-content{padding:0 14px 17px}.website-customizer .section-content label{font-size:11px}.website-customizer .section-content input[type=text],.website-customizer .section-content input[type=tel],.website-customizer .section-content input[type=email],.website-customizer .section-content input[type=url],.website-customizer .section-content input[type=number],.website-customizer .section-content input[type=date],.website-customizer .section-content textarea,.website-customizer .section-content select{padding:12px;font-size:14px}.website-customizer .mobile-editor-nav{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#fffffff7;border-top:1px solid #e5e7eb;grid-template-columns:1fr 1fr 1fr;gap:7px;height:70px;padding:7px 10px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 20px #0f172a0f}.website-customizer .mobile-editor-nav button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-family:inherit;display:flex}.website-customizer .mobile-editor-nav button span{font-size:18px;line-height:1}.website-customizer .mobile-editor-nav button small{font-size:10px;font-weight:700}.website-customizer .mobile-editor-nav button.active{color:#2563eb;background:#eef3ff}.website-customizer .mobile-editor-nav .save-nav-button{color:#fff;background:#2563eb;box-shadow:0 5px 14px #2563eb33}.website-customizer .mobile-editor-nav .save-nav-button:disabled{opacity:.65;cursor:not-allowed}.website-customizer .editor-pane.mobile-hidden,.website-customizer .preview-pane.mobile-hidden{display:none}}@media (width<=380px){.website-customizer .editor-header{padding-left:10px;padding-right:10px}.website-customizer .editor-back-button{width:35px;height:35px}.website-customizer .editor-save-button{padding:8px 11px}.website-customizer .editor-section{margin-left:8px;margin-right:8px}.website-customizer .section-header{padding:13px}.website-customizer .section-icon{width:35px;height:35px}}.website-customizer button:focus-visible,.website-customizer input:focus-visible,.website-customizer textarea:focus-visible,.website-customizer select:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.login-page{background:radial-gradient(circle at 15% 20%,#6366f12e,#0000 35%),radial-gradient(circle at 85% 80%,#3b82f629,#0000 35%),linear-gradient(135deg,#f8fafc 0%,#eef2ff 50%,#f8fafc 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-background-shape{filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.shape-one{background:#6366f114;width:420px;height:420px;top:-180px;left:-160px}.shape-two{background:#2563eb12;width:500px;height:500px;bottom:-250px;right:-180px}.login-card{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #fffc;border-radius:24px;width:100%;max-width:440px;padding:42px 42px 30px;position:relative;box-shadow:0 30px 70px #0f172a1f,0 8px 24px #0f172a0f}.login-brand{text-align:center;margin-bottom:34px}.brand-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:27px;font-weight:700;display:flex;box-shadow:0 10px 24px #4f46e540}.brand-name{letter-spacing:-.7px;color:#111827;font-size:28px;font-weight:800;line-height:1}.brand-tagline{color:#6b7280;margin-top:9px;font-size:13px;font-weight:500}.login-intro{margin-bottom:26px}.login-intro h1{letter-spacing:-.4px;color:#111827;margin:0;font-size:25px;font-weight:700;line-height:1.2}.login-intro p{color:#6b7280;margin:8px 0 0;font-size:14px}.login-form{flex-direction:column;gap:19px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:13px;font-weight:600}.form-group input{color:#111827;background:#fff;border:1px solid #dbe1ea;border-radius:11px;outline:none;width:100%;height:50px;padding:0 15px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input::placeholder{color:#9ca3af}.form-group input:hover{border-color:#c7ced9}.form-group input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:9px;padding:11px 12px;font-size:13px;line-height:1.4;display:flex}.error-icon{color:#fff;background:#dc2626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;font-size:12px;font-weight:700;display:flex}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#2563eb);border:none;border-radius:11px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;margin-top:2px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 9px 20px #4f46e538}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 25px #4f46e547}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.7}.button-arrow{font-size:18px;line-height:1}.button-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite login-spin}@keyframes login-spin{to{transform:rotate(360deg)}}.login-footer{color:#9ca3af;border-top:1px solid #eef0f4;justify-content:center;align-items:center;gap:8px;margin-top:30px;padding-top:20px;font-size:11px;display:flex}.login-footer span:first-child{color:#6b7280;font-weight:600}@media (width<=520px){.login-page{padding:16px}.login-card{border-radius:20px;padding:34px 24px 25px}.brand-name{font-size:26px}.login-intro h1{font-size:23px}.login-footer{flex-direction:column;gap:4px}.footer-dot{display:none}}.brand-logo{width:220px;max-width:80%;height:auto;margin:0 auto 10px;display:block}@media (width<=480px){.brand-logo{width:190px}}.dashboard{color:#172033;background:#f6f7f9;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.dashboard button,.dashboard select{font:inherit}.dashboard-container{width:min(1400px,100% - 48px);margin:0 auto;padding:0 0 28px}.dashboard-topbar{border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:20px;min-height:64px;display:flex}.brand-area{align-items:center;gap:10px;display:flex}.brand-mark{color:#fff;background:#172033;border-radius:9px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.brand-name{letter-spacing:-.02em;font-size:16px;font-weight:750;line-height:1.1}.brand-caption{color:#7b8494;margin-top:2px;font-size:11px;line-height:1.2}.topbar-actions{align-items:center;gap:14px;display:flex}.user-profile{align-items:center;gap:9px;display:flex}.user-avatar{color:#596273;background:#eef1f5;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.user-profile-text{flex-direction:column;gap:1px;display:flex}.user-profile-text strong{color:#273143;font-size:12px;font-weight:650;line-height:1.2}.user-profile-text span{color:#8a93a3;font-size:10px;line-height:1.2}.logout-button{color:#4c5668;cursor:pointer;background:#fff;border:1px solid #dfe4ea;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.logout-button:hover{color:#172033;background:#f8f9fb;border-color:#cfd5dd}.welcome-section{padding:28px 0 20px}.section-kicker{color:#7b8494;letter-spacing:.12em;margin-bottom:5px;font-size:10px;font-weight:750;line-height:1.2}.welcome-section h1{color:#151c2c;letter-spacing:-.035em;margin:0;font-size:clamp(24px,3vw,31px);font-weight:750;line-height:1.12}.welcome-section p{color:#737d8d;margin:7px 0 0;font-size:13px;line-height:1.45}.website-hero{background:#fff;border:1px solid #e1e5eb;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:16px 18px;display:flex;box-shadow:0 2px 7px #10182806}.website-hero-main{align-items:center;gap:12px;min-width:0;display:flex}.website-logo{color:#364152;background:#f0f3f7;border-radius:10px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.website-hero-content{min-width:0}.website-label{color:#8a93a3;letter-spacing:.12em;margin-bottom:3px;font-size:9px;font-weight:750;line-height:1.2}.website-hero-content h2{color:#171f30;letter-spacing:-.025em;margin:0;font-size:18px;font-weight:720;line-height:1.2}.website-meta{color:#7b8494;flex-wrap:wrap;align-items:center;gap:6px;margin-top:5px;font-size:10px;line-height:1.3;display:flex}.ready-indicator{color:#317653;align-items:center;gap:5px;font-weight:600;display:inline-flex}.ready-dot{background:#48a868;border-radius:50%;flex:none;width:6px;height:6px}.meta-divider{color:#c2c8d1}.website-hero-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.website-edit-button,.website-open-button{cursor:pointer;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:11px;font-weight:650;display:inline-flex}.website-edit-button{color:#354052;background:#fff;border:1px solid #dfe4ea}.website-edit-button:hover{background:#f7f8fa;border-color:#cbd1d9}.website-open-button{color:#fff;background:#172033;border:1px solid #172033}.website-open-button:hover:not(:disabled){background:#242e42}.website-open-button:disabled{opacity:.45;cursor:not-allowed}.analytics-section{margin-top:22px}.analytics-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px;display:flex}.analytics-section-header h2,.enquiries-section-header h2{color:#171f30;letter-spacing:-.025em;margin:0;font-size:18px;font-weight:720;line-height:1.2}.analytics-section-header p,.enquiries-section-header p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.4}.analytics-refresh-button{color:#596273;cursor:pointer;background:#fff;border:1px solid #dfe4ea;border-radius:7px;flex-shrink:0;align-items:center;gap:6px;min-height:31px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.analytics-refresh-button:hover:not(:disabled){background:#f8f9fb;border-color:#cbd1d9}.analytics-refresh-button:disabled{opacity:.55;cursor:not-allowed}.analytics-error{color:#a13b3b;background:#fff8f8;border:1px solid #f1d0d0;border-radius:8px;align-items:center;gap:8px;margin-bottom:10px;padding:9px 11px;font-size:11px;display:flex}.analytics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.analytics-card{background:#fff;border:1px solid #e1e5eb;border-radius:10px;min-width:0;height:112px;padding:13px 14px;position:relative;overflow:hidden;box-shadow:0 2px 7px #10182806}.analytics-card:after{display:none}.analytics-card-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.analytics-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.analytics-pageviews .analytics-icon{color:#4b61c6;background:#edf2ff}.analytics-directions .analytics-icon{color:#318151;background:#eef8f2}.analytics-whatsapp .analytics-icon{color:#2d8a63;background:#edf8f3}.analytics-phone .analytics-icon{color:#7053bd;background:#f3efff}.analytics-period{color:#9aa2af;font-size:9px;font-weight:600;line-height:1.2}.analytics-value{z-index:1;color:#151c2c;letter-spacing:-.04em;margin-top:9px;font-size:23px;font-weight:750;line-height:1;position:relative}.analytics-label{z-index:1;color:#343e4f;margin-top:4px;font-size:12px;font-weight:700;line-height:1.2;position:relative}.analytics-card p{z-index:1;color:#8992a1;max-width:220px;margin:3px 0 0;font-size:10px;line-height:1.3;position:relative}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.stat-card{background:#fff;border:1px solid #e1e5eb;border-radius:10px;align-items:center;gap:9px;min-width:0;height:64px;padding:9px 12px;display:flex;box-shadow:0 2px 7px #10182805}.stat-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.stat-icon.total{color:#526074;background:#eef2f7}.stat-icon.new{color:#b7791f;background:#fff7e8}.stat-icon.contacted{color:#4d67b7;background:#edf3ff}.stat-icon.completed{color:#347952;background:#edf8f1}.stat-card>div:last-child{min-width:0}.stat-card span{color:#7d8695;font-size:10px;line-height:1.2;display:block}.stat-card strong{color:#1a2232;margin-top:2px;font-size:17px;font-weight:720;line-height:1;display:block}.enquiries-section{margin-top:22px}.enquiries-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px;display:flex}.enquiries-total{color:#687284;background:#fff;border:1px solid #e0e5eb;border-radius:7px;flex-shrink:0;align-items:center;gap:6px;min-height:31px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.enquiry-filter-bar{align-items:center;gap:4px;margin-bottom:9px;display:flex}.filter-button{color:#707a8b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:6px;min-height:30px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.filter-button span{color:#657082;background:#e9edf2;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;display:inline-flex}.filter-button:hover{background:#fff}.filter-button.active{color:#fff;background:#172033}.filter-button.active span{color:#fff;background:#ffffff29}.enquiry-table{background:#fff;border:1px solid #e1e5eb;border-radius:11px;overflow:hidden;box-shadow:0 2px 7px #10182805}.enquiry-table-header,.enquiry-row{grid-template-columns:minmax(220px,1.25fr) minmax(180px,1fr) minmax(240px,1.05fr) 42px;align-items:center;display:grid}.enquiry-table-header{color:#8a93a1;letter-spacing:.07em;text-transform:uppercase;background:#f8f9fb;border-bottom:1px solid #e6e9ee;min-height:38px;padding:0 14px;font-size:9px;font-weight:750;line-height:1}.enquiry-row{border-bottom:1px solid #edf0f3;min-height:62px;padding:0 14px}.enquiry-row-wrapper:last-child .enquiry-row{border-bottom:0}.customer-cell{align-items:center;gap:9px;min-width:0;display:flex}.customer-avatar{color:#4f5b6e;background:#eef1f5;border-radius:50%;flex:none;justify-content:center;align-items:center;width:31px;height:31px;font-size:11px;font-weight:700;display:flex}.customer-info{flex-direction:column;gap:2px;min-width:0;display:flex}.customer-info strong{color:#263043;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:650;line-height:1.2;overflow:hidden}.customer-info a{color:#8a93a1;white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.2;text-decoration:none;overflow:hidden}.customer-info a:hover{color:#4d5a6d}.request-cell{flex-direction:column;gap:3px;min-width:0;display:flex}.request-cell strong{color:#30394a;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:650;line-height:1.2;overflow:hidden}.request-cell span{color:#8b94a3;font-size:10px;line-height:1.2}.status-cell{min-width:0}.status-control{align-items:center;gap:7px;display:flex}.status-badge{white-space:nowrap;border-radius:6px;flex:none;align-items:center;gap:4px;min-height:25px;padding:0 7px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.status-badge.new{color:#a76b16;background:#fff7e8}.status-badge.contacted{color:#4c64aa;background:#edf3ff}.status-badge.completed{color:#367c54;background:#edf8f1}.status-control select{color:#6d7686;cursor:pointer;background:#fff;border:1px solid #e0e4e9;border-radius:6px;outline:none;min-width:86px;height:25px;padding:0 22px 0 6px;font-size:9px}.status-control select:focus{border-color:#b9c1cc}.expand-button{color:#717b8c;cursor:pointer;background:#fff;border:1px solid #e2e6eb;border-radius:6px;justify-content:center;align-items:center;width:29px;height:29px;display:flex}.expand-button:hover{color:#303a4b;background:#f6f8fa;border-color:#d5dae1}.enquiry-expanded{background:#fafbfc;border-top:1px solid #edf0f3;padding:14px 18px 16px}.expanded-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.expanded-detail{color:#657082;background:#fff;border:1px solid #e4e8ed;border-radius:8px;align-items:flex-start;gap:8px;min-width:0;padding:10px;display:flex}.expanded-detail>div{min-width:0}.expanded-detail span{color:#929aa8;margin-bottom:2px;font-size:9px;line-height:1.2;display:block}.expanded-detail strong{color:#30394a;word-break:break-word;font-size:10px;font-weight:650;line-height:1.35;display:block}.expanded-message{background:#fff;border:1px solid #e4e8ed;border-radius:8px;margin-top:9px;padding:11px}.expanded-message>span{color:#8b94a2;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:700;line-height:1.2}.expanded-message p{color:#4c5668;margin:5px 0 0;font-size:11px;line-height:1.5}.expanded-actions{justify-content:flex-end;margin-top:10px;display:flex}.contact-customer-button{color:#fff;background:#172033;border-radius:7px;align-items:center;gap:6px;min-height:32px;padding:0 11px;font-size:10px;font-weight:650;text-decoration:none;display:inline-flex}.contact-customer-button:hover{background:#273247}.dashboard-loading{color:#7e8796;background:#fff;border:1px solid #e1e5eb;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:130px;font-size:11px;display:flex}.loading-spinner{border:2px solid #e1e5eb;border-top-color:#172033;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.dashboard-error{color:#a04747;background:#fff9f9;border:1px solid #efd2d2;border-radius:11px;align-items:center;gap:10px;min-height:90px;padding:16px;display:flex}.dashboard-error strong{font-size:12px;display:block}.dashboard-error p{color:#9a6666;margin:3px 0 0;font-size:10px}.dashboard-empty{text-align:center;background:#fff;border:1px solid #e1e5eb;border-radius:11px;padding:38px 20px}.empty-icon{color:#707a89;background:#f0f2f5;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 10px;display:flex}.dashboard-empty h3{color:#30394a;margin:0;font-size:13px}.dashboard-empty p{color:#8a93a2;max-width:430px;margin:6px auto 0;font-size:11px;line-height:1.45}.load-more-container{justify-content:center;padding-top:12px;display:flex}.load-more-button{color:#596273;cursor:pointer;background:#fff;border:1px solid #dfe4ea;border-radius:7px;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-size:10px;font-weight:650;display:inline-flex}.load-more-button:hover:not(:disabled){background:#f7f8fa}.load-more-button:disabled{opacity:.55;cursor:not-allowed}.dashboard-footer{color:#9aa2ae;border-top:1px solid #e3e7ec;justify-content:center;align-items:center;gap:8px;margin-top:26px;padding-top:14px;font-size:9px;display:flex}.footer-brand{color:#596273;font-weight:700}.footer-dot{color:#c3c8cf}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1100px){.analytics-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.expanded-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enquiry-table{overflow-x:auto}.enquiry-table-header,.enquiry-row{min-width:760px}}@media (width<=850px){.dashboard-container{width:min(100% - 28px,720px)}.dashboard-topbar{min-height:60px}.user-profile-text{display:none}.website-hero{flex-direction:column;align-items:flex-start}.website-hero-actions{width:100%}.website-edit-button,.website-open-button{flex:1}}@media (width<=600px){.dashboard-container{width:calc(100% - 16px);max-width:520px;margin:0 auto}.dashboard-topbar{gap:8px;min-height:56px}.brand-caption,.logout-button span{display:none}.logout-button{width:34px;padding:0}.welcome-section{padding:22px 0 16px}.welcome-section h1{font-size:24px}.welcome-section p{font-size:12px}.website-hero{padding:15px}.website-hero-main{align-items:flex-start;width:100%}.website-logo{width:40px;height:40px}.website-hero-content{min-width:0}.website-hero-content h2{font-size:17px}.website-meta{font-size:10px}.website-hero-actions{flex-direction:column;width:100%}.website-edit-button,.website-open-button{width:100%}.analytics-section-header,.enquiries-section-header{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:12px;display:flex}.analytics-section-header h2,.enquiries-section-header h2{text-align:left;width:100%;margin:0}.analytics-section-header p,.enquiries-section-header p{text-align:left;width:100%;margin:4px 0 0}.analytics-section,.enquiries-section{margin-top:20px}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.analytics-card{width:100%;min-width:0;height:104px;padding:12px}.analytics-icon{width:29px;height:29px}.analytics-value{margin-top:8px;font-size:21px}.analytics-label{margin-top:3px;font-size:11px}.analytics-card p{margin-top:2px;font-size:9px;line-height:1.25}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.stat-card{width:100%;min-width:0;height:58px;padding:8px 9px}.stat-icon{width:29px;height:29px}.stat-card strong{font-size:16px}.enquiry-filter-bar{width:100%;padding-bottom:2px;overflow-x:auto}.filter-button{flex-shrink:0}.expanded-grid{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.enquiry-expanded{box-sizing:border-box;width:100%;padding:12px}.dashboard-footer{flex-wrap:wrap;margin-top:22px}}@media (width<=380px){.dashboard-container{width:calc(100% - 12px)}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.analytics-card{height:100px;padding:10px}.analytics-value{font-size:19px}.analytics-label{font-size:10px}.analytics-card p{font-size:8px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.stat-card{height:58px}}*{box-sizing:border-box}.public-site{color:#172033;background:#fff;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.public-container{width:min(1120px,100% - 40px);margin:0 auto}.public-loading,.public-error{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;display:flex}.public-loading{flex-direction:column}.loading-spinner{border:4px solid #ddd;border-top-color:#2563eb;border-radius:50%;width:42px;height:42px;margin:0 auto 16px;animation:.8s linear infinite spin}.error-card{text-align:center;background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #00000014}.error-icon{margin-bottom:15px;font-size:42px}.public-header{z-index:100;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #edf0f5;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.public-brand{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:12px;padding:0;text-decoration:none;display:flex}.public-logo,.brand-placeholder{border-radius:12px;width:48px;height:48px}.public-logo{object-fit:contain;background:#f5f7fa}.brand-placeholder{background:#eef3ff;justify-content:center;align-items:center;font-size:22px;display:flex}.public-brand strong{font-size:16px;display:block}.public-brand span{color:#7a8496;margin-top:2px;font-size:12px;display:block}.header-actions{align-items:center;gap:10px;display:flex}.header-call,.header-whatsapp{border-radius:9px;padding:10px 17px;font-size:14px;font-weight:700;text-decoration:none}.header-call{color:#2563eb;background:#eef3ff}.header-whatsapp{color:#fff;background:#20b86a}.public-nav{justify-content:center;align-items:center;gap:6px;margin-left:auto;display:flex}.public-nav button{appearance:none;color:#374151;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;margin:0;padding:10px 15px;font-family:inherit;font-size:14px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}.public-nav button:hover{color:#2563eb;background:#f3f6fb;border-color:#cfd8e6;transform:translateY(-1px);box-shadow:0 4px 10px #141e320f}.public-nav button.nav-active{color:#2563eb;background:#eef3ff;border-color:#cbdcff}.public-nav button:active{box-shadow:none;transform:translateY(0)}.public-nav button:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.hero-section{background:radial-gradient(circle at 80% 20%,#2563eb1a,#0000 35%),linear-gradient(135deg,#f7f9ff,#fff);padding:90px 0}.hero-content{display:block}.hero-text{max-width:820px}.hero-text h1{color:#172033;letter-spacing:-2px;max-width:800px;margin:18px 0;font-size:clamp(42px,6vw,64px);font-weight:800;line-height:1.05}.hero-text h1 span{color:#2563eb;letter-spacing:-.8px;margin-top:10px;font-size:clamp(24px,3vw,34px);font-weight:600;line-height:1.15;display:block}.hero-description{color:#657085;white-space:pre-line;max-width:700px;margin:0;font-size:18px;line-height:1.7}.hero-actions{gap:12px;margin-top:26px;display:flex}.hero-primary-button,.hero-secondary-button{cursor:pointer;border-radius:10px;padding:14px 22px;font-family:inherit;font-weight:800;text-decoration:none}.hero-primary-button{color:#fff;background:#2563eb;border:none;box-shadow:0 10px 25px #2563eb38}.hero-secondary-button{color:#172033;background:#fff;border:1px solid #dfe5ef}.hero-primary-button:hover{background:#1d4ed8}.hero-secondary-button:hover{background:#f8fafc;border-color:#cfd8e6}.services-section,.gallery-section,.about-section{padding:100px 0}.section-heading{text-align:center;max-width:650px;margin:0 auto 50px}.section-heading span,.section-label{color:#2563eb;letter-spacing:1.5px;font-size:12px;font-weight:800}.section-heading h2,.about-content h2{color:#172033;letter-spacing:-1.5px;margin:10px 0 12px;font-size:42px}.section-heading p{color:#748095;line-height:1.7}.service-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-card{background:#fff;border:1px solid #e9edf4;border-radius:18px;padding:28px;transition:all .25s;position:relative}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #141e3214}.service-number{color:#dfe5ef;font-size:30px;font-weight:900;position:absolute;top:18px;right:20px}.service-icon{background:#eef3ff;border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;display:flex}.service-card h3{color:#172033;margin:22px 0 8px;font-size:18px}.empty-services{color:#788397;text-align:center;grid-column:1/-1}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px;display:grid}.gallery-item{cursor:pointer;background:#f5f5f5;border:none;border-radius:14px;width:100%;padding:0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 15px #00000014}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001f}.gallery-item:focus-visible{outline-offset:3px;outline:2px solid #2563eb}.gallery-item img{object-fit:cover;width:100%;height:220px;display:block}.empty-gallery{color:#888;text-align:center;padding:40px 20px}.gallery-lightbox{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#000000d1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.gallery-lightbox-content{justify-content:center;align-items:center;max-width:min(1100px,94vw);max-height:88vh;display:flex}.gallery-lightbox-content img{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:88vh;display:block;box-shadow:0 20px 60px #00000059}.gallery-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-family:inherit;font-size:30px;line-height:1;transition:background .2s,transform .2s;display:flex;position:fixed;top:20px;right:20px}.gallery-lightbox-close:hover{background:#fff3;transform:scale(1.04)}.gallery-lightbox-close:focus-visible{outline-offset:3px;outline:2px solid #fff}.about-section{background:#f7f9fc}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;display:grid}.about-visual{background:linear-gradient(145deg,#e9f0ff,#dce8ff);border-radius:28px;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.about-logo{object-fit:contain;width:auto;max-width:55%;height:auto;max-height:55%}.about-icon{font-size:100px}.about-content p{color:#68758a;font-size:16px;line-height:1.8}.about-action{color:#172033;font:inherit;cursor:pointer;background:#fff;border:1px solid #d9e0ea;border-radius:9px;margin-top:24px;padding:12px 18px;font-size:13px;font-weight:700}.about-action:hover{background:#f4f6fa;border-color:#c8d1de}.contact-section{color:#fff;background:#172033;padding:90px 0}.section-heading.light span{color:#7fa7ff}.section-heading.light h2{color:#fff}.section-heading.light p{color:#aab4c5}.contact-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.contact-card{color:#fff;background:#ffffff12;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:15px;padding:22px;text-decoration:none;display:flex}.contact-icon{background:#ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;display:flex}.contact-card span,.contact-card strong{display:block}.contact-card span{color:#98a4b8;letter-spacing:1px;font-size:10px;font-weight:800}.contact-card strong{color:#fff;margin-top:4px;font-size:14px;line-height:1.4}.public-footer{color:#8f9bad;background:#111827;padding:30px 0 90px}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-inner strong{color:#fff}.footer-inner p{margin:4px 0 0;font-size:12px}.mobile-contact-bar{display:none}.public-site.green .hero-text h1 span,.public-site.green .section-heading span,.public-site.green .section-label{color:#159447}.public-site.green .hero-primary-button{background:#159447}.public-site.green .hero-primary-button:hover{background:#117b3a}.public-site.orange .hero-text h1 span,.public-site.orange .section-heading span,.public-site.orange .section-label{color:#ea721c}.public-site.orange .hero-primary-button{background:#ea721c}.public-site.orange .hero-primary-button:hover{background:#cf5f12}.public-site.dark{color:#f3f4f6;background:#111827}.public-site.dark .public-header{background:#111827f5;border-color:#2b3547}.public-site.dark .public-brand{color:#f3f4f6}.public-site.dark .public-brand span{color:#9ca3af}.public-site.dark .public-nav button{color:#d1d5db;background:#1b2535;border-color:#344055}.public-site.dark .public-nav button:hover{color:#fff;background:#263248;border-color:#4b5b75}.public-site.dark .public-nav button.nav-active{color:#fff;background:#293951;border-color:#4c6182}.public-site.dark .hero-section{background:radial-gradient(circle at 80% 20%,#4f70b42e,#0000 35%),linear-gradient(135deg,#111827,#172033)}.public-site.dark .hero-text h1{color:#f8fafc}.public-site.dark .hero-text h1 span{color:#93b4ff}.public-site.dark .hero-description{color:#b0bac9}.public-site.dark .hero-secondary-button{color:#f3f4f6;background:#1c2738;border-color:#3a465b}.public-site.dark .hero-secondary-button:hover{background:#263248}.public-site.dark .section-heading h2,.public-site.dark .about-content h2{color:#f3f4f6}.public-site.dark .section-heading p{color:#9ca3af}.public-site.dark .services-section{background:#131c2b}.public-site.dark .service-card{background:#1b2637;border-color:#344055}.public-site.dark .service-card h3{color:#f8fafc}.public-site.dark .service-number{color:#4b5563}.public-site.dark .service-icon{color:#b8c8e8;background:#28364d}.public-site.dark .gallery-section{background:#111827}.public-site.dark .gallery-item{background:#1b2535;box-shadow:0 8px 24px #00000040}.public-site.dark .about-section{background:#1a2434}.public-site.dark .about-visual{background:linear-gradient(145deg,#243149,#1d2839)}.public-site.dark .about-content p{color:#aeb7c6}.public-site.dark .about-action{color:#f3f4f6;background:#202c3e;border-color:#3b485d}.public-site.dark .about-action:hover{background:#2a394f}.public-site.dark .contact-section{background:#0f172a}.public-site.dark .contact-card{background:#ffffff0f;border-color:#ffffff1a}.public-site.dark .contact-card strong{color:#f8fafc}.public-site.dark .public-footer{color:#8f9bad;background:#0b1220}.service-request-section{align-items:flex-start;min-height:calc(100vh - 90px);padding:70px 20px;display:flex}.service-request-card{background:#fff;border-radius:20px;width:100%;max-width:850px;margin:40px auto 0;padding:40px;box-shadow:0 20px 60px #00000014}.form-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-group{flex-direction:column;display:flex}.form-group-full{grid-column:1/-1}.form-group label{margin-bottom:8px;font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#172033;-webkit-text-fill-color:#172033;background:#fff;border:1px solid #d7d7d7;border-radius:10px;width:100%;padding:13px 15px;font-family:inherit;font-size:15px}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#8a94a6;opacity:1}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#555;outline:none}.form-group textarea{resize:vertical;color:#172033;-webkit-text-fill-color:#172033}.form-submit-container{text-align:center;margin-top:30px}.service-request-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:14px 28px;font-size:16px;font-weight:600}.service-request-button:hover{background:#1d4ed8}.service-request-button:disabled{opacity:.6;cursor:not-allowed}.form-success{color:#176b35;text-align:center;background:#e9f8ee;border-radius:10px;margin-top:25px;padding:15px}.form-error{color:#a32626;text-align:center;background:#fff0f0;border-radius:10px;margin-top:25px;padding:15px}html{scroll-behavior:smooth}#home,#services,#gallery,#book,#about,#contact{scroll-margin-top:90px}@media (width<=900px){.header-inner{flex-wrap:wrap;height:auto;padding:12px 0}.public-nav{order:3;width:100%;margin-left:0}.hero-content{display:block}.hero-text{max-width:100%}.about-grid{grid-template-columns:1fr;gap:45px}.service-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.about-visual{min-height:300px}}@media (width<=700px){.public-container{width:min(100% - 28px,560px)}.header-actions{display:none}.public-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:5px;width:100%;margin-left:0;overflow:auto hidden}.public-nav::-webkit-scrollbar{display:none}.public-nav button{flex-shrink:0;padding:8px 11px;font-size:13px}.hero-section{padding:60px 0 50px}.hero-text{max-width:none}.hero-text h1{letter-spacing:-1.5px;margin-top:16px;font-size:40px;line-height:1.05}.hero-text h1 span{letter-spacing:-.4px;margin-top:8px;font-size:24px;line-height:1.2}.hero-description{white-space:pre-line;font-size:15px;line-height:1.6}.hero-actions{flex-direction:column;margin-top:24px}.hero-primary-button,.hero-secondary-button{text-align:center;width:100%}.services-section,.gallery-section,.about-section{padding:70px 0}.section-heading h2,.about-content h2{color:#172033;font-size:32px}.service-grid{grid-template-columns:1fr}.service-card h3{color:#172033}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:220px}.about-action{width:100%}.contact-section{padding:70px 0 100px}.footer-inner{flex-direction:column;align-items:flex-start;gap:15px}.public-footer{padding-bottom:100px}.mobile-contact-bar{z-index:200;-webkit-backdrop-filter:blur(12px);background:#fffffff5;border-top:1px solid #e5e7eb;grid-template-columns:1fr 1fr;gap:8px;padding:8px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-contact-bar a{text-align:center;border-radius:9px;padding:13px;font-size:14px;font-weight:800;text-decoration:none}.mobile-call{color:#fff;background:#2563eb}.mobile-wa{color:#fff;background:#20b86a}.service-request-section{padding:45px 15px}.service-request-card{margin-top:30px;padding:25px 20px}.form-grid{grid-template-columns:1fr;gap:18px}.form-group-full{grid-column:auto}.service-request-button{width:100%}.form-group input,.form-group select,.form-group textarea{color:#172033;-webkit-text-fill-color:#172033}.gallery-lightbox{padding:16px}.gallery-lightbox-content{max-width:96vw;max-height:84vh}.gallery-lightbox-content img{border-radius:10px;max-width:96vw;max-height:84vh}.gallery-lightbox-close{width:38px;height:38px;font-size:28px;top:12px;right:12px}}@media (width<=380px){.public-container{width:calc(100% - 20px)}.hero-text h1{letter-spacing:-1.2px;font-size:36px}.hero-text h1 span{font-size:22px}.hero-description{white-space:pre-line;font-size:14px;line-height:1.55}.public-nav button{padding:8px 10px;font-size:12px}.section-heading h2,.about-content h2{font-size:29px}.service-card{padding:22px}}
