:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#eef3f8;--text:#172033;--muted:#667085;--line:#dce4ee;--brand:#2457d6;--brand-dark:#173c9b;--green:#18a957;--radius:18px;--shadow:0 12px 32px rgba(31,45,61,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.btn{min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;cursor:pointer;transition:.2s}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-light{background:#fff;border-color:var(--line)}.btn-whatsapp{background:var(--green)!important;color:#fff!important}.full-width{width:100%}.social-header,.profile-topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.social-header-inner,.profile-topbar-inner{min-height:68px;display:flex;align-items:center;gap:18px}.logo,.profile-brand{display:flex;align-items:center;gap:10px;font-weight:850}.brand-mark{width:36px;height:36px;border-radius:11px;background:var(--brand);color:#fff;display:grid;place-items:center}.public-nav{margin-left:auto;display:flex;gap:8px}.public-nav a{padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:700}.public-nav a:hover,.public-nav .nav-active{background:var(--surface-2);color:var(--text)}.social-hero{padding:44px 0 34px;background:linear-gradient(135deg,#edf3ff,#f7f9fd)}.hero-layout{display:grid;gap:28px}.eyebrow{font-size:.76rem;letter-spacing:.11em;font-weight:850;color:var(--brand)}.social-hero h1{font-size:clamp(2rem,7vw,4rem);line-height:1.04;margin:10px 0 14px;max-width:760px}.social-hero p{color:var(--muted);font-size:1.06rem;max-width:680px}.hero-search{display:flex;gap:10px;margin-top:24px;max-width:680px}.hero-search input{flex:1;min-width:0;height:52px;border:1px solid var(--line);border-radius:14px;padding:0 16px;background:#fff;outline:none}.hero-search input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(36,87,214,.12)}.hero-community{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.community-card,.side-card,.panel,.social-business-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.community-card{padding:18px}.community-card strong{display:block;font-size:1.7rem}.community-card span{color:var(--muted)}.directory-layout{display:grid;gap:24px;padding-block:28px}.directory-sidebar,.directory-right{display:none}.feed-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.feed-heading h2{margin:0;font-size:1.45rem}.feed-heading p{margin:3px 0 0;color:var(--muted)}.business-feed{display:grid;gap:18px}.social-business-card{overflow:hidden}.card-cover{height:170px;background:linear-gradient(135deg,#dbe6f7,#edf2f8);background-size:cover;background-position:center;display:block;position:relative}.featured-tag{position:absolute;left:14px;top:14px;background:#111827;color:#fff;padding:7px 10px;border-radius:999px;font-size:.78rem;font-weight:800}.card-profile-row{display:flex;align-items:center;gap:13px;padding:16px 16px 8px}.card-logo{width:56px;height:56px;border-radius:16px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.card-logo img{width:100%;height:100%;object-fit:cover}.card-title{min-width:0}.card-title h3{margin:0;font-size:1.08rem}.card-title p{margin:3px 0 0;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-info{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px;color:var(--muted);font-size:.9rem}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 16px 16px;border-top:1px solid var(--line)}.card-actions a{min-height:44px;border-radius:11px;display:grid;place-items:center;background:var(--surface-2);font-weight:800}.card-actions a:last-child{background:var(--green);color:#fff}.empty-state{padding:34px;text-align:center;background:#fff;border:1px dashed var(--line);border-radius:var(--radius)}.site-footer{padding:28px 0;margin-top:32px;background:#172033;color:#d8deea}.site-footer .container{display:grid;gap:14px}.site-footer-links{display:flex;flex-wrap:wrap;gap:14px}.site-footer p{margin:0;color:#aeb9ca}
/* Profile */
.profile-back{margin-left:auto}.public-profile-page{padding-bottom:30px}.profile-container{width:min(1120px,100%);margin:0 auto;background:#fff;border-bottom:1px solid var(--line)}.public-cover{height:210px;background:linear-gradient(135deg,#dce8fa,#edf3fb);background-size:cover;background-position:center}.profile-identity{padding:0 18px 20px;display:grid;gap:16px}.profile-logo{width:92px;height:92px;border-radius:24px;border:5px solid #fff;background:#fff;box-shadow:var(--shadow);margin-top:-44px;overflow:hidden;display:grid;place-items:center;font-size:2rem}.profile-logo img{width:100%;height:100%;object-fit:cover}.profile-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-title-line h1{font-size:1.65rem;line-height:1.15;margin:0}.profile-main>p{margin:8px 0;color:var(--muted)}.profile-stats{display:flex;gap:8px;flex-wrap:wrap}.profile-stats span,.status-chip{background:var(--surface-2);padding:7px 10px;border-radius:999px;font-size:.84rem;font-weight:750}.verified-badge{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:900}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-actions .btn{padding-inline:10px}.btn-link-main{background:#111827;color:#fff}.profile-content{display:grid;gap:18px;padding-top:18px}.profile-primary-column,.profile-side-column{display:grid;gap:18px}.panel{padding:20px}.panel h2{margin:0 0 14px;font-size:1.25rem}.panel h3{margin:0 0 12px}.description{margin:0;color:#3b4658}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.public-service-list,.catalog-public-grid,.marketing-promo-grid{display:grid;gap:12px}.public-service-item{display:flex;gap:13px;padding:15px;border-radius:14px;background:var(--surface-2);border:1px solid #e4ebf3}.public-service-emoji{font-size:1.45rem}.public-service-item h4{margin:0}.public-service-item p{margin:4px 0 0;color:var(--muted)}.offer-subsection+.offer-subsection{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.offer-subtitle{font-size:1rem;color:#3d4b60}.catalog-public-card,.marketing-promo-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.catalog-public-media{aspect-ratio:16/10;background:var(--surface-2)}.catalog-public-media img,.catalog-public-media iframe{width:100%;height:100%;object-fit:cover;border:0}.catalog-public-card>div:last-child,.marketing-promo-card>div{padding:16px}.catalog-public-card h3,.marketing-promo-card h3{margin:0 0 7px}.catalog-public-card p,.marketing-promo-card p{color:var(--muted)}.marketing-promo-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.contact-list{display:grid;gap:10px}.contact-list>div{display:flex;gap:12px;padding:13px;border-radius:13px;background:var(--surface-2)}.contact-list p{margin:0}.contact-list strong{display:block}.contact-list a{color:var(--brand);font-weight:750}.hours-section{margin-top:22px}.public-hours{display:grid}.public-hour-row{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--line)}.public-hour-row strong{text-align:right}.public-hour-row small{display:block;color:var(--muted);font-weight:500}.map-placeholder{text-align:center;padding:22px;background:var(--surface-2);border-radius:15px;margin-top:18px}.profile-not-found{min-height:70vh;display:grid;place-items:center;padding:24px}.profile-not-found-card{text-align:center;background:#fff;padding:32px;border-radius:20px;border:1px solid var(--line)}
@media(min-width:700px){.hero-layout{grid-template-columns:1.55fr .75fr;align-items:end}.business-feed{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-identity{grid-template-columns:auto 1fr;align-items:end}.profile-actions{grid-column:1/-1;grid-template-columns:repeat(4,max-content)}.catalog-public-grid,.marketing-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-service-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:980px){.directory-layout{grid-template-columns:220px minmax(0,1fr) 250px}.directory-sidebar,.directory-right{display:block}.side-card{padding:16px;position:sticky;top:88px}.side-card h3{margin-top:0}.side-link{display:flex;gap:9px;padding:10px;border-radius:10px;color:var(--muted);font-weight:700}.side-link.active,.side-link:hover{background:var(--surface-2);color:var(--text)}.join-card{margin-top:16px;position:static}.business-feed{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-container{margin-top:22px;border:1px solid var(--line);border-radius:22px;overflow:hidden}.public-cover{height:300px}.profile-identity{grid-template-columns:auto 1fr auto;padding:0 28px 24px}.profile-logo{width:118px;height:118px;margin-top:-54px}.profile-actions{grid-column:auto;display:flex;justify-content:flex-end;align-self:center}.profile-content{grid-template-columns:minmax(0,1fr) 330px;padding-top:22px}.profile-side-column{align-content:start;position:sticky;top:88px;height:max-content}}
@media(max-width:699px){.container{width:min(100% - 24px,1120px)}.social-header-inner{min-height:60px}.public-nav{display:none}.social-header .btn{min-height:40px;padding:0 13px}.social-hero{padding:30px 0 24px}.hero-search{display:grid}.hero-search .btn{width:100%}.hero-community{margin-top:4px}.directory-layout{padding-top:18px}.feed-heading{align-items:start}.card-cover{height:145px}.profile-topbar-inner{min-height:58px}.profile-brand strong{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-back{min-height:40px;padding:0 12px}.public-cover{height:170px}.profile-actions .btn:last-child:nth-child(odd){grid-column:1/-1}.panel{padding:17px}.profile-content{width:100%;padding:14px 12px 0}.profile-side-column{display:contents}.profile-side-column>.panel{order:10}.site-footer-links{display:grid}}
