:root {
  --gold: #F1BD24;
  --gold-2: #e6b01e;
  --gold-rgb: 241,189,36;
  --dark: #060607;
  --dark-2: #0c0c0e;
  --dark-3: #111113;
  --dark-4: #18181b;
  --dark-5: #222226;
  --white: #ffffff;
  --white-80: rgba(255,255,255,0.8);
  --white-50: rgba(255,255,255,0.5);
  --white-20: rgba(255,255,255,0.12);
  --white-08: rgba(255,255,255,0.055);
  --gold-10: rgba(241,189,36,0.1);
  --gold-20: rgba(241,189,36,0.18);
  --gold-40: rgba(241,189,36,0.4);
  --r: 6px;
  --r2: 12px;
  --r3: 20px;
  --bg:     #0A0A0C;
  --bg-card:#111115;
  --bg-card-hover: #17171D;
  --border: rgba(241,189,36,.18);
  --text:   #C8C8D4;
  --text-muted: #6B6B7E;
}

.sec{padding: 90px 0;position:relative;overflow: hidden;}
.sec-h{font-size: 42px;margin: 0 auto;font-weight: 600;line-height: 52px;margin-top: 0;max-width: 1270px;margin-bottom: 20px;}
.sec-h em{font-style:normal;color:var(--gold)}
.sec-p{font-size:16px;color:var(--white-50);line-height:1.78;max-width:520px;margin-top: 0;}

.story-layout{display:grid;grid-template-columns:1fr 1fr;gap: 50px;align-items:center;max-width: 1270px;margin: 0 auto;}
.story-img-box{width:100%;/* aspect-ratio:3/4; *//* max-height: 535px; */border-radius:var(--r3);overflow:hidden;position:relative}

.story-img-box svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.sec-alt {
    background: var(--dark-2);
}

.services-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    max-width: 1270px;
    margin: 0 auto;
}

.services-inner h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 18px;
    transition: all .4s;
    position: relative;
    z-index: 2;
}

.services-inner h2 strong {
    color: var(--gold);
}
.services-col2 {
    background-image: url(../images/about8-1.webp);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.services-col2::after {
    content: '';
    background: #0C0C0E;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    z-index: 1;
}

.services-inner p {
    position: relative;
    z-index: 2;
}.services-inner p strong {
    color: #fff;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â VALUES ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.values-header{display:grid;margin: 0 auto;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:72px;max-width: 1270px;}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width: 1270px;margin: 0 auto;margin-top: 60px;}
.val-card{background:var(--dark-3);padding:44px 36px;position:relative;overflow:hidden;transition:background .3s;border:1px solid var(--white-08)}
.val-card:first-child{border-radius:var(--r2) 0 0 0}
.val-card:nth-child(3){border-radius:0 var(--r2) 0 0}
.val-card:nth-child(4){border-radius:0 0 0 var(--r2)}
.val-card:last-child{border-radius:0 0 var(--r2) 0}
.val-card:hover{background:var(--dark-4)}
.val-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.16,1,.3,1)}
.val-card:hover::before{transform:scaleX(1)}
.val-num-bg{position:absolute;bottom:-20px;right:16px;font-size:120px;font-weight:900;letter-spacing:-6px;color:transparent;-webkit-text-stroke:1px rgba(var(--gold-rgb),.06);line-height:1;user-select:none;pointer-events:none}
.val-icon{width:48px;height:48px;background:var(--gold-10);border:1px solid var(--gold-20);border-radius:var(--r);display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:background .25s}
.val-card:hover .val-icon{background:var(--gold-20)}
.val-icon i{font-size:18px;color:var(--gold)}
.val-title{font-size:17px;font-weight: 600;letter-spacing:-.3px;margin-bottom:14px}
.val-text, .val-text p{font-size:13.5px;color:var(--white-50);line-height:1.72}



