:root {
  --lp-navy-950: #061a2b;
  --lp-navy-900: #0a2942;
  --lp-navy-800: #123d5b;
  --lp-cyan-700: #087d99;
  --lp-cyan-600: #0796b5;
  --lp-cyan-100: #dff5f8;
  --lp-cyan-50: #effafb;
  --lp-ink: #142b3b;
  --lp-muted: #5c7180;
  --lp-line: #dce8ed;
  --lp-surface: #f4f8fa;
  --lp-white: #ffffff;
  --lp-radius-sm: 10px;
  --lp-radius: 18px;
  --lp-radius-lg: 28px;
  --lp-shadow: 0 20px 55px rgba(8, 42, 66, 0.1);
  --lp-font: Aptos, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.landing-page {
  margin: 0;
  color: var(--lp-ink);
  background: var(--lp-white);
  font-family: var(--lp-font);
  -webkit-font-smoothing: antialiased;
}

.landing-page.lp-header-fixed {
  padding-top: 78px;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
  color: var(--lp-ink);
  font-family: var(--lp-font);
}

.landing-page a {
  color: inherit;
}

.lp-utility-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  background: var(--lp-navy-950);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.lp-utility-links {
  display: flex;
  gap: 22px;
}

.lp-utility-links a {
  color: rgba(255, 255, 255, 0.72);
}

.lp-utility-links a:hover {
  color: var(--lp-white);
}

#header.lp-header {
  position: relative;
  z-index: 1100;
  height: 78px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(10, 41, 66, 0.08);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

#header.lp-header.fixed-top {
  height: 72px;
  box-shadow: 0 12px 35px rgba(8, 42, 66, 0.08);
}

.lp-brand,
.lp-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.lp-brand img,
.lp-footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.lp-brand-copy,
.lp-footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.lp-brand-copy strong,
.lp-footer-brand strong {
  color: var(--lp-navy-900);
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -0.045em;
}

.lp-brand-copy strong em,
.lp-footer-brand strong em {
  color: var(--lp-cyan-700);
  font-style: normal;
}

.lp-brand-copy small,
.lp-footer-brand small {
  margin-top: 5px;
  color: var(--lp-muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-navbar > ul > li {
  padding-left: 22px;
}

.lp-navbar a,
.lp-navbar a:focus {
  color: #405766;
  font-size: 13px;
  font-weight: 650;
}

.lp-navbar > ul > li > a::before {
  display: none;
}

.lp-navbar a:hover,
.lp-navbar .active,
.lp-navbar .active:focus,
.lp-navbar li:hover > a {
  color: var(--lp-cyan-700);
}

.lp-navbar .lp-nav-action,
.lp-navbar .lp-nav-action:focus {
  padding: 11px 17px;
  color: var(--lp-white);
  background: var(--lp-navy-900);
  border-radius: var(--lp-radius-sm);
}

.lp-navbar .lp-nav-action:hover {
  color: var(--lp-white);
  background: var(--lp-cyan-700);
}

.lp-language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px;
  color: #405766;
  background: transparent;
  border: 0;
  font-family: var(--lp-font);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.lp-language-toggle:hover,
.lp-language-toggle[aria-expanded="true"] {
  color: var(--lp-cyan-700);
}

.lp-language-toggle > i {
  margin-left: 1px;
  font-size: 10px;
  transition: transform 160ms ease;
}

.lp-language-toggle[aria-expanded="true"] > i {
  transform: rotate(180deg);
}

.lp-navbar .dropdown ul a {
  gap: 9px;
  border-radius: 8px;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 96px;
  background: var(--lp-surface);
}

.lp-hero::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(7, 150, 181, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.lp-hero .container {
  position: relative;
  z-index: 1;
}

.lp-kicker {
  width: fit-content;
  margin: 0 0 20px;
  padding: 7px 11px;
  color: var(--lp-cyan-700);
  background: var(--lp-cyan-100);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--lp-navy-900);
  font-size: clamp(44px, 4.8vw, 66px);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.lp-lead {
  max-width: 580px;
  margin: 25px 0 0;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.72;
}

.lp-hero-actions,
.lp-help-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.lp-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--lp-radius-sm);
  font-size: 13px;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.lp-button:hover {
  transform: translateY(-1px);
}

.lp-button-primary {
  color: var(--lp-white) !important;
  background: var(--lp-cyan-700);
  box-shadow: 0 10px 25px rgba(8, 125, 153, 0.2);
}

.lp-button-primary:hover {
  background: var(--lp-cyan-600);
}

.lp-button-secondary {
  color: var(--lp-navy-900) !important;
  background: var(--lp-white);
  border-color: var(--lp-line);
}

.lp-button-secondary:hover {
  border-color: #b8cdd5;
  box-shadow: 0 10px 25px rgba(8, 42, 66, 0.07);
}

.lp-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 35px;
  color: #506675;
  font-size: 11px;
  font-weight: 650;
}

.lp-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(10, 41, 66, 0.08);
  border-radius: 9px;
}

