/* ════════════════════════════════════════════════════
   Candycode Grocery App – Frontend CSS v2.0
   Mobile-first · 2-column on mobile · App-like feel
   ════════════════════════════════════════════════════ */

:root {
  --c-p:   #16a34a;
  --c-pd:  #15803d;
  --c-pl:  #bbf7d0;
  --c-p10: rgba(22,163,74,.1);
  --c-a:   #f59e0b;
  --c-fh:  'Plus Jakarta Sans', sans-serif;
  --c-fb:  'DM Sans', sans-serif;
  --cgl2-surface: #ffffff;
  --r: 16px;
}

/* ── Scope ── */
.cgl2 *, .cgl2 *::before, .cgl2 *::after { box-sizing: border-box; }
.cgl2 { font-family: var(--c-fb); -webkit-font-smoothing: antialiased; }
.cgl2-container { max-width: 1160px; margin: 0 auto; padding: 0 16px; }

/* Section Heading */
.cgl2-sh { text-align: center; margin-bottom: 2.5rem; }
.cgl2-sh h2 {
    font-family: var(--c-fh); font-size: clamp(1.65rem, 4.5vw, 2.8rem);
    font-weight: 800; color: #0f172a; margin: 0 0 .7rem; line-height: 1.15;
}
.cgl2-sh p { font-size: 1rem; color: #64748b; max-width: 580px; margin: 0 auto; line-height: 1.65; }
.cgl2-sh-light h2 { color: #fff; }
.cgl2-sh-light p  { color: rgba(255,255,255,.65); }
.cgl2-sh-left     { text-align: left; }
.cgl2-sh-left p   { margin-left: 0; }

/* Reveal animation */
.cgl2-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.cgl2-reveal.in { opacity: 1; transform: translateY(0); }

/* Extra SC */
.cgl2-extra { width: 100%; }

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.cgl2-hero {
    position: relative; overflow: hidden;
    padding-bottom: 0; min-height: 100svh;
    display: flex; flex-direction: column;
}
/* Decorative blobs */
.cgl2-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.cgl2-blob1 {
    top: -15%; right: -10%; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(34,197,94,.15) 0%, transparent 70%);
}
.cgl2-blob2 {
    bottom: 10%; left: -8%; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(245,158,11,.08) 0%, transparent 70%);
}

/* Nav */
.cgl2-nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; position: relative; z-index: 20;
}
.cgl2-nav-brand { display: flex; align-items: center; }
.cgl2-nav-name  { font-family: var(--c-fh); font-weight: 800; font-size: 1.15rem; color: #fff; }
.cgl2-nav-logo  { max-height: 40px; }
.cgl2-nav-links { display: flex; align-items: center; gap: 1.75rem; }
.cgl2-nav-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .9rem; font-weight: 500; }
.cgl2-nav-links a:hover { color: #fff; }
.cgl2-nav-pill {
    background: var(--c-p) !important; color: #fff !important;
    padding: .5rem 1.25rem; border-radius: 50px; font-weight: 700 !important;
    transition: background .2s;
}
.cgl2-nav-pill:hover { background: var(--c-pd) !important; }
.cgl2-nav-ham { display: none; background: none; border: 1px solid rgba(255,255,255,.3); color: #fff; padding: 6px 10px; border-radius: 8px; font-size: 1.1rem; cursor: pointer; }

/* Hero grid */
.cgl2-hero-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 2.5rem; align-items: center; padding: 2.5rem 0 5rem; flex: 1;
}

/* Hero copy */
.cgl2-hero-pill {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3);
    color: #4ade80; padding: .35rem 1rem; border-radius: 50px;
    font-size: .82rem; font-weight: 600; margin-bottom: 1.25rem;
    animation: cgl2Down .6s ease both;
}
.cgl2-pill-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #4ade80;
    animation: cgl2Pulse 1.5s ease-in-out infinite;
}
.cgl2-h1 {
    font-family: var(--c-fh); font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 900; color: #fff; line-height: 1.12; margin: 0 0 1.1rem;
    animation: cgl2Down .7s .1s ease both;
}
.cgl2-h1-hi {
    display: block; color: var(--c-p);
    background: linear-gradient(135deg, var(--c-p), #4ade80);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cgl2-hero-sub {
    color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.75;
    margin: 0 0 1.75rem; max-width: 500px;
    animation: cgl2Down .7s .2s ease both;
}
.cgl2-hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.75rem; animation: cgl2Down .7s .3s ease both; }

/* Trust chips */
.cgl2-trust-chips {
    display: flex; flex-wrap: wrap; gap: .5rem;
    animation: cgl2Down .7s .4s ease both;
}
.cgl2-tc {
    display: inline-flex; align-items: center; gap: .35rem;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.75); padding: .35rem .9rem; border-radius: 50px;
    font-size: .78rem; font-weight: 500;
}
.cgl2-tc span { font-size: 1rem; }

