/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2026 | 03:40:53 */
/* Landline Group — design system */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --lg-navy:    #0F2740;
  --lg-slate:   #3C5670;
  --lg-ink:     #22303C;
  --lg-accent:  #C8501E;
  --lg-surface: #F4F6F8;
  --lg-border:  #D7DEE5;
  --lg-muted:   #5A6874;
}

body,
.elementor-widget-text-editor,
.elementor-widget-heading {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  color: var(--lg-ink);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--lg-navy);
  font-weight: 700;
}

h1, .elementor-widget-heading h1.elementor-heading-title {
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin-bottom: 0.5em;
}

h2, .elementor-widget-heading h2.elementor-heading-title {
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  margin-top: 1.6em;
  margin-bottom: 0.5em;
  padding-top: 1.2rem;
  border-top: 1px solid var(--lg-border);
}

h3, .elementor-widget-heading h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.2px;
  font-weight: 600;
}

p { margin: 0 0 1.15em; }
strong { color: var(--lg-navy); font-weight: 600; }

a { color: var(--lg-accent); text-decoration: none; }
a:hover { color: var(--lg-navy); text-decoration: underline; }

/* readable measure */
.elementor-widget-text-editor { max-width: 68ch; }

/* buttons */
.elementor-button,
.elementor-button-link {
  background-color: var(--lg-accent);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  border-radius: 2px;
  padding: 15px 30px;
  transition: background-color .15s ease;
}
.elementor-button:hover,
.elementor-button-link:hover {
  background-color: var(--lg-navy);
  color: #fff;
}

/* audit CTA band */
.audit-cta {
  background: var(--lg-surface);
  border-left: 4px solid var(--lg-accent);
  padding: 22px 26px;
  margin: 0;
  font-size: 17px;
  max-width: none;
}
.audit-cta strong { color: var(--lg-navy); }

/* FAQ block spacing */
.elementor-widget-text-editor p strong:first-child { display: inline-block; margin-top: 0.4em; }


/* block editor equivalents */
.entry-content > p,
.wp-block-post-content > p {
  max-width: 68ch;
}

.entry-content > p.audit-cta,
.wp-block-post-content > p.audit-cta {
  max-width: none;
}

.wp-block-button__link,
.wp-element-button {
  background-color: var(--lg-accent);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  border-radius: 2px;
  padding: 15px 30px;
  transition: background-color .15s ease;
}
.wp-block-button__link:hover,
.wp-element-button:hover {
  background-color: var(--lg-navy);
  color: #fff;
  text-decoration: none;
}

.wp-block-heading { }

