/*
Theme Name: Web Growth Solution
Theme URI: https://webgrowthsolution.com
Author: Web Growth Solution
Description: Performance Digital Marketing Agency — Elementor Compatible
Version: 3.0.0
Text Domain: webgrowthsolution
Tags: business, marketing, elementor, responsive
*/

/* ==============================================
   VARIABLES
============================================== */
:root {
  --navy:      #0B1F3E;
  --royal:     #1A3FBF;
  --sky:       #3B82F6;
  --white:     #FFFFFF;
  --light:     #F4F7FC;
  --border:    #E2E8F0;
  --muted:     #4A5568;
  --text:      #1A202C;
  --green:     #25D366;
  --grad:      linear-gradient(135deg, #0B1F3E 0%, #1A3FBF 55%, #3B82F6 100%);
  --grad-blue: linear-gradient(135deg, #1A3FBF 0%, #3B82F6 100%);
  --shadow-sm: 0 2px 8px rgba(11,31,62,0.08);
  --shadow-md: 0 8px 32px rgba(11,31,62,0.12);
  --shadow-lg: 0 20px 60px rgba(11,31,62,0.18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --font-h:    'Plus Jakarta Sans', sans-serif;
  --font-b:    'Inter', sans-serif;
}

/* ==============================================
   RESET
============================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-b); color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }

/* KEY RESPONSIVE IMAGE RULE — applied globally */
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* ==============================================
   TYPOGRAPHY
============================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-h);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}
h1 { font-size: clamp(1.85rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.55rem, 4vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 3vw, 1.55rem); }
p  { font-size: 1rem; color: var(--muted); line-height: 1.75; }

.tag-pill {
  display: inline-block;
  background: rgba(59,130,246,0.1);
  color: var(--sky);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1px solid rgba(59,130,246,0.2);
}

/* ==============================================
   LAYOUT
============================================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 88px 0; }

/* ==============================================
   BUTTONS
============================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.btn svg { flex-shrink: 0; }

.btn-primary { background: var(--grad-blue); color: var(--white); box-shadow: 0 4px 18px rgba(59,130,246,0.38); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(59,130,246,0.48); color: var(--white); }

.btn-wa { background: var(--green); color: var(--white); box-shadow: 0 4px 18px rgba(37,211,102,0.32); }
.btn-wa:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.42); color: var(--white); }

.btn-outline { border: 2px solid var(--sky); color: var(--sky); background: transparent; }
.btn-outline:hover { background: var(--sky); color: var(--white); transform: translateY(-2px); }

.btn-outline-w { border: 2px solid rgba(255,255,255,0.65); color: var(--white); background: transparent; }
.btn-outline-w:hover { background: rgba(255,255,255,0.15); border-color: var(--white); transform: translateY(-2px); }

/* ==============================================
   TOPBAR
============================================== */
#topbar {
  background: var(--navy);
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.topbar-links { display: flex; align-items: center; gap: 20px; }
.topbar-links a {
  color: rgba(255,255,255,0.7);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.topbar-links a:hover { color: var(--sky); }
.topbar-cta { display: flex; align-items: center; gap: 10px; }
.topbar-cta .btn { padding: 6px 14px; font-size: 0.76rem; }

/* ==============================================
   HEADER
============================================== */
#site-header {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: var(--shadow-md); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 14px;
}

/* Logo */
.site-logo { flex-shrink: 0; }
.site-logo img { height: 48px; width: auto; max-width: 200px; }
.logo-fallback .lf-name { font-family: var(--font-h); font-weight: 800; font-size: 1.25rem; color: var(--navy); line-height: 1.1; }
.logo-fallback .lf-name span { color: var(--royal); }
.logo-fallback .lf-tag { font-size: 0.62rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--sky); font-weight: 600; }

/* Desktop nav */
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a { padding: 7px 13px; border-radius: 8px; font-size: 0.87rem; font-weight: 600; color: var(--navy); transition: all 0.2s; white-space: nowrap; }
.site-nav a:hover { background: var(--light); color: var(--royal); }

