.elementor-28163 .elementor-element.elementor-element-b01957c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-90df4f0 */.pl-landing{
  background:#000;
  min-height:100vh;
  color:#fff;
  font-family:"Google Sans","Product Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.pl-landing .wrap{
  max-width:760px;
  margin:0 auto;
  padding-bottom:110px;
}

/* HERO */
.pl-landing .hero-box{
  background:linear-gradient(180deg,#1a1a1f,#121216);
  border-radius:18px;
  padding:30px 28px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 20px 50px rgba(0,0,0,.6);
}

.pl-landing h1{
  font-family:"Anton",sans-serif;
  font-size:44px;
  text-transform:uppercase;
  margin-bottom:16px;
}

.pl-landing .primary-btn{
  background:#f4b400;
  color:#111;
  padding:18px;
  border-radius:14px;
  font-weight:900;
  text-align:center;
  display:block;
}

/* SERVICES + LOCATIONS */
.pl-landing .grid,
.pl-landing .loc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

@media (min-width:768px){
  .pl-landing .grid,
  .pl-landing .loc-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

.pl-landing .card,
.pl-landing .loc-card{
  background:#141418;
  border-radius:14px;
  padding:20px 16px;
  border:1px solid rgba(255,255,255,.1);
}

.pl-landing .card span,
.pl-landing .loc-cta{
  color:#f4b400;
  font-weight:800;
}

/* STICKY FOOTER */
.pl-landing .sticky{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#000;
  padding:14px;
  border-top:1px solid rgba(255,255,255,.1);
}

.pl-landing .sticky-row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
  max-width:760px;
  margin:0 auto;
}

.pl-landing .sticky a{
  background:#1d1d22;
  padding:16px;
  text-align:center;
  border-radius:14px;
  font-weight:800;
}

.pl-landing .sticky .call{
  background:#f4b400;
  color:#111;
}
/* ===== FORCE DEFAULT (NON-HOVER) COLORS ===== */

/* LOCATION CARDS: make text visible even before hover */
.loc-card,
.loc-card:visited{
  color:#fff !important;
}

.loc-card .loc-city{
  color:#fff !important;
  opacity:1 !important;
}

.loc-card .loc-meta{
  color:rgba(255,255,255,.85) !important;
  opacity:1 !important;
}

.loc-card .loc-cta{
  color:var(--yellow) !important;
  opacity:1 !important;
}

/* If Elementor is applying link color styles to ALL <a> tags */
.loc-card *{
  color: inherit;
}

/* Sticky footer buttons: ensure readable text by default */
.sticky a,
.sticky a:visited{
  color:#fff !important;
  background:#1d1d22 !important;
}

/* Yellow call button in the middle */
.sticky a.call,
.sticky a.call:visited{
  background:var(--yellow) !important;
  color:#111 !important;
}

/* Optional: keep hover polish (doesn't change readability) */
.loc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.18) !important;
}

.sticky a:hover{
  filter: brightness(1.05);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b01957c */:root{
  --black:#0b0b0c;
  --panel:#1a1a1f;
  --text:#ffffff;
  --yellow:#f4b400;
  --radius:18px;
  --safeBottom: env(safe-area-inset-bottom, 0px);
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}

body{
  background:#000;
  color:var(--text);
  font-family:"Google Sans","Product Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

a{ text-decoration:none; color:inherit; }

.wrap{
  max-width:520px;
  margin:0 auto;
  padding-bottom: calc(92px + var(--safeBottom)); /* room for sticky footer */
  min-height:100vh;
}

/* HEADER */
.header{ padding:20px 18px 10px; }
.brand{
  font-weight:800;
  font-size:13px;
  letter-spacing:.6px;
}

/* HERO */
.hero{ padding:0 18px 24px; }
.hero-box{
  background:linear-gradient(180deg,#1a1a1f 0%, #121216 100%);
  border-radius:var(--radius);
  padding:24px 20px;
  box-shadow:0 20px 40px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.08);
}
.hero h1{
  font-family:"Anton",sans-serif;
  font-size:40px;
  line-height:1.05;
  letter-spacing:.5px;
  margin:0 0 16px;
  text-transform:uppercase;
  color:#fff; /* ensures readable */
}
.hero p{
  font-size:16px;
  line-height:1.4;
  margin:0 0 18px;
  color:rgba(255,255,255,.90); /* higher contrast */
}

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:20px;
}
.badge{
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.95);
}

.primary-btn{
  display:block;
  width:100%;
  text-align:center;
  background:var(--yellow);
  color:#111;
  font-weight:800;
  padding:18px;
  border-radius:14px;
  font-size:17px;
}

.subnote{
  text-align:center;
  font-size:12px;
  margin-top:12px;
  color:rgba(255,255,255,.60);
}

/* SERVICES */
.section{ padding:0 18px 26px; }
.section h2{
  font-family:"Anton",sans-serif;
  font-size:24px;
  margin:0 0 14px;
  text-transform:uppercase;
  color:#fff;
}
.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.card{
  background:#141418;
  border-radius:14px;
  padding:18px 14px;
  min-height:110px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(255,255,255,.08);
}
.card-title{
  font-weight:700;
  font-size:15px;
  color:#fff;
}
.card span{
  font-size:12px;
  color:var(--yellow);
  font-weight:700;
}

/* TRUST */
.trust{
  padding:0 18px 26p
  
  /* LOCATIONS SECTION */
.locations{
  padding-top: 6px;
}

.loc-grid{
  display:grid;
  grid-template-columns: 1fr 1fr; /* 2x2 on mobile */
  gap:12px;
}

.loc-card{
  background:#141418 !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:14px;
  padding:16px 14px;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height: 140px;
}

.loc-city{
  font-weight:900;
  font-size:16px;
  color:#fff !important;
}

.loc-meta{
  font-size:12px;
  color: rgba(255,255,255,.82) !important;
  line-height:1.25;
}

.loc-cta{
  margin-top:auto;
  font-size:12px;
  font-weight:800;
  color: var(--yellow) !important;
}

.loc-note{
  margin-top: 10px;
  font-size:12px;
  color: rgba(255,255,255,.65) !important;
}

/* Desktop: keep it clean */
@media (min-width: 768px){
  .loc-grid{
    grid-template-columns: repeat(4, 1fr); /* 4 across on desktop */
  }
  .loc-card{
    min-height: 150px;
  }
}

.loc-card{
  transition: all .25s ease;
}

.loc-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 20px 40px rgba(0,0,0,.5);
}/* End custom CSS */
/* Start custom CSS *//* Page-level reset ONLY for this landing page */
body:has(.pl-landing){
  background:#000 !important;
}

/* Remove theme spacing that causes “boxed” look */
body:has(.pl-landing) #page,
body:has(.pl-landing) #content,
body:has(.pl-landing) .site,
body:has(.pl-landing) .site-content,
body:has(.pl-landing) .content-area,
body:has(.pl-landing) .entry-content,
body:has(.pl-landing) .elementor-section-wrap{
  background:transparent !important;
  margin:0 !important;
  padding:0 !important;
}

/* If your theme adds a max-width container, remove it for this page */
body:has(.pl-landing) .container,
body:has(.pl-landing) .container-fluid,
body:has(.pl-landing) .elementor-container{
  max-width:100% !important;
}

/* Hide theme header/footer on this landing page (optional but recommended) */
body:has(.pl-landing) header,
body:has(.pl-landing) footer{
  display:none !important;
}/* End custom CSS */