@import url("/wp-content/themes/unicon/assests/css/footer.css");

    :root {
      --blue:#0C5C96; 
      --blue-dark:#094e82; 
      --blue-pale:#EAF3FB;
      --beige:       #EAF3FB;
      --beige-mid:   #D6EAF8;
      --beige-dark:  #88a1b7;
      --beige-border:#e1e3e8;
      --text:#1A1A2E; 
      --text-soft:#4A5568; 
      --text-faint:#8A94A6; 
      --white:#FFFFFF;
      --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);
    }

    .wrap { width:100%; max-width:var(--max-w); margin:0 auto; padding:0 24px; }

    
    /* ── o_dbase_hero ── */
    .o_dbase_hero { background:var(--blue); overflow:hidden; position:relative; }
    .o_dbase_hero::before {
      content:""; position:absolute; bottom:-100px; left:-100px;
      width:500px; height:500px; border-radius:50%;
      background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 65%);
      pointer-events:none;
    }
    .o_dbase_hero::after {
      content:""; position:absolute; top:-60px; right:200px;
      width:280px; height:280px; border-radius:50%;
      background:radial-gradient(circle,rgba(168,216,240,.06) 0%,transparent 70%);
      pointer-events:none;
    }
    .o_dbase_hero-layout {
      display:grid; grid-template-columns:1fr 360px; gap:2.5rem; align-items:center;
      height:calc(100vh - var(--header-h)); max-height:780px; min-height:560px;
    }
    @media(max-width:960px){
      .o_dbase_hero-layout { grid-template-columns:1fr; height:auto; max-height:none; min-height:auto; padding:clamp(2.5rem,5vw,4rem) 0; }
    }
    .o_dbase_hero-copy { padding:clamp(2rem,4vw,3rem) 0; display:flex; flex-direction:column; justify-content:center; }
    .o_dbase_hero-breadcrumb { display:flex; align-items:center; gap:.45rem; font-size:.78rem; color:rgba(255,255,255,.5); margin-bottom:.9rem; flex-wrap:wrap; }
    .o_dbase_hero-breadcrumb a { color:rgba(255,255,255,.65); }
    .o_dbase_hero-breadcrumb a:hover { color:#fff; }
    .o_dbase_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,.8);
      background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.22);
      padding:5px 14px; border-radius:99px; margin-bottom:.9rem;
      width: fit-content;
    }
    .o_dbase_hero h1 {
      font-family:var(--font-head); font-weight:900;
      font-size:clamp(1.65rem,3.2vw,2.5rem);
      letter-spacing:-.04em; line-height:1.1; color:#fff;
      margin-bottom:.6rem; max-width:34rem; text-wrap:balance;
    }
    .o_dbase_hero h1 em { font-style:normal; color:#A8D8F0; }
    .o_dbase_hero-sep { width:36px; height:2px; background:rgba(168,216,240,.5); border-radius:2px; margin:.6rem 0; }
    .o_dbase_hero-lead { font-size:.95rem; color:rgba(255,255,255,.78); line-height:1.7; max-width:36rem; margin-bottom:1.5rem; }
    .o_dbase_hero-lead strong { color:#A8D8F0; font-weight:600; }
    .o_dbase_hero-actions { display:flex; flex-wrap:wrap; gap:.65rem; }
    .o_dbase_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);
    }
    .o_dbase_hero-btn-primary:hover { background:var(--blue-pale); }
    .o_dbase_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);
    }
    .o_dbase_hero-btn-secondary:hover { background:rgba(255,255,255,.18); }

    /* o_dbase_hero STAT CARD */
    .o_dbase_hero-card {
      background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.18);
      border-radius:18px; overflow:hidden; backdrop-filter:blur(16px);
      box-shadow:0 28px 60px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.06);
      position:relative; align-self:center;
    }
    .o_dbase_hero-card::before {
      content:""; position:absolute; top:0; left:0; right:0; height:3px;
      background:linear-gradient(90deg,#A8D8F0,#0C5C96,#bae6fd,#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){ .o_dbase_hero-card::before { animation:none; } }

    .hc-top { padding:18px 18px 0; position:relative; z-index:1; }
    .hc-label {
      font-family:var(--font-head); font-size:.58rem; font-weight:800;
      letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.4);
      margin-bottom:14px;
    }
    .hc-stats { display:flex; flex-direction:column; gap:1px; }
    .hc-stat-row {
      display:flex; align-items:center; gap:12px; padding:12px 14px;
      background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07);
      border-radius:10px; margin-bottom:6px;
    }
    .hc-stat-icon {
      width:38px; height:38px; border-radius:9px; flex-shrink:0;
      background:linear-gradient(135deg,rgba(168,216,240,.15),rgba(12,92,150,.25));
      display:flex; align-items:center; justify-content:center;
    }
    .hc-stat-body { flex:1; min-width:0; }
    .hc-stat-val {
      font-family:var(--font-head); font-size:1.25rem; font-weight:900;
      color:#7dd3fc; letter-spacing:-.04em; line-height:1;
    }
    .hc-stat-desc { font-size:.72rem; color:rgba(255,255,255,.6); font-weight:500; margin-top:1px; }
    .hc-divider { height:1px; background:rgba(255,255,255,.07); margin:4px 0 10px; }
    .hc-cta {
      display:flex; align-items:center; justify-content:space-between;
      margin:0 0 16px; padding:10px 14px;
      background:linear-gradient(135deg,rgba(12,92,150,.25),rgba(12,92,150,.1));
      border:1px solid rgba(168,216,240,.25); border-radius:10px;
      transition:background var(--t),border-color var(--t); position:relative; z-index:1;
    }
    .hc-cta:hover { background:linear-gradient(135deg,rgba(12,92,150,.4),rgba(12,92,150,.18)); border-color:rgba(168,216,240,.45); }
    .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); }
    .hc-wrap { padding:0 18px; }

    /* ── SECTION CHROME ── */
    .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-eyebrow--inv {
      color:rgba(255,255,255,.8); background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.22);
    }
    .section-title {
      font-family:var(--font-head); font-size:clamp(1.4rem,2.6vw,1.95rem);
      font-weight:900; letter-spacing:-.04em; line-height:1.13; color:var(--text);
      margin-bottom:.55rem; text-wrap:balance;
    }
    .section-title--inv { color:#fff; }
    .section-lead { font-size:.95rem; color:var(--text-soft); line-height:1.65; max-width:42rem; }

    /* ── CAPABILITIES GRID (What We Cover) ── */
    .cap-section { padding:clamp(3rem,5vw,4.5rem) 0; background:var(--beige); }
    .cap-intro { margin-bottom:2.25rem; }
    .cap-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
    @media(max-width:860px){ .cap-grid { grid-template-columns:repeat(2,1fr); } }
    @media(max-width:520px){ .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.4rem 1.35rem 1.5rem;
      display:flex; flex-direction:column; gap:.75rem;
      transition:border-color var(--t), box-shadow var(--t);
    }
    .cap-card:hover { border-color:rgba(12,92,150,.3); box-shadow:0 4px 20px rgba(12,92,150,.08); }
    .cap-num {
      font-family:var(--font-head); font-size:.62rem; font-weight:900;
      letter-spacing:.1em; color:var(--text-faint); text-transform:uppercase;
    }
    .cap-icon {
      width:42px; height:42px; border-radius:10px; flex-shrink:0;
      background:var(--blue-pale); display:flex; align-items:center; justify-content:center;
    }
    .cap-title {
      font-family:var(--font-head); font-size:.95rem; font-weight:800;
      letter-spacing:-.02em; color:var(--text); line-height:1.25;
    }
    .cap-desc { font-size:.84rem; color:var(--text-soft); line-height:1.6; }
    .cap-card--featured { border-color:rgba(12,92,150,.25); background:linear-gradient(135deg,var(--blue-pale) 0%,var(--white) 100%); }
    .cap-card--featured .cap-icon { background:var(--blue); }
    .cap-tag {
      display:inline-block; font-size:.65rem; font-weight:700; padding:2px 9px;
      border-radius:99px; background:var(--blue-pale); color:var(--blue);
      border:1px solid rgba(12,92,150,.18); margin-top:.25rem; align-self:flex-start;
    }

    /* ── HOW O2PIM WORKS ── */
    .o2pim-section { padding:clamp(3rem,5vw,4.5rem) 0; background:var(--white); border-top:1px solid var(--beige-border); }
    .o2pim-layout { display:grid; grid-template-columns:1fr 1fr; gap:2.5rem; align-items:start; margin-top:2rem; }
    @media(max-width:760px){ .o2pim-layout { grid-template-columns:1fr; } }
    .o2pim-copy p { font-size:.9rem; color:var(--text-soft); line-height:1.7; margin-bottom:.9rem; }
    .o2pim-copy p:last-child { margin-bottom:0; }
    .o2pim-copy strong { color:var(--text); font-weight:600; }
    .o2pim-label {
      font-family:var(--font-head); font-size:.65rem; font-weight:800;
      letter-spacing:.12em; text-transform:uppercase; color:var(--blue); margin-bottom:1rem;
    }
    .o2pim-facts {
      background:var(--beige); border:1.5px solid var(--beige-border);
      border-radius:var(--radius-lg); padding:1.5rem; display:flex; flex-direction:column; gap:1rem;
    }
    .o2pim-fact {
      display:flex; align-items:flex-start; gap:1rem; padding-bottom:1rem;
      border-bottom:1px solid var(--beige-border);
    }
    .o2pim-fact:last-child { border-bottom:none; padding-bottom:0; }
    .o2pim-fact-val {
      font-family:var(--font-head); font-size:1.6rem; font-weight:900;
      color:var(--blue); letter-spacing:-.05em; line-height:1; min-width:64px;
      font-variant-numeric:tabular-nums;
    }
    .o2pim-fact-body { flex:1; }
    .o2pim-fact-title { font-family:var(--font-head); font-size:.88rem; font-weight:800; color:var(--text); margin-bottom:.2rem; }
    .o2pim-fact-desc { font-size:.8rem; color:var(--text-soft); line-height:1.55; }

    /* ── PROCESS ── */
    .process-section { padding:clamp(3rem,5vw,4.5rem) 0; background:var(--blue); position:relative; overflow:hidden; }
    .process-section::before {
      content:""; position:absolute; bottom:-80px; right:-80px;
      width:360px; height:360px; border-radius:50%;
      background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);
      pointer-events:none;
    }
    .process-intro { margin-bottom:2.5rem; position:relative; z-index:1; }
    .process-steps {
      display:grid; grid-template-columns:repeat(4,1fr); gap:1px;
      background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18);
      border-radius:var(--radius-lg); overflow:hidden; position:relative; z-index:1;
    }
    @media(max-width:800px){ .process-steps { grid-template-columns:repeat(2,1fr); } }
    @media(max-width:480px){ .process-steps { grid-template-columns:1fr; } }
    .process-step {
      background:rgba(255,255,255,.04); padding:1.5rem 1.25rem 1.65rem;
      display:flex; flex-direction:column; gap:.6rem;
      transition:background var(--t);
    }
    .process-step:hover { background:rgba(255,255,255,.08); }
    .process-step-num {
      font-family:var(--font-head); font-size:2rem; font-weight:900;
      letter-spacing:-.06em; line-height:1; color:rgba(255,255,255,.12);
    }
    .process-step-title {
      font-family:var(--font-head); font-size:.9rem; font-weight:800;
      color:#fff; letter-spacing:-.02em; line-height:1.25;
    }
    .process-step-desc { font-size:.8rem; color:rgba(255,255,255,.65); line-height:1.55; }
    .process-step-badge {
      display:inline-block; font-size:.6rem; font-weight:800;
      letter-spacing:.08em; text-transform:uppercase; padding:3px 9px;
      border-radius:99px; background:rgba(168,216,240,.15);
      color:#A8D8F0; border:1px solid rgba(168,216,240,.25);
      margin-top:.25rem; align-self:flex-start;
    }
    .process-step-badge--ai {
      background:rgba(255,255,255,.15); color:#fff; border-color:rgba(255,255,255,.3);
    }

    /* ── TECH & TOOLS ── */
    .tools-section { padding:clamp(2.5rem,5vw,3.5rem) 0; background:var(--beige-mid); border-top:1px solid var(--beige-border); }
    .tools-intro { margin-bottom:1.75rem; }
    .tools-cloud { display:flex; flex-wrap:wrap; gap:.6rem; }
    .tool-tag {
      display:inline-flex; align-items:center; gap:.5rem; font-size:.82rem; font-weight:600;
      color:var(--text-soft); background:var(--white); border:1.5px solid var(--beige-border);
      border-radius:var(--radius-sm); padding:7px 14px;
      transition:border-color var(--t), color var(--t), box-shadow var(--t);
    }
    .tool-tag:hover { border-color:rgba(12,92,150,.3); color:var(--blue); box-shadow:0 2px 10px rgba(12,92,150,.07); }
    .tool-tag--primary {
      background:var(--blue-pale); border-color:rgba(12,92,150,.25); color:var(--blue); font-weight:700;
    }
    .tool-tag--primary:hover { border-color:var(--blue); box-shadow:0 2px 10px rgba(12,92,150,.12); }
    .tool-dot { width:6px; height:6px; border-radius:50%; background:var(--blue); flex-shrink:0; }
    .tool-dot--faint { background:var(--beige-border); }
    /* 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;}
    .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;}
    .cs-link:hover{text-decoration:underline;}
    .cs-link svg{transition:transform var(--t);}.cs-link:hover svg{transform:translateX(3px);}