/*
Theme Name: Web Growth Solution SEO
Theme URI: https://webgrowthsolution.com
Author: Web Growth Solution
Author URI: https://webgrowthsolution.com
Description: Performance Digital Marketing Agency Theme — SEO Optimised, Schema-Ready, Multi-Page.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: wgs
*/

/* ============================================================
   CSS VARIABLES
============================================================ */
:root {
  --navy:    #0B1F3E;
  --royal:   #1A3FBF;
  --sky:     #3B82F6;
  --sky-lt:  #EFF6FF;
  --green:   #25D366;
  --white:   #FFFFFF;
  --light:   #F8FAFC;
  --muted:   #64748B;
  --dark:    #1E293B;
  --border:  #E2E8F0;
  --shadow:  0 4px 24px rgba(11,31,62,.10);
  --radius:  14px;
  --font-head: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* ============================================================
   RESET / BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--dark); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 90px 0; }

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1,h2,h3,h4,h5 { font-family: var(--font-head); font-weight: 700; line-height: 1.22; color: var(--navy); }
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
p  { color: var(--muted); line-height: 1.75; }

/* ============================================================
   BUTTONS
============================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 9px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; cursor: pointer; transition: all .2s; border: 2px solid transparent; white-space: nowrap; }
.btn-wa      { background: var(--green); color: #fff; border-color: var(--green); }
.btn-wa:hover{ background: #1fb855; border-color: #1fb855; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,.35); }
.btn-primary { background: var(--royal); color: #fff; border-color: var(--royal); }
.btn-primary:hover { background: #153499; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--royal); border-color: var(--royal); }
.btn-outline:hover { background: var(--royal); color: #fff; }
.btn-outline-w { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline-w:hover { background: rgba(255,255,255,.15); }

/* ============================================================
   TAG PILL
============================================================ */
.tag-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--sky-lt); color: var(--royal); border: 1px solid #BFDBFE; border-radius: 50px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 16px; margin-bottom: 14px; }

/* ============================================================
   SECTION HEADING
============================================================ */
.sec-head { text-align: center; margin-bottom: 54px; }
.sec-head h2 { margin-top: 8px; margin-bottom: 14px; }
.sec-head p { max-width: 580px; margin: 0 auto; }

/* ============================================================
   TOPBAR
============================================================ */
#topbar { background: var(--navy); padding: 9px 0; font-size: .82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.topbar-links { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-links a { color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 6px; transition: color .15s; }
.topbar-links a:hover { color: #fff; }
.topbar-cta .btn { padding: 6px 16px; font-size: .78rem; }

/* ============================================================
   HEADER
============================================================ */
#site-header { position: sticky; top: 0; z-index: 900; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.header-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 70px; display: flex; align-items: center; gap: 32px; }
.site-logo img { height: 42px; width: auto; }
.site-nav { display: flex; gap: 28px; margin: 0 auto; }
.site-nav a { font-size: .9rem; font-weight: 600; color: var(--dark); transition: color .15s; }
.site-nav a:hover { color: var(--royal); }
.header-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.wa-header-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--green); color: #fff; border-radius: 8px; padding: 9px 16px; font-size: .83rem; font-weight: 600; transition: background .2s; }
.wa-header-btn:hover { background: #1fb855; }
.call-header-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--navy); color: #fff; border-radius: 8px; padding: 9px 16px; font-size: .83rem; font-weight: 600; position: relative; transition: background .2s; }
.call-header-btn:hover { background: #0d2a56; }
.pulse-dot { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.4);opacity:.7} }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.hamburger span { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .25s; display: block; }
.mobile-nav { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--border); padding: 20px 24px; }
.mobile-nav a { padding: 12px 0; font-weight: 600; border-bottom: 1px solid var(--border); color: var(--dark); }
.mobile-nav-btns { display: flex; gap: 10px; padding-top: 16px; flex-wrap: wrap; }
.mobile-nav.open { display: flex; }

