.landing-hero {
  position: relative;
  overflow: hidden;
  background: #071b34;
  color: #fff;
}
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background:
    radial-gradient(circle at 78% 28%, #1767a5 0, transparent 35%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size:
    auto,
    80px 80px,
    80px 80px;
}
.landing-hero__inner {
  position: relative;
  padding-top: calc(clamp(80px, 8vw, 90px) + var(--service-header-overlap));
  padding-bottom: clamp(72px, 7vw, 104px);
  text-align: center;
}
.landing-hero .home-kicker {
  display: inline-block;
  margin: 0 0 27px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.08);
  color: #9dece0;
}
.landing-hero h1 {
  max-width: 920px;
  margin: 0 auto 23px;
  color: #fff;
  font-size: clamp(2.5rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.landing-hero h1 span {
  color: #7de3d6;
}
.landing-hero__inner > p:not(.home-kicker) {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #cbd9e9;
  font-size: 1.125rem;
  line-height: 1.65;
}
.landing-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.landing-hero__button {
  background: #fff;
  color: #0b3d91;
}
.landing-hero__button:hover {
  background: #e8faf6;
}
.landing-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  min-height: 52px;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-control);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.landing-hero__secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}
.landing-hero__visual {
  display: grid;
  grid-template-columns: 29% 10% 61%;
  align-items: center;
  gap: 0;
  max-width: 900px;
  min-height: 380px;
  margin: 70px auto 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    135deg,
    rgba(24, 79, 127, 0.5),
    rgba(8, 38, 76, 0.65)
  );
  text-align: left;
}
.landing-hero__ad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  background: linear-gradient(145deg, #ecf6ff, #b8dcec);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.17);
  transform: rotate(-4deg);
}
.landing-hero__ad span {
  color: #0b3d91;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.landing-hero__ad i {
  width: 80%;
  height: 17px;
  margin-top: 27px;
  border-radius: 4px;
  background: #0b3d91;
}
.landing-hero__ad b {
  width: 60%;
  height: 17px;
  margin-top: 9px;
  border-radius: 4px;
  background: #186bac;
}
.landing-hero__ad em {
  width: 46%;
  height: 31px;
  margin-top: auto;
  border-radius: var(--radius-control);
  background: #00a99b;
}
.landing-hero__path {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #7ce6d6;
  font-size: 2.6rem;
}
.landing-hero__page {
  height: 320px;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  transform: rotate(2deg);
}
.landing-hero__bar {
  display: flex;
  gap: 5px;
  height: 32px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #e4edf6;
}
.landing-hero__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9c6de;
}
.landing-hero__page-body {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  height: calc(100% - 32px);
  padding: 22px;
  gap: 18px;
}
.landing-hero__page-body > div:first-child {
  display: flex;
  flex-direction: column;
  padding: 13px;
  border-radius: var(--radius-sm);
  background: #e9f5ff;
}
.landing-hero__page-body > div:first-child span {
  color: #0b3d91;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.landing-hero__page-body > div:first-child b {
  width: 84%;
  height: 19px;
  margin-top: 20px;
  border-radius: 3px;
  background: #0b3d91;
}
.landing-hero__page-body > div:first-child b + b {
  width: 63%;
  margin-top: 8px;
  background: #1767a5;
}
.landing-hero__page-body > div:first-child i {
  width: 75%;
  height: 7px;
  margin-top: 20px;
  border-radius: var(--radius-control);
  background: #b4cadc;
}
.landing-hero__page-body > div:first-child em {
  width: 42%;
  height: 29px;
  margin-top: auto;
  border-radius: var(--radius-control);
  background: #0b3d91;
}
.landing-hero__page-body > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e0e9f3;
  border-radius: var(--radius-sm);
}
.landing-hero__page-body > div:last-child span {
  color: #0b3d91;
  font-size: 0.65rem;
  font-weight: 700;
}
.landing-hero__page-body > div:last-child i {
  height: 31px;
  border: 1px solid #d8e5f0;
  border-radius: 4px;
}
.landing-hero__page-body > div:last-child strong {
  height: 32px;
  margin-top: auto;
  border-radius: 4px;
  background: #00a99b;
}
.landing-sequence {
  background: #fff;
}
.landing-sequence__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 7vw, 115px);
}
.landing-sequence__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}
.landing-sequence h2,
.landing-focus h2,
.landing-output h2 {
  font-size: var(--font-section-title);
  line-height: 1.27;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.landing-sequence h2 span,
.landing-output h2 span {
  color: #0b3d91;
}
.landing-sequence__intro > p:not(.home-kicker) {
  max-width: 430px;
  color: #52647d;
  line-height: 1.7;
}
.landing-sequence__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-sequence__list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid #dce5ef;
}
.landing-sequence__list li:last-child {
  border-bottom: 1px solid #dce5ef;
}
.landing-sequence__list li > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #e8faf6;
  color: #0b3d91;
  font-size: 0.75rem;
  font-weight: 700;
}
.landing-sequence__list h3 {
  margin: 0 0 8px;
  color: #071b3b;
  font-size: 1.4rem;
}
.landing-sequence__list p {
  color: #52647d;
  line-height: 1.65;
}
.landing-focus {
  background: #f6f9fc;
}
.landing-focus__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}
.landing-focus__copy > p:not(.home-kicker) {
  margin: 0 0 25px;
  color: #52647d;
  line-height: 1.75;
}
.landing-focus .text-link {
  display: inline-flex;
  margin-top: 15px;
}
.landing-focus__visual {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #e0f0ff, #e8faf6);
}
.landing-focus__poster {
  position: absolute;
  top: 14%;
  left: 9%;
  display: flex;
  flex-direction: column;
  width: 61%;
  height: 64%;
  padding: 7%;
  border: 5px solid #fff;
  border-radius: 10px;
  background: linear-gradient(140deg, #2c75b1, #0b3d91);
  box-shadow: 0 20px 50px rgba(7, 27, 59, 0.17);
  transform: rotate(-6deg);
}
.landing-focus__poster span {
  color: #9df1e4;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.landing-focus__poster b {
  width: 75%;
  height: 15px;
  margin-top: 30px;
  border-radius: 3px;
  background: #fff;
}
.landing-focus__poster b + b {
  width: 53%;
  margin-top: 9px;
}
.landing-focus__poster i {
  width: 45%;
  height: 29px;
  margin-top: auto;
  border-radius: var(--radius-control);
  background: #00c2a8;
}
.landing-focus__phone {
  position: absolute;
  right: 9%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  width: 34%;
  height: 70%;
  padding: 9% 4% 4%;
  border: 7px solid #fff;
  border-radius: var(--radius-lg);
  background: #f8fbff;
  box-shadow: 0 22px 52px rgba(7, 27, 59, 0.18);
  transform: rotate(6deg);
}
.landing-focus__phone-top {
  position: absolute;
  top: 9px;
  left: 36%;
  width: 28%;
  height: 6px;
  border-radius: var(--radius-control);
  background: #0b3d91;
}
.landing-focus__phone span {
  height: 42%;
  border-radius: var(--radius-xs);
  background: linear-gradient(135deg, #3d88c4, #0b3d91);
}
.landing-focus__phone b {
  width: 85%;
  height: 10px;
  margin-top: 15px;
  border-radius: 4px;
  background: #0b3d91;
}
.landing-focus__phone b + b {
  width: 63%;
  margin-top: 7px;
}
.landing-focus__phone i {
  width: 75%;
  height: 6px;
  margin-top: 13px;
  border-radius: var(--radius-control);
  background: #b5c9dc;
}
.landing-focus__phone em {
  width: 80%;
  height: 24px;
  margin-top: auto;
  border-radius: var(--radius-control);
  background: #00a99b;
}
.landing-focus__note {
  position: absolute;
  left: 5%;
  bottom: 6%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 27, 59, 0.12);
  color: #0b3d91;
  font-size: 0.65rem;
  font-weight: 700;
}
.landing-focus__note i {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #e8faf6;
}
.landing-output {
  background: #fff;
}
.landing-output__head {
  max-width: 750px;
}
.landing-output__head > p:not(.home-kicker) {
  max-width: 660px;
  color: #52647d;
  line-height: 1.7;
}
.landing-output__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 45px;
}
.landing-output__grid article {
  min-height: 215px;
  padding: 28px;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  background: #f9fcff;
}
.landing-output__grid article:nth-child(2) {
  background: #f4fbff;
}
.landing-output__grid article:nth-child(3) {
  background: #f3fbf9;
}
.landing-output__grid article > span {
  color: #0b3d91;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.landing-output__grid h3 {
  margin: 26px 0 9px;
  font-size: 1.35rem;
}
.landing-output__grid p {
  color: #52647d;
  font-size: 0.94rem;
  line-height: 1.65;
}
@media (max-width: 959px) {
  .landing-sequence__grid,
  .landing-focus__grid {
    grid-template-columns: 1fr;
  }
  .landing-sequence__intro {
    position: static;
  }
  .landing-hero__visual {
    grid-template-columns: 30% 9% 61%;
  }
  .landing-focus__visual {
    width: min(100%, 680px);
  }
  .landing-output__grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
  .landing-output__grid article {
    min-height: 0;
  }
}
@media (max-width: 639px) {
  .landing-hero__inner {
    padding-top: calc(64px + var(--service-header-overlap));
    padding-bottom: 64px;
  }
  .landing-hero h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.5rem);
  }
  .landing-hero__inner > p:not(.home-kicker) {
    font-size: 1rem;
  }
  .landing-hero__visual {
    grid-template-columns: 33% 10% 57%;
    min-height: 240px;
    margin-top: 46px;
    padding: 12px;
    border-radius: var(--radius-md);
  }
  .landing-hero__ad {
    height: 155px;
    padding: 12px;
    border-radius: var(--radius-xs);
  }
  .landing-hero__ad span {
    font-size: 0.38rem;
  }
  .landing-hero__ad i,
  .landing-hero__ad b {
    height: 8px;
  }
  .landing-hero__ad i {
    margin-top: 20px;
  }
  .landing-hero__ad em {
    height: 18px;
  }
  .landing-hero__path {
    font-size: 1.4rem;
  }
  .landing-hero__page {
    height: 205px;
    border-width: 3px;
    border-radius: var(--radius-xs);
  }
  .landing-hero__bar {
    height: 21px;
    padding: 0 7px;
  }
  .landing-hero__bar i {
    width: 4px;
    height: 4px;
  }
  .landing-hero__page-body {
    height: calc(100% - 21px);
    padding: 7px;
    gap: 5px;
  }
  .landing-hero__page-body > div:first-child {
    padding: 7px;
  }
  .landing-hero__page-body > div:first-child span,
  .landing-hero__page-body > div:last-child span {
    font-size: 0.38rem;
  }
  .landing-hero__page-body > div:first-child b {
    height: 8px;
    margin-top: 18px;
  }
  .landing-hero__page-body > div:first-child b + b {
    margin-top: 5px;
  }
  .landing-hero__page-body > div:first-child i {
    height: 4px;
    margin-top: 12px;
  }
  .landing-hero__page-body > div:first-child em {
    height: 16px;
  }
  .landing-hero__page-body > div:last-child {
    gap: 5px;
    padding: 5px;
  }
  .landing-hero__page-body > div:last-child i {
    height: 18px;
  }
  .landing-hero__page-body > div:last-child strong {
    height: 18px;
  }
  .landing-sequence__grid,
  .landing-focus__grid {
    gap: 36px;
  }
  .landing-sequence__list li {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }
  .landing-sequence__list li > span {
    width: 40px;
    height: 40px;
  }
  .landing-sequence__list h3 {
    font-size: 1.18rem;
  }
  .landing-focus__visual {
    min-height: 315px;
    border-radius: var(--radius-md);
  }
  .landing-focus__note {
    font-size: 0.51rem;
  }
  .landing-output__grid {
    margin-top: 30px;
  }
}
@media (max-width: 359px) {
  .landing-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .landing-hero__actions a {
    width: 100%;
    justify-content: center;
  }
}
