
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Caveat:wght@500;600&display=swap');
:root{
--navy:#0d2856;--blue:#1469ff;--violet:#6246e8;--cyan:#38bdf8;--peach:#fff0e8;
--mint:#e9fbf4;--lav:#f2efff;--yellow:#fff3a6;--coral:#ff6547;--green:#17aa79;
--text:#29405f;--muted:#74839c;--line:#dce6f2;--bg:#f4f8fc;--white:#fff;
--shadow:0 7px 22px rgba(31,55,92,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--navy);font-family:'Plus Jakarta Sans',Arial,sans-serif;font-size:12px;line-height:1.45}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 28px));margin:auto}
header{height:52px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}
header .wrap{height:100%;display:flex;align-items:center;gap:18px}.logo{font-size:24px;font-weight:800;letter-spacing:-2px}.logo b{color:var(--blue)}
.nav{display:flex;align-items:center;gap:16px;flex:1;font-size:9px;font-weight:600;color:#3f5371}.nav a.active,.nav a:hover{color:var(--blue)}
.search{height:30px;width:205px;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;padding:0 10px;color:#8b98aa;background:#fbfdff;font-size:9px}.search input{border:0;outline:0;background:none;width:100%;font-size:9px;margin-left:5px}
.actions{display:flex;gap:6px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border:1px solid #cdd9e8;border-radius:8px;background:#fff;color:var(--navy);font-size:9px;font-weight:800}.btn.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn.orange{background:#fff0e8;color:#eb603f;border-color:#ffd2c2}
.menu{display:none;border:0;background:none;font-size:20px}
.hero{background:linear-gradient(115deg,#eaf6ff,#fff 54%,#fff0e8)}.hero .wrap{display:grid;grid-template-columns:1fr 1fr;min-height:345px}.hero-copy{display:flex;justify-content:center;flex-direction:column;padding:35px 20px 35px 4px}.eyebrow{color:var(--blue);background:#e8f2ff;padding:5px 9px;border-radius:15px;font-size:8px;font-weight:800;letter-spacing:.1em;display:inline-block;width:max-content}
h1{font-size:44px;line-height:.98;letter-spacing:-2.8px;margin:12px 0;color:var(--navy)}h1 .blue{color:var(--blue)}h1 .violet{color:var(--violet)}h1 .coral{color:var(--coral)}
h2{font-size:24px;line-height:1.08;letter-spacing:-1.2px;margin:0 0 7px}h3{font-size:11px;line-height:1.2;margin:0 0 4px}p{font-size:9px;color:var(--muted);margin:0 0 7px}.lead{font-size:11px;line-height:1.55}
.hero-img{position:relative;overflow:hidden}.hero-img>img{width:100%;height:100%;object-fit:cover}.note{position:absolute;background:var(--yellow);font-family:Caveat,cursive;font-size:17px;line-height:1.02;padding:7px 9px;border-radius:4px;box-shadow:0 6px 15px #263b551f}.note.one{right:20px;top:58px;transform:rotate(-5deg)}.note.two{right:26px;bottom:40px;transform:rotate(4deg)}
.stats{background:#fff;border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:-1px}.stat{display:flex;align-items:center;gap:9px;padding:12px 18px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat .icon{width:28px;height:28px;border-radius:50%;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:14px}.stat strong{display:block;font-size:11px}.stat small{font-size:7px;color:var(--muted)}
.section{padding:30px 0}.section.lav{background:linear-gradient(115deg,#f1efff,#fff)}.section.peach{background:linear-gradient(115deg,#fff0e8,#fff)}.section.mint{background:linear-gradient(115deg,#e9fbf4,#fff)}.section.bluebg{background:linear-gradient(115deg,#eaf6ff,#fff)}
.head{display:flex;justify-content:space-between;align-items:end;margin-bottom:13px}.head p{max-width:500px}.link{font-size:8px;font-weight:800;color:var(--blue)}
.categories{display:grid;grid-template-columns:repeat(9,1fr);gap:6px}.cat{background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 3px;text-align:center;font-size:7px;color:#53637c}.cat .ci{width:25px;height:25px;margin:0 auto 4px;border-radius:50%;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:12px}.cat:nth-child(3) .ci{background:#fff0f2;color:#f45d6b}.cat:nth-child(4) .ci{background:#f1edff;color:var(--violet)}.cat:nth-child(5) .ci{background:#eafaf5;color:#12a778}.cat:nth-child(6) .ci{background:#e8fbfb;color:#18b9a3}.cat:nth-child(7) .ci{background:#fff5df;color:#e89a17}
.grid{display:grid;gap:9px}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;box-shadow:0 5px 15px rgba(32,56,92,.04)}.thumb{height:105px;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.body{padding:10px}.tag{display:inline-block;background:#edf4ff;color:#3a68d3;padding:3px 6px;border-radius:10px;font-size:7px;font-weight:800}.card p{font-size:8px}
.split{display:grid;grid-template-columns:1.5fr .6fr;gap:10px}.main-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.video{height:250px;position:relative;overflow:hidden}.video img{width:100%;height:100%;object-fit:cover}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;font-size:17px;box-shadow:0 7px 20px #0002}.offers{display:grid;gap:7px}.offer{background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px}.offer.chai{background:var(--peach);border-color:#ffd4c4}.offer strong{font-size:11px;color:var(--coral)}
.profile{background:linear-gradient(110deg,#edf7ff,#fff)}.profile .wrap{padding:24px 0;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.avatar{width:82px;height:82px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:var(--shadow)}.avatar img{width:100%;height:100%;object-fit:cover}.verified{color:var(--blue);font-size:8px}.pstats{display:flex;gap:22px;margin-top:8px}.pstats strong{display:block;font-size:13px}.pstats small{font-size:7px;color:var(--muted)}
.tabs{background:#fff;border-bottom:1px solid var(--line);display:flex;gap:18px}.tabs a{padding:9px 2px;font-size:8px;font-weight:800;color:#64728b}.tabs a.active{color:var(--blue);border-bottom:2px solid var(--blue)}
.chai-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}.choice{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px;display:flex;gap:9px;align-items:center;margin-bottom:6px}.choice.selected{border:2px solid var(--blue);background:#f4f8ff}.radio{width:14px;height:14px;border:1.5px solid #99a6b9;border-radius:50%;flex:none}.selected .radio{border:5px solid var(--blue)}.calendar{background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px}.days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.day{text-align:center;padding:6px 1px;font-size:7px;border-radius:5px}.day.active{background:#eaf2ff;color:var(--blue);font-weight:800}.times{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.time{border:1px solid var(--line);border-radius:6px;padding:6px 7px;font-size:7px}.time.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.dashboard{background:#f3f8fd}.dash{display:grid;grid-template-columns:155px 1fr;min-height:430px}.side{background:#fff;border-right:1px solid var(--line);padding:13px 8px}.side small{display:block;color:#8b97aa;font-size:7px;margin:3px 8px 10px}.side a{display:block;padding:7px 8px;border-radius:7px;font-size:8px;color:#65738c}.side a.active{background:#edf3ff;color:var(--blue);font-weight:800}.dash-main{padding:18px}.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.metric{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px}.metric strong{font-size:14px}.metric small{display:block;font-size:7px;color:var(--muted)}.dash-grid{display:grid;grid-template-columns:1.3fr .8fr;gap:8px;margin-top:8px}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px}.panel-title{font-size:9px;font-weight:800;margin-bottom:7px}.activity{display:flex;gap:7px;align-items:center;border-bottom:1px solid #edf1f6;padding:7px 0;font-size:8px}.activity:last-child{border:0}.activity .icon{width:23px;height:23px}
.business-hero{background:linear-gradient(115deg,#edf7ff,#fff1e9)}.business-hero .wrap{display:grid;grid-template-columns:1fr 1fr;min-height:280px}.business-img{overflow:hidden}.business-img img{width:100%;height:100%;object-fit:cover}
.community{background:linear-gradient(115deg,#edf7ff,#fff1e9);padding:35px 0}.community .wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center}.community-img{height:220px;border-radius:13px;overflow:hidden}.community-img img{width:100%;height:100%;object-fit:cover}
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.plan{background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px}.plan.featured{border:2px solid var(--blue)}.price{font-size:17px;font-weight:800;margin:4px 0}.plan ul{list-style:none;padding:0;margin:9px 0}.plan li{font-size:7px;color:var(--muted);padding:3px 0}.plan li:before{content:'✓';color:var(--green);font-weight:800;margin-right:5px}
.form{max-width:680px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.field{margin-bottom:9px}.field label{display:block;font-size:8px;font-weight:800;color:#52617a;margin-bottom:4px}.field input,.field textarea,.field select{width:100%;border:1px solid #d8e2ef;border-radius:7px;padding:8px;font-size:9px;outline:none}.field textarea{min-height:70px}.form-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}
footer{background:#fff;border-top:1px solid var(--line);padding:22px 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:18px}.footer h4{font-size:8px;margin:0 0 5px}.footer a,.footer p{display:block;font-size:7px;color:var(--muted);margin:3px 0}
@media(max-width:900px){.nav{display:none}.search{margin-left:auto}.menu{display:block}.hero .wrap,.business-hero .wrap{grid-template-columns:1fr}.hero-img{height:320px}.stats{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid var(--line)}.categories{grid-template-columns:repeat(5,1fr)}.g4{grid-template-columns:repeat(2,1fr)}.split,.chai-grid,.community .wrap{grid-template-columns:1fr}.profile .wrap{grid-template-columns:auto 1fr}.profile .wrap>.actions{grid-column:1/-1}.dash{grid-template-columns:1fr}.side{display:none}.metrics{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.plans{grid-template-columns:1fr}}
@media(max-width:600px){body{font-size:11px}.wrap{width:calc(100% - 20px)}header{height:56px}.logo{font-size:23px}.actions .btn:first-child{display:none}.search{display:none}h1{font-size:38px;letter-spacing:-2.3px}h2{font-size:23px}.hero-copy{padding:30px 0 15px}.hero-img{height:260px}.note{font-size:16px}.note.one{right:12px}.note.two{right:12px}.stats{border-radius:0}.stat{padding:10px}.section{padding:27px 0}.head{display:block}.head .link{display:inline-block;margin-top:4px}.categories{grid-template-columns:repeat(3,1fr)}.g3,.g4{grid-template-columns:1fr}.thumb{height:160px}.video{height:220px}.profile .wrap{grid-template-columns:1fr;text-align:center}.avatar{margin:auto}.pstats{justify-content:center;gap:15px}.profile .wrap>.actions{grid-column:auto;justify-content:center}.tabs{overflow-x:auto;padding:0 10px;gap:16px}.tabs a{white-space:nowrap}.community-img{height:220px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.plans{grid-template-columns:1fr}.form{padding:14px}}
