:root {
  --teal: #0f766e;
  --deep: #083344;
  --gold: #d4af37;
  --soft: #f4fbfa;
  --ink: #102027;
  --muted: #64748b
}
* {
  box-sizing: border-box
}
.LF{text-transform: uppercase; font-size: 17px;}
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  color: var(--ink);
  background: #fff
}
.topbar {
  background: var(--deep);
  color: #e6fffb;
  font-size: .92rem
}
.navbar {
  box-shadow: 0 12px 40px rgba(8, 51, 68, .08);
  backdrop-filter: blur(18px)
}
.brand-mark {
  width: 44px;
  /*height: 44px;*/
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900
}
.nav-link {
  font-weight: 700
}
.hero {
  background: linear-gradient(135deg, #052e37, #0f766e 60%, #d4af37);
  color: #fff;
  position: relative;
  overflow: hidden
}
.hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1)
}
.hero-card {
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  border-radius: 28px
}
.btn-gold {
  background: var(--gold);
  color: #102027;
  border: 0;
  font-weight: 800
}
.btn-gold:hover {
  background: #c29b2c;
  color: #fff
}
.btn-teal {
  background: var(--teal);
  color: white;
  border: 0;
  font-weight: 800
}
.btn-teal:hover {
  background: #0b5f59;
  color: white
}

.btn-teal1 {
  background: var(--teal);
  color: white;
  border: 0;
  font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 10px;
}
.btn-teal1:hover {
  background: #0b5f59;
  color: white
}

.btn-teal2 {
  background: #ff0000;
  color: white;
  border: 0;
  font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 10px;
}
.btn-teal2:hover {
  background: #0b5f59;
  color: white
}

.btn-teal3 {
  background: #198300;
  color: white;
  border: 0;
  font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 10px;
}
.btn-teal3:hover {
  background: #0b5f59;
  color: white
}





.section-pad {
  padding: 82px 0
}
.eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--teal);
  font-size: .78rem
}
.card-soft {
  border: 1px solid #dcefed;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(15, 118, 110, .08);
  transition: .25s;
  background: #fff;
  overflow: hidden
}
.card-soft:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 118, 110, .16)
}
.service-img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  background: #e7f5f3
}
.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #ecfdf5;
  color: var(--teal);
  font-size: 1.45rem
}
.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.sticky-cta a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .25);
  font-size: 1.25rem
}
.wa {
  background: #25D366
}
.call {
  background: #0f766e
}
.lead-box {
  background: linear-gradient(135deg, #f0fdfa, #fff);
  border: 1px solid #cceee9;
  border-radius: 30px
}
.footer {
  background: #052e37;
  color: #d7fffb
}
.footer a {
  color: #d7fffb;
  text-decoration: none
}
.footer a:hover {
  color: #ffd766
}
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px
}
.breadcrumb-area {
  background: #f0fdfa;
  border-bottom: 1px solid #ccfbf1
}
.form-control, .form-select {
  border-radius: 14px;
  padding: .85rem 1rem
}
.badge-service {
  background: #ecfdf5;
  color: #0f766e;
  border: 1px solid #bbf7d0
}
.metric {
  border-left: 4px solid var(--gold);
  padding-left: 18px
}
.page-title {
  font-weight: 800;
}
.mini-map {
  border-radius: 24px;
  background: #f8fafc;
  border: 1px dashed #99f6e4;
  padding: 22px
}
.article-content p {
  font-size: 1.06rem;
  line-height: 1.84;
  color: #334155
}
.article-content li {
  margin-bottom: .6rem
}
@media(max-width:991px) {
  .section-pad {
    padding: 56px 0
  }
  .hero h1 {
    font-size: 2.3rem
  }
  .sticky-cta {
    right: 12px;
    bottom: 12px
  }
  .sticky-cta a {
    width: 52px;
    height: 52px
  }
  .service-img {
    height: 180px
  }
}

@media(max-width:600px) {
.LF{text-transform: uppercase; font-size: 13px;}
}
@media(max-width:390px) {
.LF{text-transform: uppercase; font-size: 11px;}
}