/* Start custom CSS for html, class: .elementor-element-e6237e2 */.xgb-port-page,
.xgb-port-page *{box-sizing:border-box}

.xgb-port-page{
  --xgb-orange:#ff6500;
  --xgb-orange-2:#ff8a32;
  --xgb-orange-dark:#c94f00;
  --xgb-orange-soft:#fff7f1;
  --xgb-orange-line:#f3c7a7;
  --xgb-ink:#0d0f12;
  --xgb-text:#4b525a;
  --xgb-muted:#747b83;
  --xgb-line:#e8e4df;
  --xgb-shadow-sm:0 10px 26px rgba(15,17,20,.055);
  --xgb-shadow:0 24px 64px rgba(15,17,20,.085);
  width:100%;
  background:linear-gradient(180deg,#fff 0%,#fff 74%,#faf8f5 100%);
  color:var(--xgb-text);
  font-family:inherit;
  line-height:1.82;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}

.xgb-port-page a{text-decoration:none}
.xgb-port-page img{max-width:100%}

.xgb-port-breadcrumb{
  max-width:1500px;
  margin:auto;
  padding:22px 18px 8px
}
.xgb-port-breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
  color:var(--xgb-muted);
  font-size:13px
}
.xgb-port-breadcrumb li+li::before{
  content:"›";
  margin-right:8px;
  color:var(--xgb-orange);
  font-weight:800
}
.xgb-port-breadcrumb a{
  color:var(--xgb-ink);
  font-weight:750
}

.xgb-port-main{
  max-width:1500px;
  margin:auto;
  padding:16px 18px 72px
}

/* HERO */
.xgb-port-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  gap:30px;
  align-items:stretch;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:48px;
  border:1px solid #2b2f34;
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 14%,rgba(255,101,0,.20),transparent 31%),
    linear-gradient(145deg,#0e1013 0%,#171b20 58%,#0b0d10 100%);
  box-shadow:
    0 28px 70px rgba(12,14,17,.16),
    inset 0 1px 0 rgba(255,255,255,.05)
}
.xgb-port-hero::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:170px;
  height:3px;
  background:linear-gradient(90deg,var(--xgb-orange),#ffb273)
}
.xgb-port-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:1040px
}
.xgb-port-kicker,
.xgb-port-label{
  margin:0 0 9px;
  color:var(--xgb-orange);
  font-size:10px;
  line-height:1.3;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase
}
.xgb-port-hero h1{
  max-width:1080px;
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.1;
  letter-spacing:-.036em;
  font-weight:850
}
.xgb-port-lead{
  max-width:930px;
  margin:0;
  color:#c9cdd2;
  font-size:17px
}
.xgb-port-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:23px
}
.xgb-port-tags span{
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#d4d7db;
  font-size:11px;
  font-weight:700
}
.xgb-port-hero-stat{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:220px;
  padding:24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(255,255,255,.045);
  color:#fff;
  text-align:center
}
.xgb-port-hero-stat span{
  color:#ff9d5b;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em
}
.xgb-port-hero-stat strong{
  margin:7px 0;
  font-size:72px;
  line-height:.92;
  letter-spacing:-.06em
}
.xgb-port-hero-stat p{
  margin:0;
  color:#d7dade;
  font-size:13px
}

