/* =========================================================================
   Cowrietech — design system
   Modern Microsoft-partner / SaaS aesthetic. Light, fast, easy to theme.
   Change brand colours in the :root block below.
   ========================================================================= */

:root{
  /* Brand */
  --navy:#0a1f44;        /* deep midnight — headings, dark sections */
  --navy-2:#0d2a5c;
  --blue:#1f5fe0;        /* primary action blue */
  --blue-2:#1648b8;
  --cyan:#13b6c9;        /* accent */
  --gold:#f5a524;        /* highlight / cowrie warmth */
  --ink:#15233d;         /* body text on light */
  --muted:#5b6b86;       /* secondary text */
  --line:#e6ebf3;        /* borders */
  --bg:#ffffff;
  --bg-soft:#f5f8fc;     /* section alt background */
  --bg-tint:#eef3fb;
  --white:#fff;

  --radius:16px;
  --radius-sm:10px;
  --shadow-sm:0 1px 2px rgba(16,33,68,.06), 0 2px 8px rgba(16,33,68,.05);
  --shadow:0 10px 30px rgba(16,33,68,.10);
  --shadow-lg:0 24px 60px rgba(16,33,68,.16);
  --maxw:1180px;
  --ease:cubic-bezier(.2,.7,.2,1);

  --grad-hero:radial-gradient(1200px 600px at 80% -10%, rgba(19,182,201,.22), transparent 60%),
              radial-gradient(900px 500px at 0% 0%, rgba(31,95,224,.28), transparent 55%),
              linear-gradient(160deg, #0a1f44 0%, #0d2a5c 55%, #123a86 100%);
  --grad-blue:linear-gradient(135deg, var(--blue) 0%, var(--cyan) 100%);
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Plus Jakarta Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.6;font-size:16.5px;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none;transition:color .2s var(--ease)}
ul{list-style:none}
svg.ic{width:24px;height:24px;flex:none}

/* ---------- layout ---------- */
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:96px 0}
.section.tight{padding:64px 0}
.section.soft{background:var(--bg-soft)}
.section.dark{background:var(--navy);color:#dbe6fb}
.section.dark h2,.section.dark h3{color:#fff}
.center{text-align:center}
.grid{display:grid;gap:24px}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}

/* ---------- type ---------- */
h1,h2,h3,h4{font-family:'Plus Jakarta Sans',sans-serif;color:var(--navy);line-height:1.15;font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(2.2rem,5vw,3.6rem)}
h2{font-size:clamp(1.8rem,3.5vw,2.6rem)}
h3{font-size:1.25rem;font-weight:700}
.lead{font-size:1.15rem;color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.section.dark .eyebrow{color:var(--cyan)}
.section-head{max-width:680px;margin:0 auto 56px}
.section-head.left{margin-left:0}
.section-head p{color:var(--muted);font-size:1.08rem;margin-top:14px}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:.98rem;
  padding:13px 24px;border-radius:12px;border:1.5px solid transparent;cursor:pointer;
  transition:transform .15s var(--ease),box-shadow .2s var(--ease),background .2s,color .2s;white-space:nowrap}
.btn svg{width:18px;height:18px}
.btn-primary{background:var(--grad-blue);color:#fff;box-shadow:0 8px 22px rgba(31,95,224,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(31,95,224,.45)}
.btn-dark{background:var(--navy);color:#fff}
.btn-dark:hover{background:var(--navy-2);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.btn-white{background:#fff;color:var(--navy)}
.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.25)}
.btn-light:hover{background:rgba(255,255,255,.2)}
.btn-lg{padding:16px 30px;font-size:1.05rem}

/* ---------- top bar ---------- */
.topbar{background:var(--navy);color:#b9c8e6;font-size:.85rem}
.topbar .container{display:flex;justify-content:space-between;align-items:center;height:40px;gap:18px}
.topbar a{color:#cdd9f0}
.topbar a:hover{color:#fff}
.topbar .tb-left{display:flex;gap:22px}
.topbar .tb-item{display:flex;align-items:center;gap:7px}
.topbar .tb-item svg{width:15px;height:15px;color:var(--cyan)}
.topbar .tb-social{display:flex;gap:14px}
.topbar .tb-social svg{width:16px;height:16px}

/* ---------- header / nav ---------- */
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);transition:box-shadow .25s}
.header.scrolled{box-shadow:var(--shadow-sm)}
.nav{display:flex;align-items:center;justify-content:flex-start;height:74px;gap:22px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:1.35rem;color:var(--navy);letter-spacing:-.02em;flex:none}
.brand .logo{width:40px;height:40px;border-radius:11px;background:var(--grad-hero);display:grid;place-items:center;color:#fff;flex:none;box-shadow:var(--shadow-sm)}
.brand .logo svg{width:22px;height:22px}
.brand b{color:var(--blue)}
.brand-logo{height:48px;width:auto;display:block;flex:none;max-width:none}
@media (max-width:640px){.brand-logo{height:38px}}
/* Guard: keep the logo visible even if an optimizer/lazy-loader tries to fade it */
.brand-logo,.f-logo img{opacity:1!important;visibility:visible!important}
/* footer: navy mark sits on a white chip for contrast */
.f-logo{display:inline-flex;background:#fff;border-radius:12px;padding:10px 16px;margin-bottom:16px;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease)}
.f-logo:hover{transform:translateY(-2px)}
.f-logo img{height:50px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:4px}
.nav-links>li>a{display:flex;align-items:center;gap:5px;padding:10px 14px;border-radius:10px;font-weight:600;font-size:.96rem;color:var(--ink)}
.nav-links>li>a:hover,.nav-links>li>a.active{color:var(--blue);background:var(--bg-tint)}
.nav-links .caret{width:15px;height:15px;transition:transform .2s}
.nav-cta{display:flex;align-items:center;gap:10px;margin-left:auto}
.burger{display:none;background:none;border:none;cursor:pointer;color:var(--navy);padding:8px}
.burger svg{width:28px;height:28px}

/* mega menu */
.has-mega{position:relative}
.mega{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(8px);
  background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);
  padding:22px;opacity:0;visibility:hidden;transition:.22s var(--ease);z-index:120}
.has-mega:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.has-mega:hover .caret{transform:rotate(180deg)}
.mega-wide{width:760px}
.mega-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 18px}
.mega-col h5{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:10px 8px 6px;font-weight:700}
.mega-item{display:flex;gap:11px;padding:9px 10px;border-radius:11px;align-items:flex-start}
.mega-item:hover{background:var(--bg-soft)}
.mega-item .mi-ic{width:34px;height:34px;border-radius:9px;background:var(--bg-tint);color:var(--blue);display:grid;place-items:center;flex:none}
.mega-item .mi-ic svg{width:18px;height:18px}
.mega-item b{display:block;font-size:.9rem;color:var(--navy);font-weight:700;line-height:1.3}
.mega-item span{font-size:.78rem;color:var(--muted);line-height:1.35}
.mega-foot{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.mega-foot a{font-weight:700;color:var(--blue);font-size:.9rem;display:inline-flex;align-items:center;gap:6px}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--grad-hero);color:#fff;overflow:hidden;padding:96px 0 110px}
.hero::after{content:"";position:absolute;inset:auto 0 -1px 0;height:120px;background:linear-gradient(transparent,rgba(255,255,255,.06))}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero h1{color:#fff;max-width:14ch}
.hero p{color:#cdd9f0;font-size:1.18rem;margin:22px 0 30px;max-width:54ch}
.hero .eyebrow{color:#9fe7ef;background:rgba(255,255,255,.08);padding:7px 14px;border-radius:30px;border:1px solid rgba(255,255,255,.14)}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-badges{display:flex;gap:22px;margin-top:34px;flex-wrap:wrap;align-items:center}
.hero-badges span{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#bcd0f3}
.hero-badges svg{width:18px;height:18px;color:var(--cyan)}
.blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;z-index:1}
.blob.b1{width:380px;height:380px;background:#2a6df5;top:-80px;right:-60px}
.blob.b2{width:320px;height:320px;background:#13b6c9;bottom:-120px;left:-80px}

/* hero visual card stack */
.hero-visual{position:relative;z-index:2}
.hvcard{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:18px;
  padding:18px 20px;backdrop-filter:blur(8px);box-shadow:var(--shadow-lg);display:flex;gap:14px;align-items:center;margin-bottom:14px}
.hvcard .hv-ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:#fff;flex:none}
.hvcard h4{color:#fff;font-size:1rem;margin-bottom:2px}
.hvcard p{margin:0;font-size:.86rem;color:#bcd0f3}
.hvcard.f1{margin-left:0}.hvcard.f2{margin-left:48px}.hvcard.f3{margin-left:16px}

/* ---------- trust strip ---------- */
.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust .container{padding-top:34px;padding-bottom:34px}
.trust-label{text-align:center;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:22px}
.logo-wall{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px 38px}
.logo-chip{font-weight:800;color:#8ea0bf;font-size:1.15rem;letter-spacing:-.02em;opacity:.85;
  display:flex;align-items:center;gap:8px;filter:grayscale(1);transition:.2s}
.logo-chip:hover{filter:none;color:var(--navy);opacity:1}
.logo-chip svg{width:22px;height:22px;color:var(--cyan)}

/* badges row */
.badges{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:26px}
.badge{display:flex;align-items:center;gap:10px;padding:11px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);font-weight:600;font-size:.9rem;color:var(--navy)}
.badge svg{width:22px;height:22px;color:var(--blue)}
.badge .ms-tile{display:grid;grid-template-columns:1fr 1fr;width:18px;height:18px;gap:1.5px}
.badge .ms-tile i{display:block;border-radius:1px}
.badge .ms-tile i:nth-child(1){background:#f25022}.badge .ms-tile i:nth-child(2){background:#7fba00}
.badge .ms-tile i:nth-child(3){background:#00a4ef}.badge .ms-tile i:nth-child(4){background:#ffb900}

/* ---------- cards ---------- */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s;height:100%;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}
.card .c-ic{width:52px;height:52px;border-radius:13px;background:var(--bg-tint);color:var(--blue);display:grid;place-items:center;margin-bottom:18px}
.card .c-ic svg{width:26px;height:26px}
.card h3{margin-bottom:8px}
.card p{color:var(--muted);font-size:.96rem;flex:1}
.card .c-link{margin-top:16px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:7px;font-size:.92rem}
.card .c-link svg{width:16px;height:16px;transition:transform .2s}
.card:hover .c-link svg{transform:translateX(4px)}
.card .c-tag{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin-bottom:10px}

/* two-pillar */
.pillars{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.pillar{position:relative;border-radius:20px;padding:38px;overflow:hidden;color:#fff;min-height:300px;display:flex;flex-direction:column}
.pillar.singular{background:linear-gradient(150deg,#123a86,#1f5fe0)}
.pillar.ms{background:linear-gradient(150deg,#0a1f44,#0d6b7a)}
.pillar h3{color:#fff;font-size:1.5rem;margin-bottom:10px}
.pillar p{color:rgba(255,255,255,.85);margin-bottom:20px}
.pillar .p-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.pillar .p-links a{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:7px 13px;border-radius:30px;font-size:.83rem;font-weight:600}
.pillar .p-links a:hover{background:rgba(255,255,255,.24)}
.pillar .btn{margin-top:auto;align-self:flex-start}
.pillar-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;padding:5px 12px;border-radius:30px;margin-bottom:14px}
.pillar-badge svg{width:14px;height:14px}

/* delivery-model cards (SaaS vs bespoke) */
.deliver-tag{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:6px 13px;border-radius:30px;margin-bottom:14px;width:fit-content}
.deliver-tag svg{width:15px;height:15px}
.tag-saas{background:#e7f0ff;color:var(--blue)}
.tag-bespoke{background:#e9f7ef;color:#1f9d6a}
.deliver-card .checklist li{margin-bottom:11px;font-size:.95rem}

/* ---------- stats ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat{text-align:center;padding:14px}
.stat .num{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;font-family:'Plus Jakarta Sans'}
.section.dark .stat .num{background:linear-gradient(120deg,#fff,#9fe7ef);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.stat .lbl{color:#aebfdf;font-size:.95rem;margin-top:6px}

/* ---------- product/grid tiles ---------- */
.tile{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;transition:.2s var(--ease);height:100%}
.tile:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:transparent}
.tile .t-ic{width:46px;height:46px;border-radius:11px;background:var(--bg-tint);color:var(--blue);display:grid;place-items:center;flex:none}
.tile .t-ic svg{width:23px;height:23px}
.tile h4{font-size:1.02rem;color:var(--navy);margin-bottom:4px}
.tile p{font-size:.86rem;color:var(--muted);margin:0}
.tile .t-buyer{font-size:.76rem;color:var(--cyan);font-weight:700;margin-top:7px}

/* group heading */
.group-label{display:flex;align-items:center;gap:12px;margin:8px 0 18px;grid-column:1/-1}
.group-label span{font-weight:800;color:var(--navy);font-size:1.05rem;white-space:nowrap}
.group-label .ln{height:1px;background:var(--line);flex:1}

/* ---------- industries ---------- */
.ind-card{position:relative;border-radius:18px;overflow:hidden;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;
  padding:26px;color:#fff;background:linear-gradient(160deg,#15275a,#1f5fe0);transition:.25s var(--ease)}
.ind-card:nth-child(2){background:linear-gradient(160deg,#0d3b52,#13b6c9)}
.ind-card:nth-child(3){background:linear-gradient(160deg,#3a2566,#7b3fe4)}
.ind-card:nth-child(4){background:linear-gradient(160deg,#143f33,#1f9d6a)}
.ind-card:nth-child(5){background:linear-gradient(160deg,#5a2740,#e0518a)}
.ind-card:nth-child(6){background:linear-gradient(160deg,#173a5e,#2f80ed)}
.ind-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.ind-card .i-ic{position:absolute;top:22px;right:22px;width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.16);display:grid;place-items:center}
.ind-card h3{color:#fff;margin-bottom:6px}
.ind-card p{color:rgba(255,255,255,.85);font-size:.9rem;margin-bottom:14px}
.ind-card .i-link{font-weight:700;font-size:.88rem;display:inline-flex;gap:6px;align-items:center}

/* ---------- why / feature list ---------- */
.feature{display:flex;gap:16px;align-items:flex-start}
.feature .f-ic{width:48px;height:48px;border-radius:12px;background:var(--grad-blue);color:#fff;display:grid;place-items:center;flex:none;box-shadow:0 8px 20px rgba(31,95,224,.3)}
.feature h4{color:var(--navy);margin-bottom:5px}
.feature p{color:var(--muted);font-size:.95rem}
.checklist li{display:flex;gap:11px;align-items:flex-start;margin-bottom:13px;color:var(--ink)}
.checklist li svg{width:22px;height:22px;color:#1f9d6a;flex:none;margin-top:1px}
.section.dark .checklist li{color:#cdd9f0}

/* ---------- testimonials ---------- */
.quote{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow-sm);height:100%;display:flex;flex-direction:column}
.quote .stars{display:flex;gap:3px;color:var(--gold);margin-bottom:14px}
.quote .stars svg{width:18px;height:18px;fill:var(--gold)}
.quote p{font-size:1.02rem;color:var(--ink);font-style:italic;flex:1}
.quote .who{display:flex;align-items:center;gap:12px;margin-top:18px}
.quote .av{width:44px;height:44px;border-radius:50%;background:var(--grad-blue);color:#fff;display:grid;place-items:center;font-weight:800}
.quote .who b{display:block;color:var(--navy);font-size:.95rem}
.quote .who span{font-size:.82rem;color:var(--muted)}

/* ---------- CTA band ---------- */
.cta-band{background:var(--grad-hero);border-radius:26px;padding:56px;color:#fff;text-align:center;position:relative;overflow:hidden}
.cta-band h2{color:#fff;margin-bottom:12px}
.cta-band p{color:#cdd9f0;max-width:560px;margin:0 auto 26px;font-size:1.1rem}
.cta-band .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- page hero (inner pages) ---------- */
.page-hero{background:var(--grad-hero);color:#fff;padding:70px 0 64px;position:relative;overflow:hidden}
.page-hero .crumb{font-size:.85rem;color:#9fb6e6;margin-bottom:14px;display:flex;gap:8px;align-items:center}
.page-hero .crumb a:hover{color:#fff}
.page-hero h1{color:#fff;max-width:18ch}
.page-hero p{color:#cdd9f0;font-size:1.15rem;margin-top:16px;max-width:60ch}
.page-hero .ph-ic{width:64px;height:64px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;margin-bottom:20px}
.page-hero .ph-ic svg{width:32px;height:32px;color:#9fe7ef}
.page-hero .ph-logo{display:inline-flex;background:#fff;border-radius:12px;padding:10px 18px;margin-bottom:20px;box-shadow:var(--shadow)}
.page-hero .ph-logo img{height:46px;width:auto;display:block}

/* ---------- detail layout ---------- */
.detail-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:48px;align-items:start}
.prose h2{font-size:1.6rem;margin:8px 0 14px}
.prose p{color:var(--muted);margin-bottom:16px}
.mod-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}
.mod{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:11px;padding:13px 15px;font-weight:600;font-size:.92rem;color:var(--navy)}
.mod svg{width:18px;height:18px;color:var(--blue);flex:none}
.prose-shot{width:100%;border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow);margin:8px 0 4px}
.aside-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:18px;padding:26px;position:sticky;top:96px}
.aside-card h4{color:var(--navy);margin-bottom:6px}
.aside-card .ac-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:.92rem}
.aside-card .ac-row:last-of-type{border:none}
.aside-card .ac-row span{color:var(--muted)}
.aside-card .ac-row b{color:var(--navy)}
.aside-card .btn{width:100%;justify-content:center;margin-top:16px}

.pill{display:inline-flex;align-items:center;gap:7px;background:var(--bg-tint);color:var(--blue);font-weight:700;font-size:.8rem;padding:6px 13px;border-radius:30px}

/* related */
.related{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

/* ---------- directors / leadership ---------- */
.director{display:grid;grid-template-columns:320px 1fr;gap:44px;align-items:start}
.director-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:20px;padding:30px;text-align:center;position:sticky;top:96px}
.director-avatar{width:130px;height:130px;border-radius:50%;margin:0 auto 18px;background:var(--grad-hero);display:grid;place-items:center;color:#fff;font-size:2.6rem;font-weight:800;letter-spacing:.02em;box-shadow:var(--shadow);overflow:hidden}
.director-avatar img{width:100%;height:100%;object-fit:cover}
.director-card h3{font-size:1.3rem;margin-bottom:4px}
.director-role{color:var(--blue);font-weight:700;font-size:.95rem;margin-bottom:8px}
.director-loc{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.88rem;margin-bottom:18px}
.director-loc svg{width:15px;height:15px;color:var(--cyan)}
.cred-chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}
.cred-chip{background:#fff;border:1px solid var(--line);color:var(--navy);font-weight:700;font-size:.74rem;padding:6px 11px;border-radius:30px}
.director-bio h2{font-size:1.7rem}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.tag{background:var(--bg-tint);color:var(--blue);font-weight:600;font-size:.84rem;padding:7px 13px;border-radius:9px}

/* ---------- forms ---------- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow)}
.field{margin-bottom:18px}
.field label{display:block;font-weight:600;font-size:.9rem;color:var(--navy);margin-bottom:7px}
.field input,.field select,.field textarea{width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:11px;font-family:inherit;font-size:.97rem;color:var(--ink);background:#fff;transition:.18s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(31,95,224,.12)}
.field textarea{resize:vertical;min-height:120px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-note{font-size:.85rem;color:var(--muted);margin-top:10px;display:flex;gap:8px;align-items:center}
.form-note svg{width:16px;height:16px;color:#1f9d6a}
.alert{padding:14px 18px;border-radius:12px;font-weight:600;margin-bottom:20px;display:flex;gap:10px;align-items:center}
.alert svg{width:20px;height:20px;flex:none}
.alert-ok{background:#e7f7ee;color:#137a47;border:1px solid #bfe9d2}
.alert-err{background:#fdeaea;color:#b42424;border:1px solid #f4c4c4}

/* contact info cards */
.cinfo{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--line)}
.cinfo:last-child{border:none}
.cinfo .ci-ic{width:46px;height:46px;border-radius:12px;background:var(--bg-tint);color:var(--blue);display:grid;place-items:center;flex:none}
.cinfo h5{color:var(--navy);font-size:.95rem;margin-bottom:3px}
.cinfo p,.cinfo a{color:var(--muted);font-size:.95rem}
.cinfo a:hover{color:var(--blue)}

/* ---------- FAQ ---------- */
.faq{border:1px solid var(--line);border-radius:14px;margin-bottom:12px;background:#fff;overflow:hidden}
.faq summary{cursor:pointer;padding:20px 22px;font-weight:700;color:var(--navy);display:flex;justify-content:space-between;align-items:center;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pls{width:22px;height:22px;color:var(--blue);transition:transform .2s;flex:none}
.faq[open] summary .pls{transform:rotate(45deg)}
.faq .ans{padding:0 22px 20px;color:var(--muted)}

/* ---------- footer ---------- */
.footer{background:var(--navy);color:#a9bbdc;padding:70px 0 0}
.footer h5{color:#fff;font-size:.95rem;margin-bottom:18px;letter-spacing:.02em}
.footer a{color:#a9bbdc;font-size:.92rem;display:block;padding:5px 0}
.footer a:hover{color:#fff;padding-left:4px}
.f-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;gap:36px}
.f-brand .brand{color:#fff;margin-bottom:16px}
.f-brand p{font-size:.92rem;color:#9fb0d4;margin-bottom:18px;max-width:32ch}
.f-social{display:flex;gap:12px}
.f-social a{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.08);display:grid;place-items:center;padding:0}
.f-social a:hover{background:var(--blue);padding:0}
.f-social svg{width:19px;height:19px}
.f-contact .fc-row{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;font-size:.9rem}
.f-contact .fc-row svg{width:17px;height:17px;color:var(--cyan);flex:none;margin-top:3px}
.f-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#8499c2;flex-wrap:wrap;gap:10px}
.f-bottom a{display:inline}

/* ---------- floating whatsapp ---------- */
.wa-float{position:fixed;bottom:24px;right:24px;z-index:90;width:58px;height:58px;border-radius:50%;
  background:#25d366;display:grid;place-items:center;box-shadow:0 10px 28px rgba(37,211,102,.5);transition:transform .2s}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:30px;height:30px;color:#fff;stroke-width:1.5}

/* ---------- mobile nav ---------- */
.mobile-nav{position:fixed;inset:0;z-index:200;background:rgba(10,31,68,.5);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.25s}
.mobile-nav.open{opacity:1;visibility:visible}
.mn-panel{position:absolute;top:0;right:0;width:min(86vw,380px);height:100%;background:#fff;padding:24px;overflow-y:auto;transform:translateX(100%);transition:.3s var(--ease)}
.mobile-nav.open .mn-panel{transform:translateX(0)}
.mn-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.mn-close{background:none;border:none;cursor:pointer;color:var(--navy)}
.mn-close svg{width:28px;height:28px}
.mn-panel details{border-bottom:1px solid var(--line)}
.mn-panel details>summary{padding:15px 4px;font-weight:700;color:var(--navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.mn-panel details>summary::-webkit-details-marker{display:none}
.mn-panel details>summary svg{width:18px;height:18px;transition:.2s}
.mn-panel details[open]>summary svg{transform:rotate(180deg)}
.mn-sub{padding:0 4px 14px}
.mn-sub a{display:block;padding:9px 0;color:var(--muted);font-weight:600;font-size:.94rem}
.mn-link{display:block;padding:15px 4px;font-weight:700;color:var(--navy);border-bottom:1px solid var(--line)}
.mn-cta{margin-top:22px;display:grid;gap:10px}
.mn-cta .btn{width:100%;justify-content:center}

/* ---------- reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ---------- responsive ---------- */
@media (max-width:1080px){
  .mega-wide{width:620px}
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-visual{max-width:460px}
  .f-grid{grid-template-columns:1fr 1fr 1fr;gap:30px}
  .f-brand{grid-column:1/-1}
}
@media (max-width:900px){
  .nav-links,.nav-cta .btn{display:none}
  .burger{display:block}
  .g4,.stats,.related{grid-template-columns:1fr 1fr}
  .g3{grid-template-columns:1fr 1fr}
  .pillars{grid-template-columns:1fr}
  .detail-grid{grid-template-columns:1fr;gap:32px}
  .aside-card{position:static}
  .topbar .tb-left .tb-item:nth-child(3){display:none}
}
@media (max-width:640px){
  .section{padding:64px 0}
  .g2,.g3,.g4,.stats,.related,.mod-grid,.field-row{grid-template-columns:1fr}
  .hero{padding:64px 0 80px}
  .cta-band{padding:38px 22px}
  .f-grid{grid-template-columns:1fr 1fr}
  .topbar .tb-left{gap:14px}
  .topbar .tb-item span{display:none}
  .hvcard.f2,.hvcard.f3{margin-left:0}
  .f-bottom{flex-direction:column;text-align:center}
}