/* Header action buttons */
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.call-header-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--grad-blue);
  color: var(--white);
  padding: 9px 18px;
  border-radius: 50px;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.84rem;
  box-shadow: 0 4px 14px rgba(59,130,246,0.35);
  transition: all 0.3s;
  text-decoration: none;
  flex-shrink: 0;
}
.call-header-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(59,130,246,0.45); color: var(--white); }
.pulse-dot { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; animation: pulseDot 1.5s infinite; flex-shrink: 0; }
@keyframes pulseDot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.4)} }

.wa-header-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--green);
  color: var(--white);
  padding: 9px 18px;
  border-radius: 50px;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.84rem;
  box-shadow: 0 4px 14px rgba(37,211,102,0.28);
  transition: all 0.3s;
  text-decoration: none;
}
.wa-header-btn:hover { background: #1ebe5d; transform: translateY(-2px); color: var(--white); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; display: block; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav { display: none; background: var(--white); border-top: 1px solid var(--border); padding: 14px 20px 22px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--border); font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.mobile-nav-btns { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.mobile-nav-btns a { flex: 1; text-align: center; min-width: 120px; }

/* ==============================================
   HERO
============================================== */
#hero {
  background: var(--grad);
  padding: 72px 0 0;
  overflow: hidden;
  position: relative;
}
.hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 15% 50%, rgba(59,130,246,0.15) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(26,63,191,0.2) 0%, transparent 40%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-copy { padding-bottom: 72px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.92);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}
.hero-badge .dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; }

.hero-copy h1 { color: var(--white); margin-bottom: 16px; }
.hero-copy h1 span { color: #93c5fd; }
.hero-copy > p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 30px; }

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hstat .num { font-family: var(--font-h); font-size: 1.7rem; font-weight: 800; color: var(--white); line-height: 1; }
.hstat .num em { color: #93c5fd; font-style: normal; }
.hstat .lbl { font-size: 0.76rem; color: rgba(255,255,255,0.6); margin-top: 3px; font-weight: 500; }

/* LEAD FORM */
.hero-form-wrap {
  margin-bottom: -44px;
}
.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  box-shadow: var(--shadow-lg);
}
.form-card-head { text-align: center; margin-bottom: 22px; }
.form-card-head h3 { font-size: 1.22rem; margin-bottom: 5px; }
.form-card-head p { font-size: 0.83rem; color: var(--muted); }

.frow { margin-bottom: 13px; }
.frow label { display: block; font-size: 0.79rem; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.finput {
  width: 100%;
  padding: 11px 14px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.finput:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }
.finput::placeholder { color: #a0aec0; }
select.finput {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%234a5568' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
}

.form-submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--grad-blue);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.96rem;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 18px rgba(59,130,246,0.38);
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(59,130,246,0.48); }
.form-submit-btn:disabled { opacity: 0.75; cursor: not-allowed; transform: none; }

.form-trust { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 11px; font-size: 0.76rem; color: var(--muted); }

.form-success {
  background: linear-gradient(135deg,#ecfdf5,#d1fae5);
  border: 1.5px solid #6ee7b7;
  border-radius: var(--radius-sm);
  padding: 24px 20px;
  text-align: center;
  display: none;
}
.form-success .sico { font-size: 2.2rem; margin-bottom: 8px; }
.form-success h4 { color: #065f46; margin-bottom: 4px; font-size: 1rem; }
.form-success p { font-size: 0.82rem; color: #047857; }

/* ==============================================
   TRUST BAR
============================================== */
#trust-bar {
  background: var(--light);
  padding: 56px 0 20px;
  margin-top: 44px;
}
.trust-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.trust-inner .t-label { font-size: 0.8rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.07em; margin-right: 4px; }
.trust-badge {
  display: flex; align-items: center; gap: 7px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 50px; padding: 7px 16px;
  font-size: 0.8rem; font-weight: 700; color: var(--navy);
  box-shadow: var(--shadow-sm);
}

/* ==============================================
   WHY US
============================================== */
#why-us { padding: 88px 0; background: var(--white); }
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-head h2 { margin-bottom: 13px; }
.sec-head p { max-width: 540px; margin: 0 auto; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 48px; }
.why-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--grad-blue);
  border-radius: 4px 0 0 4px;
}
.why-card:hover { border-color: var(--sky); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.why-icon { width: 50px; height: 50px; background: rgba(59,130,246,0.08); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 1.35rem; }
.why-card h3 { font-size: 1rem; margin-bottom: 8px; }
.why-card p { font-size: 0.89rem; }
.cta-row { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ==============================================
   NUMBERS BAND
============================================== */
#numbers-band {
  background: var(--navy);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
#numbers-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(59,130,246,0.14) 0%, transparent 60%);
}
.numbers-inner { position: relative; z-index: 1; }
.numbers-head { text-align: center; margin-bottom: 48px; }
.numbers-head h2 { color: var(--white); margin-bottom: 10px; }
.numbers-head p { color: rgba(255,255,255,0.65); }

.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.nstat {
  text-align: center; padding: 30px 16px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.07);
}
.nstat .n { font-family: var(--font-h); font-size: 2.2rem; font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 6px; }
.nstat .n em { color: var(--sky); font-style: normal; }
.nstat .l { font-size: 0.83rem; color: rgba(255,255,255,0.55); font-weight: 500; }
.numbers-cta { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 44px; flex-wrap: wrap; }

