:root {
  --lp-navy: #102331;
  --lp-navy-deep: #091721;
  --lp-blue: #174d68;
  --lp-aqua: #3e91a7;
  --lp-gold: #c99150;
  --lp-sand: #f3efe8;
  --lp-mist: #eef3f4;
  --lp-white: #ffffff;
  --lp-ink: #17232b;
  --lp-muted: #63717a;
  --lp-border: #dce4e7;
  --lp-shadow: 0 18px 50px rgba(9, 23, 33, .10);
  --lp-radius: 18px;
  --lp-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lp-site {
  margin: 0;
  background: var(--lp-white);
  color: var(--lp-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.lp-menu-open { overflow: hidden; }
.lp-site a { color: inherit; text-decoration: none; }
.lp-site img { display: block; max-width: 100%; height: auto; }
.lp-site h1, .lp-site h2, .lp-site h3, .lp-site h4 {
  margin: 0 0 .65em;
  color: var(--lp-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.lp-site h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
.lp-site h2 { font-size: clamp(2.05rem, 4vw, 3.65rem); }
.lp-site h3 { font-size: clamp(1.35rem, 2.4vw, 1.85rem); }
.lp-site p { margin: 0 0 1.25rem; }
.lp-container { width: min(calc(100% - 40px), var(--lp-container)); margin-inline: auto; }
.lp-main { min-height: 55vh; overflow: hidden; }
.lp-section { padding: clamp(74px, 9vw, 126px) 0; }
.lp-section-soft { background: var(--lp-mist); }
.lp-section-sand { background: var(--lp-sand); }
.lp-section-dark { background: var(--lp-navy); color: rgba(255,255,255,.78); }
.lp-section-dark h2, .lp-section-dark h3 { color: white; }
.lp-section-heading { max-width: 760px; margin-bottom: 48px; }
.lp-section-heading.lp-center { margin-inline: auto; text-align: center; }
.lp-section-heading > p:last-child { color: var(--lp-muted); font-size: 1.12rem; }
.lp-eyebrow {
  margin-bottom: 14px !important;
  color: var(--lp-gold) !important;
  font-size: .78rem !important;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.lp-lead { font-size: clamp(1.1rem, 2vw, 1.32rem); color: var(--lp-muted); }
.lp-kicker { display: block; margin-bottom: 12px; color: var(--lp-gold); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--lp-gold);
  border-radius: 999px;
  background: var(--lp-gold);
  color: var(--lp-white) !important;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.2;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.lp-button:hover, .lp-button:focus { transform: translateY(-2px); background: #aa7334; border-color: #aa7334; }
.lp-button-outline { border-color: rgba(255,255,255,.65); background: transparent; }
.lp-button-outline:hover, .lp-button-outline:focus { background: white; border-color: white; color: var(--lp-navy) !important; }
.lp-button-light { background: white; border-color: white; color: var(--lp-navy) !important; }
.lp-text-link { color: var(--lp-blue) !important; font-weight: 800; }
.lp-text-link span { display: inline-block; transition: transform .2s ease; }
.lp-text-link:hover span { transform: translateX(5px); }
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.lp-skip-link { position: fixed; top: -100px; left: 18px; z-index: 99999; padding: 10px 16px; background: white; color: black; }
.lp-skip-link:focus { top: 12px; }

/* Header */
.lp-header { position: relative; z-index: 1000; background: white; box-shadow: 0 1px 0 rgba(16,35,49,.08); }
.lp-topbar { background: var(--lp-navy-deep); color: rgba(255,255,255,.78); font-size: .78rem; }
.lp-topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.lp-topbar-links { display: flex; gap: 24px; }
.lp-topbar a:hover { color: white; }
.lp-nav-wrap { display: flex; min-height: 94px; align-items: center; gap: 28px; }
.lp-logo { flex: 0 0 300px; }
.lp-logo img { width: min(300px, 100%); }
.lp-primary-nav { margin-left: auto; }
.lp-menu, .lp-primary-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.lp-primary-nav a { position: relative; display: block; padding: 35px 0; color: var(--lp-navy); font-size: .86rem; font-weight: 750; }
.lp-primary-nav a::after { position: absolute; right: 0; bottom: 27px; left: 0; height: 2px; background: var(--lp-gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.lp-primary-nav a:hover::after, .lp-primary-nav .current-menu-item > a::after { transform: scaleX(1); }
.lp-header-button { flex: 0 0 auto; }
.lp-menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--lp-mist); }
.lp-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--lp-navy); }

/* Hero */
.lp-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 132px));
  display: grid;
  align-items: end;
  background-image: linear-gradient(90deg, rgba(5,18,28,.9) 0%, rgba(5,18,28,.68) 44%, rgba(5,18,28,.15) 74%), var(--lp-hero);
  background-position: center;
  background-size: cover;
  color: white;
}
.lp-hero::after { position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(5,18,28,.35)); content: ""; }
.lp-hero-inner { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 105px; }
.lp-hero-content { max-width: 760px; }
.lp-hero h1 { color: white; text-shadow: 0 3px 30px rgba(0,0,0,.22); }
.lp-hero .lp-lead { max-width: 670px; color: rgba(255,255,255,.84); }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.lp-trust-strip { position: relative; z-index: 2; margin-top: -42px; }
.lp-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: var(--lp-radius); background: white; box-shadow: var(--lp-shadow); overflow: hidden; }
.lp-trust-item { display: flex; gap: 15px; align-items: center; padding: 28px 32px; border-right: 1px solid var(--lp-border); }
.lp-trust-item:last-child { border: 0; }
.lp-trust-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--lp-sand); color: var(--lp-gold); font-size: 1.25rem; font-weight: 800; }
.lp-trust-item strong { display: block; color: var(--lp-navy); font-size: 1rem; }
.lp-trust-item span:last-child { color: var(--lp-muted); font-size: .86rem; }

