@import url("/wp-content/themes/unicon/assests/css/footer.css");
:root {
      --blue:        #0C5C96;
      --blue-dark:   #094e82;
      --blue-light:  #1a6fad;
      --blue-pale:   #EAF3FB;
      --blue-pale-2: #D6EAF8;
      --beige:       #EAF3FB;
      --beige-mid:   #D6EAF8;
      --beige-dark:  #88a1b7;
      --beige-border:#e1e3e8;
      --text:        #1A1A2E;
      --text-soft:   #4A5568;
      --text-faint:  #8A94A6;
      --white:       #FFFFFF;
      --success:     #1A7F5A;
      --success-pale:#E6F4EE;

      --font-head: "Manrope", system-ui, sans-serif;
      --font-body: "Inter", system-ui, sans-serif;

      --max-w: 1160px;
      --header-h: 132px;
      --radius-sm: 4px;
      --radius-md: 8px;
      --radius-lg: 14px;
      --t: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
      --shadow-card: 0 8px 32px rgba(12, 92, 150, 0.10);
    }

    .wrap { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

    
    /* ══ sdba_hero ══ */
    .sdba_hero { background: var(--blue); overflow: hidden; position: relative; }
    .sdba_hero::before {
      content: ""; position: absolute; bottom: -80px; left: -80px;
      width: 420px; height: 420px; border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 60%);
      pointer-events: none;
    }
    .sdba_hero::after {
      content: ""; position: absolute; top: -60px; right: -60px;
      width: 280px; height: 280px; border-radius: 50%;
      background: radial-gradient(circle, rgba(168,216,240,.05) 0%, transparent 65%);
      pointer-events: none;
    }
    .sdba_hero-layout {
      display: grid; grid-template-columns: 1fr 340px;
      gap: 2.5rem; align-items: center;
      height: calc(100vh - var(--header-h)); max-height: 780px; min-height: 560px;
    }
    @media (max-width: 960px) {
      .sdba_hero-layout { grid-template-columns: 1fr; gap: 2rem; height: auto; max-height: none; min-height: auto; padding: 3rem 0; }
    }
    .sdba_hero-breadcrumb {
      display: flex; align-items: center; gap: .45rem;
      font-size: .78rem; color: rgba(255,255,255,.5); margin-bottom: 1.1rem; flex-wrap: wrap;
    }
    .sdba_hero-breadcrumb a { color: rgba(255,255,255,.65); }
    .sdba_hero-breadcrumb a:hover { color: #fff; }
    .sdba_hero-eyebrow {
      display: inline-block; font-family: var(--font-head); font-size: .62rem; font-weight: 800;
      letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.75);
      background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
      padding: 5px 14px; border-radius: 99px; margin-bottom: 1rem;
    }
    .sdba_hero h1 {
      font-family: var(--font-head); font-weight: 900;
      font-size: clamp(1.75rem, 3.5vw, 2.6rem); letter-spacing: -.04em;
      line-height: 1.12; color: #fff; margin-bottom: .8rem; max-width: 34rem;
      text-wrap: balance;
    }
    .sdba_hero h1 em { font-style: normal; color: #A8D8F0; }
    .sdba_hero-lead {
      font-size: .98rem; color: rgba(255,255,255,.78); line-height: 1.65;
      max-width: 34rem; margin-bottom: 1.5rem;
    }
    .sdba_hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1.75rem; }
    .sdba_hero-btn-primary {
      display: inline-flex; align-items: center; gap: 7px;
      font-family: var(--font-body); font-size: .88rem; font-weight: 700;
      background: #fff; color: var(--blue); border: none; border-radius: var(--radius-sm);
      padding: 11px 22px; cursor: pointer; transition: background var(--t);
    }
    .sdba_hero-btn-primary:hover { background: var(--blue-pale); }
    .sdba_hero-btn-secondary {
      display: inline-flex; align-items: center; gap: 7px;
      font-family: var(--font-body); font-size: .88rem; font-weight: 600;
      background: rgba(255,255,255,.1); color: rgba(255,255,255,.9);
      border: 1.5px solid rgba(255,255,255,.28); border-radius: var(--radius-sm);
      padding: 11px 22px; cursor: pointer; transition: background var(--t);
    }
    .sdba_hero-btn-secondary:hover { background: rgba(255,255,255,.18); }

    /* stat strip */
    .sdba_hero-stats {
      display: flex; gap: 0; border: 1px solid rgba(255,255,255,.15);
      border-radius: var(--radius-md); overflow: hidden; max-width: 34rem;
    }
    .sdba_hero-stat {
      flex: 1; padding: .9rem 1rem; border-right: 1px solid rgba(255,255,255,.12);
    }
    .sdba_hero-stat:last-child { border-right: none; }
    .sdba_hero-stat-val {
      font-family: var(--font-head); font-size: 1.05rem; font-weight: 900;
      color: #fff; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 1px;
    }
    .sdba_hero-stat-label { font-size: .7rem; color: rgba(255,255,255,.5); font-weight: 500; }
    .sdba_hero-tag {
      display: inline-block; font-size: .7rem; font-weight: 600;
      color: rgba(255,255,255,.6); background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14); border-radius: 99px;
      padding: 4px 12px; margin-top: 1rem; letter-spacing: .02em;
    }

    /* snapshot card */
    .sdba_hero-card {
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18);
      border-radius: 18px; overflow: hidden; backdrop-filter: blur(14px);
      box-shadow: 0 24px 56px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.06);
      position: relative;
    }
    .sdba_hero-card::before {
      content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, #A8D8F0, #0C5C96, #10b981, #A8D8F0);
      background-size: 300% 100%; animation: stripe 3.5s linear infinite; z-index: 2;
    }
    @keyframes stripe { 0% { background-position: 0 0; } 100% { background-position: 300% 0; } }
    @media (prefers-reduced-motion: reduce) { .sdba_hero-card::before { animation: none; background-position: 50% 0; } }

    .hc-header { padding: 16px 16px 0; position: relative; z-index: 1; }
    .hc-identity {
      display: flex; align-items: center; gap: 10px; padding: 11px 12px;
      background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
      border-radius: 10px; margin-bottom: 12px;
    }
    .hc-logo {
      min-width: 42px; height: 38px; border-radius: 8px;
      background: linear-gradient(135deg, var(--blue), #094e82);
      display: flex; align-items: center; justify-content: center;
      font-family: var(--font-head); font-size: .52rem; font-weight: 900;
      letter-spacing: .03em; color: #fff; flex-shrink: 0; text-align: center;
      box-shadow: 0 4px 12px rgba(12,92,150,.4);
    }
    .hc-meta { flex: 1; min-width: 0; }
    .hc-meta-label { font-size: .58rem; font-weight: 600; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .08em; }
    .hc-meta-name { font-size: .85rem; font-weight: 700; color: #fff; letter-spacing: -.01em; }
    .hc-live { width: 8px; height: 8px; border-radius: 50%; background: #10b981; flex-shrink: 0; animation: live 2s ease-in-out infinite; }
    @keyframes live { 0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,.5); } 60% { box-shadow: 0 0 0 5px rgba(16,185,129,0); } }
    @media (prefers-reduced-motion: reduce) { .hc-live { animation: none; } }

    .hc-stat {
      padding: 2px 16px 12px; border-bottom: 1px solid rgba(255,255,255,.07);
      margin-bottom: 10px; position: relative; z-index: 1;
    }
    .hc-stat-num { display: block; font-family: var(--font-head); font-size: 2.5rem; font-weight: 900; color: #7dd3fc; letter-spacing: -.06em; line-height: 1; margin-bottom: 1px; }
    .hc-stat-plus { font-size: 1.3rem; color: #A8D8F0; vertical-align: super; font-weight: 800; }
    .hc-stat-label { font-size: .76rem; color: rgba(255,255,255,.75); font-weight: 600; letter-spacing: -.01em; }
    .hc-progress { height: 3px; background: rgba(255,255,255,.08); border-radius: 99px; margin-top: 8px; overflow: hidden; }
    .hc-progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #A8D8F0, var(--blue)); border-radius: 99px; transition: width 1.4s cubic-bezier(.22, 1, .36, 1); }

    .hc-items { padding: 0 16px; margin: 0; display: flex; flex-direction: column; gap: 5px; position: relative; z-index: 1; }
    .hc-item {
      display: flex; align-items: center; gap: 8px; padding: 7px 10px;
      background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
      border-left: 2px solid rgba(12,92,150,.4); border-radius: 7px;
      font-size: .75rem; color: rgba(255,255,255,.72); font-weight: 500;
      opacity: 0; transform: translateX(12px);
      transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .5s cubic-bezier(.22,1,.36,1);
    }
    .hc-item.revealed { opacity: 1; transform: none; }
    .hc-item strong { color: rgba(255,255,255,.92); font-weight: 600; }
    .hc-check {
      width: 18px; height: 18px; border-radius: 50%;
      background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; box-shadow: 0 2px 7px rgba(12,92,150,.35);
    }
    .hc-cta {
      display: flex; align-items: center; justify-content: space-between;
      margin: 10px 16px 16px; padding: 9px 13px;
      background: linear-gradient(135deg, rgba(12,92,150,.22), rgba(12,92,150,.08));
      border: 1px solid rgba(12,92,150,.32); border-radius: 9px;
      text-decoration: none; transition: background var(--t), border-color var(--t);
      position: relative; z-index: 1;
    }
    .hc-cta:hover { background: linear-gradient(135deg, rgba(12,92,150,.35), rgba(12,92,150,.16)); border-color: rgba(168,216,240,.4); }
    .hc-cta-label { font-size: .75rem; font-weight: 700; color: #bae6fd; }
    .hc-cta-arrow { font-size: .82rem; color: #A8D8F0; transition: transform var(--t); display: inline-block; }
    .hc-cta:hover .hc-cta-arrow { transform: translateX(4px); }

    /* ══ SHARED SECTION PARTS ══ */
    .section-eyebrow {
      display: inline-block; font-family: var(--font-head); font-size: .62rem; font-weight: 800;
      letter-spacing: .18em; text-transform: uppercase; color: var(--blue);
      background: var(--blue-pale); border: 1px solid rgba(12,92,150,.15);
      padding: 4px 12px; border-radius: 99px; margin-bottom: .75rem;
    }
    .section-title {
      font-family: var(--font-head); font-size: clamp(1.4rem, 2.6vw, 1.9rem);
      font-weight: 900; letter-spacing: -.04em; line-height: 1.14; color: var(--text);
      margin-bottom: .55rem; text-wrap: balance;
    }
    .section-lead { font-size: .96rem; color: var(--text-soft); line-height: 1.65; max-width: 38rem; margin-bottom: 2rem; }

    /* ══ WHAT WE COVER — beige ══ */
    .cover-section { padding: clamp(3rem,5vw,4rem) 0; background: var(--beige); }
    .cap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; }
    @media (max-width: 900px) { .cap-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 560px) { .cap-grid { grid-template-columns: 1fr; } }
    .cap-card {
      background: var(--white); border: 1.5px solid var(--beige-border);
      border-radius: var(--radius-lg); padding: 1.35rem 1.35rem 1.5rem;
    }
    .cap-icon {
      width: 38px; height: 38px; border-radius: var(--radius-md);
      background: var(--blue); display: flex; align-items: center;
      justify-content: center; margin-bottom: .85rem; flex-shrink: 0;
    }
    .cap-title { font-family: var(--font-head); font-size: .95rem; font-weight: 800; letter-spacing: -.02em; color: var(--text); margin-bottom: .4rem; }
    .cap-desc { font-size: .83rem; color: var(--text-soft); line-height: 1.6; }

    /* ══ HOW WE WORK — white ══ */
    .how-section { padding: clamp(2.5rem,4.5vw,3.5rem) 0; background: var(--white); border-top: 1px solid var(--beige-border); }
    .how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
    @media (max-width: 760px) { .how-grid { grid-template-columns: 1fr; } }
    .how-prose p { font-size: .93rem; color: var(--text-soft); line-height: 1.7; margin-bottom: 1rem; }
    .how-prose p:last-child { margin-bottom: 0; }
    .how-facts {
      background: var(--beige); border: 1.5px solid var(--beige-border);
      border-radius: var(--radius-lg); padding: 1.5rem;
    }
    .how-facts-title {
      font-family: var(--font-head); font-size: .78rem; font-weight: 800;
      letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 1rem;
    }
    .how-fact-row {
      display: flex; align-items: flex-start; gap: .65rem; font-size: .86rem;
      color: var(--text-soft); line-height: 1.5; margin-bottom: .7rem;
    }
    .how-fact-row:last-child { margin-bottom: 0; }
    .how-fact-dot {
      flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%;
      background: var(--blue); margin-top: 7px;
    }
    .how-fact-label { font-weight: 600; color: var(--text); }

    /* ══ OUR PROCESS — blue ══ */
    .process-section {
      padding: clamp(3rem,5vw,4rem) 0;
      background: var(--blue); position: relative; overflow: hidden;
    }
    .process-section::before {
      content: ""; position: absolute; top: -100px; right: -80px; width: 380px; height: 380px;
      border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 65%);
      pointer-events: none;
    }
    .process-eyebrow {
      display: inline-block; font-family: var(--font-head); font-size: .62rem; font-weight: 800;
      letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.7);
      background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
      padding: 4px 12px; border-radius: 99px; margin-bottom: .75rem;
    }
    .process-title {
      font-family: var(--font-head); font-size: clamp(1.4rem,2.6vw,1.9rem); font-weight: 900;
      letter-spacing: -.04em; line-height: 1.14; color: #fff; margin-bottom: 2.25rem; text-wrap: balance;
    }
    .process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; position: relative; z-index: 1; }
    @media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 520px) { .process-grid { grid-template-columns: 1fr; } }
    .process-step {
      background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius-lg); padding: 1.35rem 1.25rem 1.5rem; position: relative;
    }
    .process-step-num {
      font-family: var(--font-head); font-size: .6rem; font-weight: 900;
      letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4);
      margin-bottom: .6rem;
    }
    .process-step-title {
      font-family: var(--font-head); font-size: .95rem; font-weight: 800;
      color: #fff; margin-bottom: .55rem; letter-spacing: -.02em; line-height: 1.25;
    }
    .process-step-desc { font-size: .81rem; color: rgba(255,255,255,.68); line-height: 1.6; }

    /* ══ TECH & TOOLS — beige-mid ══ */
    .tech-section {
      padding: clamp(2.5rem,4.5vw,3.5rem) 0;
      background: var(--beige-mid); border-top: 1px solid var(--beige-border);
    }
    .tag-cloud { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
    .tech-tag {
      font-family: var(--font-body); font-size: .8rem; font-weight: 600;
      color: var(--text); background: var(--white);
      border: 1.5px solid var(--beige-border); border-radius: 99px;
      padding: 6px 16px; transition: border-color var(--t), color var(--t);
    }
    .tech-tag:hover { border-color: var(--blue); color: var(--blue); }
    .tech-tag.primary {
      background: var(--blue-pale); border-color: rgba(12,92,150,.25); color: var(--blue);
    }

    /* ── CASE STUDIES ── */
    .cs-section{padding:clamp(3rem,5vw,4rem) 0;background:var(--beige-mid);border-top:1px solid var(--beige-border);}
    .cs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;}
    @media(max-width:900px){.cs-grid{grid-template-columns:1fr;}}
    .cs-card{background:var(--white);border:1.5px solid var(--beige-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--t),transform var(--t);}
    .cs-card:hover{box-shadow:0 16px 48px rgba(12,92,150,0.13);transform:translateY(-3px);}
    .cs-img{width:100%;height:200px;object-fit:cover;display:block;}
    .cs-img-placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
    .cs-body{padding:1.4rem 1.4rem 1.6rem;display:flex;flex-direction:column;flex:1;}
    .cs-region{font-size:.6rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.55rem;}
    .cs-client-type{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--blue-pale);color:var(--blue);border:1px solid rgba(12,92,150,.15);padding:3px 10px;border-radius:99px;margin-bottom:.75rem;width: fit-content;}
    .cs-title{font-family:var(--font-head);font-size:1rem;font-weight:800;letter-spacing:-.025em;color:var(--text);line-height:1.25;margin-bottom:.55rem;}
    .cs-excerpt{font-size:.83rem;color:var(--text-soft);line-height:1.6;margin-bottom:1rem;flex:1;}
    .cs-metrics{display:flex;gap:.75rem;margin-bottom:1.1rem;flex-wrap:wrap;}
    .cs-metric{background:var(--blue-pale);border:1px solid rgba(12,92,150,.12);border-radius:6px;padding:.45rem .75rem;text-align:center;}
    .cs-metric-num{display:block;font-family:var(--font-head);font-size:1.1rem;font-weight:900;color:var(--blue);letter-spacing:-.04em;line-height:1;}
    .cs-metric-label{display:block;font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);margin-top:2px;}
    .cs-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:var(--blue);text-decoration:none;margin-top:auto;}