/* Buttons */
.cgl2-btn-primary {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--c-p); color: #fff; text-decoration: none;
    padding: .85rem 1.75rem; border-radius: 50px; font-weight: 700; font-size: .95rem;
    box-shadow: 0 8px 24px rgba(22,163,74,.4); transition: all .25s ease;
}
.cgl2-btn-primary:hover { background: var(--c-pd); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(22,163,74,.5); color: #fff; }
.cgl2-btn-primary svg { transition: transform .2s; }
.cgl2-btn-primary:hover svg { transform: translateX(3px); }
.cgl2-btn-xl { font-size: 1.05rem; padding: 1rem 2rem; }
.cgl2-btn-outline {
    display: inline-flex; align-items: center; gap: .5rem;
    border: 2px solid rgba(255,255,255,.3); color: #fff; text-decoration: none;
    padding: .85rem 1.75rem; border-radius: 50px; font-weight: 600; font-size: .95rem;
    transition: all .25s;
}
.cgl2-btn-outline:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); color: #fff; transform: translateY(-2px); }
.cgl2-btn-wa {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #25d366; color: #fff; text-decoration: none;
    padding: .85rem 1.75rem; border-radius: 50px; font-weight: 700; font-size: .95rem;
    transition: all .25s ease;
}
.cgl2-btn-wa:hover { background: #128c4b; transform: translateY(-2px); color: #fff; }

/* Hero visual */
.cgl2-hero-visual {
    position: relative; display: flex; justify-content: center; align-items: center;
    animation: cgl2Up .8s .2s ease both;
}
.cgl2-phone-shell { position: relative; z-index: 2; }
.cgl2-phone-img   { max-width: 280px; border-radius: 28px; box-shadow: 0 40px 80px rgba(0,0,0,.6); }

/* 3D Phone mock */
.cgl2-phone-3d {
    width: 256px; height: 510px;
    background: #111; border-radius: 36px;
    border: 7px solid #1f1f1f;
    box-shadow: 0 40px 80px rgba(0,0,0,.65), 0 0 0 1px rgba(255,255,255,.04);
    overflow: hidden; position: relative; z-index: 2;
}
.cgl2-p3d-notch {
    position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
    width: 80px; height: 22px; background: #000; border-radius: 12px; z-index: 5;
}
.cgl2-p3d-screen { height: 100%; background: #fff; padding: 2.5rem .6rem .6rem; overflow: hidden; }
.cgl2-p3d-appbar {
    display: flex; align-items: center; justify-content: space-between;
    background: var(--c-p); color: #fff; padding: .6rem .75rem; border-radius: 10px;
    font-weight: 700; font-size: .75rem; margin-bottom: .5rem;
}
.cgl2-p3d-search { background: #f1f5f9; border-radius: 8px; padding: .45rem .75rem; font-size: .68rem; color: #94a3b8; margin-bottom: .5rem; }
.cgl2-p3d-banner {
    background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff;
    border-radius: 8px; padding: .5rem; text-align: center; font-size: .65rem;
    font-weight: 800; letter-spacing: .06em; margin-bottom: .5rem;
}
.cgl2-p3d-cats { display: grid; grid-template-columns: repeat(4,1fr); gap: .3rem; margin-bottom: .5rem; }
.cgl2-p3d-cat { background: #f0fdf4; border-radius: 6px; padding: .3rem; text-align: center; font-size: .55rem; font-weight: 600; color: #166534; }
.cgl2-p3d-label { font-size: .65rem; font-weight: 700; color: #374151; margin-bottom: .3rem; padding-left: .2rem; }
.cgl2-p3d-prods { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.cgl2-p3d-prod { background: #f8fafc; border-radius: 8px; padding: .5rem .4rem; text-align: center; border: 1px solid #e2e8f0; }
.cgl2-p3d-pico  { font-size: 1.3rem; }
.cgl2-p3d-pname { font-size: .6rem; color: #374151; margin: .15rem 0; }
.cgl2-p3d-price { font-size: .65rem; font-weight: 700; color: var(--c-p); }
.cgl2-p3d-add   { background: var(--c-p); color: #fff; width: 18px; height: 18px; border-radius: 50%; font-size: .75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: .3rem auto 0; }

/* Floating badges */
.cgl2-float {
    position: absolute; background: #fff; border-radius: 50px;
    padding: .45rem 1rem; font-size: .75rem; font-weight: 700; color: #111827;
    box-shadow: 0 8px 28px rgba(0,0,0,.18); white-space: nowrap; z-index: 5;
}
.f1 { top: 8%;   left: -12%; animation: cgl2Float 3s ease-in-out infinite; }
.f2 { top: 30%;  right: -10%;animation: cgl2Float 3s .8s ease-in-out infinite; }
.f3 { bottom: 28%;left: -10%;animation: cgl2Float 3s .4s ease-in-out infinite; }
.f4 { bottom: 10%;right: -8%;animation: cgl2Float 3s 1.2s ease-in-out infinite; }

/* Wave */
.cgl2-wave { line-height: 0; margin-top: auto; }
.cgl2-wave svg { display: block; width: 100%; }

/* ════════════════════════════════════════
   NUMBERS BAR
════════════════════════════════════════ */
.cgl2-nums { padding: 2.5rem 0; }
.cgl2-nums-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .75rem;
}
.cgl2-num-card {
    background: #fff; border-radius: 14px; padding: 1.25rem 1rem;
    text-align: center; border: 1px solid #f0fdf4;
    box-shadow: 0 2px 14px rgba(0,0,0,.04);
    transition: all .3s ease;
}
.cgl2-num-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(22,163,74,.1); border-color: var(--c-pl); }
.cgl2-num-ic { font-size: 1.5rem; margin-bottom: .4rem; }
.cgl2-num-n {
    font-family: var(--c-fh); font-size: 1.5rem; font-weight: 900;
    color: var(--c-p); line-height: 1; margin-bottom: .3rem;
}
.cgl2-num-l { font-size: .72rem; color: #64748b; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }

/* ════════════════════════════════════════
   DELIVERABLES
════════════════════════════════════════ */
.cgl2-del { padding: 4.5rem 0; }
.cgl2-del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .9rem;
}
.cgl2-del-card {
    display: flex; align-items: center; gap: .75rem;
    background: #fff; border-radius: 12px; padding: 1rem 1.1rem;
    border: 1px solid #dcfce7; box-shadow: 0 2px 10px rgba(0,0,0,.04);
    transition: all .3s ease;
}
.cgl2-del-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(22,163,74,.12); border-color: var(--c-pl); }
.cgl2-del-ic { font-size: 1.5rem; flex-shrink: 0; width: 40px; height: 40px; background: var(--c-pl); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.cgl2-del-t  { font-weight: 700; font-size: .88rem; color: #0f172a; }
.cgl2-del-d  { font-size: .75rem; color: #64748b; margin-top: .15rem; }
.cgl2-del-check { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; background: var(--c-p); color: #fff; font-size: .65rem; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ════════════════════════════════════════
   FEATURES TABS
════════════════════════════════════════ */
.cgl2-feat { padding: 4.5rem 0; }
.cgl2-ftab-scroll {
    display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1.75rem;
    overflow-x: auto; padding-bottom: .25rem;
    scrollbar-width: none;
}
.cgl2-ftab-scroll::-webkit-scrollbar { display: none; }
.cgl2-ftab {
    padding: .55rem 1.1rem; border-radius: 50px; font-size: .82rem; font-weight: 600;
    border: 2px solid #e2e8f0; background: #fff; color: #64748b; cursor: pointer;
    transition: all .2s ease; white-space: nowrap; flex-shrink: 0;
}
.cgl2-ftab.active, .cgl2-ftab:hover {
    background: var(--tab-color, var(--c-p));
    border-color: var(--tab-color, var(--c-p)); color: #fff;
}
.cgl2-ftab-panel { display: none; animation: cgl2Fade .35s ease; }
.cgl2-ftab-panel.active { display: block; }
.cgl2-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
}
.cgl2-feat-item {
    display: flex; align-items: flex-start; gap: .6rem;
    background: #f8fafc; border-radius: 10px; padding: .75rem .9rem;
    font-size: .875rem; color: #1e293b; line-height: 1.45;
    border: 1px solid #f1f5f9; transition: all .2s;
}
.cgl2-feat-item:hover { border-color: var(--tab-color, var(--c-p)); background: #fff; }
.cgl2-feat-bullet {
    width: 20px; height: 20px; border-radius: 50%; color: #fff;
    font-size: .6rem; font-weight: 900; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: .1rem;
}

/* ════════════════════════════════════════
   APP ECOSYSTEM
════════════════════════════════════════ */
.cgl2-apps { padding: 4.5rem 0; }
.cgl2-apps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.cgl2-app-card {
    display: flex; align-items: center; gap: 1rem;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px; padding: 1.25rem 1.1rem;
    transition: all .3s ease; cursor: default;
}
.cgl2-app-card:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); transform: translateY(-3px); }
.cgl2-app-ic { font-size: 1.8rem; width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cgl2-app-name { font-weight: 700; font-size: .95rem; margin-bottom: .25rem; }
.cgl2-app-desc { font-size: .8rem; color: rgba(255,255,255,.6); line-height: 1.4; }
.cgl2-app-arrow { font-size: 1.3rem; font-weight: 700; margin-left: auto; }

/* ════════════════════════════════════════
   HOW IT WORKS
════════════════════════════════════════ */
.cgl2-hiw { padding: 4.5rem 0; }
.cgl2-hiw-steps { display: flex; flex-direction: column; gap: 0; max-width: 760px; margin: 0 auto; }
.cgl2-hiw-step {
    display: flex; gap: 1.5rem; align-items: flex-start;
}
.cgl2-hiw-left { display: flex; flex-direction: column; align-items: center; }
.cgl2-hiw-num {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--c-p); color: #fff; font-family: var(--c-fh); font-weight: 900; font-size: 1rem;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(22,163,74,.35);
}
.cgl2-hiw-line { width: 2px; flex: 1; background: linear-gradient(to bottom, var(--c-p), var(--c-pl)); min-height: 40px; margin: 4px 0; }
.cgl2-hiw-body { padding-bottom: 2.5rem; }
.cgl2-hiw-ico  { font-size: 2rem; margin-bottom: .5rem; }
.cgl2-hiw-body h3 { font-family: var(--c-fh); font-size: 1.1rem; font-weight: 700; color: #0f172a; margin: 0 0 .4rem; }
.cgl2-hiw-body p  { font-size: .9rem; color: #64748b; line-height: 1.65; margin: 0; }

/* ════════════════════════════════════════
   PLANS
════════════════════════════════════════ */
.cgl2-plans { padding: 4.5rem 0; }
.cgl2-plans-grid {
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 1.25rem; align-items: start;
}
.cgl2-plan {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px; padding: 1.75rem; position: relative;
    transition: all .3s ease;
}
.cgl2-plan:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.cgl2-plan-hi {
    background: rgba(22,163,74,.15) !important; border: 2px solid var(--c-p) !important;
    box-shadow: 0 0 0 4px rgba(22,163,74,.08);
}
.cgl2-plan-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--c-a); color: #fff; font-size: .72rem; font-weight: 800;
    padding: .28rem .9rem; border-radius: 50px; white-space: nowrap;
}
.cgl2-plan-top { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.cgl2-plan h3  { font-family: var(--c-fh); font-weight: 800; font-size: 1.15rem; color: #fff; margin: 0 0 .4rem; }
.cgl2-plan-price { font-family: var(--c-fh); font-size: 1.5rem; font-weight: 900; color: var(--c-p); }
.cgl2-plan-ul { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.cgl2-plan-ul li { display: flex; gap: .55rem; padding: .45rem 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: .85rem; color: rgba(255,255,255,.8); }
.cgl2-plan-ul li:last-child { border: none; }
.cgl2-plan-ul li span { color: var(--c-p); font-weight: 900; flex-shrink: 0; }
.cgl2-plan-cta {
    display: block; text-align: center; text-decoration: none;
    border: 2px solid rgba(255,255,255,.25); color: #fff; padding: .8rem;
    border-radius: 10px; font-weight: 700; font-size: .9rem; transition: all .2s;
}
.cgl2-plan-cta:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }
.cgl2-plan-cta-hi { background: var(--c-p); border-color: var(--c-p); }
.cgl2-plan-cta-hi:hover { background: var(--c-pd); border-color: var(--c-pd); }

/* ════════════════════════════════════════
   WHY US
════════════════════════════════════════ */
.cgl2-why { padding: 4.5rem 0; }
.cgl2-why-grid {
    display: grid; grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}
.cgl2-why-card {
    background: #fff; border-radius: 14px; padding: 1.5rem 1.25rem;
    border: 1px solid #e2e8f0; box-shadow: 0 2px 12px rgba(0,0,0,.04);
    transition: all .3s ease;
}
.cgl2-why-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(22,163,74,.1); border-color: var(--c-pl); }
.cgl2-why-ic { font-size: 1.8rem; margin-bottom: .75rem; }
.cgl2-why-card h3 { font-family: var(--c-fh); font-size: .95rem; font-weight: 700; color: #0f172a; margin: 0 0 .45rem; }
.cgl2-why-card p  { font-size: .82rem; color: #64748b; line-height: 1.65; margin: 0; }

/* ════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════ */
.cgl2-testi { padding: 4.5rem 0; }
.cgl2-testi-grid {
    display: grid; grid-template-columns: repeat(2,1fr);
    gap: 1.1rem;
}
.cgl2-testi-card {
    background: #fff; border-radius: 16px; padding: 1.75rem;
    border: 1px solid #dcfce7; box-shadow: 0 2px 14px rgba(0,0,0,.04);
    transition: all .3s ease; position: relative; overflow: hidden;
}
.cgl2-testi-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(22,163,74,.1); }
.cgl2-testi-quote {
    position: absolute; top: -8px; right: 16px;
    font-size: 5rem; color: var(--c-pl); font-family: Georgia, serif; line-height: 1; pointer-events: none;
}
.cgl2-testi-stars { color: #f59e0b; font-size: 1rem; margin-bottom: .6rem; letter-spacing: .05em; }
.cgl2-testi-txt { font-size: .9rem; color: #374151; line-height: 1.72; margin: 0 0 1.25rem; font-style: italic; }
.cgl2-testi-auth { display: flex; align-items: center; gap: .75rem; }
.cgl2-testi-av { width: 44px; height: 44px; border-radius: 50%; background: var(--c-pl); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.cgl2-testi-auth strong { display: block; font-size: .9rem; color: #0f172a; }
.cgl2-testi-auth small  { font-size: .78rem; color: #64748b; }

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */
.cgl2-contact { padding: 4.5rem 0 2.5rem; position: relative; overflow: hidden; }
.cgl2-contact-glow {
    position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
    width: 600px; height: 350px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(22,163,74,.14) 0%, transparent 70%);
    pointer-events: none;
}
.cgl2-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; margin-bottom: 3rem; }
.cgl2-contact-left h2 { font-family: var(--c-fh); font-size: clamp(1.7rem,3.5vw,2.4rem); font-weight: 800; color: #fff; margin: 0 0 .9rem; }
.cgl2-contact-left p  { color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.72; margin: 0 0 1.75rem; }
.cgl2-contact-btns { display: flex; flex-direction: column; gap: .75rem; align-items: flex-start; }
.cgl2-contact-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 1.75rem; }
.cgl2-contact-card h3 { font-family: var(--c-fh); color: #fff; font-weight: 700; font-size: 1.1rem; margin: 0 0 1.25rem; }
.cgl2-ci { display: flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.75); font-size: .9rem; margin-bottom: 1rem; text-decoration: none; }
.cgl2-ci:hover { color: var(--c-p); }
.cgl2-ci span:first-child { font-size: 1.2rem; flex-shrink: 0; }
a.cgl2-ci { color: var(--c-p); }
.cgl2-gstin { margin-top: 1rem; font-size: .75rem; color: rgba(255,255,255,.3); font-family: monospace; }
.cgl2-footer { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.08); }
.cgl2-footer span, .cgl2-footer a { font-size: .82rem; color: rgba(255,255,255,.35); }
.cgl2-footer a { color: var(--c-p); text-decoration: none; }

/* ════════════════════════════════════════
   ANIMATIONS
════════════════════════════════════════ */
@keyframes cgl2Down  { from{opacity:0;transform:translateY(-16px)} to{opacity:1;transform:translateY(0)} }
@keyframes cgl2Up    { from{opacity:0;transform:translateY(24px)}  to{opacity:1;transform:translateY(0)} }
@keyframes cgl2Float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes cgl2Pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.7;transform:scale(1.3)} }
@keyframes cgl2Fade  { from{opacity:0;transform:translateY(8px)}  to{opacity:1;transform:translateY(0)} }

/* ════════════════════════════════════════
   RESPONSIVE — TABLET (≤960px)
════════════════════════════════════════ */
@media(max-width:960px){
    .cgl2-nums-grid    { grid-template-columns: repeat(3,1fr); }
    .cgl2-del-grid     { grid-template-columns: repeat(2,1fr); }
    .cgl2-feat-grid    { grid-template-columns: repeat(2,1fr); }
    .cgl2-apps-grid    { grid-template-columns: repeat(2,1fr); }
    .cgl2-why-grid     { grid-template-columns: repeat(2,1fr); }
    .cgl2-plans-grid   { grid-template-columns: 1fr; }
    .cgl2-testi-grid   { grid-template-columns: 1fr; }
    .cgl2-contact-grid { grid-template-columns: 1fr; }
    .cgl2-hero-grid    { grid-template-columns: 1fr; text-align: center; }
    .cgl2-hero-visual  { order: -1; }
    .cgl2-hero-sub     { margin-left: auto; margin-right: auto; }
    .cgl2-hero-actions,.cgl2-trust-chips { justify-content: center; }
    .f1,.f2,.f3,.f4    { display: none; }
    .cgl2-nav-links a:not(.cgl2-nav-pill) { display: none; }
    .cgl2-contact-btns { align-items: center; }
}

/* ════════════════════════════════════════
   RESPONSIVE — MOBILE (≤640px) — 2-COLUMN APP FEEL
════════════════════════════════════════ */
@media(max-width:640px){
    .cgl2-container { padding: 0 12px; }

    /* Navbar */
    .cgl2-nav { padding: 14px 0; }
    .cgl2-nav-links { display: none; }
    .cgl2-nav-ham { display: flex; }

    /* Hero */
    .cgl2-hero { min-height: auto; padding-bottom: 0; }
    .cgl2-hero-grid { padding: 1.5rem 0 4rem; gap: 1.5rem; }
    .cgl2-h1 { font-size: 1.85rem; }
    .cgl2-hero-sub { font-size: .9rem; }
    .cgl2-phone-3d { width: 220px; height: 440px; }
    .cgl2-hero-actions { flex-direction: column; align-items: center; width: 100%; }
    .cgl2-btn-primary, .cgl2-btn-outline { width: 100%; max-width: 300px; justify-content: center; }
    .cgl2-trust-chips { gap: .4rem; justify-content: center; }
    .cgl2-tc { font-size: .72rem; padding: .28rem .7rem; }

    /* Numbers — 2 col */
    .cgl2-nums { padding: 1.75rem 0; }
    .cgl2-nums-grid { grid-template-columns: repeat(2,1fr); gap: .6rem; }
    .cgl2-num-card { padding: 1rem .75rem; border-radius: 12px; }
    .cgl2-num-ic  { font-size: 1.25rem; }
    .cgl2-num-n   { font-size: 1.3rem; }
    .cgl2-num-l   { font-size: .65rem; }

    /* Deliverables — 2 col */
    .cgl2-del { padding: 3rem 0; }
    .cgl2-del-grid { grid-template-columns: repeat(2,1fr); gap: .6rem; }
    .cgl2-del-card { flex-direction: column; text-align: center; padding: .9rem .75rem; gap: .5rem; border-radius: 12px; }
    .cgl2-del-ic { width: 36px; height: 36px; font-size: 1.2rem; }
    .cgl2-del-t  { font-size: .8rem; }
    .cgl2-del-d  { font-size: .7rem; display: none; }
    .cgl2-del-check { margin: 0 auto; }

    /* Features — 1 col items */
    .cgl2-feat { padding: 3rem 0; }
    .cgl2-ftab-scroll { justify-content: flex-start; padding: 0 0 .5rem; }
    .cgl2-feat-grid { grid-template-columns: 1fr; }
    .cgl2-feat-item { font-size: .82rem; padding: .65rem .8rem; }

    /* Apps — 1 col */
    .cgl2-apps { padding: 3rem 0; }
    .cgl2-apps-grid { grid-template-columns: 1fr; gap: .65rem; }

    /* HIW — compact */
    .cgl2-hiw { padding: 3rem 0; }
    .cgl2-hiw-body { padding-bottom: 1.75rem; }
    .cgl2-hiw-body h3 { font-size: 1rem; }
    .cgl2-hiw-body p  { font-size: .85rem; }

    /* Plans — 1 col */
    .cgl2-plans { padding: 3rem 0; }
    .cgl2-plans-grid { grid-template-columns: 1fr; }

    /* Why us — 2 col */
    .cgl2-why { padding: 3rem 0; }
    .cgl2-why-grid { grid-template-columns: repeat(2,1fr); gap: .65rem; }
    .cgl2-why-card { padding: 1.1rem; }
    .cgl2-why-ic { font-size: 1.5rem; margin-bottom: .5rem; }
    .cgl2-why-card h3 { font-size: .85rem; }
    .cgl2-why-card p  { font-size: .77rem; }

    /* Testi — 1 col */
    .cgl2-testi { padding: 3rem 0; }
    .cgl2-testi-grid { grid-template-columns: 1fr; }

    /* Contact */
    .cgl2-contact { padding: 3rem 0 2rem; }
    .cgl2-contact-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .cgl2-contact-left h2 { font-size: 1.65rem; }
    .cgl2-contact-btns { width: 100%; align-items: stretch; }
    .cgl2-btn-wa,.cgl2-btn-primary { justify-content: center; }

    /* Section headings */
    .cgl2-sh { margin-bottom: 1.75rem; }
    .cgl2-sh h2 { font-size: 1.5rem; }
    .cgl2-sh p  { font-size: .875rem; }
}

/* ════════════════════════════════════════
   SCREENSHOTS SLIDER
════════════════════════════════════════ */
.cgl2-screens { padding: 5rem 0; overflow: hidden; }

.cgl2-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.cgl2-phone-shell-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

.cgl2-phone-slider-shell {
    width: 270px; height: 536px;
    background: #0f0f0f;
    border-radius: 40px;
    border: 8px solid #1a1a1a;
    box-shadow: 0 50px 100px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.05), inset 0 0 0 1px rgba(255,255,255,.03);
    position: relative;
    overflow: hidden;
    cursor: grab;
    user-select: none;
}
.cgl2-phone-slider-shell:active { cursor: grabbing; }

.cgl2-pss-notch {
    position: absolute;
    top: 10px; left: 50%; transform: translateX(-50%);
    width: 90px; height: 24px;
    background: #000; border-radius: 14px; z-index: 10;
}
.cgl2-phone-slider-shell::before {
    content: '';
    position: absolute; top: 80px; right: -10px;
    width: 4px; height: 60px;
    background: #1a1a1a; border-radius: 2px;
}
.cgl2-phone-slider-shell::after {
    content: '';
    position: absolute; top: 70px; left: -10px;
    width: 4px; height: 40px;
    background: #1a1a1a; border-radius: 2px;
    box-shadow: 0 50px 0 #1a1a1a;
}

.cgl2-pss-screen {
    position: absolute; inset: 0;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
}

.cgl2-pss-track {
    display: flex;
    height: 100%;
    transition: transform .45s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
}

.cgl2-pss-slide {
    min-width: 100%; height: 100%;
    flex-shrink: 0; overflow: hidden;
}
.cgl2-pss-slide img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
}

.cgl2-pss-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    background: linear-gradient(160deg, #f0fdf4, #dcfce7);
    gap: .5rem; color: #166534;
}
.cgl2-pss-placeholder span { font-size: 3rem; }
.cgl2-pss-placeholder small { font-size: .85rem; font-weight: 600; }

.cgl2-pss-reflection {
    position: absolute; top: 0; left: 0; right: 0; height: 40%;
    background: linear-gradient(160deg, rgba(255,255,255,.12) 0%, transparent 100%);
    border-radius: 32px 32px 0 0;
    pointer-events: none; z-index: 5;
}

.cgl2-slide-label-wrap {
    text-align: center; min-height: 48px; position: relative;
}
.cgl2-slide-label {
    display: none; flex-direction: column;
    align-items: center; animation: cgl2Fade .3s ease;
}
.cgl2-slide-label.active { display: flex; }
.cgl2-slide-label-name {
    font-family: var(--c-fh); font-size: 1rem;
    font-weight: 700; color: #fff; margin-bottom: .2rem;
}
.cgl2-slide-label-desc { font-size: .82rem; color: rgba(255,255,255,.55); }

.cgl2-slider-sidebar {
    display: flex; flex-direction: column;
    gap: 1rem; min-width: 200px; max-width: 240px;
}

.cgl2-slider-nav-label {
    font-size: .7rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .12em;
    color: rgba(255,255,255,.35);
}

.cgl2-slider-thumbs {
    display: flex; flex-direction: column; gap: .5rem;
    max-height: 380px; overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.1) transparent;
    padding-right: 4px;
}
.cgl2-slider-thumbs::-webkit-scrollbar { width: 3px; }
.cgl2-slider-thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 2px; }

.cgl2-thumb {
    display: flex; align-items: center; gap: .65rem;
    background: rgba(255,255,255,.05);
    border: 1.5px solid rgba(255,255,255,.08);
    border-radius: 10px; padding: .5rem .75rem;
    cursor: pointer; transition: all .2s ease; text-align: left;
}
.cgl2-thumb:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.cgl2-thumb.active { background: rgba(22,163,74,.2); border-color: var(--c-p); }
.cgl2-thumb img { width: 36px; height: 64px; object-fit: cover; object-position: top; border-radius: 6px; flex-shrink: 0; }
.cgl2-thumb-icon { font-size: 1.4rem; flex-shrink: 0; }
.cgl2-thumb-label { font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.75); line-height: 1.3; }
.cgl2-thumb.active .cgl2-thumb-label { color: #fff; }

.cgl2-slider-dots { display: flex; gap: .4rem; flex-wrap: wrap; }
.cgl2-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,.2); border: none;
    cursor: pointer; transition: all .2s ease; padding: 0;
}
.cgl2-dot.active { background: var(--c-p); width: 24px; border-radius: 4px; }
.cgl2-dot:hover  { background: rgba(255,255,255,.4); }

.cgl2-slider-arrows { display: flex; align-items: center; gap: .75rem; }
.cgl2-arrow {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.1);
    border: 1.5px solid rgba(255,255,255,.15);
    color: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s ease; flex-shrink: 0;
}
.cgl2-arrow:hover { background: var(--c-p); border-color: var(--c-p); }
.cgl2-slide-count {
    font-size: .82rem; font-weight: 600;
    color: rgba(255,255,255,.5); min-width: 45px; text-align: center;
}

/* ── Screenshots mobile ── */
@media(max-width:640px){
    .cgl2-screens { padding: 3rem 0; }
    .cgl2-slider-wrap { flex-direction: column; align-items: center; gap: 2rem; }
    .cgl2-phone-slider-shell { width: 220px; height: 440px; }
    .cgl2-slider-sidebar { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; min-width: unset; max-width: 100%; }
    .cgl2-slider-thumbs { display: none; }
    .cgl2-slider-nav-label { display: none; }
    .cgl2-slider-arrows { order: 1; }
    .cgl2-slider-dots { order: 2; justify-content: center; }
    .cgl2-slide-label-name { font-size: .9rem; }
}

/* Admin screens helper */
.cgl-screens-help { padding: 0 0 12px; }
.cgl-help-tip {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12.5px;
    color: #1e40af;
    line-height: 1.5;
}

.cgl-screen-rep-layout {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    align-items: start;
}
.cgl-screen-upload-col { display: flex; flex-direction: column; gap: 8px; }
.cgl-screen-preview-wrap {
    width: 140px; height: 248px;
    border-radius: 12px; overflow: hidden;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
}
.cgl-screen-preview-wrap img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top;
}
.cgl-screen-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 4px; color: #94a3b8;
}
.cgl-screen-placeholder span { font-size: 2rem; }
.cgl-screen-placeholder small { font-size: 11px; }
.cgl-screen-url-row { display: flex; gap: 6px; }
.cgl-screen-url-row .cgl-input { flex: 1; font-size: 11px; }
.cgl-screen-upload-btn { white-space: nowrap; font-size: 11px !important; padding: 6px 8px !important; }
.cgl-screen-meta-col { display: flex; flex-direction: column; gap: 10px; }


/* ════════════════════════════════════════════════════════
   HERO CAROUSEL — iPhone mockup per slide, iDiva style
   Mobile-first, fully responsive
════════════════════════════════════════════════════════ */

/* Wrapper */
.cgl2-hcarousel {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

/* ── Stage ── */
.cgl2-hc-stage {
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    cursor: grab;
    user-select: none;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
}
.cgl2-hc-stage:active { cursor: grabbing; }

/* Single / no-slide fallback */
.cgl2-hc-single {
    height: auto;
    perspective: none;
    pointer-events: none;
}
.cgl2-hc-single .cgl2-hc-card {
    position: relative !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: none;
}

/* ── Each card = iPhone frame + screenshot ── */
.cgl2-hc-card {
    position: absolute;
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    transition:
        transform .5s cubic-bezier(.25,.46,.45,.94),
        opacity   .45s ease;
    will-change: transform, opacity;
    transform-origin: 50% 100%;
}

/* ══════════════════════════════
   iPhone 15 Pro frame per card
══════════════════════════════ */
.cgl2-hc-iphone {
    width: 230px;
    height: 470px;
    position: relative;
    flex-shrink: 0;
}

/* Outer body */
.cgl2-hc-body {
    position: absolute;
    inset: 0;
    border-radius: 44px;
    background: linear-gradient(160deg, #2a2a2a 0%, #111 100%);
    border: 2px solid #3a3a3a;
    box-shadow:
        0 0 0 1px #0a0a0a,
        0 0 0 3px #2a2a2a,
        0 30px 70px rgba(0,0,0,.7),
        0 10px 30px rgba(0,0,0,.5);
}

/* Active — green glow */
.cgl2-hc-card.active .cgl2-hc-body {
    box-shadow:
        0 0 0 1px #0a0a0a,
        0 0 0 3px #2a2a2a,
        0 40px 90px rgba(0,0,0,.75),
        0 0 50px rgba(22,163,74,.3);
}

/* Screen area */
.cgl2-hc-screen-area {
    position: absolute;
    top: 6px; left: 6px; right: 6px; bottom: 6px;
    border-radius: 38px;
    background: #000;
    overflow: hidden;
}

/* Dynamic Island notch */
.cgl2-hc-island {
    position: absolute;
    top: 12px; left: 50%; transform: translateX(-50%);
    width: 100px; height: 28px;
    background: #000;
    border-radius: 20px;
    z-index: 20;
}

/* Screenshot image fills screen */
.cgl2-hc-screen-area img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
    border-radius: 38px;
}

/* Placeholder when no image */
.cgl2-hc-ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #f0fdf4, #dcfce7);
    gap: .5rem;
    border-radius: 38px;
}
.cgl2-hc-ph span { font-size: 2.8rem; }
.cgl2-hc-ph small {
    font-size: .78rem;
    font-weight: 700;
    color: #166534;
    text-align: center;
    padding: 0 1rem;
}

/* Glass shine overlay */
.cgl2-hc-shine {
    position: absolute;
    inset: 0;
    border-radius: 38px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,.12) 0%,
        rgba(255,255,255,.04) 30%,
        transparent 60%
    );
    pointer-events: none;
    z-index: 10;
}

