/* ==========================================================================
   Country landing page (page-location.php). Loaded only there.
   Brand surfaces are cyan or gold; ink is text only.
   ========================================================================== */
.lsgd{ padding:64px 0; }
.lsgd__h2{ margin:0 0 12px; font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:34px; line-height:1.14; letter-spacing:-.02em; color:var(--ink); }
.lsgd__p{ margin:0 0 14px; font-size:15.5px; line-height:1.72; color:var(--body); }
.lsgd__p a{ color:var(--ls-cyan); font-weight:700; text-decoration:none; }
.lsgd .ls-sechead{ margin-bottom:34px; }
.lsgd .ls-sechead--left{ text-align:left; margin-left:0; max-width:760px; }
.lsgd .ls-sechead--left .ls-kicker{ justify-content:flex-start; }
.lsgd-tick{ flex-shrink:0; width:18px; height:18px; border-radius:50%; background:var(--gold); position:relative; }
.lsgd-tick::after{ content:""; position:absolute; left:6px; top:3px; width:4px; height:8px; border:solid var(--ink); border-width:0 2px 2px 0; transform:rotate(45deg); }

/* ---- Country strip under the header ---- */
.lsgd-strip{ background:#fff; border-bottom:1px solid var(--ls-line); }
.lsgd-strip__inner{ display:flex; align-items:center; gap:14px; height:56px; }
.lsgd-strip__label{ flex-shrink:0; font-size:13px; font-weight:700; color:var(--body); }
.lsgd-strip__list{ list-style:none; margin:0; padding:0 24px 0 0; display:flex; align-items:center; gap:8px; flex:1; min-width:0; overflow-x:auto; scrollbar-width:none; -webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 40px),transparent); mask-image:linear-gradient(90deg,#000 calc(100% - 40px),transparent); }
.lsgd-strip__list::-webkit-scrollbar{ display:none; }
.lsgd-strip__chip{
	display:inline-flex; align-items:center; gap:7px; white-space:nowrap; padding:6px 10px 6px 7px; border-radius:8px;
	border:1px solid var(--ls-line); background:#fff; font-family:'Sora','Sora Fallback',sans-serif; font-size:12px; font-weight:700; color:var(--ink); text-decoration:none;
	transition:border-color .2s, background .2s;
}
.lsgd-strip__chip:hover{ border-color:rgba(0,204,247,.6); text-decoration:none; color:var(--ink); }
.lsgd-strip__chip.is-on{ background:var(--cy); border-color:var(--cy); }
.lsgd-strip__flag{ width:22px; height:15px; border-radius:3px; overflow:hidden; flex-shrink:0; box-shadow:0 0 0 1px rgba(11,22,48,.1); }
.lsgd-strip__flag svg{ display:block; width:100%; height:100%; }
.lsgd-strip__all{ flex-shrink:0; display:inline-flex; align-items:center; gap:6px; font-family:'Sora','Sora Fallback',sans-serif; font-size:12.5px; font-weight:700; color:var(--ls-cyan); text-decoration:none; }
.lsgd-strip__all i::before{ font-size:10px!important; color:inherit!important; -webkit-text-fill-color:currentColor; background:none!important; }

/* ---- Hero: copy left, the landmark bleeding off the right edge and fading into the page ---- */
.lsgd-hero{ position:relative; overflow:hidden; padding:48px 0 36px; background:linear-gradient(135deg,#f3fbfe 0%,#ffffff 55%,#fffbe6 100%); }
.lsgd-hero__photo{ position:absolute; top:0; right:0; bottom:0; width:56%; pointer-events:none; }
.lsgd-hero__photo img{
	display:block; width:100%; height:100%; object-fit:cover; object-position:center;
	-webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.55) 28%, #000 60%);
	mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.55) 28%, #000 60%);
	opacity:.92;
}
.lsgd-hero__grid{ position:relative; display:grid; grid-template-columns:minmax(0,1fr) 380px; gap:28px 40px; align-items:end; min-height:0; }
.lsgd-hero__where{ display:inline-flex; align-items:center; gap:12px; margin-bottom:18px; }
.lsgd-hero__flag{ width:56px; height:38px; border-radius:6px; overflow:hidden; flex-shrink:0; box-shadow:0 8px 18px -10px rgba(11,22,48,.5), 0 0 0 1px rgba(11,22,48,.08); }
.lsgd-hero__flag svg{ display:block; width:100%; height:100%; }
.lsgd-hero__where-txt{ display:flex; flex-direction:column; line-height:1.1; }
.lsgd-hero__where-txt small{ font-family:'Sora','Sora Fallback',sans-serif; font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--ls-cyan); }
.lsgd-hero__where-txt b{ font-family:'Sora','Sora Fallback',sans-serif; font-size:24px; font-weight:800; color:var(--ink); letter-spacing:-.01em; }
.lsgd-hero__title{ margin:0 0 16px; max-width:14.5em; font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:clamp(30px,3.5vw,46px); line-height:1.1; letter-spacing:-.025em; color:var(--ink); }
.lsgd-hero__sub{ margin:0 0 22px; max-width:68ch; font-size:16px; line-height:1.72; color:var(--body); }
.lsgd-hero__btns{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-bottom:26px; }
.lsgd-hero__btns .lsform__btn{ margin:0!important; min-height:52px; }
.lsgd-hero__ghost{
	display:inline-flex; align-items:center; gap:9px; height:52px; padding:0 22px; border-radius:10px; box-sizing:border-box;
	background:#fff; border:1.5px solid var(--ls-line); font-family:'Quicksand','Quicksand Fallback',sans-serif; font-weight:700; font-size:15px; color:var(--ink); text-decoration:none;
	transition:border-color .2s;
}
.lsgd-hero__ghost:hover{ border-color:var(--cy); text-decoration:none; color:var(--ink); }
.lsgd-hero__ghost i{ color:#25d366; font-size:19px; }
.lsgd-hero__ghost i.fa-phone-alt{ color:var(--ls-cyan); font-size:16.5px; }
.lsgd-hero__chips{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:12px 26px; }
.lsgd-hero__chips li{ display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:600; color:var(--ink); }
.lsgd-hero__chip-ic{ width:42px; height:42px; border-radius:50%; display:grid; place-items:center; border:1.5px solid var(--ls-cyan); color:var(--ls-cyan); font-size:16.5px; }

/* Right side: the trust card and the numbers card float over the photo */
.lsgd-hero__side{ display:flex; flex-direction:column; gap:14px; align-items:stretch; justify-content:flex-end; }
.lsgd-hero__trust{ position:relative; width:270px; margin-left:auto; padding:18px 20px 16px; border-radius:16px; background:rgba(255,255,255,.96); border:1px solid var(--ls-line); box-shadow:0 24px 44px -26px rgba(11,22,48,.4); }
.lsgd-hero__trust b{ display:block; padding-right:56px; font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:16px; line-height:1.25; color:var(--ink); margin-bottom:10px; }
.lsgd-hero__trust-ic{ position:absolute; top:16px; right:16px; width:46px; height:46px; border-radius:11px; display:grid; place-items:center; background:var(--cy); color:#fff; font-size:20px; }
.lsgd-hero__trust ul{ list-style:none; margin:0; padding:0; display:grid; gap:6px; }
.lsgd-hero__trust li{ display:flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600; color:var(--body); }
.lsgd-hero__trust li i{ color:var(--ls-cyan); font-size:18px; }
.lsgd-hero__nums{ list-style:none; margin:0; padding:6px 0; display:grid; grid-template-columns:repeat(3,1fr); background:rgba(255,255,255,.96); border-radius:16px; border:1px solid var(--ls-line); box-shadow:0 24px 44px -26px rgba(11,22,48,.4); }
.lsgd-hero__nums li{ display:flex; align-items:center; gap:8px; padding:10px 10px; min-width:0; }
.lsgd-hero__nums li + li{ border-left:1px solid var(--ls-line); }
.lsgd-hero__num-ic{ flex-shrink:0; width:46px; height:46px; border-radius:50%; display:grid; place-items:center; background:rgba(0,204,247,.16); color:var(--ls-cyan); font-size:20px; }
.lsgd-hero__nums b{ display:block; font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:19px; line-height:1; color:var(--ink); }
.lsgd-hero__nums small{ display:block; margin-top:3px; font-size:10.5px; line-height:1.2; line-height:1.25; font-weight:600; color:var(--body); }
.lsgd-crumb{ position:relative; display:flex; align-items:center; gap:8px; padding:22px 0 0; font-size:13.5px; font-weight:600; color:var(--body); }
.lsgd-crumb a{ color:var(--ls-cyan); text-decoration:none; }
.lsgd-crumb a:hover{ color:var(--ink); }
.lsgd-crumb .sep{ color:#b7c0cc; }
.lsgd-crumb__here{ color:var(--ink); }

/* ---- Problems / solutions ---- */
.lsgd-grid4{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.lsgd-pain{ position:relative; padding:24px 22px 22px; border-radius:16px; background:#fff; border:1.5px solid var(--ls-line); border-top:4px solid var(--ls-line); }
.lsgd-pain__x{ display:grid; place-items:center; width:30px; height:30px; border-radius:50%; margin-bottom:14px; background:#fdecec; color:#d0342c; font-weight:800; font-size:18px; line-height:1; }
.lsgd-pain__t{ margin:0 0 8px; font-family:'Sora','Sora Fallback',sans-serif; font-weight:700; font-size:17px; line-height:1.3; color:var(--ink); }
.lsgd-pain__x2{ margin:0; font-size:14.5px; line-height:1.62; color:var(--body); }
.lsgd-fixes{ background:#f5fbfd; }
.lsgd-fix{ position:relative; padding:24px 22px 22px; border-radius:16px; background:#fff; border:1.5px solid var(--ls-line); transition:transform .25s, box-shadow .25s, border-color .25s; }
.lsgd-fix:hover{ transform:translateY(-3px); border-color:rgba(0,204,247,.5); box-shadow:0 24px 44px -32px rgba(0,140,170,.45); }
.lsgd-fix__n{ display:inline-grid; place-items:center; width:42px; height:42px; border-radius:11px; margin-bottom:14px; background:var(--cy); font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:14px; color:var(--ink); }
.lsgd-fix__n.is-gold{ background:var(--gold); }
.lsgd-fix__t{ margin:0 0 8px; font-family:'Sora','Sora Fallback',sans-serif; font-weight:700; font-size:17px; line-height:1.3; color:var(--ink); }
.lsgd-fix__x{ margin:0; font-size:14.5px; line-height:1.62; color:var(--body); }

/* ---- Local capabilities beside a photo ---- */
.lsgd-caps__grid{ display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:36px 64px; align-items:stretch; }
.lsgd-caps .ls-kicker{ margin-bottom:10px; }
.lsgd-caps__list{ list-style:none; margin:22px 0 0; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 24px; }
.lsgd-caps__list li{ display:flex; gap:14px; align-items:flex-start; }
.lsgd-caps__list li > span:last-child{ font-size:14px; line-height:1.6; color:var(--body); }
.lsgd-caps__list b{ display:block; margin-bottom:2px; font-family:'Sora','Sora Fallback',sans-serif; font-weight:700; font-size:15px; color:var(--ink); }
.lsgd-caps__ic{ flex-shrink:0; width:58px; height:58px; border-radius:14px; display:grid; place-items:center; background:var(--cy); }
.lsgd-caps__ic.is-gold{ background:var(--gold); }
.lsgd-caps__ic i{ font-size:38px; line-height:1; display:block; }
.lsgd-caps__ic i::before{ font-size:38px!important; color:#fff!important; -webkit-text-fill-color:#fff; background:none!important; }
.lsgd-caps__media{ position:relative; min-height:0; }
.lsgd-caps__frame{ position:absolute; inset:0; border-radius:20px; overflow:hidden; box-shadow:0 30px 60px -34px rgba(11,22,48,.45); }
.lsgd-caps__frame img{ display:block; width:100%; height:100%; object-fit:cover; }
.lsgd-caps__badge{ position:absolute; left:22px; bottom:22px; display:flex; align-items:center; gap:12px; padding:12px 18px 12px 12px; border-radius:14px; background:#fff; box-shadow:0 20px 40px -18px rgba(11,22,48,.4); }
.lsgd-caps__badge b{ padding:8px 12px; border-radius:10px; background:var(--gold); font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:18px; color:var(--ink); }
.lsgd-caps__badge span{ font-size:13px; font-weight:700; color:var(--ink); max-width:120px; line-height:1.3; }

/* ---- Proof ---- */
.lsgd-proof{ background:#f5fbfd; }
.lsgd-proof__grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; align-items:stretch; }
.lsgd-proof__grid.is-single{ grid-template-columns:repeat(2,minmax(0,1fr)); }
.lsgd-case{ display:flex; flex-direction:column; border-radius:18px; overflow:hidden; background:#fff; border:1px solid var(--ls-line); text-decoration:none; color:inherit; box-shadow:0 18px 40px -30px rgba(11,22,48,.35); transition:transform .28s, box-shadow .28s, border-color .28s; }
.lsgd-case:hover{ transform:translateY(-5px); border-color:rgba(0,204,247,.55); text-decoration:none; }
.lsgd-case__media{ aspect-ratio:16/10; overflow:hidden; background:#eef6fb; }
.lsgd-case__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.lsgd-case__body{ display:flex; flex-direction:column; gap:6px; padding:18px 20px 20px; }
.lsgd-case__cat{ font-family:'Sora','Sora Fallback',sans-serif; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--ls-cyan); }
.lsgd-case__t{ font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:19px; color:var(--ink); }
.lsgd-case__x{ font-size:14px; line-height:1.6; color:var(--body); display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.lsgd-case__more{ margin-top:6px; font-weight:700; font-size:14px; color:var(--ls-cyan); }
.lsgd-review{ margin:0; position:relative; display:flex; flex-direction:column; justify-content:center; padding:30px 30px 28px; border-radius:18px; background:var(--cy); color:var(--ink); box-shadow:0 30px 60px -34px rgba(0,140,170,.6); }
.lsgd-review__stars{ font-size:16px; letter-spacing:2px; color:var(--gold); margin-bottom:12px; }
.lsgd-review p{ margin:0 0 18px; font-size:16px; line-height:1.7; font-weight:500; }
.lsgd-review footer{ display:flex; flex-direction:column; gap:2px; }
.lsgd-review footer b{ font-family:'Sora','Sora Fallback',sans-serif; font-size:15px; }
.lsgd-review footer span{ font-size:13.5px; opacity:.85; }
.lsgd-review footer small{ margin-top:6px; font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; opacity:.8; }

/* ---- Services: one compact row, matching the location design ---- */
.lsgd-svc .ls-sechead{ margin-bottom:28px; }
.lsgd-svc__row{
	display:grid; grid-template-columns:repeat(9,minmax(0,1fr)); gap:10px;
}
.lsgd-svc__item{
	display:flex; flex-direction:column; align-items:center; justify-content:flex-start;
	text-align:center; gap:10px; min-height:148px; padding:18px 8px 14px;
	background:#f3fbfe; border:1px solid rgba(0,204,247,.16); border-radius:16px;
	text-decoration:none; color:var(--ink); box-shadow:0 10px 24px -22px rgba(11,22,48,.4);
	transition:transform .2s, border-color .2s, box-shadow .2s, background .2s;
}
.lsgd-svc__item:hover{
	transform:translateY(-3px); border-color:rgba(0,204,247,.5);
	background:#eef9fd; color:var(--ink); text-decoration:none;
	box-shadow:0 18px 32px -24px rgba(0,140,170,.45);
}
.lsgd-svc__ic{
	width:60px; height:60px; display:grid; place-items:center; flex-shrink:0;
}
.lsgd-svc__ic i, .lsgd-svc__ic i::before{
	font-size:49px!important; line-height:1;
	color:var(--ls-cyan)!important; -webkit-text-fill-color:var(--ls-cyan);
	background:none!important;
}
.lsgd-svc__t{
	margin:0; font-family:'Sora','Sora Fallback',sans-serif; font-weight:700;
	font-size:12.5px; line-height:1.3; color:var(--ink); letter-spacing:-.01em;
}

/* ---- Steps: same furniture as the services process (lsproc) ---- */
.lsgd-how{ background:#fafcfe; }
.lsgd-how .ls-sechead{ margin-bottom:48px; }
.lsgd-how .lsproc__grid{ list-style:none; margin:0; padding:0; }

/* ---- FAQ: compact chip bar ---- */
.lsgd-faq{
	padding-top:28px;
	background:
		radial-gradient(ellipse 55% 90% at 72% 78%, rgba(0,204,247,.1), transparent 62%),
		#f6fcfe;
}
.lsgd-faq__top{ display:flex; align-items:flex-end; justify-content:space-between; gap:20px 32px; margin-bottom:22px; }
.lsgd-faq__kicker{
	display:block; margin:0 0 8px;
	font-family:'Sora','Sora Fallback',sans-serif; font-weight:700; font-size:12px;
	letter-spacing:.16em; text-transform:uppercase; color:var(--ls-cyan);
}
.lsgd-faq__title{
	margin:0; font-family:'Sora','Sora Fallback',sans-serif; font-weight:800;
	font-size:clamp(26px,3vw,34px); line-height:1.15; letter-spacing:-.02em; color:var(--ink);
}
.lsgd-faq__all{
	flex-shrink:0; display:inline-flex; align-items:center; gap:8px; height:44px; padding:0 22px;
	border-radius:999px; box-sizing:border-box; border:1.5px solid var(--ls-cyan); background:#fff;
	font-family:'Sora','Sora Fallback',sans-serif; font-weight:700; font-size:14px; color:var(--ls-cyan);
	text-decoration:none; transition:background .2s, color .2s, border-color .2s;
}
.lsgd-faq__all:hover{ background:var(--cy); border-color:var(--cy); color:var(--ink); text-decoration:none; }
.lsgd-faq__chips{ display:flex; flex-wrap:nowrap; gap:12px; align-items:start; }
.lsgd-faq__chip{
	flex:1 1 0; min-width:0; margin:0; border-radius:16px; background:#fff;
	box-shadow:0 10px 28px -18px rgba(11,22,48,.35); overflow:hidden;
}
.lsgd-faq__q{
	list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:10px;
	min-height:72px; padding:12px 14px 12px 16px;
	font-family:'Sora','Sora Fallback',sans-serif; font-weight:700; font-size:13.5px; line-height:1.35; color:var(--ink);
}
.lsgd-faq__q::-webkit-details-marker{ display:none; }
.lsgd-faq__q::marker{ content:""; }
.lsgd-faq__q span{ min-width:0; }
.lsgd-faq__chev{
	flex-shrink:0; width:0; height:0;
	border-left:6px solid transparent; border-right:6px solid transparent; border-top:8px solid var(--ls-cyan);
	transition:transform .2s;
}
.lsgd-faq__chip[open] .lsgd-faq__chev{ transform:rotate(180deg); }
.lsgd-faq__a{ padding:0 16px 14px; font-size:14px; line-height:1.65; color:var(--body); }
.lsgd-faq__a p{ margin:0; }

/* ---- Closing CTA ---- */
.lsgd-cta{ padding-top:0; }
.lsgd-cta__panel{ display:flex; align-items:center; justify-content:space-between; gap:28px 40px; flex-wrap:wrap; padding:44px 48px; border-radius:18px; background:var(--cy); color:var(--ink); box-shadow:0 30px 60px -34px rgba(0,140,170,.55); }
.lsgd-cta__copy{ flex:1 1 420px; min-width:0; }
.lsgd-cta__t{ margin:0 0 10px; font-family:'Sora','Sora Fallback',sans-serif; font-weight:800; font-size:30px; line-height:1.16; letter-spacing:-.02em; color:var(--ink); }
.lsgd-cta__x{ margin:0; font-size:16px; line-height:1.65; font-weight:500; color:var(--ink); max-width:56ch; }
.lsgd-cta__btns{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.lsgd-cta__btns .lsform__btn{ min-height:54px; margin:0!important; box-shadow:none; }
.lsgd-cta__ghost{ display:inline-flex; align-items:center; justify-content:center; gap:9px; height:54px; padding:0 28px; border-radius:10px; box-sizing:border-box; white-space:nowrap; background:#fff; border:2px solid #fff; font-family:'Quicksand','Quicksand Fallback',sans-serif; font-weight:700; font-size:15px; color:var(--ink); text-decoration:none; transition:background .2s, border-color .2s; }
.lsgd-cta__ghost:hover{ background:var(--gold); border-color:var(--gold); color:var(--ink); text-decoration:none; }
.lsgd-cta__ghost i{ font-size:17px; }

/* ---- Responsive ---- */
@media (max-width:1100px){
	.lsgd-grid4{ grid-template-columns:repeat(2,minmax(0,1fr)); }
	.lsgd-proof__grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
	.lsgd-svc__row{ grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:991px){
	.lsgd{ padding:52px 0; }
	.lsgd__h2{ font-size:29px; }
	.lsgd-hero{ padding:40px 0 40px; }
	.lsgd-hero__photo{ position:relative; width:auto; height:260px; margin:0 20px 24px; border-radius:18px; overflow:hidden; }
	.lsgd-hero__photo img{ -webkit-mask-image:none; mask-image:none; opacity:1; }
	.lsgd-hero__grid{ grid-template-columns:1fr; min-height:0; }
	.lsgd-hero__side{ max-width:560px; }
	.lsgd-hero__trust{ width:auto; margin-left:0; }
	.lsgd-strip__inner{ height:auto; padding:10px 0; flex-wrap:wrap; }
	.lsgd-caps__grid{ grid-template-columns:1fr; }
	.lsgd-caps__media{ max-width:480px; aspect-ratio:4/5; }
	.lsgd-faq__top{ align-items:flex-start; flex-wrap:wrap; }
	.lsgd-faq__chips{ flex-wrap:wrap; }
	.lsgd-faq__chip{ flex:1 1 calc(50% - 8px); }
	.lsgd-proof__grid, .lsgd-proof__grid.is-single{ grid-template-columns:1fr; }
	.lsgd-cta__panel{ padding:36px 30px; }
}
@media (max-width:600px){
	.lsgd-hero__title{ font-size:28px; }
	.lsgd-grid4, .lsgd-caps__list{ grid-template-columns:1fr; }
	.lsgd-faq__chips{ flex-wrap:wrap; }
	.lsgd-faq__chip{ flex:1 1 100%; }
	.lsgd-faq__all{ width:100%; justify-content:center; }
	.lsgd-hero__nums{ grid-template-columns:1fr; }
	.lsgd-hero__nums li + li{ border-left:none; border-top:1px solid var(--ls-line); }
	.lsgd-hero__where-txt b{ font-size:20px; }
	.lsgd-strip__label, .lsgd-strip__all{ display:none; }
	.lsgd-strip__list{ flex-wrap:nowrap; }
	.lsgd-hero__btns, .lsgd-hero__btns .lsform__btn, .lsgd-hero__ghost{ width:100%; justify-content:center; }
	.lsgd-cta__t{ font-size:25px; }
	.lsgd-cta__btns, .lsgd-cta__btns .lsform__btn, .lsgd-cta__ghost{ width:100%; justify-content:center; }
	.lsgd-caps__badge{ left:12px; bottom:12px; }
	.lsgd-svc__row{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
