@charset "UTF-8";

/* =========================
   SERVICE AREA
========================= */

.servicearea{
  position:relative;
  width:100%;
  padding:140px 32px;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(76,140,255,0.10), transparent 28%),
    radial-gradient(circle at bottom left, rgba(140,92,255,0.12), transparent 34%),
    linear-gradient(180deg,#060816 0%,#0a1020 32%,#10192c 68%,#060816 100%);
  color:#f4f7ff;
}

.servicearea::before{
  content:"";
  position:absolute;
  top:-180px;
  right:-120px;
  width:480px;
  height:480px;
  border-radius:50%;
  background:
    radial-gradient(circle,
    rgba(0,183,255,0.24) 0%,
    rgba(0,183,255,0) 72%);
  pointer-events:none;
  filter:blur(4px);
}

.servicearea::after{
  content:"";
  position:absolute;
  bottom:-220px;
  left:-160px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:
    radial-gradient(circle,
    rgba(166,92,255,0.20) 0%,
    rgba(166,92,255,0) 72%);
  pointer-events:none;
  filter:blur(6px);
}

/* =========================
   CONTAINER
========================= */

.servicearea__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1440px;
  margin:0 auto;
}

/* =========================
   SPLIT
========================= */

.servicearea__split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(440px,0.92fr);
  gap:76px;
  align-items:center;
}

/* =========================
   CONTENT
========================= */

.servicearea__content{
  display:grid;
  gap:26px;
}

.servicearea__eyebrow{
  margin:0;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:2.6px;
  text-transform:uppercase;
  color:#7fd4ff;
}

.servicearea__h2{
  margin:0;
  font-size:58px;
  line-height:1.02;
  font-weight:650;
  letter-spacing:-1.8px;
  color:#ffffff;
}

.servicearea__accentLine{
  width:130px;
  height:3px;
  border-radius:999px;
  background:
    linear-gradient(90deg,
    #4cc9ff 0%,
    #7b68ff 48%,
    #b14dff 100%);
  box-shadow:
    0 0 20px rgba(76,201,255,0.45),
    0 0 38px rgba(123,104,255,0.28);
}

.servicearea__lead{
  margin:0;
  max-width:760px;
  font-size:19px;
  line-height:1.84;
  font-weight:300;
  color:rgba(232,238,255,0.78);
}

/* =========================
   STATEMENT CARD
========================= */

.servicearea__statement{
  position:relative;
  padding:32px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(122,161,255,0.16);
  background:
    linear-gradient(145deg,
    rgba(18,28,48,0.88) 0%,
    rgba(11,18,34,0.72) 100%);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter:blur(14px);
}

.servicearea__statement::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,
    rgba(76,201,255,0.10) 0%,
    transparent 42%,
    rgba(177,77,255,0.10) 100%);
  pointer-events:none;
}

.servicearea__statement span{
  position:relative;
  display:block;
  margin-bottom:10px;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#8be0ff;
}

.servicearea__statement p{
  position:relative;
  margin:0;
  font-size:16px;
  line-height:1.84;
  color:rgba(235,241,255,0.76);
}

/* =========================
   PILLS
========================= */

.servicearea__pills{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.servicearea__pills li{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(125,162,255,0.16);
  background:
    linear-gradient(180deg,
    rgba(17,28,48,0.92) 0%,
    rgba(11,18,34,0.82) 100%);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.05);
  font-size:14px;
  line-height:1.3;
  font-weight:500;
  color:#edf3ff;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.servicearea__pills li::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,
    rgba(76,201,255,0.08),
    rgba(177,77,255,0.08));
  opacity:0;
  transition:opacity 0.35s ease;
}

.servicearea__pills li:hover{
  transform:translateY(-4px);
  border-color:rgba(76,201,255,0.38);
  box-shadow:
    0 22px 44px rgba(0,0,0,0.34),
    0 0 18px rgba(76,201,255,0.14);
}

.servicearea__pills li:hover::before{
  opacity:1;
}

/* =========================
   DETAILS
========================= */

