/*
Theme Name: CortexCanvas AI
Theme URI: https://admaduglobal.com/
Author: Ported from CortexCanvas AI (AdMadu Global)
Author URI: https://admaduglobal.com/
Description: A fast, Elementor-ready WordPress theme reproducing the CortexCanvas AI / AdMadu Global landing page — a performance-marketing & growth-consultancy design. Ships a pixel-faithful homepage out of the box, plus a Blank Canvas template and full Elementor support for building any other page. No page builder is required to use it, but Elementor (free) works perfectly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: cortexcanvas-ai
Tags: business, portfolio, one-column, custom-menu, custom-logo, featured-images, full-width-template, block-styles, wide-blocks, editor-style
*/

/* =====================================================================
   1. DESIGN TOKENS  (ported from the original styles.css :root)
   ===================================================================== */
:root {
  --radius: 1rem;
  --background: oklch(0.985 0.003 90);
  --foreground: oklch(0.18 0.01 260);
  --surface: oklch(0.965 0.005 90);
  --surface-2: oklch(0.93 0.008 90);
  --ink: oklch(0.15 0.01 260);
  --ink-soft: oklch(0.45 0.01 260);
  --card: oklch(1 0 0);
  --border: oklch(0.9 0.008 90);
  --input: oklch(0.9 0.008 90);

  --brand: oklch(0.68 0.22 30);
  --brand-foreground: oklch(0.99 0 0);

  /* dark UI shades used throughout the original */
  --ink-900: oklch(0.18 0.01 260);   /* nav pill, dark cards, buttons */
  --dark-section: oklch(0.16 0.01 260); /* Benefits + Contact bg */
  --footer-bg: oklch(0.14 0.01 260);

  --ring: var(--brand);

  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-2xl: 1.5rem;
  --radius-3xl: 1.75rem;
  --pill: 999px;

  --gradient-glow: radial-gradient(1200px 700px at 80% 40%, oklch(0.72 0.22 30 / 0.55), transparent 60%);
  --shadow-soft: 0 20px 60px -30px oklch(0.15 0.01 260 / 0.25);
  --shadow-pop: 0 10px 30px -10px oklch(0.68 0.22 30 / 0.45);

  --container: 72rem;   /* max-w-6xl */
  --container-nav: 64rem; /* max-w-5xl */
}

