/* PROD CSS LOADED ✅ 2026-01-06 09:00 */

/* =================================================
   TOKENS
   ================================================= */
:root{
  --up-primary:#0D5EAA;
  --up-secondary:#EC9005;
  --up-dark:#1C1C1C;
  --up-gray:#666666;
  --up-border:#E5E5E5;
  --up-soft:#F7F9FC;
  --up-shadow:0 18px 40px rgba(0,0,0,0.08);
}

/* =================================================
   GLOBAL
   ================================================= */
html{ scroll-behavior: smooth; }

body{
  font-family: 'Urbanist', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0f172a;
}

h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title{
  font-family: 'Kumbh Sans', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Global section spacing */
.section-pad{
  padding: clamp(64px, 7vh, 96px) 0;
}

/* =================================================
   NAVBAR (BASE)
   ================================================= */
.site-nav{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(13,94,170,0.92);
  backdrop-filter: blur(10px);
}

.navbar{
  min-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar > .container{
  height: 64px;
  display: flex;
  align-items: center;
}

.navbar-brand{
  padding: 0;
  display: flex;
  align-items: center;
}

.brand-logo{
  height: 120px;
  width: auto;
  max-height: 100%;
}

/* =================================================
   HERO (LAYOUT + BUILDING)
   ================================================= */
.hero{
  background: var(--up-primary);
  color:#fff;
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 88vh, 980px);
  display:flex;
  align-items:center;
}

/* Reserve space for image overlap */
section.hero{
  padding-bottom: clamp(140px, 16vh, 240px) !important;
  margin-bottom: 0 !important;
}

.hero-inner{ position: relative; z-index: 2; }
.hero-copy{ position: relative; z-index: 3; }

.hero-media-panel{
  position: relative;
  height: clamp(520px, 78vh, 900px);
  z-index: 1;
}

.hero-building{
  position: absolute;
  right: -1.5vw;
  bottom: -6vh;

  height: clamp(600px, 85vh, 1050px);
  width: auto;
  max-width: none;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;

  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

/* Ultra-wide */
@media (min-width: 1400px){
  .hero-building{
    height: clamp(720px, 92vh, 1200px);
    right: -2vw;
    bottom: -8vh;
  }
}

/* Tablet */
@media (max-width: 991.98px){
  .hero{ padding: 96px 0 48px; min-height: auto; }
  .hero-media-panel{ height: 420px; }
  .hero-building{ height: 520px; right: -6vw; bottom: -80px; }
}

/* Mobile */
@media (max-width: 575.98px){
  .hero-media-panel{ height: 320px; }
  .hero-building{ height: 420px; right: -10vw; bottom: -70px; }
}

/* =================================================
   HOME HERO TYPOGRAPHY
   ================================================= */
.hero .hero-eyebrow{
  font-size: 0.85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .9;
}

.hero .hero-title{
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(2.6rem, 4.5vw, 4.1rem);
}

.hero .hero-lead{
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.6;
  max-width: 58ch;
  opacity: .92;
}

/* =================================================
   CARDS / SECTIONS
   ================================================= */

/* Services card */
.service-card{
  display:flex;
  gap:20px;
  align-items:stretch;
  background:#fff;
  border-radius:20px;
  padding:22px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 12px 26px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.04);
  transition:transform .15s ease, box-shadow .15s ease;
}
.service-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(0,0,0,.10);
}
.service-card__body{flex:1;min-width:0;}
.service-card__title{font-weight:800;margin:0 0 8px;}
.service-card__text{color:var(--up-gray);margin:0 0 10px;}
.service-card__link{color:var(--up-secondary);font-weight:700;}
.service-card__thumb{width:150px;flex:0 0 150px;}
.service-card__thumb img{width:100%;height:100%;object-fit:cover;border-radius:14px;background:#eee;}

/* Pricing */
#pricing{
  padding-top: clamp(84px, 9vh, 120px);
}

