@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --lime: #cae807;
  --lime2: #aee900;
  --navy: #001323;
  --navy2: #000815;
  --ink: #071329;
  --muted: #c9d2dc;
  --line: rgba(255,255,255,.28);
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
  line-height:1.55;
}
a{text-decoration:none}
img{display:block;max-width:100%;height:auto}
svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Bootstrap container with custom 1440px max width */
.container.lg360-wide-container{
  width:100%;
  max-width:1440px;
  margin-inline:auto;
      padding: 0px;
  /* padding-left:58px;
  padding-right:58px; */
}

/* Header */
.lg360-header{
  background:linear-gradient(90deg,#001326 0%,#000812 54%,#001326 100%);
  position:relative;
  z-index:50;
}
.lg360-navbar{min-height:80px;padding:0}
.lg360-brand{padding:0;margin:0}
.lg360-brand img{width:140px}
.lg360-menu{align-self:stretch}
.lg360-nav-list{gap:26px;height:80px}
.lg360-nav-list .nav-link{
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  padding:31px 0 24px;
  letter-spacing:.01em;
  position:relative;
}



.lg360-nav-list .nav-link:hover,
.lg360-nav-list .nav-link.active{color:var(--lime)}
.lg360-nav-list .nav-link.active:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:17px;
  height:2px;
  background:var(--lime);
}
.lg360-btn{
  border:0;
  border-radius:4px;
  background:linear-gradient(90deg,var(--lime),var(--lime2));
  color:#020b08;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  min-height:47px;
  padding:13px 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  line-height:1;
}
.lg360-btn:hover{background:linear-gradient(90deg,#d9ff35,#bcff00);color:#020b08;transform:translateY(-1px)}
.lg360-btn-sm{min-height:39px;padding:11px 20px;font-size:11px;white-space:nowrap}
.lg360-toggler{width:44px;height:40px;border:1px solid rgba(199,255,0,.48);box-shadow:none!important;padding:8px}
.lg360-toggler span{display:block;height:2px;background:var(--lime);margin:5px 0;border-radius:20px}

/* Hero: built to match reference image */
.lg360-hero{
  position:relative;
  min-height:500px;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 13% 45%,rgba(0,61,117,.45),transparent 37%),
    linear-gradient(90deg,#001323 0%,#000816 62%,#02152a 100%);
}
.lg360-hero:before{
  content:"";
  position:absolute;
  top:0;bottom:0;right:0;
  width:clamp(197px,19.25vw,277px);
  background:url('../images/justice-statue.png') center center/cover no-repeat;
  z-index:1;
}
.lg360-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,9,19,.04) 0%,rgba(0,9,19,.16) 60%,rgba(0,9,19,.38) 82%,rgba(0,9,19,.08) 100%);
  z-index:2;
  pointer-events:none;
}
.lg360-hero-row{
  min-height:500px;
  padding-top:34px;
  padding-bottom:28px;
  position:relative;
  z-index:3;
}
.lg360-hero-copy{max-width:540px}
.lg360-kicker{
  color:var(--lime);
  text-transform:uppercase;
  font-size:15px;
  font-weight:900;
  margin:0 0 10px;
}
.lg360-hero-copy h1{
  color:#fff;
  font-size:clamp(44px,4.05vw,58px);
  line-height:1.06;
  letter-spacing:-1.9px;
  font-weight:900;
  margin:0;
}
.lg360-hero-copy h1 span{color:var(--lime)}
.lg360-title-line{width:43px;height:3px;background:var(--lime);margin:23px 0 24px}
.lg360-hero-text{
  max-width:440px;
  color:#fff;
  font-size:16px;
  line-height:1.65;
  margin:0 0 32px;
}
.lg360-contact-list{display:flex;flex-direction:column;gap:24px}
.lg360-contact-item{display:flex;align-items:flex-start;gap:18px}
.lg360-icon-box{flex:0 0 34px;width:34px;height:34px;color:var(--lime)}
.lg360-icon-box svg{width:34px;height:34px}
.lg360-contact-item h4{color:#fff;font-size:16px;font-weight:800;margin:0 0 1px}
.lg360-contact-item p{color:#fff;font-size:13px;margin:0}

/* Contact form */
.lg360-form-card{
  width:100%;
  max-width:455px;
  margin-left:auto;
  margin-right:clamp(0px,4vw,64px);
  background:linear-gradient(155deg,rgba(0,20,38,.96),rgba(0,8,19,.95));
  border:1px solid rgba(255,255,255,.36);
  border-radius:9px;
  padding:31px 36px 28px;
  box-shadow:var(--shadow);
}
.lg360-form-card h2{color:var(--lime);font-size:26px;font-weight:900;letter-spacing:-.5px;margin:0 0 8px}
.lg360-form-card>p{color:#fff;max-width:292px;margin:0 0 22px;font-size:14px;line-height:1.6}
.lg360-form .form-control,
.lg360-form .form-select{
  min-height:45px;
  background:rgba(2,16,31,.84);
  border:1px solid rgba(255,255,255,.36);
  color:#fff;
  border-radius:4px;
  box-shadow:none;
  font-size:13px;
  padding:13px 14px;
}
.lg360-form .form-control::placeholder{color:#fff;opacity:.88}
.lg360-form textarea.form-control{min-height:106px;resize:none}
.lg360-form .form-select{
  color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 98%;
}
.lg360-form .form-control:focus,
.lg360-form .form-select:focus{border-color:var(--lime);background:rgba(2,16,31,.95)}
.lg360-secure-note{display:flex;align-items:center;gap:7px;margin-top:14px;color:#fff;font-size:11px;opacity:.9}
.lg360-secure-note svg{width:14px;height:14px;color:var(--lime)}

/* Help section */
.lg360-help-section{background:#fff;padding:38px 0 42px}
.lg360-section-heading h2{font-size:26px;font-weight:900;color:#07142a;letter-spacing:-.5px;margin:0}
.lg360-section-heading span{display:block;width:49px;height:2px;background:var(--lime2);margin:10px auto 34px}
.lg360-help-grid{align-items:stretch}
.lg360-help-card{height:100%;text-align:center;padding:3px 18px 0;border-right:1px solid #d7dbe0}
.lg360-help-card.last{border-right:0}
.lg360-help-icon{width:55px;height:55px;color:#07142a;margin:0 auto 13px}
.lg360-help-icon svg{width:55px;height:55px;filter:drop-shadow(1px 1px 0 var(--lime))}
.lg360-help-card h3{text-transform:uppercase;font-size:13px;font-weight:900;color:#07142a;margin:0 0 12px}
.lg360-help-card p{font-size:13px;line-height:1.6;color:#07142a;margin:0 auto;max-width:156px}

/* Strategy section */
.lg360-service-area {
    background: radial-gradient(circle at 48% 55%, rgb(1 14 31), transparent 38%), linear-gradient(90deg, #000d1f 0%, #010e1f 100%);
    color: #fff;
    padding: 40px 0;
}
.lg360-call-card{border:1px solid rgba(255,255,255,.32);border-radius:9px;padding:43px 32px;min-height:198px;display:flex;align-items:center;gap:31px}
.lg360-call-icon{flex:0 0 58px;color:var(--lime)}
.lg360-call-icon svg{width:58px;height:58px}
.lg360-call-card h2{color:var(--lime);font-size:22px;line-height:1.2;font-weight:900;margin:0 0 11px}
.lg360-call-card p{color:#fff;font-size:14px;line-height:1.55;max-width:310px;margin:0 0 22px}
.lg360-map-img{width:100%;max-width:420px;margin:0 auto}
.lg360-serving-copy h2{color:#fff;font-size:25px;line-height:1.25;font-weight:900;letter-spacing:-.4px;margin:0 0 16px}
.lg360-serving-copy h2 span{color:var(--lime)}
.lg360-serving-copy p{color:#fff;font-size:14px;line-height:1.6;margin:0}

/* Powered strip */
.lg360-powered-strip{background:#fff;padding:26px 0 24px;border-bottom:1px solid #e4e8ec}
.lg360-powered-logo{width:176px}
.lg360-powered-text{font-size:12px;line-height:1.65;color:#07142a;margin:0}
.lg360-proof-item{display:flex;align-items:center;gap:10px;min-height:45px}
.lg360-proof-item svg{flex:0 0 31px;width:31px;height:31px;color:var(--lime2)}
.lg360-proof-item span{font-size:10px;font-weight:700;line-height:1.35;color:#07142a}

/* Footer */
.lg360-footer {
    background: #000b19;
    color: #fff;
    padding: 34px 0 18px;
}
.lg360-footer-main>[class*="col-"]{border-right:1px solid rgba(255,255,255,.18)}
.lg360-footer-main>[class*="col-"]:last-child{border-right:0}
.lg360-footer-logo{width:155px;margin-bottom:17px}
.lg360-footer p{color:#fff;font-size:15px;line-height:1.45;margin:0 0 16px}
.lg360-socials{display:flex;align-items:center;gap:11px;margin-top:16px}
.lg360-socials a i {
    width: 35px;
    height: 35px;
    border: 2px solid var(--lime);
    border-radius: 50%;
    color: var(--lime);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
}
.lg360-footer h3{color:var(--lime);text-transform:uppercase;font-size:13px;font-weight:900;margin:0 0 17px}
.lg360-footer ul{list-style:none;padding:0;margin:0}
.lg360-footer li{line-height:1.32;margin-bottom:4px}
.lg360-footer a{color:#fff;font-size:13px;transition:.2s ease}
.lg360-footer a:hover{color:var(--lime)}
.lg360-footer-contact p{display:flex;align-items:center;gap:14px;font-size:14px;margin-bottom:23px}
.lg360-footer-contact svg{width:22px;height:22px;color:var(--lime);flex:0 0 22px}
.lg360-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.22);margin-top:32px;padding-top:15px}
.lg360-footer-bottom p{color:rgba(255,255,255,.56);font-size:11px;margin:0}

@media (max-width:1399.98px){
  .container.lg360-wide-container{padding-left:42px;padding-right:42px}
  .lg360-nav-list{gap:22px}
  .lg360-form-card{margin-right:0}
}
@media (max-width:1199.98px){
  .container.lg360-wide-container{padding-left:28px;padding-right:28px}
  .lg360-nav-list{gap:15px}
  .lg360-nav-list .nav-link{font-size:11px}
  .lg360-btn-sm{padding-left:15px;padding-right:15px}
  .lg360-hero-copy h1{font-size:43px}
  .lg360-form-card{max-width:430px;padding:28px}
  .lg360-call-card{gap:24px;padding:35px 28px}
}
@media (max-width:991.98px){
  .lg360-navbar{min-height:74px}
  .lg360-brand img{width:185px}
  .lg360-menu{background:#000b17;border-top:1px solid rgba(255,255,255,.08);padding:12px 0 20px;align-self:auto}
  .lg360-nav-list{height:auto;gap:0;align-items:flex-start!important}
  .lg360-nav-list .nav-link{padding:12px 0;display:inline-block}
  .lg360-nav-list .nav-link.active:after{bottom:6px}
  .lg360-btn-sm{margin-top:10px}
  .lg360-hero{min-height:auto}
  .lg360-hero:before{width:52vw;opacity:.18;filter:saturate(.95)}
  .lg360-hero-row{min-height:auto;padding:52px 0}
  .lg360-hero-copy{max-width:680px}
  .lg360-hero-copy h1{font-size:48px}
  .lg360-hero-text{max-width:640px}
  .lg360-form-card{margin:4px 0 0;max-width:100%}
  .lg360-help-card{border-right:1px solid #d7dbe0;border-bottom:1px solid #d7dbe0;padding:22px 18px 24px}
  .lg360-help-grid .col-6:nth-child(2n) .lg360-help-card{border-right:0}
  .lg360-help-grid .col-6:nth-last-child(-n+2) .lg360-help-card{border-bottom:0}
  .lg360-service-area{text-align:center}
  .lg360-call-card{justify-content:center;text-align:left}
  .lg360-serving-copy{max-width:420px;margin:0 auto}
  .lg360-powered-logo{margin:auto}
  .lg360-powered-text{text-align:center;max-width:680px;margin:0 auto}
  .lg360-footer-main>[class*="col-"]{border-right:0}
}
@media (max-width:767.98px){
  .container.lg360-wide-container{padding-left:18px;padding-right:18px}
  .lg360-brand img{width:170px}
  .lg360-hero-row{padding:42px 0}
  .lg360-hero-copy h1{font-size:clamp(36px,10vw,45px);letter-spacing:-1.2px}
  .lg360-hero-text{font-size:15px}
  .lg360-contact-item{gap:14px}
  .lg360-form-card{padding:25px 20px}
  .lg360-form-card h2{font-size:24px}
  .lg360-help-section{padding:32px 0}
  .lg360-section-heading h2{font-size:24px}
  .lg360-call-card{flex-direction:column;text-align:center;padding:32px 22px}
  .lg360-call-card p{margin-left:auto;margin-right:auto}
  .lg360-powered-strip{padding:25px 0}
  .lg360-proof-item{justify-content:center}
  .lg360-footer{padding-top:30px}
  .lg360-footer-bottom{flex-direction:column;text-align:center;gap:8px}
}
@media (max-width:575.98px){
  .container.lg360-wide-container{padding-left:15px;padding-right:15px}
  .lg360-hero-copy h1{font-size:35px}
  .lg360-kicker{font-size:13px}
  .lg360-contact-list{gap:20px}
  .lg360-icon-box,.lg360-icon-box svg{width:30px;height:30px}
  .lg360-contact-item h4{font-size:14px}
  .lg360-contact-item p{font-size:12px}
  .lg360-form-card{border-radius:8px}
  .lg360-btn{width:100%;padding-left:18px;padding-right:18px}
  .lg360-help-grid .col-6{width:100%}
  .lg360-help-card,.lg360-help-grid .col-6:nth-child(2n) .lg360-help-card{border-right:0;border-bottom:1px solid #d7dbe0}
  .lg360-help-grid .col-6:last-child .lg360-help-card{border-bottom:0}
  .lg360-help-card p{max-width:260px}
  .lg360-map-img{max-width:320px}
  .lg360-serving-copy h2{font-size:24px}
  .lg360-powered-logo{width:170px}
  .lg360-footer-logo{width:150px}
}










/* home page */

.lg-container{
  width:100%;
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
  /* padding-left:38px;
  padding-right:38px; */
}

.lg-page{
  width:100%;
  background:#fff;
}

/* Buttons */
.lg-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:0 20px;
  border-radius:5px;
  font-size:14px;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  transition:.25s ease;
  white-space:nowrap;
}
.lg-btn i{font-size:18px;line-height:1;}
.lg-btn-gold{
  background: linear-gradient(90deg, var(--lime), var(--lime2));
  color:#00172e;
  border:2px solid transparent;
  box-shadow:0 9px 20px rgba(238,171,45,.18);
}
.lg-btn-gold:hover{color:#00172e;transform:translateY(-2px);}
.lg-btn-outline{
      background: rgb(0 0 0 / 0%);
      border: 2px solid #afea00;
  color:#fff;
}
.lg-btn-outline:hover,.lg-btn-dark:hover{
  background: linear-gradient(90deg, var(--lime), var(--lime2));
  color: #000;
}
.lg-btn-dark{
  background: #061f3f00;
  border:2px solid  var(--lime);
  color:#ffffff;
}

/* Hero */
/* =======================
   HERO
======================= */

.lg-hero{
    width:100%;
    overflow:hidden;
}

.lg-hero-bg {
    width: 100%;
    min-height: 740px;
    background: linear-gradient(103deg, #000d1a 0%, #000c19 0%, #000e1c 0%, #000c19 48%, rgb(0 0 0 / 0%) 63%), url(../images/hero-visual.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* 1440 Container */

.lg-container{
    width:100%;
    max-width:1440px;
    margin:auto;
    /* padding:0 40px; */
}

/* Content */

.lg-hero-content{
    width:100%;
    min-height:520px;
    display:flex;
    align-items:center;
}

.lg-hero-copy{
    max-width:500px;
    color:#fff;
}

.lg-hero-copy h1{
    font-size:58px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:20px;
}

.lg-hero-copy h1 span{
    display:block;
    color:#f4ab1c;
}

.lg-hero-lead{
    color:#fff;
    font-size:16px;
    line-height:1.7;
    margin-bottom:20px;
}

.lg-hero-text{
    color:#d8d8d8;
    font-size:15px;
    line-height:1.8;
    margin-bottom:30px;
}

.lg-hero-actions{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.lg-btn{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    font-weight:700;
    padding:14px 22px;
    transition:.3s;
}

.lg-btn-gold{
    background:#f4ab1c;
    color:#081a2d;
}

.lg-btn-outline{
    border:1px solid #f4ab1c;
    color:#fff;
}

/* Mobile */

@media(max-width:991px){

    .lg-container{
        padding:0 20px;
    }

    .lg-hero-copy h1{
        font-size:38px;
    }

       .lg-hero-bg {
        min-height: auto;
        padding: 60px 0;
        background-position: 205% center;
        background: linear-gradient(106deg, #051426f2 0%, #051426 0%, #051426 10%, #061527db 48%, #051426ab 103%), url(../images/hero-visual.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .lg-btn{
        width:100%;
        justify-content:center;
    }
}

/* Section Title */
.lg-section-title h2,
.lg-practice-section h2{
  margin:0;
  color:var(--lg-text);
  text-transform:uppercase;
  font-size:28px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.5px;
}
.lg-section-title p{
  margin:12px 0 0;
  font-size:15px;
  line-height:1.48;
  font-weight:500;
  color:#0b1a2f;
}

/* Service Overview */
.lg-service-section{
  padding:22px 0 28px;
  background:#fff;
}
.lg-service-grid{
  margin-top:18px;
}
.lg-service-card{
  min-height:176px;
  height:100%;
  padding:6px 22px 0;
  text-align:center;
  border-right:1px solid #ebca8d;
}
.lg-service-icon{
  width:62px;
  height:62px;
  margin:0 auto 11px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#052549;
  position:relative;
}
.lg-service-icon::after{
  content:"";
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--lg-gold);
  position:absolute;
  right:5px;
  top:2px;
  opacity:.96;
}
.lg-service-icon i{
  font-size:47px;
  line-height:1;
  position:relative;
  z-index:1;
}
.lg-service-card h3{
  min-height:38px;
  margin:0 0 7px;
  color:#041832;
  font-size:14px;
  line-height:1.15;
  font-weight:900;
  text-transform:uppercase;
}
.lg-service-card p{
  margin:0 auto;
  max-width:160px;
  color:#101010;
  font-size:13px;
  line-height:1.45;
  font-weight:500;
}

/* Practice Areas */
.lg-practice-section{
  background:linear-gradient(110deg,#00152b,#00284d 55%,#00182f);
  padding:16px 0 18px;
  color:#fff;
}
.lg-practice-section h2{
  color:#fff;
  margin-bottom:16px;
}
.lg-practice-grid{
  display:grid;
  grid-template-columns:repeat(10,1fr);
  gap:0;
}
.lg-practice-item{
  min-height:82px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-align:center;
  border-right:1px solid rgba(238,171,45,.34);
  color:#fff;
}
.lg-practice-item:last-child{border-right:0;}
.lg-practice-item i{
  color: var(--lime);
  font-size:36px;
  line-height:1;
}
.lg-practice-item span{
  color:#fff;
  font-size:13px;
  line-height:1.08;
  font-weight:800;
}

/* Process */
    .lg360-system-flow-section {
      background: #ffffff;
      padding: 18px 0 30px;
      overflow: hidden;
    }

    .lg360-system-flow-container {
      max-width: 1440px;
    }

    .lg360-system-flow-heading-wrap {
      text-align: center;
      margin-bottom: 26px;
    }

    .lg360-system-flow-heading {
      font-size: 30px;
      line-height: 1.1;
      font-weight: 900;
      text-transform: uppercase;
      color: #071225;
      margin: 0;
      letter-spacing: 1px;
    }

    .lg360-system-flow-heading span {
      color: #f5a51b;
    }

    .lg360-system-flow-timeline {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      align-items: start;
      /* max-width: 1180px; */
      margin: 0 auto;
      gap: 0;
    }

    .lg360-system-flow-timeline::before {
      display: none;
    }

    .lg360-system-flow-line {
      position: absolute;
      top: 40px;
      left: 10%;
      right: 10%;
      height: 0;
      border-top: 1px dotted #7e8794;
      z-index: 1;
      transform-origin: left center;
    }

    .lg360-system-flow-item {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 0 22px;
    }

    .lg360-system-icon-box {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      border: 1.5px solid #8a93a2;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      position: relative;
    }

    .lg360-system-icon-box i {
      font-size: 36px;
      color: #f5a51b;
      line-height: 1;
    }

    .lg360-system-step-badge {
      position: absolute;
      top: -13px;
      left: -13px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #061b37;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 6px 14px rgba(6, 27, 55, 0.22);
    }

    .lg360-system-flow-title {
      font-size: 18px;
      line-height: 1.15;
      font-weight: 900;
      color: #071225;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .lg360-system-flow-text {
      font-size: 14px;
      line-height: 1.45;
      font-weight: 500;
      color: #071225;
      max-width: 190px;
      margin: 0 auto;
    }

    @media (max-width: 1199px) {
      .lg360-system-flow-heading {
        font-size: 27px;
      }

      .lg360-system-flow-item {
        padding: 0 14px;
      }

      .lg360-system-flow-text {
        font-size: 13px;
      }
    }

    @media (max-width: 991px) {
      .lg360-system-flow-section {
        padding: 38px 0;
      }

      .lg360-system-flow-heading {
        font-size: 25px;
      }

      .lg360-system-flow-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 0;
      }

      .lg360-system-flow-timeline::before {
        display: none;
      }

      .lg360-system-flow-line {
        display: none;
      }

      .lg360-system-flow-item {
        padding: 0 20px;
      }

      .lg360-system-flow-text {
        max-width: 260px;
        font-size: 14px;
      }
    }

    @media (max-width: 575px) {
      .lg360-system-flow-section {
        padding: 34px 0;
      }

      .lg360-system-flow-heading {
        font-size: 22px;
        line-height: 1.25;
      }

      .lg360-system-flow-timeline {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .lg360-system-flow-item {
        padding: 0;
        position: relative;
      }

      .lg360-system-flow-item::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 82px;
        height: 34px;
        border-left: 1px dotted #7e8794;
        transform: translateX(-50%);
      }

      .lg360-system-flow-item:last-child::after {
        display: none;
      }

      .lg360-system-icon-box {
        width: 72px;
        height: 72px;
        margin-bottom: 17px;
      }

      .lg360-system-icon-box i {
        font-size: 32px;
      }

      .lg360-system-step-badge {
        width: 36px;
        height: 36px;
        font-size: 16px;
        top: -11px;
        left: -11px;
      }

      .lg360-system-flow-title {
        font-size: 16px;
      }

      .lg360-system-flow-text {
        max-width: 300px;
      }
    }

/* Feature Panels */
.lg360-lead-choice-section {
  padding: 12px 0;
  background: #ffffff;
}

.lg360-container {
  max-width: 1440px;
}

.lg360-lead-card {
  min-height: 360px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* Left dark card */
.lg360-dark-card {
  display: flex;
  background: linear-gradient(110deg, #001832 0%, #001f40 55%, #001228 100%);
}

.lg360-lead-img {
  width: 43%;
  position: relative;
}

.lg360-lead-img::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  width: 1px;
  height: 190px;
  background: rgba(255, 255, 255, 0.22);
}

.lg360-lead-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg360-lead-content {
  width: 57%;
  padding: 34px 28px 28px 34px;
  color: #ffffff;
}

.lg360-lead-content h2,
.lg360-why-content h2 {
  margin: 0 0 13px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.lg360-lead-content p {
  max-width: 350px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.42;
  color: #ffffff;
}

.lg360-lead-content ul,
.lg360-why-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lg360-lead-content li,
.lg360-why-content li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.lg360-lead-content li span,
.lg360-why-content li span {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background: #f5a623;
  color: #001a36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  margin-top: 1px;
}

/* Right light card */
.lg360-light-card {
  background: linear-gradient(90deg, #f7f7f7 0%, #f3f3f3 58%, #e8e8e8 100%);
  display: flex;
  align-items: center;
}

.lg360-why-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: 34px 20px 30px 40px;
}

.lg360-why-content h2 {
  color: #001a36;
}

.lg360-why-content li {
  color: #001a36;
}

.lg360-court-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  z-index: 1;
}

.lg360-court-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0.45) 35%, rgba(247, 247, 247, 0) 100%);
  z-index: 2;
}

.lg360-court-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .lg360-lead-card {
    min-height: 300px;
  }

  .lg360-lead-content h2,
  .lg360-why-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .lg360-dark-card {
    flex-direction: column;
  }

  .lg360-lead-img {
    width: 100%;
    height: 260px;
  }

  .lg360-lead-img::after {
    display: none;
  }

  .lg360-lead-content {
    width: 100%;
    padding: 26px 22px;
  }

  .lg360-light-card {
    min-height: 360px;
  }

  .lg360-why-content {
    width: 100%;
    padding: 28px 22px;
  }

  .lg360-court-img {
    width: 100%;
    opacity: 0.18;
  }

  .lg360-court-img::before {
    background: rgba(255, 255, 255, 0.65);
  }

  .lg360-lead-content h2,
  .lg360-why-content h2 {
    font-size: 22px;
  }

  .lg360-lead-content p,
  .lg360-lead-content li,
  .lg360-why-content li {
    font-size: 14px;
  }
}

/* CTA */
.lg-cta-section{
  background:#fff;
  padding:0 0 0;
}
.lg-cta-section .lg-container{padding-left:0;padding-right:0;}
.lg-cta-box {
    min-height: 111px;
    padding: 20px 60px;
    background: #000b19;
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    border-bottom: 1px solid #38414c;
    border-radius: 10px 10px 0px 0px;
}
.lg-cta-icon{
  flex:0 0 78px;
  width:78px;
  height:78px;
  border-radius:50%;
  border:2px solid var(--lime);
  color:var(--lime);
  display:flex;
  align-items:center;
  justify-content:center;
}
.lg-cta-icon i{font-size:38px;line-height:1;}
.lg-cta-text{flex:1 1 auto;}
.lg-cta-text h2{
  margin:0 0 5px;
  color:#fff;
  font-size:28px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:.6px;
  text-transform:uppercase;
}
.lg-cta-text p{
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.38;
  font-weight:500;
  max-width:650px;
}
.lg-cta-actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex:0 0 auto;
}
.lg-cta-actions .lg-btn{min-width:225px;}
.lg-cta-actions .lg-btn-gold{min-width:330px;}

/* Large Screens */
@media (min-width:1200px){
  .lg-hero-box{min-height:700px;}
}

/* Laptop */
@media (max-width:1199.98px){
  .lg-container{padding-left:30px;padding-right:30px;}
  .lg-hero-copy{padding-left:42px;max-width:550px;}
  .lg-hero-copy h1{font-size:38px;}
  .lg-hero-lead{font-size:15px;max-width:485px;}
  .lg-hero-text{max-width:475px;font-size:14px;}
  .lg-btn{font-size:13px;padding:0 21px;}
  .lg-service-card{padding-left:16px;padding-right:16px;border-bottom:1px solid #ebca8d;}
  .lg-service-grid .col-xl-2:nth-child(3n) .lg-service-card{border-right:0;}
  .lg-service-grid .col-xl-2:nth-child(n+4) .lg-service-card{border-bottom:0;}
  .lg-practice-grid{grid-template-columns:repeat(5,1fr);row-gap:13px;}
  .lg-practice-item:nth-child(5n){border-right:0;}
  .lg-process-wrap{gap:18px;}
  .lg-cta-box{padding:22px 40px;flex-wrap:wrap;}
  .lg-cta-actions{width:100%;justify-content:flex-start;padding-left:106px;}
}

/* Tablet */
@media (max-width:991.98px){
  .lg-container{padding-left:22px;padding-right:22px;}
  .lg-hero-box{min-height:auto;display:flex;flex-direction:column;background:#00182f;}
  .lg-hero-image{
    position:relative;
    width:100%;
    height:380px;
    order:1;
    background-position:center top;
  }
  .lg-hero-box::before{
    width:100%;
    background:linear-gradient(180deg, rgba(0,17,35,.95), rgba(0,17,35,.72), rgba(0,17,35,0));
  }
  .lg-hero-copy{
    width:100%;
    max-width:none;
    padding:48px 42px 20px;
    order:0;
  }
  .lg-hero-copy h1{font-size:40px;}
  .lg-hero-lead,.lg-hero-text{max-width:720px;}
  .lg-service-section{padding-top:28px;}
  .lg-section-title h2,.lg-practice-section h2{font-size:24px;}
  .lg-service-grid .col-xl-2:nth-child(3n) .lg-service-card{border-right:1px solid #ebca8d;}
  .lg-service-grid .col-xl-2:nth-child(2n) .lg-service-card{border-right:0;}
  .lg-service-grid .col-xl-2:nth-child(n+4) .lg-service-card{border-bottom:1px solid #ebca8d;}
  .lg-service-grid .col-xl-2:nth-child(n+5) .lg-service-card{border-bottom:0;}
  .lg-practice-grid{grid-template-columns:repeat(2,1fr);}
  .lg-practice-item:nth-child(5n){border-right:1px solid rgba(238,171,45,.34);}
  .lg-practice-item:nth-child(2n){border-right:0;}
  .lg-process-wrap{grid-template-columns:repeat(2,1fr);row-gap:30px;}
  .lg-process-line{display:none;}
  .lg-process-step:last-child{grid-column:1/-1;}
  .lg-lost-card,.lg-why-card{min-height:auto;}
  .lg-cta-actions{padding-left:0;}
}

/* Mobile */
@media (max-width:767.98px){
  .lg-container{padding-left:15px;padding-right:15px;}
  .lg-hero .lg-container,
  .lg-cta-section .lg-container{padding-left:0;padding-right:0;}
  .lg-hero-copy{padding:38px 22px 18px;}
  .lg-hero-copy h1{font-size:32px;line-height:1.05;}
  .lg-hero-lead{font-size:14px;line-height:1.55;}
  .lg-hero-text{font-size:13px;line-height:1.55;}
  .lg-hero-image{height:310px;}
  .lg-hero-actions .lg-btn{width:100%;}
  .lg-section-title h2,.lg-practice-section h2{font-size:21px;line-height:1.18;}
  .lg-section-title p{font-size:13px;}
  .lg-service-card{min-height:170px;padding:10px 12px 16px;}
  .lg-service-icon{width:54px;height:54px;margin-bottom:7px;}
  .lg-service-icon i{font-size:40px;}
  .lg-service-card h3{font-size:12px;}
  .lg-service-card p{font-size:12px;line-height:1.35;}
  .lg-practice-grid{grid-template-columns:repeat(2,1fr);}
  .lg-practice-item{min-height:78px;}
  .lg-practice-item i{font-size:30px;}
  .lg-practice-item span{font-size:12px;}
  .lg-process-wrap{grid-template-columns:1fr;gap:26px;}
  .lg-process-step:last-child{grid-column:auto;}
  .lg-step-icon{width:64px;height:64px;}
  .lg-process-step p{max-width:270px;}
  .lg-man-img{height:260px;border-radius:11px 11px 0 0;}
  .lg-lost-copy{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:24px 22px;}
  .lg-lost-copy h2,.lg-why-copy h2{font-size:22px;}
  .lg-court-img{width:48%;opacity:.28;}
  .lg-why-copy{padding:28px 22px;}
  .lg-cta-box{padding:28px 22px;text-align:center;justify-content:center;gap:18px;}
  .lg-cta-text h2{font-size:24px;}
  .lg-cta-text p{font-size:13px;}
  .lg-cta-actions{flex-direction:column;width:100%;gap:13px;}
  .lg-cta-actions .lg-btn,.lg-cta-actions .lg-btn-gold{width:100%;min-width:0;}
}

@media (max-width:480px){
  .lg-hero-copy h1{font-size:28px;}
  .lg-hero-image{height:300px;}
  .lg-service-grid{margin-top:12px;}
  .lg-service-grid .col-6{width:100%;}
  .lg-service-grid .col-xl-2 .lg-service-card{border-right:0!important;border-bottom:1px solid #ebca8d!important;}
  .lg-service-grid .col-xl-2:last-child .lg-service-card{border-bottom:0!important;}
  .lg-practice-grid{grid-template-columns:1fr;}
  .lg-practice-item{border-right:0!important;border-bottom:1px solid rgba(238,171,45,.34);}
  .lg-practice-item:last-child{border-bottom:0;}
}

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 0;
    }
}












/* Practice Areas */

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.lg-pa-page {
  overflow: hidden;
  background: #fff;
}

.lg-pa-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* padding-left: 42px;
  padding-right: 42px; */
}

/* Hero */
.lg-pa-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 18% 42%, rgb(5 20 38) 0%, rgb(6 21 39) 42%, #031426 100%);
    color: #fff;
    isolation: isolate;
}

.lg-pa-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  background-image: url("../images/hero-practice-visual.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -3;
}

.lg-pa-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg,
      #031426 0%,
      rgba(3, 20, 38, 0.98) 22%,
      rgba(4, 20, 39, 0.82) 45%,
      rgba(4, 20, 39, 0.35) 68%,
      rgba(4, 20, 39, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 20, 38, 0.12), rgba(3, 20, 38, 0.28));
}

.min-vh-lg-hero {
  min-height: 470px;
}

.lg-pa-hero-content {
  max-width: 650px;
  padding: 58px 0 54px;
}

.lg-pa-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--lime);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.lg-pa-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.07;
  letter-spacing: -1.5px;
  font-weight: 900;
}

.lg-pa-hero h1 span {
  display: block;
  color: var(--lime);
}

.lg-pa-hero-text {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 400;
}

.lg-pa-proof-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.lg-pa-target-icon {
  width: 26px;
  height: 26px;
  border: 2px solid var(--lime);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  font-size: 14px;
  flex: 0 0 26px;
}

/* Cards Section */
.lg-pa-cards-section {
  padding: 28px 0 22px;
  background: #ffffff;
}

.lg-pa-section-head {
  margin-bottom: 26px;
}

.lg-pa-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.lg-pa-section-head span {
  display: block;
  width: 54px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--lime);
}

.lg-pa-card-row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
}

.lg-pa-card {
  min-height: 312px;
  padding: 28px 22px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(7, 19, 41, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.lg-pa-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 233, 0, 0.55);
  box-shadow: 0 18px 42px rgba(8, 28, 48, 0.14);
}

.lg-pa-icon-wrap {
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lg-pa-icon-wrap::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(184, 233, 0, 0.12);
  transform: translate(16px, 14px);
}

.lg-pa-icon-wrap i {
  position: relative;
  z-index: 1;
  color: var(--navy);
  font-size: 46px;
  line-height: 1;
  text-shadow: 2px 2px 0 rgba(184, 233, 0, 0.55);
}

.lg-pa-card h3 {
  min-height: 44px;
  margin: 0 0 11px;
  color: #071526;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 900;
}

.lg-pa-card p {
  min-height: 84px;
  margin: 0 0 20px;
  color: #101827;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.lg-pa-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lime2);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.25s ease, gap 0.25s ease;
}

.lg-pa-link:hover {
  color: var(--navy);
  gap: 16px;
}

/* CTA */
.lg-pa-cta-section {
  padding: 4px 0 28px;
  background: #ffffff;
}

.lg-pa-cta-box {
  min-height: 142px;
  padding: 32px 48px;
  display: grid;
  grid-template-columns: 1.15fr 280px 300px;
  gap: 38px;
  align-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 7% 20%, rgba(24, 69, 110, 0.52), transparent 32%),
    linear-gradient(90deg, #031426 0%, #051b33 58%, #06213d 100%);
  box-shadow: 0 10px 28px rgba(3, 20, 38, 0.18);
  color: #fff;
}

.lg-pa-cta-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.lg-pa-cta-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  font-size: 48px;
}

.lg-pa-cta-left h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
  font-weight: 900;
}

.lg-pa-cta-left p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 16px;
  line-height: 1.45;
}

.lg-pa-btn {
  width: 100%;
  min-height: 54px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #061a31;
  background: linear-gradient(90deg, #c8fa00, #a7dc00);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(184, 233, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lg-pa-btn:hover {
  color: #061a31;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(184, 233, 0, 0.2);
}

.lg-pa-cta-phone {
  min-height: 74px;
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  gap: 18px;
}

.lg-pa-cta-phone i {
  color: var(--lime);
  font-size: 36px;
  flex: 0 0 auto;
}

.lg-pa-cta-phone span {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
}

.lg-pa-cta-phone strong {
  display: block;
  color: var(--lime);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 1399.98px) {
  .lg-pa-container {
    padding-left: 38px;
    padding-right: 38px;
  }

  .lg-pa-hero {
    min-height: 460px;
  }

  .min-vh-lg-hero {
    min-height: 460px;
  }

  .lg-pa-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg-pa-cta-box {
    grid-template-columns: 1fr 260px 276px;
    padding: 30px 42px;
    gap: 28px;
  }
}

@media (max-width: 1199.98px) {
  .lg-pa-hero-visual {
    width: 60%;
  }

  .lg-pa-hero h1 {
    max-width: 620px;
  }

  .lg-pa-card {
    min-height: 300px;
  }

  .lg-pa-cta-box {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .lg-pa-cta-left {
    justify-content: center;
  }

  .lg-pa-cta-left p {
    margin: 0 auto;
  }

  .lg-pa-cta-action {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .lg-pa-cta-phone {
    width: fit-content;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .lg-pa-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg-pa-hero,
  .min-vh-lg-hero {
    min-height: 560px;
  }

  .lg-pa-hero-visual {
    width: 100%;
    opacity: 0.48;
    background-position: center right;
  }

  .lg-pa-hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 20, 38, 0.98), rgba(3, 20, 38, 0.82)),
      linear-gradient(180deg, rgba(3, 20, 38, 0.12), rgba(3, 20, 38, 0.45));
  }

  .lg-pa-hero-content {
    max-width: 720px;
    padding: 70px 0;
  }

  .lg-pa-hero-text {
    font-size: 17px;
  }

  .lg-pa-cards-section {
    padding-top: 34px;
  }

  .lg-pa-card p {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .lg-pa-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg-pa-hero,
  .min-vh-lg-hero {
    min-height: auto;
  }

  .lg-pa-hero-content {
    padding: 56px 0 62px;
  }

  .lg-pa-eyebrow {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .lg-pa-hero h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .lg-pa-hero-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .lg-pa-proof-line {
    margin-top: 24px;
    align-items: flex-start;
    font-size: 15px;
  }

  .lg-pa-cards-section {
    padding: 28px 0 20px;
  }

  .lg-pa-section-head {
    margin-bottom: 22px;
  }

  .lg-pa-card {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
  }

  .lg-pa-cta-section {
    padding-bottom: 24px;
  }

  .lg-pa-cta-box {
    padding: 30px 22px;
  }

  .lg-pa-cta-left {
    flex-direction: column;
    gap: 16px;
  }

  .lg-pa-cta-icon {
    width: 64px;
    height: 64px;
    font-size: 42px;
  }

  .lg-pa-cta-phone {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .lg-pa-hero h1 {
    font-size: 35px;
  }

  .lg-pa-hero-content {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .lg-pa-icon-wrap {
    width: 92px;
    height: 92px;
  }

  .lg-pa-icon-wrap i {
    font-size: 40px;
  }

  .lg-pa-card h3 {
    min-height: auto;
    font-size: 17px;
  }

  .lg-pa-btn {
    gap: 14px;
    font-size: 13px;
  }
}











/* About Us */


/* hero section */
.lg360-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    background: linear-gradient(90deg, rgb(0 10 24) 0%, rgb(0 11 25) 20%, rgb(0 10 24) 47%, rgb(0 11 24 / 0%) 100%), url(../images/aw-hero-bg.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

    /* .lg360-hero-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 50%, rgba(190, 255, 0, 0.08), transparent 35%);
      pointer-events: none;
    } */

    .lg360-container {
      max-width: 1440px;
      position: relative;
      z-index: 2;
    }

    .lg360-content {
      max-width: 650px;
      padding: 65px 0;
    }

    .lg360-eyebrow {
      color: #c8ff13;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .lg360-title {
      color: #ffffff;
      font-size: clamp(42px, 5vw, 66px);
      line-height: 1.02;
      font-weight: 800;
      letter-spacing: -2px;
      margin-bottom: 22px;
    }

    .lg360-title span {
      color: #baff10;
      display: block;
    }

    .lg360-description {
      color: #ffffff;
      font-size: 17px;
      line-height: 1.75;
      font-weight: 400;
      max-width: 590px;
      margin-bottom: 28px;
    }

    .lg360-powered-box {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: 8px;
      padding: 13px 18px;
      color: #ffffff;
      font-size: 15px;
      font-weight: 500;
      background: rgba(3, 16, 31, 0.45);
      backdrop-filter: blur(4px);
    }

    .lg360-powered-box strong {
      color: #baff10;
      font-weight: 800;
    }

    .lg360-icon-wrap {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid rgba(186, 255, 16, 0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .lg360-icon-wrap svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: #baff10;
      stroke-width: 2.2;
    }

    .lg360-small-circle {
      position: absolute;
      left: 47%;
      bottom: 78px;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.75);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
      z-index: 3;
    }

    @media (max-width: 1199px) {
      .lg360-hero-section {
        min-height: 400px;
        background-position: center right;
      }

      .lg360-content {
        max-width: 560px;
        padding: 55px 0;
      }

      .lg360-small-circle {
        left: 45%;
      }
    }

    @media (max-width: 991px) {
      .lg360-hero-section {
        min-height: 520px;
        background:
          linear-gradient(90deg, rgba(4, 18, 35, 0.98) 0%, rgba(4, 18, 35, 0.9) 58%, rgba(4, 18, 35, 0.55) 100%),
          url("../images/aw-hero-bg.png");
        background-size: cover;
        background-position: 70% center;
      }

      .lg360-title {
        font-size: 54px;
      }

      .lg360-small-circle {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .lg360-hero-section {
        min-height: auto;
        background:
          linear-gradient(90deg, rgba(4, 18, 35, 0.98) 0%, rgba(4, 18, 35, 0.95) 100%),
          url("../images/aw-hero-bg.png");
        background-size: cover;
        background-position: center;
      }

      .lg360-content {
        padding: 55px 0;
      }

      .lg360-eyebrow {
        font-size: 13px;
      }

      .lg360-title {
        font-size: 42px;
        letter-spacing: -1.2px;
      }

      .lg360-description {
        font-size: 15px;
        line-height: 1.65;
      }

      .lg360-powered-box {
        font-size: 13px;
        padding: 12px 14px;
        gap: 10px;
      }
    }

    @media (max-width: 420px) {
      .lg360-title {
        font-size: 36px;
      }

      .lg360-powered-box {
        align-items: flex-start;
      }
    }






    /* who we are */

        .lg360-about-section {
      background: #ffffff;
      padding: 32px 0 28px;
      overflow: hidden;
    }

    .lg360-about-container {
      max-width: 1440px;
    }

    .lg360-left-content {
      padding-right: 55px;
    }

    .lg360-section-title {
      font-size: 25px;
      line-height: 1.1;
      font-weight: 800;
      color: #071225;
      text-transform: uppercase;
      margin-bottom: 22px;
      position: relative;
    }

    .lg360-section-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 43px;
      height: 3px;
      background: #b7e900;
      border-radius: 50px;
    }

    .lg360-about-text {
      font-size: 16px;
      line-height: 1.55;
      color: #071225;
      margin-bottom: 15px;
      font-weight: 500;
    }

    .lg360-green {
      color: #90c800;
      font-weight: 800;
    }

    .lg360-backed-box {
      margin-top: 18px;
      background: #f2f3f5;
      border-radius: 6px;
      padding: 15px 18px;
      display: flex;
      align-items: center;
      gap: 22px;
      max-width: 535px;
    }

    .lg360-backed-icon {
      width: 58px;
      min-width: 58px;
    }

    .lg360-backed-icon svg {
      width: 58px;
      height: 58px;
      stroke: #b7e900;
      fill: none;
      stroke-width: 2;
    }

    .lg360-backed-text {
      font-size: 17px;
      line-height: 1.45;
      font-weight: 600;
      color: #071225;
      margin: 0;
    }

    .lg360-divider-col {
      position: relative;
    }

    .lg360-divider-col::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #d9dce1;
    }

    .lg360-right-content {
      padding-left: 62px;
      max-width: 520px;
    }

    .lg360-info-item {
      display: flex;
      align-items: flex-start;
      gap: 28px;
    }

    .lg360-info-icon {
      width: 76px;
      height: 76px;
      min-width: 76px;
      border-radius: 50%;
      background: #07172f;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 22px rgba(7, 23, 47, 0.16);
    }

    .lg360-info-icon svg {
      width: 42px;
      height: 42px;
      stroke: #b7e900;
      fill: none;
      stroke-width: 2;
    }

    .lg360-info-title {
      font-size: 18px;
      line-height: 1.1;
      font-weight: 800;
      color: #071225;
      text-transform: uppercase;
      margin-bottom: 9px;
    }

    .lg360-info-text {
      font-size: 13.7px;
      line-height: 1.55;
      color: #071225;
      font-weight: 600;
      margin: 0;
      max-width: 370px;
    }

    .lg360-horizontal-line {
      width: 100%;
      height: 1px;
      background: #b7e900;
      margin: 24px 0 28px;
    }

    @media (max-width: 1199px) {
      .lg360-left-content {
        padding-right: 35px;
      }

      .lg360-right-content {
        padding-left: 42px;
      }

      .lg360-info-item {
        gap: 22px;
      }
    }

    @media (max-width: 991px) {
      .lg360-about-section {
        padding: 45px 0;
      }

      .lg360-left-content {
        padding-right: 0;
        margin-bottom: 38px;
      }

      .lg360-divider-col::before {
        display: none;
      }

      .lg360-divider-col {
        border-top: 1px solid #d9dce1;
        padding-top: 35px;
      }

      .lg360-right-content {
        padding-left: 0;
        max-width: 100%;
      }

      .lg360-backed-box {
        max-width: 100%;
      }

      .lg360-info-text {
        max-width: 100%;
      }
    }

    @media (max-width: 767px) {
      .lg360-section-title {
        font-size: 22px;
      }

      .lg360-about-text {
        font-size: 15px;
      }

      .lg360-backed-box {
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
      }

      .lg360-backed-icon,
      .lg360-backed-icon svg {
        width: 48px;
        height: 48px;
        min-width: 48px;
      }

      .lg360-backed-text {
        font-size: 15px;
      }

      .lg360-info-item {
        gap: 18px;
      }

      .lg360-info-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
      }

      .lg360-info-icon svg {
        width: 34px;
        height: 34px;
      }

      .lg360-info-title {
        font-size: 16px;
      }

      .lg360-info-text {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .lg360-about-section {
        padding: 35px 0;
      }

      .lg360-info-item {
        flex-direction: column;
        gap: 14px;
      }

      .lg360-horizontal-line {
        margin: 26px 0;
      }
    }





    /* what we Do */

    .lg360-what-section {
      background: radial-gradient(circle at center, #0b223d 0%, #061529 48%, #03101f 100%);
      padding: 28px 0 35px;
      color: #ffffff;
      overflow: hidden;
    }

    .lg360-what-container {
      max-width: 1440px;
    }

    .lg360-what-header {
      margin-bottom: 22px;
    }

    .lg360-what-title {
      font-size: 22px;
      line-height: 1.1;
      font-weight: 800;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 10px;
      letter-spacing: -0.3px;
    }

    .lg360-what-desc {
      font-size: 14px;
      line-height: 1.55;
      font-weight: 500;
      color: #ffffff;
      max-width: 580px;
      margin: 0;
    }

    .lg360-services-row {
      align-items: stretch;
    }

    .lg360-service-col {
      position: relative;
    }

    .lg360-service-col:not(:first-child)::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 1px;
      height: calc(100% - 10px);
      background: rgba(255, 255, 255, 0.24);
    }

    .lg360-service-card {
      height: 100%;
      text-align: center;
      padding: 0 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .lg360-service-icon {
      height: 58px;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg360-service-icon svg {
      width: 58px;
      height: 58px;
      stroke: #c8ff00;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-service-heading {
      font-size: 13px;
      line-height: 1.15;
      font-weight: 800;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 9px;
      min-height: 32px;
    }

    .lg360-service-text {
      font-size: 12px;
      line-height: 1.45;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      max-width: 150px;
    }

    @media (max-width: 1199px) {
      .lg360-service-card {
        padding: 18px 18px;
      }

      .lg360-service-col:not(:first-child)::before {
        display: none;
      }

      .lg360-service-col {
        border-right: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
      }
    }

    @media (max-width: 991px) {
      .lg360-what-section {
        padding: 40px 0;
      }

      .lg360-what-header {
        text-align: center;
        margin-bottom: 25px;
      }

      .lg360-what-desc {
        margin: 0 auto;
      }

      .lg360-service-text {
        max-width: 230px;
      }
    }

    @media (max-width: 767px) {
      .lg360-what-title {
        font-size: 20px;
      }

      .lg360-what-desc {
        font-size: 13px;
      }

      .lg360-service-card {
        padding: 24px 15px;
      }

      .lg360-service-col {
        border-right: 0;
      }

      .lg360-service-heading {
        min-height: auto;
      }
    }

    @media (max-width: 575px) {
      .lg360-what-section {
        padding: 35px 0;
      }

      .lg360-service-icon svg {
        width: 52px;
        height: 52px;
      }
    }







    /* our core */

    .lg360-values-section {
      background: #ffffff;
      padding: 18px 0 16px;
      overflow: hidden;
    }

    .lg360-values-container {
      max-width: 1440px;
    }

    .lg360-section-heading {
      font-size: 24px;
      line-height: 1.1;
      font-weight: 800;
      color: #071225;
      text-transform: uppercase;
      margin-bottom: 28px;
      position: relative;
    }

    /* .lg360-section-heading::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 48px;
      height: 3px;
      background: #c8ff00;
      border-radius: 50px;
    } */

    .lg360-values-wrapper {
      padding-right: 18px;
    }

    .lg360-values-row {
      align-items: stretch;
    }

    .lg360-value-col {
      position: relative;
    }

    .lg360-value-col:not(:first-child)::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 1px;
      height: calc(100% - 10px);
      background: #d7dbe1;
    }

    .lg360-value-card {
      text-align: center;
      padding: 4px 22px 0;
      height: 100%;
    }

    .lg360-value-icon {
      height: 56px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg360-value-icon svg {
      width: 50px;
      height: 50px;
      stroke: #071225;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-value-title {
      font-size: 13px;
      line-height: 1.25;
      font-weight: 800;
      color: #071225;
      text-transform: uppercase;
      margin-bottom: 10px;
      min-height: 34px;
    }

    .lg360-value-text {
      font-size: 13px;
      line-height: 1.45;
      color: #071225;
      font-weight: 500;
      margin: 0 auto;
      max-width: 145px;
    }

    .lg360-impact-box {
      background: radial-gradient(circle at center, #0b223d 0%, #061529 52%, #03101f 100%);
      border-radius: 9px;
      padding: 20px 22px 24px;
      color: #ffffff;
      box-shadow: 0 12px 24px rgba(3, 16, 31, 0.18);
      height: 100%;
      min-height: 260px;
    }

    .lg360-impact-title {
      font-size: 23px;
      line-height: 1.1;
      font-weight: 800;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 26px;
      position: relative;
    }

    .lg360-impact-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 48px;
      height: 3px;
      background: #c8ff00;
      border-radius: 50px;
    }

    .lg360-impact-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      border-top: 0;
    }

    .lg360-impact-item {
      text-align: center;
      padding: 18px 12px;
      min-height: 96px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .lg360-impact-item:nth-child(1),
    .lg360-impact-item:nth-child(2) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .lg360-impact-item:nth-child(1),
    .lg360-impact-item:nth-child(3) {
      border-right: 1px solid rgba(255, 255, 255, 0.18);
    }

    .lg360-impact-icon {
      height: 42px;
      margin-bottom: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg360-impact-icon svg {
      width: 40px;
      height: 40px;
      stroke: #c8ff00;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-impact-text {
      font-size: 15px;
      line-height: 1.25;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
    }

    @media (max-width: 1199px) {
      .lg360-value-card {
        padding: 10px 18px 18px;
      }

      .lg360-value-col:not(:first-child)::before {
        display: none;
      }

      .lg360-value-col {
        border-right: 1px solid #d7dbe1;
        border-bottom: 1px solid #d7dbe1;
      }

      .lg360-value-text {
        max-width: 210px;
      }
    }

    @media (max-width: 991px) {
      .lg360-values-section {
        padding: 36px 0;
      }

      .lg360-values-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
      }

      .lg360-section-heading,
      .lg360-impact-title {
        font-size: 22px;
      }

      .lg360-impact-box {
        min-height: auto;
      }
    }

    @media (max-width: 767px) {
      .lg360-value-col {
        border-right: 0;
      }

      .lg360-value-title {
        min-height: auto;
      }

      .lg360-value-card {
        padding: 22px 15px;
      }

      .lg360-value-icon svg {
        width: 46px;
        height: 46px;
      }

      .lg360-impact-box {
        padding: 22px 18px;
      }
    }

    @media (max-width: 480px) {
      .lg360-values-section {
        padding: 32px 0;
      }

      .lg360-impact-grid {
        grid-template-columns: 1fr;
      }

      .lg360-impact-item {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
      }

      .lg360-impact-item:last-child {
        border-bottom: 0;
      }
    }







    /* powered by */


    .lg360-powered-section {
      position: relative;
      overflow: hidden;
      background: #ffffff;
      padding: 34px 0 32px;
      min-height: 320px;
    }

    .lg360-powered-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 42%, rgba(255,255,255,0.92) 56%, rgba(255,255,255,0.72) 70%, rgba(255,255,255,0.15) 100%),
        url("../images/courthouse-bg.png");
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      z-index: 1;
    }

    .lg360-powered-container {
      max-width: 1440px;
      position: relative;
      z-index: 2;
    }

    .lg360-powered-title {
      font-size: 24px;
      line-height: 1.15;
      font-weight: 800;
      text-transform: uppercase;
      color: #071225;
      margin-bottom: 22px;
      letter-spacing: -0.3px;
    }

    .lg360-powered-title span {
      color: #9ccc00;
    }

    .lg360-powered-text {
      font-size: 15.5px;
      line-height: 1.55;
      font-weight: 500;
      color: #071225;
      margin-bottom: 16px;
      max-width: 590px;
    }

    .lg360-check-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding-top: 2px;
    }

    .lg360-check-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    .lg360-check-icon {
      width: 22px;
      height: 22px;
      min-width: 22px;
      border-radius: 50%;
      background: #9ccc00;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }

    .lg360-check-icon svg {
      width: 13px;
      height: 13px;
      stroke: #ffffff;
      fill: none;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-check-text {
      font-size: 14.5px;
      line-height: 1.35;
      font-weight: 700;
      color: #071225;
      margin: 0;
      max-width: 310px;
    }

    @media (max-width: 1199px) {
      .lg360-powered-section::before {
        background:
          linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255,255,255,0.86) 72%, rgba(255,255,255,0.35) 100%),
          url("../images/courthouse-bg.png");
        background-size: cover;
        background-position: center right;
      }

      .lg360-powered-text {
        max-width: 520px;
      }
    }

    @media (max-width: 991px) {
      .lg360-powered-section {
        padding: 45px 0;
      }

      .lg360-powered-section::before {
        background:
          linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.94) 100%),
          url("../images/courthouse-bg.png");
        background-size: cover;
        background-position: center;
      }

      .lg360-powered-title {
        font-size: 22px;
      }

      .lg360-check-list {
        margin-top: 16px;
      }

      .lg360-check-text {
        max-width: 100%;
      }
    }

    @media (max-width: 767px) {
      .lg360-powered-section {
        padding: 38px 0;
      }

      .lg360-powered-title {
        font-size: 20px;
        margin-bottom: 18px;
      }

      .lg360-powered-text {
        font-size: 14.5px;
      }

      .lg360-check-text {
        font-size: 14px;
      }
    }

    @media (max-width: 480px) {
      .lg360-powered-section {
        padding: 34px 0;
      }

      .lg360-check-item {
        gap: 12px;
      }

      .lg360-check-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
      }
    }









    /* cta section */

    .lg360-cta-section {
    background: #000b19;
    padding: 24px 0 20px;
    color: #ffffff;
    overflow: hidden;
}

    .lg360-cta-container {
      max-width: 1440px;
    }

    .lg360-cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 34px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .lg360-cta-left {
      display: flex;
      align-items: center;
      gap: 24px;
      min-width: 360px;
    }

    .lg360-cta-icon {
      width: 76px;
      height: 76px;
      min-width: 76px;
      border-radius: 50%;
      border: 2px solid #c8ff00;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg360-cta-icon svg {
      width: 42px;
      height: 42px;
      stroke: #c8ff00;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-cta-title {
      font-size: 25px;
      line-height: 1.18;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      max-width: 300px;
      letter-spacing: -0.4px;
    }

    .lg360-cta-divider {
      width: 1px;
      height: 68px;
      background: rgba(255, 255, 255, 0.32);
      flex: 0 0 auto;
    }

    .lg360-cta-text {
      font-size: 14.5px;
      line-height: 1.6;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      max-width: 410px;
    }

    .lg360-cta-actions {
      display: flex;
      align-items: center;
      gap: 20px;
      flex: 0 0 auto;
    }

    .lg360-cta-btn {
      min-width: 250px;
      min-height: 52px;
      border-radius: 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1;
      font-weight: 800;
      transition: 0.25s ease;
      padding: 16px 22px;
      white-space: nowrap;
    }

    .lg360-cta-btn svg {
      width: 22px;
      height: 22px;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      transition: 0.25s ease;
    }

    .lg360-cta-btn-primary {
      background: #c8ff00;
      color: #071225;
      border: 1px solid #c8ff00;
    }

    .lg360-cta-btn-primary svg {
      stroke: #071225;
    }

    .lg360-cta-btn-primary:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: #071225;
      transform: translateY(-2px);
    }

    .lg360-cta-btn-outline {
      background: transparent;
      color: #ffffff;
      border: 1px solid #c8ff00;
    }

    .lg360-cta-btn-outline svg {
      stroke: #c8ff00;
    }

    .lg360-cta-btn-outline:hover {
      background: #c8ff00;
      color: #071225;
      transform: translateY(-2px);
    }

    .lg360-cta-btn-outline:hover svg {
      stroke: #071225;
    }

    @media (max-width: 1199px) {
      .lg360-cta-inner {
        gap: 24px;
      }

      .lg360-cta-left {
        min-width: 320px;
      }

      .lg360-cta-title {
        font-size: 22px;
      }

      .lg360-cta-actions {
        gap: 14px;
      }

      .lg360-cta-btn {
        min-width: 210px;
        font-size: 12px;
        gap: 16px;
      }
    }

    @media (max-width: 991px) {
      .lg360-cta-section {
        padding: 34px 0 26px;
      }

      .lg360-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
      }

      .lg360-cta-left {
        min-width: auto;
      }

      .lg360-cta-divider {
        display: none;
      }

      .lg360-cta-text {
        max-width: 100%;
      }

      .lg360-cta-actions {
        width: 100%;
      }

      .lg360-cta-btn {
        width: 50%;
        min-width: auto;
      }
    }

    @media (max-width: 767px) {
      .lg360-cta-left {
        gap: 18px;
      }

      .lg360-cta-icon {
        width: 66px;
        height: 66px;
        min-width: 66px;
      }

      .lg360-cta-icon svg {
        width: 36px;
        height: 36px;
      }

      .lg360-cta-title {
        font-size: 20px;
      }

      .lg360-cta-actions {
        flex-direction: column;
        gap: 14px;
      }

      .lg360-cta-btn {
        width: 100%;
        min-height: 50px;
      }
    }

    @media (max-width: 480px) {
      .lg360-cta-section {
        padding: 30px 0 24px;
      }

      .lg360-cta-left {
        flex-direction: column;
        align-items: flex-start;
      }

      .lg360-cta-title {
        max-width: 100%;
      }

      .lg360-cta-text {
        font-size: 13.5px;
      }

      .lg360-cta-btn {
        justify-content: space-between;
        padding: 15px 18px;
      }
    }







    /* Our Services */

    /* hero section */

.lg360-services-hero {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(0 13 27) 0%, rgb(0 10 22) 38%, rgba(3, 18, 35, 0.62) 57%, rgba(3, 18, 35, 0.18) 100%), url(../images/services-hero-bg.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

    /* .lg360-services-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 18% 45%, rgba(0, 88, 170, 0.28), transparent 35%);
      pointer-events: none;
      z-index: 1;
    } */

    .lg360-services-container {
      max-width: 1440px;
      position: relative;
      z-index: 2;
    }

    .lg360-services-content {
      padding: 54px 0;
    }

    .lg360-breadcrumb {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 16px;
    }

    .lg360-breadcrumb span {
      opacity: 0.9;
    }

    .lg360-breadcrumb .arrow {
      opacity: 0.65;
      font-size: 15px;
    }

    .lg360-services-title {
          font-size: clamp(42px, 5vw, 66px);
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -1.8px;
      margin-bottom: 26px;
      color: #ffffff;
    }

    .lg360-services-title span {
      color: #f5a51b;
    }

    .lg360-title-line {
      width: 52px;
      height: 3px;
      background: #f5a51b;
      border-radius: 30px;
      margin-bottom: 25px;
    }

    .lg360-services-desc {
      max-width: 560px;
      font-size: 17px;
      line-height: 1.55;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 34px;
    }

    .lg360-feature-row {
      display: flex;
      align-items: stretch;
      gap: 0;
      max-width: 590px;
    }

    .lg360-feature-item {
      flex: 1;
      text-align: center;
      padding: 0 30px;
      position: relative;
    }

    .lg360-feature-item:first-child {
      padding-left: 0;
    }

    .lg360-feature-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 10px;
      width: 1px;
      height: 95px;
      background: rgba(255, 255, 255, 0.36);
    }

    .lg360-feature-icon {
      height: 58px;
      margin-bottom: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg360-feature-icon svg {
      width: 54px;
      height: 54px;
      stroke: #f5a51b;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-feature-title {
      font-size: 15px;
      line-height: 1.35;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
    }

    .lg360-mission-card {
      background: radial-gradient(circle at center, #0a2a4b 0%, #061a31 50%, #031225 100%);
      border: 1.5px solid #f5a51b;
      border-radius: 12px;
      padding: 34px 28px 31px;
      max-width: 250px;
      min-height: 260px;
      margin-left: auto;
      text-align: center;
      box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
    }

    .lg360-mission-icon {
      height: 62px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lg360-mission-icon svg {
      width: 62px;
      height: 62px;
      stroke: #ffffff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lg360-mission-icon .accent {
      stroke: #f5a51b;
    }

    .lg360-mission-title {
      font-size: 20px;
      line-height: 1.1;
      font-weight: 900;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .lg360-mission-text {
      font-size: 14px;
      line-height: 1.55;
      font-weight: 600;
      color: #ffffff;
      margin: 0 auto 22px;
      max-width: 190px;
    }

    .lg360-mission-line {
      width: 48px;
      height: 3px;
      background: #f5a51b;
      border-radius: 30px;
      margin: 0 auto;
    }

    @media (max-width: 1199px) {
      .lg360-services-hero {
        background-position: 65% center;
      }

      .lg360-feature-item {
        padding: 0 22px;
      }

      .lg360-mission-card {
        max-width: 235px;
      }
    }

    @media (max-width: 991px) {
      .lg360-services-hero {
        min-height: auto;
        background:
          linear-gradient(90deg, rgba(3, 18, 35, 0.98) 0%, rgba(3, 18, 35, 0.9) 100%),
          url("../images/services-hero-bg.png");
        background-size: cover;
        background-position: center;
      }

      .lg360-services-content {
        padding: 55px 0 38px;
      }

      .lg360-mission-card {
        margin: 0;
        max-width: 100%;
        min-height: auto;
        margin-bottom: 45px;
      }

      .lg360-mission-text {
        max-width: 100%;
      }
    }

    @media (max-width: 767px) {
      .lg360-services-title {
        font-size: 42px;
        letter-spacing: -1px;
      }

      .lg360-services-desc {
        font-size: 15.5px;
      }

      .lg360-feature-row {
        flex-direction: column;
        gap: 22px;
        max-width: 100%;
      }

      .lg360-feature-item {
        padding: 22px 15px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.04);
      }

      .lg360-feature-item:first-child {
        padding-left: 15px;
      }

      .lg360-feature-item:not(:last-child)::after {
        display: none;
      }

      .lg360-feature-title {
        font-size: 15px;
      }

      .lg360-mission-card {
        padding: 28px 22px;
      }
    }

    @media (max-width: 420px) {
      .lg360-services-title {
        font-size: 36px;
      }

      .lg360-breadcrumb {
        font-size: 12px;
      }

      .lg360-services-desc {
        font-size: 14.5px;
      }
    }







    /* service box section */

      .lg360-solutions-section {
      background: #ffffff;
      padding: 22px 0 34px;
      overflow: hidden;
    }

    .lg360-solutions-container {
      max-width: 1440px;
    }

    .lg360-solutions-header {
      text-align: center;
      margin-bottom: 24px;
    }

    .lg360-solutions-title {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 900;
      text-transform: uppercase;
      color: #071225;
      margin-bottom: 8px;
      letter-spacing: 0.3px;
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
    }

    .lg360-solutions-title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 58px;
      height: 3px;
      background: #f5a51b;
      border-radius: 50px;
    }

    .lg360-solutions-desc {
      font-size: 13px;
      line-height: 1.45;
      color: #071225;
      font-weight: 500;
      margin: 0 auto;
      max-width: 760px;
    }

    .lg360-solution-card {
      background: #ffffff;
      border: 1px solid #dfe4ea;
      border-radius: 7px;
      min-height: 220px;
      height: 100%;
      padding: 22px 18px 18px;
      text-align: center;
      box-shadow: 0 5px 16px rgba(7, 18, 37, 0.06);
      transition: 0.25s ease;
    }

    .lg360-solution-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(7, 18, 37, 0.11);
      border-color: rgba(245, 165, 27, 0.45);
    }

    .lg360-card-icon {
      width: 72px;
      height: 72px;
      margin: 0 auto 13px;
      border-radius: 50%;
      background: #f4f7fb;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .lg360-card-icon > i {
      font-size: 42px;
      line-height: 1;
      color: #071f41;
    }

    .lg360-card-icon .lg360-small-badge {
      position: absolute;
      right: 6px;
      bottom: 7px;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background: #f5a51b;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #ffffff;
    }

    .lg360-card-icon .lg360-small-badge i {
      font-size: 12px;
      color: #ffffff;
      line-height: 1;
    }

    .lg360-card-title {
    min-height: 44px;
    margin: 0 0 11px;
    color: #071526;
    font-size: 18px;
    line-height: 1.16;
    text-transform: uppercase;
    font-weight: 900;
    }

    .lg360-card-text {
    min-height: 84px;
    margin: 0 0 20px;
    color: #101827;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    }

    .lg360-learn-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--lime2);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: color 0.25s ease, gap 0.25s ease; 
    }

    .lg360-learn-link i {
      font-size: 13px;
      transition: 0.25s ease;
    }

    .lg360-learn-link:hover {
      color: #071225;
    }

    .lg360-learn-link:hover i {
      transform: translateX(3px);
    }

    @media (max-width: 1199px) {
      .lg360-solution-card {
        min-height: 230px;
      }
    }

    @media (max-width: 991px) {
      .lg360-solutions-section {
        padding: 38px 0;
      }

      .lg360-solutions-title {
        font-size: 18px;
      }

      .lg360-solution-card {
        min-height: 225px;
      }
    }

    @media (max-width: 767px) {
      .lg360-solutions-header {
        margin-bottom: 20px;
      }

      .lg360-solutions-title {
        font-size: 17px;
      }

      .lg360-solutions-desc {
        font-size: 12.5px;
      }

      .lg360-solution-card {
        padding: 24px 18px;
        min-height: auto;
      }

      .lg360-card-title {
        min-height: auto;
      }

      .lg360-card-text {
        font-size: 11px;
        max-width: 270px;
      }
    }

    @media (max-width: 420px) {
      .lg360-solutions-title {
        font-size: 16px;
      }

      .lg360-card-icon {
        width: 66px;
        height: 66px;
      }

      .lg360-card-icon > i {
        font-size: 38px;
      }
    }










/* Our Approach */

 .lg360-process-section {
  background: #ffffff;
  padding: 14px 0 24px;
  overflow: hidden;
}

.lg360-process-container {
  max-width: 1440px;
}

.lg360-process-header {
  text-align: center;
  margin-bottom: 26px;
}

.lg360-process-title {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  color: #071225;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 9px;
  letter-spacing: 0.2px;
}

.lg360-process-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #f5a51b;
  border-radius: 50px;
}

.lg360-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  gap: 0;
  /* max-width: 1130px; */
  margin: 0 auto;
}

.lg360-process-timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  border-top: 1px dashed #8f9aaa;
  z-index: 1;
}

.lg360-process-item {
  position: relative;
  text-align: center;
  padding: 0 16px;
  z-index: 2;
}

.lg360-process-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.5px solid #8793a5;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 17px;
  position: relative;
  box-shadow: 0 4px 12px rgba(7, 18, 37, 0.05);
}

.lg360-process-icon-wrap i {
  font-size: 34px;
  line-height: 1;
  color: #071f41;
}

.lg360-process-step-number {
  position: absolute;
  left: -4px;
  bottom: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f5a51b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 8px rgba(245, 165, 27, 0.35);
}

.lg360-process-name {
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  color: #071225;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 0.2px;
}

.lg360-process-text {
  font-size: 10.5px;
  line-height: 1.45;
  font-weight: 500;
  color: #071225;
  max-width: 160px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .lg360-process-section {
    padding: 35px 0;
  }

  .lg360-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .lg360-process-timeline::before {
    display: none;
  }

  .lg360-process-item {
    padding: 0 20px;
  }

  .lg360-process-text {
    max-width: 230px;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .lg360-process-section {
    padding: 32px 0;
  }

  .lg360-process-title {
    font-size: 17px;
  }

  .lg360-process-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .lg360-process-item {
    padding: 0;
  }

  .lg360-process-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 74px;
    height: 28px;
    border-left: 1px dashed #8f9aaa;
    transform: translateX(-50%);
  }

  .lg360-process-item:last-child::after {
    display: none;
  }

  .lg360-process-icon-wrap {
    width: 68px;
    height: 68px;
    margin-bottom: 15px;
  }

  .lg360-process-icon-wrap i {
    font-size: 31px;
  }

  .lg360-process-text {
    max-width: 280px;
  }
}

/* Strategy Call Modal */
.lg360-strategy-modal .modal-dialog {
  max-width: 560px;
}

.lg360-strategy-modal-content {
  background: linear-gradient(155deg, rgba(0, 20, 38, .98), rgba(0, 8, 19, .98));
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 9px;
  box-shadow: var(--shadow);
  color: #fff;
}

.lg360-strategy-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 28px 32px 18px;
  align-items: flex-start;
}

.lg360-strategy-modal-kicker {
  color: var(--lime);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  margin: 0 0 8px;
}

.lg360-strategy-modal-header .modal-title {
  color: var(--lime);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.5px;
  margin: 0 0 8px;
}

.lg360-strategy-modal-subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
}

.lg360-strategy-modal-close {
  filter: invert(1);
  opacity: .75;
  margin-top: 4px;
}

.lg360-strategy-modal-close:hover {
  opacity: 1;
}

.lg360-strategy-modal-body {
  padding: 22px 32px 28px;
}

.lg360-strategy-form .form-select option {
  background: #02152a;
  color: #fff;
}

@media (max-width: 575.98px) {
  .lg360-strategy-modal-header,
  .lg360-strategy-modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg360-strategy-modal-header .modal-title {
    font-size: 22px;
  }
}

/* Site-wide animations */
html.lg360-anim-pending .lg-hero-copy > *,
html.lg360-anim-pending .lg360-content > *,
html.lg360-anim-pending .lg360-services-content > *,
html.lg360-anim-pending .lg-pa-hero-content > *,
html.lg360-anim-pending .lg360-hero-copy > * {
  opacity: 0;
  transform: translateY(44px);
}

.lg360-header {
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.lg360-header.lg360-header-scrolled {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.lg360-btn,
.lg-btn,
.lg-pa-btn,
.lg360-cta-btn,
.lg360-learn-link,
.lg-pa-link {
  will-change: transform;
}

.lg-service-card,
.lg-practice-item,
.lg360-system-flow-item,
.lg360-system-flow-line {
  will-change: transform, opacity;
}
.lg360-solution-card,
.lg360-help-card,
.lg-pa-card,
.lg360-value-card,
.lg360-lead-card,
.lg360-feature-item,
.lg360-process-item,
.lg360-proof-item,
.lg360-impact-item,
.lg-cta-box,
.lg360-cta-inner,
.lg-pa-cta-box {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  html.lg360-anim-pending .lg-hero-copy > *,
  html.lg360-anim-pending .lg360-content > *,
  html.lg360-anim-pending .lg360-services-content > *,
  html.lg360-anim-pending .lg-pa-hero-content > *,
  html.lg360-anim-pending .lg360-hero-copy > * {
    opacity: 1;
    transform: none;
  }

  .lg360-btn,
  .lg-btn,
  .lg-pa-btn,
  .lg360-cta-btn {
    transition: none;
  }
}