/* ======================================================
   WHITE LABEL SEO AGENCY — MAIN CSS v2.0
   Fluid responsive — no max-width — clamp() everywhere
   Navy: #0a2342  |  Gold: #f5a623
   ====================================================== */

:root {
  --navy:    #0a2342; --navy-mid: #0d2d55;
  --gold:    #f5a623; --gold-dk:  #d4891a;
  --white:   #ffffff; --off:      #f8f9fc;
  --g200:    #e2e8f0; --g400:     #94a3b8; --g600:    #64748b;
  --text:    #3d4f6b; --text-dk:  #0a1628;
  --green:   #22c55e; --purple:   #8b5cf6; --orange:  #f97316;
  --fh:      'Plus Jakarta Sans', sans-serif;
  --fb:      'Inter', sans-serif;
  --sh-md:   0 8px 32px rgba(10,35,66,.12);
  --sh-lg:   0 20px 60px rgba(10,35,66,.18);
  --sh-gold: 0 4px 20px rgba(245,166,35,.35);
  --tr:      all .3s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: var(--fb); color: var(--text); background: #fff; -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; }
img   { max-width: 100%; height: auto; display: block; }
a     { text-decoration: none; color: inherit; transition: var(--tr); }
ul    { list-style: none; }

/* ── ELEMENTOR OVERRIDES ─────────────────────────────── */
.elementor-section .elementor-container { width: 100% !important; }
.elementor-page .entry-content { padding: 0 !important; }
body.elementor-page, body.page { overflow-x: hidden; }
body.page .entry-content { padding: 0; }

/* ── HEADER ──────────────────────────────────────────── */
#wlsa-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: #fff; border-bottom: 1px solid var(--g200); transition: var(--tr); width: 100%;
}
#wlsa-header.scrolled { box-shadow: var(--sh-md); }
.wlsa-header-wrap {
  display: flex; align-items: center; gap: clamp(8px,2vw,20px);
  padding: 0 clamp(16px,4vw,48px); height: clamp(60px,7vw,72px); width: 100%;
}
.wlsa-logo {
  display: flex; align-items: center; gap: clamp(6px,1vw,10px); flex-shrink: 0;
}
.wlsa-logo svg { width: clamp(26px,3vw,34px); height: clamp(26px,3vw,34px); flex-shrink: 0; }
.wlsa-logo-name { display: flex; flex-direction: column; line-height: 1.2; }
.wlsa-logo-l1 { font-family: var(--fh); font-size: clamp(8px,1vw,10.5px); font-weight: 700; letter-spacing: 1.8px; color: var(--navy); text-transform: uppercase; }
.wlsa-logo-l2 { font-family: var(--fh); font-size: clamp(8px,1vw,10.5px); font-weight: 700; letter-spacing: 1.8px; color: var(--gold); text-transform: uppercase; }
.wlsa-nav { flex: 1; overflow: visible; }
.wlsa-nav-list { display: flex; align-items: center; gap: 0; }
.wlsa-nav-list > li { position: relative; }
.wlsa-nav-list > li > a {
  display: flex; align-items: center; gap: 4px;
  padding: clamp(6px,1vw,8px) clamp(8px,1.2vw,13px);
  font-size: clamp(12px,1.2vw,14px); font-weight: 500;
  color: var(--text-dk); border-radius: 6px; transition: var(--tr); white-space: nowrap;
}
.wlsa-nav-list > li > a:hover,
.wlsa-nav-list > li.current-menu-item > a { color: var(--gold); background: rgba(245,166,35,.08); }
.wlsa-header-cta {
  margin-left: auto; flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold); color: var(--navy);
  font-family: var(--fh); font-weight: 700; font-size: clamp(12px,1.2vw,14px);
  padding: clamp(8px,1vw,10px) clamp(12px,1.5vw,20px);
  border-radius: 6px; box-shadow: var(--sh-gold); transition: var(--tr); white-space: nowrap;
}
.wlsa-header-cta:hover { background: var(--gold-dk); transform: translateY(-1px); }
.wlsa-mob-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.wlsa-mob-btn span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--tr); }
.wlsa-mob-btn.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.wlsa-mob-btn.open span:nth-child(2) { opacity: 0; }
.wlsa-mob-btn.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── BUTTONS (inline styles but needs specificity help) ── */
.wlsa-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fh); font-weight: 700; font-size: clamp(13px,1.4vw,16px);
  border-radius: 6px; cursor: pointer; border: none;
  padding: clamp(12px,1.5vw,16px) clamp(20px,2.5vw,32px);
  transition: var(--tr); white-space: nowrap; text-decoration: none;
}
.wlsa-btn-gold    { background: var(--gold); color: var(--navy); box-shadow: var(--sh-gold); }
.wlsa-btn-gold:hover { background: var(--gold-dk); transform: translateY(-2px); }
.wlsa-btn-navy    { background: var(--navy); color: #fff; }
.wlsa-btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }
.wlsa-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.wlsa-btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.wlsa-btn-ghost   { background: rgba(10,35,66,.1); color: var(--navy); }
.wlsa-btn-ghost:hover { background: rgba(10,35,66,.18); }

