/* GoHighLevel Resources - Core Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:#fff;color:#0a0a0a;overflow-x:hidden;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
ul{list-style:none}

::selection{background:#d62828;color:#fff}

/* NAV */
nav{position:sticky;top:0;left:0;right:0;z-index:100;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff;border-bottom:1px solid #eee}
.nav-logo{display:flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-size:19px;font-weight:700;letter-spacing:-.3px;color:#0a0a0a}
.nav-logo svg{flex-shrink:0}
.nav-mid{display:flex;align-items:center;gap:4px;flex:1;max-width:420px;margin:0 32px}
.nav-search{display:flex;align-items:center;gap:8px;background:#f4f4f4;border:1px solid #eee;border-radius:8px;padding:8px 14px;width:100%;transition:border-color .2s}
.nav-search:focus-within{border-color:#d62828}
.nav-search input{background:none;border:none;outline:none;color:#0a0a0a;font-size:13px;font-family:'Inter',sans-serif;width:100%}
.nav-search input::placeholder{color:#999}
.nav-search svg{flex-shrink:0;opacity:.4}
.nav-links{display:flex;gap:4px;align-items:center}
.nav-links a{font-size:14px;font-weight:500;color:#444;padding:9px 16px;border-radius:8px;transition:all .2s}
.nav-links a:hover{color:#0a0a0a;background:#f4f4f4}
.nav-links a.active{background:#0a0a0a;color:#fff}
.nav-cta{font-size:13px;font-weight:600;color:#fff;padding:10px 18px;border-radius:8px;background:#d62828;transition:all .2s;white-space:nowrap}
.nav-cta:hover{background:#b81f1f}
@media(max-width:900px){.nav-mid{display:none}.nav-links a:not(.nav-cta){display:none}}

/* HERO */
.hero{padding:72px 5% 64px;background:#fff}
.hero-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:36px}}
.hero h1{font-family:'Poppins',sans-serif;font-size:clamp(32px,4.5vw,52px);font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:18px;color:#0a0a0a}
.hero h1 .accent{color:#d62828}
.hero p{font-size:16px;color:#666;max-width:440px;margin-bottom:32px;line-height:1.7}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-dark{background:#0a0a0a;color:#fff;font-weight:600;font-size:14px;padding:13px 26px;border-radius:10px;transition:all .2s;display:inline-flex;align-items:center;gap:6px}
.btn-dark:hover{background:#d62828}
.btn-ghost{background:#fff;color:#0a0a0a;font-weight:600;font-size:14px;padding:13px 26px;border-radius:10px;border:1.5px solid #e5e5e5;transition:all .2s}
.btn-ghost:hover{border-color:#0a0a0a}

.hero-featured{background:#fafafa;border-radius:16px;overflow:hidden;border:1px solid #eee}
.hero-featured-img{width:100%;height:220px;object-fit:cover;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}
.hero-featured-body{padding:24px}
.hero-featured .cat-tag{font-size:11px;font-weight:600;color:#d62828;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:block}
.hero-featured h3{font-family:'Poppins',sans-serif;font-size:18px;font-weight:600;color:#0a0a0a;line-height:1.4;margin-bottom:10px}
.hero-featured p{font-size:13.5px;color:#777;line-height:1.65}

/* CATEGORY GRID */
.cat-section{background:#fafafa;padding:64px 5%;border-top:1px solid #eee;border-bottom:1px solid #eee}
.cat-inner{max-width:1320px;margin:0 auto}
.section-label{font-size:13px;font-weight:600;color:#d62828;margin-bottom:8px;display:block}
.section-title{font-family:'Poppins',sans-serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:#0a0a0a;letter-spacing:-1px;margin-bottom:36px}
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:900px){.cat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.cat-grid{grid-template-columns:1fr}}
.cat-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px 22px;transition:all .2s;cursor:pointer}
.cat-card:hover{border-color:#d62828;transform:translateY(-2px)}
.cat-card h3{font-family:'Poppins',sans-serif;font-size:16px;font-weight:600;color:#0a0a0a;margin-bottom:8px}
.cat-card p{font-size:13px;color:#777;line-height:1.6}

/* ARTICLE LIST */
.articles-section{background:#fff;padding:64px 5%}
.articles-inner{max-width:1320px;margin:0 auto}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
@media(max-width:900px){.article-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.article-grid{grid-template-columns:1fr}}
.article-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all .2s}
.article-card:hover{border-color:#ddd;box-shadow:0 4px 16px rgba(0,0,0,0.05)}
.article-card-img{width:100%;height:160px;object-fit:cover;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}
.article-card-body{padding:20px}
.article-card .cat-tag{font-size:11px;font-weight:600;color:#d62828;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:block}
.article-card h3{font-family:'Poppins',sans-serif;font-size:15.5px;font-weight:600;color:#0a0a0a;line-height:1.4;margin-bottom:10px}
.article-card p{font-size:13px;color:#777;line-height:1.6}

/* PAGINATION */
.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}
.pagination a,.pagination span{font-size:13px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;border-radius:8px;color:#0a0a0a;transition:all .2s}
.pagination a:hover{background:#0a0a0a;color:#fff;border-color:#0a0a0a}
.pagination .active{background:#d62828;color:#fff;border-color:#d62828}

/* CLIQLABS PROMO BAND */
.promo-band{background:#0a0a0a;padding:48px 5%}
.promo-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.promo-text h3{font-family:'Poppins',sans-serif;font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}
.promo-text p{font-size:13.5px;color:rgba(255,255,255,0.55);max-width:480px;line-height:1.65}
.promo-btn{background:#d62828;color:#fff;font-weight:600;font-size:14px;padding:13px 26px;border-radius:10px;white-space:nowrap;transition:all .2s;flex-shrink:0}
.promo-btn:hover{background:#b81f1f}

/* ARTICLE PAGE */
.article-page{background:#fff;color:#0a0a0a}
.article-header{background:#fff;padding:48px 5% 32px;border-bottom:1px solid #eee}
.article-header-inner{max-width:760px;margin:0 auto}
.breadcrumb{font-size:13px;color:#999;margin-bottom:20px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.breadcrumb a{color:#777;transition:color .2s}
.breadcrumb a:hover{color:#d62828}
.article-cat-badge{font-size:12px;font-weight:600;color:#d62828;margin-bottom:16px;display:block;text-transform:uppercase;letter-spacing:.5px}
.article-header h1{font-family:'Poppins',sans-serif;font-size:clamp(26px,4vw,38px);font-weight:700;letter-spacing:-1px;line-height:1.2;margin-bottom:18px}
.article-meta-row{display:flex;gap:16px;font-size:13px;color:#999}

.article-body-wrap{max-width:760px;margin:0 auto;padding:48px 5% 80px}
.article-content h2{font-family:'Poppins',sans-serif;font-size:23px;font-weight:700;color:#0a0a0a;margin:36px 0 14px;letter-spacing:-.5px}
.article-content h3{font-family:'Poppins',sans-serif;font-size:18px;font-weight:600;color:#0a0a0a;margin:28px 0 12px}
.article-content p{font-size:15.5px;color:#333;line-height:1.85;margin-bottom:18px}
.article-content ul,.article-content ol{margin:0 0 18px 22px;color:#333;font-size:15.5px;line-height:1.85}
.article-content li{margin-bottom:8px}
.article-content strong{color:#0a0a0a;font-weight:600}
.article-content code{background:#f4f4f4;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:13.5px;color:#d62828}
.article-content blockquote{border-left:3px solid #d62828;padding:4px 0 4px 20px;margin:24px 0;color:#555;font-style:italic}
.article-content .callout{background:#fafafa;border:1px solid #eee;border-left:3px solid #d62828;padding:18px 22px;margin:28px 0;border-radius:0 10px 10px 0;font-size:14px;color:#444;line-height:1.75}
.article-content .callout strong{color:#d62828}

/* INLINE CLIQLABS CTA */
.inline-cta{background:#0a0a0a;border-radius:14px;padding:32px 28px;margin:40px 0;text-align:center}
.inline-cta .tag{font-size:12px;font-weight:600;color:#d62828;margin-bottom:12px;display:block;text-transform:uppercase;letter-spacing:.5px}
.inline-cta h4{font-family:'Poppins',sans-serif;font-size:19px;font-weight:600;color:#fff;margin-bottom:10px}
.inline-cta p{font-size:13.5px;color:rgba(255,255,255,0.55);max-width:420px;margin:0 auto 20px;line-height:1.65}
.inline-cta a{display:inline-block;background:#d62828;color:#fff;font-weight:600;font-size:14px;padding:13px 26px;border-radius:10px;transition:all .2s}
.inline-cta a:hover{background:#b81f1f}

/* ABOUT/CONTACT PAGES */
.page-section{background:#fff;color:#0a0a0a;padding:72px 5%}
.page-inner{max-width:720px;margin:0 auto}
.page-inner h1{font-family:'Poppins',sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-1px;margin-bottom:20px;color:#0a0a0a}
.page-inner p{font-size:15.5px;color:#444;line-height:1.85;margin-bottom:18px}
.page-inner h2{font-family:'Poppins',sans-serif;font-size:22px;font-weight:700;margin:32px 0 14px;color:#0a0a0a}

/* FOOTER */
footer{background:#fff;border-top:1px solid #eee;padding:48px 5% 32px}
.footer-inner{max-width:1320px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
@media(max-width:700px){.footer-top{grid-template-columns:1fr 1fr;gap:28px}}
.footer-brand .nav-logo{margin-bottom:14px}
.footer-brand p{font-size:13px;color:#888;line-height:1.7;max-width:280px}
.footer-col h5{font-size:13px;font-weight:600;color:#0a0a0a;margin-bottom:14px}
.footer-col a{display:block;font-size:13.5px;color:#777;margin-bottom:10px;transition:color .2s}
.footer-col a:hover{color:#d62828}
.footer-bottom{border-top:1px solid #eee;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:12.5px;color:#999}
.footer-bottom .by-cliqlabs{font-size:12.5px;color:#999}
.footer-bottom .by-cliqlabs a{color:#d62828;font-weight:600}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s,transform .5s}
.reveal.visible{opacity:1;transform:none}


/* LOGO ANIMATION */
.logo-spin{animation:logoSpin 10s linear infinite;flex-shrink:0}
@keyframes logoSpin{to{transform:rotate(360deg)}}
.logo-accent{color:#d62828}

/* ARTICLE IMAGE HOVER */
.article-card{position:relative}
.article-card-img{transition:transform .4s ease,filter .4s ease;overflow:hidden}
.article-card:hover .article-card-img{transform:scale(1.06);filter:brightness(1.08)}
.article-card-body h3{transition:color .2s}
.article-card:hover .article-card-body h3{color:#d62828}

.hero-featured{transition:all .25s ease}
.hero-featured:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(0,0,0,0.08);border-color:#d62828}
.hero-featured-img{transition:transform .4s ease}
.hero-featured:hover .hero-featured-img{transform:scale(1.04)}


/* CATEGORY FILTER BAR */
.filter-bar{display:flex;gap:8px;flex-wrap:wrap;padding:20px 0 28px;border-bottom:1px solid #eee;margin-bottom:32px}
.filter-pill{font-size:13.5px;font-weight:500;color:#555;padding:9px 18px;border-radius:999px;border:1px solid #e5e5e5;background:#fff;transition:all .2s;cursor:pointer;white-space:nowrap}
.filter-pill:hover{border-color:#0a0a0a;color:#0a0a0a}
.filter-pill.active{background:#0a0a0a;color:#fff;border-color:#0a0a0a}
