
:root{--project-bg:#f5f6f8;--project-text:#15171a;--project-muted:#646b76;--project-card:#fff;--project-line:#e7e9ee;--project-accent:#e3172d;--project-accent2:#850714}
body.project-page,body.project-hub{background:var(--project-bg);color:var(--project-text)}
.project-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a0b 0%,#15161a 55%,var(--project-accent2) 160%);color:#fff;padding:72px 0 64px}
.project-hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,var(--project-accent) 0%,transparent 66%);opacity:.18;right:-180px;top:-260px;filter:blur(8px)}
.project-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--project-accent),transparent);opacity:.7}
.project-hero .container{position:relative;z-index:1}.project-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:48px;align-items:center}
.project-kicker{font-size:12px;letter-spacing:.16em;font-weight:900;color:#fff;opacity:.74;margin-bottom:14px}.project-version{display:inline-flex;gap:9px;align-items:center;padding:7px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);font-size:12px;font-weight:800;margin-bottom:18px}.project-version b{color:#fff}.project-version i{width:8px;height:8px;border-radius:50%;background:var(--project-accent);box-shadow:0 0 18px var(--project-accent)}
.project-hero h1{font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 18px;font-weight:900}.project-hero h1 em{font-style:normal;color:var(--project-accent)}.project-hero .lead{font-size:18px;line-height:1.75;color:#d7dae0;max-width:760px;margin:0 0 24px}.project-proof{font-size:13px;line-height:1.7;color:#aeb4be;border-left:3px solid var(--project-accent);padding-left:14px;margin:18px 0 0}.project-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-project{background:var(--project-accent)!important;color:#fff!important;border-color:var(--project-accent)!important;box-shadow:0 12px 32px color-mix(in srgb,var(--project-accent) 28%,transparent)}.btn-project:hover{filter:brightness(1.04);transform:translateY(-2px)}.project-actions .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center}.project-actions .btn-project{background:var(--project-accent);color:#fff;border-color:var(--project-accent);box-shadow:0 12px 32px color-mix(in srgb,var(--project-accent) 35%,transparent)}.project-actions .btn-project:hover{transform:translateY(-2px)}
.project-visual{position:relative}.project-screen{background:#0f1013;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:10px;box-shadow:0 32px 80px rgba(0,0,0,.38);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}.project-screen img{display:block;width:100%;height:390px;object-fit:cover;object-position:center;border-radius:20px;background:#fff}.project-screen-tag{position:absolute;left:-18px;bottom:22px;background:#fff;color:#111;border-radius:16px;padding:12px 16px;box-shadow:0 18px 45px rgba(0,0,0,.22);font-weight:900}.project-screen-tag small{display:block;font-size:10px;color:#777;margin-bottom:2px;letter-spacing:.08em}.project-screen-tag span{color:var(--project-accent)}
.project-stat-band{margin-top:-1px;background:#fff;border-bottom:1px solid var(--project-line)}.project-stat-grid{display:grid;grid-template-columns:repeat(4,1fr)}.project-stat{padding:24px;border-right:1px solid var(--project-line)}.project-stat:last-child{border-right:0}.project-stat strong{display:block;font-size:15px;margin-bottom:4px}.project-stat span{font-size:12px;color:var(--project-muted)}
.project-section{padding:70px 0}.project-section.soft{background:#fff}.project-heading{max-width:850px;margin-bottom:30px}.project-heading .mini{font-size:12px;color:var(--project-accent);font-weight:900;letter-spacing:.13em}.project-heading h2{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:8px 0 12px;letter-spacing:-.035em}.project-heading p{font-size:16px;color:var(--project-muted);line-height:1.75;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{background:#fff;border:1px solid var(--project-line);border-radius:22px;padding:22px;min-height:166px;box-shadow:0 8px 24px rgba(30,35,45,.045);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--project-accent)}.feature-icon{width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--project-accent) 12%,white);color:var(--project-accent);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.feature-card h3{font-size:19px;margin:0 0 7px}.feature-card p{font-size:13px;color:var(--project-muted);line-height:1.65;margin:0}
.project-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;counter-reset:steps}.flow-step{background:linear-gradient(180deg,#17191d,#0d0e11);color:#fff;border-radius:22px;padding:24px;min-height:190px;position:relative;overflow:hidden}.flow-step:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:var(--project-accent);opacity:.08;right:-30px;bottom:-50px}.flow-no{font-size:12px;color:var(--project-accent);font-weight:900;letter-spacing:.12em}.flow-step h3{font-size:20px;margin:28px 0 8px}.flow-step p{font-size:13px;color:#b9bec8;line-height:1.6;margin:0}.flow-arrow{position:absolute;right:-13px;top:50%;z-index:2;width:26px;height:26px;border-radius:50%;background:var(--project-accent);display:grid;place-items:center;color:#fff;font-size:13px;box-shadow:0 0 0 5px var(--project-bg)}
.project-gallery{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.gallery-card{background:#fff;border:1px solid var(--project-line);border-radius:24px;overflow:hidden;box-shadow:0 14px 38px rgba(30,35,45,.06)}.gallery-card img{display:block;width:100%;height:420px;object-fit:contain;background:#f5f6f8}.gallery-card.cover img{object-fit:cover}.gallery-caption{padding:18px 20px}.gallery-caption strong{display:block;font-size:16px}.gallery-caption span{display:block;font-size:12px;color:var(--project-muted);margin-top:4px}.audience-wrap{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}.audience-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.audience-pill{background:#fff;border:1px solid var(--project-line);border-radius:16px;padding:16px;font-weight:800}.why-box{background:linear-gradient(135deg,var(--project-accent2),#101116);border-radius:26px;color:#fff;padding:30px}.why-box h3{font-size:28px;margin:0 0 10px}.why-box p{color:#d6d8de;line-height:1.7;margin:0}.why-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.why-checks span{font-size:13px;padding:10px 12px;background:rgba(255,255,255,.08);border-radius:12px}.why-checks span:before{content:"✓";color:var(--project-accent);font-weight:900;margin-right:7px}
.price-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.price-mini{background:#fff;border:1px solid var(--project-line);border-radius:20px;padding:20px}.price-mini.featured{border-color:var(--project-accent);box-shadow:0 12px 30px color-mix(in srgb,var(--project-accent) 12%,transparent)}.price-mini b{display:block;font-size:13px;color:var(--project-accent)}.price-mini strong{display:block;font-size:26px;margin:8px 0}.price-mini p{font-size:12px;color:var(--project-muted);margin:0;line-height:1.55}
.project-cta{padding:62px 0;background:#101116;color:#fff}.project-cta-box{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.project-cta h2{font-size:clamp(30px,4vw,48px);margin:0 0 10px}.project-cta p{color:#c7cbd3;margin:0;line-height:1.7}.project-back{display:inline-flex;align-items:center;gap:8px;color:var(--project-accent);font-weight:900;text-decoration:none;margin-bottom:16px}.project-back:hover{text-decoration:underline}
.hub-hero{background:#101116;color:#fff;padding:68px 0 54px;position:relative;overflow:hidden}.hub-hero:after{content:"";position:absolute;width:620px;height:620px;right:-260px;top:-360px;background:radial-gradient(circle,#ed1c2f 0%,transparent 66%);opacity:.22}.hub-hero .container{position:relative;z-index:1}.hub-hero h1{font-size:clamp(38px,6vw,70px);line-height:1.03;margin:10px 0 18px;letter-spacing:-.045em}.hub-hero p{max-width:840px;color:#cfd2d8;font-size:18px;line-height:1.75}.hub-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:#e3172d;color:#fff;font-size:12px;font-weight:900}.hub-note{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:850px}.hub-note span{font-size:12px;color:#d8dbe1;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);padding:12px;border-radius:14px}.directory-section{padding:64px 0}.directory-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}.directory-head h2{font-size:38px;margin:0}.directory-head p{margin:0;color:var(--project-muted);max-width:580px;line-height:1.7}.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.directory-card{background:#fff;border:1px solid var(--project-line);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 8px 28px rgba(20,25,35,.05);transition:.2s ease}.directory-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(20,25,35,.10);border-color:color-mix(in srgb,var(--card-accent) 45%,#e7e9ee)}.directory-image{height:220px;background:#eef0f3;overflow:hidden;position:relative}.directory-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.3s ease}.directory-card:hover .directory-image img{transform:scale(1.025)}.directory-version{position:absolute;left:14px;top:14px;background:rgba(15,16,18,.88);color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;backdrop-filter:blur(8px)}.directory-body{padding:20px;display:flex;flex-direction:column;flex:1}.directory-kicker{font-size:10px;letter-spacing:.12em;font-weight:900;color:var(--card-accent);margin-bottom:7px}.directory-body h3{font-size:22px;margin:0 0 9px}.directory-body p{font-size:13px;line-height:1.65;color:var(--project-muted);margin:0 0 18px}.directory-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-weight:900;text-decoration:none;color:#181a1e}.directory-link span:last-child{width:34px;height:34px;border-radius:50%;background:var(--card-accent);color:#fff;display:grid;place-items:center}.directory-source{font-size:10px;color:#8a9099;margin-top:12px}.hub-divider{padding:0 0 64px}.hub-divider-box{background:linear-gradient(135deg,#f0f1f3,#fff);border:1px solid var(--project-line);border-radius:24px;padding:28px;display:flex;justify-content:space-between;gap:24px;align-items:center}.hub-divider h3{font-size:26px;margin:0 0 6px}.hub-divider p{margin:0;color:var(--project-muted)}
@media(max-width:1020px){.project-hero-grid{grid-template-columns:1fr}.project-visual{max-width:760px}.feature-grid,.directory-grid{grid-template-columns:repeat(2,1fr)}.project-flow{grid-template-columns:repeat(2,1fr)}.flow-arrow{display:none}.project-gallery,.audience-wrap{grid-template-columns:1fr}.project-stat-grid{grid-template-columns:repeat(2,1fr)}.project-stat:nth-child(2){border-right:0}.project-stat:nth-child(-n+2){border-bottom:1px solid var(--project-line)}}
@media(max-width:640px){.project-hero{padding:48px 0}.project-hero-grid{gap:28px}.project-screen img{height:260px}.project-screen-tag{left:8px;bottom:8px}.feature-grid,.directory-grid,.project-flow,.audience-list,.why-checks,.price-strip,.hub-note{grid-template-columns:1fr}.project-gallery .gallery-card img{height:300px}.directory-head,.hub-divider-box,.project-cta-box{display:block}.directory-head p{margin-top:10px}.hub-divider .btn,.project-cta .btn{margin-top:20px;width:100%}.project-stat-grid{grid-template-columns:1fr}.project-stat{border-right:0!important;border-bottom:1px solid var(--project-line)}.project-stat:last-child{border-bottom:0}.project-section{padding:50px 0}.directory-section{padding:46px 0}}

/* V2.18.9.14.1 — Premium Project Directory. Hub-only; project detail pages remain unchanged. */
body.project-hub{background:#f4f5f7}
.hub-hero-premium{padding:76px 0 74px;background:radial-gradient(circle at 75% 28%,rgba(227,23,45,.16),transparent 28%),radial-gradient(circle at 20% 0%,rgba(255,255,255,.05),transparent 31%),linear-gradient(135deg,#08090c 0%,#111217 48%,#08090c 100%)}
.hub-hero-premium:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,#000 0%,transparent 72%);pointer-events:none}.hub-hero-premium:after{width:760px;height:760px;right:-250px;top:-330px;opacity:.15}
.hub-hero-grid-premium{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:62px;align-items:center;position:relative;z-index:2}.hub-hero-copy{position:relative;z-index:4}.hub-hero-premium .hub-badge{background:rgba(227,23,45,.13);border:1px solid rgba(239,51,64,.45);color:#ff6570;letter-spacing:.12em;padding:8px 13px}.hub-hero-premium h1{font-size:clamp(44px,5.3vw,74px);line-height:1.07;letter-spacing:-.05em;margin:18px 0 22px;max-width:820px}.hub-hero-premium h1 em{font-style:normal;color:#f13b49;text-shadow:0 0 42px rgba(227,23,45,.2)}.hub-hero-premium p{font-size:17px;max-width:770px;color:#c8cbd3;line-height:1.85;margin:0}.hub-solution-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}.hub-solution-tags span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#e4e6eb;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800;letter-spacing:.02em;backdrop-filter:blur(10px)}.hub-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}.hub-actions .btn{box-shadow:0 13px 34px rgba(227,23,45,.24)}.hub-text-link{color:#d7d9df;text-decoration:none;font-weight:800;font-size:13px}.hub-text-link b{color:#ef3340;margin-left:4px}.hub-text-link:hover{color:#fff}
.hub-graphic{height:455px;position:relative;isolation:isolate}.hub-glow{position:absolute;border-radius:50%;filter:blur(38px);opacity:.28}.hub-glow-a{width:230px;height:230px;background:#e3172d;left:48%;top:32%;transform:translate(-50%,-50%)}.hub-glow-b{width:200px;height:200px;background:#3448ff;left:54%;top:54%;transform:translate(-50%,-50%);opacity:.12}.hub-orbit{position:absolute;border:1px solid rgba(255,255,255,.11);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-13deg)}.orbit-one{width:380px;height:250px}.orbit-two{width:460px;height:340px;border-color:rgba(239,51,64,.14);transform:translate(-50%,-50%) rotate(22deg)}.hub-core{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:42px;background:linear-gradient(145deg,rgba(31,33,41,.95),rgba(10,11,14,.98));border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 80px rgba(0,0,0,.52),inset 0 1px rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:4}.hub-core:before{content:"";position:absolute;inset:-1px;border-radius:42px;padding:1px;background:linear-gradient(135deg,rgba(239,51,64,.75),transparent 42%,rgba(255,255,255,.16));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.hub-core img{width:55px;height:55px;object-fit:contain;background:#fff;border-radius:15px;padding:4px;margin-bottom:7px}.hub-core small{font-size:9px;letter-spacing:.18em;color:#9da3ae;font-weight:800}.hub-core strong{font-size:17px;line-height:1.05;margin-top:4px;color:#fff}.hub-node{position:absolute;width:124px;min-height:78px;border-radius:19px;background:linear-gradient(145deg,rgba(30,32,39,.94),rgba(13,14,18,.96));border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 44px rgba(0,0,0,.34);padding:13px 14px;z-index:3}.hub-node i{font-style:normal;font-size:9px;color:#ef3340;font-weight:900}.hub-node b{display:block;color:#fff;font-size:14px;margin-top:2px}.hub-node span{display:block;color:#8f96a3;font-size:10px;margin-top:3px}.node-pos{left:2%;top:12%}.node-crm{right:1%;top:13%}.node-stock{left:0;bottom:11%}.node-queue{right:0;bottom:10%}.node-data{left:50%;bottom:0;transform:translateX(-50%)}
.directory-premium{padding:82px 0 72px;background:linear-gradient(180deg,#f4f5f7 0%,#fff 36%,#f5f6f8 100%)}.premium-head{align-items:center;margin-bottom:36px}.premium-head .eyebrow{font-size:11px;letter-spacing:.16em;color:#e3172d;font-weight:900;margin-bottom:8px}.premium-head h2{font-size:clamp(34px,4vw,52px);line-height:1.12;letter-spacing:-.04em;max-width:700px}.premium-head p{max-width:540px;font-size:14px;line-height:1.8}.directory-bento{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.directory-bento .directory-card{border-radius:28px;border:1px solid #e7e9ee;background:rgba(255,255,255,.96);box-shadow:0 14px 42px rgba(20,25,35,.055);overflow:hidden}.directory-bento .directory-card:hover{transform:translateY(-7px);box-shadow:0 26px 56px rgba(20,25,35,.12)}.directory-bento .directory-image{height:230px;display:block;position:relative;text-decoration:none;overflow:hidden;background:#0f1115}.directory-bento .directory-image img{height:100%;width:100%;object-fit:cover;transition:transform .5s ease,filter .35s ease}.directory-bento .directory-card:hover .directory-image img{transform:scale(1.045)}.directory-bento .image-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(5,6,8,.74),transparent 52%);pointer-events:none}.directory-category{position:absolute;z-index:2;top:15px;left:15px;background:rgba(8,9,12,.78);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);padding:7px 10px;border-radius:999px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.09em}.image-caption{position:absolute;left:18px;bottom:18px;z-index:3;color:#fff}.image-caption b{display:block;font-size:18px}.image-caption span{display:block;font-size:11px;color:#d9dde4;margin-top:3px}.directory-bento .directory-body{padding:22px 22px 23px}.directory-bento .directory-kicker{font-size:9px;letter-spacing:.15em}.directory-bento .directory-body h3{font-size:23px;letter-spacing:-.02em}.directory-bento .directory-body p{font-size:13px;line-height:1.72;margin-bottom:16px}.directory-benefits{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 19px}.directory-benefits span{padding:7px 9px;border-radius:9px;background:#f2f3f5;border:1px solid #e7e9ed;color:#5d6470;font-size:10px;font-weight:800}.directory-bento .directory-link{border-top:1px solid #eef0f3;padding-top:14px;font-size:13px}.directory-bento .directory-link span:last-child{width:36px;height:36px;box-shadow:0 10px 22px color-mix(in srgb,var(--card-accent) 24%,transparent)}.directory-bento .card-featured{grid-column:span 2}.directory-bento .card-featured{display:grid;grid-template-columns:1.1fr .9fr}.directory-bento .card-featured .directory-image{height:auto;min-height:370px}.directory-bento .card-featured .directory-body{padding:32px}.directory-bento .card-featured .directory-body h3{font-size:31px}.directory-bento .card-featured .directory-body p{font-size:14px}.directory-bento .card-wide{grid-column:span 2;display:grid;grid-template-columns:1.12fr .88fr}.directory-bento .card-wide .directory-image{height:auto;min-height:430px}.directory-bento .card-wide .directory-body{padding:30px}.directory-bento .card-wide .directory-body h3{font-size:30px}.directory-image-crm img{object-fit:cover!important;object-position:center 35%!important}.crm-premium-card{background:linear-gradient(145deg,#fff,#fffdf6)}
.hub-divider-premium{padding:0 0 74px;background:#f5f6f8}.hub-divider-premium .hub-divider-box{display:grid;grid-template-columns:auto 1fr auto;gap:22px;padding:30px 32px;background:linear-gradient(135deg,#0e0f13,#1c1e24);border-color:#292c33;color:#fff;box-shadow:0 24px 50px rgba(14,15,19,.16)}.hub-consult-icon{width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#ef3340,#9b0714);display:grid;place-items:center;font-size:29px;font-weight:900;box-shadow:0 13px 30px rgba(227,23,45,.28)}.consult-kicker{font-size:9px;color:#ef6470;letter-spacing:.15em;font-weight:900}.hub-divider-premium h3{font-size:25px;margin:4px 0 5px}.hub-divider-premium p{color:#b9bec8;font-size:13px}.hub-divider-premium .btn{white-space:nowrap}
@media(max-width:1050px){.hub-hero-grid-premium{grid-template-columns:1fr}.hub-graphic{max-width:660px;width:100%;margin:0 auto}.directory-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-bento .card-featured,.directory-bento .card-wide{grid-column:span 2}.hub-divider-premium .hub-divider-box{grid-template-columns:auto 1fr}.hub-divider-premium .btn{grid-column:2}}
@media(max-width:680px){.hub-hero-premium{padding:52px 0 50px}.hub-hero-premium h1{font-size:40px}.hub-graphic{height:390px}.hub-core{width:145px;height:145px;border-radius:34px}.hub-orbit.orbit-one{width:310px;height:210px}.hub-orbit.orbit-two{width:360px;height:290px}.hub-node{width:102px;min-height:67px;padding:10px}.node-pos,.node-stock{left:0}.node-crm,.node-queue{right:0}.directory-bento{grid-template-columns:1fr}.directory-bento .card-featured,.directory-bento .card-wide{grid-column:auto;display:flex}.directory-bento .card-featured .directory-image,.directory-bento .card-wide .directory-image{min-height:0;height:255px}.directory-bento .card-featured .directory-body,.directory-bento .card-wide .directory-body{padding:22px}.directory-bento .card-featured .directory-body h3,.directory-bento .card-wide .directory-body h3{font-size:24px}.hub-divider-premium .hub-divider-box{display:block}.hub-consult-icon{margin-bottom:15px}.hub-divider-premium .btn{margin-top:18px;width:100%}}


/* ===== V2.18.9.14.2 graphic project hub ===== */
.project-hub-graphic{background:#fff}
.hub-hero-graphic{padding:82px 0 74px;background:radial-gradient(circle at 78% 18%,rgba(227,23,45,.18),transparent 22%),radial-gradient(circle at 16% 12%,rgba(79,132,255,.15),transparent 24%),linear-gradient(135deg,#07080b 0%,#10131a 55%,#090a0f 100%)}
.hub-hero-graphic:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.8) 62%,transparent 100%)}
.hub-hero-grid-graphic{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);align-items:center;gap:54px;position:relative;z-index:1}
.hub-hero-graphic .hub-badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff}
.hub-hero-graphic h1{font-size:clamp(46px,5.2vw,74px);line-height:1.03;letter-spacing:-.055em;margin:18px 0 18px}
.hub-hero-graphic h1 em{font-style:normal;color:#ff495b}
.hub-hero-graphic p{max-width:710px;color:#d0d5df;font-size:17px;line-height:1.85}
.hub-hero-art{position:relative;height:480px}
.hero-art-panel{position:absolute;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.03));backdrop-filter:blur(18px);box-shadow:0 30px 70px rgba(0,0,0,.26)}
.panel-main{right:40px;top:36px;width:360px;height:280px;border-radius:34px;padding:28px}
.panel-side{width:170px;height:150px;border-radius:28px;padding:18px}
.panel-a{left:18px;bottom:64px;transform:rotate(-10deg)}
.panel-b{right:12px;bottom:22px;transform:rotate(10deg)}
.hero-line{height:14px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.28));width:74%;margin-bottom:12px}
.hero-line.short{width:42%;opacity:.7}
.hero-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
.hero-cards span{display:block;height:82px;border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.1)}
.hero-bars{position:absolute;right:28px;bottom:28px;display:flex;align-items:flex-end;gap:10px;height:100px}
.hero-bars i{display:block;width:20px;border-radius:14px 14px 6px 6px;background:linear-gradient(180deg,#ff5a69,#8f1bff)}
.hero-bars i:nth-child(1){height:52px}.hero-bars i:nth-child(2){height:92px}.hero-bars i:nth-child(3){height:68px}.hero-bars i:nth-child(4){height:80px}
.mini-orb{width:54px;height:54px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#76b0ff 45%,#275cd3 100%)}
.mini-text{height:12px;border-radius:999px;background:rgba(255,255,255,.65);margin-top:14px;width:70%}
.mini-chip-row{display:flex;gap:8px;margin-top:16px}.mini-chip-row span{display:block;flex:1;height:34px;border-radius:14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1)}
.ticket{width:110px;height:64px;border-radius:18px;background:linear-gradient(135deg,#1de1ff,#1282ff);position:absolute;top:22px;left:28px;box-shadow:0 18px 34px rgba(23,145,255,.25)}
.ticket:before,.ticket:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:#10131a}.ticket:before{left:-7px}.ticket:after{right:-7px}
.pulse{position:absolute;right:24px;bottom:22px;width:54px;height:54px;border-radius:50%;background:radial-gradient(circle,#ff6262 0%,rgba(255,98,98,.4) 50%,transparent 70%)}
.hero-ring{position:absolute;right:118px;top:8px;width:300px;height:300px;border-radius:50%;border:1px dashed rgba(255,255,255,.18)}
.hero-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 0 26px currentColor}.dot-a{left:98px;top:120px;color:#69d1ff}.dot-b{right:56px;top:150px;color:#ff5867}
.hero-label{position:absolute;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:900;color:#fff;letter-spacing:.08em;backdrop-filter:blur(12px)}
.label-a{left:74px;top:60px}.label-b{left:30px;top:206px}.label-c{right:236px;bottom:32px}.label-d{right:18px;top:70px}
.directory-graphic{padding:80px 0;background:linear-gradient(180deg,#f5f7fa 0%,#fff 36%,#f6f7f9 100%)}
.graphic-head h2{max-width:760px}.graphic-head p{max-width:560px}
.directory-grid-graphic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.graphic-card{border-radius:30px;overflow:hidden;background:#fff;border:1px solid #e8ebf1;box-shadow:0 18px 44px rgba(13,20,33,.06)}
.graphic-card:hover{transform:translateY(-7px);box-shadow:0 26px 56px rgba(13,20,33,.12);border-color:color-mix(in srgb,var(--card-accent) 28%,#e8ebf1)}
.graphic-card .directory-body{padding:22px 22px 24px}
.graphic-card .directory-body h3{font-size:24px;letter-spacing:-.03em;margin:0 0 10px}
.graphic-card .directory-body p{font-size:13px;line-height:1.75;color:#5b6471;margin-bottom:16px}
.graphic-card .directory-kicker{font-size:10px;letter-spacing:.14em}
.graphic-card .directory-benefits span{font-size:10px}
.graphic-card .directory-link{border-top:1px solid #eef1f5;padding-top:15px}
.graphic-featured{grid-column:span 2;display:grid;grid-template-columns:1.05fr .95fr}
.graphic-wide{grid-column:span 2;display:grid;grid-template-columns:1.05fr .95fr}
.directory-visual{position:relative;display:block;min-height:270px;text-decoration:none;overflow:hidden}
.graphic-featured .directory-visual,.graphic-wide .directory-visual{min-height:360px}
.graphic-visual{background:linear-gradient(180deg,color-mix(in srgb,var(--card-accent) 8%,var(--card-bg)) 0%,var(--card-bg) 100%)}
.graphic-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 16%,color-mix(in srgb,var(--card-accent) 38%,transparent),transparent 28%),radial-gradient(circle at 82% 84%,color-mix(in srgb,var(--card-accent-2) 26%,transparent),transparent 28%);opacity:.85}
.graphic-visual:after{content:"";position:absolute;inset:14px;border-radius:28px;border:1px solid rgba(255,255,255,.09);pointer-events:none}
.graphic-scene{position:absolute;inset:0;padding:24px;color:#fff}
.graphic-card .directory-category{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);top:16px;left:16px}
.screen-wrap{position:absolute;left:30px;top:54px;width:70%;max-width:340px}
.screen{aspect-ratio:1.15/1;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.14);border-radius:28px;position:relative;box-shadow:0 28px 55px rgba(0,0,0,.28)}
.screen .top{position:absolute;left:18px;right:18px;top:18px;height:14px;border-radius:999px;background:rgba(255,255,255,.55)}
.screen .sidebar{position:absolute;left:18px;top:48px;bottom:18px;width:54px;border-radius:18px;background:rgba(255,255,255,.08)}
.screen .grid{position:absolute;left:86px;right:18px;top:48px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.screen .grid i{display:block;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.08))}
.screen .receipt{position:absolute;right:-24px;bottom:24px;width:74px;height:120px;border-radius:18px;background:linear-gradient(180deg,#fff,#f0f2f5);transform:rotate(8deg);box-shadow:0 18px 30px rgba(0,0,0,.22)}
.screen .receipt:before{content:"";position:absolute;left:14px;right:14px;top:20px;height:8px;border-radius:999px;background:#d7dbe2;box-shadow:0 16px 0 #d7dbe2,0 32px 0 #d7dbe2,0 48px 0 #d7dbe2}
.float-card{position:absolute;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.float-card.sales{right:28px;top:72px;padding:16px 18px;min-width:170px}.float-card.sales b{display:block;font-size:24px;line-height:1}.float-card.sales span{display:block;margin-top:6px;font-size:11px;color:#d6dbe5}
.float-card.signal{right:84px;bottom:52px;width:92px;height:92px;background:radial-gradient(circle,color-mix(in srgb,var(--card-accent-2) 80%,#fff) 0%,rgba(255,255,255,.12) 38%,rgba(255,255,255,.02) 68%)}
.tablet{position:absolute;left:34px;top:52px;width:160px;aspect-ratio:.78/1;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 44px rgba(0,0,0,.24)}
.tablet:before{content:"";position:absolute;left:16px;right:16px;top:18px;height:12px;border-radius:999px;background:rgba(255,255,255,.6);box-shadow:0 28px 0 rgba(255,255,255,.16),0 56px 0 rgba(255,255,255,.16),0 84px 0 rgba(255,255,255,.16)}
.gear{position:absolute;right:42px;top:72px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.24) 0 32%,transparent 34%),conic-gradient(from 0deg,var(--card-accent),var(--card-accent-2),var(--card-accent));filter:drop-shadow(0 20px 30px rgba(0,0,0,.18));mask:radial-gradient(circle at center,transparent 0 21px,#000 23px)}
.chip{position:absolute;height:46px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14)}
.chip-a{left:40px;bottom:42px;width:120px}.chip-b{left:174px;bottom:42px;width:86px}
.floating-label{position:absolute;right:26px;bottom:26px;padding:15px 16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.floating-label b{display:block;font-size:14px}.floating-label span{display:block;font-size:11px;color:#d7dbe4;margin-top:4px}
.kiosk{position:absolute;left:42px;top:46px;width:118px;height:184px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 46px rgba(0,0,0,.24)}
.kiosk:before{content:"";position:absolute;left:18px;right:18px;top:20px;height:88px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.06))}
.kiosk:after{content:"";position:absolute;left:42px;right:42px;bottom:-26px;height:40px;border-radius:0 0 18px 18px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.03))}
.scanner-beam{position:absolute;left:132px;top:102px;width:140px;height:16px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,208,100,.95),rgba(255,255,255,0));transform:rotate(-14deg);filter:blur(.2px)}
.barcode{position:absolute;right:34px;top:72px;width:130px;height:90px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12)}
.barcode:before{content:"";position:absolute;left:22px;right:22px;top:25px;height:40px;background:repeating-linear-gradient(90deg,#fff 0 4px,transparent 4px 8px)}
.shelf-lines{position:absolute;right:28px;bottom:34px;display:grid;gap:12px;width:170px}.shelf-lines i{display:block;height:18px;border-radius:999px;background:rgba(255,255,255,.12)}
.car-silhouette{position:absolute;left:32px;top:84px;width:230px;height:88px;border:5px solid rgba(255,255,255,.85);border-top-left-radius:80px 60px;border-top-right-radius:76px 54px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;border-bottom-width:10px;border-top-width:8px;clip-path:polygon(0 100%,6% 64%,26% 28%,62% 18%,87% 28%,100% 58%,100% 100%);opacity:.88}
.car-silhouette:before,.car-silhouette:after{content:"";position:absolute;bottom:-18px;width:40px;height:40px;border-radius:50%;border:7px solid #fff;background:transparent}.car-silhouette:before{left:26px}.car-silhouette:after{right:24px}
.crm-dashboard{position:absolute;left:40px;bottom:32px;width:238px;height:110px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px}
.crm-dashboard span{display:block;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06))}
.crm-phone{position:absolute;right:38px;top:58px;width:120px;height:220px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 44px rgba(0,0,0,.24)}
.crm-phone:before{content:"";position:absolute;left:16px;right:16px;top:20px;height:14px;border-radius:999px;background:rgba(255,255,255,.6);box-shadow:0 34px 0 rgba(255,255,255,.12),0 62px 0 rgba(255,255,255,.12),0 90px 0 rgba(255,255,255,.12)}
.crm-badge{position:absolute;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:900}.badge-1{right:128px;top:34px}.badge-2{left:34px;top:38px}.badge-3{right:34px;bottom:28px}
.pill{position:absolute;border-radius:999px;background:linear-gradient(135deg,#fff 0 48%,color-mix(in srgb,var(--card-accent-2) 70%,#fff) 48% 100%);box-shadow:0 18px 28px rgba(0,0,0,.18)}
.pill-a{left:40px;top:74px;width:120px;height:54px;transform:rotate(-18deg)}
.pill-b{right:34px;top:62px;width:102px;height:46px;transform:rotate(14deg)}
.label-card{position:absolute;left:58px;bottom:38px;width:196px;height:130px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(242,247,245,.95));box-shadow:0 24px 40px rgba(0,0,0,.16)}
.label-card:before{content:"";position:absolute;left:18px;right:18px;top:22px;height:10px;border-radius:999px;background:#c8d4d0;box-shadow:0 22px 0 #d6e0dd,0 44px 0 #d6e0dd,0 66px 0 #d6e0dd}
.cross{position:absolute;right:54px;bottom:58px;width:70px;height:70px}
.cross:before,.cross:after{content:"";position:absolute;background:linear-gradient(180deg,var(--card-accent-2),#fff);border-radius:999px}.cross:before{left:26px;top:0;width:18px;height:70px}.cross:after{left:0;top:26px;width:70px;height:18px}
.pill-dots{position:absolute;right:42px;bottom:44px;display:flex;gap:10px}.pill-dots i{display:block;width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.55)}
.vinyl{position:absolute;left:42px;top:54px;width:148px;height:148px;border-radius:50%;background:radial-gradient(circle at center,#111 0 12px,#fff 13px 17px,#111 18px 24px,#4a1c67 25px 36px,#0c0918 37px 56px,#7022c9 57px 70px,#0c0918 71px)}
.equalizer{position:absolute;right:34px;top:66px;display:flex;align-items:flex-end;gap:10px;height:132px}.equalizer i{display:block;width:18px;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,var(--card-accent-2),var(--card-accent))}.equalizer i:nth-child(1){height:46px}.equalizer i:nth-child(2){height:96px}.equalizer i:nth-child(3){height:64px}.equalizer i:nth-child(4){height:118px}.equalizer i:nth-child(5){height:78px}
.phone-note{position:absolute;left:112px;bottom:34px;width:122px;height:164px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.12)}
.phone-note:before{content:"♫";position:absolute;inset:0;display:grid;place-items:center;font-size:64px;font-weight:900;color:rgba(255,255,255,.92)}
.qr-grid{position:absolute;right:34px;bottom:34px;width:84px;height:84px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.72));box-shadow:0 18px 28px rgba(0,0,0,.18)}
.qr-grid:before{content:"";position:absolute;inset:16px;background:repeating-linear-gradient(90deg,#16131d 0 8px,transparent 8px 12px),repeating-linear-gradient(#16131d 0 8px,transparent 8px 12px);mix-blend-mode:multiply}
.member-card{position:absolute;left:42px;top:70px;width:216px;height:132px;border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--card-accent) 68%,#fff),color-mix(in srgb,var(--card-accent-2) 48%,#fff));box-shadow:0 26px 42px rgba(0,0,0,.2)}
.member-card:before{content:"";position:absolute;left:18px;top:24px;width:56px;height:56px;border-radius:18px;background:rgba(255,255,255,.24)}
.member-card:after{content:"";position:absolute;left:92px;right:18px;top:26px;height:10px;border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 20px 0 rgba(255,255,255,.42),0 40px 0 rgba(255,255,255,.42)}
.point-coin{position:absolute;width:62px;height:62px;border-radius:50%;background:radial-gradient(circle at 32% 30%,#fff,#c8ffd8 36%,#22b064 80%);box-shadow:0 18px 30px rgba(0,0,0,.22)}
.coin-a{right:44px;top:56px}.coin-b{right:86px;top:116px;width:52px;height:52px}
.point-star{position:absolute;left:56px;bottom:42px;width:78px;height:78px;background:linear-gradient(180deg,#fff8c7,#e6ff87);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 92%,50% 70%,21% 92%,32% 57%,2% 35%,39% 35%)}
.point-lines{position:absolute;right:32px;bottom:48px;width:168px;height:90px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.point-lines:before{content:"";position:absolute;left:18px;right:18px;top:20px;height:10px;border-radius:999px;background:rgba(255,255,255,.6);box-shadow:0 20px 0 rgba(255,255,255,.18),0 40px 0 rgba(255,255,255,.18)}
.queue-ticket{position:absolute;left:44px;top:66px;width:132px;height:86px;border-radius:22px;background:linear-gradient(135deg,#fff,#d4f8ff);color:#071117;font-size:38px;font-weight:900;display:grid;place-items:center;box-shadow:0 22px 36px rgba(0,0,0,.18)}
.queue-ticket:before,.queue-ticket:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:var(--card-bg)}.queue-ticket:before{left:-9px}.queue-ticket:after{right:-9px}
.queue-phone{position:absolute;right:42px;top:52px;width:110px;height:196px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.13)}
.queue-phone:before{content:"";position:absolute;left:18px;right:18px;top:22px;height:12px;border-radius:999px;background:rgba(255,255,255,.65);box-shadow:0 34px 0 rgba(255,255,255,.18),0 68px 0 rgba(255,255,255,.18),0 102px 0 rgba(255,255,255,.18)}
.queue-bell{position:absolute;left:78px;bottom:32px;width:68px;height:68px;border-radius:50%;background:radial-gradient(circle,#fff,#7eeeff 36%,#00a7ca 78%);box-shadow:0 18px 28px rgba(0,0,0,.2)}
.queue-steps{position:absolute;right:28px;bottom:40px;display:flex;gap:10px}.queue-steps i{display:block;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.dash-board{position:absolute;left:34px;top:54px;right:34px;height:168px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.13)}
.dash-board:before{content:"";position:absolute;left:20px;right:20px;top:20px;height:12px;border-radius:999px;background:rgba(255,255,255,.6);box-shadow:0 30px 0 rgba(255,255,255,.12)}
.dash-bars{position:absolute;left:64px;bottom:54px;display:flex;align-items:flex-end;gap:12px;height:116px}.dash-bars i{display:block;width:26px;border-radius:14px 14px 6px 6px;background:linear-gradient(180deg,var(--card-accent-2),var(--card-accent))}.dash-bars i:nth-child(1){height:50px}.dash-bars i:nth-child(2){height:92px}.dash-bars i:nth-child(3){height:72px}.dash-bars i:nth-child(4){height:108px}
.dash-ring{position:absolute;right:46px;bottom:52px;width:110px;height:110px;border-radius:50%;background:conic-gradient(var(--card-accent) 0 38%,var(--card-accent-2) 38% 70%,rgba(255,255,255,.14) 70% 100%)}
.dash-ring:before{content:"";position:absolute;inset:22px;border-radius:50%;background:var(--card-bg)}
.dash-mini-cards{position:absolute;left:34px;right:34px;bottom:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dash-mini-cards span{display:block;height:42px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
@media(max-width:1050px){.hub-hero-grid-graphic{grid-template-columns:1fr}.hub-hero-art{max-width:700px;margin:0 auto;width:100%}.directory-grid-graphic{grid-template-columns:repeat(2,minmax(0,1fr))}.graphic-featured,.graphic-wide{grid-column:span 2}}
@media(max-width:680px){.hub-hero-graphic{padding:54px 0 50px}.hub-hero-graphic h1{font-size:42px}.hub-hero-art{height:400px}.panel-main{width:auto;left:18px;right:18px;top:18px;height:236px}.panel-a{left:8px;bottom:38px}.panel-b{right:8px;bottom:8px}.hero-ring{display:none}.directory-grid-graphic{grid-template-columns:1fr}.graphic-featured,.graphic-wide{grid-column:auto;display:block}.graphic-featured .directory-visual,.graphic-wide .directory-visual{min-height:250px}.screen-wrap{width:68%}.float-card.sales{right:18px;top:52px;min-width:140px}.car-silhouette{left:24px;top:56px;width:170px;height:62px}.crm-dashboard{left:22px;right:118px;width:auto;bottom:20px;height:90px}.crm-phone{right:18px;top:42px;width:92px;height:170px}.label-card{left:26px;bottom:22px;width:156px;height:104px}.dash-board{height:136px}.dash-bars{left:46px;bottom:40px}.dash-ring{right:28px;bottom:40px;width:86px;height:86px}}


/* ===== V2.18.9.14.3 flat people project hub ===== */
.project-hub-flat-people{background:#fff}
.hub-hero-flat{padding:78px 0 70px;background:linear-gradient(135deg,#0a0c11 0%,#11162a 54%,#0a0d14 100%);position:relative;overflow:hidden}
.hub-hero-flat:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 12%,rgba(255,255,255,.08),transparent 18%),radial-gradient(circle at 88% 18%,rgba(227,23,45,.18),transparent 18%),radial-gradient(circle at 80% 72%,rgba(42,109,232,.16),transparent 20%)}
.hub-hero-flat-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:52px;align-items:center;position:relative;z-index:1}
.flat-copy .hub-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);color:#fff}
.hub-hero-flat h1{font-size:clamp(46px,5.2vw,76px);line-height:1.08;letter-spacing:-.05em;margin:18px 0 18px;color:#fff;max-width:800px}
.hub-hero-flat p{max-width:700px;color:#d3d8e1;font-size:17px;line-height:1.85;margin:0}
.hero-copy-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-copy-points span{padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);color:#ebedf2;font-size:12px;font-weight:800}
.flat-hero-side{position:relative;min-height:360px}
.hero-swatch{position:absolute;border-radius:28px;box-shadow:0 20px 40px rgba(0,0,0,.18)}
.hero-swatch.s1{left:24px;top:36px;width:220px;height:150px;background:linear-gradient(135deg,#ff5966,#ffb14f)}
.hero-swatch.s2{right:22px;top:12px;width:160px;height:210px;background:linear-gradient(135deg,#3db7ff,#6d5cff)}
.hero-swatch.s3{left:98px;bottom:26px;width:220px;height:160px;background:linear-gradient(135deg,#28c76f,#12a8bf)}
.hero-note-card{position:absolute;right:44px;bottom:44px;width:246px;border-radius:28px;background:rgba(255,255,255,.96);padding:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;box-shadow:0 24px 48px rgba(0,0,0,.18)}
.hero-note-card span{display:grid;place-items:center;height:48px;border-radius:16px;background:#f4f6fa;color:#10141b;font-size:12px;font-weight:900;letter-spacing:.06em}
.directory-flat{padding:82px 0;background:linear-gradient(180deg,#f6f8fb 0%,#fff 32%,#f7f8fb 100%)}
.flat-head{align-items:end;margin-bottom:34px}.flat-head .eyebrow{font-size:11px;letter-spacing:.16em;color:#e3172d;font-weight:900;margin-bottom:8px}.flat-head h2{font-size:clamp(34px,4vw,52px);line-height:1.18;letter-spacing:-.04em;margin:0;max-width:700px}.flat-head p{max-width:560px;font-size:14px;line-height:1.8;color:#667082;margin:0}
.flat-people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.flat-card{border-radius:28px;overflow:hidden;border:1px solid #e9edf3;background:#fff;box-shadow:0 14px 34px rgba(17,25,40,.06);transition:.22s ease}.flat-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(17,25,40,.1);border-color:color-mix(in srgb,var(--card-accent) 30%,#e9edf3)}
.flat-image{display:block;background:#eef3f8;aspect-ratio:4/3;overflow:hidden}.flat-image img{display:block;width:100%;height:100%;object-fit:cover}
.flat-card .directory-body{padding:22px 22px 24px}.flat-card .directory-kicker{font-size:10px;letter-spacing:.13em;font-weight:900;color:var(--card-accent);margin-bottom:8px}.flat-card h3{font-size:25px;line-height:1.18;letter-spacing:-.03em;margin:0 0 10px;color:#11151c}.flat-card p{font-size:13px;line-height:1.76;color:#596271;margin:0 0 16px}.flat-card .directory-benefits{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.flat-card .directory-benefits span{padding:7px 10px;border-radius:999px;background:#f3f5f8;border:1px solid #e4e8ef;color:#596271;font-size:10px;font-weight:800}.flat-card .directory-link{margin-top:auto;border-top:1px solid #eef2f7;padding-top:14px;font-size:13px;font-weight:900;color:#11151c;text-decoration:none;display:flex;align-items:center;justify-content:space-between}.flat-card .directory-link span:last-child{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--card-accent);color:#fff;box-shadow:none}
@media(max-width:1050px){.hub-hero-flat-grid{grid-template-columns:1fr}.flat-hero-side{max-width:540px;width:100%;margin:0 auto}.flat-people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.hub-hero-flat{padding:54px 0 50px}.hub-hero-flat h1{font-size:40px}.flat-hero-side{min-height:300px}.hero-swatch.s1{left:8px;top:22px;width:180px;height:124px}.hero-swatch.s2{right:12px;top:8px;width:126px;height:170px}.hero-swatch.s3{left:58px;bottom:18px;width:180px;height:126px}.hero-note-card{right:16px;bottom:26px;width:180px;padding:16px;gap:8px}.hero-note-card span{height:38px;font-size:10px}.flat-people-grid{grid-template-columns:1fr}.flat-head h2{font-size:34px}}


/* ===== V2.18.9.14.4 blue-white corporate project hub ===== */
.project-hub-corporate{background:#fff;color:#18202a}.corp-title{padding:74px 0 48px;text-align:center;background:#fff}.corp-eyebrow{display:inline-block;color:#2473b7;font-size:13px;font-weight:900;letter-spacing:.14em;margin-bottom:12px}.corp-title h1{font-size:clamp(40px,5vw,68px);line-height:1.12;letter-spacing:-.05em;color:#135d96;margin:0 0 18px;font-weight:800}.corp-title p{margin:0 auto;max-width:850px;font-size:18px;line-height:1.75;color:#323a45}.corp-intro{padding:16px 0 74px;background:#fff}.corp-intro-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:56px;align-items:center;max-width:1160px}.corp-intro-image img{width:100%;display:block;border-radius:0;box-shadow:12px 12px 0 #edf1f4}.corp-intro-copy{padding:14px 0}.corp-small{font-size:12px;font-weight:900;letter-spacing:.14em;color:#2778bb}.corp-intro-copy h2{font-size:clamp(34px,4vw,48px);line-height:1.22;color:#155f98;letter-spacing:-.035em;margin:10px 0 16px}.corp-intro-copy p{font-size:16px;line-height:1.85;color:#3a424d;margin:0 0 26px}.corp-btn{display:inline-flex;align-items:center;justify-content:center;background:#1c6aa7;color:#fff;text-decoration:none;font-weight:800;padding:13px 28px;border-radius:4px;min-width:164px;transition:.18s}.corp-btn:hover{background:#145687;transform:translateY(-1px)}.corp-project-band{padding:72px 0}.blue-band{background:#1d6395}.white-band{background:#fff}.corp-section-title{text-align:center;margin-bottom:34px}.corp-section-title span{display:block;font-size:12px;letter-spacing:.13em;font-weight:900;color:#2a79ba;margin-bottom:8px}.corp-section-title h2{margin:0;font-size:34px;line-height:1.25;color:#155f98}.corp-section-title.light span{color:#bce2ff}.corp-section-title.light h2{color:#fff}.corp-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;max-width:1140px;margin:0 auto}.corp-card{background:#fff;overflow:hidden;border:0;box-shadow:none;display:flex;flex-direction:column}.corp-card-img{display:block;aspect-ratio:16/9;background:#d9eafa;overflow:hidden}.corp-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s}.corp-card:hover .corp-card-img img{transform:scale(1.018)}.corp-card-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.corp-card-body h3{font-size:21px;line-height:1.35;margin:0 0 9px;color:#16202b}.corp-card-body p{font-size:14px;line-height:1.65;color:#39424d;margin:0 0 14px}.corp-card-body a{margin-top:auto;color:#0e69ae;font-size:13px;font-weight:800;text-decoration:none}.corp-card-body a b{font-size:18px;vertical-align:-1px}.white-cards .corp-card{border:1px solid #e2e9ef}.corp-contact{padding:66px 0 76px;background:#f6f8fa}.corp-contact-box{max-width:1120px;margin:auto;background:#fff;border:1px solid #e2e8ee;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:34px 40px}.corp-contact-box span{font-size:11px;font-weight:900;letter-spacing:.14em;color:#2a79ba}.corp-contact-box h2{font-size:28px;line-height:1.35;color:#155f98;margin:7px 0 8px}.corp-contact-box p{margin:0;color:#53606d;line-height:1.7}.desktop-only{display:block}@media(max-width:900px){.corp-intro-grid{grid-template-columns:1fr;gap:32px}.corp-card-grid{grid-template-columns:1fr 1fr}.corp-contact-box{display:block}.corp-contact-box .corp-btn{margin-top:22px}}@media(max-width:620px){.corp-title{padding:52px 0 34px}.corp-title h1{font-size:38px}.corp-title p{font-size:16px}.corp-intro{padding-bottom:52px}.corp-project-band{padding:52px 0}.corp-card-grid{grid-template-columns:1fr;gap:22px}.corp-section-title h2{font-size:29px}.corp-contact-box{padding:26px}.desktop-only{display:none}}


/* ===== V2.18.9.14.5 photoreal people hub ===== */
.project-hub-photo{background:#fff;color:#17202c}.photo-hero{padding:64px 0 58px;background:linear-gradient(90deg,#fff 0%,#f4f8fc 55%,#eaf2f8 100%);overflow:hidden}.photo-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:42px;align-items:center}.photo-eyebrow{display:block;font-size:13px;font-weight:900;letter-spacing:.13em;color:#1f67a8;margin-bottom:14px}.photo-hero h1{font-size:clamp(44px,5vw,70px);line-height:1.06;letter-spacing:-.05em;color:#16212e;margin:0 0 20px;font-weight:900}.photo-hero h1 strong{color:#0d68b8;font-weight:900}.photo-hero-copy>p{font-size:17px;line-height:1.8;color:#4b5562;max-width:720px;margin:0}.photo-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.photo-benefits div{padding-top:14px;border-top:2px solid #1680d0}.photo-benefits b{display:block;color:#0b66ad;font-size:15px;margin-bottom:5px}.photo-benefits span{display:block;color:#68717d;font-size:12px;line-height:1.5}.photo-hero-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-top:28px}.photo-link{font-weight:800;color:#1165a9;text-decoration:none}.photo-hero-image{position:relative;min-height:470px;overflow:hidden}.photo-hero-image img{width:100%;height:470px;object-fit:cover;object-position:center 28%;display:block}.photo-hero-quote{position:absolute;right:18px;top:40px;color:#0c62ad;font-size:24px;line-height:1.35;font-weight:800;transform:rotate(-4deg);text-align:center;text-shadow:0 1px 0 #fff}.photo-projects{padding:72px 0 82px;background:#fff}.photo-project-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.photo-project-head span{display:block;color:#1885d0;font-weight:900;letter-spacing:.08em;font-size:13px;margin-bottom:7px}.photo-project-head h2{font-size:clamp(34px,4vw,50px);line-height:1.14;letter-spacing:-.04em;color:#125f9a;margin:0}.photo-project-head p{max-width:480px;color:#53606d;font-size:14px;line-height:1.75;margin:0}.photo-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.photo-card{background:#fff;border:1px solid #e2e9f0;box-shadow:0 8px 22px rgba(27,63,92,.07);overflow:hidden;display:flex;flex-direction:column;min-height:100%}.photo-card-img{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf2f8}.photo-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.photo-card:hover .photo-card-img img{transform:scale(1.025)}.photo-card-body{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;padding:16px 16px 18px;flex:1}.photo-card-num{color:#0d6fbd;font-size:20px;font-weight:900;line-height:1.2}.photo-card h3{font-size:20px;line-height:1.35;margin:0 0 7px;color:#17304d}.photo-card p{font-size:13px;line-height:1.63;color:#53606d;margin:0}.photo-card-go{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#0875c9;color:#fff;text-decoration:none;font-size:18px;align-self:start}.photo-cta{padding:58px 0 68px;background:#f4f8fc}.photo-cta-grid{display:grid;grid-template-columns:1.2fr auto 1fr;gap:36px;align-items:center}.photo-cta span{display:block;color:#1680d0;font-size:12px;font-weight:900;letter-spacing:.11em}.photo-cta h2{font-size:32px;line-height:1.28;color:#105d97;margin:8px 0 0}.photo-cta-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-cta-points b{display:block;color:#175f96;font-size:13px;margin-bottom:5px}.photo-cta-points span{font-size:11px;line-height:1.5;color:#68717d;letter-spacing:0;font-weight:500}
@media(max-width:980px){.photo-hero-grid{grid-template-columns:1fr}.photo-hero-image{max-width:660px;min-height:420px}.photo-hero-image img{height:420px}.photo-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-project-head{display:block}.photo-project-head p{margin-top:14px}.photo-cta-grid{grid-template-columns:1fr}.photo-cta-points{max-width:680px}}
@media(max-width:640px){.photo-hero{padding:48px 0}.photo-hero h1{font-size:40px}.photo-benefits{grid-template-columns:1fr}.photo-hero-image{min-height:330px}.photo-hero-image img{height:330px}.photo-hero-quote{font-size:18px;right:10px}.photo-projects{padding:54px 0}.photo-project-grid{grid-template-columns:1fr}.photo-project-head h2{font-size:34px}.photo-cta-points{grid-template-columns:1fr}}


/* ===== V2.18.9.14.6 reference-exact project hub ===== */
.project-hub-reference{background:#fff;color:#182232}
.project-hub-reference .container{max-width:1180px}
.ref-hero{background:#fff;padding:56px 0 0;overflow:hidden}.ref-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;min-height:450px}.ref-hero-copy{padding:18px 34px 48px 0}.ref-eyebrow{color:#1b5b92;font-size:14px;letter-spacing:.1em;font-weight:700;margin-bottom:18px}.ref-hero h1{margin:0;color:#1d2735;letter-spacing:-.04em}.ref-hero h1 span,.ref-hero h1 strong{display:block}.ref-hero h1 span:first-child{font-size:clamp(44px,4.1vw,62px);line-height:1.02;font-weight:900}.ref-hero h1 strong{font-size:clamp(48px,4.55vw,68px);line-height:1.02;color:#0868ba;font-weight:900;margin:2px 0}.ref-hero h1 span:last-child{font-size:clamp(38px,3.55vw,54px);line-height:1.08;font-weight:900}.ref-hero-copy>p{font-size:15px;line-height:1.65;color:#2f3540;margin:16px 0 0}.ref-blue-line{width:48px;height:2px;background:#1f8de0;margin:22px 0 20px}.ref-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:650px}.ref-benefit{display:flex;align-items:center;gap:10px}.ref-benefit-icon{width:42px;height:42px;color:#0670c8;flex:0 0 42px}.ref-benefit-icon svg{width:100%;height:100%}.ref-benefit b{display:block;font-size:13px;color:#0b6bb6;line-height:1.3}.ref-benefit span{display:block;margin-top:3px;font-size:10px;color:#4d5663;line-height:1.35}.ref-hero-image{align-self:stretch;min-height:450px;position:relative}.ref-hero-image img{width:100%;height:100%;min-height:450px;display:block;object-fit:cover;object-position:center top}
.ref-projects{background:#fff;padding:32px 0 54px;border-top:1px solid #eef2f6}.ref-project-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;margin-bottom:26px}.ref-section-label{font-size:15px;color:#0d7bd0;font-weight:700;margin-bottom:3px}.ref-project-head h2{margin:0;font-size:clamp(32px,3.1vw,46px);line-height:1.12;color:#095b9c;letter-spacing:-.04em;font-weight:900}.ref-project-head-side{display:flex;align-items:center;gap:22px}.ref-project-head-side>span{width:54px;height:2px;background:#0d7bd0}.ref-project-head-side p{margin:0;color:#3e4652;font-size:13px;line-height:1.5}.ref-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ref-card{background:#fff;border:1px solid #e2e7ec;box-shadow:0 4px 14px rgba(25,58,88,.08);overflow:hidden;min-width:0}.ref-card-photo{display:block;aspect-ratio:309/185;overflow:hidden;background:#eef3f7}.ref-card-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.ref-card:hover .ref-card-photo img{transform:scale(1.015)}.ref-card-body{display:grid;grid-template-columns:34px 1fr 34px;gap:9px;align-items:start;padding:13px 12px 14px}.ref-num{font-size:17px;font-weight:900;color:#0873c8;line-height:1.25}.ref-card-copy h3{font-size:16px;line-height:1.2;margin:0 0 7px;color:#12335b;font-weight:900}.ref-card-copy p{font-size:11.5px;line-height:1.55;margin:0;color:#40505f}.ref-go{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#0876ca;color:#fff;text-decoration:none;font-size:16px;align-self:center}.ref-cta{padding:48px 0 56px;background:#fff}.ref-cta-grid{display:grid;grid-template-columns:1.1fr auto 1.1fr;gap:34px;align-items:center}.ref-cta-quote{font-size:24px;line-height:1.36;color:#0766b3;font-weight:900;position:relative;padding-left:14px}.ref-cta-quote span{display:block;width:50px;height:2px;background:#1283d4;margin-top:18px}.ref-cta-btn{display:flex;align-items:center;gap:34px;background:#0b72c8;color:#fff;padding:14px 24px;border-radius:7px;text-decoration:none;font-size:15px;font-weight:800;white-space:nowrap}.ref-cta-btn b{font-size:20px}.ref-cta-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ref-cta-features>div{text-align:center;color:#303946}.ref-cta-icon{color:#0b72c8;font-size:34px;line-height:1;margin-bottom:8px}.ref-cta-features span{font-size:11px;line-height:1.35;display:block}
@media(max-width:980px){.ref-hero-grid{grid-template-columns:1fr}.ref-hero-copy{padding-right:0}.ref-hero-image{min-height:400px;max-height:500px}.ref-hero-image img{min-height:400px}.ref-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ref-cta-grid{grid-template-columns:1fr}.ref-cta-features{max-width:620px}.ref-project-head{grid-template-columns:1fr}.ref-project-head-side{justify-content:flex-start}}
@media(max-width:640px){.ref-hero{padding-top:34px}.ref-hero h1 span:first-child{font-size:38px}.ref-hero h1 strong{font-size:42px}.ref-hero h1 span:last-child{font-size:34px}.ref-benefits{grid-template-columns:1fr}.ref-projects{padding-top:28px}.ref-project-grid{grid-template-columns:1fr}.ref-project-head h2{font-size:32px}.ref-card-body{grid-template-columns:34px 1fr 34px}.ref-cta-features{grid-template-columns:1fr}.ref-cta-quote{font-size:22px}}
