/*
Theme Name: Shazk Digital
Theme URI: https://shazkdigitel.com
Author: M. Sajjad Kamali
Author URI: https://shazkdigitel.com
Description: Premium Black & Gold Digital Marketing Agency Theme for Shazk Digital
Version: 3.0
Requires at least: 5.8
Tested up to: 6.5
License: GNU General Public License v2 or later
Tags: agency, seo, digital-marketing, black, gold, responsive, one-page
Text Domain: shazk
*/

/* === GLOBAL RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:   #0a0a0a;
  --black-2: #111111;
  --black-3: #1a1a1a;
  --black-4: #222222;
  --gold:       #c9a84c;
  --gold-light: #e2c06a;
  --gold-pale:  #f5e9c8;
  --gold-grad:  linear-gradient(135deg, #c9a84c, #e2c06a);
  --white:      #ffffff;
  --grey:       #888888;
  --grey-light: #cccccc;
  --font-display: 'Cormorant Garamond', serif;
  --font-body:    'DM Sans', sans-serif;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --radius: 6px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; color: var(--white); }
h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); }
h4 { font-size: 1.1rem; }
p  { font-size: 1rem; color: var(--grey-light); line-height: 1.75; }
a  { text-decoration: none; color: var(--gold); transition: color var(--transition); }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
ul  { list-style: none; }

.gold { color: var(--gold); }
.accent-line { display: inline-block; width: 50px; height: 2.5px; background: var(--gold-grad); border-radius: 2px; margin-bottom: 1rem; }

/* === LAYOUT === */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.section-pad { padding: 6rem 0; }
.bg-dark2  { background: var(--black-2); }
.bg-dark3  { background: var(--black-3); }
.text-center { text-align: center; }
.section-label { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.section-title { margin-bottom: 1rem; }
.section-sub { max-width: 620px; color: var(--grey); font-size: 1rem; margin-bottom: 2.8rem; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }

/* === BUTTONS === */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold-grad); color: var(--black);
  padding: 0.9rem 2.2rem; border-radius: var(--radius);
  font-weight: 700; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase;
  transition: transform var(--transition), box-shadow var(--transition);
  border: none; cursor: pointer; font-family: var(--font-body);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.35); color: var(--black); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1.5px solid rgba(201,168,76,0.5); color: var(--gold);
  padding: 0.9rem 2.2rem; border-radius: var(--radius);
  font-weight: 500; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase;
  transition: all var(--transition); background: none; cursor: pointer; font-family: var(--font-body);
}
.btn-outline:hover { background: rgba(201,168,76,0.1); border-color: var(--gold); color: var(--gold-light); }
.btn-wa {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: #25D366; color: #fff;
  padding: 0.9rem 2rem; border-radius: var(--radius);
  font-weight: 600; font-size: 0.88rem;
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(37,211,102,0.4); color: #fff; }
.btn-gold-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1.5px solid var(--gold); color: var(--gold);
  padding: 0.75rem 1.8rem; border-radius: var(--radius);
  font-weight: 600; font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase;
  transition: all var(--transition); background: none; cursor: pointer; font-family: var(--font-body);
}
.btn-gold-outline:hover { background: var(--gold); color: var(--black); }

/* === NAV === */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0.85rem 0;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  transition: var(--transition);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 52px; width: auto; }
.nav-logo .text-logo { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--white); }
.nav-logo .text-logo span { color: var(--gold); }
.nav-menu { display: flex; gap: 0.2rem; align-items: center; }
.nav-menu a {
  color: var(--grey-light); font-size: 0.83rem; font-weight: 400;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.45rem 0.85rem; border-radius: 3px;
  transition: color var(--transition), background var(--transition);
  position: relative;
}
.nav-menu a:hover, .nav-menu a.current-menu-item { color: var(--white); }
.nav-menu a.current-menu-item::after {
  content: ''; position: absolute; bottom: 0; left: 0.85rem; right: 0.85rem;
  height: 1.5px; background: var(--gold);
}
.nav-cta-btn {
  background: var(--gold-grad); color: var(--black) !important;
  padding: 0.5rem 1.3rem !important; border-radius: 3px;
  font-weight: 700 !important; margin-left: 0.5rem;
}
.nav-cta-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 1.5px; background: var(--white); display: block; transition: var(--transition); }
.mobile-menu { display: none; }