.price-card{
  background:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:var(--up-shadow);
  border:1px solid rgba(0,0,0,.04);
  height:100%;
}
.price-card--featured{ outline:3px solid rgba(13,94,170,.35); }
.price-badge{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  background:#f1f3f6;
  font-weight:800;
  font-size:.8rem;
  letter-spacing:.08em;
}
.price{
  font-family:"Kumbh Sans";
  font-weight:900;
  font-size:2.25rem;
  margin:12px 0 6px;
}
.price span{font-size:1rem;color:var(--up-gray);font-weight:500;}
.price-list{padding-left:1.1rem;color:var(--up-gray);}
.price-meta{color:var(--up-gray);font-size:.9rem;margin-top:10px;}

/* Tech mini card */
.mini-card{
  background:#fff;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  height:100%;
}
.mini-card__title{font-family:"Kumbh Sans";font-weight:800;margin-bottom:6px;}
.mini-card__text{color:var(--up-gray);}

/* Form card */
.form-card{
  background:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:var(--up-shadow);
  border:1px solid rgba(0,0,0,.04);
}
.form-title{
  font-family:"Kumbh Sans";
  font-weight:800;
  font-size:1.4rem;
  margin-bottom:14px;
}
.form-control{border-color:var(--up-border);border-radius:10px;padding:12px 14px;}
.form-control:focus{
  border-color:rgba(13,94,170,.45);
  box-shadow:0 0 0 .25rem rgba(13,94,170,.20);
}
.form-note{margin-top:10px;color:var(--up-gray);font-size:.9rem;}

/* Amenity card */
.amenity-card{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,44,77,.08);
  box-shadow:0 10px 28px rgba(12,24,39,.06);
}
.amenity-icon{
  font-size:1.25rem;
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(13,94,170,.10);
  color:#0d5eaa;
  flex-shrink:0;
}

/* =================================================
   FOOTER (BASE + XARA)
   ================================================= */
.site-footer{background:var(--up-primary);color:#fff;}
.up-footer{ background:var(--up-primary); }

.footer-brand{font-family:"Kumbh Sans";font-weight:900;font-size:1.05rem;}
.footer-sub{color:rgba(255,255,255,.85);font-size:.95rem;}
.footer-title{font-family:"Kumbh Sans";font-weight:800;margin-bottom:10px;}

.footer-list{list-style:none;padding:0;margin:0;}
.footer-list li{margin:6px 0;color:rgba(255,255,255,.85);}
.footer-list a{color:rgba(255,255,255,.85);text-decoration:none;}
.footer-list a:hover{color:#fff;text-decoration:underline;}

.footer-bar{background:rgba(0,0,0,.15);}

.up-footer-logo{
  max-width:260px;
  width:100%;
  height:auto;
}

.up-foot-ico{
  width:44px;height:44px;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.up-foot-links{ list-style:none; padding:0; margin:0; }
.up-foot-links li{ margin:10px 0; }
.up-foot-links a{
  color:#fff;
  text-decoration:none;
  font-weight:500;
}
.up-foot-links a:hover{ text-decoration:underline; }

/* Footer bottom */
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 16px 0;
  font-size: 0.9rem;
}
.footer-bottom a{
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-weight: 500;
}
.footer-bottom a:hover{
  color: #fff;
  text-decoration: underline;
}
.back-to-top{ font-weight: 600; }

@media (max-width: 575.98px){
  .footer-bottom .d-flex{
    justify-content: center;
    text-align: center;
  }
}

/* =================================================
   CONTACT (XARA)
   ================================================= */
.up-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:0 10px 30px rgba(16,24,40,.08);
}

.up-input{
  background:#eaf4ff;
  border:0;
  border-radius:0;
  padding:18px 18px;
  font-weight:500;
}
.up-input:focus{
  background:#eaf4ff;
  box-shadow:0 0 0 .2rem rgba(13,94,170,.12);
}

.up-recaptcha{
  border:1px solid rgba(0,0,0,.15);
  padding:10px 12px;
  min-width:220px;
  background:#fff;
}
.up-recaptcha-box{
  width:18px;height:18px;
  border:1px solid rgba(0,0,0,.35);
}

.up-submit{
  border-radius:6px;
  font-weight:600;
}

/* Contact actions layout fix */
#contact .contact-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
#contact .actions-right{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
}
#contact .up-recaptcha{
  border:1px solid rgba(15,44,77,.14);
  border-radius:12px;
  padding:12px 14px;
  background:#fff;
  min-width:240px;
}
#contact .up-recaptcha-box{
  width:18px;
  height:18px;
  border-radius:4px;
  border:1px solid rgba(15,44,77,.35);
  background:#fff;
  box-shadow:none;
  font-size:0;
  line-height:0;
}
#contact .up-submit{
  min-width:150px;
  white-space:nowrap;
}