/* BUTTONS */
.xgb-port-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px
}
.xgb-port-btn{
  position:relative;
  isolation:isolate;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 23px!important;
  overflow:hidden;
  border:1px solid transparent;
  border-radius:999px;
  font-size:14px;
  font-weight:820;
  line-height:1;
  transition:
    transform .22s cubic-bezier(.2,.7,.2,1),
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    color .22s ease
}
.xgb-port-btn::after{
  content:"";
  position:absolute;
  top:-55%;
  left:-48%;
  width:34%;
  height:210%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.54),transparent);
  transform:skewX(-24deg);
  transition:left .58s cubic-bezier(.2,.7,.2,1);
  pointer-events:none
}
.xgb-port-btn:hover::after{left:118%}
.xgb-port-btn:hover{transform:translateY(-2px)}
.xgb-port-btn:active{transform:translateY(0) scale(.985)}
.xgb-port-btn:focus-visible{
  outline:3px solid rgba(255,101,0,.24);
  outline-offset:3px
}
.xgb-port-btn-primary{
  color:#fff!important;
  border-color:#f28a44;
  background:linear-gradient(180deg,#ff963f 0%,#ff6908 48%,#d84d00 100%);
  box-shadow:
    0 11px 28px rgba(255,101,0,.25),
    0 2px 8px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.42)
}
.xgb-port-btn-primary:hover{
  color:var(--xgb-orange-dark)!important;
  border-color:#ff7a27;
  background:#fff;
  box-shadow:
    0 14px 32px rgba(255,101,0,.18),
    0 4px 12px rgba(0,0,0,.10),
    inset 0 0 0 1px rgba(255,101,0,.06)
}
.xgb-port-btn-primary:hover::after{
  background:linear-gradient(90deg,transparent,rgba(255,101,0,.18),transparent)
}
.xgb-port-btn-secondary{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045))
}
.xgb-port-btn-secondary:hover{
  color:#fff!important;
  border-color:rgba(255,148,77,.52);
  background:linear-gradient(180deg,rgba(255,117,25,.14),rgba(255,255,255,.045))
}
.xgb-port-demo .xgb-port-btn-secondary{
  color:var(--xgb-ink)!important;
  border-color:#e3b48f;
  background:linear-gradient(180deg,#fff,#fff9f4)
}
.xgb-port-demo .xgb-port-btn-secondary:hover{
  color:var(--xgb-orange-dark)!important;
  border-color:#d8905a;
  background:#fff3e9
}

/* COVER */
.xgb-port-cover{
  margin:26px 0 0;
  overflow:hidden;
  border:1px solid #e1d5cb;
  border-radius:24px;
  background:#f3f1ee;
  box-shadow:var(--xgb-shadow)
}
.xgb-port-cover img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover
}
.xgb-port-cover img[src=""]{
  min-height:260px;
  background:linear-gradient(135deg,#f5f5f5,#fff6ef)
}

/* SECTIONS */
.xgb-port-section,
.xgb-port-demo,
.xgb-port-final-cta{
  margin-top:28px;
  padding:34px;
  border:1px solid var(--xgb-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--xgb-shadow-sm)
}
.xgb-port-section-head{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:flex-end;
  margin-bottom:24px
}
.xgb-port-section-head>div{max-width:820px}
.xgb-port-section-head>p{
  max-width:450px;
  margin:0;
  color:var(--xgb-muted);
  font-size:14px;
  text-align:right
}
.xgb-port-section h2,
.xgb-port-demo h2,
.xgb-port-final-cta h2{
  margin:0;
  color:var(--xgb-ink);
  font-size:clamp(26px,3.1vw,36px);
  line-height:1.24;
  letter-spacing:-.025em;
  font-weight:820
}

/* PORTFOLIO GRID */
.xgb-port-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch
}
.xgb-port-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #e0e3e6;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,17,20,.05);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease
}
.xgb-port-card:hover{
  transform:translateY(-4px);
  border-color:#f0b68c;
  box-shadow:0 20px 42px rgba(15,17,20,.09)
}
.xgb-port-image-link{
  display:block;
  overflow:hidden;
  aspect-ratio:16/10;
  border-bottom:1px solid #eceeef;
  background:linear-gradient(135deg,#f3f4f5,#fff5ee)
}
.xgb-port-image-link img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:transform .35s ease
}
.xgb-port-image-link img[src=""]{
  background:
    radial-gradient(circle at 85% 15%,rgba(255,101,0,.10),transparent 28%),
    linear-gradient(145deg,#f5f5f5,#fff8f3)
}
.xgb-port-card:hover .xgb-port-image-link img{transform:scale(1.015)}
.xgb-port-card-meta{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  min-height:84px;
  margin-top:auto;
  padding:16px 17px 17px
}
.xgb-port-card-meta span{
  display:block;
  color:var(--xgb-orange);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em
}
.xgb-port-card-meta strong{
  display:block;
  margin-top:2px;
  color:var(--xgb-ink);
  font-size:14px;
  line-height:1.35
}
.xgb-port-card-status{
  flex-shrink:0;
  padding:6px 8px;
  border:1px solid #eee3da;
  border-radius:999px;
  background:#fff8f2;
  color:#a16640!important;
  font-size:8px!important;
  letter-spacing:.04em!important
}

/* FOCUS / PROCESS */
.xgb-port-focus{
  border-color:#edd6c4;
  background:linear-gradient(145deg,#fff 0%,#fffaf6 72%,#fff5ed 100%)
}
.xgb-port-process{
  background:linear-gradient(145deg,#fafafa,#f6f7f8)
}
.xgb-port-focus-grid,
.xgb-port-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px
}
.xgb-port-focus-grid article,
.xgb-port-process-grid article{
  padding:20px;
  border:1px solid var(--xgb-line);
  border-radius:18px;
  background:#fff
}
.xgb-port-focus-grid span,
.xgb-port-process-grid span{
  display:block;
  margin-bottom:8px;
  color:var(--xgb-orange-dark);
  font-size:10px;
  font-weight:850
}
.xgb-port-focus-grid strong,
.xgb-port-process-grid strong{
  display:block;
  margin-bottom:6px;
  color:var(--xgb-ink)
}
.xgb-port-focus-grid p,
.xgb-port-process-grid p{
  margin:0;
  color:var(--xgb-muted);
  font-size:13.5px
}

/* CTA */
.xgb-port-demo,
.xgb-port-final-cta{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  border-color:#e2b992;
  background:
    radial-gradient(circle at 92% 0%,rgba(255,101,0,.11),transparent 28%),
    linear-gradient(135deg,#fff,#fff9f4);
  box-shadow:var(--xgb-shadow)
}
.xgb-port-demo>div:first-child,
.xgb-port-final-cta>div:first-child{max-width:820px}
.xgb-port-demo p,
.xgb-port-final-cta p{
  margin:8px 0 0;
  color:var(--xgb-muted)
}
.xgb-port-final-cta{
  border-color:#24282d;
  background:
    radial-gradient(circle at 90% 0%,rgba(255,101,0,.24),transparent 27%),
    linear-gradient(145deg,#111316,#1d2126);
  color:#ced2d6
}
.xgb-port-final-cta h2{color:#fff}
.xgb-port-final-cta p{color:#c8cdd1}

/* FAQ */
.xgb-port-faq details{
  margin-top:10px;
  overflow:hidden;
  border:1px solid var(--xgb-line);
  border-radius:15px;
  background:#fff
}
.xgb-port-faq summary{
  cursor:pointer;
  padding:17px 18px;
  color:var(--xgb-ink);
  font-weight:800
}
.xgb-port-faq details p{
  margin:0;
  padding:0 18px 18px;
  color:#626970;
  font-size:14px
}

/* RESPONSIVE */
@media(max-width:1100px){
  .xgb-port-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .xgb-port-focus-grid,
  .xgb-port-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .xgb-port-hero{grid-template-columns:1fr}
  .xgb-port-hero-stat{
    min-height:0;
    align-items:flex-start;
    text-align:left
  }
  .xgb-port-hero-stat strong{font-size:54px}
  .xgb-port-section-head{display:block}
  .xgb-port-section-head>p{
    max-width:none;
    margin-top:10px;
    text-align:left
  }
  .xgb-port-demo,
  .xgb-port-final-cta{display:block}
  .xgb-port-demo .xgb-port-actions{margin-top:20px}
}

@media(max-width:680px){
  .xgb-port-breadcrumb{padding:15px 16px 5px}
  .xgb-port-main{padding:11px 16px 46px}
  .xgb-port-hero{
    padding:30px 22px 28px;
    border-radius:22px
  }
  .xgb-port-hero h1{
    font-size:29px;
    line-height:1.16
  }
  .xgb-port-lead{font-size:16px}
  .xgb-port-cover{border-radius:20px}
  .xgb-port-cover img[src=""]{min-height:190px}
  .xgb-port-section,
  .xgb-port-demo,
  .xgb-port-final-cta{
    padding:24px 20px;
    border-radius:20px
  }
  .xgb-port-gallery{grid-template-columns:1fr;gap:16px}
  .xgb-port-focus-grid,
  .xgb-port-process-grid{grid-template-columns:1fr}
  .xgb-port-actions{flex-direction:column}
  .xgb-port-btn{width:100%}
  .xgb-port-card-meta{min-height:78px}
}

@media(prefers-reduced-motion:reduce){
  .xgb-port-btn,
  .xgb-port-btn::after,
  .xgb-port-card,
  .xgb-port-image-link img{
    transition:none!important
  }
  .xgb-port-btn:hover,
  .xgb-port-btn:active,
  .xgb-port-card:hover,
  .xgb-port-card:hover .xgb-port-image-link img{
    transform:none!important
  }
}/* End custom CSS */