/* ==============================================
   SERVICES — FULLY RESPONSIVE IMAGES
============================================== */
#services { padding: 88px 0; background: var(--light); }

.services-list { display: flex; flex-direction: column; gap: 72px; }

.svc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.svc-block.reverse { direction: rtl; }
.svc-block.reverse > * { direction: ltr; }

/* IMAGE WRAPPER — full image, zero cropping */
.svc-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  background: #ffffff;
  line-height: 0;
}
.svc-img-wrap img {
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: inherit;
}

/* Badge overlay on image */
.svc-img-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-radius: var(--radius-sm);
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: var(--shadow-md);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--navy);
  z-index: 2;
  max-width: calc(100% - 28px);
}

.svc-content .tag-pill { margin-bottom: 12px; }
.svc-content h2 { font-size: clamp(1.3rem, 2.8vw, 2rem); margin-bottom: 13px; }
.svc-content > p { margin-bottom: 20px; }

.svc-features { display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.svc-feature { display: flex; align-items: flex-start; gap: 9px; font-size: 0.89rem; color: var(--muted); }
.check-icon {
  width: 19px; height: 19px; flex-shrink: 0; margin-top: 2px;
  background: var(--grad-blue);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 0.58rem; font-weight: 800;
}

.svc-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ==============================================
   TESTIMONIALS
============================================== */
#testimonials { padding: 88px 0; background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.testi-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px 22px;
  transition: all 0.3s;
  position: relative;
}
.testi-card:hover { border-color: var(--sky); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testi-card.featured { background: var(--grad); border-color: transparent; }

.testi-tag {
  position: absolute; top: 16px; right: 16px;
  background: rgba(59,130,246,0.1); color: var(--sky);
  font-size: 0.66rem; font-weight: 700; padding: 3px 9px;
  border-radius: 50px; letter-spacing: 0.06em; text-transform: uppercase;
}
.testi-card.featured .testi-tag { background: rgba(255,255,255,0.18); color: var(--white); }

.testi-q { font-family: Georgia, serif; font-size: 2.2rem; color: var(--sky); line-height: 1; margin-bottom: 8px; }
.testi-card.featured .testi-q { color: rgba(255,255,255,0.35); }

.testi-stars { color: #f59e0b; font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 12px; }
.testi-card.featured .testi-stars { color: #fbbf24; }

.testi-text { font-size: 0.87rem; line-height: 1.7; color: var(--muted); margin-bottom: 18px; }
.testi-card.featured .testi-text { color: rgba(255,255,255,0.82); }

.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-av { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-blue); color: var(--white); font-family: var(--font-h); font-weight: 800; font-size: 0.95rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-card.featured .testi-av { background: rgba(255,255,255,0.2); }
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--navy); }
.testi-card.featured .testi-name { color: var(--white); }
.testi-role { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }
.testi-card.featured .testi-role { color: rgba(255,255,255,0.6); }

/* ==============================================
   CTA BAND
============================================== */
#cta-band { padding: 88px 0; background: var(--grad); position: relative; overflow: hidden; }
#cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(59,130,246,0.22) 0%, transparent 55%); }
.cta-inner { position: relative; z-index: 1; text-align: center; max-width: 660px; margin: 0 auto; }
.cta-inner h2 { color: var(--white); margin-bottom: 13px; }
.cta-inner p { color: rgba(255,255,255,0.8); margin-bottom: 34px; font-size: 1.02rem; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ==============================================
   FOOTER
============================================== */
#site-footer { background: #060f1f; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 52px; }

.footer-brand .fb-name { font-family: var(--font-h); font-weight: 800; font-size: 1.35rem; color: var(--white); line-height: 1.15; }
.footer-brand .fb-name span { color: var(--sky); }
.footer-brand .fb-tag { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 0.84rem; line-height: 1.7; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

.footer-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.social-link {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  transition: all 0.2s;
  text-decoration: none;
}
.social-link:hover { background: var(--royal); border-color: var(--royal); color: var(--white); }

.footer-col h4 { font-family: var(--font-h); font-size: 0.82rem; font-weight: 700; color: var(--white); letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 0.84rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--sky); }

.footer-contact-item { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 11px; font-size: 0.84rem; color: rgba(255,255,255,0.5); }
.footer-contact-item .ic { color: var(--sky); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--sky); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 0.79rem; color: rgba(255,255,255,0.3); }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: 0.79rem; color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--sky); }