.lp-assurance i {
  color: var(--lp-cyan-700);
  font-size: 15px;
}

.lp-hero-visual {
  position: relative;
  max-width: 590px;
  margin: 0 0 0 auto;
}

.lp-hero-visual > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--lp-radius-lg);
  box-shadow: var(--lp-shadow);
  filter: saturate(0.88) contrast(1.02);
}

.lp-hero-visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(355px, calc(100% - 44px));
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  color: var(--lp-white);
  background: rgba(6, 26, 43, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(6, 26, 43, 0.22);
}

.lp-caption-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  color: var(--lp-navy-900);
  background: var(--lp-cyan-100);
  border-radius: 10px;
}

.lp-hero-visual figcaption strong,
.lp-hero-visual figcaption small {
  display: block;
}

.lp-hero-visual figcaption strong {
  font-size: 13px;
}

.lp-hero-visual figcaption small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.45;
}

.lp-services,
.lp-agencies,
.lp-steps {
  padding: 96px 0;
}

.lp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 65px;
  align-items: end;
  margin-bottom: 42px;
}

.lp-section-heading h2,
.lp-agencies h2,
.lp-steps h2,
.lp-help h2 {
  margin: 0;
  color: var(--lp-navy-900);
  font-size: clamp(34px, 3.5vw, 46px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.lp-section-heading > p,
.lp-section-note {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.75;
}

.lp-service-list {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
  border: 0;
}

.lp-service-list > div + div {
  border: 0;
}

.lp-service-item {
  position: relative;
  min-height: 280px;
  height: 100%;
  padding: 34px;
  background: var(--lp-surface);
  border: 1px solid transparent;
  border-radius: var(--lp-radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lp-service-item:hover {
  transform: translateY(-4px);
  border-color: #c9e5eb;
  box-shadow: 0 18px 45px rgba(8, 42, 66, 0.08);
}

.lp-service-item > i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--lp-cyan-700);
  background: var(--lp-cyan-100);
  border-radius: 12px;
  font-size: 23px;
}

.lp-service-number {
  position: absolute;
  top: 34px;
  right: 34px;
  color: #91a3ad;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.lp-service-item h3 {
  margin: 32px 0 12px;
  color: var(--lp-navy-900);
  font-size: 21px;
  font-weight: 750;
}

.lp-service-item p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lp-agencies {
  position: relative;
  overflow: hidden;
  color: var(--lp-white);
  background: var(--lp-navy-900);
}

.lp-agencies::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 80px solid rgba(7, 150, 181, 0.08);
  border-radius: 50%;
}

.lp-agencies .container {
  position: relative;
  z-index: 1;
}

.lp-agencies .lp-kicker {
  color: #9edce7;
  background: rgba(7, 150, 181, 0.14);
}

.lp-agencies h2 {
  color: var(--lp-white);
}

.lp-agencies .lp-section-note {
  color: rgba(255, 255, 255, 0.62);
}

.lp-agency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.lp-agency-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.lp-agency-item img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  padding: 7px;
  object-fit: contain;
  background: var(--lp-white);
  border-radius: 13px;
}

.lp-agency-item strong,
.lp-agency-item span {
  display: block;
}

.lp-agency-item strong {
  color: var(--lp-white);
  font-size: 13px;
  line-height: 1.45;
}

.lp-agency-item span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.lp-integrated-agencies {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-integrated-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 26px;
}

