/* Basic tokens */
:root{
  --cee-primary:#103CA2;
  --cee-secondary:#0F4C3A;
  --cee-accent:#F4B400;
  --cee-grad-1: linear-gradient(135deg, #103CA2 0%, #0F4C3A 100%);
  --cee-radius-xl: 1.25rem;
}
.text-primary{color:var(--cee-primary)!important}
.bg-neutral-100{background:#F7F9FC}
.rounded-4{border-radius:var(--cee-radius-xl)}
.object-fit-cover{object-fit:cover}

/* Section helpers to apply inside Elementor > Advanced > CSS Classes */
.section-hero{position:relative;padding:6rem 0; background:var(--cee-grad-1); color:#fff; overflow:hidden;}
.section-hero .shape{position:absolute; inset:auto auto -20% -10%; width:60vmin; height:60vmin; background:#fff1; filter:blur(40px); border-radius:50%;}
.section-muted{background:#F7F9FC; padding:4rem 0;}
.section-accent{background:linear-gradient(135deg,#F4B40022,#103CA208); padding:4rem 0;}
.card-feature{border:1px solid #e9eef5; border-radius:var(--cee-radius-xl); padding:1.25rem; transition:transform .2s, box-shadow .2s;}
.card-feature:hover{transform:translateY(-3px); box-shadow:0 10px 30px rgba(16,60,162,.08);}

/* Image masks */
.mask-rounded-xl{border-radius:1.5rem; overflow:hidden}
.mask-blob{ -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 600 600\"><path d=\"M300,521.3c-69.9,0-134.5-29.3-175.6-76.6C82.4,396,64.5,334.1,79,276.9c14.4-57.1,62.2-108.5,121.6-137.5,59.4-29.1,130.4-35.7,187.4-15.5,57,20.1,100,67.2,116.1,121.3,16.1,54.1,5.2,115.1-28.1,162.5C442.7,455,369.9,521.3,300,521.3Z\"/></svg>'); -webkit-mask-size:cover; mask-image:inherit; }
.shape-pill{position:absolute; width:40vmin; height:40vmin; background:radial-gradient(closest-side, rgba(255,255,255,.35), transparent); border-radius:999px; filter:blur(24px); opacity:.8}

/* Blog cards alignment with Bootstrap grid */
.card.h-100 .card-img-top{border-top-left-radius:var(--cee-radius-xl); border-top-right-radius:var(--cee-radius-xl);}

/* Elementor utility spacing (fallback if theme.json not used) */
.mt-6{margin-top:4rem}.mb-6{margin-bottom:4rem}.pt-6{padding-top:4rem}.pb-6{padding-bottom:4rem}