/* =====================================================================
   2. RESET / BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { border-color: var(--border); }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background-color: var(--background);
  color: var(--foreground);
  font-family: "Inter Tight", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-feature-settings: "ss01","cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
h1, h2, h3, h4 {
  font-family: "Inter Tight", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0;
}
p { margin: 0; }
ul { margin: 0; }

/* Layout helpers reused by templates */
.cx-container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
.cx-section { padding-top: 7rem; padding-bottom: 7rem; position: relative; }
.cx-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-bottom: 1rem; font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--ink-soft);
}
.cx-eyebrow .dot { height: 0.375rem; width: 0.375rem; border-radius: 999px; background: var(--brand); display: inline-block; }
.cx-h2 { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-lead { color: var(--ink-soft); }
.cx-icon { display: inline-block; vertical-align: middle; }
.cx-icon svg { display: block; }

/* Buttons */
.cx-btn { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: var(--pill); font-size: 0.875rem; font-weight: 500; cursor: pointer; border: 0; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.cx-btn--dark { background: var(--ink-900); color: #fff; padding: 0.875rem 1.5rem; }
.cx-btn--dark:hover { background: #000; }
.cx-btn--brand { background: var(--brand); color: #fff; padding: 0.875rem 1.5rem; }
.cx-btn--white { background: #fff; color: var(--ink-900); padding: 0.625rem 1.25rem; }
.cx-btn--white:hover { background: rgba(255,255,255,.9); }
.cx-btn--ghost { background: rgba(255,255,255,.8); color: var(--ink); padding: 0.875rem 1.5rem; backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.cx-btn--ghost:hover { background: #fff; }
.cx-btn .cx-icon svg { transition: transform .2s ease; }
.cx-btn--dark:hover .cx-icon svg { transform: translate(2px,-2px); }

/* =====================================================================
   3. HEADER / FLOATING NAV (hero)
   ===================================================================== */
.cx-home-header {
  position: absolute; left: 0; right: 0; top: 1.5rem; z-index: 40;
  display: flex; justify-content: center; padding: 0 1rem; pointer-events: none;
}
.cx-nav-pill {
  pointer-events: auto; display: flex; width: 100%; max-width: var(--container-nav);
  align-items: center; justify-content: space-between;
  border-radius: var(--pill); background: var(--ink-900);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem; box-shadow: var(--shadow-soft);
}
.cx-logo { display: inline-flex; align-items: center; gap: 0.5rem; color: #fff; }
.cx-logo__mark { position: relative; height: 1.5rem; width: 1.5rem; border-radius: 999px; background: #fff; flex: none; }
.cx-logo__mark::before { content: ""; position: absolute; inset: 0.25rem; border-radius: 999px; background: var(--ink-900); }
.cx-logo__mark::after { content: ""; position: absolute; right: 0; top: 0; height: 0.75rem; width: 0.75rem; border-radius: 999px; background: #fff; }
.cx-logo__name { font-size: 1.125rem; font-weight: 600; letter-spacing: -0.025em; }
.cx-nav { display: none; align-items: center; gap: 1.75rem; font-size: 0.875rem; }
.cx-nav a { color: rgba(255,255,255,.8); transition: color .2s ease; }
.cx-nav a:hover { color: #fff; }
.cx-nav a.is-active { color: var(--brand); }
.cx-nav-right { display: flex; align-items: center; gap: 0.5rem; }
.cx-nav-toggle { display: inline-flex; align-items: center; justify-content: center; height: 2.75rem; width: 2.75rem; border-radius: var(--pill); background: #fff; color: var(--ink-900); border: 0; cursor: pointer; }
.cx-header-cta { display: inline-flex; }
@media (min-width: 768px) {
  .cx-nav { display: flex; }
  .cx-nav-toggle { display: none; }
}
/* mobile menu drop */
.cx-mobile-menu { display: none; position: absolute; top: 5.25rem; left: 1rem; right: 1rem; z-index: 39; pointer-events: auto; background: var(--ink-900); border-radius: var(--radius-2xl); padding: 1rem; box-shadow: var(--shadow-soft); }
.cx-mobile-menu.is-open { display: block; }
.cx-mobile-menu a { display: block; color: rgba(255,255,255,.85); padding: 0.65rem 0.75rem; border-radius: var(--radius-md); font-size: 0.95rem; }
.cx-mobile-menu a:hover { background: rgba(255,255,255,.06); color:#fff; }

/* When a builder header (Elementor Header & Footer Builder / Elementor Pro) is
   active, the homepage hides its floating pill — reclaim the reserved space. */
body.cx-has-custom-header .cx-hero__inner { padding-top: 3rem; }

/* Regular site header (non-home / Elementor pages) */
.site-header { border-bottom: 1px solid var(--border); background: var(--background); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
.site-header .cx-logo { color: var(--ink); }
.site-header .cx-logo__mark { background: var(--ink-900); }
.site-header .cx-logo__mark::before { background: #fff; }
.site-header .cx-logo__mark::after { background: var(--ink-900); }
.site-nav ul { list-style: none; display: flex; gap: 1.5rem; padding: 0; margin: 0; font-size: 0.9rem; }
.site-nav a:hover { color: var(--brand); }

/* =====================================================================
   4. HERO
   ===================================================================== */
.cx-hero { position: relative; min-height: 100vh; overflow: hidden; background: var(--surface); }
.cx-hero__bg { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; opacity: 0.9; }
.cx-hero__veil { position: absolute; inset: 0; background: linear-gradient(to bottom, oklch(0.965 0.005 90 / .4), transparent, var(--surface)); }
.cx-hero__inner { position: relative; margin: 0 auto; display: flex; min-height: 100vh; max-width: var(--container); flex-direction: column; align-items: center; justify-content: center; padding: 8rem 1.5rem 0; text-align: center; }
.cx-badge { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: var(--pill); background: rgba(255,255,255,.7); padding: 0.375rem 1rem; font-size: 0.875rem; font-weight: 500; color: var(--brand); backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.cx-hero__title { margin-top: 2rem; font-size: 3rem; font-weight: 600; letter-spacing: -0.06em; color: var(--ink); }
.cx-hero__title .line { display: block; }
.cx-hero__title .line2 { margin-top: 0.5rem; display: inline-flex; align-items: center; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.cx-hero__chip { margin-left: 0.5rem; display: inline-flex; height: 3.5rem; align-items: center; gap: 0.5rem; border-radius: var(--pill); background: var(--brand); padding: 0 1.25rem; }
.cx-hero__chip .sq { display: grid; height: 2rem; width: 2rem; place-items: center; border-radius: var(--radius-md); background: #fff; color: var(--brand); }
.cx-hero__chip .sq--emerald { color: #10b981; }
.cx-hero__chip .sq--emerald .d { height: 0.5rem; width: 0.5rem; border-radius: 999px; background: #10b981; }
.cx-hero__desc { margin-top: 2rem; max-width: 42rem; font-size: 1rem; color: var(--ink-soft); }
.cx-hero__actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem; }
.cx-hero__scroll { margin-top: 4rem; display: inline-flex; align-items: center; gap: 0.5rem; border-radius: var(--pill); background: rgba(255,255,255,.7); padding: 0.5rem 1rem; font-size: 0.75rem; color: var(--ink-soft); backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }

@media (min-width: 640px) { .cx-hero__title { font-size: 4.5rem; } }
@media (min-width: 768px) {
  .cx-hero__title { font-size: 7.5rem; }
  .cx-hero__desc { font-size: 1.125rem; }
  .cx-hero__chip { height: 5rem; }
  .cx-hero__chip .sq { height: 3rem; width: 3rem; }
  .cx-hero__chip .sq--emerald { margin-left: -1rem; }
  .cx-hero__chip .sq--emerald .d { height: 0.75rem; width: 0.75rem; }
}

/* =====================================================================
   5. BELIEF
   ===================================================================== */
.cx-belief { background: var(--background); }
.cx-belief__grid { display: grid; gap: 4rem; }
.cx-belief__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-belief__text { margin-top: 2rem; max-width: 28rem; font-size: 1.125rem; color: var(--ink-soft); }
.cx-belief__cta { margin-top: 2rem; }
.cx-belief__card { border-radius: var(--radius-3xl); background: var(--surface); padding: 2rem; }
.cx-belief__img { margin: 0 auto; width: 100%; max-width: 24rem; }
.cx-belief__quote { margin-top: 1.5rem; font-size: 1.125rem; color: var(--ink); }
.cx-belief__meta { margin-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 1.5rem; }
.cx-belief__meta .l { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--ink-soft); }
.cx-belief__meta .r { font-size: 1.875rem; font-weight: 600; color: var(--ink); }
@media (min-width: 768px) {
  .cx-belief__grid { grid-template-columns: 1fr 1fr; }
  .cx-belief__title { font-size: 4.5rem; }
}

/* =====================================================================
   6. PARTNERS (marquee)
   ===================================================================== */
.cx-partners { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); padding-top: 4rem; padding-bottom: 4rem; }
.cx-partners__label { text-align: center; font-size: 0.875rem; color: var(--ink-soft); }
.cx-marquee-mask { margin-top: 2.5rem; overflow: hidden; }
.cx-marquee { display: flex; width: max-content; gap: 4rem; animation: cx-marquee 40s linear infinite; }
.cx-marquee__item { white-space: nowrap; font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; color: oklch(0.15 0.01 260 / 0.6); }
@keyframes cx-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .cx-marquee { animation: none; } }

/* =====================================================================
   7. SERVICES
   ===================================================================== */
.cx-services { background: var(--background); }
.cx-services__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cx-services__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-services__note { display: none; max-width: 24rem; color: var(--ink-soft); }
.cx-grid-2 { margin-top: 4rem; display: grid; gap: 1.25rem; }
.cx-service {
  position: relative; overflow: hidden; border-radius: var(--radius-3xl);
  background: var(--surface); padding: 2rem; transition: background .25s ease;
}
.cx-service:hover { background: var(--ink-900); }
.cx-service__row { display: flex; align-items: flex-start; justify-content: space-between; }
.cx-service__title { white-space: pre-line; font-size: 1.875rem; font-weight: 600; letter-spacing: -0.025em; color: var(--ink); transition: color .25s ease; }
.cx-service__n { font-size: 0.875rem; color: var(--ink-soft); transition: color .25s ease; }
.cx-service__body { margin-top: 1.5rem; max-width: 24rem; color: var(--ink-soft); transition: color .25s ease; }
.cx-service__tags { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cx-tag { border-radius: var(--pill); background: #fff; padding: 0.375rem 0.75rem; font-size: 0.75rem; color: var(--ink); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); transition: all .25s ease; }
.cx-service__arrow { position: absolute; right: 1.5rem; bottom: 1.5rem; color: var(--ink-soft); opacity: 0; transition: opacity .25s ease, color .25s ease; }
.cx-service:hover .cx-service__title,
.cx-service:hover .cx-service__body { color: rgba(255,255,255,.72); }
.cx-service:hover .cx-service__title { color: #fff; }
.cx-service:hover .cx-service__n { color: rgba(255,255,255,.6); }
.cx-service:hover .cx-tag { background: rgba(255,255,255,.1); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.cx-service:hover .cx-service__arrow { opacity: 1; color: var(--brand); }
@media (min-width: 768px) {
  .cx-services__title { font-size: 4.5rem; }
  .cx-services__note { display: block; }
  .cx-grid-2 { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .cx-service__title { font-size: 2.25rem; }
}

/* =====================================================================
   8. INDUSTRIES
   ===================================================================== */
.cx-industries { background: var(--surface); }
.cx-industries__title { max-width: 48rem; font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-industry { border-radius: var(--radius-3xl); background: var(--background); padding: 0.5rem; box-shadow: var(--shadow-soft); }
.cx-industry__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-2xl); background: linear-gradient(to bottom right, oklch(0.85 0.05 30), var(--surface-2), var(--ink-900)); }
.cx-industry__media::after { content: ""; position: absolute; inset: 0; opacity: .4; background: radial-gradient(circle at 30% 30%, oklch(0.72 0.22 30 / 0.6), transparent 60%); }
.cx-industry__tag { position: absolute; bottom: 1rem; left: 1rem; z-index: 1; border-radius: var(--pill); background: rgba(255,255,255,.9); padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: var(--ink); backdrop-filter: blur(6px); }
.cx-industry__start { position: absolute; right: 1rem; top: 1rem; z-index: 1; display: inline-flex; align-items: center; gap: 0.25rem; border-radius: var(--pill); background: #fff; padding: 0.5rem 1rem; font-size: 0.75rem; font-weight: 500; color: var(--ink); opacity: 0; transition: opacity .25s ease; }
.cx-industry:hover .cx-industry__start { opacity: 1; }
.cx-industry__body { padding: 1.5rem; }
.cx-industry__name { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; color: var(--ink); }
.cx-industry__cols { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; font-size: 0.875rem; }
.cx-industry__k { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); }
.cx-industry__v { margin-top: 0.25rem; color: var(--ink); }
@media (min-width: 768px) { .cx-industries__title { font-size: 4.5rem; } }

/* =====================================================================
   9. FRAMEWORK
   ===================================================================== */
.cx-framework { background: var(--background); }
.cx-framework__title { max-width: 48rem; font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-grid-3 { margin-top: 4rem; display: grid; gap: 1.25rem; }
.cx-step { border-radius: var(--radius-3xl); background: var(--surface); padding: 2rem; }
.cx-step__top { display: flex; align-items: center; justify-content: space-between; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); }
.cx-step__name { margin-top: 2.5rem; font-size: 1.875rem; font-weight: 600; letter-spacing: -0.025em; color: var(--ink); }
.cx-step__body { margin-top: 1rem; color: var(--ink-soft); }
@media (min-width: 768px) {
  .cx-framework__title { font-size: 4.5rem; }
  .cx-grid-3 { grid-template-columns: repeat(3, 1fr); }
}

/* =====================================================================
   10. BENEFITS (dark)
   ===================================================================== */
.cx-dark { position: relative; overflow: hidden; background: var(--dark-section); color: #fff; }
.cx-dark__glow { position: absolute; inset: 0; background: var(--gradient-glow); }
.cx-dark__inner { position: relative; }
.cx-eyebrow--light { color: rgba(255,255,255,.6); }
.cx-dark__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; }
.cx-chip-row { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cx-chip { border-radius: var(--pill); background: rgba(255,255,255,.05); padding: 0.5rem 1rem; font-size: 0.875rem; color: rgba(255,255,255,.8); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.cx-benefit { border-radius: var(--radius-3xl); background: rgba(255,255,255,.05); padding: 2rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.cx-benefit__t { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; }
.cx-benefit__b { margin-top: 1rem; color: rgba(255,255,255,.7); }
@media (min-width: 768px) { .cx-dark__title { font-size: 4.5rem; } }

/* =====================================================================
   11. FEATURES / PRINCIPLES (grid of 6)
   ===================================================================== */
.cx-features { background: var(--background); }
.cx-features__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-feature-grid { margin-top: 4rem; display: grid; gap: 1px; overflow: hidden; border-radius: var(--radius-3xl); background: var(--border); }
.cx-feature { background: var(--background); padding: 2rem; }
.cx-feature__ico { display: grid; height: 2.5rem; width: 2.5rem; place-items: center; border-radius: var(--radius-xl); background: oklch(0.68 0.22 30 / 0.1); color: var(--brand); }
.cx-feature__t { margin-top: 1.5rem; font-size: 1.25rem; font-weight: 600; letter-spacing: -0.025em; color: var(--ink); }
.cx-feature__b { margin-top: 0.75rem; font-size: 0.875rem; color: var(--ink-soft); }
@media (min-width: 768px) {
  .cx-features__title { font-size: 4.5rem; }
  .cx-feature-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =====================================================================
   12. TOOLS / STACK
   ===================================================================== */
.cx-tools { position: relative; overflow: hidden; background: var(--surface); }
.cx-tools__inner { text-align: center; }
.cx-tools__title { margin: 0 auto; max-width: 48rem; font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-tools__lead { margin: 1.5rem auto 0; max-width: 42rem; color: var(--ink-soft); }
.cx-tools__cta { margin-top: 2rem; }
.cx-tools__grid { margin-top: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.cx-tool { border-radius: var(--radius-2xl); background: var(--background); padding: 1.5rem; font-size: 1.125rem; font-weight: 500; color: var(--ink); }
@media (min-width: 768px) {
  .cx-tools__title { font-size: 3.75rem; }
  .cx-tools__grid { grid-template-columns: repeat(4, 1fr); }
}

/* =====================================================================
   13. TEAM / FOUR PRINCIPLES
   ===================================================================== */
.cx-team { background: var(--background); }
.cx-team__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-team__grid { margin-top: 4rem; display: grid; gap: 1.25rem; grid-template-columns: 1fr 1fr; }
.cx-member__media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius-2xl); background: linear-gradient(to bottom right, var(--surface-2), var(--surface)); }
.cx-member__glow { position: absolute; inset: 0; }
.cx-member__num { position: absolute; inset-inline: 0; bottom: 0; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 2rem; font-size: 3.75rem; font-weight: 600; color: oklch(0.15 0.01 260 / 0.2); }
.cx-member__name { margin-top: 1rem; font-size: 1.125rem; font-weight: 600; color: var(--ink); }
.cx-member__role { font-size: 0.875rem; color: var(--ink-soft); }
@media (min-width: 768px) { .cx-team__title { font-size: 4.5rem; } .cx-team__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cx-team__grid { grid-template-columns: repeat(5, 1fr); } }

/* =====================================================================
   14. STATS
   ===================================================================== */
.cx-stats { background: var(--surface); }
.cx-stats__grid { display: grid; gap: 4rem; }
.cx-stats__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-stats__lead { margin-top: 1.5rem; max-width: 28rem; color: var(--ink-soft); }
.cx-stats__list { display: grid; gap: 1.25rem; }
.cx-stat { display: flex; align-items: flex-end; justify-content: space-between; border-radius: var(--radius-3xl); background: var(--background); padding: 2rem; }
.cx-stat__l { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); }
.cx-stat__v { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
@media (min-width: 768px) { .cx-stats__grid { grid-template-columns: 1fr 1fr; } .cx-stats__title { font-size: 3.75rem; } .cx-stat__v { font-size: 3.75rem; } }

/* =====================================================================
   15. AWARDS / CAPABILITIES (list)
   ===================================================================== */
.cx-awards { background: var(--background); }
.cx-awards__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-awards__list { margin-top: 4rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cx-award { display: grid; grid-template-columns: repeat(12, 1fr); align-items: center; gap: 1rem; padding: 2rem 0; transition: background .2s ease; border-top: 1px solid var(--border); }
.cx-award:first-child { border-top: 0; }
.cx-award:hover { background: var(--surface); }
.cx-award__n { grid-column: span 2; font-size: 0.875rem; color: var(--ink-soft); }
.cx-award__t { grid-column: span 10; font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; color: var(--ink); }
.cx-award__sub { grid-column: span 12; font-size: 0.875rem; color: var(--ink-soft); }
.cx-award__yr { grid-column: span 12; font-size: 0.875rem; color: var(--ink-soft); }
@media (min-width: 768px) {
  .cx-awards__title { font-size: 3.75rem; }
  .cx-award__n { grid-column: span 1; }
  .cx-award__t { grid-column: span 5; font-size: 1.875rem; }
  .cx-award__sub { grid-column: span 4; }
  .cx-award__yr { grid-column: span 2; text-align: right; }
}

/* =====================================================================
   16. TESTIMONIALS
   ===================================================================== */
.cx-testi { background: var(--surface); }
.cx-testi__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-testi__card { display: flex; flex-direction: column; border-radius: var(--radius-3xl); background: var(--background); padding: 2rem; }
.cx-stars { display: flex; gap: 0.25rem; color: var(--brand); }
.cx-testi__quote { margin-top: 1.5rem; flex: 1; font-size: 1.125rem; color: var(--ink); }
.cx-testi__foot { margin-top: 2rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
.cx-testi__name { font-weight: 500; color: var(--ink); }
.cx-testi__role { font-size: 0.875rem; color: var(--ink-soft); }
@media (min-width: 768px) { .cx-testi__title { font-size: 4.5rem; } }

/* =====================================================================
   17. PRICING
   ===================================================================== */
.cx-pricing { background: var(--background); }
.cx-pricing__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-plan { border-radius: var(--radius-3xl); background: var(--surface); color: var(--ink); padding: 2.5rem; }
.cx-plan--featured { background: var(--ink-900); color: #fff; }
.cx-plan__row { display: flex; align-items: center; justify-content: space-between; }
.cx-plan__name { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; }
.cx-plan__badge { border-radius: var(--pill); background: var(--brand); padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #fff; }
.cx-plan__price { margin-top: 2rem; display: flex; align-items: flex-end; gap: 0.5rem; }
.cx-plan__amt { font-size: 3.75rem; font-weight: 600; letter-spacing: -0.05em; }
.cx-plan__unit { color: var(--ink-soft); }
.cx-plan--featured .cx-plan__unit { color: rgba(255,255,255,.6); }
.cx-plan__desc { margin-top: 1rem; font-size: 0.875rem; color: var(--ink-soft); }
.cx-plan--featured .cx-plan__desc { color: rgba(255,255,255,.7); }
.cx-plan__cta { margin-top: 2rem; width: 100%; justify-content: center; }
.cx-plan__inc { margin-top: 2rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); }
.cx-plan--featured .cx-plan__inc { color: rgba(255,255,255,.6); }
.cx-plan__list { margin-top: 1rem; list-style: none; padding: 0; display: grid; gap: 0.75rem; }
.cx-plan__list li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; }
.cx-plan__list .cx-icon { color: var(--brand); flex: none; }
@media (min-width: 768px) { .cx-pricing__title { font-size: 4.5rem; } }

/* =====================================================================
   18. FAQ (accordion)
   ===================================================================== */
.cx-faqs { background: var(--surface); }
.cx-faqs__grid { display: grid; gap: 4rem; }
.cx-faqs__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; color: var(--ink); }
.cx-faq-list { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cx-faq { border-top: 1px solid var(--border); }
.cx-faq:first-child { border-top: 0; }
.cx-faq__btn { display: block; width: 100%; padding: 1.5rem 0; text-align: left; background: none; border: 0; cursor: pointer; }
.cx-faq__row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.cx-faq__q { font-size: 1.125rem; font-weight: 500; color: var(--ink); }
.cx-faq__icon { flex: none; color: var(--ink); }
.cx-faq.is-open .cx-faq__icon { color: var(--brand); }
.cx-faq__a { margin-top: 1rem; color: var(--ink-soft); display: none; }
.cx-faq.is-open .cx-faq__a { display: block; }
.cx-faq__minus { display: none; }
.cx-faq.is-open .cx-faq__plus { display: none; }
.cx-faq.is-open .cx-faq__minus { display: inline-block; }
@media (min-width: 768px) { .cx-faqs__grid { grid-template-columns: 1fr 1fr; } .cx-faqs__title { font-size: 3.75rem; } }

/* =====================================================================
   19. CONTACT (dark, form)
   ===================================================================== */
.cx-contact { position: relative; overflow: hidden; background: var(--dark-section); color: #fff; }
.cx-contact__title { font-size: 3rem; font-weight: 600; letter-spacing: -0.05em; }
.cx-contact__lead { margin-top: 1.5rem; max-width: 42rem; font-size: 1.125rem; color: rgba(255,255,255,.7); }
.cx-contact__grid { margin-top: 4rem; display: grid; gap: 2.5rem; }
.cx-contact__col { display: grid; gap: 2rem; align-content: start; }
.cx-contact__k { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,.5); }
.cx-contact__email { margin-top: 0.5rem; display: block; font-size: 1.5rem; font-weight: 500; }
.cx-contact__big { margin-top: 0.5rem; font-size: 1.5rem; font-weight: 500; }
.cx-contact__card { border-radius: var(--radius-3xl); background: rgba(255,255,255,.05); padding: 1.5rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.cx-form { border-radius: var(--radius-3xl); background: rgba(255,255,255,.05); padding: 2rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.cx-form__title { font-size: 1.25rem; font-weight: 600; }
.cx-form__fields { margin-top: 1.5rem; display: grid; gap: 1rem; }
.cx-input, .cx-textarea { width: 100%; background: rgba(255,255,255,.1); color: #fff; font-size: 0.875rem; padding: 0.875rem 1.25rem; border: 0; outline: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.cx-input { border-radius: var(--pill); }
.cx-textarea { border-radius: var(--radius-3xl); resize: vertical; }
.cx-input::placeholder, .cx-textarea::placeholder { color: rgba(255,255,255,.4); }
.cx-input:focus, .cx-textarea:focus { box-shadow: inset 0 0 0 1px var(--brand); }
.cx-form__submit { width: 100%; justify-content: center; }
@media (min-width: 768px) { .cx-contact__title { font-size: 6rem; } .cx-contact__grid { grid-template-columns: 1fr 1fr; } }

/* =====================================================================
   20. FOOTER
   ===================================================================== */
.cx-footer { background: var(--footer-bg); color: rgba(255,255,255,.7); padding-top: 3rem; padding-bottom: 3rem; }
.cx-footer__inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1.5rem; }
.cx-footer__tag { font-size: 0.875rem; text-align: center; }
.cx-footer__copy { font-size: 0.875rem; }
@media (min-width: 768px) { .cx-footer__inner { flex-direction: row; } }

/* =====================================================================
   21. GENERIC PAGE / POST CONTENT (for Elementor Full-Width + block pages)
   ===================================================================== */
.cx-page { padding-top: 4rem; padding-bottom: 5rem; }
.cx-page__title { font-size: 2.5rem; font-weight: 600; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 1.5rem; }
.cx-entry { max-width: 46rem; }
.cx-entry p { margin: 0 0 1.15rem; color: var(--foreground); }
.cx-entry a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
.cx-entry h2 { font-size: 1.875rem; margin: 2rem 0 1rem; }
.cx-entry h3 { font-size: 1.5rem; margin: 1.75rem 0 0.75rem; }
.cx-entry img { border-radius: var(--radius-2xl); margin: 1.5rem 0; }
.cx-entry blockquote { border-left: 3px solid var(--brand); margin: 1.5rem 0; padding: 0.25rem 0 0.25rem 1.25rem; color: var(--ink-soft); }
.cx-404 { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 2rem; }
.cx-404 h1 { font-size: 4.5rem; font-weight: 700; color: var(--foreground); }
.cx-404 h2 { margin-top: 1rem; font-size: 1.25rem; font-weight: 600; color: var(--foreground); }
.cx-404 p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--ink-soft); }

/* Screen-reader helper + skip link (accessibility / theme-check) */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; }
.skip-link { position: absolute; left: -9999px; z-index: 100000; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; color: #000; padding: 0.5rem 1rem; border-radius: 6px; }

/* WP alignment + caption defaults so block/Elementor content behaves */
.alignwide { max-width: 78rem; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.wp-caption-text { font-size: 0.85rem; color: var(--ink-soft); }
