/*
Theme Name: Satya Law Firm
Theme URI: https://satyalawfirm.com
Author: Satya Law Firm
Description: A refined, trustworthy WordPress theme for Satya Law Firm — CA, legal registration, tax and compliance services. Purple & gold identity, serif headings, a mega Services menu, a client login button, and an inbuilt admin settings panel. All global options live under the "Satya Settings" admin menu; page content is edited normally in Pages.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: satyalaw
Tags: business, legal, finance, services, custom-menu, featured-images, full-width-template
*/

/* =========================================================
   SATYA LAW FIRM — DESIGN SYSTEM
   ========================================================= */
:root {
  --s-purple:      #6a3ca0;
  --s-purple-dark: #4c2a78;
  --s-purple-2:    #7d4cb8;
  --s-gold:        #c9a227;
  --s-gold-light:  #e2be49;
  --s-navy:        #17153a;
  --s-ink:         #201a30;
  --s-text:        #40384f;
  --s-muted:       #756d84;
  --s-white:       #ffffff;
  --s-bg:          #ffffff;
  --s-bg-alt:      #f7f4fb;
  --s-bg-soft:     #faf8fd;
  --s-dark:        #17153a;
  --s-border:      #e9e3f1;

  --s-radius:      14px;
  --s-radius-sm:   9px;
  --s-shadow:      0 10px 30px rgba(35, 20, 60, .09);
  --s-shadow-lg:   0 24px 60px rgba(35, 20, 60, .16);
  --s-shadow-gold: 0 12px 30px rgba(201, 162, 39, .3);
  --s-maxw:        1180px;
  --s-maxw-wide:   1320px;

  --s-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --s-sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --s-grad:  linear-gradient(135deg, var(--s-purple) 0%, var(--s-purple-dark) 100%);
  --s-grad-gold: linear-gradient(135deg, var(--s-gold-light) 0%, var(--s-gold) 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--s-sans); color: var(--s-text); background: var(--s-bg);
  line-height: 1.7; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
h1,h2,h3,h4 { font-family: var(--s-serif); color: var(--s-ink); line-height: 1.2; font-weight: 700; margin: 0 0 .5em; }
h1 { font-size: clamp(2.2rem, 4.8vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.15em; }
a { color: var(--s-purple); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--s-purple-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.2em; }

/* ---------- Layout ---------- */
.s-container { max-width: var(--s-maxw); margin: 0 auto; padding: 0 24px; }
.s-container-wide { max-width: var(--s-maxw-wide); margin: 0 auto; padding: 0 24px; }
.s-section { padding: 92px 0; }
.s-section-sm { padding: 56px 0; }
.s-bg-alt { background: var(--s-bg-alt); }
.s-bg-dark { background: var(--s-dark); color: #d7d2e4; }
.s-bg-dark h1,.s-bg-dark h2,.s-bg-dark h3,.s-bg-dark h4 { color: #fff; }
.s-text-center { text-align: center; }
.s-narrow { max-width: 760px; margin-left: auto; margin-right: auto; }

/* ---------- Section heading ---------- */
.s-eyebrow {
  display: inline-block; font-family: var(--s-sans); font-weight: 600; font-size: .8rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--s-gold); margin-bottom: 14px;
}
.s-eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--s-gold); vertical-align: middle; margin-right: 10px; }
.s-text-center .s-eyebrow::before { display: none; }
.s-section-head { margin-bottom: 54px; }
.s-section-head p { color: var(--s-muted); font-size: 1.08rem; }
.s-divider { width: 64px; height: 3px; background: var(--s-grad-gold); border-radius: 3px; margin: 16px 0 0; }
.s-text-center .s-divider { margin: 16px auto 0; }

/* ---------- Buttons ---------- */
.s-btn {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--s-sans); font-weight: 600;
  font-size: .97rem; padding: 15px 30px; border-radius: 8px; border: 2px solid transparent;
  cursor: pointer; transition: all .2s ease; line-height: 1; white-space: nowrap;
}
.s-btn-primary { background: var(--s-grad); color: #fff; box-shadow: 0 12px 28px rgba(106,60,160,.28); }
.s-btn-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(106,60,160,.38); }
.s-btn-gold { background: var(--s-grad-gold); color: #3a2c00; box-shadow: var(--s-shadow-gold); }
.s-btn-gold:hover { color: #3a2c00; transform: translateY(-3px); }
.s-btn-outline { background: transparent; color: var(--s-purple); border-color: var(--s-border); }
.s-btn-outline:hover { border-color: var(--s-purple); color: var(--s-purple); transform: translateY(-3px); }
.s-btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.s-btn-ghost-light:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.1); }
.s-btn-gold-outline { background: transparent; color: var(--s-gold); border-color: var(--s-gold); }
.s-btn-gold-outline:hover { background: var(--s-grad-gold); color: #3a2c00; transform: translateY(-3px); }

/* =========================================================
   TOP BAR
   ========================================================= */
.s-topbar { background: var(--s-navy); color: #c7c1d8; font-size: .86rem; }
.s-topbar a { color: #c7c1d8; }
.s-topbar a:hover { color: var(--s-gold-light); }
.s-topbar .s-container-wide { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 42px; flex-wrap: wrap; }
.s-topbar-left { display: flex; gap: 26px; flex-wrap: wrap; }
.s-topbar-left span { display: inline-flex; align-items: center; gap: 8px; }
.s-topbar-left .ic { color: var(--s-gold); }
.s-topbar-social { display: flex; gap: 14px; }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.s-header { background: #fff; border-bottom: 1px solid var(--s-border); position: sticky; top: 0; z-index: 200; transition: box-shadow .25s ease; }
.s-header.scrolled { box-shadow: 0 8px 30px rgba(35,20,60,.1); }
.s-header .s-container-wide { display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 90px; }
.s-branding { flex: 0 0 auto; }
.s-branding img { max-height: 58px; width: auto; max-width: 300px; object-fit: contain; }
.s-branding .s-logo-text { font-family: var(--s-serif); font-weight: 800; font-size: 1.5rem; color: var(--s-purple); }
.s-login-btn .lbl { display: inline; }

.s-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.s-nav li { position: relative; }
.s-nav a { display: flex; align-items: center; gap: 6px; font-family: var(--s-sans); font-weight: 500; font-size: .96rem; color: var(--s-ink); padding: 12px 15px; border-radius: 7px; white-space: nowrap; }
.s-nav > ul > li > a:hover, .s-nav > ul > li.current-menu-item > a { color: var(--s-purple); }
.s-nav .s-caret { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; margin-left: 4px; transition: transform .2s ease; }
.s-nav .s-has-mega:hover .s-caret { transform: rotate(225deg) translateY(2px); }

.s-header-cta { display: flex; align-items: center; gap: 14px; }
.s-login-btn { display: inline-flex; align-items: center; gap: 8px; }
.menu-toggle { display: none; }

/* ---------- Standard dropdown ---------- */
.s-nav ul ul {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; background: #fff; list-style: none;
  margin: 0; padding: 10px; border: 1px solid var(--s-border); border-radius: 12px; box-shadow: var(--s-shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .22s ease; z-index: 210;
}
.s-nav li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.s-nav ul ul a { padding: 10px 13px; border-radius: 6px; font-size: .92rem; }
.s-nav ul ul a:hover { background: var(--s-bg-alt); color: var(--s-purple); }

/* ---------- Mega menu (Services) ---------- */
.s-nav .s-has-mega { position: static; }
.s-nav .s-mega-item, .s-nav .s-mega-feature { white-space: normal; }
.s-mega-tx { min-width: 0; }
.s-mega {
  position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 3px solid var(--s-gold);
  box-shadow: var(--s-shadow-lg); opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s; z-index: 210;
}
.s-has-mega:hover > .s-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.s-mega-inner { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 34px; padding: 34px 24px; }
.s-mega-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px; align-content: start; }
.s-mega-item { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border-radius: 10px; transition: background .2s ease; }
.s-mega-item:hover { background: var(--s-bg-alt); }
.s-mega-ic { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 9px; background: rgba(106,60,160,.1); color: var(--s-purple); display: grid; place-items: center; transition: all .2s ease; }
.s-mega-item:hover .s-mega-ic { background: var(--s-grad); color: #fff; }
.s-mega-tx b { display: block; font-family: var(--s-sans); font-weight: 600; font-size: .92rem; color: var(--s-ink); line-height: 1.3; }
.s-mega-tx small { display: block; color: var(--s-muted); font-size: .78rem; margin-top: 2px; }
.s-mega-feature { position: relative; border-radius: 14px; overflow: hidden; background-size: cover; background-position: center; display: flex; align-items: flex-end; padding: 24px; text-decoration: none; min-height: 260px; }
.s-mega-feature-in { position: relative; z-index: 2; color: #fff; }
.s-mega-feature-in .eb { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--s-gold-light); }
.s-mega-feature-in b { display: block; font-family: var(--s-serif); font-size: 1.35rem; margin: 6px 0 12px; color: #fff; }
.s-mega-feature .s-btn { padding: 10px 18px; font-size: .85rem; }

/* =========================================================
   HERO
   ========================================================= */
.s-hero { position: relative; color: #fff; background: var(--s-navy); overflow: hidden; }
.s-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.s-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(23,21,58,.95) 0%, rgba(76,42,120,.82) 55%, rgba(106,60,160,.6) 100%); }
.s-hero-inner { position: relative; z-index: 2; padding: 110px 0; max-width: 720px; }
.s-hero .s-eyebrow { color: var(--s-gold-light); }
.s-hero h1 { color: #fff; margin-bottom: 20px; }
.s-hero h1 .hl { color: var(--s-gold-light); }
.s-hero p { font-size: 1.18rem; color: #e2ddee; max-width: 600px; margin-bottom: 32px; }
.s-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.s-hero-badges { display: flex; gap: 30px; margin-top: 44px; flex-wrap: wrap; }
.s-hero-badge b { font-family: var(--s-serif); font-size: 2rem; color: var(--s-gold-light); display: block; line-height: 1; }
.s-hero-badge span { font-size: .85rem; color: #cfc8de; }

/* =========================================================
   TRUST STRIP
   ========================================================= */
.s-trust { background: var(--s-purple-dark); color: #fff; }
.s-trust .s-container-wide { display: flex; align-items: center; justify-content: center; gap: 16px 46px; flex-wrap: wrap; padding: 20px 24px; text-align: center; }
.s-trust span { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; font-weight: 500; }
.s-trust .ic { color: var(--s-gold-light); }

/* =========================================================
   CARDS / GRID
   ========================================================= */
.s-grid { display: grid; gap: 26px; }
.s-grid-2 { grid-template-columns: repeat(2,1fr); }
.s-grid-3 { grid-template-columns: repeat(3,1fr); }
.s-grid-4 { grid-template-columns: repeat(4,1fr); }

/* Service card */
.s-card { background: #fff; border: 1px solid var(--s-border); border-radius: var(--s-radius); padding: 32px 28px; transition: all .25s ease; position: relative; overflow: hidden; height: 100%; }
.s-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--s-grad-gold); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.s-card:hover { transform: translateY(-8px); box-shadow: var(--s-shadow-lg); border-color: transparent; }
.s-card:hover::before { transform: scaleX(1); }
.s-card-ic { width: 60px; height: 60px; border-radius: 14px; display: grid; place-items: center; background: rgba(106,60,160,.09); color: var(--s-purple); margin-bottom: 20px; }
.s-card:hover .s-card-ic { background: var(--s-grad); color: #fff; }
.s-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.s-card p { color: var(--s-muted); font-size: .97rem; margin-bottom: 16px; }
.s-card-link { font-family: var(--s-sans); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: 7px; color: var(--s-purple); }
.s-card:hover .s-card-link { color: var(--s-purple-dark); }
.s-card-link .arrow { transition: transform .2s ease; }
.s-card:hover .s-card-link .arrow { transform: translateX(5px); }

/* =========================================================
   SPLIT / ABOUT
   ========================================================= */
.s-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.s-split-media { position: relative; }
.s-split-media img { border-radius: var(--s-radius); box-shadow: var(--s-shadow-lg); width: 100%; }
.s-split-media .s-badge-float { position: absolute; right: -18px; bottom: -18px; background: var(--s-grad); color: #fff; padding: 20px 26px; border-radius: 14px; box-shadow: var(--s-shadow-lg); }
.s-split-media .s-badge-float b { font-family: var(--s-serif); font-size: 2rem; display: block; line-height: 1; }
.s-split-media .s-badge-float span { font-size: .82rem; opacity: .9; }
.s-check { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.s-check li { display: flex; gap: 12px; align-items: flex-start; }
.s-check li::before { content: "✓"; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: var(--s-grad-gold); color: #3a2c00; font-size: .8rem; font-weight: 700; display: grid; place-items: center; margin-top: 3px; }

/* =========================================================
   STATS
   ========================================================= */
.s-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.s-stat { text-align: center; }
.s-stat b { font-family: var(--s-serif); font-size: clamp(2.2rem,5vw,3.2rem); color: var(--s-gold-light); display: block; line-height: 1; }
.s-stat span { color: #cfc8de; margin-top: 10px; display: block; font-size: .95rem; }

/* =========================================================
   PROCESS
   ========================================================= */
.s-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.s-step { background: #fff; border: 1px solid var(--s-border); border-radius: var(--s-radius); padding: 30px 26px; position: relative; }
.s-step .n { width: 46px; height: 46px; border-radius: 12px; background: var(--s-grad); color: #fff; font-family: var(--s-serif); font-weight: 700; display: grid; place-items: center; margin-bottom: 18px; font-size: 1.2rem; }
.s-step h4 { margin: 0 0 8px; }
.s-step p { margin: 0; color: var(--s-muted); font-size: .94rem; }

/* =========================================================
   CTA BANNER
   ========================================================= */
.s-cta { background: var(--s-grad); color: #fff; border-radius: 20px; padding: 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; overflow: hidden; }
.s-cta::after { content: ""; position: absolute; right: -50px; top: -50px; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,.08); }
.s-cta h2 { color: #fff; margin: 0 0 8px; }
.s-cta p { color: rgba(255,255,255,.9); margin: 0; max-width: 560px; }
.s-cta .t, .s-cta .a { position: relative; z-index: 2; }
.s-cta .a { display: flex; gap: 14px; flex-wrap: wrap; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.s-quote { background: #fff; border: 1px solid var(--s-border); border-radius: var(--s-radius); padding: 32px; height: 100%; }
.s-quote .stars { color: var(--s-gold); margin-bottom: 12px; letter-spacing: 2px; }
.s-quote p { font-size: 1.02rem; color: var(--s-text); font-style: italic; }
.s-quote .who { display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.s-quote .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--s-grad); color: #fff; display: grid; place-items: center; font-family: var(--s-serif); font-weight: 700; }
.s-quote .who b { display: block; font-family: var(--s-sans); }
.s-quote .who span { color: var(--s-muted); font-size: .86rem; }

/* =========================================================
   ACCORDION / FAQ
   ========================================================= */
.s-acc { max-width: 860px; margin: 0 auto; }
.s-acc-item { background: #fff; border: 1px solid var(--s-border); border-radius: var(--s-radius-sm); margin-bottom: 14px; overflow: hidden; }
.s-acc-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 24px; font-family: var(--s-serif); font-weight: 700; font-size: 1.08rem; color: var(--s-ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.s-acc-q .pm { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: rgba(106,60,160,.1); color: var(--s-purple); display: grid; place-items: center; font-weight: 700; transition: transform .25s ease; }
.s-acc-item.open .s-acc-q .pm { transform: rotate(45deg); background: var(--s-grad); color: #fff; }
.s-acc-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.s-acc-a-inner { padding: 0 24px 22px; color: var(--s-muted); }

/* =========================================================
   PAGE HERO
   ========================================================= */
.s-page-hero { position: relative; color: #fff; background: var(--s-navy); padding: 84px 0 76px; overflow: hidden; }
.s-page-hero .s-hero-bg::after { background: linear-gradient(100deg, rgba(23,21,58,.94), rgba(76,42,120,.8)); }
.s-page-hero .s-container { position: relative; z-index: 2; }
.s-page-hero h1 { color: #fff; margin-bottom: 12px; }
.s-page-hero p { color: #e2ddee; max-width: 680px; font-size: 1.08rem; margin: 0; }
.s-breadcrumb { font-size: .85rem; color: #b7b0c8; margin-bottom: 16px; }
.s-breadcrumb a { color: #d8d3e6; }
.s-breadcrumb a:hover { color: var(--s-gold-light); }
.s-breadcrumb .sep { margin: 0 8px; opacity: .5; }
.s-breadcrumb .current { color: var(--s-gold-light); }

/* =========================================================
   CONTENT / PROSE
   ========================================================= */
.s-prose { font-size: 1.06rem; }
.s-prose h2 { margin-top: 1.6em; }
.s-prose h3 { margin-top: 1.4em; }
.s-prose img { border-radius: var(--s-radius); margin: 1.4em 0; }
.s-prose blockquote { border-left: 4px solid var(--s-gold); background: var(--s-bg-alt); margin: 1.4em 0; padding: 18px 26px; border-radius: 0 12px 12px 0; font-size: 1.08rem; }
.s-content-layout { display: grid; grid-template-columns: 1fr 320px; gap: 54px; }
.s-sticky { position: sticky; top: 116px; }
.s-side-box { background: var(--s-bg-alt); border: 1px solid var(--s-border); border-radius: var(--s-radius); padding: 26px; margin-bottom: 24px; }
.s-side-box h4 { margin-top: 0; }
.s-side-box ul { list-style: none; padding: 0; margin: 0; }
.s-side-box ul li { border-bottom: 1px solid var(--s-border); }
.s-side-box ul li:last-child { border-bottom: none; }
.s-side-box ul li a { display: flex; gap: 8px; padding: 11px 0; color: var(--s-text); font-weight: 500; font-size: .95rem; }
.s-side-box ul li a:hover { color: var(--s-purple); padding-left: 5px; }

/* Service detail feature block */
.s-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin: 30px 0; }
.s-listbox { background: var(--s-bg-alt); border: 1px solid var(--s-border); border-radius: var(--s-radius); padding: 28px 30px; }
.s-listbox h3 { margin-top: 0; font-size: 1.2rem; }
.s-listbox ul { list-style: none; padding: 0; margin: 0; }
.s-listbox li { display: flex; gap: 10px; padding: 8px 0; }
.s-listbox li::before { content: "›"; color: var(--s-gold); font-weight: 700; }

/* =========================================================
   CONTACT
   ========================================================= */
.s-contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.s-contact-info { display: grid; gap: 22px; }
.s-contact-info .row { display: flex; gap: 16px; align-items: flex-start; }
.s-contact-info .ic { flex: 0 0 auto; width: 50px; height: 50px; border-radius: 12px; background: rgba(106,60,160,.09); color: var(--s-purple); display: grid; place-items: center; }
.s-contact-info h4 { margin: 0 0 3px; }
.s-contact-info p { margin: 0; color: var(--s-muted); }
.s-form { background: #fff; border: 1px solid var(--s-border); border-radius: var(--s-radius); padding: 36px; box-shadow: var(--s-shadow); }
.s-form .fld { margin-bottom: 18px; }
.s-form label { display: block; font-family: var(--s-sans); font-weight: 600; font-size: .86rem; margin-bottom: 7px; color: var(--s-ink); }
.s-form input, .s-form select, .s-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--s-border); border-radius: 8px; font-family: var(--s-sans); font-size: .98rem; color: var(--s-text); }
.s-form input:focus, .s-form select:focus, .s-form textarea:focus { outline: none; border-color: var(--s-purple); box-shadow: 0 0 0 3px rgba(106,60,160,.12); }
.s-form textarea { min-height: 130px; resize: vertical; }
.s-form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* =========================================================
   FOOTER
   ========================================================= */
.s-footer { background: var(--s-navy); color: #b7b0c8; padding-top: 72px; }
.s-footer a { color: #b7b0c8; }
.s-footer a:hover { color: var(--s-gold-light); }
.s-footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.09); }
.s-footer-brand img { max-height: 56px; margin-bottom: 18px; background: #fff; padding: 8px 12px; border-radius: 8px; }
.s-footer-brand p { font-size: .95rem; max-width: 340px; }
.s-footer-social { display: flex; gap: 12px; margin-top: 20px; }
.s-footer-social a { width: 40px; height: 40px; border-radius: 9px; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: all .2s ease; }
.s-footer-social a:hover { background: var(--s-gold); color: var(--s-navy); transform: translateY(-3px); }
.s-footer h4 { color: #fff; font-family: var(--s-serif); font-size: 1.1rem; margin-bottom: 20px; }
.s-footer-links { list-style: none; padding: 0; margin: 0; }
.s-footer-links li { margin-bottom: 11px; }
.s-footer-links a { font-size: .94rem; transition: padding .2s ease; }
.s-footer-links a:hover { padding-left: 6px; }
.s-footer-contact li { display: flex; gap: 12px; margin-bottom: 15px; font-size: .94rem; align-items: flex-start; list-style: none; }
.s-footer-contact { padding: 0; }
.s-footer-contact .ic { color: var(--s-gold-light); flex: 0 0 auto; margin-top: 2px; }
.s-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding: 24px 0; font-size: .9rem; color: #8f88a3; }
.s-footer-bottom nav { display: flex; gap: 22px; flex-wrap: wrap; }

/* =========================================================
   MISC / BLOG
   ========================================================= */
.s-pagination { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 40px; justify-content: center; }
.s-pagination .page-numbers { padding: 9px 15px; border: 1px solid var(--s-border); border-radius: 8px; color: var(--s-text); font-weight: 600; }
.s-pagination .page-numbers.current { background: var(--s-grad); color: #fff; border-color: transparent; }
.post-card { background: #fff; border: 1px solid var(--s-border); border-radius: var(--s-radius); overflow: hidden; margin-bottom: 30px; transition: box-shadow .2s ease; }
.post-card:hover { box-shadow: var(--s-shadow-lg); }
.post-card .post-body { padding: 26px 30px; }
.post-card h2 { font-size: 1.5rem; margin-bottom: 10px; }
.post-meta { color: var(--s-muted); font-size: .85rem; margin-bottom: 12px; }

.s-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.s-reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .s-grid-4 { grid-template-columns: repeat(2,1fr); }
  .s-stats { grid-template-columns: repeat(2,1fr); gap: 36px; }
  .s-steps { grid-template-columns: repeat(2,1fr); }
  .s-split, .s-contact-grid, .s-detail-grid, .s-content-layout { grid-template-columns: 1fr; }
  .s-content-layout { gap: 36px; }
}
@media (max-width: 1100px) {
  .s-section { padding: 64px 0; }
  .s-nav { position: absolute; top: 100%; left: 0; right: 0; z-index: 199; background: #fff; max-height: 0; overflow: hidden; transition: max-height .3s ease; box-shadow: var(--s-shadow-lg); border-bottom: 1px solid var(--s-border); }
  .s-nav.toggled { max-height: calc(100vh - 74px); overflow-y: auto; }
  .s-nav > ul { flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px; }
  .s-nav li { border-bottom: 1px solid var(--s-border); }
  .s-nav a { padding: 14px 6px; }
  .s-nav .s-has-mega > a { justify-content: space-between; }
  .s-nav .s-mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: none; display: none; background: var(--s-bg-alt); border-radius: 10px; margin: 4px 0 8px; }
  .s-nav .s-has-mega.open > .s-mega { display: block; }
  .s-nav .s-mega-inner { display: block; padding: 6px; }
  .s-nav .s-mega-grid { display: block; }
  .s-nav .s-mega-item { padding: 11px 10px; border-bottom: 1px solid var(--s-border); }
  .s-nav .s-mega-item:last-child { border-bottom: none; }
  .s-nav .s-mega-tx small { display: none; }
  .s-nav .s-mega-feature { display: none; }
  .s-nav ul ul { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 8px 14px; display: none; }
  .s-nav .menu-item-has-children.open > ul { display: block; }
  .menu-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
  .menu-toggle span { width: 26px; height: 2px; background: var(--s-ink); transition: all .25s ease; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .s-header-cta .s-desktop-cta { display: none; }
  .s-header .s-container-wide { min-height: 74px; gap: 10px; }
  .s-branding img { max-height: 42px; max-width: 200px; }
  .s-header-cta { gap: 10px; }
  .s-login-btn { padding: 9px 14px; font-size: .84rem; gap: 6px; }
}
@media (max-width: 430px) {
  .s-branding img { max-height: 38px; max-width: 150px; }
  .s-login-btn .lbl { display: none; }
  .s-login-btn { padding: 10px 11px; }
}
@media (max-width: 680px) {
  .s-grid-2, .s-grid-3, .s-grid-4 { grid-template-columns: 1fr; }
  .s-stats { grid-template-columns: repeat(2,1fr); }
  .s-steps { grid-template-columns: 1fr; }
  .s-cta { padding: 40px 28px; }
  .s-form .grid2 { grid-template-columns: 1fr; }
  .s-footer-top { grid-template-columns: 1fr 1fr; }
  .s-topbar-left .hide-sm { display: none; }
}
@media (max-width: 480px) {
  .s-footer-top { grid-template-columns: 1fr; }
  .s-footer-bottom { flex-direction: column; text-align: center; }
}

/* ============ Floating WhatsApp button ============ */
.s-wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 900;
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff; text-decoration: none;
  padding: 12px 18px 12px 14px; border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0,0,0,.22); font-weight: 600; font-size: .95rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.s-wa-float:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.28); color: #fff; }
.s-wa-float svg { flex: 0 0 auto; }
.s-soc-wa:hover { color: #25D366 !important; }
.s-map-section iframe { filter: saturate(1.05); }
@media (max-width: 600px) {
  .s-wa-float { right: 14px; bottom: 14px; padding: 12px; }
  .s-wa-float-lbl { display: none; }
}
