/*
Theme Name: First Growth
Theme URI: https://firstgrowth.in
Author: TRILOK ENTERPRISES
Author URI: https://firstgrowth.in
Description: First Growth - Digital Marketing & E-commerce Agency Theme by TRILOK ENTERPRISES. A vibrant, modern, fully responsive WordPress theme for digital agencies.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firstgrowth
Tags: digital-marketing, ecommerce, agency, responsive, modern, colorful
*/

/* ============================================
   FIRST GROWTH — WORDPRESS THEME STYLESHEET
   Purple × Coral × Gold — Light Theme
   Poppins + Baloo 2 Fonts
============================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Baloo+2:wght@400;500;600;700;800&display=swap');

:root {
  --bg:      #F5F0FF;
  --bg2:     #FAEEFF;
  --bg3:     #FFF8F0;
  --bg4:     #F0FFF9;
  --white:   #FFFFFF;
  --p:       #7C3AED;
  --p2:      #5B21B6;
  --p3:      #A78BFA;
  --pk:      #F43F8E;
  --pk2:     #DB2777;
  --or:      #FF6B2B;
  --or2:     #EA580C;
  --tl:      #0EA5E9;
  --tl2:     #0284C7;
  --em:      #10B981;
  --gd:      #FBBF24;
  --txt:     #1E0B4B;
  --txt2:    #4B3A7A;
  --txt3:    #8B7AB8;
  --brd:     rgba(124,58,237,0.12);
  --sh:      0 8px 40px rgba(124,58,237,0.14);
  --sh2:     0 20px 60px rgba(124,58,237,0.18);
  --r:       20px;
  --r2:      14px;
  --tr:      0.3s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  color: var(--txt);
  overflow-x: hidden;
  line-height: 1.65;
}

h1, h2, h3, h4 { font-family: 'Baloo 2', sans-serif; line-height: 1.15; color: var(--txt); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ── BG GRADIENT ── */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 0% 5%,   rgba(124,58,237,0.1),  transparent 65%),
    radial-gradient(ellipse 50% 45% at 100% 95%, rgba(244,63,142,0.09), transparent 60%),
    radial-gradient(ellipse 40% 35% at 100% 0%,  rgba(255,107,43,0.07), transparent 55%),
    radial-gradient(ellipse 35% 30% at 0% 100%,  rgba(16,185,129,0.07), transparent 55%);
}

/* ── WRAPPER ── */
.fg-wrap { position: relative; z-index: 1; }

