html.ah-lpr-home-active,
html.ah-lpr-home-active body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.ah-lpr-home-active body::after {
  content: "";
  position: fixed;
  inset: 0 0 auto 0;
  height: 64px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(239, 251, 253, .9), rgba(239, 251, 253, .66));
  border-bottom: 1px solid rgba(16, 32, 42, .08);
  backdrop-filter: blur(14px);
}

.ah-old-home-hidden {
  display: none !important;
}

html.ah-lpr-home-active [class*="semi-toast"],
html.ah-lpr-home-active [class*="SemiToast"] {
  display: none !important;
}

html.ah-lpr-home-active body {
  background:
    radial-gradient(circle at 14% 8%, rgba(18, 191, 214, .24), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(183, 227, 107, .26), transparent 25%),
    linear-gradient(180deg, #f8fcff 0%, #eef8fb 45%, #f7fbf7 100%) !important;
}

html.ah-lpr-home-active #root > :not(#ah-lpr-home) {
  position: relative;
  z-index: 5;
}

html.ah-lpr-home-active #root > #ah-lpr-home {
  position: relative;
  z-index: 1;
}

#ah-lpr-home {
  --ah-ink: #10202a;
  --ah-muted: #5f7180;
  --ah-soft: #f4fbff;
  --ah-line: rgba(34, 94, 118, .16);
  --ah-blue: #176bff;
  --ah-cyan: #12bfd6;
  --ah-teal: #13b39b;
  --ah-lime: #b7e36b;
  --ah-orange: #ff9f43;
  --ah-dark: #07141c;
  --ah-card: rgba(255, 255, 255, .76);
  --ah-shadow: 0 24px 70px rgba(14, 46, 65, .13);
  position: relative;
  z-index: 0;
  color: var(--ah-ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(18, 191, 214, .24), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(183, 227, 107, .26), transparent 25%),
    linear-gradient(180deg, #f8fcff 0%, #eef8fb 45%, #f7fbf7 100%);
  font-family: "Aptos", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  min-height: 100vh;
  isolation: isolate;
}

#ah-lpr-home,
#ah-lpr-home * {
  box-sizing: border-box;
  letter-spacing: 0;
}

#ah-lpr-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(23, 107, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 179, 155, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0 64%, transparent 100%);
}

.ah-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.ah-hero {
  position: relative;
  padding: 88px 0 72px;
  overflow: hidden;
}

.ah-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 900px;
  height: 260px;
  transform: translateX(-50%) rotate(-4deg);
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(18, 191, 214, .22), rgba(183, 227, 107, .16), rgba(255, 159, 67, .14));
  filter: blur(54px);
  z-index: -1;
}

.ah-hero-grid,
.ah-split,
.ah-consult-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 46px;
  align-items: center;
}

.ah-hero-copy {
  position: relative;
  z-index: 1;
}

.ah-eyebrow,
.ah-section-head p {
  width: fit-content;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(18, 191, 214, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  color: #12637a;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 30px rgba(18, 191, 214, .08);
}

.ah-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--ah-lime);
  box-shadow: 0 0 0 6px rgba(183, 227, 107, .22);
}

.ah-hero h1 {
  margin: 18px 0 18px;
  max-width: 850px;
  color: #07141c;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
  font-weight: 950;
}

.ah-subtitle,
.ah-muted {
  margin: 0;
  max-width: 760px;
  color: var(--ah-muted);
  font-size: 17px;
  line-height: 1.82;
}

.ah-hero-actions,
.ah-pricing-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 26px;
}

.ah-btn,
.ah-case-card button {
  min-height: 44px;
  border: 1px solid rgba(16, 32, 42, .12);
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  color: var(--ah-ink);
  background: rgba(255, 255, 255, .78);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(14, 46, 65, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ah-btn:hover,
.ah-case-card button:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 191, 214, .42);
  box-shadow: 0 18px 34px rgba(14, 46, 65, .13);
}