.lp-integrated-heading h3 {
  margin: 0;
  color: var(--lp-white);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 750;
  letter-spacing: -0.035em;
}

.lp-integrated-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.lp-integrated-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lp-integrated-grid article {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.lp-integrated-grid img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 5px;
  object-fit: contain;
  background: var(--lp-white);
  border-radius: 9px;
}

.lp-integrated-grid span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.lp-steps {
  background: var(--lp-white);
}

.lp-steps .lp-section-note {
  margin-top: 20px;
}

.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--lp-cyan-700) !important;
  font-size: 12px;
  font-weight: 750;
}

.lp-step-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-step-list li {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  background: var(--lp-surface);
  border: 1px solid transparent;
  border-radius: 14px;
}

.lp-step-list li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--lp-cyan-700);
  background: var(--lp-cyan-100);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
}

.lp-step-list strong {
  color: var(--lp-navy-900);
  font-size: 14px;
}

.lp-step-list p {
  margin: 5px 0 0;
  color: var(--lp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.lp-help {
  padding: 0 0 96px;
}

.lp-help-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 54px;
  color: var(--lp-white);
  background: var(--lp-cyan-700);
  border-radius: var(--lp-radius-lg);
}

.lp-help-inner::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -70px;
  width: 300px;
  height: 300px;
  border: 52px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.lp-help-inner > * {
  position: relative;
  z-index: 1;
}

.lp-help .lp-kicker {
  color: var(--lp-white);
  background: rgba(255, 255, 255, 0.14);
}

.lp-help h2 {
  max-width: 650px;
  color: var(--lp-white);
  font-size: clamp(30px, 3vw, 41px);
}

.lp-help-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.lp-button-light {
  color: var(--lp-navy-900) !important;
  background: var(--lp-white);
}

.lp-button-light:hover {
  background: var(--lp-cyan-50);
}

.lp-button-outline-light {
  color: var(--lp-white) !important;
  border-color: rgba(255, 255, 255, 0.42);
}

.lp-button-outline-light:hover {
  border-color: var(--lp-white);
}

.lp-footer {
  color: rgba(255, 255, 255, 0.66);
  background: var(--lp-navy-950);
}

.lp-footer-main {
  padding: 72px 0 58px;
}

.lp-footer-brand strong {
  color: var(--lp-white);
}

.lp-footer-brand small {
  color: rgba(255, 255, 255, 0.48);
}

.lp-footer-address {
  margin: 25px 0 0;
  font-size: 12px;
  line-height: 1.8;
}

.lp-footer h3 {
  margin: 4px 0 21px;
  color: var(--lp-white);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-footer li + li {
  margin-top: 12px;
}

.lp-footer li a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.lp-footer li a:hover {
  color: var(--lp-white);
}

.lp-social-links {
  display: flex;
  gap: 9px;
  margin-top: 23px;
}

.lp-social-links a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--lp-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
}

.lp-social-links a:hover {
  background: var(--lp-cyan-700);
  border-color: var(--lp-cyan-700);
}

.lp-footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.lp-page-hero {
  padding: 62px 0 68px;
  background: var(--lp-surface);
  border-bottom: 1px solid var(--lp-line);
}

.lp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  color: var(--lp-muted);
  font-size: 11px;
  font-weight: 650;
}

.lp-breadcrumb a {
  color: var(--lp-cyan-700);
}

.lp-breadcrumb a:hover {
  text-decoration: underline;
}

.lp-breadcrumb i {
  color: #8ba0ac;
  font-size: 9px;
}

.lp-page-hero .lp-kicker {
  margin-bottom: 16px;
}

.lp-page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--lp-navy-900);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.lp-page-intro {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.lp-page-content {
  padding: 70px 0 96px;
  background: var(--lp-white);
}

.lp-prose-card,
.lp-directory-card {
  margin: 0 auto;
  background: var(--lp-white);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  box-shadow: 0 18px 50px rgba(8, 42, 66, 0.07);
}

.lp-prose-card {
  max-width: 920px;
  padding: 48px 54px;
}

.lp-notice-block {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: var(--lp-cyan-50);
  border: 1px solid #cce9ee;
  border-radius: 14px;
}

.lp-notice-block > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--lp-cyan-700);
  background: var(--lp-white);
  border-radius: 12px;
  font-size: 22px;
}