/* Side volume buttons (left) */
.cgl2-hc-btn-vol {
    position: absolute;
    left: -5px; top: 110px;
    width: 3px; height: 36px;
    background: #3a3a3a;
    border-radius: 2px;
    z-index: 5;
    box-shadow: 0 44px 0 #3a3a3a, 0 88px 0 #3a3a3a;
}

/* Power button (right) */
.cgl2-hc-btn-pwr {
    position: absolute;
    right: -5px; top: 130px;
    width: 3px; height: 52px;
    background: #3a3a3a;
    border-radius: 2px;
    z-index: 5;
}

/* Bottom bar */
.cgl2-hc-bar {
    position: absolute;
    bottom: 18px; left: 50%; transform: translateX(-50%);
    width: 90px; height: 4px;
    background: rgba(255,255,255,.25);
    border-radius: 3px;
    z-index: 15;
}

/* ── Label below phone ── */
.cgl2-hc-label {
    font-family: var(--c-fh);
    font-size: .82rem;
    font-weight: 700;
    color: rgba(255,255,255,.45);
    text-align: center;
    transition: color .4s ease, opacity .4s ease;
    white-space: nowrap;
    opacity: 0;
}
.cgl2-hc-card.active .cgl2-hc-label {
    color: rgba(255,255,255,.9);
    opacity: 1;
}