/* ── GRADIENT TEXTS ── */
.gp  { background: linear-gradient(135deg, var(--p), var(--pk));  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.go  { background: linear-gradient(135deg, var(--or), var(--pk)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gt  { background: linear-gradient(135deg, var(--tl), var(--em)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gall{ background: linear-gradient(135deg, var(--p) 0%, var(--pk) 45%, var(--or) 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ════════════════ NAVIGATION ════════════════ */
#fg-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 72px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(24px) saturate(200%);
  border-bottom: 1.5px solid rgba(124,58,237,0.1);
  box-shadow: 0 2px 20px rgba(124,58,237,0.07);
  transition: var(--tr);
}
#fg-nav.scrolled { background: rgba(255,255,255,0.97); box-shadow: 0 4px 28px rgba(124,58,237,0.12); }

/* 3D LOGO */
.fg-logo { display: flex; align-items: center; gap: 13px; cursor: pointer; user-select: none; text-decoration: none; }
.logo-3d-wrap { position: relative; width: 50px; height: 56px; }
.logo-cube {
  width: 48px; height: 48px;
  transform-style: preserve-3d;
  animation: cubeFloat 8s ease-in-out infinite;
  position: relative;
}
@keyframes cubeFloat {
  0%, 100% { transform: rotateY(0deg)   rotateX(6deg); }
  25%       { transform: rotateY(20deg)  rotateX(-5deg); }
  50%       { transform: rotateY(0deg)   rotateX(10deg); }
  75%       { transform: rotateY(-20deg) rotateX(-3deg); }
}
.cube-face { position: absolute; inset: 0; border-radius: 13px; display: flex; align-items: center; justify-content: center; }
.cube-front {
  background: linear-gradient(145deg, #9333EA 0%, #7C3AED 40%, #5B21B6 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -2px 0 rgba(0,0,0,0.2),
    0 0 0 1px rgba(124,58,237,0.4), 0 10px 40px rgba(124,58,237,0.6);
  transform: translateZ(6px);
  font-family: 'Baloo 2', sans-serif; font-size: 1.05rem; font-weight: 800; color: #fff;
}
.cube-front::before { content: ''; position: absolute; top: 5px; left: 5px; right: 5px; height: 42%; background: linear-gradient(180deg, rgba(255,255,255,0.3), transparent); border-radius: 8px; }
.cube-back   { background: linear-gradient(145deg, #2D0EA8, #1A0870); transform: translateZ(-6px); border-radius: 13px; }
.cube-left   { position: absolute; width: 12px; left: -6px; top: 0; bottom: 0; background: linear-gradient(90deg, #2D0EA8, #7C3AED); border-radius: 4px 0 0 4px; transform: rotateY(-90deg) translateZ(0); }
.cube-right  { position: absolute; width: 12px; right: -6px; top: 0; bottom: 0; background: linear-gradient(90deg, #7C3AED, #4F22E0); border-radius: 0 4px 4px 0; transform: rotateY(90deg) translateZ(0); }
.cube-top    { position: absolute; height: 12px; top: -6px; left: 0; right: 0; background: rgba(147,51,234,0.65); border-radius: 4px; transform: rotateX(90deg) translateZ(0); }
.cube-shadow { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 34px; height: 7px; border-radius: 50%; background: radial-gradient(ellipse, rgba(124,58,237,0.45), transparent 70%); filter: blur(5px); animation: shadowPulse 8s ease-in-out infinite; }
@keyframes shadowPulse { 0%, 100% { opacity: 0.55; width: 34px; } 50% { opacity: 0.28; width: 24px; } }

.logo-text-wrap .logo-name { font-family: 'Baloo 2', sans-serif; font-size: 1.42rem; font-weight: 800; color: var(--txt); letter-spacing: -0.3px; }
.logo-text-wrap .logo-name span { color: var(--p); }
.logo-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-left: 3px; vertical-align: middle; background: linear-gradient(135deg, var(--pk), var(--or)); box-shadow: 0 0 10px rgba(244,63,142,0.6); animation: dotPulse 2.4s ease-in-out infinite; }
@keyframes dotPulse { 0%, 100% { box-shadow: 0 0 6px rgba(244,63,142,0.5); } 50% { box-shadow: 0 0 16px rgba(255,107,43,0.8); } }
.logo-sub { font-size: 0.52rem; color: var(--txt3); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }

/* Main Nav Menu */
#fg-nav .nav-menu { display: flex; align-items: center; gap: 22px; }
#fg-nav .nav-menu li a {
  font-size: 0.88rem; font-weight: 600; color: var(--txt2);
  cursor: pointer; transition: color var(--tr); position: relative; padding: 4px 0;
}
#fg-nav .nav-menu li a::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--p), var(--pk));
  border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform var(--tr);
}
#fg-nav .nav-menu li a:hover,
#fg-nav .nav-menu li.current-menu-item a { color: var(--p); }
#fg-nav .nav-menu li a:hover::after,
#fg-nav .nav-menu li.current-menu-item a::after { transform: scaleX(1); }
.nav-cta-btn {
  background: linear-gradient(135deg, var(--p), var(--p2)) !important;
  color: #fff !important; padding: 10px 24px; border-radius: 50px;
  font-weight: 700 !important; font-size: 0.84rem !important;
  box-shadow: 0 4px 18px rgba(124,58,237,0.38); transition: all var(--tr) !important;
}
.nav-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(124,58,237,0.52) !important; }
.nav-cta-btn::after { display: none !important; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; background: none; border: none; padding: 5px; }
.hamburger span { width: 26px; height: 2.5px; background: var(--txt); border-radius: 2px; transition: var(--tr); display: block; }

/* Mobile menu */
.mob-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
  border-bottom: 1.5px solid var(--brd); padding: 28px 5%;
  z-index: 999; flex-direction: column; gap: 18px;
  box-shadow: 0 8px 32px rgba(124,58,237,0.1);
}
.mob-menu.open { display: flex; }
.mob-menu a { font-size: 1rem; color: var(--txt2); font-weight: 600; transition: color var(--tr); }
.mob-menu a:hover { color: var(--p); }

/* ════════════════ BUTTONS ════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 50px;
  font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; border: none; transition: all var(--tr); letter-spacing: 0.01em;
  position: relative; overflow: hidden; text-decoration: none;
}
.btn-p    { background: linear-gradient(135deg, var(--p), var(--p2));    color: #fff; box-shadow: 0 4px 20px rgba(124,58,237,0.38); }
.btn-p:hover  { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(124,58,237,0.5); }
.btn-pk   { background: linear-gradient(135deg, var(--pk), var(--pk2));   color: #fff; box-shadow: 0 4px 20px rgba(244,63,142,0.35); }
.btn-pk:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(244,63,142,0.48); }
.btn-or   { background: linear-gradient(135deg, var(--or), var(--or2));   color: #fff; box-shadow: 0 4px 20px rgba(255,107,43,0.35); }
.btn-or:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(255,107,43,0.48); }
.btn-tl   { background: linear-gradient(135deg, var(--tl), var(--tl2));   color: #fff; box-shadow: 0 4px 20px rgba(14,165,233,0.35); }
.btn-tl:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(14,165,233,0.48); }
.btn-em   { background: linear-gradient(135deg, var(--em), #059669);      color: #fff; box-shadow: 0 4px 20px rgba(16,185,129,0.35); }
.btn-em:hover { transform: translateY(-3px); }
.btn-out  { background: transparent; color: var(--p); border: 2px solid rgba(124,58,237,0.3); }
.btn-out:hover { background: rgba(124,58,237,0.06); border-color: var(--p); transform: translateY(-3px); }
.btn-w    { background: #fff; color: var(--p); box-shadow: 0 4px 16px rgba(0,0,0,0.1); font-weight: 800; }
.btn-w:hover  { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn-wa   { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; box-shadow: 0 4px 18px rgba(37,211,102,0.32); }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(37,211,102,0.45); }
.btn-sm { padding: 9px 20px; font-size: 0.81rem; }
.btn-xs { padding: 7px 16px; font-size: 0.76rem; }

/* ════════════════ SECTIONS ════════════════ */
.fg-section { padding: 90px 5%; }
.fg-section-sm { padding: 70px 5%; }
.bg-bg2  { background: var(--bg2); }
.bg-bg3  { background: var(--bg3); }
.bg-bg4  { background: var(--bg4); }
.bg-white { background: var(--white); }

.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(124,58,237,0.08); border: 1.5px solid rgba(124,58,237,0.18);
  color: var(--p); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 50px; margin-bottom: 18px;
}
.sec-label::before { content: '✦'; font-size: 0.5rem; color: var(--pk); }
.sec-title { font-size: clamp(1.9rem, 3.8vw, 3rem); margin-bottom: 16px; color: var(--txt); }
.sec-sub   { color: var(--txt3); font-size: 0.98rem; max-width: 560px; line-height: 1.78; font-weight: 500; }
.text-center { text-align: center; }
.text-center .sec-sub { margin: 0 auto; }

/* ════════════════ HERO ════════════════ */
.hero-section {
  min-height: calc(100vh - 72px);
  display: flex; align-items: center;
  padding: 70px 5% 50px;
  position: relative; overflow: hidden;
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: linear-gradient(rgba(124,58,237,0.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(124,58,237,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black, transparent);
}
.particles-wrap { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.p-dot { position: absolute; border-radius: 50%; animation: particleFloat linear infinite; }
@keyframes particleFloat {
  0%   { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(-100px) rotate(720deg); opacity: 0; }
}
.hero-shapes { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-shape { position: absolute; animation: shapeFloat ease-in-out infinite; }
@keyframes shapeFloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(10deg); } }
.hero-blobs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); animation: blobMove ease-in-out infinite; }
@keyframes blobMove { 0%, 100% { transform: translate(0,0); } 33% { transform: translate(20px,-15px); } 66% { transform: translate(-15px,20px); } }

.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; width: 100%; position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, rgba(124,58,237,0.1), rgba(244,63,142,0.07));
  border: 1.5px solid rgba(124,58,237,0.22); color: var(--p);
  font-size: 0.73rem; font-weight: 700; padding: 8px 20px; border-radius: 50px;
  margin-bottom: 22px; letter-spacing: 0.07em; text-transform: uppercase;
  animation: slideIn 0.7s both;
}
.live-dot { width: 8px; height: 8px; background: #22C55E; border-radius: 50%; box-shadow: 0 0 10px rgba(34,197,94,0.7); animation: ldot 2s infinite; display: inline-block; }
@keyframes ldot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }
.hero-content h1 { font-size: clamp(2.6rem, 5.5vw, 4.6rem); color: var(--txt); margin-bottom: 20px; letter-spacing: -1.5px; line-height: 1.06; animation: slideIn 0.7s 0.1s both; }
.hero-sub { font-size: 1.05rem; color: var(--txt2); max-width: 510px; line-height: 1.82; margin-bottom: 34px; animation: slideIn 0.7s 0.2s both; font-weight: 500; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: slideIn 0.7s 0.3s both; }
.hero-stats {
  display: flex; gap: 28px; margin-top: 44px; flex-wrap: wrap;
  animation: slideIn 0.7s 0.44s both;
  padding: 20px 24px; background: #fff; border-radius: 16px;
  border: 1.5px solid var(--brd); box-shadow: var(--sh);
}
.stat-num { font-family: 'Baloo 2', sans-serif; font-size: 1.9rem; font-weight: 800; line-height: 1; }
.stat-lbl { font-size: 0.7rem; color: var(--txt3); letter-spacing: 0.04em; font-weight: 600; }
.stat-div { width: 1px; background: var(--brd); align-self: stretch; margin: 4px 0; }
@keyframes slideIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Hero Visual / Dashboard */
.hero-visual { animation: slideIn 0.7s 0.38s both; position: relative; }
.hero-dash-card {
  background: #fff; border-radius: 24px; padding: 26px;
  box-shadow: var(--sh2); border: 1.5px solid rgba(124,58,237,0.1);
  position: relative; overflow: hidden;
}
.hero-dash-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--p), var(--pk), var(--or), var(--tl), var(--em)); }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.dash-title { font-family: 'Baloo 2', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--txt); }
.live-tag { display: inline-flex; align-items: center; gap: 5px; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.25); color: #16A34A; font-size: 0.66rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.06em; }
.metric-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-radius: 12px; margin-bottom: 9px; transition: all var(--tr); }
.metric-row:hover { transform: translateX(4px); }
.metric-label { font-size: 0.74rem; color: var(--txt3); font-weight: 600; }
.metric-val   { font-family: 'Baloo 2', sans-serif; font-size: 1.3rem; font-weight: 800; }
.metric-chg   { font-size: 0.67rem; font-weight: 700; padding: 3px 9px; border-radius: 8px; background: rgba(34,197,94,0.1); color: #16A34A; }
.spark-box { background: var(--bg); border-radius: 14px; padding: 14px; margin-top: 12px; border: 1.5px solid var(--brd); }
.spark-title { font-size: 0.67rem; color: var(--txt3); font-weight: 700; margin-bottom: 10px; letter-spacing: 0.05em; text-transform: uppercase; }
.spark-bars { display: flex; align-items: flex-end; gap: 6px; height: 52px; }
.spark-bar { border-radius: 5px 5px 0 0; flex: 1; min-width: 0; transition: height 0.7s ease; }
.float-card-1 { position: absolute; top: -18px; right: -16px; background: #fff; border-radius: 14px; padding: 12px 16px; box-shadow: 0 8px 28px rgba(124,58,237,0.2); border: 1.5px solid rgba(124,58,237,0.12); animation: fc1Anim 4s ease-in-out infinite; z-index: 2; }
@keyframes fc1Anim { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-8px) rotate(2deg); } }
.float-card-2 { position: absolute; bottom: -18px; left: -16px; background: #fff; border-radius: 14px; padding: 12px 16px; box-shadow: 0 8px 28px rgba(244,63,142,0.2); border: 1.5px solid rgba(244,63,142,0.12); animation: fc2Anim 4.5s ease-in-out infinite; animation-delay: -2s; z-index: 2; }
@keyframes fc2Anim { 0%, 100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(8px) rotate(-2deg); } }
.fc-label { font-size: 0.62rem; color: var(--txt3); font-weight: 600; }
.fc-val   { font-family: 'Baloo 2', sans-serif; font-size: 1rem; font-weight: 800; }

