/* =========================================================
   NetworkPie Agency Theme - Main Stylesheet
========================================================= */

:root{
	--np-orange: #FF6B1A;
	--np-orange-dark: #E85A0C;
	--np-black: #14141a;
	--np-dark: #1a1a22;
	--np-text: #2b2b33;
	--np-muted: #6b7280;
	--np-bg-light: #f7f7f9;
	--np-border: #ececef;
	--np-white: #ffffff;
	--np-radius: 14px;
	--np-shadow: 0 10px 30px rgba(20,20,26,.06);
	--np-font-heading: 'Poppins', sans-serif;
	--np-font-body: 'Inter', sans-serif;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
	font-family: var(--np-font-body);
	color: var(--np-text);
	line-height: 1.65;
	margin:0;
	background: var(--np-white);
	-webkit-font-smoothing: antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color: inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{ font-family: var(--np-font-heading); color: var(--np-black); margin: 0 0 .5em; line-height:1.25; }
p{ margin:0 0 1em; color: var(--np-muted); }
.container{ max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-accent{ color: var(--np-orange); }
.section{ padding: 90px 0; }

/* Buttons */
.btn{
	display: inline-flex; align-items:center; gap:8px;
	padding: 14px 26px; border-radius: 10px; font-weight:600; font-size: .95rem;
	transition: all .2s ease; border: 2px solid transparent; cursor:pointer;
	font-family: var(--np-font-body);
}
.btn-primary{ background: var(--np-orange); color:#fff; }
.btn-primary:hover{ background: var(--np-orange-dark); transform: translateY(-2px); color:#fff; }
.btn-outline{ background: transparent; border-color: var(--np-border); color: var(--np-black); }
.btn-outline:hover{ border-color: var(--np-orange); color: var(--np-orange); }

/* Eyebrow / section heading */
.eyebrow{
	display:inline-block; color: var(--np-orange); font-weight:700; font-size:.8rem;
	letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px;
}
.section-heading{ max-width: 640px; margin: 0 auto 50px; text-align:center; }
.section-heading h2{ font-size: 2.2rem; }
.section-heading.light .eyebrow{ color: var(--np-orange); }
.section-heading.light h2{ color:#fff; }

/* =========================================================
   HEADER
========================================================= */
.site-header{
	position: sticky; top:0; z-index: 999; background: #fff;
	border-bottom: 1px solid var(--np-border);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; height: 84px; gap: 24px; }
.site-logo{ display:flex; align-items:center; gap:10px; }
.site-logo .logo-text-group{ display:flex; flex-direction:column; line-height:1.15; }
.site-logo .logo-text{ font-family: var(--np-font-heading); font-weight:800; font-size: 1.25rem; color: var(--np-black); }
.site-logo .logo-tagline{ font-family: var(--np-font-body); font-weight:600; font-size:.68rem; letter-spacing:.04em; text-transform:uppercase; color: var(--np-muted); }
.site-logo .logo-icon{ height: 40px; width:auto; display:block; }
.site-logo img.custom-logo{ max-height: 46px; width:auto; }
.site-footer .site-logo .logo-text{ color:#fff; }
.site-footer .site-logo .logo-tagline{ color:#9a9aa5; }
.primary-menu{ display:flex; gap: 32px; }
.primary-menu a{ font-weight:600; font-size:.95rem; color: var(--np-text); padding: 8px 0; position:relative; }
.primary-menu a:hover, .primary-menu li.current-menu-item > a{ color: var(--np-orange); }
.primary-menu li.menu-item-has-children{ position:relative; }
.primary-menu ul.sub-menu{ position:absolute; top:100%; left:0; background:#fff; box-shadow: var(--np-shadow); border-radius:10px; min-width:200px; padding:10px; opacity:0; visibility:hidden; transform: translateY(8px); transition:.2s; }
.primary-menu li.menu-item-has-children:hover > ul.sub-menu{ opacity:1; visibility:visible; transform:none; }
.primary-menu ul.sub-menu a{ display:block; padding:8px 10px; border-radius:6px; }
.primary-menu ul.sub-menu a:hover{ background: var(--np-bg-light); }
.mobile-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.mobile-toggle span{ width:24px; height:2px; background: var(--np-black); }

/* =========================================================
   HERO
========================================================= */
.hero{ background: var(--np-bg-light); padding: 70px 0 60px; overflow:hidden; }
.hero-inner{ display:grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items:center; }
.hero-content h1{ font-size: 3rem; font-weight:800; margin-bottom:.4em; }
.hero-subtitle{ font-size: 1.05rem; max-width: 480px; }
.hero-buttons{ display:flex; gap:16px; margin: 28px 0 44px; flex-wrap:wrap; }
.hero-buttons .dashicons{ font-size:18px; width:18px; height:18px; }
.hero-stats{ display:flex; gap: 36px; flex-wrap:wrap; }
.stat{ display:flex; align-items:center; gap:10px; }
.stat .dashicons{ color: var(--np-orange); font-size:22px; width:22px; height:22px; }
.stat strong{ display:block; font-size:1.15rem; font-family: var(--np-font-heading); }
.stat small{ color: var(--np-muted); font-size:.8rem; }

.hero-media{ position:relative; display:flex; justify-content:center; align-items:center; min-height: 460px; }
.hero-network-graphic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 115%; max-width:640px; z-index:0; pointer-events:none; }
.hero-mock-laptop{
	position:relative; z-index:1; background: var(--np-black); border-radius: 16px; padding: 20px 20px 60px;
	width: 100%; max-width: 400px; box-shadow: 0 30px 60px rgba(20,20,26,.3);
}
.mock-screen{ background: linear-gradient(160deg,#1c1c26,#0e0e13); border-radius:10px; padding: 34px 26px; min-height: 260px; }
.mock-badge{ display:inline-block; color:#fff; font-weight:700; font-size:.75rem; letter-spacing:.05em; opacity:.7; margin-bottom:18px; }
.mock-screen h4{ color:#fff; font-size:1.5rem; }

/* =========================================================
   SERVICES
========================================================= */
.services-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card{
	background:#fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 30px 24px;
	transition: .2s ease;
}
.service-card:hover{ box-shadow: var(--np-shadow); transform: translateY(-4px); border-color: transparent; }
.service-icon{ display:flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:12px; background: rgba(255,107,26,.1); color: var(--np-orange); font-size:24px; margin-bottom: 18px; }
.service-card h3{ font-size:1.05rem; margin-bottom:8px; }
.service-card p{ font-size:.9rem; margin:0; }

/* =========================================================
   WHY CHOOSE US
========================================================= */
.why-section{ background: var(--np-black); }
.why-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.why-item .dashicons{ color: var(--np-orange); font-size:30px; width:30px; height:30px; margin-bottom:14px; }
.why-item h4{ color:#fff; font-size:1.05rem; }
.why-item p{ color: #9a9aa5; font-size: .9rem; margin:0; }

/* =========================================================
   PORTFOLIO
========================================================= */
.portfolio-inner{ display:grid; grid-template-columns: .8fr 2fr; gap: 40px; align-items:center; }
.portfolio-left h2{ font-size: 2rem; }
.portfolio-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:22px; }
.portfolio-grid-full{ grid-template-columns: repeat(3,1fr); }
.portfolio-card{ display:block; border-radius: var(--np-radius); overflow:hidden; border:1px solid var(--np-border); background:#fff; }
.portfolio-card img, .portfolio-placeholder{ width:100%; height: 200px; object-fit: cover; background: linear-gradient(135deg, var(--np-bg-light), #eaeaee); }
.portfolio-card h5{ margin: 16px 18px 2px; font-size:1rem; }
.portfolio-card span{ display:block; margin: 0 18px 18px; color: var(--np-muted); font-size:.85rem; }
.portfolio-card .carousel-link{ color: var(--np-orange); font-weight:600; margin-top:-10px; }

/* =========================================================
   PORTFOLIO CAROUSEL
========================================================= */
.portfolio-carousel{ position:relative; padding: 0 8px; }
.portfolio-carousel-track{
	display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth;
	padding: 6px 6px 18px; margin: 0 -6px; -ms-overflow-style:none; scrollbar-width:none;
}
.portfolio-carousel-track::-webkit-scrollbar{ display:none; }
.portfolio-carousel-track .carousel-card{ flex: 0 0 320px; scroll-snap-align:start; }
.portfolio-carousel-track .carousel-card img,
.portfolio-carousel-track .carousel-card .portfolio-placeholder{ height:210px; }
.carousel-btn{
	position:absolute; top:50%; transform:translateY(-50%); width:46px; height:46px; border-radius:50%;
	background:#fff; border:1px solid var(--np-border); box-shadow: var(--np-shadow); cursor:pointer;
	display:flex; align-items:center; justify-content:center; z-index:3; color: var(--np-black); transition:.2s;
}
.carousel-btn:hover{ background: var(--np-orange); color:#fff; border-color: var(--np-orange); }
.carousel-btn.prev{ left:-14px; }
.carousel-btn.next{ right:-14px; }
@media (max-width: 600px){
	.carousel-btn{ display:none; }
	.portfolio-carousel-track .carousel-card{ flex-basis: 82%; }
}

/* =========================================================
   PRICING
========================================================= */
.pricing-section{ background: var(--np-bg-light); }
.pricing-inner{ display:grid; grid-template-columns: .7fr 2fr; gap: 40px; align-items:center; }
.pricing-left h2{ font-size:2rem; }
.pricing-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.pricing-grid-full{ max-width: 1000px; margin: 0 auto; }
.pricing-card{ position:relative; background:#fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 34px 28px; }
.pricing-card.featured{ background: var(--np-black); border-color: var(--np-black); color:#fff; transform: scale(1.03); box-shadow: var(--np-shadow); }
.pricing-card.featured h4, .pricing-card.featured .pricing-amount{ color:#fff; }
.pricing-card.featured .pricing-subtitle, .pricing-card.featured .pricing-features li{ color:#c7c7cf; }
.pricing-badge{ position:absolute; top:-13px; left:50%; transform:translateX(-50%); background: var(--np-orange); color:#fff; font-size:.7rem; font-weight:700; padding:5px 14px; border-radius: 20px; letter-spacing:.03em; }
.pricing-subtitle{ font-size:.85rem; margin-bottom: 18px; }
.pricing-amount{ font-family: var(--np-font-heading); font-size: 2rem; font-weight:800; color: var(--np-black); margin-bottom: 22px; }
.pricing-amount span{ font-size:.85rem; font-weight:500; color: var(--np-muted); }
.pricing-features{ margin-bottom: 26px; }
.pricing-features li{ display:flex; align-items:center; gap:8px; font-size:.9rem; margin-bottom:10px; color: var(--np-text); }
.pricing-features .dashicons{ color: var(--np-orange); font-size:16px; width:16px; height:16px; }
.pricing-card .btn{ width:100%; justify-content:center; }
.pricing-card.featured .btn-outline{ border-color:#3a3a44; color:#fff; }

/* =========================================================
   SERVICE PAGE: FEATURE GRID / PROCESS STEPS / PRICING FOOTNOTE
========================================================= */
.feature-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.feature-item{ background:#fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 28px 24px; }
.feature-item .dashicons{ width:48px; height:48px; border-radius:12px; background: rgba(255,107,26,.1); color: var(--np-orange); font-size:22px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.feature-item h4{ font-size:1.02rem; margin-bottom:6px; }
.feature-item p{ font-size:.9rem; margin:0; }

.process-section{ background: var(--np-bg-light); }
.process-steps{ display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.process-step{ text-align:center; }
.step-num{ display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:50%; background: var(--np-black); color: var(--np-orange); font-family: var(--np-font-heading); font-weight:800; margin-bottom: 14px; }
.process-step h4{ font-size:1rem; }
.process-step p{ font-size:.88rem; margin:0; }

.pricing-footnote{ text-align:center; margin-top: 28px; font-size:.95rem; }
.pricing-footnote a{ color: var(--np-orange); font-weight:600; }

/* =========================================================
   AI SEO / GEO SECTION
========================================================= */
.ai-seo-section{ background: var(--np-black); }
.ai-seo-inner{ display:grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items:center; }
.ai-seo-copy .eyebrow{ color: var(--np-orange); }
.ai-seo-copy h2{ color:#fff; font-size:2rem; }
.ai-seo-copy > p{ color:#c7c7cf; }
.ai-seo-list{ margin-top:20px; }
.ai-seo-list li{ display:flex; gap:10px; align-items:flex-start; color:#c7c7cf; font-size:.95rem; margin-bottom:16px; line-height:1.5; }
.ai-seo-list li strong{ color:#fff; }
.ai-seo-list .dashicons{ color: var(--np-orange); margin-top:3px; flex-shrink:0; }
.ai-seo-badge-card{ background:#1c1c26; border:1px solid #2a2a35; border-radius: var(--np-radius); padding:28px; }
.ai-seo-badge-eyebrow{ display:block; color:#9a9aa5; font-size:.75rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700; margin-bottom:16px; }
.ai-engine-badges{ display:flex; flex-direction:column; gap:12px; }
.ai-engine-badge{ background: rgba(255,107,26,.12); color: var(--np-orange); border:1px solid rgba(255,107,26,.3); padding:12px 16px; border-radius:10px; font-weight:600; font-size:.9rem; text-align:center; }
.ai-engine-badge:last-child{ background: rgba(255,255,255,.06); color:#fff; border-color:#2a2a35; }

/* =========================================================
   SINGLE SERVICE PAGE
========================================================= */
.service-hero{ position:relative; }
.service-hero-icon{ display:flex; align-items:center; justify-content:center; width:64px; height:64px; border-radius:16px; background: rgba(255,107,26,.12); color: var(--np-orange); font-size:30px; margin: 0 auto 18px; }
.service-single-layout{ display:grid; grid-template-columns: 2fr 1fr; gap: 56px; align-items:start; }
.service-single-main.content-narrow{ max-width:none; }
.service-feature-list{ margin: 20px 0 30px; }
.service-feature-list li{ display:flex; gap:10px; align-items:flex-start; margin-bottom:12px; font-size:.98rem; }
.service-feature-list .dashicons{ color: var(--np-orange); margin-top:3px; flex-shrink:0; }
.service-sidebar{ display:flex; flex-direction:column; gap:24px; position:sticky; top:100px; }
.service-price-card{ text-align:center; }
.service-price-label{ display:block; color: var(--np-muted); font-size:.8rem; text-transform:uppercase; letter-spacing:.05em; font-weight:700; margin-bottom:6px; }
.service-price-amount{ font-family: var(--np-font-heading); font-size:2rem; font-weight:800; color: var(--np-black); margin-bottom:18px; }
.service-price-amount span{ display:block; font-size:.8rem; font-weight:500; color: var(--np-muted); margin-top:2px; }
.service-price-card .btn{ width:100%; justify-content:center; }
.service-price-note{ font-size:.78rem; margin: 12px 0 0; }

/* =========================================================
   COURSES
========================================================= */
.courses-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.course-card{ display:flex; flex-direction:column; background:#fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 28px 26px; transition:.2s; position:relative; }
.course-card:hover{ box-shadow: var(--np-shadow); transform: translateY(-4px); }
.course-card-icon{ display:flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:12px; background: rgba(255,107,26,.1); color: var(--np-orange); font-size:24px; margin-bottom: 16px; }
.course-card h3{ font-size:1.1rem; margin-bottom:8px; }
.course-card p{ font-size:.9rem; margin-bottom:16px; flex-grow:1; }
.course-card-meta{ display:flex; gap:16px; margin-bottom:10px; }
.course-card-meta span{ display:flex; align-items:center; gap:5px; font-size:.8rem; color: var(--np-muted); }
.course-card-meta .dashicons{ font-size:15px; width:15px; height:15px; color: var(--np-orange); }
.course-card-level{ display:inline-block; align-self:flex-start; background: var(--np-bg-light); color: var(--np-text); font-size:.72rem; font-weight:600; padding:3px 10px; border-radius: 12px; margin-bottom:18px; }
.course-card-footer{ display:flex; justify-content:space-between; align-items:center; padding-top:16px; border-top:1px solid var(--np-border); margin-top:auto; }
.course-card-price{ font-family: var(--np-font-heading); font-weight:800; font-size:1.2rem; color: var(--np-black); }
.course-card-cta{ font-size:.85rem; font-weight:600; color: var(--np-orange); }

.course-curriculum{ margin: 20px 0 30px; counter-reset: none; }
.course-curriculum li{ display:flex; gap:14px; align-items:flex-start; padding: 14px 0; border-bottom:1px solid var(--np-border); font-size:.98rem; }
.course-curriculum li:last-child{ border-bottom:none; }
.curriculum-num{ flex-shrink:0; font-family: var(--np-font-heading); font-weight:800; font-size:.85rem; color: var(--np-orange); background: rgba(255,107,26,.1); width:32px; height:32px; border-radius:8px; display:flex; align-items:center; justify-content:center; }
.course-meta-list{ margin: 4px 0 18px; text-align:left; }
.course-meta-list li{ display:flex; align-items:center; gap:8px; font-size:.88rem; color: var(--np-text); padding: 6px 0; }
.course-meta-list .dashicons{ color: var(--np-orange); font-size:16px; width:16px; height:16px; }

/* =========================================================
   NEWSLETTER
========================================================= */
.newsletter-box h4{ font-size:1rem; margin-bottom:6px; }
.newsletter-subtext{ font-size:.85rem; margin-bottom:14px; }
.newsletter-form{ display:flex; flex-direction:column; gap:10px; }
.newsletter-form input[type="email"]{ width:100%; padding: 11px 14px; border:1px solid var(--np-border); border-radius:8px; font-size:.9rem; font-family: var(--np-font-body); }
.newsletter-form input[type="email"]:focus{ outline:none; border-color: var(--np-orange); }
.newsletter-form .btn{ width:100%; justify-content:center; }
.newsletter-alert{ margin:0; padding: 12px 14px; font-size:.85rem; }

.newsletter-banner-section{ padding-top:0; }
.newsletter-banner{
	background: var(--np-black); border-radius: var(--np-radius); padding: 40px 44px;
	display:flex; align-items:center; justify-content:space-between; gap: 30px; flex-wrap:wrap;
}
.newsletter-banner-text h3{ color:#fff; font-size:1.4rem; margin-bottom:4px; }
.newsletter-banner-text p{ color:#9a9aa5; margin:0; }
.newsletter-banner .newsletter-form{ flex-direction:row; flex-wrap:wrap; min-width:320px; flex:1; max-width:460px; }
.newsletter-banner .newsletter-form input[type="email"]{ flex:1; min-width:200px; background:#1c1c26; border-color:#2a2a35; color:#fff; }
.newsletter-banner .newsletter-form .btn{ width:auto; }
.newsletter-banner .newsletter-alert{ flex:1; min-width:320px; }
.newsletter-banner .np-honeypot{ display:none; }
@media (max-width: 700px){
	.newsletter-banner{ flex-direction:column; align-items:stretch; text-align:center; }
	.newsletter-banner .newsletter-form{ flex-direction:column; max-width:none; }
	.newsletter-banner .newsletter-form .btn{ width:100%; }
}

/* =========================================================
   FAQ
========================================================= */
.faq-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.faq-item{ background: var(--np-bg-light); border-radius: var(--np-radius); padding: 26px; }
.faq-item h4{ font-size:1rem; }
.faq-item p{ margin:0; font-size:.9rem; }

/* =========================================================
   BLOG
========================================================= */
.blog-header > div:first-child{ margin-bottom: 40px; max-width: 600px; }
.blog-header h2{ font-size:2rem; }
.blog-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:22px; }
.blog-card{ display:block; border-radius: var(--np-radius); overflow:hidden; border:1px solid var(--np-border); background:#fff; transition:.2s; }
.blog-card:hover{ box-shadow: var(--np-shadow); transform: translateY(-4px); }
.blog-card img{ width:100%; height:190px; object-fit:cover; }
.blog-card-body{ padding: 18px 20px 22px; position:relative; }
.blog-cat{ display:inline-block; color: var(--np-orange); font-weight:700; font-size:.75rem; text-transform:uppercase; }
.blog-date{ float:right; color: var(--np-muted); font-size:.75rem; }
.blog-card-body h5{ clear:both; margin-top:10px; font-size:1rem; }
.blog-card-body p{ font-size: .88rem; line-height: 1.6; margin: 8px 0 0; color: var(--np-muted); }

/* =========================================================
   CTA BANNER
========================================================= */
.cta-banner{ background: var(--np-black); position:relative; overflow:hidden; }
.cta-banner-inner{ display:flex; align-items:center; justify-content:space-between; gap: 24px; padding: 40px 24px; flex-wrap:wrap; }
.cta-left{ display:flex; align-items:center; gap:20px; }
.cta-icon{ width:56px; height:56px; border:2px solid var(--np-orange); border-radius:50%; display:flex; align-items:center; justify-content:center; color: var(--np-orange); font-size:24px; }
.cta-left h3{ color:#fff; margin-bottom:4px; font-size:1.3rem; }
.cta-left p{ margin:0; color:#a9a9b3; }

/* =========================================================
   FOOTER
========================================================= */
.site-footer{ background: var(--np-black); color:#c7c7cf; padding-top: 60px; }
.site-footer .site-logo .logo-text{ color:#fff; }
.footer-grid{ display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 30px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-about p{ color:#9a9aa5; font-size:.9rem; margin: 14px 0 20px; }
.footer-about-link{ margin: -10px 0 20px !important; }
.footer-about-link a{ color: var(--np-orange); font-weight:600; font-size:.9rem; }
.footer-about-link a:hover{ color:#fff; }
.footer-socials{ display:flex; gap:10px; }
.footer-socials a{ width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.15); display:flex; align-items:center; justify-content:center; color:#fff; transition:.2s; }
.footer-socials a:hover{ background: var(--np-orange); border-color: var(--np-orange); }
.footer-col h4{ color:#fff; font-size:1rem; margin-bottom:18px; }
.footer-col ul li{ margin-bottom:12px; }
.footer-col ul li a{ color:#9a9aa5; font-size:.9rem; }
.footer-col ul li a:hover{ color: var(--np-orange); }
.footer-contact-list li{ display:flex; gap:10px; align-items:flex-start; }
.footer-contact-list .dashicons{ color: var(--np-orange); margin-top:2px; }
.footer-bottom-inner{ display:flex; justify-content:space-between; padding: 22px 24px; font-size:.82rem; color:#7c7c87; flex-wrap:wrap; gap:16px; }
.footer-bottom-links a{ color:#9a9aa5; }
.footer-bottom-links a:hover{ color: var(--np-orange); }
.heart{ color: var(--np-orange); }

/* =========================================================
   INNER PAGE HERO (Pricing / Contact / Blog / 404 / single)
========================================================= */
.page-hero{ background: var(--np-bg-light); padding: 70px 0 50px; text-align:center; }
.page-hero h1{ font-size: 2.4rem; }
.page-hero p{ max-width: 560px; margin: 0 auto; }
.single-hero{ text-align:left; }
.post-meta{ display:flex; gap:10px; color: var(--np-muted); font-size:.9rem; }
.single-thumb{ margin-top: -30px; border-radius: var(--np-radius); overflow:hidden; }
.single-thumb img{ width:100%; }
.content-narrow{ max-width: 800px; }
.single-layout{ display:grid; grid-template-columns: 2fr 1fr; gap: 56px; align-items:start; }
.single-layout .single-main.content-narrow{ max-width:none; }
/* =========================================================
   READABLE CONTENT TYPOGRAPHY (blog posts, pages, services, courses)
========================================================= */
.entry-content{
	font-size: 1.08rem;
	line-height: 1.8;
	color: var(--np-text);
}

.entry-content > *:first-child{ margin-top: 0; }
.entry-content > *:last-child{ margin-bottom: 0; }

.entry-content p{
	margin: 0 0 1.5em;
	color: var(--np-text);
}

.entry-content h2, .entry-content h3, .entry-content h4{
	font-family: var(--np-font-heading);
	color: var(--np-black);
	font-weight: 700;
	line-height: 1.3;
	margin: 1.8em 0 0.7em;
}
.entry-content h2{ font-size: 1.6rem; }
.entry-content h3{ font-size: 1.3rem; }
.entry-content h4{ font-size: 1.12rem; }
.entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *{ margin-top: 0; }

.entry-content strong, .entry-content b{ color: var(--np-black); font-weight: 700; }
.entry-content em, .entry-content i{ font-style: italic; }

.entry-content a{
	color: var(--np-orange);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(255,107,26,.35);
	text-underline-offset: 2px;
	transition: text-decoration-color .15s ease;
}
.entry-content a:hover{ text-decoration-color: var(--np-orange); }

/* Lists — the main ask: clear spacing, proper markers, room to breathe */
.entry-content ul, .entry-content ol{
	margin: 0 0 1.5em;
	padding-left: 1.4em;
}
.entry-content ul{ list-style: none; }
.entry-content ul > li{ position: relative; padding-left: 1.5em; }
.entry-content ul > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--np-orange);
}
.entry-content ol{ list-style: none; counter-reset: np-ol; }
.entry-content ol > li{ position: relative; padding-left: 1.6em; counter-increment: np-ol; }
.entry-content ol > li::before{
	content: counter(np-ol);
	position: absolute;
	left: 0;
	top: 0;
	width: 1.6em;
	font-family: var(--np-font-heading);
	font-weight: 700;
	font-size: .85em;
	color: var(--np-orange);
}
.entry-content li{ margin-bottom: 0.65em; line-height: 1.7; }
.entry-content li:last-child{ margin-bottom: 0; }
.entry-content li > ul, .entry-content li > ol{ margin: 0.65em 0 0; }
.entry-content li > p{ margin-bottom: 0.5em; }

.entry-content blockquote{
	margin: 1.8em 0;
	padding: 0.9em 1.4em;
	border-left: 3px solid var(--np-orange);
	background: var(--np-bg-light);
	border-radius: 0 8px 8px 0;
	font-style: italic;
	color: var(--np-text);
}
.entry-content blockquote p:last-child{ margin-bottom: 0; }

.entry-content code{
	background: var(--np-bg-light);
	padding: 0.2em 0.45em;
	border-radius: 5px;
	font-size: 0.88em;
	font-family: 'Consolas', 'Monaco', monospace;
	color: var(--np-black);
}
.entry-content pre{
	background: var(--np-black);
	color: #e8e8ec;
	padding: 1.2em 1.4em;
	border-radius: 10px;
	overflow-x: auto;
	margin: 1.8em 0;
	line-height: 1.6;
}
.entry-content pre code{ background: none; padding: 0; color: inherit; }

.entry-content hr{
	border: none;
	border-top: 1px solid var(--np-border);
	margin: 2.4em 0;
}

.entry-content table{
	width: 100%;
	border-collapse: collapse;
	margin: 1.8em 0;
	font-size: 0.95em;
}
.entry-content th, .entry-content td{
	padding: 10px 14px;
	border: 1px solid var(--np-border);
	text-align: left;
}
.entry-content th{ background: var(--np-bg-light); font-weight: 700; color: var(--np-black); }

.entry-content img{ border-radius:10px; margin: 20px 0; }
.post-tags{ display:flex; gap:8px; margin-top:24px; flex-wrap:wrap; }
.post-tags a{ background: var(--np-bg-light); padding:6px 14px; border-radius:20px; font-size:.82rem; }
.page-thumb{ margin-bottom: 30px; border-radius: var(--np-radius); overflow:hidden; }

/* =========================================================
   CONTACT PAGE
========================================================= */
.contact-inner{ display:grid; grid-template-columns: .8fr 1.3fr; gap: 50px; }
.contact-info h3{ font-size:1.4rem; }
.contact-info-list{ margin: 24px 0; }
.contact-info-list li{ display:flex; gap:14px; margin-bottom:22px; }
.contact-info-list .dashicons{ width:44px; height:44px; min-width:44px; border-radius:10px; background: rgba(255,107,26,.1); color: var(--np-orange); display:flex; align-items:center; justify-content:center; font-size:20px; }
.contact-info-list strong{ display:block; font-size:.85rem; color: var(--np-black); }
.contact-info-list a, .contact-info-list span{ color: var(--np-muted); font-size:.9rem; }

.contact-form{ background: #fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 34px; box-shadow: var(--np-shadow); }
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group{ margin-bottom: 18px; }
.form-group label{ display:block; font-weight:600; font-size:.85rem; margin-bottom:6px; }
.form-group input, .form-group textarea{
	width:100%; padding: 12px 14px; border:1px solid var(--np-border); border-radius:8px; font-family: var(--np-font-body); font-size:.95rem;
}
.form-group input:focus, .form-group textarea:focus{ outline:none; border-color: var(--np-orange); }
.np-honeypot{ position:absolute; left:-9999px; opacity:0; }
.form-alert{ padding: 14px 18px; border-radius:10px; margin-bottom: 20px; font-size:.9rem; display:flex; align-items:center; gap:8px; }
.form-alert-success{ background: #e9f9ee; color: #157a3d; }
.form-alert-error{ background: #fdeceb; color: #b3261e; }
.contact-map iframe{ display:block; }

/* =========================================================
   PAGINATION / COMMENTS
========================================================= */
.pagination{ display:flex; justify-content:center; gap:10px; margin-top: 40px; }
.pagination .page-numbers{ padding: 10px 16px; border-radius:8px; border:1px solid var(--np-border); font-size:.9rem; }
.pagination .page-numbers.current{ background: var(--np-orange); color:#fff; border-color: var(--np-orange); }
.comments-area{ margin-top: 50px; border-top: 1px solid var(--np-border); padding-top: 40px; }
.comment-list{ margin-bottom: 30px; }

/* =========================================================
   BLOG COMMENTS
========================================================= */
.comments-title{
	font-size: 1.35rem;
	margin-bottom: 28px;
}

ol.comment-list{
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
ol.comment-list ol.children{
	list-style: none;
	margin: 20px 0 0;
	padding-left: 28px;
	border-left: 2px solid var(--np-border);
}

li.comment, .comment-list > li{ margin-bottom: 24px; }
.comment-body{
	background: #fff;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	padding: 22px 24px;
}
.bypostauthor > .comment-body{ border-color: rgba(255,107,26,.35); background: rgba(255,107,26,.03); }

.comment-author{ display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.comment-author .avatar{
	width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
	border: 2px solid var(--np-bg-light);
}
.comment-author .fn{
	font-style: normal;
	font-weight: 700;
	color: var(--np-black);
	font-family: var(--np-font-heading);
	font-size: .98rem;
}
.comment-author .says{ display: none; }

.comment-metadata{ margin-bottom: 12px; }
.comment-metadata a{
	color: var(--np-muted);
	font-size: .8rem;
	text-decoration: none;
}
.comment-metadata a:hover{ color: var(--np-orange); }

.comment-content{ font-size: .96rem; line-height: 1.7; color: var(--np-text); }
.comment-content p{ margin: 0 0 0.8em; }
.comment-content p:last-child{ margin-bottom: 0; }

.reply{ margin-top: 14px; }
.comment-reply-link{
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .82rem;
	font-weight: 600;
	color: var(--np-orange);
	border: 1px solid rgba(255,107,26,.3);
	padding: 6px 14px;
	border-radius: 20px;
	text-decoration: none;
	transition: .15s ease;
}
.comment-reply-link:hover{ background: var(--np-orange); color: #fff; border-color: var(--np-orange); }

.comment-awaiting-moderation{
	display: block;
	margin-top: 10px;
	font-size: .82rem;
	font-style: italic;
	color: var(--np-orange);
}

/* Comment form */
#respond, .comment-respond{
	background: var(--np-bg-light);
	border-radius: var(--np-radius);
	padding: 28px 30px;
}
.comments-area ol.comment-list + #respond,
.comments-area ol.comment-list + .comment-respond{ margin-top: 10px; }
.comment-reply-title{
	font-size: 1.2rem;
	margin: 0 0 6px;
}
.comment-reply-title small a{ font-size: .8rem; color: var(--np-orange); font-weight: 600; }
.comment-notes, .logged-in-as{ font-size: .88rem; color: var(--np-muted); margin-bottom: 20px; }
.logged-in-as a{ color: var(--np-orange); }

.comment-form p{ margin: 0 0 16px; }
.comment-form label{
	display: block;
	font-weight: 600;
	font-size: .85rem;
	margin-bottom: 6px;
	color: var(--np-black);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--np-border);
	border-radius: 8px;
	font-family: var(--np-font-body);
	font-size: .95rem;
	background: #fff;
}
.comment-form input:focus, .comment-form textarea:focus{
	outline: none;
	border-color: var(--np-orange);
}
.comment-form-cookies-consent{ display: flex; align-items: center; gap: 8px; }
.comment-form-cookies-consent label{ margin: 0; font-weight: 400; font-size: .85rem; color: var(--np-muted); }
.form-submit{ margin: 6px 0 0; }
.form-submit input[type="submit"]{
	background: var(--np-orange);
	color: #fff;
	border: none;
	padding: 13px 28px;
	border-radius: 10px;
	font-weight: 600;
	font-size: .95rem;
	cursor: pointer;
	transition: .15s ease;
}
.form-submit input[type="submit"]:hover{ background: var(--np-orange-dark); }

@media (max-width: 600px){
	ol.comment-list ol.children{ padding-left: 14px; }
	.comment-body{ padding: 18px; }
	#respond, .comment-respond{ padding: 20px; }
}

/* =========================================================
   SEARCH FORM
========================================================= */
.np-search-form{ display:flex; border:1px solid var(--np-border); border-radius:10px; overflow:hidden; }
.np-search-form input{ flex:1; border:none; padding:10px 14px; }
.np-search-form button{ background: var(--np-orange); border:none; color:#fff; padding: 0 16px; cursor:pointer; }

/* =========================================================
   BLOG SIDEBAR
========================================================= */
.blog-sidebar{ display:flex; flex-direction:column; gap:24px; position:sticky; top:100px; }
.sidebar-widget{ background:#fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 22px; }
.sidebar-widget h4{ font-size:1rem; margin-bottom:14px; }
.sidebar-widget .np-search-form{ background: var(--np-bg-light); }
.sidebar-post-list li + li{ margin-top:14px; padding-top:14px; border-top:1px solid var(--np-border); }
.sidebar-post-list a{ display:flex; gap:12px; align-items:center; }
.sidebar-post-thumb{ flex:0 0 56px; width:56px; height:56px; border-radius:8px; overflow:hidden; display:block; }
.sidebar-post-thumb img{ width:100%; height:100%; object-fit:cover; }
.sidebar-post-title{ display:block; font-size:.88rem; font-weight:600; color: var(--np-black); line-height:1.35; }
.sidebar-post-date{ display:block; font-size:.75rem; color: var(--np-muted); margin-top:2px; }
.sidebar-cat-list li{ display:flex; justify-content:space-between; align-items:center; padding: 8px 0; border-bottom:1px solid var(--np-border); font-size:.9rem; }
.sidebar-cat-list li:last-child{ border-bottom:none; }
.sidebar-cat-list a{ color: var(--np-text); }
.sidebar-cat-list a:hover{ color: var(--np-orange); }
.sidebar-cat-list span{ color: var(--np-muted); font-size:.8rem; background: var(--np-bg-light); padding:2px 8px; border-radius:12px; }
.sidebar-cta{ background: var(--np-black); border-color: var(--np-black); }
.sidebar-cta h4{ color:#fff; }
.sidebar-cta p{ color:#9a9aa5; font-size:.88rem; }
.sidebar-cta .btn{ width:100%; justify-content:center; margin-top:6px; }
.blog-sidebar .widget{ background:#fff; border:1px solid var(--np-border); border-radius: var(--np-radius); padding: 22px; }
.blog-sidebar .widget-title{ font-size:1rem; margin-bottom:14px; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px){
	.hero-inner, .portfolio-inner, .pricing-inner, .contact-inner{ grid-template-columns: 1fr; }
	.single-layout{ grid-template-columns: 1fr; }
	.blog-sidebar{ position:static; }
	.service-single-layout{ grid-template-columns: 1fr; }
	.service-sidebar{ position:static; }
	.courses-grid{ grid-template-columns: 1fr; }
	.hero-media{ min-height: 380px; }
	.hero-network-graphic{ width: 90%; }
	.services-grid{ grid-template-columns: repeat(2,1fr); }
	.why-grid{ grid-template-columns: repeat(2,1fr); }
	.portfolio-grid, .pricing-grid, .blog-grid{ grid-template-columns: repeat(2,1fr); }
	.feature-grid{ grid-template-columns: repeat(2,1fr); }
	.process-steps{ grid-template-columns: repeat(2,1fr); }
	.ai-seo-inner{ grid-template-columns: 1fr; }
	.courses-grid{ grid-template-columns: repeat(2,1fr); }
	.faq-grid{ grid-template-columns: 1fr; }
	.footer-grid{ grid-template-columns: 1fr 1fr; }
	.pricing-card.featured{ transform:none; }
}
@media (max-width: 767px){
	.primary-nav, .header-cta{ display:none; }
	.mobile-toggle{ display:flex; }
	.site-header.nav-open .primary-nav{
		display:block; position:absolute; top:84px; left:0; right:0; background:#fff;
		padding: 20px 24px; border-bottom:1px solid var(--np-border); box-shadow: var(--np-shadow);
	}
	.site-header.nav-open .primary-menu{ flex-direction:column; gap:16px; }
	.hero-content h1{ font-size: 2.2rem; }
	.services-grid, .why-grid, .portfolio-grid, .pricing-grid, .blog-grid, .footer-grid{ grid-template-columns: 1fr; }
	.feature-grid, .process-steps{ grid-template-columns: 1fr; }
	.ai-seo-inner{ grid-template-columns: 1fr; }
	.form-row{ grid-template-columns: 1fr; }
	.cta-banner-inner{ flex-direction:column; text-align:center; }
	.section{ padding: 60px 0; }
}