/* ── Dot indicators ── */
.cgl2-hc-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: .25rem;
}
.cgl2-hc-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    border: none; padding: 0; cursor: pointer;
    transition: all .35s ease;
}
.cgl2-hc-dot.active {
    background: var(--c-p);
    width: 24px;
    border-radius: 4px;
}

/* ════════════════════════════════════════
   DESKTOP sizes
════════════════════════════════════════ */
@media(min-width: 961px){
    .cgl2-hc-stage  { height: 570px; }
    .cgl2-hc-card   { width: 230px; }
    .cgl2-hc-iphone { width: 230px; height: 470px; }
}

/* ════════════════════════════════════════
   TABLET (641–960px) — stacked hero, wider stage
════════════════════════════════════════ */
@media(min-width: 641px) and (max-width: 960px){
    .cgl2-hc-stage  { height: 520px; }
    .cgl2-hc-card   { width: 210px; }
    .cgl2-hc-iphone { width: 210px; height: 430px; }
    .cgl2-hc-island { width: 90px; height: 24px; top: 10px; }
    .cgl2-hc-body   { border-radius: 40px; }
    .cgl2-hc-screen-area { border-radius: 34px; }
    .cgl2-hc-shine, .cgl2-hc-ph { border-radius: 34px; }
    .cgl2-hc-screen-area img { border-radius: 34px; }
}