/* ════════ TRUST STRIP ════════ */
.trust-strip { padding: 22px 5%; background: #fff; border-top: 1.5px solid var(--brd); border-bottom: 1.5px solid var(--brd); box-shadow: 0 2px 12px rgba(124,58,237,0.04); }
.trust-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.trust-label { font-size: 0.68rem; color: var(--txt3); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.trust-sep   { width: 1px; height: 24px; background: var(--brd); flex-shrink: 0; }
.trust-logos { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.logo-chip {
  background: rgba(124,58,237,0.06); border: 1.5px solid rgba(124,58,237,0.12);
  border-radius: 10px; padding: 7px 18px;
  font-family: 'Baloo 2', sans-serif; font-size: 0.76rem; font-weight: 700;
  color: rgba(124,58,237,0.4); letter-spacing: 0.06em; transition: all var(--tr);
}
.logo-chip:hover { color: var(--p); border-color: rgba(124,58,237,0.3); background: rgba(124,58,237,0.09); }

/* ════════ CARDS ════════ */
.fg-card { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 28px; transition: all var(--tr); position: relative; overflow: hidden; box-shadow: 0 4px 16px rgba(124,58,237,0.05); }
.fg-card:hover { transform: translateY(-6px); box-shadow: var(--sh2); border-color: rgba(124,58,237,0.25); }
.fg-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--card-grad, linear-gradient(90deg,var(--p),var(--pk))); transform: scaleX(0); transform-origin: left; transition: transform var(--tr); }
.fg-card:hover::before { transform: scaleX(1); }

/* ════════ SERVICE PREVIEW GRID ════════ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.svc-card-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; transition: transform var(--tr); }
.fg-card:hover .svc-card-icon { transform: scale(1.12) rotate(-6deg); }
.svc-card-title { font-family: 'Baloo 2', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 7px; color: var(--txt); }
.svc-card-desc  { font-size: 0.8rem; color: var(--txt3); line-height: 1.65; flex: 1; font-weight: 500; }
.svc-card-link  { display: inline-flex; align-items: center; gap: 5px; font-size: 0.78rem; font-weight: 700; margin-top: 14px; transition: gap var(--tr); }
.svc-card-link:hover { gap: 9px; }
.svc-tags { display: flex; gap: 5px; flex-wrap: wrap; margin: 11px 0 14px; }
.svc-tag  { background: rgba(124,58,237,0.07); border: 1px solid rgba(124,58,237,0.15); color: var(--p); font-size: 0.63rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; letter-spacing: 0.04em; }

/* ════════ WHY US / DASHBOARD ════════ */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-item { display: flex; gap: 15px; padding: 18px; background: #fff; border: 1.5px solid var(--brd); border-radius: 16px; transition: all var(--tr); margin-bottom: 13px; box-shadow: 0 2px 10px rgba(124,58,237,0.04); }
.why-item:hover { transform: translateX(6px); box-shadow: 0 8px 24px rgba(124,58,237,0.1); border-color: rgba(124,58,237,0.22); }
.why-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.why-text h4 { font-family: 'Baloo 2', sans-serif; font-size: 0.9rem; margin-bottom: 3px; color: var(--txt); }
.why-text p  { font-size: 0.79rem; color: var(--txt3); line-height: 1.6; font-weight: 500; }
.dash-card { background: #fff; border-radius: 24px; padding: 26px; box-shadow: var(--sh2); border: 1.5px solid rgba(124,58,237,0.1); position: relative; overflow: hidden; }
.dash-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--p), var(--pk), var(--or), var(--tl)); }
.dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.dash-metric { border-radius: 12px; padding: 13px; border: 1.5px solid transparent; }
.dm-label { font-size: 0.63rem; color: var(--txt3); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.dm-value { font-family: 'Baloo 2', sans-serif; font-size: 1.45rem; font-weight: 800; color: var(--txt); }
.dm-change { font-size: 0.66rem; font-weight: 700; margin-top: 2px; }
.prog-row  { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.prog-label { font-size: 0.69rem; color: var(--txt3); width: 82px; flex-shrink: 0; font-weight: 600; }
.prog-track { flex: 1; height: 7px; background: rgba(124,58,237,0.07); border-radius: 4px; overflow: hidden; }
.prog-bar   { height: 100%; border-radius: 4px; }
.prog-val   { font-size: 0.67rem; font-weight: 700; width: 32px; text-align: right; color: var(--p); }

/* ════════ FLYER SECTION ════════ */
.flyer-section { padding: 80px 5%; background: linear-gradient(135deg, #F5F0FF 0%, #FAEEFF 40%, #FFF0F8 70%, #FFF8F0 100%); }
.flyer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.address-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: #fff; border-radius: 13px; border: 1.5px solid var(--brd); box-shadow: 0 2px 10px rgba(124,58,237,0.05); margin-bottom: 12px; }
.address-ico  { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.address-type { font-size: 0.7rem; color: var(--txt3); font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.address-val  { font-size: 0.85rem; color: var(--txt); font-weight: 600; }
.flyer-card { background: #fff; border-radius: 24px; padding: 36px; box-shadow: var(--sh2); border: 2px solid rgba(124,58,237,0.12); position: relative; overflow: hidden; }
.flyer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--p), var(--pk), var(--or)); }
.flyer-badge { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--p), var(--pk)); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; letter-spacing: 0.07em; text-transform: uppercase; box-shadow: 0 4px 14px rgba(124,58,237,0.4); }
.flyer-title { font-size: 1.5rem; font-family: 'Baloo 2', sans-serif; color: var(--txt); margin-bottom: 8px; font-weight: 800; }
.flyer-desc  { font-size: 0.85rem; color: var(--txt3); line-height: 1.7; margin-bottom: 22px; font-weight: 500; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.feature-pill  { background: var(--bg); border: 1.5px solid var(--brd); border-radius: 50px; padding: 6px 14px; font-size: 0.76rem; font-weight: 600; color: var(--p); display: flex; align-items: center; gap: 6px; }
.orbit-wrap { position: absolute; top: -20px; right: -20px; width: 160px; height: 160px; animation: orbitRotate 20s linear infinite; }
@keyframes orbitRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.orbit-dot { position: absolute; width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: 0 4px 16px rgba(124,58,237,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; top: 50%; left: 50%; }
.orbit-dot:nth-child(1) { transform: rotate(0deg)   translateX(65px) translateY(-50%); }
.orbit-dot:nth-child(2) { transform: rotate(120deg) translateX(65px) translateY(-50%); }
.orbit-dot:nth-child(3) { transform: rotate(240deg) translateX(65px) translateY(-50%); }

/* ════════ PACKAGES ════════ */
.packages-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 52px; }
.pkg-card { background: #fff; border: 1.5px solid var(--brd); border-radius: 22px; padding: 24px 20px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: all var(--tr); box-shadow: 0 4px 16px rgba(124,58,237,0.05); }
.pkg-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--pkg-top, linear-gradient(90deg, var(--p), var(--pk))); }
.pkg-card:hover  { transform: translateY(-8px); box-shadow: var(--sh2); }
.pkg-card.featured { background: linear-gradient(160deg, rgba(124,58,237,0.07), rgba(244,63,142,0.04), #fff); border: 2px solid var(--p); transform: scale(1.04); }
.pkg-card.featured:hover { transform: scale(1.04) translateY(-8px); }
.pkg-popular { position: absolute; top: 14px; right: 14px; background: linear-gradient(135deg, var(--or), var(--pk)); color: #fff; font-size: 0.6rem; font-weight: 800; padding: 4px 11px; border-radius: 50px; letter-spacing: 0.06em; box-shadow: 0 4px 12px rgba(255,107,43,0.38); }
.pkg-icon  { font-size: 1.9rem; margin-bottom: 11px; }
.pkg-name  { font-size: 0.66rem; color: var(--txt3); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; }
.pkg-price { font-family: 'Baloo 2', sans-serif; font-size: 1.95rem; font-weight: 800; color: var(--txt); line-height: 1; margin-bottom: 3px; }
.pkg-price sup { font-size: 0.9rem; vertical-align: top; margin-top: 5px; display: inline-block; }
.pkg-price sub { font-size: 0.8rem; font-weight: 500; color: var(--txt3); }
.pkg-setup  { font-size: 0.66rem; color: var(--txt3); margin-bottom: 4px; font-weight: 500; }
.pkg-desc   { font-size: 0.74rem; color: var(--txt3); line-height: 1.55; margin: 11px 0 0; padding-top: 11px; border-top: 1px solid var(--brd); flex: 1; font-weight: 500; }
.pkg-feats  { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 12px 0 18px; }
.pkg-feats li { display: flex; gap: 7px; font-size: 0.74rem; color: var(--txt2); align-items: flex-start; font-weight: 600; }
.pkg-check  { font-size: 0.64rem; font-weight: 800; margin-top: 2px; flex-shrink: 0; }
.pkg-card.featured .pkg-price { background: linear-gradient(135deg, var(--p), var(--pk)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pkg-note   { text-align: center; margin-top: 30px; font-size: 0.78rem; color: var(--txt3); font-weight: 500; }
.pkg-note a { color: var(--pk); cursor: pointer; text-decoration: underline; font-weight: 700; }

/* ════════ TESTIMONIALS ════════ */
.testis-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.testi-card  { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 26px; transition: all var(--tr); position: relative; overflow: hidden; box-shadow: 0 3px 14px rgba(124,58,237,0.05); }
.testi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--tc-grad, linear-gradient(90deg, var(--p), var(--pk))); }
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--sh2); border-color: rgba(124,58,237,0.2); }
.testi-stars { color: var(--gd); font-size: 0.88rem; letter-spacing: 3px; margin-bottom: 12px; }
.testi-text  { font-size: 0.84rem; color: var(--txt2); line-height: 1.78; margin-bottom: 18px; font-weight: 500; font-style: italic; }
.testi-auth  { display: flex; align-items: center; gap: 13px; }
.testi-av    { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: 'Baloo 2', sans-serif; font-size: 0.9rem; font-weight: 800; color: #fff; }
.testi-name  { font-weight: 700; font-size: 0.87rem; color: var(--txt); font-family: 'Baloo 2', sans-serif; }
.testi-role  { font-size: 0.7rem; color: var(--txt3); font-weight: 500; }

/* ════════ CTA BANNER ════════ */
.cta-banner {
  margin: 0 5% 80px; border-radius: 28px; padding: 66px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 36px;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #6C3FF5 0%, #9333EA 30%, #F43F8E 65%, #FF6B2B 100%);
  box-shadow: 0 24px 60px rgba(124,58,237,0.38), 0 0 0 1px rgba(255,255,255,0.1) inset;
}
.cta-banner::before { content: ''; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 65%); }
.cta-banner::after  { content: ''; position: absolute; left: -30px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 65%); }
.cta-left  { position: relative; z-index: 1; }
.cta-left h2 { font-size: clamp(1.6rem, 2.7vw, 2.3rem); color: #fff; margin-bottom: 7px; font-family: 'Baloo 2', sans-serif; }
.cta-left p  { color: rgba(255,255,255,0.8); font-size: 0.95rem; font-weight: 500; }
.cta-right   { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; position: relative; z-index: 1; }

/* ════════ PAGE TEMPLATES ════════ */
.page-hero   { padding: 76px 5% 36px; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.6rem); margin-bottom: 14px; letter-spacing: -1px; }
.cat-head    { display: flex; align-items: center; gap: 18px; margin: 64px 0 28px; }
.cat-head h2 { font-size: 1.5rem; white-space: nowrap; font-family: 'Baloo 2', sans-serif; color: var(--txt); font-weight: 800; }
.cat-line    { flex: 1; height: 2px; background: linear-gradient(90deg, rgba(124,58,237,0.25), transparent); border-radius: 1px; }

/* TRAINING */
.trn-top { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.trn-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,107,43,0.09); border: 1.5px solid rgba(255,107,43,0.22); color: var(--or); font-size: 0.68rem; font-weight: 700; padding: 7px 18px; border-radius: 50px; margin-bottom: 20px; letter-spacing: 0.1em; text-transform: uppercase; }
.mod-list  { display: flex; flex-direction: column; gap: 8px; }
.mod-item  { display: flex; align-items: center; gap: 13px; padding: 13px 17px; background: #fff; border: 1.5px solid var(--brd); border-radius: 13px; transition: all var(--tr); box-shadow: 0 2px 8px rgba(124,58,237,0.04); }
.mod-item:hover { border-color: rgba(124,58,237,0.28); transform: translateX(4px); box-shadow: 0 6px 20px rgba(124,58,237,0.09); }
.mod-num   { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--p), var(--pk)); font-family: 'Baloo 2', sans-serif; font-size: 0.82rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.mod-title { font-size: 0.84rem; color: var(--txt); font-weight: 700; font-family: 'Baloo 2', sans-serif; }
.mod-dur   { font-size: 0.68rem; color: var(--txt3); font-weight: 500; }
.whom-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }
.whom-card { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 26px; text-align: center; transition: all var(--tr); box-shadow: 0 2px 10px rgba(124,58,237,0.04); }
.whom-card:hover { transform: translateY(-5px); box-shadow: var(--sh2); }
.curr-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 48px; }
.curr-card { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 24px; transition: all var(--tr); box-shadow: 0 2px 10px rgba(124,58,237,0.04); }
.curr-card:hover { transform: translateY(-4px); box-shadow: var(--sh2); }
.curr-week  { font-size: 0.64rem; color: var(--p); font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 6px; }
.curr-title { font-family: 'Baloo 2', sans-serif; font-size: 0.93rem; font-weight: 700; margin-bottom: 11px; color: var(--txt); }
.curr-topics { display: flex; flex-direction: column; gap: 6px; }
.curr-topic  { font-size: 0.76rem; color: var(--txt3); display: flex; gap: 7px; align-items: flex-start; font-weight: 500; }
.curr-topic::before { content: '›'; color: var(--p); font-weight: 900; flex-shrink: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.price-card   { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 30px; display: flex; flex-direction: column; transition: all var(--tr); position: relative; box-shadow: 0 3px 14px rgba(124,58,237,0.05); }
.price-card.feat { background: linear-gradient(160deg, rgba(124,58,237,0.06), rgba(244,63,142,0.03), #fff); border: 2px solid var(--p); }
.price-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--p), var(--pk)); color: #fff; font-size: 0.62rem; font-weight: 800; padding: 5px 18px; border-radius: 0 0 14px 14px; letter-spacing: 0.06em; }
.price-plan  { font-size: 0.66rem; color: var(--txt3); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; font-weight: 700; }
.price-amt   { font-family: 'Baloo 2', sans-serif; font-size: 2.1rem; font-weight: 800; color: var(--txt); margin-bottom: 4px; }
.price-amt span { font-size: 0.86rem; color: var(--txt3); font-weight: 500; }
.price-desc  { font-size: 0.78rem; color: var(--txt3); margin: 11px 0; padding-bottom: 11px; border-bottom: 1px solid var(--brd); line-height: 1.6; font-weight: 500; }
.price-feats { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; flex: 1; }
.price-feats li { display: flex; gap: 8px; font-size: 0.77rem; color: var(--txt2); font-weight: 600; }
.price-feats li::before { content: '✓'; color: var(--em); font-weight: 900; flex-shrink: 0; }

/* ABOUT */
.about-top    { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.about-para   { color: var(--txt3); font-size: 0.91rem; line-height: 1.82; margin-bottom: 14px; font-weight: 500; }
.about-metrics { display: flex; flex-direction: column; gap: 9px; }
.about-metric  { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #fff; border: 1.5px solid var(--brd); border-radius: 13px; transition: all var(--tr); box-shadow: 0 2px 8px rgba(124,58,237,0.04); }
.about-metric:hover { transform: translateX(5px); box-shadow: 0 7px 22px rgba(124,58,237,0.1); border-color: rgba(124,58,237,0.24); }
.am-label  { font-size: 0.78rem; color: var(--txt3); font-weight: 600; }
.am-value  { font-family: 'Baloo 2', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--p); }
.mv-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
.mv-card   { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 30px; transition: all var(--tr); box-shadow: 0 3px 12px rgba(124,58,237,0.05); }
.mv-card:hover { transform: translateY(-5px); box-shadow: var(--sh2); }
.vals-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-top: 48px; }
.val-card  { background: #fff; border: 1.5px solid var(--brd); border-radius: var(--r); padding: 22px; text-align: center; transition: all var(--tr); box-shadow: 0 2px 10px rgba(124,58,237,0.04); }
.val-card:hover { transform: translateY(-5px); box-shadow: var(--sh2); }
.val-icon  { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin: 0 auto 12px; }
.founder-card { background: #fff; border: 1.5px solid var(--brd); border-radius: 24px; padding: 46px; display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: start; max-width: 820px; margin: 0 auto; transition: all var(--tr); box-shadow: var(--sh); }
.founder-card:hover { box-shadow: var(--sh2); }
.founder-av { width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, var(--p), var(--pk), var(--or)); display: flex; align-items: center; justify-content: center; font-family: 'Baloo 2', sans-serif; font-size: 2.3rem; font-weight: 800; color: #fff; box-shadow: 0 10px 36px rgba(124,58,237,0.4), 0 0 0 4px rgba(124,58,237,0.12); flex-shrink: 0; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.company-card { background: linear-gradient(135deg, var(--p), var(--pk)); border-radius: 22px; padding: 28px; color: #fff; position: relative; overflow: hidden; box-shadow: 0 12px 36px rgba(124,58,237,0.38); }
.company-card::before { content: ''; position: absolute; right: -30px; top: -30px; width: 140px; height: 140px; border-radius: 50%; background: rgba(255,255,255,0.1); }
.company-card::after  { content: ''; position: absolute; left: -20px; bottom: -20px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,0.07); }
.company-name { font-family: 'Baloo 2', sans-serif; font-size: 1.2rem; font-weight: 800; margin-bottom: 4px; position: relative; z-index: 1; }
.company-tag  { font-size: 0.72rem; opacity: 0.8; margin-bottom: 14px; position: relative; z-index: 1; font-weight: 500; }
.company-addr { font-size: 0.78rem; opacity: 0.9; line-height: 1.7; position: relative; z-index: 1; font-weight: 500; }
.company-addr strong { display: block; font-size: 0.75rem; opacity: 0.7; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 10px; margin-bottom: 2px; }
.contact-items { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.contact-item  { display: flex; gap: 15px; align-items: flex-start; padding: 16px; background: #fff; border: 1.5px solid var(--brd); border-radius: 13px; transition: all var(--tr); box-shadow: 0 2px 8px rgba(124,58,237,0.04); }
.contact-item:hover { transform: translateX(5px); box-shadow: 0 7px 22px rgba(124,58,237,0.1); border-color: rgba(124,58,237,0.24); }
.contact-ico  { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-lbl  { font-size: 0.66rem; color: var(--txt3); letter-spacing: 0.09em; text-transform: uppercase; margin-bottom: 3px; font-weight: 700; }
.contact-val  { font-size: 0.9rem; color: var(--txt); font-weight: 700; }
.contact-val.small { font-size: 0.82rem; }
.wa-box { background: rgba(37,211,102,0.06); border: 1.5px solid rgba(37,211,102,0.2); border-radius: 13px; padding: 18px; margin-top: 14px; display: flex; align-items: center; gap: 14px; }
.contact-form-wrap  { background: #fff; border: 1.5px solid var(--brd); border-radius: 24px; overflow: hidden; box-shadow: var(--sh2); }
.form-color-bar { height: 5px; background: linear-gradient(90deg, var(--p), var(--pk), var(--or), var(--tl), var(--em)); }
.contact-form-body { padding: 36px; }
.form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group label { font-size: 0.7rem; color: var(--txt2); font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg); border: 1.5px solid rgba(124,58,237,0.14);
  color: var(--txt); border-radius: 11px; padding: 11px 15px;
  font-family: 'Poppins', sans-serif; font-size: 0.87rem; font-weight: 500;
  transition: all var(--tr); outline: none; width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--p); background: #fff; box-shadow: 0 0 0 4px rgba(124,58,237,0.08); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-success { display: none; text-align: center; padding: 14px; background: rgba(16,185,129,0.08); border: 1.5px solid rgba(16,185,129,0.2); border-radius: 11px; color: #059669; font-weight: 700; margin-top: 12px; font-size: 0.85rem; }

/* ════════ FOOTER ════════ */
#fg-footer { background: var(--txt); padding: 64px 5% 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 46px; }
.footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.52); line-height: 1.75; max-width: 280px; margin-top: 14px; font-weight: 500; }
.footer-brand .contact-info { margin-top: 10px; font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.footer-col h4 { font-size: 0.64rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.32); margin-bottom: 18px; }
.footer-links    { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a  { font-size: 0.8rem; color: rgba(255,255,255,0.52); transition: color var(--tr); display: flex; align-items: center; gap: 5px; font-weight: 500; }
.footer-links a::before { content: '›'; color: rgba(124,58,237,0.55); font-size: 0.7rem; }
.footer-links a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.38); font-weight: 500; }
.footer-bottom a { color: var(--pk); text-decoration: underline; }
.social-row  { display: flex; gap: 8px; }
.social-btn  { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; cursor: pointer; transition: all var(--tr); text-decoration: none; }
.social-btn:hover { background: rgba(124,58,237,0.4); border-color: rgba(124,58,237,0.6); transform: translateY(-2px); }

/* WA FLOAT */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, #25D366, #128C7E); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; cursor: pointer; box-shadow: 0 8px 28px rgba(37,211,102,0.4); transition: all var(--tr); text-decoration: none; animation: waP 3s ease-in-out infinite; }
@keyframes waP { 0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.25); } 55% { box-shadow: 0 8px 28px rgba(37,211,102,0.4), 0 0 0 14px rgba(37,211,102,0); } }
.wa-float:hover { transform: scale(1.1); }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1024px) {
  .packages-grid { grid-template-columns: repeat(2,1fr); }
  .pkg-card.featured { transform: none; }
  .pkg-card.featured:hover { transform: translateY(-8px); }
}
@media (max-width: 900px) {
  #fg-nav .nav-menu { display: none; }
  .hamburger { display: flex; }
  .hero-inner, .trn-top, .about-top, .contact-grid, .founder-card,
  .flyer-grid, .why-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .services-grid, .testis-grid, .whom-grid, .curr-grid,
  .pricing-grid, .vals-grid, .mv-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner { flex-direction: column; text-align: center; padding: 44px 26px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .fg-section { padding: 60px 5%; }
  .packages-grid, .services-grid, .testis-grid, .whom-grid,
  .curr-grid, .pricing-grid, .vals-grid, .mv-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-inner h1 { font-size: 2.4rem; letter-spacing: -1px; }
  .cta-banner { margin: 0 0 52px; border-radius: 20px; padding: 36px 20px; }
}

/* WordPress specific */
.wp-block-image img { border-radius: 12px; }
.alignnone, .alignleft, .alignright { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