/* ==============================================
   FLOATING WHATSAPP
============================================== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; align-items: center; gap: 8px;
}
.wa-float-btn {
  width: 56px; height: 56px; background: var(--green); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,0.45);
  animation: floatWA 2.5s infinite;
  text-decoration: none;
  flex-shrink: 0;
}
.wa-float-btn:hover { transform: scale(1.1); background: #1ebe5d; }
.wa-float-btn svg { width: 26px; height: 26px; fill: var(--white); }
.wa-float-tip {
  background: var(--white); color: var(--navy);
  font-size: 0.78rem; font-weight: 700;
  padding: 7px 12px; border-radius: 8px;
  box-shadow: var(--shadow-md); white-space: nowrap;
  opacity: 0; transform: translateX(8px); transition: all 0.3s;
  pointer-events: none;
}
.wa-float:hover .wa-float-tip { opacity: 1; transform: translateX(0); }
@keyframes floatWA { 0%,100%{box-shadow:0 6px 22px rgba(37,211,102,.45)} 50%{box-shadow:0 6px 36px rgba(37,211,102,.65)} }

/* Scroll top */
.scroll-top-btn {
  position: fixed; bottom: 92px; right: 26px; z-index: 9000;
  width: 40px; height: 40px; background: var(--royal); color: var(--white);
  border-radius: 50%; border: none; cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all 0.3s;
  box-shadow: var(--shadow-md);
}
.scroll-top-btn.visible { opacity: 1; visibility: visible; }
.scroll-top-btn:hover { background: var(--sky); transform: translateY(-3px); }

/* ==============================================
   RESPONSIVE BREAKPOINTS
============================================== */

/* Tablet */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }

  /* Stack service blocks on tablet */
  .svc-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .svc-block.reverse { direction: ltr; }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-form-wrap { margin-bottom: 0; }
}

/* Mobile */
@media (max-width: 768px) {
  .site-nav { display: none; }
  .hamburger { display: flex; }
  .wa-header-btn { display: none; }
  .topbar-links { display: none; }

  .section-pad { padding: 60px 0; }

  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 16px; }

  /* IMAGE: full image on mobile, no cropping */
  .svc-img-wrap {
    border-radius: var(--radius-md);
  }
  .svc-img-badge { font-size: 0.72rem; padding: 6px 10px; bottom: 10px; left: 10px; }

  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }

  .form-card { padding: 24px 18px; }

  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 320px; justify-content: center; }
  .cta-row { flex-direction: column; align-items: center; }
  .cta-row .btn { width: 100%; max-width: 320px; justify-content: center; }

  .numbers-cta { flex-direction: column; align-items: center; }
  .numbers-cta .btn { width: 100%; max-width: 320px; justify-content: center; }

  .wa-float { bottom: 16px; right: 16px; }
  .wa-float-btn { width: 50px; height: 50px; }
}

/* Small mobile */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.45rem; }
  .numbers-grid { grid-template-columns: 1fr; }
  .header-actions .wa-header-btn { display: none; }
  .call-header-btn { padding: 8px 13px; font-size: 0.78rem; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; }
  .svc-block { gap: 20px; }
  /* Full image — no aspect-ratio forcing, no cropping on small screens */
  .svc-img-wrap { border-radius: var(--radius-sm); }
}