/* === HERO === */
.hero-section {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 7rem 0 4rem;
}
.hero-bg-layer {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 72% 55%, rgba(201,168,76,0.09) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 12% 75%, rgba(201,168,76,0.05) 0%, transparent 55%),
    var(--black);
}
.hero-grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black, transparent);
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid rgba(201,168,76,0.35); border-radius: 50px;
  padding: 0.4rem 1.1rem; margin-bottom: 1.8rem;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);
}
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(0.8);} }
.hero-title {
  margin-bottom: 1.4rem;
  background: linear-gradient(135deg, var(--white) 55%, var(--gold-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 1.08rem; max-width: 520px; margin-bottom: 2.3rem; color: var(--grey); }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid rgba(201,168,76,0.15); }
.stat-num { font-family: var(--font-display); font-size: 2.3rem; font-weight: 700; color: var(--gold); }
.stat-lbl { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey); }

/* === MARQUEE === */
.marquee-wrap { background: var(--black-2); border-top: 1px solid rgba(201,168,76,0.1); border-bottom: 1px solid rgba(201,168,76,0.1); padding: 1rem 0; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { 0%{transform:translateX(0);}100%{transform:translateX(-50%);} }
.marquee-item { display: flex; align-items: center; gap: 0.8rem; padding: 0 2.2rem; white-space: nowrap; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--grey); }
.marquee-item::before { content: '◆'; color: var(--gold); font-size: 0.5rem; }

/* === SERVICES === */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 2.8rem; }
.svc-card {
  background: var(--black-3); border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius); padding: 2rem;
  position: relative; overflow: hidden; transition: all var(--transition);
}
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform var(--transition); }
.svc-card:hover { background: #1d1d1d; transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,0.3); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { width: 48px; height: 48px; border-radius: 8px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.2rem; }
.svc-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; color: var(--white); }
.svc-card p { font-size: 0.9rem; color: var(--grey); line-height: 1.7; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.tag { font-size: 0.68rem; letter-spacing: 0.07em; text-transform: uppercase; border: 1px solid rgba(201,168,76,0.28); border-radius: 2px; padding: 0.2rem 0.6rem; color: var(--gold); }
.svc-wa-btn { display: inline-flex; align-items: center; gap: 0.4rem; background: #25D366; color: #fff; padding: 0.5rem 1rem; border-radius: 3px; font-size: 0.78rem; font-weight: 600; margin-top: 1rem; transition: opacity var(--transition); }
.svc-wa-btn:hover { opacity: 0.88; color: #fff; }

/* === WHY CHOOSE US === */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-visual { width: 100%; aspect-ratio: 1/1.1; background: linear-gradient(135deg, var(--black-3), var(--black-4)); border: 1px solid rgba(201,168,76,0.15); border-radius: 8px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.why-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 40% 30%, rgba(201,168,76,0.12), transparent 60%); }
.why-big { font-family: var(--font-display); font-size: clamp(5rem,12vw,9rem); font-weight: 700; color: rgba(201,168,76,0.12); line-height: 1; }
.why-badge-box { position: absolute; bottom: 2rem; left: -1.5rem; background: var(--gold-grad); color: var(--black); padding: 0.9rem 1.5rem; border-radius: 4px; font-weight: 700; font-size: 0.86rem; }
.why-features { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 1.8rem; }
.why-item { display: flex; gap: 1rem; align-items: flex-start; }
.why-check { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 0.9rem; margin-top: 3px; }
.why-item h4 { color: var(--white); margin-bottom: 0.22rem; font-size: 0.98rem; }
.why-item p { font-size: 0.88rem; color: var(--grey); }

/* === TEAM === */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; margin-top: 2.8rem; }
.team-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.12); border-radius: 8px; overflow: hidden; transition: all var(--transition); text-align: center; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(0,0,0,0.35); border-color: rgba(201,168,76,0.35); }
.team-photo-wrap { width: 100%; height: 270px; overflow: hidden; }
.team-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.team-placeholder { width: 100%; height: 220px; background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 4rem; font-weight: 700; color: rgba(201,168,76,0.4); }
.team-info { padding: 1.5rem; }
.team-info h3 { font-size: 1.18rem; margin-bottom: 0.18rem; color: var(--white); }
.team-role { font-size: 0.75rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.8rem; }
.team-bio { font-size: 0.86rem; color: var(--grey); line-height: 1.65; }