.lp-notice-block p {
  margin: 1px 0 0;
  color: var(--lp-ink);
  font-size: 15px;
  line-height: 1.8;
}

.lp-price-summary {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 36px;
  padding: 26px;
  color: var(--lp-white);
  background: var(--lp-navy-900);
  border-radius: 15px;
}

.lp-price-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--lp-navy-900);
  background: var(--lp-cyan-100);
  border-radius: 14px;
  font-size: 26px;
}

.lp-price-summary h2 {
  margin: 1px 0 8px;
  color: var(--lp-white);
  font-size: 20px;
  font-weight: 750;
}

.lp-price-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.lp-price-action {
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 16px;
}

.lp-policy-lead {
  margin: 0 0 34px;
  padding: 0 0 30px;
  color: var(--lp-navy-900);
  border-bottom: 1px solid var(--lp-line);
  font-size: 17px;
  font-weight: 550;
  line-height: 1.75;
}

.lp-policy-section + .lp-policy-section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--lp-line);
}

.lp-policy-section h2 {
  margin: 0 0 15px;
  color: var(--lp-navy-900);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.lp-policy-section p,
.lp-policy-section li {
  color: #435c6b;
  font-size: 14px;
  line-height: 1.8;
}

.lp-policy-section p:last-child,
.lp-policy-section ul:last-child {
  margin-bottom: 0;
}

.lp-policy-section ul {
  margin: 0;
  padding-left: 20px;
}

.lp-policy-section li + li {
  margin-top: 11px;
}

.lp-policy-section li strong,
.lp-policy-section li span {
  display: block;
}

.lp-policy-section li strong {
  color: var(--lp-navy-900);
}

.lp-directory-card {
  max-width: 1200px;
  padding: 30px;
}

.lp-directory-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 15px 17px;
  color: var(--lp-navy-800);
  background: var(--lp-cyan-50);
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.55;
}

.lp-directory-note i {
  color: var(--lp-cyan-700);
  font-size: 20px;
}

.lp-directory-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}

.lp-directory-table th {
  padding: 14px 16px;
  color: var(--lp-white);
  background: var(--lp-navy-900);
  border: 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-align: left;
  text-transform: uppercase;
}

.lp-directory-table th:first-child {
  border-radius: 10px 0 0 10px;
}

.lp-directory-table th:last-child {
  border-radius: 0 10px 10px 0;
}

.lp-directory-table td {
  padding: 16px;
  color: #435c6b;
  border-bottom: 1px solid var(--lp-line);
  font-size: 12px;
  line-height: 1.55;
  vertical-align: top;
}

.lp-directory-table tbody tr:hover td {
  background: var(--lp-surface);
}

.lp-directory-table a {
  color: var(--lp-cyan-700);
  font-weight: 650;
}

.lp-directory-table a:hover {
  text-decoration: underline;
}

.lp-directory-table .lp-directory-technical td {
  color: var(--lp-navy-900);
  background: var(--lp-cyan-50);
  border-bottom: 0;
  font-weight: 750;
}

.landing-page .back-to-top {
  right: 20px;
  bottom: 20px;
  background: var(--lp-cyan-700);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(8, 42, 66, 0.16);
}

