/*
 Theme Name: Genba Insight Child
 Template: emanon-premium
 Version: 1.1
*/

:root{ --gi-navy:#0e2a47; --gi-saffron:#f4a100; --gi-white:#ffffff; }
body{ font-feature-settings:"palt"; }
.gi-hero{ padding:clamp(40px,6vw,96px) 20px; background:var(--gi-navy); color:var(--gi-white); }
.gi-section{ padding:48px 20px; }
.gi-badge{ background:var(--gi-saffron); color:#000; padding:6px 10px; border-radius:999px; font-weight:700; display:inline-block; }
.gi-pricing{ border:1px solid #eee; border-radius:16px; padding:24px; }
.gi-sticky-cta{ position:fixed; left:0; right:0; bottom:0; display:flex; gap:12px; padding:12px 16px; background:rgba(14,42,71,.96); z-index:9999; }
.gi-sticky-cta a{ flex:1; text-align:center; padding:12px; border-radius:10px; background:var(--gi-saffron); color:#000; font-weight:700; text-decoration:none; }
@media(min-width:768px){ .gi-sticky-cta{ display:none; } }