/* General layouts */
.lp-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(45px, 8vw, 100px); }
.lp-split-media { position: relative; }
.lp-split-media::before { position: absolute; top: -22px; right: -22px; width: 58%; height: 58%; border: 2px solid var(--lp-gold); border-radius: var(--lp-radius); content: ""; }
.lp-split-media img { position: relative; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--lp-radius); box-shadow: var(--lp-shadow); object-fit: cover; object-position: center top; }
.lp-check-list { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }
.lp-check-list li { position: relative; padding-left: 32px; }
.lp-check-list li::before { position: absolute; left: 0; top: .22em; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--lp-mist); color: var(--lp-blue); content: "✓"; font-size: .8rem; font-weight: 900; }
.lp-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-card { position: relative; padding: 32px; border: 1px solid var(--lp-border); border-radius: var(--lp-radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.lp-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--lp-shadow); }
.lp-card-number { display: block; margin-bottom: 35px; color: var(--lp-gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.lp-card p { color: var(--lp-muted); font-size: .96rem; }
.lp-service-card { min-height: 305px; display: flex; flex-direction: column; }
.lp-service-card .lp-text-link { margin-top: auto; }
.lp-image-band { min-height: 500px; display: grid; align-items: center; background-image: linear-gradient(90deg, rgba(9,23,33,.91), rgba(9,23,33,.46)), var(--lp-band-image); background-position: center; background-size: cover; color: white; }
.lp-image-band-content { max-width: 690px; padding: 80px 0; }
.lp-image-band h2 { color: white; }
.lp-image-band p:not(.lp-eyebrow) { color: rgba(255,255,255,.8); font-size: 1.12rem; }
.lp-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; counter-reset: steps; }
.lp-process-item { position: relative; padding-top: 66px; counter-increment: steps; }
.lp-process-item::before { position: absolute; top: 0; left: 0; color: var(--lp-gold); content: "0" counter(steps); font-family: Georgia, serif; font-size: 2.7rem; line-height: 1; }
.lp-process-item::after { position: absolute; top: 23px; left: 80px; width: calc(100% - 65px); height: 1px; background: var(--lp-border); content: ""; }
.lp-process-item:last-child::after { display: none; }
.lp-process-item p { color: var(--lp-muted); }

/* Articles */
.lp-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-article-card { border-radius: var(--lp-radius); background: white; box-shadow: var(--lp-shadow); overflow: hidden; }
.lp-article-image { display: block; overflow: hidden; }
.lp-article-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .45s ease; }
.lp-article-card:hover .lp-article-image img { transform: scale(1.035); }
.lp-article-body { padding: 28px; }
.lp-article-body h2, .lp-article-body h3 { font-size: 1.5rem; }
.lp-article-body p:not(.lp-eyebrow) { color: var(--lp-muted); font-size: .94rem; }
.lp-home-articles .lp-article-grid { margin-top: 42px; }