/* ════════════════════════════════════════
   MOBILE (≤640px) — single centered card
════════════════════════════════════════ */
@media(max-width: 640px){
    .cgl2-hcarousel { gap: 1rem; }

    /* Stage: taller to show phone fully */
    .cgl2-hc-stage {
        height: 460px;
        perspective: 800px;
    }

    /* Cards smaller */
    .cgl2-hc-card   { width: 190px; }
    .cgl2-hc-iphone { width: 190px; height: 390px; }
    .cgl2-hc-body   { border-radius: 36px; }
    .cgl2-hc-screen-area { border-radius: 30px; }
    .cgl2-hc-island { width: 80px; height: 22px; top: 9px; }
    .cgl2-hc-shine, .cgl2-hc-ph { border-radius: 30px; }
    .cgl2-hc-screen-area img { border-radius: 30px; }
    .cgl2-hc-bar { bottom: 14px; width: 70px; }

    /* Dots bigger touch targets */
    .cgl2-hc-dots { gap: 8px; margin-top: .5rem; }
    .cgl2-hc-dot  { width: 9px; height: 9px; }
    .cgl2-hc-dot.active { width: 28px; }

    /* Label always visible on mobile */
    .cgl2-hc-label { opacity: 1; color: rgba(255,255,255,.7); font-size: .8rem; }
    .cgl2-hc-card.active .cgl2-hc-label { color: #fff; }

    /* Floating badges — hide on mobile */
    .f1,.f2,.f3,.f4 { display: none; }
}

/* ════════════════════════════════════════
   FLOATING BUTTONS — WhatsApp + Call
════════════════════════════════════════ */
.cgl2-floats {
    position: fixed;
    bottom: 24px;
    left: 0; right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 9999;
    pointer-events: none;
}
.cgl2-fb {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(0,0,0,.22);
    transition: transform .2s ease, box-shadow .2s ease;
    animation: cgl2FloatIn .5s ease both;
}
.cgl2-fb:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,.28); }
.cgl2-fb svg { width: 20px; height: 20px; flex-shrink: 0; }

/* Call — left, blue */
.cgl2-fb-call {
    background: #2563eb;
    color: #fff;
    animation-delay: .1s;
}
.cgl2-fb-call:hover { background: #1d4ed8; color: #fff; }

/* WhatsApp — right, green */
.cgl2-fb-wa {
    background: #25d366;
    color: #fff;
    animation-delay: .2s;
}
.cgl2-fb-wa:hover { background: #128c4b; color: #fff; }

.cgl2-fb-label { white-space: nowrap; }

@keyframes cgl2FloatIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Mobile: smaller, no label */
@media(max-width: 480px){
    .cgl2-floats { bottom: 16px; padding: 0 14px; }
    .cgl2-fb { padding: 12px; border-radius: 50%; width: 52px; height: 52px; justify-content: center; }
    .cgl2-fb svg { width: 22px; height: 22px; }
    .cgl2-fb-label { display: none; }
}