/* ============================================================
   HERO
============================================================ */
#hero { background: linear-gradient(135deg, var(--navy) 0%, #122a5e 60%, #1a3a80 100%); position: relative; overflow: hidden; padding: 80px 0 70px; }
#hero::before { content:''; position:absolute; inset:0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-overlay { position:absolute; inset:0; background: radial-gradient(ellipse at 70% 50%, rgba(59,130,246,.15) 0%, transparent 60%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 440px; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.15); border-radius: 50px; padding: 7px 18px; font-size: .8rem; font-weight: 600; letter-spacing: .05em; margin-bottom: 22px; }
.dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: pulse 1.6s infinite; }
.hero-copy h1 { color: #fff; margin-bottom: 20px; }
.hero-copy h1 span { color: var(--sky); }
.hero-copy p { color: rgba(255,255,255,.78); font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hstat { text-align: center; }
.hstat .num { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; }
.hstat .num em { font-style: normal; color: var(--sky); font-size: 1.1rem; }
.hstat .lbl { font-size: .73rem; color: rgba(255,255,255,.6); margin-top: 4px; font-weight: 500; }

/* ============================================================
   HERO FORM
============================================================ */
.hero-form-wrap { position: relative; }
.form-card { background: #fff; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,.25); overflow: hidden; }
.form-card-head { background: linear-gradient(135deg, var(--royal), var(--sky)); padding: 22px 28px; }
.form-card-head h3 { color: #fff; font-size: 1.15rem; margin-bottom: 4px; }
.form-card-head p { color: rgba(255,255,255,.8); font-size: .84rem; }
form#wgs-form { padding: 24px 28px; }
.frow { margin-bottom: 16px; }
.frow label { display: block; font-size: .82rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.finput { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 9px; font-size: .9rem; font-family: var(--font-body); color: var(--dark); background: #fff; transition: border-color .2s; outline: none; }
.finput:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(59,130,246,.12); }
.form-submit-btn { width: 100%; background: var(--green); color: #fff; border: none; border-radius: 10px; padding: 15px; font-family: var(--font-head); font-size: .95rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s, transform .15s; margin-top: 4px; }
.form-submit-btn:hover { background: #1fb855; transform: translateY(-1px); }
.form-trust { text-align: center; font-size: .78rem; color: var(--muted); margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.form-success { display: none; padding: 28px; text-align: center; }
.form-success .sico { font-size: 2.5rem; margin-bottom: 10px; }
.form-success h4 { font-size: 1.15rem; margin-bottom: 8px; }
.form-success p { font-size: .9rem; }

/* ============================================================
   TRUST BAR
============================================================ */
#trust-bar { background: var(--light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 18px 0; overflow: hidden; }
.trust-inner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.t-label { font-size: .8rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.trust-badge { background: #fff; border: 1px solid var(--border); border-radius: 50px; padding: 7px 16px; font-size: .82rem; font-weight: 600; color: var(--dark); white-space: nowrap; box-shadow: 0 1px 4px rgba(0,0,0,.05); }

/* ============================================================
   WHY CHOOSE US
============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-bottom: 40px; }
.why-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: box-shadow .2s, transform .2s; }
.why-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.why-icon { font-size: 2rem; margin-bottom: 14px; }
.why-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   NUMBERS BAND
============================================================ */
#numbers-band { background: linear-gradient(135deg, var(--navy), #122a5e); padding: 70px 0; }
.numbers-inner { text-align: center; }
.numbers-head h2 { color: #fff; margin-bottom: 10px; }
.numbers-head p { color: rgba(255,255,255,.7); margin-bottom: 48px; }
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-bottom: 40px; }
.nstat .n { font-family: var(--font-head); font-size: clamp(2rem,4vw,3rem); font-weight: 800; color: #fff; }
.nstat .n em { font-style: normal; color: var(--sky); font-size: .6em; }
.nstat .l { font-size: .82rem; color: rgba(255,255,255,.6); margin-top: 4px; font-weight: 500; }
.numbers-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   SERVICES
============================================================ */
.services-list { display: flex; flex-direction: column; gap: 80px; }
.svc-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.svc-block.reverse { direction: rtl; }
.svc-block.reverse > * { direction: ltr; }
.svc-img-wrap { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 48px rgba(11,31,62,.16); }
.svc-img-wrap img { width: 100%; height: auto; display: block; }
.svc-img-badge { position: absolute; bottom: 16px; left: 16px; background: rgba(11,31,62,.88); backdrop-filter: blur(8px); color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.15); border-radius: 50px; padding: 8px 16px; font-size: .78rem; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.svc-content h2 { margin: 10px 0 14px; }
.svc-content p { margin-bottom: 22px; }
.svc-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.svc-feature { display: flex; align-items: flex-start; gap: 10px; }
.check-icon { width: 22px; height: 22px; background: var(--sky-lt); color: var(--royal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.svc-feature span { font-size: .92rem; color: var(--dark); }
.svc-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; position: relative; transition: box-shadow .2s, transform .2s; }
.testi-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.testi-card.featured { grid-column: span 1; background: linear-gradient(135deg, var(--navy), #1a3a80); border-color: transparent; }
.testi-card.featured p, .testi-card.featured .testi-name, .testi-card.featured .testi-role { color: rgba(255,255,255,.85); }
.testi-card.featured .testi-stars { color: #fbbf24; }
.testi-card.featured .testi-q { color: rgba(255,255,255,.2); }
.testi-tag { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sky); background: var(--sky-lt); border-radius: 50px; padding: 4px 12px; display: inline-block; margin-bottom: 10px; }
.testi-q { font-size: 3.5rem; line-height: .8; color: var(--sky-lt); font-family: Georgia, serif; margin-bottom: 6px; }
.testi-stars { color: #fbbf24; font-size: 1rem; margin-bottom: 12px; letter-spacing: 1px; }
.testi-text { font-size: .87rem; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 40px; height: 40px; background: linear-gradient(135deg, var(--royal), var(--sky)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: .88rem; color: var(--dark); }
.testi-role { font-size: .77rem; color: var(--muted); }

/* ============================================================
   FAQ SECTION
============================================================ */
#faq { background: var(--light); padding: 80px 0; }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 22px 24px; text-align: left; font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q:hover { color: var(--royal); }
.faq-icon { width: 28px; height: 28px; background: var(--sky-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; font-weight: 700; color: var(--royal); transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 22px; }
.faq-a p { font-size: .93rem; }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   CTA BAND
============================================================ */
#cta-band { background: linear-gradient(135deg, var(--royal), var(--sky)); padding: 80px 0; }
.cta-inner { text-align: center; }
.cta-inner h2 { color: #fff; margin: 12px 0 16px; font-size: clamp(1.6rem,3.5vw,2.4rem); }
.cta-inner p { color: rgba(255,255,255,.82); max-width: 560px; margin: 0 auto 36px; font-size: 1.05rem; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
============================================================ */
#site-footer { background: var(--navy); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 48px; }
.fb-name { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.fb-name span { color: var(--sky); }
.fb-tag { font-size: .75rem; color: rgba(255,255,255,.5); letter-spacing: .06em; text-transform: uppercase; display: block; margin-bottom: 14px; }
.footer-brand p { color: rgba(255,255,255,.6); font-size: .88rem; line-height: 1.7; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 12px; }
.social-link { width: 36px; height: 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); transition: all .2s; }
.social-link:hover { background: var(--sky); color: #fff; border-color: var(--sky); }
.footer-col h4 { color: #fff; font-size: .9rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,.6); font-size: .86rem; transition: color .15s; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-item .ic { flex-shrink: 0; color: var(--sky); margin-top: 2px; }
.footer-contact-item a, .footer-contact-item span { color: rgba(255,255,255,.7); font-size: .86rem; transition: color .15s; }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,.5); font-size: .82rem; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,.5); font-size: .82rem; transition: color .15s; }
.footer-bottom-links a:hover { color: #fff; }

/* ============================================================
   FLOATING WHATSAPP
============================================================ */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.wa-float-tip { background: var(--navy); color: #fff; font-size: .8rem; font-weight: 600; padding: 7px 14px; border-radius: 8px; white-space: nowrap; opacity: 0; transform: translateX(8px); transition: all .25s; box-shadow: var(--shadow); }
.wa-float:hover .wa-float-tip { opacity: 1; transform: translateX(0); }
.wa-float-btn { width: 56px; height: 56px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.45); animation: wa-bounce 2.5s infinite; }
.wa-float-btn svg { width: 28px; height: 28px; fill: #fff; }
@keyframes wa-bounce { 0%,100%{transform:scale(1)} 50%{transform:scale(1.07)} }

/* ============================================================
   SCROLL TOP BUTTON
============================================================ */
.scroll-top-btn { position: fixed; bottom: 92px; right: 30px; z-index: 998; width: 40px; height: 40px; background: var(--royal); color: #fff; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: all .25s; box-shadow: 0 4px 14px rgba(26,63,191,.35); }
.scroll-top-btn.visible { opacity: 1; pointer-events: auto; }

/* ============================================================
   SERVICE PAGES (individual page templates)
============================================================ */
.svc-page-hero { background: linear-gradient(135deg, var(--navy) 0%, #122a5e 60%, #1a3a80 100%); padding: 80px 0; position: relative; overflow: hidden; }
.svc-page-hero::before { content:''; position:absolute; inset:0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.svc-page-hero .inner { position: relative; z-index: 1; max-width: 760px; }
.svc-page-hero .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: rgba(255,255,255,.6); margin-bottom: 20px; }
.svc-page-hero .breadcrumb a { color: rgba(255,255,255,.6); transition: color .15s; }
.svc-page-hero .breadcrumb a:hover { color: #fff; }
.svc-page-hero h1 { color: #fff; margin-bottom: 18px; }
.svc-page-hero p { color: rgba(255,255,255,.78); font-size: 1.05rem; margin-bottom: 30px; max-width: 640px; }
.svc-page-hero .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.svc-page-body { padding: 80px 0; }
.svc-page-body .content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 70px; }
.svc-page-body .content-img { border-radius: 18px; overflow: hidden; box-shadow: 0 16px 48px rgba(11,31,62,.14); }
.svc-page-body .content-img img { width: 100%; height: auto; }
.svc-page-body .content-text h2 { margin-bottom: 14px; }
.svc-page-body .content-text p { margin-bottom: 16px; }

.process-section { background: var(--light); padding: 70px 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 48px; }
.process-step { text-align: center; }
.process-num { width: 48px; height: 48px; background: linear-gradient(135deg, var(--royal), var(--sky)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; margin: 0 auto 16px; }
.process-step h3 { font-size: 1rem; margin-bottom: 8px; }
.process-step p { font-size: .87rem; }

.pricing-section { padding: 70px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.pricing-card { border: 1.5px solid var(--border); border-radius: 18px; padding: 32px; text-align: center; transition: box-shadow .2s, transform .2s; }
.pricing-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.pricing-card.popular { border-color: var(--royal); background: linear-gradient(135deg, rgba(26,63,191,.04), rgba(59,130,246,.04)); }
.popular-badge { background: var(--royal); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 14px; border-radius: 50px; display: inline-block; margin-bottom: 16px; }
.pricing-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.price-value { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--navy); margin: 14px 0 4px; }
.price-value em { font-style: normal; font-size: 1rem; color: var(--muted); font-weight: 500; }
.price-sub { font-size: .8rem; color: var(--muted); margin-bottom: 22px; }
.pricing-features { text-align: left; margin-bottom: 28px; }
.pricing-features li { font-size: .88rem; padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.pricing-features li:last-child { border: none; }
.pricing-features li::before { content: '✓'; color: var(--green); font-weight: 800; font-size: .8rem; flex-shrink: 0; }

/* ============================================================
   ABOUT PAGE
============================================================ */
.about-story { padding: 80px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(135deg, var(--navy), #1a3a80); padding: 48px; display: flex; align-items: center; justify-content: center; min-height: 400px; }
.about-img-inner { text-align: center; color: #fff; }
.about-img-inner .big-stat { font-family: var(--font-head); font-size: 4rem; font-weight: 800; color: var(--sky); }
.about-img-inner p { color: rgba(255,255,255,.7); margin-top: 8px; }
.about-text h2 { margin-bottom: 18px; }
.about-text p { margin-bottom: 16px; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.about-value { background: var(--sky-lt); border-radius: 12px; padding: 16px; }
.about-value h4 { font-size: .9rem; color: var(--royal); margin-bottom: 4px; }
.about-value p { font-size: .83rem; }

.team-section { background: var(--light); padding: 70px 0; }
.team-desc { max-width: 660px; margin: 0 auto 16px; text-align: center; }

/* ============================================================
   PRIVACY / TERMS PAGE
============================================================ */
.legal-page { padding: 70px 0 90px; }
.legal-page h1 { margin-bottom: 8px; }
.legal-page .last-updated { font-size: .82rem; color: var(--muted); margin-bottom: 40px; }
.legal-body h2 { font-size: 1.25rem; margin: 36px 0 12px; }
.legal-body p, .legal-body li { font-size: .94rem; color: #475569; margin-bottom: 12px; line-height: 1.8; }
.legal-body ul { margin-left: 20px; list-style: disc; }
.legal-body a { color: var(--royal); text-decoration: underline; }

/* ============================================================
   BLOG
============================================================ */
.blog-hero { background: var(--navy); padding: 60px 0; }
.blog-hero h1 { color: #fff; margin-bottom: 12px; }
.blog-hero p { color: rgba(255,255,255,.7); max-width: 540px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; padding: 70px 0; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; background: var(--sky-lt); }
.blog-card-body { padding: 24px; }
.blog-cat { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--royal); margin-bottom: 10px; }
.blog-card-body h3 { font-size: 1.05rem; margin-bottom: 10px; }
.blog-card-body h3 a:hover { color: var(--royal); }
.blog-card-body p { font-size: .87rem; margin-bottom: 16px; }
.blog-read-more { font-size: .83rem; font-weight: 700; color: var(--royal); display: inline-flex; align-items: center; gap: 4px; }
.blog-meta { font-size: .77rem; color: var(--muted); margin-bottom: 8px; }

/* single post */
.single-post { padding: 70px 0; }
.post-header { max-width: 760px; margin: 0 auto 48px; }
.post-header .post-cat { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--royal); margin-bottom: 14px; }
.post-header h1 { margin-bottom: 16px; }
.post-body { max-width: 760px; margin: 0 auto; }
.post-body h2 { margin: 40px 0 16px; }
.post-body h3 { margin: 28px 0 12px; }
.post-body p { margin-bottom: 20px; font-size: .97rem; color: #334155; line-height: 1.85; }
.post-body ul, .post-body ol { margin: 0 0 20px 24px; }
.post-body li { margin-bottom: 8px; font-size: .95rem; color: #334155; line-height: 1.75; }
.post-cta-box { background: linear-gradient(135deg, var(--navy), #1a3a80); border-radius: 18px; padding: 36px; text-align: center; margin: 48px 0; }
.post-cta-box h3 { color: #fff; margin-bottom: 10px; }
.post-cta-box p { color: rgba(255,255,255,.75); margin-bottom: 22px; }

/* ============================================================
   BREADCRUMB
============================================================ */
.breadcrumb-bar { background: var(--light); border-bottom: 1px solid var(--border); padding: 10px 0; }
.breadcrumb-bar nav { font-size: .82rem; color: var(--muted); display: flex; gap: 6px; align-items: center; }
.breadcrumb-bar a { color: var(--royal); }

/* ============================================================
   404 PAGE
============================================================ */
.page-404 { text-align: center; padding: 120px 0; }
.page-404 .code { font-size: 8rem; font-weight: 900; color: var(--sky-lt); line-height: 1; font-family: var(--font-head); }
.page-404 h1 { margin-bottom: 14px; }
.page-404 p { max-width: 420px; margin: 0 auto 32px; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-form-wrap { max-width: 500px; }
  .svc-block, .svc-block.reverse { grid-template-columns: 1fr; direction: ltr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .svc-page-body .content-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section-pad { padding: 60px 0; }
  .hero-stats { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .site-nav, .header-actions { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .topbar-links { display: none; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-btns { flex-direction: column; }
  .numbers-grid { grid-template-columns: repeat(2,1fr); }
  .testi-card.featured { grid-column: auto; }
}