/* === TESTIMONIALS === */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 2.8rem; }
.testi-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: var(--radius); padding: 1.8rem; position: relative; overflow: hidden; }
.testi-card::before { content: '"'; font-family: var(--font-display); font-size: 7rem; font-weight: 700; color: rgba(201,168,76,0.07); position: absolute; top: -1.5rem; right: 1rem; line-height: 1; }
.stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 0.85rem; }
.testi-text { font-size: 0.92rem; color: var(--grey-light); margin-bottom: 1.3rem; line-height: 1.75; }
.testi-author { display: flex; align-items: center; gap: 0.85rem; }
.testi-av { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-grad); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--black); flex-shrink: 0; }
.testi-name { font-weight: 500; color: var(--white); font-size: 0.92rem; }
.testi-role-sm { font-size: 0.75rem; color: var(--grey); text-transform: uppercase; letter-spacing: 0.07em; }

/* === PORTFOLIO / CASE STUDIES === */
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 1.4rem; margin-top: 2.8rem; }
.case-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: 8px; overflow: hidden; transition: all var(--transition); }
.case-card:hover { transform: translateY(-5px); box-shadow: 0 18px 52px rgba(0,0,0,0.4); }
.case-head { padding: 1.6rem 1.6rem 1.2rem; background: linear-gradient(135deg, rgba(201,168,76,0.08), transparent); border-bottom: 1px solid rgba(201,168,76,0.08); }
.case-lbl { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 0.35rem; }
.case-head h3 { font-size: 1.15rem; color: var(--white); }
.case-metrics { display: flex; }
.metric { flex: 1; padding: 1rem; text-align: center; border-right: 1px solid rgba(201,168,76,0.08); }
.metric:last-child { border-right: none; }
.metric-val { font-family: var(--font-display); font-size: 1.45rem; font-weight: 700; color: var(--gold); }
.metric-lab { font-size: 0.67rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--grey); }
.case-body { padding: 1.3rem 1.6rem 1.7rem; }
.case-body p { font-size: 0.88rem; color: var(--grey); line-height: 1.7; }

/* === PRICING === */
.pricing-tabs { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.ptab { padding: 0.52rem 1.3rem; border: 1px solid rgba(201,168,76,0.25); border-radius: 3px; background: none; color: var(--grey); font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: all var(--transition); }
.ptab.active, .ptab:hover { background: var(--gold-grad); color: var(--black); border-color: transparent; font-weight: 700; }
.pricing-panel { display: none; }
.pricing-panel.active { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); gap: 1.4rem; }
.price-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: 8px; padding: 2.1rem; position: relative; overflow: hidden; transition: transform var(--transition); }
.price-card:hover { transform: translateY(-4px); }
.price-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(201,168,76,0.07), var(--black-3)); }
.price-badge { position: absolute; top: 1.2rem; right: 1.2rem; background: var(--gold-grad); color: var(--black); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.72rem; border-radius: 2px; }
.price-tier { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 0.35rem; }
.price-name { font-family: var(--font-display); font-size: 1.4rem; color: var(--white); margin-bottom: 1.2rem; }
.price-amount { font-family: var(--font-display); font-size: 2.7rem; font-weight: 700; color: var(--white); line-height: 1; }
.price-amount span { font-size: 1.1rem; color: var(--grey); font-weight: 300; }
.price-period { font-size: 0.78rem; color: var(--grey); margin-bottom: 1.7rem; }
.price-divider { height: 1px; background: rgba(201,168,76,0.1); margin-bottom: 1.3rem; }
.price-features { display: flex; flex-direction: column; gap: 0.72rem; margin-bottom: 1.7rem; }
.price-features li { display: flex; align-items: center; gap: 0.72rem; font-size: 0.88rem; color: var(--grey-light); }
.price-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.price-features li.no { opacity: 0.4; }
.price-features li.no::before { content: '×'; color: var(--grey); }

/* === FAQ === */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; max-width: 800px; margin: 2.3rem auto 0; }
.faq-item { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.4rem; background: none; border: none; color: var(--white); font-family: var(--font-body); font-size: 0.95rem; font-weight: 500; cursor: pointer; text-align: left; transition: color var(--transition); }
.faq-q:hover { color: var(--gold); }
.faq-icon { font-size: 1.25rem; color: var(--gold); flex-shrink: 0; transition: transform var(--transition); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; padding: 0 1.4rem; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 1.4rem 1.2rem; }
.faq-a p { font-size: 0.9rem; color: var(--grey); line-height: 1.7; }