.servicearea__details{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.servicearea__detail{
  position:relative;
  overflow:hidden;
  display:grid;
  gap:14px;
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(122,161,255,0.16);
  background:
    linear-gradient(145deg,
    rgba(16,25,44,0.92) 0%,
    rgba(9,14,26,0.86) 100%);
  box-shadow:
    0 24px 58px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.servicearea__detail::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right,
    rgba(76,201,255,0.12),
    transparent 44%);
  pointer-events:none;
}

.servicearea__detail span{
  position:relative;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2px;
  color:#82dbff;
}

.servicearea__detail p{
  position:relative;
  margin:0;
  font-size:15px;
  line-height:1.78;
  color:rgba(232,238,255,0.72);
}

.servicearea__detail strong{
  display:block;
  margin-bottom:6px;
  color:#ffffff;
  font-weight:700;
}

.servicearea__muted{
  margin:0;
  max-width:700px;
  font-size:14px;
  line-height:1.72;
  color:rgba(205,216,242,0.54);
}

/* =========================
   MEDIA
========================= */

.servicearea__media{
  display:grid;
  gap:22px;
}

.servicearea__mapCard,
.servicearea__imageCard{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(122,161,255,0.16);
  background:#10192c;
  box-shadow:
    0 34px 80px rgba(0,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.servicearea__mapCard::after,
.servicearea__imageCard::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,
    rgba(255,255,255,0.02) 0%,
    rgba(0,0,0,0.24) 100%);
  pointer-events:none;
}

.servicearea__mapCard{
  min-height:460px;
}

.servicearea__mapCard img,
.servicearea__imageCard img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.8s ease;
}

.servicearea__mapCard img{
  min-height:460px;
}

.servicearea__imageCard img{
  height:230px;
}

.servicearea__mapCard:hover img,
.servicearea__imageCard:hover img{
  transform:scale(1.05);
}

/* =========================
   BADGES
========================= */

.servicearea__mapBadge{
  position:absolute;
  left:24px;
  bottom:24px;
  z-index:3;
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(145deg,
    rgba(12,18,32,0.88),
    rgba(8,12,24,0.74));
  backdrop-filter:blur(12px);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.38);
}

.servicearea__mapBadge span{
  display:block;
  margin-bottom:5px;
  font-size:11px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(194,220,255,0.68);
}

.servicearea__mapBadge strong{
  display:block;
  font-size:18px;
  line-height:1.1;
  font-weight:700;
  color:#ffffff;
}

.servicearea__imageOverlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:3;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.06);
  background:
    linear-gradient(145deg,
    rgba(10,16,30,0.86),
    rgba(8,12,22,0.74));
  backdrop-filter:blur(12px);
}

.servicearea__imageOverlay span{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#84ddff;
}

.servicearea__imageOverlay p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:rgba(235,241,255,0.78);
}

/* =========================
   1920px
========================= */

@media screen and (max-width:1920px){
  .servicearea{
    padding:130px 32px;
  }

  .servicearea__container{
    max-width:1400px;
  }

  .servicearea__h2{
    font-size:52px;
  }

  .servicearea__lead{
    font-size:18px;
  }
}

/* =========================
   1200px
========================= */

@media screen and (max-width:1200px){
  .servicearea{
    padding:112px 24px;
  }

  .servicearea__split{
    grid-template-columns:1fr;
    gap:52px;
    align-items:start;
  }

  .servicearea__content{
    max-width:920px;
  }

  .servicearea__h2{
    font-size:44px;
    letter-spacing:-1.2px;
  }

  .servicearea__lead{
    max-width:860px;
    font-size:17px;
    line-height:1.76;
  }

  .servicearea__media{
    grid-template-columns:1.1fr 0.9fr;
    align-items:stretch;
    gap:18px;
  }

  .servicearea__mapCard,
  .servicearea__mapCard img{
    min-height:390px;
  }

  .servicearea__imageCard,
  .servicearea__imageCard img{
    height:100%;
    min-height:390px;
  }
}

/* =========================
   900px
========================= */