/* ── CARD ────────────────────────────────────────────── */
.wlsa-card {
  background: #fff; border: 1px solid var(--g200);
  border-radius: clamp(12px,1.5vw,16px); padding: clamp(18px,2.5vw,28px);
  transition: var(--tr); height: 100%;
}
.wlsa-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: transparent; }

/* ── INDUSTRY CARD ───────────────────────────────────── */
.wlsa-ind-card {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: clamp(14px,2vw,22px); border: 1px solid var(--g200); border-radius: 12px;
  background: #fff; transition: var(--tr); cursor: pointer; text-align: center; height: 100%;
}
.wlsa-ind-card:hover { border-color: var(--gold); box-shadow: var(--sh-md); transform: translateY(-4px); }
.wlsa-ind-icon {
  width: clamp(38px,5vw,48px); height: clamp(38px,5vw,48px); border-radius: 10px;
  background: var(--off); display: flex; align-items: center; justify-content: center; transition: var(--tr);
}
.wlsa-ind-card:hover .wlsa-ind-icon { background: rgba(245,166,35,.13); }

/* ── FAQ ─────────────────────────────────────────────── */
.wlsa-faq-item { background: #fff; border: 1px solid var(--g200); border-radius: 12px; overflow: hidden; margin-bottom: 12px; transition: var(--tr); }
.wlsa-faq-item:hover { border-color: var(--gold); }
.wlsa-faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: clamp(14px,1.8vw,18px) clamp(16px,2vw,22px); font-family: var(--fh); font-size: clamp(13px,1.4vw,15px); font-weight: 600; color: var(--navy); gap: 12px; }
.wlsa-faq-q:hover { color: var(--gold); }
.wlsa-faq-icon { width: 22px; height: 22px; flex-shrink: 0; border: 2px solid var(--g200); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--g400); transition: var(--tr); font-size: 14px; font-weight: 700; }
.wlsa-faq-item.open .wlsa-faq-icon { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: rotate(45deg); }
.wlsa-faq-a { display: none; padding: 0 clamp(16px,2vw,22px) clamp(14px,1.8vw,18px); font-size: clamp(13px,1.3vw,14px); color: var(--g600); line-height: 1.72; }
.wlsa-faq-item.open .wlsa-faq-a { display: block; }

/* ── TESTIMONIAL ─────────────────────────────────────── */
.wlsa-testimonial { background: #fff; border: 1px solid var(--g200); border-radius: clamp(12px,1.5vw,16px); padding: clamp(18px,2.5vw,28px); border-left: 4px solid var(--gold); height: 100%; }
.wlsa-testimonial-stars { color: var(--gold); font-size: 16px; margin-bottom: 14px; }
.wlsa-testimonial-quote { font-size: clamp(13px,1.4vw,15px); color: var(--text); line-height: 1.72; font-style: italic; margin-bottom: 16px; }
.wlsa-testimonial-name  { font-size: clamp(12px,1.3vw,14px); font-weight: 700; color: var(--navy); display: block; }
.wlsa-testimonial-loc   { font-size: clamp(11px,1.2vw,13px); color: var(--g400); }

/* ── PRICING BADGE ───────────────────────────────────── */
.wlsa-price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 4px 16px; border-radius: 100px; white-space: nowrap; font-family: var(--fh); }

/* ── REVEAL ──────────────────────────────────────────── */
.wlsa-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.wlsa-reveal.visible { opacity: 1; transform: translateY(0); }

/* ── FOOTER ──────────────────────────────────────────── */
#wlsa-footer { background: var(--navy); width: 100%; }
.wlsa-footer-inner {
  display: grid; grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: clamp(20px,3vw,40px); padding: clamp(40px,6vw,64px) clamp(16px,5vw,80px) clamp(28px,4vw,48px); width: 100%;
}
.wlsa-footer-brand .wlsa-logo { margin-bottom: 14px; }
.wlsa-footer-brand p { font-size: clamp(12px,1.3vw,14px); color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 20px; }
.wlsa-footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.wlsa-footer-socials a { width: 36px; height: 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); font-size: 13px; font-weight: 700; transition: var(--tr); }
.wlsa-footer-socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.wlsa-footer-col h4 { font-family: var(--fh); font-size: clamp(11px,1.2vw,13px); font-weight: 700; color: #fff; margin-bottom: 16px; }
.wlsa-footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.wlsa-footer-col ul li, .wlsa-footer-col ul li a { font-size: clamp(12px,1.3vw,14px); color: rgba(255,255,255,.5); transition: var(--tr); }
.wlsa-footer-col ul li a:hover { color: var(--gold); padding-left: 4px; }
.wlsa-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px clamp(16px,5vw,80px); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; width: 100%; }
.wlsa-footer-bottom p, .wlsa-footer-bottom a, .wlsa-footer-bottom span { font-size: clamp(11px,1.2vw,13px); color: rgba(255,255,255,.35); }
.wlsa-footer-bottom a:hover { color: var(--gold); }
.wlsa-footer-bottom div { display: flex; gap: 12px; align-items: center; }

