@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap");
:root{--primary:#6d28d9;--accent:#f59e0b;--ink:#17131f;--muted:#6f6879;--surface:#fff;--soft:#f7f5fa;--line:#e8e3ed;--success:#0d8a52;--danger:#c93737;--radius:14px;--button-radius:8px;--header-bg:#ffffff;--header-text:#17131f;--footer-bg:#17131f;--footer-text:#eee8f4;--font:Inter,sans-serif;--heading-font:Inter,sans-serif;--shadow:0 16px 45px rgba(34,22,49,.09)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%}.topbar{height:72px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--primary);color:#fff}.topbar nav{display:flex;align-items:center;gap:20px;font-weight:650;font-size:14px}.nav-user{color:var(--muted)}main{min-height:calc(100vh - 150px)}.hero{max-width:1240px;margin:auto;padding:76px 28px 52px;display:grid;grid-template-columns:1.05fr .95fr;gap:62px;align-items:center}.hero-reference{border-radius:28px;overflow:hidden;box-shadow:0 30px 65px rgba(34,22,49,.18);background:#f1edf5}.hero-reference img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.eyebrow{display:inline-flex;background:#f1ebff;color:var(--primary);font-weight:750;border-radius:999px;padding:8px 13px;font-size:13px}.hero h1{font-size:clamp(42px,5.5vw,72px);letter-spacing:-.055em;line-height:1.02;margin:20px 0}.hero p{color:var(--muted);font-size:18px;max-width:590px}.hero-card{background:linear-gradient(150deg,var(--primary),#25143e);border-radius:32px;min-height:460px;padding:32px;color:#fff;box-shadow:0 34px 70px rgba(61,37,87,.25);display:flex;flex-direction:column;justify-content:space-between}.hero-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-card-grid div{background:rgba(255,255,255,.12);padding:20px;border-radius:18px;backdrop-filter:blur(8px)}.hero-card strong{font-size:26px;display:block}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;font-weight:750;cursor:pointer;background:var(--primary);color:#fff;font:inherit}.btn.secondary,button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn.danger,button.danger{background:var(--danger)}.btn.small,button.small{padding:8px 12px;font-size:13px}.section{max-width:1240px;margin:auto;padding:56px 28px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section h2{font-size:34px;letter-spacing:-.035em;margin:0}.muted{color:var(--muted)}.category-grid,.service-grid,.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:var(--surface);box-shadow:0 8px 28px rgba(39,27,52,.04)}.category-card{transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.icon-box{width:50px;height:50px;border-radius:16px;background:#f1ebff;color:var(--primary);display:grid;place-items:center;font-size:23px;margin-bottom:28px}.service-card h3,.card h3{margin:8px 0}.price{font-size:20px;font-weight:800;color:var(--primary)}.service-art{height:150px;border-radius:15px;background:linear-gradient(135deg,#f4ecff,#fff4df);display:grid;place-items:center;font-size:48px}.how{background:var(--soft)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.step-no{font-size:54px;font-weight:900;color:#e4d8f5}.auth-wrap{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1fr 1fr}.auth-art{background:linear-gradient(145deg,var(--primary),#2c1741);color:white;padding:70px;display:flex;flex-direction:column;justify-content:center}.auth-art h1{font-size:48px;line-height:1.05}.auth-panel{display:grid;place-items:center;padding:36px}.form-card{width:min(100%,480px)}label{display:block;font-weight:700;margin:15px 0 7px}input,select,textarea{width:100%;border:1px solid #dcd5e3;background:#fff;border-radius:11px;padding:12px 13px;font:inherit;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:3px solid color-mix(in srgb,var(--primary) 18%,transparent);border-color:var(--primary)}textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-shell{display:grid;grid-template-columns:245px 1fr;min-height:calc(100vh - 72px)}.sidebar{background:#1d1527;padding:28px 18px;color:#d9cfe3}.sidebar-title{font-weight:800;color:white;padding:4px 12px 22px}.sidebar a{display:block;padding:11px 13px;border-radius:10px;margin:4px 0}.sidebar a:hover{background:rgba(255,255,255,.09);color:#fff}.portal-main{padding:34px;overflow:auto;background:#faf9fb}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-head h1{margin:0;font-size:31px}.stat-card strong{display:block;font-size:30px;margin-top:8px}.table-wrap{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:auto;margin-top:20px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{background:#faf8fc;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#eee8f4;font-size:12px;font-weight:800;text-transform:capitalize}.badge.completed,.badge.active,.badge.approved{background:#dbf6e9;color:#087345}.badge.cancelled,.badge.suspended,.badge.rejected{background:#ffe2e2;color:#a12222}.badge.in_progress,.badge.assigned,.badge.on_the_way{background:#e1ecff;color:#2259a8}.flash{margin:16px auto;padding:13px 17px;border-radius:11px;max-width:1180px;background:#e6f8ef;color:#087345}.flash.error{background:#ffe7e7;color:#a12222}.flash.warning{background:#fff2d7;color:#8a5800}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.stack{display:grid;gap:18px}.filters{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.filters label{margin:0}.filters input,.filters select{min-width:150px}.empty{text-align:center;padding:45px;color:var(--muted)}.timeline{border-left:2px solid #ddd3e7;margin-left:8px;padding-left:22px}.timeline-item{position:relative;margin:18px 0}.timeline-item:before{content:"";width:12px;height:12px;background:var(--primary);border-radius:50%;position:absolute;left:-29px;top:6px}.service-option{display:flex;gap:14px;align-items:center}.service-option input{width:auto}.service-option label{margin:0}.danger-zone{border-color:#f0b8b8}.installer{max-width:820px;margin:50px auto;padding:0 24px}.install-brand{text-align:center;margin-bottom:26px}.check-list{display:grid;gap:8px}.check{padding:11px 13px;background:var(--soft);border-radius:10px;display:flex;justify-content:space-between}.ok{color:var(--success)}.bad{color:var(--danger)}footer{padding:30px;text-align:center;color:var(--muted);border-top:1px solid var(--line);font-size:14px}
.service-art img{width:100%;height:100%;object-fit:cover;border-radius:15px}.offer-card{min-height:210px}.offer-1{background:#f2eff8}.offer-2{background:#dff6f4}.offer-3{background:#e3efff}
.topbar{background:var(--header-bg);color:var(--header-text)}body{font-family:var(--font)}h1,h2,h3,.brand{font-family:var(--heading-font)}.btn,button{border-radius:var(--button-radius)}.header-cta{background:var(--primary);color:#fff!important;padding:9px 14px;border-radius:var(--button-radius)}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:48px clamp(20px,5vw,72px) 22px;text-align:left;border:0}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:36px}.footer-grid a{display:block;margin:9px 0;opacity:.82}.footer-grid p{max-width:320px;opacity:.8}.footer-bottom{max-width:1240px;margin:38px auto 0;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--footer-text) 18%,transparent);text-align:center;opacity:.75}.portal-footer{padding:24px}.map-canvas{height:380px;border-radius:var(--radius);background:#eef1f5;overflow:hidden}.tracking-status{display:flex;align-items:center;gap:8px}.tracking-dot{width:10px;height:10px;background:var(--success);border-radius:50%;box-shadow:0 0 0 5px #0d8a5220}.builder-preview{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.builder-preview-header{padding:18px;background:var(--header-bg);color:var(--header-text)}.document-card{display:flex;justify-content:space-between;align-items:center;gap:18px}.queue-failed{color:var(--danger)}
/* Corporate portal design */
.portal-shell{grid-template-columns:252px minmax(0,1fr);background:#f4f6fa}.sidebar{background:#fff;color:#607086;border-right:1px solid #e5e9f0;padding:25px 16px;box-shadow:6px 0 28px rgba(25,42,70,.025)}.sidebar-title{color:#111827;text-transform:uppercase;letter-spacing:.11em;font-size:11px;padding:7px 13px 19px}.sidebar a{display:flex;align-items:center;gap:11px;padding:11px 13px;font-weight:650;font-size:14px;border-radius:10px}.sidebar a:hover,.sidebar a.active{background:color-mix(in srgb,var(--primary) 9%,#fff);color:var(--primary)}.nav-glyph{width:9px;height:9px;border:2px solid currentColor;border-radius:3px;opacity:.72}.sidebar a.active .nav-glyph{background:var(--primary);border-color:var(--primary)}.portal-main{padding:34px clamp(22px,3.2vw,48px);background:#f4f6fa}.portal-main .card,.portal-main .table-wrap{box-shadow:0 5px 18px rgba(30,50,80,.035);border-color:#e5e9f0}.portal-main .page-head h1{font-size:32px;letter-spacing:-.035em}.dashboard-head{align-items:flex-end}.dashboard-head p{margin:7px 0 0}.dashboard-stats .stat-card{min-height:148px;display:flex;flex-direction:column;justify-content:center}.dashboard-stats .stat-card small{color:#8090a4;margin-top:8px}.dashboard-stats .stat-card .positive{color:#159361}.dashboard-stats .primary-stat{background:linear-gradient(145deg,var(--primary),color-mix(in srgb,var(--primary) 70%,#071b38));color:#fff;border:0}.dashboard-stats .primary-stat span,.dashboard-stats .primary-stat small{color:#fff;opacity:.82}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(260px,.8fr);gap:20px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.panel-head h2{margin:0}.panel-head p{margin:4px 0}.chart-panel{min-height:370px}.bar-chart{height:260px;display:flex;gap:10px;align-items:flex-end;margin-top:24px;border-bottom:1px solid #e5e9f0}.bar-column{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;min-width:20px}.bar-track{height:190px;width:min(34px,72%);display:flex;align-items:flex-end;background:#eff2f7;border-radius:8px 8px 0 0;overflow:hidden}.bar-fill{width:100%;background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 70%,#7ec8ff),var(--primary));border-radius:8px 8px 0 0;min-height:3px}.bar-column>span{font-size:11px;color:#7b8797;padding:9px 0}.bar-value{font-size:9px;color:#687588;height:27px;writing-mode:vertical-rl;transform:rotate(180deg);overflow:hidden}.status-panel{display:flex;flex-direction:column}.status-list{display:grid;gap:4px;margin:17px 0 auto}.status-list>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf0f4}.status-list span{display:flex;align-items:center;gap:9px}.status-swatch{width:9px;height:9px;border-radius:50%;background:#a8b2c2}.status-swatch.completed{background:#16a36c}.status-swatch.cancelled{background:#e45b5b}.status-swatch.assigned,.status-swatch.on_the_way,.status-swatch.in_progress{background:#377cf6}.status-swatch.pending,.status-swatch.confirmed{background:#f2a51a}.alert-grid{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.alert-card{display:flex;align-items:center;gap:10px;background:#eaf2ff;color:#1e5bb5;border:1px solid #cadfff;border-radius:11px;padding:10px 15px}.alert-card strong{font-size:20px}.alert-card.amber{background:#fff6df;color:#8a5d05;border-color:#f4dfa5}.alert-card.red{background:#fff0f0;color:#a33030;border-color:#f0c8c8}.badge.sent,.badge.queued{background:#dbf6e9;color:#087345}.badge.failed{background:#ffe2e2;color:#a12222}.cms-module .card{padding:clamp(28px,5vw,64px)}.cms-copy{max-width:780px;font-size:17px;margin-top:12px}
.selected-location{border:2px solid var(--primary)!important;background:color-mix(in srgb,var(--primary) 5%,#fff)!important}
.customization-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customization-card{display:flex;gap:20px;align-items:flex-start;min-height:180px;transition:.2s}.customization-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--primary) 45%,#e5e9f0);box-shadow:0 15px 35px rgba(30,50,80,.08)}.customization-card h2{margin:3px 0 8px}.customization-card p{margin:0 0 18px}.customization-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--primary) 10%,#fff);font-size:24px}.module-link,.module-back{color:var(--primary);font-weight:750}.module-back{display:block;margin-bottom:12px}
.stats-grid,.grid-3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.stat-card{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff}.stat-card.accent{background:linear-gradient(145deg,var(--primary),color-mix(in srgb,var(--primary) 70%,#071b38));color:#fff}.chart-bars{min-height:190px;display:flex;align-items:flex-end;gap:16px;padding:20px 4px 0;overflow:auto}.chart-month{min-width:52px;text-align:center}.bar-group{height:155px;display:flex;align-items:flex-end;justify-content:center;gap:5px}.bar{width:16px;border-radius:6px 6px 2px 2px;display:block}.bar.income{background:var(--primary)}.bar.expense{background:var(--accent)}code{background:#f0edf4;padding:2px 6px;border-radius:5px}
@media(max-width:900px){.hero,.auth-wrap{grid-template-columns:1fr}.hero{padding-top:42px}.hero-card{min-height:330px}.category-grid,.service-grid,.stat-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.steps,.split,.dashboard-grid,.customization-grid,.grid-3{grid-template-columns:1fr}.auth-art{display:none}.portal-shell{grid-template-columns:1fr}.sidebar{display:flex;overflow:auto;padding:10px;border-right:0;border-bottom:1px solid #e5e9f0}.sidebar-title{display:none}.sidebar a{white-space:nowrap}.portal-main{padding:22px 15px}.topbar{padding:0 18px}.topbar nav a:not(:last-child),.nav-user{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.category-grid,.service-grid,.stat-grid,.form-row{grid-template-columns:1fr}.hero h1{font-size:42px}.hero{padding-left:20px;padding-right:20px}.section{padding-left:20px;padding-right:20px}.topbar nav{gap:9px}}