@media screen and (max-width:900px){
  .servicearea{
    padding:100px 22px;
  }

  .servicearea__split{
    gap:44px;
  }

  .servicearea__details{
    grid-template-columns:1fr;
  }

  .servicearea__media{
    grid-template-columns:1fr;
  }

  .servicearea__mapCard,
  .servicearea__mapCard img{
    min-height:360px;
  }

  .servicearea__imageCard,
  .servicearea__imageCard img{
    min-height:260px;
  }
}

/* =========================
   768px
========================= */

@media screen and (max-width:768px){
  .servicearea{
    padding:92px 20px;
  }

  .servicearea__content{
    gap:21px;
  }

  .servicearea__eyebrow{
    font-size:11px;
    letter-spacing:2.2px;
  }

  .servicearea__h2{
    font-size:38px;
    line-height:1.08;
    letter-spacing:-1px;
  }

  .servicearea__accentLine{
    width:104px;
  }

  .servicearea__lead{
    font-size:16px;
    line-height:1.72;
  }

  .servicearea__statement{
    padding:24px 22px;
    border-radius:24px;
  }

  .servicearea__statement p{
    font-size:15px;
    line-height:1.72;
  }

  .servicearea__pills{
    gap:10px;
  }

  .servicearea__pills li{
    min-height:40px;
    padding:10px 14px;
    font-size:13px;
  }

  .servicearea__detail{
    padding:22px;
    border-radius:22px;
  }

  .servicearea__detail p{
    font-size:14.5px;
    line-height:1.7;
  }

  .servicearea__muted{
    font-size:13px;
  }

  .servicearea__mapCard,
  .servicearea__mapCard img{
    min-height:320px;
    border-radius:26px;
  }

  .servicearea__imageCard,
  .servicearea__imageCard img{
    min-height:230px;
    border-radius:26px;
  }
}

/* =========================
   480px
========================= */

@media screen and (max-width:480px){
  .servicearea{
    padding:78px 16px;
  }

  .servicearea__split{
    gap:36px;
  }

  .servicearea__content{
    gap:18px;
  }

  .servicearea__h2{
    font-size:31px;
    letter-spacing:-0.7px;
  }

  .servicearea__lead,
  .servicearea__statement p,
  .servicearea__detail p{
    font-size:14px;
    line-height:1.66;
  }

  .servicearea__statement{
    padding:20px 18px;
    border-radius:20px;
  }

  .servicearea__pills li{
    width:100%;
    justify-content:flex-start;
    min-height:40px;
    border-radius:16px;
  }

  .servicearea__detail{
    padding:20px 18px;
    border-radius:20px;
  }

  .servicearea__mapCard,
  .servicearea__mapCard img{
    min-height:260px;
    border-radius:22px;
  }

  .servicearea__imageCard,
  .servicearea__imageCard img{
    min-height:200px;
    border-radius:22px;
  }

  .servicearea__mapBadge,
  .servicearea__imageOverlay{
    left:14px;
    right:14px;
    bottom:14px;
    padding:15px;
    border-radius:16px;
  }

  .servicearea__mapBadge strong{
    font-size:16px;
  }

  .servicearea__imageOverlay p{
    font-size:13px;
  }
}

/* =========================
   300px
========================= */

@media screen and (max-width:300px){
  .servicearea{
    padding:64px 12px;
  }

  .servicearea__h2{
    font-size:25px;
    line-height:1.12;
  }

  .servicearea__accentLine{
    width:78px;
  }

  .servicearea__lead,
  .servicearea__statement p,
  .servicearea__detail p{
    font-size:13px;
    line-height:1.6;
  }

  .servicearea__statement,
  .servicearea__detail{
    padding:16px 12px;
    border-radius:16px;
  }

  .servicearea__pills li{
    min-height:36px;
    padding:9px 11px;
    font-size:12px;
    border-radius:13px;
  }

  .servicearea__mapCard,
  .servicearea__mapCard img{
    min-height:220px;
    border-radius:18px;
  }

  .servicearea__imageCard,
  .servicearea__imageCard img{
    min-height:170px;
    border-radius:18px;
  }

  .servicearea__mapBadge,
  .servicearea__imageOverlay{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:10px;
  }
}