/* === BLOG === */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.8rem; }
.blog-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: 8px; overflow: hidden; transition: all var(--transition); }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 42px rgba(0,0,0,0.3); border-color: rgba(201,168,76,0.25); }
.blog-thumb { width: 100%; height: 200px; object-fit: cover; display: block; }
.blog-thumb-placeholder { width: 100%; height: 200px; background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.04)); display: flex; align-items: center; justify-content: center; font-size: 2.8rem; }
.blog-body { padding: 1.5rem; }
.blog-meta { display: flex; gap: 1rem; font-size: 0.72rem; color: var(--grey); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.65rem; flex-wrap: wrap; }
.blog-meta a { color: var(--gold); }
.blog-body h2, .blog-body h3 { font-size: 1.1rem; margin-bottom: 0.55rem; color: var(--white); line-height: 1.35; }
.blog-body h2 a, .blog-body h3 a { color: var(--white); }
.blog-body h2 a:hover, .blog-body h3 a:hover { color: var(--gold); }
.blog-excerpt { font-size: 0.88rem; color: var(--grey); line-height: 1.65; margin-bottom: 1rem; }
.read-more { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--gold); font-size: 0.83rem; font-weight: 500; transition: gap var(--transition); }
.read-more:hover { gap: 0.7rem; color: var(--gold-light); }

/* === SINGLE POST === */
.single-post-wrap { padding: 8rem 0 5rem; }
.post-header { margin-bottom: 2.5rem; }
.post-header .blog-meta { margin-bottom: 1rem; }
.post-title { font-size: clamp(2rem,4vw,3.5rem); margin-bottom: 1rem; }
.post-featured-img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; margin-bottom: 2.5rem; border: 1px solid rgba(201,168,76,0.1); }
.post-content { max-width: 780px; }
.post-content h2 { font-size: 1.8rem; margin: 2rem 0 0.8rem; color: var(--white); }
.post-content h3 { font-size: 1.4rem; margin: 1.5rem 0 0.6rem; color: var(--white); }
.post-content p { color: var(--grey-light); margin-bottom: 1.2rem; font-size: 1.02rem; }
.post-content ul, .post-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; color: var(--grey-light); }
.post-content li { margin-bottom: 0.5rem; font-size: 1rem; }
.post-content ul li { list-style: disc; }
.post-content ol li { list-style: decimal; }
.post-content a { color: var(--gold); text-decoration: underline; }
.post-content blockquote { border-left: 3px solid var(--gold); padding: 1rem 1.5rem; background: var(--black-2); margin: 1.5rem 0; border-radius: 0 4px 4px 0; color: var(--grey-light); font-style: italic; }
.post-content img { border-radius: 6px; margin: 1.5rem 0; }
.post-content strong { color: var(--white); font-weight: 600; }
.post-navigation { display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(201,168,76,0.1); gap: 1rem; flex-wrap: wrap; }
.post-navigation a { color: var(--gold); font-size: 0.9rem; }