@media (min-width: 992px) {
  .lp-navbar,
  .lp-navbar > ul,
  .lp-navbar .dropdown {
    overflow: visible;
  }

  .lp-navbar .dropdown ul {
    z-index: 1200;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    padding: 8px;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    box-shadow: var(--lp-shadow);
  }

  .lp-navbar .dropdown:hover > ul,
  .lp-navbar .dropdown.lp-dropdown-open > ul {
    top: calc(100% - 2px);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .lp-navbar > ul > li {
    padding-left: 16px;
  }

  .lp-navbar a,
  .lp-navbar a:focus {
    font-size: 12px;
  }

  .lp-help-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  body.lp-menu-open {
    overflow: hidden;
  }

  .landing-page.lp-header-fixed {
    padding-top: 70px;
  }

  .lp-utility-bar {
    min-height: 31px;
  }

  .lp-utility-links a:first-child {
    display: none;
  }

  #header.lp-header {
    height: 70px;
    overflow: visible;
    backdrop-filter: none;
  }

  .lp-brand img {
    width: 40px;
    height: 40px;
  }

  .lp-brand-copy strong {
    font-size: 21px;
  }

  .lp-brand-copy small {
    display: none;
  }

  .lp-navbar .mobile-nav-toggle {
    position: relative;
    z-index: 1302;
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    color: var(--lp-navy-900);
    background: var(--lp-cyan-50);
    border: 1px solid var(--lp-line);
    border-radius: 11px;
    font-size: 26px;
  }

  .lp-navbar > ul {
    display: none !important;
  }

  .lp-navbar.navbar-mobile {
    position: fixed !important;
    z-index: 1300;
    inset: 0;
    display: block;
    overflow: hidden;
    background: rgba(6, 26, 43, 0.96);
  }

  .lp-navbar.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--lp-white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
  }

  .lp-navbar.navbar-mobile > ul {
    position: absolute;
    top: 70px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: block !important;
    overflow-y: auto;
    padding: 16px;
    background: var(--lp-white);
    border-radius: 14px;
  }

  .lp-navbar.navbar-mobile > ul > li {
    padding: 0;
  }

  .lp-navbar.navbar-mobile a,
  .lp-navbar.navbar-mobile a:focus {
    padding: 12px 14px;
  }

  .lp-navbar.navbar-mobile .lp-nav-action {
    margin-top: 7px;
    color: var(--lp-white);
  }

  .lp-navbar.navbar-mobile .lp-language-toggle {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
    color: var(--lp-navy-900);
    font-size: 14px;
  }

  .lp-navbar.navbar-mobile .lp-language-toggle > i {
    margin-left: auto;
  }

  .lp-navbar.navbar-mobile .dropdown ul {
    position: static !important;
    width: auto;
    display: none;
    margin: 4px 8px 8px;
    padding: 7px;
    opacity: 1;
    visibility: visible;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    box-shadow: none;
  }

  .lp-navbar.navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

  .lp-hero {
    padding: 64px 0 78px;
  }

  .lp-hero-visual {
    margin: 15px auto 0;
  }

  .lp-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lp-integrated-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lp-integrated-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-service-item {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .lp-utility-bar .container > span {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lp-utility-links {
    gap: 12px;
  }

  .lp-hero::after,
  .lp-agencies::after {
    display: none;
  }

  .lp-hero h1 {
    font-size: 42px;
  }

  .lp-lead {
    font-size: 15px;
  }

  .lp-hero-visual > img {
    height: 350px;
    border-radius: 20px;
  }

  .lp-hero-visual figcaption {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .lp-services,
  .lp-agencies,
  .lp-steps {
    padding: 72px 0;
  }

  .lp-section-heading h2,
  .lp-agencies h2,
  .lp-steps h2 {
    font-size: 34px;
  }

  .lp-service-item {
    min-height: 0;
  }

  .lp-agency-grid {
    grid-template-columns: 1fr;
  }

  .lp-integrated-agencies {
    margin-top: 44px;
    padding-top: 38px;
  }

  .lp-integrated-grid {
    grid-template-columns: 1fr;
  }

  .lp-help {
    padding-bottom: 72px;
  }

  .lp-help-inner {
    padding: 37px 25px;
    border-radius: 20px;
  }

  .lp-help-actions,
  .lp-help-actions .lp-button {
    width: 100%;
  }

  .lp-footer-main {
    padding-top: 56px;
  }

  .lp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }

  .lp-page-hero {
    padding: 45px 0 50px;
  }

  .lp-page-hero h1 {
    font-size: 38px;
  }

  .lp-page-intro {
    font-size: 14px;
  }

  .lp-page-content {
    padding: 45px 0 70px;
  }

  .lp-prose-card,
  .lp-directory-card {
    padding: 24px 20px;
    border-radius: 15px;
  }

  .lp-notice-block {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .lp-price-summary {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .lp-policy-lead {
    font-size: 15px;
  }

  .lp-policy-section h2 {
    font-size: 18px;
  }

  .lp-directory-note {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