/* ── POST CONTENT ────────────────────────────────────── */
.wlsa-post-content h2, .wlsa-post-content h3 { font-family: var(--fh); color: var(--navy); margin: 28px 0 12px; }
.wlsa-post-content p { margin-bottom: 18px; }
.wlsa-post-content ul, .wlsa-post-content ol { padding-left: 24px; margin-bottom: 18px; }
.wlsa-post-content li { margin-bottom: 8px; }

/* ── HERO DASHBOARD RESPONSIVE ───────────────────────── */
.wlsa-hero-dashboard { transition: var(--tr); }

/* ── RESPONSIVE BREAKPOINTS ──────────────────────────── */

/* Wide screens */
@media (min-width:1400px) {
  .wlsa-header-wrap { padding: 0 clamp(40px,5vw,100px); }
  .wlsa-footer-inner { padding: 72px clamp(40px,5vw,100px) 52px; }
  .wlsa-footer-bottom { padding: 20px clamp(40px,5vw,100px); }
}

/* Large desktop → reduce 5-col grids */
@media (max-width:1280px) {
  .wlsa-footer-inner { grid-template-columns: 1fr 1fr 1fr; }
  .wlsa-footer-inner > *:first-child { grid-column: span 3; }
}

/* Tablet landscape */
@media (max-width:1024px) {
  .wlsa-hero-dashboard { display: none !important; }
}

/* Tablet portrait — hide nav, show mobile button */
@media (max-width:900px) {
  .wlsa-header-cta, .wlsa-nav { display: none !important; }
  .wlsa-mob-btn { display: flex !important; }
  .wlsa-nav.open {
    display: flex !important; flex-direction: column;
    position: fixed; top: clamp(60px,7vw,72px); left: 0; right: 0; bottom: 0;
    background: #fff; border-top: 1px solid var(--g200);
    padding: 16px; box-shadow: var(--sh-lg); z-index: 9998; overflow-y: auto;
  }
  .wlsa-nav.open .wlsa-nav-list { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; }
  .wlsa-nav.open .wlsa-nav-list > li { width: 100%; }
  .wlsa-nav.open .wlsa-nav-list > li > a { padding: 14px 16px; width: 100%; font-size: 16px; border-radius: 8px; }
  .wlsa-footer-inner { grid-template-columns: 1fr 1fr; gap: clamp(16px,3vw,28px); }
  .wlsa-footer-inner > *:first-child { grid-column: span 2; }
}

/* Large mobile */
@media (max-width:768px) {
  .wlsa-footer-inner { padding: 36px clamp(16px,4vw,32px) 28px; }
  .wlsa-footer-bottom { padding: 16px clamp(16px,4vw,32px); }
}

/* Small mobile */
@media (max-width:575px) {
  .wlsa-footer-inner { grid-template-columns: 1fr; }
  .wlsa-footer-inner > *:first-child { grid-column: span 1; }
  .wlsa-faq-q { font-size: 13px; }
}

/* Very small screens — hide logo text */
@media (max-width:360px) {
  .wlsa-logo-name { display: none; }
  .wlsa-header-wrap { padding: 0 12px; }
}

/* ── INLINE GRID RESPONSIVENESS ──────────────────────── */
/* These selectors fix inline-style grids inside page content */
@media (max-width:1100px) {
  [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: repeat(3,1fr) !important; }
  [style*="grid-template-columns:repeat(6,1fr)"] { grid-template-columns: repeat(4,1fr) !important; }
}
@media (max-width:900px) {
  [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
  [style*="grid-template-columns:repeat(6,1fr)"] { grid-template-columns: repeat(3,1fr) !important; }
  [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
  [style*="grid-template-columns:1fr 1fr 1fr"]   { grid-template-columns: 1fr 1fr !important; }
  [style*="grid-template-columns:1fr 1fr;"]       { grid-template-columns: 1fr !important; }
}
@media (max-width:600px) {
  [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
  [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:repeat(2,1fr)"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:1fr 1fr"]        { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:repeat(6,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
  [style*="display:flex"][style*="gap"]           { flex-wrap: wrap; }
}
@media (max-width:480px) {
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: 1fr 1fr !important; }
  [style*="grid-template-columns:repeat(6,1fr)"] { grid-template-columns: 1fr 1fr !important; }
  [style*="font-size:clamp"]                      { } /* clamp handles itself */
}