/* === SEO TOOLS === */
.tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 1.5rem; margin-top: 2.8rem; }
.tool-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.12); border-radius: 8px; padding: 1.8rem; transition: border-color var(--transition); }
.tool-card:hover { border-color: rgba(201,168,76,0.35); }
.tool-card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; color: var(--white); }
.tool-card > .tool-desc { font-size: 0.86rem; color: var(--grey); margin-bottom: 1.1rem; }
.tool-input { width: 100%; background: var(--black-2); border: 1px solid rgba(201,168,76,0.18); border-radius: 3px; color: var(--white); font-family: var(--font-body); font-size: 0.9rem; padding: 0.72rem 0.95rem; outline: none; transition: border-color var(--transition); margin-bottom: 0.65rem; }
.tool-input:focus { border-color: var(--gold); }
.tool-textarea { width: 100%; background: var(--black-2); border: 1px solid rgba(201,168,76,0.18); border-radius: 3px; color: var(--white); font-family: var(--font-body); font-size: 0.9rem; padding: 0.72rem 0.95rem; outline: none; transition: border-color var(--transition); resize: vertical; min-height: 90px; margin-bottom: 0.65rem; }
.tool-textarea:focus { border-color: var(--gold); }
.tool-btn { background: var(--gold-grad); color: var(--black); border: none; padding: 0.65rem 1.5rem; border-radius: 3px; font-family: var(--font-body); font-size: 0.85rem; font-weight: 700; cursor: pointer; transition: opacity var(--transition); }
.tool-btn:hover { opacity: 0.85; }
.tool-result { margin-top: 0.9rem; padding: 1rem; background: var(--black-2); border: 1px solid rgba(201,168,76,0.1); border-radius: 3px; font-size: 0.86rem; color: var(--grey-light); display: none; line-height: 1.7; }
.tool-result.show { display: block; }
.tool-result strong { color: var(--gold); }
.tool-result .good { color: #4caf50; }
.tool-result .warn { color: #ff9800; }
.tool-result .bad  { color: #f44336; }
.serp-preview { margin-top: 0.9rem; padding: 1rem 1.2rem; background: #fff; border-radius: 4px; }
.serp-preview .serp-title { color: #1a0dab; font-size: 1.1rem; font-family: Arial,sans-serif; margin-bottom: 2px; }
.serp-preview .serp-url   { color: #006621; font-size: 0.83rem; font-family: Arial,sans-serif; margin-bottom: 3px; }
.serp-preview .serp-desc  { color: #545454; font-size: 0.88rem; font-family: Arial,sans-serif; line-height: 1.4; }
.char-bar { height: 6px; border-radius: 3px; margin-top: 0.4rem; transition: background 0.3s; }

/* === CONTACT === */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4.5rem; align-items: start; }
.contact-items { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.4rem; }
.ci { display: flex; align-items: center; gap: 0.9rem; }
.ci-icon { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid rgba(201,168,76,0.25); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.ci a, .ci span { color: var(--grey-light); font-size: 0.92rem; }
.ci a:hover { color: var(--gold); }
.contact-form-wrap { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.42rem; }
.form-group label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey); }
.form-group input, .form-group textarea, .form-group select { background: var(--black-3); border: 1px solid rgba(201,168,76,0.15); border-radius: 3px; color: var(--white); font-family: var(--font-body); font-size: 0.92rem; padding: 0.85rem 1.05rem; transition: border-color var(--transition); outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--black-3); }
.form-submit { background: var(--gold-grad); color: var(--black); border: none; padding: 0.95rem 2.4rem; border-radius: 3px; font-family: var(--font-body); font-size: 0.88rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; cursor: pointer; transition: transform var(--transition), box-shadow var(--transition); align-self: flex-start; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(201,168,76,0.38); }
.form-msg { display: none; margin-top: 0.75rem; font-size: 0.9rem; padding: 0.75rem 1rem; border-radius: 3px; }
.form-msg.success { display: block; background: rgba(76,175,80,0.1); border: 1px solid rgba(76,175,80,0.3); color: #81c784; }
.form-msg.error   { display: block; background: rgba(244,67,54,0.1); border: 1px solid rgba(244,67,54,0.3); color: #e57373; }

/* === INDUSTRIES === */
.industry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); gap: 1rem; margin-top: 2.3rem; }
.industry-item { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: var(--radius); padding: 1.3rem 1rem; text-align: center; transition: all var(--transition); }
.industry-item:hover { border-color: rgba(201,168,76,0.35); background: #1c1c1c; }
.ind-icon { font-size: 1.7rem; margin-bottom: 0.55rem; }
.industry-item p { font-size: 0.8rem; color: var(--grey-light); font-weight: 500; }

/* === VALUES === */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 1.2rem; margin-top: 2.8rem; }
.val-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); border-radius: var(--radius); padding: 1.8rem; text-align: center; }
.val-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.val-card h4 { color: var(--white); margin-bottom: 0.45rem; }
.val-card p { font-size: 0.86rem; color: var(--grey); }

/* === STATS BAR === */
.stats-bar { background: var(--black-2); border-top: 1px solid rgba(201,168,76,0.1); border-bottom: 1px solid rgba(201,168,76,0.1); padding: 2.8rem 0; }
.stats-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; text-align: center; }

/* === CTA BANNER === */
.cta-banner { background: linear-gradient(135deg, #111, #1a1a1a); border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); text-align: center; padding: 5rem 0; }
.cta-banner h2 { color: var(--white); margin-bottom: 0.9rem; }
.cta-banner p { color: var(--grey); max-width: 540px; margin: 0 auto 2.3rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* === SOCIAL ROW === */
.social-row { display: flex; gap: 0.7rem; margin-top: 1.8rem; flex-wrap: wrap; }
.social-btn { width: 38px; height: 38px; border: 1px solid rgba(201,168,76,0.2); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; color: var(--grey); text-decoration: none; transition: all var(--transition); }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }

/* === FOOTER === */
#site-footer { background: var(--black-3); border-top: 1px solid rgba(201,168,76,0.1); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 2.8rem; }
.footer-logo img { height: 50px; margin-bottom: 0.9rem; }
.footer-about { font-size: 0.86rem; color: var(--grey); max-width: 270px; line-height: 1.7; }
.footer-heading { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 1.1rem; font-weight: 500; }
.footer-links { display: flex; flex-direction: column; gap: 0.62rem; }
.footer-links a { color: var(--grey); font-size: 0.86rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 1.8rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; color: var(--grey); }
.footer-bottom-links { display: flex; gap: 1.4rem; }
.footer-bottom-links a { font-size: 0.78rem; color: var(--grey); }

/* === FLOAT BUTTONS === */
.wa-float { position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 800; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; text-decoration: none; box-shadow: 0 4px 18px rgba(37,211,102,0.45); transition: transform var(--transition); }
.wa-float:hover { transform: scale(1.1); color: #fff; }
.chat-float { position: fixed; bottom: 1.8rem; right: 6rem; z-index: 800; width: 54px; height: 54px; border-radius: 50%; background: var(--gold-grad); color: var(--black); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; cursor: pointer; border: none; box-shadow: 0 4px 18px rgba(201,168,76,0.4); transition: transform var(--transition); }
.chat-float:hover { transform: scale(1.1); }
.chat-popup { position: fixed; bottom: 7.8rem; right: 5.8rem; z-index: 801; width: 280px; background: var(--black-3); border: 1px solid rgba(201,168,76,0.22); border-radius: 10px; padding: 1.3rem; display: none; }
.chat-popup.open { display: block; animation: slideUp 0.3s ease; }
@keyframes slideUp { from{transform:translateY(10px);opacity:0;}to{transform:translateY(0);opacity:1;} }
.chat-popup h4 { color: var(--white); margin-bottom: 0.35rem; font-size: 0.97rem; }
.chat-popup p { font-size: 0.82rem; color: var(--grey); margin-bottom: 0.75rem; }
.chat-popup input { width: 100%; background: var(--black-2); border: 1px solid rgba(201,168,76,0.2); border-radius: 3px; color: var(--white); padding: 0.62rem 0.88rem; font-family: var(--font-body); font-size: 0.83rem; outline: none; }

/* === FADE IN === */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* === PAGE CONTENT (for WordPress pages) === */
.page-wrap { padding: 8rem 0 5rem; }
.page-content h1 { margin-bottom: 1rem; }
.page-content h2 { margin: 2rem 0 0.8rem; }
.page-content p  { margin-bottom: 1.2rem; color: var(--grey-light); }
.page-content ul { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.page-content ul li { list-style: disc; color: var(--grey-light); margin-bottom: 0.5rem; }

/* === WOOCOMMERCE COMPATIBILITY === */
.woocommerce-page .page-wrap { padding-top: 8rem; }

/* ===================== MOBILE RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right-visual { display: none; }
  .hero-content { max-width: 100%; }
  .why-grid { grid-template-columns: 1fr; }
  .why-badge-box { left: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .nav-menu { display: none; position: fixed; inset: 0; background: rgba(10,10,10,0.98); backdrop-filter: blur(20px); flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; z-index: 850; }
  .nav-menu.open { display: flex; }
  .nav-menu a { font-size: 1.1rem; padding: 0.5rem 1rem; }
  .hamburger { display: flex; }
  .nav-cta-btn { display: none; }
}

@media (max-width: 768px) {
  h1 { font-size: clamp(2rem, 8vw, 3rem); }
  h2 { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .section-pad { padding: 4rem 0; }
  .hero-section { padding: 6rem 0 3rem; }
  .hero-btns { flex-direction: column; }
  .hero-btns a { justify-content: center; }
  .hero-stats { gap: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .pricing-panel.active { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; align-items: center; }
  .stats-inner { gap: 1.5rem; }
  .contact-grid { gap: 2.5rem; }
  .chat-float { right: 7rem; }
  .post-featured-img { height: 240px; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .team-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; gap: 1rem; }
  .about-intro { display: block; }
  .about-intro > div:last-child { margin-top: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .social-row { justify-content: center; }
}