/* BUTTON OVERRIDE */
.wp-block-button .wp-block-button__link,
.wp-block-button .wp-element-button,
.entry-content .wp-block-button__link {
  background-color: var(--lg-accent) !important;
  background-image: none !important;
  border: none !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-radius: 2px !important;
  padding: 15px 30px !important;
  display: inline-block;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-element-button:hover {
  background-color: var(--lg-navy) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.wp-block-buttons { margin: 1.8em 0; }

/* HIDE PAGE TITLE ON FRONT PAGE */
body.home .page-header,
body.home h1.entry-title,
body.home .entry-header { display: none; }

.site-header, .site-footer { border-color: var(--lg-border); }

/* HEADER STYLING */
.site-header {
  border-bottom: 1px solid var(--lg-border);
  padding: 18px 0;
  background: #fff;
}
.site-header .site-branding .site-title a,
.site-title a {
  color: var(--lg-navy) !important;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.site-header nav a,
.site-navigation a {
  color: var(--lg-ink) !important;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 14px;
}
.site-header nav a:hover,
.site-navigation a:hover {
  color: var(--lg-accent) !important;
}
.site-footer {
  border-top: 1px solid var(--lg-border);
  margin-top: 4rem;
  padding: 2rem 0;
  color: var(--lg-muted);
  font-size: 15px;
}

/* NAV ORDER */
.site-navigation ul,
.site-header nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.site-navigation li.menu-item-object-custom,
.site-header nav li.menu-item-object-custom { order: 1; }
.site-navigation li.menu-item-24,
.site-header nav li.menu-item-24 { order: 2; }
.site-navigation li.menu-item-25,
.site-header nav li.menu-item-25 { order: 3; }

.site-navigation li.current-menu-item > a,
.site-header nav li.current-menu-item > a {
  color: var(--lg-accent) !important;
  font-weight: 600;
}

/* TIGHTEN */
body { font-size: 16.5px; line-height: 1.6; }
p { margin: 0 0 0.9em; }

h1, .entry-content h1 { font-size: 38px; line-height: 1.12; margin-bottom: 0.45em; }
h2, .entry-content h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-top: 2.2em;
  margin-bottom: 0.5em;
  padding-top: 0.9rem;
}
h3, .entry-content h3 { font-size: 19px; margin-top: 1.5em; margin-bottom: 0.35em; }

.entry-content > p,
.wp-block-post-content > p { max-width: 62ch; }

.audit-cta { padding: 16px 20px; font-size: 16px; }
.wp-block-buttons { margin: 1.3em 0; }
.wp-block-button .wp-block-button__link { padding: 12px 24px !important; font-size: 15px !important; }

.site-header { padding: 12px 0; }
.site-navigation a, .site-header nav a { padding: 4px 10px; font-size: 15px; }
.site-footer { margin-top: 2.5rem; padding: 1.4rem 0; }

.entry-content { padding-top: 1.2rem; }

/* MEASURE FIX */
.page-content > p,
.page-content > ul,
.page-content > ol { max-width: 62ch; }
.page-content > h2,
.page-content > h3 { max-width: 62ch; }
.page-content > p.audit-cta { max-width: 62ch; }
.page-content { padding-top: 1rem; }


/* ===== LAYOUT V2 ===== */

.page-content { padding-top: 0 !important; max-width: none !important; }
.page-content > p, .page-content > h2, .page-content > h3 { max-width: none; }
main.site-main { max-width: none !important; padding: 0 !important; }
.site-main > .page-content > .wp-block-group { max-width: none; }

.wp-block-group.lg-hero,
.wp-block-group.lg-stats,
.wp-block-group.lg-band,
.wp-block-group.lg-cards-wrap,
.wp-block-group.lg-price,
.wp-block-group.lg-steps,
.wp-block-group.lg-cta {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 64px 24px;
}

.lg-hero > *, .lg-stats > *, .lg-band > *, .lg-cards-wrap > *,
.lg-price > *, .lg-steps > *, .lg-cta > * {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* HERO */
.lg-hero {
  background: linear-gradient(180deg, #0F2740 0%, #16344F 100%);
  padding: 84px 24px 72px !important;
}
.lg-hero h1 {
  color: #fff !important;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: 880px;
  margin: 0 auto 22px;
}
.lg-hero .lg-hero-sub {
  color: #C2CEDA !important;
  font-size: 19px;
  line-height: 1.55;
  max-width: 720px;
  margin: 0 auto 30px;
}
.lg-hero .wp-block-buttons { margin: 0 auto 16px; max-width: 1080px; }
.lg-hero .lg-hero-note { color: #94A6B8 !important; font-size: 15px; }
.lg-hero .lg-hero-note a { color: #fff !important; font-weight: 600; }

/* STATS */
.lg-stats {
  background: #0B1E33;
  padding: 30px 24px !important;
  border-top: 1px solid rgba(255,255,255,.08);
}
.lg-stats .wp-block-columns { gap: 28px; }
.lg-stat-num {
  color: var(--lg-accent) !important;
  font-size: 34px !important;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px !important;
}
.lg-stat-lbl {
  color: #93A6B8 !important;
  font-size: 14px !important;
  line-height: 1.45;
  margin: 0 !important;
}

/* BANDS */
.lg-band { background: #fff; }
.lg-band + .lg-band { border-top: 1px solid var(--lg-border); }
.lg-band p { max-width: 760px; }

/* CARDS */
.lg-cards-wrap { background: var(--lg-surface); }
.lg-cards-wrap .wp-block-columns { gap: 22px; margin-bottom: 22px; }
.lg-cards-wrap .wp-block-column {
  background: #fff;
  border: 1px solid var(--lg-border);
  border-top: 3px solid var(--lg-accent);
  padding: 26px 26px 22px;
}
.lg-cards-wrap .wp-block-column h3 {
  margin-top: 0 !important;
  font-size: 18px;
  border: none;
  padding-top: 0;
}
.lg-cards-wrap .wp-block-column p { font-size: 15.5px; margin-bottom: 0; }

/* PRICE */
.lg-price { background: #0F2740; }
.lg-price h2 { color: #fff !important; border-top: none !important; padding-top: 0 !important; }
.lg-price p { color: #C2CEDA !important; max-width: 700px; }
.lg-price-num {
  color: var(--lg-accent) !important;
  font-size: 66px !important;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 2px !important;
}
.lg-price-unit {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600;
  margin: 0 0 24px !important;
}
.lg-price-foot {
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 18px;
  margin-top: 26px;
  font-size: 15px !important;
  color: #93A6B8 !important;
}

/* STEPS */
.lg-steps { background: #fff; }
.lg-steps .lg-step {
  max-width: 800px;
  border-left: 2px solid var(--lg-border);
  padding: 2px 0 14px 22px;
  margin-bottom: 0;
}
.lg-step-n {
  display: inline-block;
  width: 24px; height: 24px;
  line-height: 24px;
  text-align: center;
  background: var(--lg-accent);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border-radius: 50%;
  margin-right: 8px;
}

/* CTA */
.lg-cta {
  background: var(--lg-surface);
  border-top: 1px solid var(--lg-border);
  text-align: center;
}
.lg-cta h2 { border-top: none !important; padding-top: 0 !important; margin-top: 0 !important; }
.lg-cta p { max-width: 640px; margin-left: auto; margin-right: auto; }
.lg-cta .wp-block-buttons { justify-content: center; }

/* shared heading rhythm inside bands */
.lg-band h2, .lg-cards-wrap h2, .lg-steps h2 {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 18px;
}

/* FOOTER */
.site-footer {
  background: #0B1E33;
  border-top: none;
  color: #93A6B8;
  padding: 34px 24px !important;
  margin-top: 0 !important;
}
.site-footer a { color: #fff; }

@media (max-width: 767px) {
  .lg-hero h1 { font-size: 32px; }
  .lg-price-num { font-size: 48px !important; }
  .lg-hero, .lg-band, .lg-cards-wrap, .lg-price, .lg-steps, .lg-cta { padding: 44px 18px !important; }
}


/* ===== POLISH V3 ===== */

html { scroll-behavior: smooth; }

/* --- header --- */
.site-header {
  padding: 16px 24px !important;
  border-bottom: 1px solid var(--lg-border);
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: saturate(180%) blur(8px);
}
.site-header .site-branding { display: flex; flex-direction: column; }
.site-title a {
  font-size: 22px !important;
  letter-spacing: -0.4px;
}
.site-description {
  font-size: 12px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lg-muted) !important;
  margin-top: 2px;
}
.site-navigation a, .site-header nav a {
  font-size: 14.5px;
  letter-spacing: 0.01em;
  position: relative;
}
.site-navigation li.current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 10px; right: 10px; bottom: -2px;
  height: 2px;
  background: var(--lg-accent);
}

/* --- hero: left aligned, tighter --- */
.lg-hero { padding: 96px 24px 84px !important; position: relative; overflow: hidden; }
.lg-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,80,30,.6), transparent);
}
.lg-hero > * { max-width: 1000px; }
.lg-hero h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 50px;
  letter-spacing: -1.4px;
  font-weight: 700;
}
.lg-hero .lg-hero-sub {
  max-width: 660px;
  margin: 0 auto 32px;
  font-size: 18.5px;
}
.lg-hero .wp-block-button__link {
  padding: 15px 30px !important;
  font-size: 15.5px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.lg-hero .lg-hero-note { margin-top: 14px; }

/* --- stats --- */
.lg-stats { padding: 26px 24px !important; }
.lg-stats .wp-block-column {
  border-left: 2px solid rgba(200,80,30,.5);
  padding-left: 16px;
}
.lg-stat-num { letter-spacing: -1px; }

/* --- section eyebrow rhythm --- */
.lg-band, .lg-cards-wrap, .lg-steps, .lg-price, .lg-cta { padding: 72px 24px !important; }
.lg-band h2, .lg-cards-wrap h2, .lg-steps h2, .lg-price h2, .lg-cta h2 {
  font-size: 32px;
  letter-spacing: -0.7px;
  margin-bottom: 22px !important;
}
.lg-band p, .lg-steps p { font-size: 17px; }

/* --- cards --- */
.lg-cards-wrap .wp-block-column {
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(15,39,64,.05);
  transition: box-shadow .18s ease, transform .18s ease;
}
.lg-cards-wrap .wp-block-column:hover {
  box-shadow: 0 8px 24px rgba(15,39,64,.10);
  transform: translateY(-2px);
}
.lg-cards-wrap .wp-block-column h3 {
  letter-spacing: -0.2px;
  margin-bottom: 8px !important;
}

/* --- price panel --- */
.lg-price { position: relative; }
.lg-price > * { max-width: 760px; }
.lg-price-num { letter-spacing: -3px; }
.lg-price h2 { font-size: 30px; opacity: .85; }

/* --- steps --- */
.lg-steps .lg-step {
  border-left: 2px solid var(--lg-border);
  padding: 0 0 22px 26px;
  position: relative;
}
.lg-steps .lg-step:last-child { border-left-color: transparent; padding-bottom: 0; }
.lg-step-n {
  position: absolute;
  left: -13px;
  top: 1px;
  margin-right: 0;
  box-shadow: 0 0 0 4px #fff;
}

/* --- cta --- */
.lg-cta .wp-block-button__link { padding: 15px 32px !important; font-size: 15.5px !important; }

/* --- footer --- */
.site-footer { padding: 40px 24px !important; font-size: 14.5px; }

/* --- inner pages get breathing room --- */
body:not(.home) .page-content { padding: 44px 24px 60px !important; }
body:not(.home) .page-content > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
body:not(.home) .page-content > p,
body:not(.home) .page-content > ul { max-width: 68ch; }
body:not(.home) h1.entry-title {
  max-width: 1080px;
  margin: 0 auto 6px;
  padding: 44px 24px 0;
  font-size: 40px;
  letter-spacing: -1px;
}
body:not(.home) .page-content > h2 {
  border-top: 1px solid var(--lg-border);
  padding-top: 1.4rem;
  margin-top: 2.4em;
}
body:not(.home) .page-content > h3 { color: var(--lg-navy); }
body:not(.home) .audit-cta { max-width: 68ch; }

@media (max-width: 767px) {
  .lg-hero { padding: 56px 18px 48px !important; }
  .lg-hero h1 { font-size: 30px; letter-spacing: -0.6px; }
  .lg-hero .lg-hero-sub { font-size: 16.5px; }
  .lg-band h2, .lg-cards-wrap h2, .lg-steps h2, .lg-price h2, .lg-cta h2 { font-size: 24px; }
  .site-header { position: static; }
}


/* ===== VISUAL V4 ===== */

/* hero: technical grid + glow */
.lg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
  pointer-events: none;
}
.lg-hero > * { position: relative; z-index: 2; }

/* eyebrow above hero headline */
.lg-hero h1::before {
  content: "FCC ORDER 26-19 \00B7 COPPER RETIREMENT UNDERWAY";
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--lg-accent);
  margin-bottom: 16px;
}

/* card icons */
.lg-cards-wrap .wp-block-column { padding-top: 66px !important; position: relative; }
.lg-cards-wrap .wp-block-column::before {
  content: "";
  position: absolute;
  top: 24px; left: 26px;
  width: 30px; height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .95;
}
.lg-cards-wrap .wp-block-columns:first-of-type .wp-block-column:nth-child(1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8501E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M12 2v20'/%3E%3Cpath d='M8 8l1.5-2L11 8'/%3E%3Cpath d='M13 16l1.5 2L16 16'/%3E%3C/svg%3E"); }
.lg-cards-wrap .wp-block-columns:first-of-type .wp-block-column:nth-child(2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8501E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3Cpath d='M7 15h10'/%3E%3Cpath d='M7 18h6'/%3E%3C/svg%3E"); }
.lg-cards-wrap .wp-block-columns:last-of-type .wp-block-column:nth-child(1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8501E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2s6 7 6 11a6 6 0 0 1-12 0c0-4 6-11 6-11z'/%3E%3Cpath d='M9 14a3 3 0 0 0 3 3'/%3E%3C/svg%3E"); }
.lg-cards-wrap .wp-block-columns:last-of-type .wp-block-column:nth-child(2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8501E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='14' rx='2'/%3E%3Cpath d='M2 9h20'/%3E%3Cpath d='M6 14h4'/%3E%3C/svg%3E"); }

/* section eyebrow labels */
.lg-cards-wrap h2::before,
.lg-price h2::before,
.lg-steps h2::before,
.lg-band h2::before {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--lg-accent);
  margin-bottom: 10px;
}
.lg-cards-wrap h2::before { content: "COVERAGE"; }
.lg-price h2::before { content: "PRICING"; }
.lg-steps h2::before { content: "PROCESS"; }

/* price panel: accent frame + pattern */
.lg-price::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(200,80,30,.16), transparent 45%);
  pointer-events: none;
}
.lg-price > * { position: relative; z-index: 2; }
.lg-price-num::after {
  content: "/line/mo";
  font-size: 18px;
  font-weight: 500;
  color: #93A6B8;
  letter-spacing: 0;
  margin-left: 10px;
  vertical-align: middle;
}

/* comparison chip under price */
.lg-price-unit::after {
  content: "vs $65\2013$100 typical copper";
  display: inline-block;
  margin-left: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 500;
  color: #C2CEDA;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

/* band separators with accent tick */
.lg-band { position: relative; }
.lg-band h2 { position: relative; padding-left: 0; }

/* stat bar polish */
.lg-stats .wp-block-column { border-left-width: 3px; }

/* cta panel card */
.lg-cta {
  background: linear-gradient(180deg, #F4F6F8 0%, #E9EEF3 100%);
  border-bottom: 3px solid var(--lg-accent);
}

/* buttons: subtle lift */
.wp-block-button__link { transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; }
.wp-block-button__link:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(15,39,64,.18); }

/* links in body get underline on hover only */
.lg-band a, .page-content a { text-decoration: none; border-bottom: 1px solid rgba(200,80,30,.35); }
.lg-band a:hover, .page-content a:hover { border-bottom-color: var(--lg-accent); }
.wp-block-button__link, .site-navigation a, .site-title a { border-bottom: none !important; }

/* footer structure */
.site-footer { text-align: left; }
.site-footer::before {
  content: "The Land Line Group \00B7 POTS line replacement, nationwide \00A0\00B7\00A0 540-687-5117 \00A0\00B7\00A0 michael@landlinegroup.com";
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer > * { max-width: 1080px; margin-left: auto; margin-right: auto; }

@media (max-width: 767px) {
  .lg-hero h1::before { font-size: 10.5px; }
  .lg-price-unit::after { display: block; margin: 10px 0 0; }
}




/* ===== PHOTO V6 ===== */
.lg-hero { background-image: linear-gradient(180deg, rgba(11,30,51,.88) 0%, rgba(15,39,64,.94) 55%, rgba(15,39,64,.99) 100%), url("https://images.rawpixel.com/editor_1024/cHJpdmF0ZS9zdGF0aWMvaW1hZ2Uvd2Vic2l0ZS8yMDIyLTA0L2xyL3B4ODM2MzIxLWltYWdlLWt3dnV4NjkxLmpwZw.jpg"); background-size: cover; background-position: center 45%; }
.lg-price { background-image: linear-gradient(180deg, rgba(15,39,64,.94) 0%, rgba(11,30,51,.97) 100%), url("https://images.rawpixel.com/editor_1024/cHJpdmF0ZS9zdGF0aWMvaW1hZ2Uvd2Vic2l0ZS8yMDIyLTA0L2xyL3B4ODM2MzIxLWltYWdlLWt3dnV4NjkxLmpwZw.jpg"); background-size: cover; background-position: center 35%; }
.lg-cta { background-image: linear-gradient(180deg, rgba(244,246,248,.95) 0%, rgba(233,238,243,.97) 100%), url("https://upload.wikimedia.org/wikipedia/commons/2/2b/Dulles_State_Office_Building_Exterior_2.jpg"); background-size: cover; background-position: center 60%; }
.lg-stats { background-image: linear-gradient(180deg, rgba(11,30,51,.95), rgba(11,30,51,.95)), url("https://upload.wikimedia.org/wikipedia/commons/0/03/CI_fire_pumping_station_jeh.jpg"); background-size: cover; background-position: center; }