/* Inner pages */
.lp-page-hero, .lp-article-hero { padding: clamp(82px, 10vw, 140px) 0; background: radial-gradient(circle at 80% 0, rgba(62,145,167,.35), transparent 35%), var(--lp-navy); color: white; }
.lp-page-hero h1, .lp-article-hero h1 { max-width: 930px; color: white; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.lp-page-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.lp-page-content { padding-top: clamp(65px, 8vw, 105px); padding-bottom: clamp(80px, 10vw, 135px); }
.lp-page-content > :first-child { margin-top: 0; }
.lp-page-content > :last-child { margin-bottom: 0; }
.lp-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: start; margin-bottom: 65px; }
.lp-intro-image img { width: 100%; border-radius: var(--lp-radius); box-shadow: var(--lp-shadow); }
.lp-services-all { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-service-detail { padding: 28px; border: 1px solid var(--lp-border); border-radius: 14px; background: white; }
.lp-service-detail h2 { font-size: 1.32rem; }
.lp-service-detail p { margin: 0; color: var(--lp-muted); font-size: .93rem; }
.lp-service-detail .lp-card-number { margin-bottom: 19px; }
.lp-info-note { margin-top: 45px; padding: 23px 26px; border-left: 4px solid var(--lp-gold); background: var(--lp-sand); color: #4f4b45; font-size: .93rem; }
.lp-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.lp-value { padding: 30px; border-radius: var(--lp-radius); background: var(--lp-mist); }
.lp-value h3 { font-size: 1.35rem; }
.lp-value p { margin-bottom: 0; color: var(--lp-muted); }
.lp-coverage-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.lp-coverage-list li { padding: 8px 14px; border: 1px solid var(--lp-border); border-radius: 999px; background: white; color: var(--lp-navy); font-size: .88rem; font-weight: 700; }
.lp-faq-list { max-width: 930px; margin-inline: auto; }
.lp-faq-list details { border-bottom: 1px solid var(--lp-border); }
.lp-faq-list summary { position: relative; padding: 25px 55px 25px 0; color: var(--lp-navy); cursor: pointer; font-family: Georgia, serif; font-size: 1.22rem; font-weight: 600; list-style: none; }
.lp-faq-list summary::-webkit-details-marker { display: none; }
.lp-faq-list summary::after { position: absolute; top: 24px; right: 5px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--lp-mist); content: "+"; font-family: Arial, sans-serif; }
.lp-faq-list details[open] summary::after { content: "−"; }
.lp-faq-answer { padding: 0 55px 23px 0; color: var(--lp-muted); }
.lp-faq-answer ul { padding-left: 21px; }
.lp-contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; }
.lp-contact-card { padding: 38px; border-radius: var(--lp-radius); background: var(--lp-navy); color: rgba(255,255,255,.76); }
.lp-contact-card h2, .lp-contact-card h3 { color: white; }
.lp-contact-card a { color: white; font-weight: 750; }
.lp-contact-card img { width: 100%; margin-bottom: 28px; border-radius: 12px; }
.lp-contact-detail { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.lp-contact-detail:last-child { border-bottom: 0; }
.lp-contact-form label { display: block; margin-bottom: 7px; color: var(--lp-navy); font-size: .86rem; font-weight: 800; }
.lp-contact-form input, .lp-contact-form textarea { width: 100%; border: 1px solid var(--lp-border); border-radius: 9px; background: #fff; color: var(--lp-ink); font: inherit; }
.lp-contact-form input { height: 52px; padding: 0 15px; }
.lp-contact-form textarea { padding: 13px 15px; resize: vertical; }
.lp-contact-form input:focus, .lp-contact-form textarea:focus { border-color: var(--lp-aqua); outline: 3px solid rgba(62,145,167,.15); }
.lp-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
.lp-form-consent { color: var(--lp-muted); font-size: .79rem; }
.lp-honeypot { position: absolute !important; left: -9999px !important; }
.lp-form-notice { margin-bottom: 25px; padding: 16px 18px; border-radius: 9px; }
.lp-form-success { background: #e6f5ec; color: #145c31; }
.lp-form-error { background: #fff0ee; color: #8b2c22; }
.lp-listing { padding-top: 80px; padding-bottom: 110px; }
.lp-featured-image { margin-top: -55px; }
.lp-featured-image img { width: 100%; max-height: 610px; border-radius: var(--lp-radius); box-shadow: var(--lp-shadow); object-fit: cover; }
.lp-article-content { max-width: 850px; padding-top: 70px; padding-bottom: 110px; }
.lp-article-content h2 { margin-top: 2.1em; font-size: 2rem; }
.lp-article-content h3 { margin-top: 1.8em; }
.lp-article-content ul, .lp-article-content ol { padding-left: 1.25em; }
.lp-post-date { color: rgba(255,255,255,.7); }
.navigation.pagination { margin-top: 50px; }

/* Footer */
.lp-footer { background: var(--lp-navy-deep); color: rgba(255,255,255,.68); }
.lp-footer-cta { background: var(--lp-gold); color: white; }
.lp-footer-cta-inner { display: flex; min-height: 210px; align-items: center; justify-content: space-between; gap: 30px; }
.lp-footer-cta h2 { max-width: 730px; margin: 0; color: white; font-size: clamp(2rem, 4vw, 3rem); }
.lp-footer-cta .lp-eyebrow { color: rgba(255,255,255,.72) !important; }
.lp-footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .85fr; gap: 70px; padding-top: 80px; padding-bottom: 75px; }
.lp-footer h3 { color: white; font-family: inherit; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lp-footer-brand img { width: 330px; margin-bottom: 27px; }
.lp-footer-brand p { max-width: 490px; }
.lp-footer-menu, .lp-footer .lp-menu { display: block; margin: 0; padding: 0; list-style: none; }
.lp-footer-menu li, .lp-footer .lp-menu li { margin: 7px 0; }
.lp-footer a:hover { color: white; }
.lp-footer address { font-style: normal; }
.lp-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.lp-footer-bottom .lp-container { display: flex; min-height: 75px; align-items: center; justify-content: space-between; gap: 30px; }

@media (max-width: 1080px) {
  .lp-header-button { display: none; }
  .lp-menu, .lp-primary-nav ul { gap: 19px; }
  .lp-primary-nav a { font-size: .8rem; }
  .lp-card-grid, .lp-services-all { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .lp-topbar-inner > span { display: none; }
  .lp-topbar-inner { justify-content: center; }
  .lp-nav-wrap { min-height: 80px; }
  .lp-logo { flex-basis: min(275px, calc(100% - 70px)); }
  .lp-menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .lp-primary-nav { position: fixed; top: 118px; right: 0; bottom: 0; left: 0; display: none; padding: 25px 20px 45px; background: white; overflow-y: auto; }
  .admin-bar .lp-primary-nav { top: 150px; }
  .lp-primary-nav.is-open { display: block; }
  .lp-primary-nav .lp-menu, .lp-primary-nav ul { display: block; }
  .lp-primary-nav a { padding: 16px 4px; border-bottom: 1px solid var(--lp-border); font-size: 1rem; }
  .lp-primary-nav a::after { display: none; }
  .lp-hero { min-height: 690px; background-image: linear-gradient(90deg, rgba(5,18,28,.89), rgba(5,18,28,.38)), var(--lp-hero); }
  .lp-trust-grid { grid-template-columns: 1fr; }
  .lp-trust-item { border-right: 0; border-bottom: 1px solid var(--lp-border); }
  .lp-split, .lp-intro-grid, .lp-contact-layout { grid-template-columns: 1fr; }
  .lp-process, .lp-article-grid { grid-template-columns: 1fr; }
  .lp-process-item::after { display: none; }
  .lp-article-grid { max-width: 620px; margin-inline: auto; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
  .lp-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .lp-container { width: min(calc(100% - 28px), var(--lp-container)); }
  .lp-topbar-links { width: 100%; justify-content: space-between; gap: 8px; font-size: .72rem; }
  .lp-nav-wrap { min-height: 74px; }
  .lp-primary-nav { top: 112px; }
  .admin-bar .lp-primary-nav { top: 158px; }
  .lp-hero { min-height: 650px; }
  .lp-hero-inner { padding-top: 92px; padding-bottom: 95px; }
  .lp-hero-actions { align-items: stretch; flex-direction: column; }
  .lp-button { width: 100%; }
  .lp-trust-strip { margin-top: -26px; }
  .lp-trust-item { padding: 22px; }
  .lp-section { padding: 68px 0; }
  .lp-card-grid, .lp-services-all, .lp-value-grid, .lp-form-grid { grid-template-columns: 1fr; }
  .lp-service-card { min-height: 0; }
  .lp-split-media::before { display: none; }
  .lp-footer-cta-inner, .lp-footer-bottom .lp-container { align-items: flex-start; flex-direction: column; justify-content: center; }
  .lp-footer-cta-inner { padding-top: 50px; padding-bottom: 50px; }
  .lp-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .lp-footer-brand { grid-column: auto; }
  .lp-footer-bottom .lp-container { padding-top: 23px; padding-bottom: 23px; }
  .lp-featured-image { margin-top: -28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