.ah-btn-primary {
  color: #061115;
  border-color: rgba(183, 227, 107, .72);
  background: linear-gradient(135deg, #b7e36b 0%, #37d7bb 52%, #48c5ff 100%);
}

.ah-btn-dark {
  color: #eafcff;
  background: linear-gradient(135deg, #07141c, #123546);
  border-color: rgba(18, 191, 214, .28);
}

.ah-btn-plain {
  background: transparent;
  box-shadow: none;
}

.ah-base-url {
  width: fit-content;
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(18, 191, 214, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 20px 45px rgba(14, 46, 65, .08);
}

.ah-base-url span {
  color: var(--ah-muted);
  font-weight: 800;
}

.ah-base-url code {
  color: #0c6978;
  font-weight: 950;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
}

.ah-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.ah-proof-row span,
.ah-note-grid span,
.ah-rule-row span {
  padding: 12px 14px;
  border: 1px solid var(--ah-line);
  border-radius: 16px;
  color: #244453;
  background: rgba(255, 255, 255, .62);
  font-size: 14px;
  font-weight: 800;
}

.ah-command-panel {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(229, 248, 250, .68)),
    radial-gradient(circle at 80% 20%, rgba(18, 191, 214, .22), transparent 32%);
  box-shadow: var(--ah-shadow), inset 0 1px 0 rgba(255, 255, 255, .82);
  overflow: hidden;
}

.ah-command-panel::before {
  content: "";
  position: absolute;
  inset: 64px -110px auto auto;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgba(18, 191, 214, .18), rgba(183, 227, 107, .22), rgba(255, 159, 67, .14), rgba(18, 191, 214, .18));
  filter: blur(3px);
}

.ah-panel-top {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: #5e7581;
  font-size: 13px;
  font-weight: 850;
  border-bottom: 1px solid rgba(16, 32, 42, .08);
}

.ah-panel-top i {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #ff6b6b;
}

.ah-panel-top i:nth-child(2) {
  background: #ffcf5a;
}

.ah-panel-top i:nth-child(3) {
  background: #37d7bb;
}

.ah-panel-top span {
  margin-left: auto;
}

.ah-metric {
  position: absolute;
  left: 34px;
  top: 92px;
  width: 230px;
  padding: 22px;
  border-radius: 22px;
  background: #081722;
  color: #eaffff;
  box-shadow: 0 28px 60px rgba(8, 23, 34, .22);
}

.ah-metric small,
.ah-metric em {
  display: block;
  color: #8db5c5;
  font-style: normal;
  font-weight: 800;
}

.ah-metric strong {
  display: block;
  margin: 6px 0;
  font-size: 62px;
  line-height: 1;
  color: #b7e36b;
}

.ah-flow-lines {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 10px;
}

.ah-flow-lines span {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  color: #11333f;
  background: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 900;
  border: 1px solid rgba(18, 191, 214, .18);
}

.ah-flow-lines span:nth-of-type(even) {
  margin-left: auto;
}

.ah-flow-lines b {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 191, 214, .62), rgba(183, 227, 107, .62), transparent);
}

.ah-provider-ring {
  position: absolute;
  top: 106px;
  right: 38px;
  width: 260px;
  height: 260px;
  animation: ah-ring-spin 34s linear infinite;
}

.ah-ring-track {
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  border: 1px dashed rgba(18, 191, 214, .36);
}

.ah-provider-ring span {
  --angle: calc(45deg * var(--i));
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 34px;
  margin: -17px -36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #0b3440;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(18, 191, 214, .2);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(14, 46, 65, .1);
  transform: rotate(var(--angle)) translateX(118px) rotate(calc(-1 * var(--angle)));
}

.ah-section {
  padding: 86px 0;
}

.ah-section-head {
  margin-bottom: 28px;
}

.ah-section-head h2 {
  max-width: 790px;
  margin: 14px 0 0;
  color: #07141c;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.12;
  font-weight: 950;
}

.ah-center {
  text-align: center;
}

.ah-center .ah-section-head,
.ah-section-head.ah-center {
  display: grid;
  justify-items: center;
}

.ah-service-grid,
.ah-case-grid,
.ah-package-grid,
.ah-agent-grid,
.ah-note-grid {
  display: grid;
  gap: 16px;
}

.ah-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ah-service-card,
.ah-case-card,
.ah-package-card,
.ah-table-card,
.ah-plan-list article,
.ah-agent-grid article,
.ah-contact-card,
.ah-form {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 24px;
  background: var(--ah-card);
  box-shadow: var(--ah-shadow);
  backdrop-filter: blur(14px);
}

.ah-service-card,
.ah-case-card {
  padding: 22px;
}

.ah-service-card h3,
.ah-case-card h3,
.ah-agent-grid h3 {
  margin: 18px 0 10px;
  color: #07141c;
  font-size: 20px;
}

.ah-service-card p,
.ah-case-card p,
.ah-agent-grid p {
  margin: 0;
  color: var(--ah-muted);
  line-height: 1.72;
}

.ah-icon,
.ah-case-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #061115;
  background: linear-gradient(135deg, #b7e36b, #48c5ff);
  font-weight: 950;
}