/* =================================================
   RESPONSIVE (GENERAL)
   ================================================= */
@media (max-width: 991px){
  .hero{padding:56px 0;}
  .hero-media{justify-content:start;}
  .service-card{flex-direction:column;}
  .service-card__thumb{width:100%;flex-basis:auto;}
}

/* =================================================
   PRICING COMPARISON TABLE
   ================================================= */
#compare table{
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  border-radius: 16px;
  overflow: hidden;
}

#compare thead th{
  background: #f8fafc;
  font-weight: 700;
  border-bottom: 1px solid rgba(15,44,77,.15);
  text-align: center;
  padding: 1rem;
}

#compare tbody td:first-child,
#compare thead th:first-child{
  text-align: left;
  font-weight: 600;
  background: #ffffff;
  position: sticky;
  left: 0;
  z-index: 1;
}

#compare tbody td{
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(15,44,77,.08);
  text-align: center;
}

#compare tbody td:not(:first-child){ font-size: 1rem; }

#compare thead th:nth-child(3),
#compare tbody td:nth-child(3){
  background: rgba(30,111,178,.06);
  font-weight: 700;
}

@media (max-width: 768px){
  #compare thead th,
  #compare tbody td{
    padding: 0.75rem;
    font-size: 0.9rem;
  }
}

/* =================================================
   HOME PRICING MICRO ANIMATIONS
   ================================================= */
#pricing .price-card{
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  will-change: transform;
}
#pricing .price-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15,44,77,.15);
}
#pricing .price-card .price{
  transition: transform .25s ease, color .25s ease;
}
#pricing .price-card:hover .price{ transform: scale(1.05); }

#pricing .price-card .btn{
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
#pricing .price-card:hover .btn{ transform: translateY(-2px); }

#pricing .price-card--featured:hover{
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(15,44,77,.2);
}

/* =================================================
   LIST STYLE
   ================================================= */
.up-list{
  list-style: none;
  padding-left: 0;
}
.up-list li{
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.up-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: #1e6fb2;
  font-weight: 700;
}

/* =================================================
   VALUE-ADDED DEV BG (FORCE OVERRIDE)
   ================================================= */
section.section-pad.dev-bg{
  position: relative !important;
  background-image: url("/assets/img/dev-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center left !important;

  min-height: 560px !important;
  display: flex !important;
  align-items: center !important;
  padding: 84px 0 !important;

  overflow: hidden !important;
}

section.section-pad.dev-bg::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    90deg,
    rgba(7, 24, 55, 0.78) 0%,
    rgba(13, 94, 170, 0.55) 55%,
    rgba(13, 94, 170, 0.45) 100%
  ) !important;
  z-index: 0 !important;
}

section.section-pad.dev-bg .container,
section.section-pad.dev-bg .row,
section.section-pad.dev-bg .col-12{
  position: relative !important;
  z-index: 1 !important;
}