/* PORTOFOLIU  */


    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ SECTION WRAPPER ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
    .industries-section {
      position: relative;
      padding: 80px 0 90px;
      overflow: hidden;
      BACKGROUND: var(--dark-2);
    }

    /* subtle grid background */
    .industries-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(241,189,36,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(241,189,36,.04) 1px, transparent 1px);
      background-size: 60px 60px;
      pointer-events: none;
    }

    /* radial glow top-left */
    .industries-section::after {
      content: '';
      position: absolute;
      top: -160px; left: -160px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(241,189,36,.08) 0%, transparent 70%);
      pointer-events: none;
    }

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ LABEL ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 20px;
    }
    .section-label::before,
    .section-label::after {
      content: '';
      display: block;
      width: 28px;
      height: 1px;
      background: var(--gold);
      opacity: .6;
    }

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ HEADING ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */


    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ INTRO TEXT ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
  

   

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ CARDS GRID ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
    .industry-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
      padding-top: 50px;
    }

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ SINGLE CARD ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
    .industry-card {
      position: relative;
      background: var(--dark);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 30px 28px 28px;
      overflow: hidden;
      transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
      cursor: default;
    }
    .industry-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, var(--gold-dim) 0%, transparent 60%);
      opacity: 0;
      transition: opacity .3s ease;
      border-radius: 12px;
    }
    .industry-card:hover {
      transform: translateY(-5px);
      border-color: rgba(241,189,36,.45);
      background: var(--dark-4);
      box-shadow: 0 20px 50px -12px rgba(0,0,0,.7), 0 0 0 1px rgba(241,189,36,.12);
    }
    .industry-card:hover::before { opacity: 1; }

    /* icon circle */
    .card-icon {
      width: 48px; height: 48px;
      border-radius: 10px;
      background: var(--gold-dim);
      border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      font-size: 18px;
      color: var(--gold);
      transition: background .3s, box-shadow .3s;
      position: relative; z-index: 1;
    }
    .industry-card:hover .card-icon {
      background: rgba(241,189,36,.2);
      box-shadow: 0 0 20px var(--gold-glow);
    }

    .card-title {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 10px;
      letter-spacing: -.01em;
      position: relative; z-index: 1;
    }

    .card-body-text {
      font-size: 13.5px;
      color: var(--white-50);
      line-height: 1.65;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    /* top-right number */
    .card-num {
      position: absolute;
      top: 18px; right: 22px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      color: rgba(241,189,36,.3);
      font-variant-numeric: tabular-nums;
      z-index: 1;
    }

   

   
     .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid var(--gold-border);
      margin-top: 52px;
    }
    @media (max-width: 767px) {
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .stats-grid { grid-template-columns: 1fr; }
    }

    .stat-cell {
      background: var(--dark-4);
      padding: 36px 28px 32px;
      position: relative;
      border-right: 1px solid var(--gold-border);
      border-bottom: 1px solid var(--gold-border);
      transition: background .25s;
    }
    .stat-cell:hover {background: var(--dark);}

    .stat-num {
      font-size: 48px;
      font-weight: 900;
      color: var(--gold);
      letter-spacing: -.03em;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      gap: 2px;
      margin-bottom: 10px;
    }
    .stat-num .star {
      font-size: 1.4rem;
      margin-bottom: 4px;
      color: var(--gold);
    }

    .stat-label {
      font-size: 13.5px;
      color: var(--white-50);
      font-weight: 500;
      line-height: 1.45;
    }

    .stat-icon {
      position: absolute;
      top: 22px;
      right: 22px;
      font-size: 35px;
      color: rgba(241,189,36,.28);
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       TESTIMONIALS
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .testimonials-wrap {
      margin-top: 80px;
    }

    .testimonial-card {
      background: var(--dark-4);
      border: 1px solid var(--gold-border);
      border-radius: 14px;
      padding: 36px 32px;
      margin-top: 20px;
      position: relative;
      transition: border-color .25s, background .25s;
    }
    .testimonial-card:hover {
      border-color: rgba(241,189,36,.4);
      background: var(--dark);
    }
    .testimonial-card::before {
      content: '\201C';
      font-family: Georgia, serif;
      position: absolute;
      top: 18px;
      left: 28px;
      font-size: 92px;
      line-height: 1;
      color: var(--gold);
      opacity: .18;
      pointer-events: none;
    }

    .testimonial-text {
      font-size: 15px;
      font-style: italic;
      color: var(--text);
      line-height: 1.75;
      margin: 0 0 20px;
      padding-top: 10px;
      min-height: 115px;
    }

    .testimonial-footer {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .t-avatar {
      width: 38px; height: 38px;
      border-radius: 50%;
      background: var(--gold-dim);
      border: 1px solid var(--gold-border);
      display: flex; align-items: center; justify-content: center;
      font-size: 15px;
      color: var(--gold);
      flex-shrink: 0;
    }
    .t-meta strong {
      display: block;
      font-size: 13px;
      font-weight: 700;
      color: var(--white);
    }
    .t-meta span {
      font-size: 12px;
      color: var(--text-muted);
    }
    .t-stars {
      margin-left: auto;
      font-size: 12px;
      color: var(--gold);
      letter-spacing: 2px;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       CTA BLOCK
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .cta-block {
      margin-top: 0px;
      border-radius: 16px;
      background: var(--bg-card);
      border: 1px solid var(--gold-border);
      padding: 60px 52px;
      position: relative;
      overflow: hidden;
    }
    .cta-block::before {
      content: '';
      position: absolute;
      bottom: -100px; right: -100px;
      width: 380px; height: 380px;
      background: radial-gradient(circle, rgba(241,189,36,.09) 0%, transparent 70%);
      pointer-events: none;
    }
    .cta-block::after {
      content: '';
      position: absolute;
      top: -80px; left: -80px;
      width: 260px; height: 260px;
      background: radial-gradient(circle, rgba(241,189,36,.06) 0%, transparent 70%);
      pointer-events: none;
    }


    .cta-body {
      font-size: 15.5px;
      color: var(--white-50);
      /* max-width: 680px; */
      margin-bottom: 24px;
      line-height: 1.8;
    }
    .cta-body strong { color: var(--text); font-weight: 600; }

.cta-tagline {
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0;
    letter-spacing: -.01em;
}
.article-content {
    padding: 90px 0;
}

.sec-h span {
    color: var(--gold);
}
/* PORTOFOLIU  */

body.page-template-template-portfolio .val-card:last-child,
body.page-template-template-ai .val-card:last-child,
body.page-template-template-erp .val-card:last-child,
body.page-template-template-mobile-app .val-card:last-child{
    width: 100%;
    grid-column: span 3;
    border-radius: 0 0 var(--r2) var(--r2);
}
body.page-template-template-portfolio .val-card:nth-child(4),
body.page-template-template-ai .val-card:nth-child(4),
body.page-template-template-erp .val-card:nth-child(4),
body.page-template-template-mobile-app  .val-card:nth-child(4){
    border-radius: 0;
}

.page-template-template-social .val-card:nth-last-child(2) {
  grid-column: span 2;
}

.industry-grid .industry-card:nth-last-child(2),
.industry-grid .industry-card:last-child {
  grid-column: span 2;
}

@media(max-width: 767px) {
   .story-layout {
        display: flex;
        padding: 0 15px;
        flex-direction: column;
    }

    .sec {
        padding: 30px 0;
    }

    .sec-h {
        font-size: 28px;
        line-height: 36px;
        padding: 0;
    }

    .story-visual {
        margin-bottom: 30px;
        order: 2;
    }

    .services-inner {
        display: block;
        padding: 0 15px;
    }

    .services-col1 {
        margin-bottom: 30px;
    }

    .services-inner h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .header-title-breadcrumb-overlay::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #111;
      opacity: .8;
  }

  .header-title-breadcrumb-overlay > div {
      position: relative;
      z-index: 3;
  }

  ol.breadcrumb li {
      font-size: 12px;
  }

  .breadcrumb>li+li:before {
      margin: 0 5px;
      width: 12px;
      height: 12px;
      top: 2px;
  }
  div#industryGrid {
    display: block;
    padding-top: 20px;
  }

  .industry-card {
      margin-bottom: 20px;
  }

  .industries-section {
      padding: 30px 0;
  }
  section#services h2.sec-h {
      padding: 0 15px;
  }
  .cta-block {
      padding: 15px;
  }

  .values-grid {
      display: block;
      padding: 0 15px;
      margin-top: 30px;
  }

    .services-col2 {
        padding: 15px;
    }
}