.ah-pricing,
.ah-relay-section,
.ah-consult {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .6), rgba(232, 249, 249, .62)),
    linear-gradient(rgba(16, 32, 42, .035) 1px, transparent 1px);
  background-size: auto, 36px 36px;
  border-block: 1px solid rgba(16, 32, 42, .06);
}

.ah-table-card {
  overflow: auto;
}

.ah-table-card table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.ah-table-card th,
.ah-table-card td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 32, 42, .08);
}

.ah-table-card th {
  color: #0f6e81;
  background: rgba(18, 191, 214, .08);
  font-size: 14px;
}

.ah-table-card td {
  color: #223f4c;
  font-weight: 780;
}

.ah-note-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.ah-package-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 18px;
}

.ah-package-card {
  padding: 18px 14px;
}

.ah-package-card span,
.ah-package-card em {
  display: block;
  color: var(--ah-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.ah-package-card strong {
  display: block;
  margin: 8px 0 5px;
  color: #07141c;
  font-size: 21px;
}

.ah-pricing-actions {
  justify-content: center;
}

.ah-cases {
  position: relative;
}

.ah-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ah-case-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.ah-case-card button {
  width: fit-content;
  margin-top: auto;
  color: #0b4654;
  background: rgba(255, 255, 255, .72);
}

.ah-split-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(183, 227, 107, .18), transparent 26%),
    radial-gradient(circle at 92% 30%, rgba(18, 191, 214, .15), transparent 24%);
}

.ah-plan-list {
  display: grid;
  gap: 13px;
}

.ah-plan-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 14px;
  padding: 18px;
  align-items: center;
}

.ah-plan-list strong {
  color: #07141c;
  font-size: 17px;
}

.ah-plan-list span {
  color: #0f7e8f;
  font-weight: 950;
}

.ah-plan-list em {
  grid-column: 1 / -1;
  color: var(--ah-muted);
  font-style: normal;
  line-height: 1.6;
}

.ah-split-reverse {
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
}

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

.ah-agent-grid article {
  padding: 24px;
}

.ah-rule-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px 0 26px;
}

.ah-contact-card {
  width: fit-content;
  min-width: 230px;
  margin-top: 24px;
  padding: 18px;
}

.ah-contact-card span,
.ah-contact-card strong {
  display: block;
}

.ah-contact-card span {
  color: var(--ah-muted);
  font-weight: 800;
}

.ah-contact-card strong {
  margin-top: 6px;
  color: #07141c;
  font-size: 24px;
}

.ah-form {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ah-form label {
  display: grid;
  gap: 7px;
  color: #294a58;
  font-weight: 850;
}

.ah-form input,
.ah-form select,
.ah-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 32, 42, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  color: #07141c;
  padding: 12px 13px;
  font: inherit;
  outline: none;
}

.ah-form input:focus,
.ah-form select:focus,
.ah-form textarea:focus {
  border-color: rgba(18, 191, 214, .62);
  box-shadow: 0 0 0 4px rgba(18, 191, 214, .11);
}

.ah-form textarea {
  min-height: 118px;
  resize: vertical;
}

.ah-wide {
  grid-column: 1 / -1;
}

@keyframes ah-ring-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
  .ah-hero-grid,
  .ah-split,
  .ah-split-reverse,
  .ah-consult-grid {
    grid-template-columns: 1fr;
  }

  .ah-command-panel {
    min-height: 480px;
  }

  .ah-service-grid,
  .ah-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-case-grid,
  .ah-note-grid,
  .ah-proof-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .ah-shell {
    width: min(100vw - 28px, 1180px);
  }

  .ah-hero {
    padding-top: 68px;
  }

  .ah-hero h1 {
    font-size: 39px;
  }

  .ah-command-panel {
    min-height: 430px;
    border-radius: 22px;
  }

  .ah-metric {
    left: 18px;
    top: 76px;
    width: 200px;
  }

  .ah-provider-ring {
    right: 10px;
    top: 124px;
    width: 214px;
    height: 214px;
  }

  .ah-provider-ring span {
    transform: rotate(var(--angle)) translateX(96px) rotate(calc(-1 * var(--angle)));
  }

  .ah-flow-lines {
    left: 18px;
    right: 18px;
  }

  .ah-service-grid,
  .ah-package-grid,
  .ah-agent-grid,
  .ah-form {
    grid-template-columns: 1fr;
  }

  .ah-wide {
    grid-column: auto;
  }
}
