/* ===== CLICKTOGROW - SHARED STYLES ===== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,400;0,500;1,400&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --navy:#0B1437;--navy-light:#162050;--green:#1DB954;--green-dark:#14913D;
  --green-light:#E8F9EE;--accent:#FF6B35;--white:#FFFFFF;
  --gray-50:#F8FAFB;--gray-100:#F0F4F6;--gray-200:#E2E8F0;--gray-300:#CBD5E1;
  --gray-500:#64748B;--gray-700:#334155;--gray-900:#0F172A;
}
body{font-family:'DM Sans',sans-serif;background:#fff;color:var(--gray-900);overflow-x:hidden;line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:'Outfit',sans-serif}
a{text-decoration:none}
img{max-width:100%}

/* NAV */
nav{background:#0B1437;border-bottom:1px solid rgba(255,255,255,0.08);padding:0 6%;position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;height:86px;box-shadow:0 2px 20px rgba(0,0,0,0.3)}
.logo{display:flex;align-items:center;gap:10px;font-family:'Outfit',sans-serif;font-weight:800;font-size:22px;color:var(--navy)}
.logo span{color:var(--green)}
.logo img{height:84px;width:auto;object-fit:contain}
.nav-links{display:flex;gap:30px;list-style:none}
.nav-links a{color:rgba(255,255,255,0.8);font-size:15px;font-weight:500;transition:color 0.2s;padding:4px 0;border-bottom:2px solid transparent}
.nav-links a:hover,.nav-links a.active{color:var(--green);border-bottom-color:var(--green)}
.nav-cta{background:var(--navy);color:#fff!important;padding:10px 22px;border-radius:8px;font-weight:600;font-size:14px;border-bottom:none!important;transition:background 0.2s!important}
.nav-cta:hover{background:var(--green)!important}

/* BUTTONS */
.btn-primary{background:var(--green);color:#fff;padding:13px 26px;border-radius:8px;font-weight:600;font-size:15px;display:inline-block;transition:all 0.2s}
.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}
.btn-secondary{background:var(--navy);color:#fff;padding:13px 26px;border-radius:8px;font-weight:600;font-size:15px;display:inline-block;transition:all 0.2s}
.btn-secondary:hover{background:var(--navy-light);transform:translateY(-1px)}
.btn-outline-dark{background:transparent;color:var(--navy);padding:13px 26px;border-radius:8px;font-weight:600;font-size:15px;display:inline-block;border:2px solid var(--navy);transition:all 0.2s}
.btn-outline-dark:hover{background:var(--navy);color:#fff}
.btn-outline-white{background:transparent;color:#fff;padding:13px 26px;border-radius:8px;font-weight:600;font-size:15px;display:inline-block;border:2px solid rgba(255,255,255,0.4);transition:all 0.2s}
.btn-outline-white:hover{border-color:#fff;background:rgba(255,255,255,0.08)}
.btn-whatsapp{background:#25D366;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:10px;transition:all 0.2s}
.btn-whatsapp:hover{background:#1ebe5d;transform:translateY(-1px)}

/* PAGE BANNER */
.page-banner{background:var(--navy);padding:72px 6%;text-align:center;position:relative;overflow:hidden}
.page-banner::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(29,185,84,0.1) 0%,transparent 70%);top:-100px;right:-50px;pointer-events:none}
.page-banner .breadcrumb{font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:14px;position:relative}
.page-banner .breadcrumb a{color:var(--green)}
.page-banner h1{font-size:44px;font-weight:800;color:#fff;margin-bottom:14px;position:relative}
.page-banner h1 span{color:var(--green)}
.page-banner p{font-size:17px;color:rgba(255,255,255,0.65);max-width:560px;margin:0 auto;position:relative}

/* SECTION COMMON */
.section-tag{display:inline-block;background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:5px 14px;border-radius:100px;margin-bottom:14px}
.section-heading{font-size:38px;font-weight:800;color:var(--navy);line-height:1.2}
.section-sub{font-size:16px;color:var(--gray-500);line-height:1.7;margin-top:10px}
.section-center{text-align:center}
.section-center .section-heading,.section-center .section-sub{max-width:580px;margin-left:auto;margin-right:auto}

/* TRUST BAR */
.trust-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-100);padding:16px 6%;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-500);font-weight:500}
.trust-dot{width:7px;height:7px;background:var(--green);border-radius:50%;flex-shrink:0}

/* CTA SECTION */
.cta-section{background:var(--navy);padding:90px 6%;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(29,185,84,0.1) 0%,transparent 70%);top:-150px;right:-100px;pointer-events:none}
.cta-section h2{font-size:42px;font-weight:800;color:#fff;margin-bottom:14px;position:relative}
.cta-section h2 span{color:var(--green)}
.cta-section p{font-size:17px;color:rgba(255,255,255,0.6);margin-bottom:36px;max-width:520px;margin-left:auto;margin-right:auto;position:relative}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative}

/* FOOTER */
footer{background:#060E20;padding:64px 6% 32px;color:rgba(255,255,255,0.6)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:48px}
.footer-logo{font-family:'Outfit',sans-serif;font-weight:800;font-size:22px;color:#fff;margin-bottom:12px;display:block}
.footer-logo span{color:var(--green)}
.footer-brand p{font-size:14px;line-height:1.85;max-width:260px}
.footer-social{display:flex;gap:10px;margin-top:20px}
.social-btn{width:36px;height:36px;background:rgba(255,255,255,0.07);border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.7);font-size:14px;transition:all 0.2s;font-weight:600}
.social-btn:hover{background:var(--green);color:#fff}
footer h4{font-family:'Outfit',sans-serif;font-size:13px;font-weight:700;color:#fff;margin-bottom:18px;text-transform:uppercase;letter-spacing:1px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}
footer ul li a{color:rgba(255,255,255,0.6);font-size:14px;transition:color 0.2s}
footer ul li a:hover{color:var(--green)}
.footer-contact-item{display:flex;gap:10px;align-items:flex-start;font-size:14px;margin-bottom:12px}
.footer-contact-item strong{color:rgba(255,255,255,0.9);display:block;margin-bottom:2px}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:13px}
.footer-bottom span{color:var(--green)}

/* ANIMATIONS */
@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}

/* RESPONSIVE */
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .page-banner h1{font-size:32px}
  .section-heading{font-size:28px}
}
@media(max-width:600px){
  .nav-links{display:none}
  .footer-grid{grid-template-columns:1fr}
  .cta-section h2{font-size:28px}
  .page-banner h1{font-size:26px}
}