section.section-pad.dev-bg .kicker,
section.section-pad.dev-bg .section-title{ color: #fff !important; }

section.section-pad.dev-bg .text-white-75{ color: rgba(255,255,255,.86) !important; }

section.section-pad.dev-bg .usecase-card{
  max-width: 560px !important;
  margin-left: auto !important;
  border-radius: 20px !important;
  padding: 26px !important;
}

@media (max-width: 991.98px){
  section.section-pad.dev-bg{
    min-height: auto !important;
    padding: 72px 0 !important;
    background-position: center !important;
  }
  section.section-pad.dev-bg .usecase-card{
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

/* =================================================
   TECH STACK IMAGE — RECTANGLE BLEND FIX
   (kept final opacity behavior)
   ================================================= */
.tech-orbit{
  position: relative;
  background: transparent !important;

  mix-blend-mode: luminosity;

  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0,0,0,1) 65%,
    rgba(0,0,0,0.85) 75%,
    rgba(0,0,0,0.55) 85%,
    rgba(0,0,0,0.2) 93%,
    rgba(0,0,0,0) 100%
  );

  mask-image: radial-gradient(
    ellipse at center,
    rgba(0,0,0,1) 65%,
    rgba(0,0,0,0.85) 75%,
    rgba(0,0,0,0.55) 85%,
    rgba(0,0,0,0.2) 93%,
    rgba(0,0,0,0) 100%
  );

  filter: drop-shadow(0 28px 70px rgba(0,0,0,.35));
  opacity: 0.92; /* final value */
}

/* =================================================
   MOBILE NAV DROPDOWN FIX (Bootstrap collapse)
   ================================================= */
.site-nav,
.navbar,
.navbar-brand{
  overflow: visible !important;
}

@media (max-width: 991.98px){
  .navbar-collapse{
    background: rgba(13,94,170,0.98);
    border-radius: 16px;
    padding: 14px 14px 18px;
    margin-top: 10px;
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
  }

  .navbar-nav{
    gap: 6px !important;
    align-items: flex-start !important;
  }

  .navbar-nav .nav-link{
    padding: 10px 10px;
    border-radius: 12px;
    width: 100%;
  }

  .navbar-nav .nav-link:hover{
    background: rgba(255,255,255,.10);
  }

  .navbar-nav .btn-cta{
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }

  .navbar-toggler{
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 14px;
    padding: 10px 12px;
  }
}

/* =================================================
   HERO MOBILE: KEEP TEXT ON TOP
   ================================================= */
@media (max-width: 575.98px){
  .hero .hero-copy,
  .hero .col-12.col-lg-6{
    position: relative !important;
    z-index: 5 !important;
  }

  .hero .hero-media,
  .hero .hero-media-panel{
    position: relative !important;
    z-index: 1 !important;
  }

  .hero .hero-building{
    z-index: 0 !important;
    opacity: 0.35;
    transform: translateY(1px);
  }
}

/* =================================================
   BUTTON SYSTEM — FINAL UNIFORM RULE (keeps behavior)
   Blue default • Orange hover • White text on hover
   ================================================= */
.btn,
button,
input[type="submit"],
.price-card .btn{
  border-radius: 999px;
  font-weight: 700;
  padding: 0.75rem 1.4rem;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    box-shadow .22s ease,
    transform .18s ease;
}

.btn,
.btn-primary,
.btn-warning,
.btn-outline-primary,
.btn-outline-dark,
.btn-outline-light,
.price-card .btn,
.site-nav .btn,
input[type="submit"]{
  background-color: #1e6fb2 !important;
  border-color: #1e6fb2 !important;
  color: #ffffff !important;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-warning:hover,
.btn-warning:focus,
.btn-outline-primary:hover,
.btn-outline-dark:hover,
.btn-outline-light:hover,
.price-card .btn:hover,
.site-nav .btn:hover,
input[type="submit"]:hover,
input[type="submit"]:focus{
  background-color: #f5a200 !important;
  border-color: #f5a200 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(245, 162, 0, 0.35);
  transform: translateY(-2px);
}

.btn:active,
.price-card .btn:active,
.site-nav .btn:active,
input[type="submit"]:active{
  transform: translateY(0) scale(0.97);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.btn:focus-visible,
button:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(245, 162, 0, 0.35) !important;
}

/* prevent pseudo “blobs” on navbar buttons */
.site-nav .btn::before,
.site-nav .btn::after{
  content: none !important;
}
.site-nav .btn{
  box-shadow: none !important;
  transform: none !important;
}

/* =================================================
   ICON BOX OVERRIDES (merged)
   ================================================= */
#it-infrastructure .p-4 .d-flex.align-items-center.gap-3.mb-3 > div:first-child,
#seat-leasing .p-4 .d-flex.align-items-center.gap-3.mb-3 > div:first-child{
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

/* =================================================
   FOOTER HEIGHT HARD FIX (kept final overrides)
   ================================================= */
.site-footer .container.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.site-footer,
.up-footer{
  min-height: 0 !important;
  height: auto !important;
}

.site-footer .row{ row-gap: 1.25rem !important; }

.site-footer .col-lg-4.text-center{
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
}

.site-footer .up-footer-logo{
  margin: 0 !important;
  max-height: 100px;
  width: auto;
}

.site-footer .footer-tagline{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45;
  max-width: 360px;
}

.footer-bottom{ padding: 10px 0 !important; }

/* =================================================
   FINAL LOGO SIZE OVERRIDE
   ================================================= */
.site-nav .navbar,
.site-nav .navbar > .container{
  min-height: 96px !important;
}

.site-nav .navbar-brand{
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.site-nav .navbar-brand img.brand-logo{
  height: 120px !important;
  max-height: 120px !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.site-nav .navbar-toggler{
  padding: 10px 12px !important;
  align-self: center !important;
}

@media (max-width: 480px){
  .site-nav .navbar,
  .site-nav .navbar > .container{
    min-height: 84px !important;
  }

  .site-nav .navbar-brand img.brand-logo{
    height: 96px !important;
    max-height: 96px !important;
  }
}

/* =================================================
   MOBILE HERO IMAGE FIX (LAST OVERRIDE)
   ================================================= */
@media (max-width: 991px){
  .hero{
    padding-bottom: 0;
    min-height: auto;
  }

  .hero-media{
    margin-top: 0;
    padding-bottom: 0;
  }

  .hero-building{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -80px; /* removes the blue gap */
  }
}
/* ================================
   PATCH: Restore HERO gradient
   + Restore NAVBAR CTA hover behavior
   (place at END of stylesheet)
   ================================ */

/* 1) Bring back the unified hero gradient */
.hero,
.up-hero{
  background: linear-gradient(180deg, #1e6fb2 0%, #0b3f6f 100%) !important;
  color: #fff !important;
}

.up-hero .lead{
  color: rgba(255,255,255,.9) !important;
}

/* 2) Bring back CTA behavior in navbar (btn-cta) */
.site-nav .btn-cta{
  background:#f5a200 !important;
  border-color:#f5a200 !important;
  color:#111 !important;
  font-weight:800 !important;
}

.site-nav .btn-cta:hover,
.site-nav .btn-cta:focus{
  background:#e69500 !important;
  border-color:#e69500 !important;
  color:#111 !important;
}

/* Make navbar CTA follow global button colors */
.site-nav .btn-cta{
  background-color: #1e6fb2 !important;  /* blue like others */
  border-color: #1e6fb2 !important;
  color: #ffffff !important;
}

/* optional: if you want the hover to remain WHITE text (matches your final system) */
.site-nav .btn-cta:hover,
.site-nav .btn-cta:focus{
  background-color: #f5a200 !important;  /* orange hover */
  border-color: #f5a200 !important;
  color: #ffffff !important;
}
