/* «Слот» — дизайн-система Gleap (editorial-serif + кремовий + лілово-блакитні пастелі)
   застосована до демо-салону Velora Beauty. Demo MaxICo Labs. */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --obsidian:#0a0a0a; --graphite:#333; --slate:#7b7b7b; --mist:#bcbcbc;
  --silver:#e3e0de; --bone:#f5f2f0; --paper:#fff;
  --lilac:#f1ccff; --lilac-soft:#f7e7ff; --violet:#9b5de5; --violet-deep:#7b3fd1;
  --sky:#91e0ff; --sky-soft:#e6f6ff; --green:#16a34a; --amber:#d98e00;
  --grad:linear-gradient(135deg,#c9a3ff,#9b5de5);
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Inter',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --r-card:24px; --r-lg:42px; --r-ctrl:12px; --r-pill:999px;
  --sh:0 8px 24px rgba(20,12,40,.05); --sh-sm:0 1px 2px rgba(16,24,40,.05);
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{font-family:var(--sans);color:var(--obsidian);background:var(--bone);line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3{font-weight:600;letter-spacing:-.02em;line-height:1.15}
.serif{font-family:var(--serif);font-weight:500;letter-spacing:-.01em}
.muted{color:var(--slate)}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* demo strip */
.demobar{background:var(--obsidian);color:#fff;font-size:13px}
.demobar .in{display:flex;align-items:center;gap:18px;height:42px;max-width:1280px;margin:0 auto;padding:0 20px}
.demobar b{font-weight:600}
.demobar nav{display:flex;gap:6px;margin-left:auto;flex-wrap:wrap}
.demobar nav a{padding:5px 12px;border-radius:var(--r-pill);color:#cfc9d6;font-weight:500;transition:.15s}
.demobar nav a:hover{background:#ffffff14;color:#fff}
.demobar nav a.on{background:var(--violet);color:#fff}
.demobar .ml{color:#9a93a6}

/* buttons */
.btn{font-family:var(--sans);font-size:15px;font-weight:600;border:none;border-radius:var(--r-ctrl);
  padding:12px 20px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;justify-content:center;transition:.18s;white-space:nowrap}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 6px 18px rgba(155,93,229,.32)}
.btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}
.btn-dark{background:var(--obsidian);color:#fff}.btn-dark:hover{background:#222}
.btn-lilac{background:var(--lilac-soft);color:var(--violet-deep)}
.btn-ghost{background:transparent;color:var(--obsidian);border:1px solid var(--silver)}
.btn-ghost:hover{background:var(--bone)}
.btn-block{width:100%}
.btn[disabled]{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}

/* pills / tags / badges */
.tag{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--violet-deep);
  background:var(--lilac-soft);border-radius:var(--r-pill);padding:7px 14px}
.chip{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:5px 11px;border-radius:var(--r-pill)}
.chip-ok{background:#eafaf0;color:var(--green)} .chip-now{background:var(--lilac-soft);color:var(--violet-deep)}
.chip-plan{background:#fff4e0;color:var(--amber)} .chip-new{background:var(--sky-soft);color:#1d7fb0}
.chip-reg{background:var(--bone);color:var(--slate)}
.delta{color:var(--green);font-size:13px;font-weight:600}

/* cards */
.card{background:var(--paper);border:1px solid var(--silver);border-radius:var(--r-card);box-shadow:var(--sh)}
.pad{padding:24px}
.avatar{border-radius:50%;object-fit:cover;background:var(--bone);flex:none}

/* brand wordmark */
.vlogo{font-family:var(--serif);font-weight:600;font-size:24px;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:6px}
.vlogo .sp{color:var(--violet)}
.vlogo small{display:block;font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.22em;color:var(--slate);margin-top:-3px}

/* ============ LANDING (book.html) ============ */
.nav{background:var(--paper);border-bottom:1px solid var(--silver)}
.nav .in{display:flex;align-items:center;gap:30px;height:74px}
.nav .menu{display:flex;gap:26px;font-size:15px;font-weight:500;color:var(--graphite)}
.nav .menu a:hover{color:var(--violet)}
.nav .contact{margin-left:auto;display:flex;align-items:center;gap:9px;line-height:1.2}
.nav .contact .ico{width:34px;height:34px;border-radius:10px;background:var(--lilac-soft);color:var(--violet-deep);display:grid;place-items:center;flex:none;font-size:15px}
.nav .contact b{font-size:14.5px}
.book-layout{display:grid;grid-template-columns:1fr 372px;gap:30px;align-items:start;padding:34px 0 60px}
.hero-card{position:relative;border-radius:var(--r-card);overflow:hidden;min-height:300px;display:flex;align-items:flex-end;
  background:linear-gradient(120deg,#f6ecff,#fbeef4)}
.hero-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-card .ov{position:relative;padding:34px;background:linear-gradient(0deg,rgba(0,0,0,.42),transparent 70%);width:100%;color:#fff}
.hero-top{padding:8px 0 26px}
.hero-top h1{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:500;line-height:1.08}
.hero-top p{color:var(--slate);font-size:17px;margin:16px 0 22px;max-width:440px}
.trust{display:flex;gap:14px;flex-wrap:wrap}
.trust .t{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:500}
.trust .ic{width:38px;height:38px;border-radius:11px;background:var(--lilac-soft);color:var(--violet-deep);display:grid;place-items:center;flex:none}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin:6px 0 18px}
.sec-head h2{font-family:var(--serif);font-size:26px;font-weight:600}
.sec-head a{font-size:14px;font-weight:600;color:var(--violet)}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.svc-card{border:1px solid var(--silver);border-radius:18px;overflow:hidden;background:var(--paper);transition:.18s;cursor:pointer}
.svc-card:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.svc-card.on{border-color:var(--violet);box-shadow:0 0 0 2px var(--lilac)}
.svc-card img{width:100%;height:120px;object-fit:cover}
.svc-card .b{padding:13px 14px 15px}
.svc-card .nm{font-weight:600;font-size:14.5px;min-height:38px}
.svc-card .meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px}
.svc-card .pr{font-weight:700}
.svc-card .du{font-size:12.5px;color:var(--slate)}
.svc-card .pick{margin-top:11px;width:100%;font-size:13.5px;font-weight:600;color:var(--violet-deep);background:var(--lilac-soft);border:none;border-radius:9px;padding:8px;cursor:pointer}
.masters{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.m-card{border:1px solid var(--silver);border-radius:16px;padding:16px;background:var(--paper);transition:.18s}
.m-card:hover{box-shadow:var(--sh)}
.m-card .avatar{width:60px;height:60px;margin-bottom:12px}
.m-card b{font-size:15px;display:block}
.m-card .rl{color:var(--violet);font-size:12.5px;font-weight:600;margin-top:2px}
.m-card .sk{font-size:12.5px;color:var(--slate);margin:8px 0 10px;line-height:1.45}
.m-card .rt{font-size:13px;font-weight:600;border-top:1px solid var(--bone);padding-top:9px}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid var(--silver);margin-top:30px;padding-top:24px}
.trust-strip .t{display:flex;gap:12px;align-items:center}
.trust-strip .ic{width:40px;height:40px;border-radius:11px;background:var(--bone);display:grid;place-items:center;color:var(--violet-deep);flex:none}
.trust-strip b{display:block;font-size:14px}.trust-strip span{font-size:12.5px;color:var(--slate)}
/* booking rail */
.rail{position:sticky;top:18px}
.rail h3{font-size:17px;margin-bottom:14px}
.rail .picked{display:flex;gap:12px;align-items:center;border:1px solid var(--silver);border-radius:14px;padding:11px}
.rail .picked img{width:48px;height:48px;border-radius:10px;object-fit:cover}
.rail .picked .x{margin-left:auto;color:var(--mist);cursor:pointer;font-size:18px;background:none;border:none}
.rowline{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--silver);font-size:14px}
.rowline .lbl{color:var(--slate)}.rowline a{color:var(--violet);font-weight:600;font-size:13px;cursor:pointer}
.daystrip{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:12px 0}
.daystrip .dy{text-align:center;padding:7px 0;border-radius:11px;border:1px solid transparent;cursor:pointer;font-size:13px}
.daystrip .dy small{display:block;color:var(--slate);font-size:11px;margin-bottom:2px}
.daystrip .dy:hover{background:var(--bone)}
.daystrip .dy.on{background:var(--lilac-soft);border-color:var(--violet);color:var(--violet-deep);font-weight:700}
.timegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:6px}
.tslot{text-align:center;padding:9px 0;border:1px solid var(--silver);border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:.12s}
.tslot:hover{border-color:var(--violet)}
.tslot.on{background:var(--lilac-soft);border-color:var(--violet);color:var(--violet-deep);font-weight:700}
.tslot.off{opacity:.4;cursor:not-allowed;background:var(--bone)}
.field{display:flex;align-items:center;gap:10px;border:1px solid var(--silver);border-radius:11px;padding:11px 13px;margin-top:9px;color:var(--slate);font-size:14px}
.field input{border:none;outline:none;flex:1;font-family:var(--sans);font-size:14px;color:var(--obsidian);background:none}
.total{display:flex;justify-content:space-between;align-items:baseline;margin:16px 0 12px}
.total .v{font-size:22px;font-weight:700}

/* ============ CRM (admin.html) ============ */
.crm{display:grid;grid-template-columns:248px 1fr;min-height:100vh;background:var(--bone)}
.sidebar{background:var(--paper);border-right:1px solid var(--silver);padding:22px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}
.sidebar .vlogo{padding:0 8px 22px}
.snav{display:flex;flex-direction:column;gap:2px}
.snav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;font-size:14.5px;font-weight:500;color:var(--graphite);transition:.14s}
.snav a:hover{background:var(--bone)}
.snav a.on{background:var(--lilac-soft);color:var(--violet-deep);font-weight:600}
.snav a .ic{width:19px;height:19px;flex:none}
.snav .badge{margin-left:auto;background:var(--violet);color:#fff;font-size:11px;font-weight:700;border-radius:var(--r-pill);padding:1px 7px}
.up-card{margin-top:auto;background:linear-gradient(160deg,#f7e7ff,#fbeef4);border-radius:18px;padding:16px}
.up-card .ic{width:34px;height:34px;border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--violet);margin-bottom:10px}
.up-card b{font-size:14px}.up-card p{font-size:12.5px;color:var(--graphite);margin:4px 0 12px}
.up-card .btn{width:100%;font-size:13.5px;padding:9px}
.ws{display:flex;align-items:center;gap:10px;padding:11px 8px 0;margin-top:14px;border-top:1px solid var(--silver);font-size:13.5px;font-weight:600;color:var(--graphite)}
.ws .d{width:26px;height:26px;border-radius:8px;background:var(--lilac-soft);display:grid;place-items:center;color:var(--violet)}
.main{padding:26px 30px 40px;min-width:0}
.topbar2{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}
.topbar2 h1{font-family:var(--serif);font-size:38px;font-weight:600;line-height:1}
.topbar2 .sub{color:var(--slate);font-size:14px;margin-top:8px}
.topbar2 .right{margin-left:auto;display:flex;align-items:center;gap:14px}
.search{display:flex;align-items:center;gap:9px;background:var(--paper);border:1px solid var(--silver);border-radius:12px;padding:10px 14px;width:300px;color:var(--slate);font-size:14px}
.search input{border:none;outline:none;background:none;flex:1;font-family:var(--sans);font-size:14px}
.icobtn{width:42px;height:42px;border-radius:12px;background:var(--paper);border:1px solid var(--silver);display:grid;place-items:center;position:relative;cursor:pointer}
.icobtn .dot{position:absolute;top:-5px;right:-5px;background:var(--violet);color:#fff;font-size:10px;font-weight:700;border-radius:var(--r-pill);padding:1px 6px}
.owner{display:flex;align-items:center;gap:10px;background:var(--paper);border:1px solid var(--silver);border-radius:12px;padding:6px 12px 6px 6px}
.owner .avatar{width:34px;height:34px}
.owner b{font-size:13.5px;display:block;line-height:1.1}.owner span{font-size:11.5px;color:var(--slate)}
.datesel{display:flex;align-items:center;gap:9px;background:var(--paper);border:1px solid var(--silver);border-radius:12px;padding:10px 14px;font-size:14px;font-weight:500;cursor:pointer}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}
.kpi{background:var(--paper);border:1px solid var(--silver);border-radius:18px;padding:18px}
.kpi .ic{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;margin-bottom:14px}
.kpi.c0 .ic{background:var(--lilac-soft);color:var(--violet-deep)} .kpi.c1 .ic{background:var(--sky-soft);color:#1d7fb0}
.kpi.c2 .ic{background:#ffe9f3;color:#c43d77} .kpi.c3 .ic{background:#eafaf0;color:var(--green)}
.kpi .k{font-size:13.5px;color:var(--slate)}
.kpi .v{font-size:27px;font-weight:700;letter-spacing:-.02em;margin:3px 0 4px}
.grid3{display:grid;grid-template-columns:1.15fr 1.25fr 1fr;gap:16px;margin-bottom:18px}
.grid3b{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.panel{background:var(--paper);border:1px solid var(--silver);border-radius:18px;padding:20px}
.panel .ph{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.panel .ph h3{font-size:16px;display:flex;align-items:center;gap:9px}
.panel .ph a{font-size:13px;font-weight:600;color:var(--violet)}
.sch-item{display:flex;align-items:center;gap:12px;padding:9px 0}
.sch-item .tm{font-size:13px;font-weight:600;color:var(--slate);width:42px;flex:none}
.sch-item .avatar{width:38px;height:38px}
.sch-item .nm{font-size:14px;font-weight:600;line-height:1.15}
.sch-item .sv{font-size:12.5px;color:var(--slate)}
.sch-item .ds{width:7px;height:7px;border-radius:50%;background:var(--violet);flex:none}
.sch-add{width:100%;margin-top:10px;border:1px dashed var(--silver);background:var(--bone);border-radius:11px;padding:10px;font-size:13.5px;font-weight:600;color:var(--graphite);cursor:pointer}
.rev-big{font-size:30px;font-weight:700;letter-spacing:-.02em}
.chart{margin-top:14px}
.chart svg{width:100%;height:150px;overflow:visible}
.xaxis{display:flex;justify-content:space-between;font-size:11px;color:var(--slate);margin-top:8px}
.xaxis b{color:var(--violet-deep)}
.load-item{display:flex;align-items:center;gap:11px;padding:8px 0}
.load-item .avatar{width:36px;height:36px}
.load-item .nm{font-size:13.5px;font-weight:600;line-height:1.1}
.load-item .rl{font-size:11.5px;color:var(--slate)}
.load-item .bar{flex:1;height:7px;border-radius:var(--r-pill);background:var(--bone);overflow:hidden;min-width:60px}
.load-item .bar i{display:block;height:100%;border-radius:var(--r-pill);background:var(--grad)}
.load-item .pc{font-size:13px;font-weight:700;width:38px;text-align:right}
.cl-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--bone)}
.cl-item:first-child{border:none}
.cl-item .ini{width:38px;height:38px;border-radius:10px;background:var(--lilac-soft);color:var(--violet-deep);display:grid;place-items:center;font-weight:700;font-size:13px;flex:none}
.cl-item .nm{font-size:14px;font-weight:600;line-height:1.1}.cl-item .ph{font-size:12px;color:var(--slate)}
.cl-item .dt{font-size:12px;color:var(--slate);margin-left:auto;text-align:right;white-space:nowrap}
.ts-item{display:flex;align-items:center;gap:12px;padding:9px 0;border-top:1px solid var(--bone)}
.ts-item:first-child{border:none}
.ts-item .rk{width:24px;height:24px;border-radius:8px;background:var(--bone);display:grid;place-items:center;font-size:12px;font-weight:700;color:var(--slate);flex:none}
.ts-item .rk.top{background:var(--lilac-soft);color:var(--violet-deep)}
.ts-item .nm{font-size:13.5px;font-weight:500}
.ts-item .c{margin-left:auto;font-size:12.5px;color:var(--slate);white-space:nowrap}
.rm-item{display:flex;gap:12px;padding:10px 0;border-top:1px solid var(--bone)}
.rm-item:first-child{border:none}
.rm-item .ic{width:34px;height:34px;border-radius:10px;background:var(--bone);display:grid;place-items:center;color:var(--violet-deep);flex:none}
.rm-item .t{font-size:13.5px;font-weight:600}.rm-item .s{font-size:12px;color:var(--slate)}
.rm-item .tm{margin-left:auto;font-size:11.5px;color:var(--slate);white-space:nowrap}

/* ============ BOT (bot.html) ============ */
.bot-layout{display:grid;grid-template-columns:1fr 360px 1fr;gap:28px;align-items:start;padding:40px 0 60px}
.bot-mkt h1{font-family:var(--serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:500;line-height:1.05;margin:14px 0}
.bot-mkt p.lead{color:var(--slate);font-size:16px;max-width:380px;margin-bottom:24px}
.flist{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.flist .f{display:flex;gap:13px}
.flist .ic{width:42px;height:42px;border-radius:12px;background:var(--lilac-soft);color:var(--violet-deep);display:grid;place-items:center;flex:none}
.flist b{font-size:14.5px}.flist span{font-size:13px;color:var(--slate)}
.bot-struct{border:1px solid var(--silver);background:var(--paper);border-radius:16px;padding:18px}
.bot-struct .h{font-size:14.5px;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:12px}
.bot-struct ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.bot-struct li{display:flex;gap:10px;font-size:12.5px;line-height:1.4}
.bot-struct li .cmd{font-weight:600;color:var(--violet-deep);white-space:nowrap}
.bot-struct li .ar{color:var(--slate)}
.bot-struct .note{margin-top:12px;padding-top:11px;border-top:1px solid var(--bone);font-size:12px;color:var(--slate)}
.phone{background:#000;border-radius:42px;padding:10px;box-shadow:0 30px 60px rgba(20,12,40,.22);max-width:340px;margin:0 auto}
.phone .scr{background:#efe9f2;border-radius:33px;overflow:hidden;height:680px;display:flex;flex-direction:column}
.tg-top{background:var(--paper);padding:13px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--silver)}
.tg-top .av{width:34px;height:34px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px}
.tg-top b{font-size:14px;line-height:1.1}.tg-top span{font-size:11.5px;color:var(--slate)}
.tg-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:9px}
.bub{max-width:84%;padding:10px 13px;border-radius:16px;font-size:13.5px;line-height:1.4}
.bub.bot{background:var(--paper);border:1px solid var(--silver);border-bottom-left-radius:5px;align-self:flex-start}
.bub.me{background:var(--lilac);color:var(--obsidian);border-bottom-right-radius:5px;align-self:flex-end;font-weight:500}
.bub .tt{font-size:10.5px;color:var(--slate);margin-top:5px;text-align:right}
.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;align-self:stretch;margin-top:2px}
.menu-grid button{background:var(--paper);border:1px solid var(--silver);border-radius:11px;padding:9px;font-size:12.5px;font-weight:600;color:var(--graphite);cursor:pointer;display:flex;align-items:center;gap:7px;justify-content:center}
.menu-grid button:hover{border-color:var(--violet);color:var(--violet-deep)}
.menu-grid .full{grid-column:1/-1}
.mst-row{display:flex;align-items:center;gap:10px;background:var(--paper);border:1px solid var(--silver);border-radius:12px;padding:8px 10px}
.mst-row .avatar{width:32px;height:32px}
.mst-row .nm{font-size:12.5px;font-weight:600;line-height:1.1}.mst-row .rt{font-size:11px;color:var(--slate)}
.mst-row .ck{margin-left:auto;width:18px;height:18px;border-radius:50%;border:2px solid var(--silver)}
.mst-row.on .ck{background:var(--violet);border-color:var(--violet)}
.confirm-card{background:var(--paper);border:1px solid var(--silver);border-radius:14px;padding:12px;font-size:12.5px}
.confirm-card .r{display:flex;justify-content:space-between;padding:4px 0}
.confirm-card .r span{color:var(--slate)}
.tg-input{background:var(--paper);border-top:1px solid var(--silver);padding:10px 14px;display:flex;align-items:center;gap:10px;color:var(--slate);font-size:13px}
.tg-input .o{width:32px;height:32px;border-radius:50%;background:var(--grad);display:grid;place-items:center;color:#fff;margin-left:auto;flex:none}
.annots{display:flex;flex-direction:column;gap:14px}
.feat-card{border:1px solid var(--silver);background:var(--paper);border-radius:16px;padding:16px}
.feat-card .ic{width:38px;height:38px;border-radius:11px;background:var(--lilac-soft);color:var(--violet-deep);display:grid;place-items:center;margin-bottom:10px}
.feat-card b{font-size:14.5px}.feat-card p{font-size:12.5px;color:var(--slate);margin:4px 0 0}

/* ============ COVER (index.html) ============ */
.cover-hero{text-align:center;padding:60px 0 30px}
.cover-hero h1{font-family:var(--serif);font-size:clamp(2.6rem,6vw,4.2rem);font-weight:500;line-height:1.04;margin:18px auto;max-width:760px}
.cover-hero p{font-size:18px;color:var(--slate);max-width:560px;margin:0 auto 26px}
.cover-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:24px 0 10px}
.entry{display:block;border:1px solid var(--silver);background:var(--paper);border-radius:var(--r-card);padding:24px;transition:.18s}
.entry:hover{transform:translateY(-3px);box-shadow:var(--sh)}
.entry .ic{width:50px;height:50px;border-radius:14px;background:var(--lilac-soft);color:var(--violet-deep);display:grid;place-items:center;margin-bottom:16px}
.entry h3{font-size:19px;margin-bottom:7px}
.entry p{font-size:14px;color:var(--slate)}
.entry .go{margin-top:14px;font-size:14px;font-weight:600;color:var(--violet)}
.ai-sec{background:var(--paper);border-top:1px solid var(--silver);margin-top:40px;padding:54px 0}
.ai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.ai-card{border:1px solid var(--silver);border-radius:18px;padding:22px;background:var(--paper)}
.ai-card .ic{width:42px;height:42px;border-radius:12px;background:var(--sky-soft);color:#1d7fb0;display:grid;place-items:center;margin-bottom:13px}
.ai-card b{font-size:15.5px}.ai-card p{font-size:13.5px;color:var(--slate);margin-top:6px}

/* footer */
.foot{background:var(--obsidian);color:#cfc9d6;padding:34px 0;font-size:13.5px}
.foot .in{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}
.foot a{color:#fff;font-weight:600}

/* responsive */
@media(max-width:980px){
  .book-layout,.bot-layout{grid-template-columns:1fr}
  .grid3,.grid3b,.kpi-grid,.svc-grid,.masters,.entry-grid,.ai-grid,.trust-strip{grid-template-columns:1fr 1fr}
  .crm{grid-template-columns:1fr}.sidebar{display:none}
  .rail{position:static;margin-top:10px}
}
@media(max-width:760px){
  .nav .menu,.nav .contact{display:none}
  .nav .in{gap:14px;height:64px}
  .nav .in .btn{margin-left:auto}
}
@media(max-width:620px){
  .kpi-grid,.svc-grid,.masters,.entry-grid,.ai-grid,.trust-strip,.grid3b{grid-template-columns:1fr}
  .demobar nav{display:none}.search{display:none}.topbar2 h1{font-size:30px}
  .hero-top h1{font-size:2.1rem}.cover-hero h1{font-size:2.4rem}
  .trust{gap:10px}.trust .t{font-size:12.5px}
}
