:root {
  --black: #070707;
  --soft-black: #111111;
  --white: #f7f6f2;
  --orange: #ff4b12;
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family:
    Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui,
    -apple-system, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.posterHero {
  position: relative;
  min-height: 100svh;
  padding: 34px 4.5vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 82% 54%, rgba(255, 75, 18, 0.14), transparent 24%),
    var(--black);
}

.posterHero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to right, black, transparent 76%);
}

.heroTop,
.heroBottom {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark,
.footerBrand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.wordmark img {
  width: 42px;
}

.wordmark strong {
  font-size: 29px;
  letter-spacing: -1px;
}

.heroTop > span,
.heroBottom small {
  color: #8f8f8c;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.heroCenter {
  position: relative;
  z-index: 3;
  width: min(1080px, 92vw);
  margin: auto 0;
  padding: 8vh 0;
}

.heroCenter > p:first-child,
.sectionTitle p,
.securityCopy > p,
.globalIntro > p,
.servicePoster > p:first-child {
  margin: 0 0 25px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.heroCenter h1 {
  margin: 0;
  font-size: clamp(52px, 8.2vw, 132px);
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.heroCenter h1 em,
.securityCopy h2 em {
  color: var(--orange);
  font-style: normal;
}

.heroLine {
  width: 92px;
  height: 5px;
  margin: 42px 0 30px;
  background: var(--orange);
}

.heroIntro {
  margin: 0;
  color: #aaa9a5;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.85;
}

.heroActions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.heroContactPrimary {
  padding: 17px 22px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: var(--orange);
  color: var(--black);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 45px rgba(255, 75, 18, 0.22);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.heroContactPrimary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(255, 75, 18, 0.34);
}

.heroActions > small {
  color: #777;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.heroBottom a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.heroBottom a span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.heroOrb {
  position: absolute;
  z-index: 1;
  right: -4vw;
  top: 50%;
  width: clamp(260px, 34vw, 590px);
  aspect-ratio: 1;
  transform: translateY(-43%);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 75, 18, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px rgba(255, 75, 18, 0.025),
    0 0 0 100px rgba(255, 75, 18, 0.018);
}

.heroOrb img {
  width: 42%;
  filter: drop-shadow(0 35px 55px rgba(255, 75, 18, 0.26));
}

.heroCode {
  position: absolute;
  right: 4.5vw;
  bottom: 15%;
  color: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  letter-spacing: 0.28em;
  writing-mode: vertical-rl;
}

.statement {
  min-height: 84vh;
  padding: 9vw 6vw;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: var(--orange);
  color: var(--black);
}

.statementTag {
  padding-top: 13px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.statementBody span {
  display: block;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
}

.statementBody h2 {
  margin: 0;
  font-size: clamp(43px, 6vw, 92px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.statementBody p {
  max-width: 720px;
  margin: 62px 0 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.9;
}

.strengths {
  padding: 9vw 6vw 11vw;
  background: var(--white);
  color: var(--black);
}

.sectionTitle {
  margin-bottom: 70px;
}

.sectionTitle h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 88px);
  letter-spacing: -0.06em;
}

.strengthList {
  border-top: 1px solid #bbb9b2;
}

.strengthList article {
  min-height: 152px;
  display: grid;
  grid-template-columns: 90px minmax(250px, 1fr) minmax(260px, 0.9fr) 50px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #bbb9b2;
  transition: padding 180ms ease;
}

.strengthList article:hover {
  padding-inline: 20px;
}

.strengthList span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.strengthList h3 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 39px);
  letter-spacing: -0.035em;
}

.strengthList p {
  margin: 0;
  color: #62615d;
  font-size: 15px;
  line-height: 1.75;
}

.strengthList i {
  font-size: 27px;
  font-style: normal;
}

.securityPoster {
  position: relative;
  min-height: 1050px;
  overflow: hidden;
}

.securityBackdrop,
.securityShade {
  position: absolute;
  inset: 0;
}

.securityBackdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.securityShade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.35)),
    linear-gradient(0deg, #070707 0%, transparent 35%);
}

.securityCopy {
  position: relative;
  z-index: 2;
  padding: 10vw 6vw 8vw;
}

.securityCopy h2 {
  max-width: 1050px;
  margin: 0 0 90px;
  font-size: clamp(45px, 5.4vw, 84px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.safeguardGrid {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.safeguardGrid article {
  min-height: 260px;
  padding: 30px 28px 20px 0;
  border-bottom: 1px solid var(--line);
}

.safeguardGrid article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.safeguardGrid span {
  color: var(--orange);
  font-size: 12px;
}

.safeguardGrid h3 {
  margin: 56px 0 18px;
  font-size: 24px;
}

.safeguardGrid p {
  margin: 0;
  color: #aaa9a5;
  font-size: 14px;
  line-height: 1.8;
}

.securityCopy > small {
  display: block;
  margin-top: 30px;
  color: #777;
}

.global {
  padding: 10vw 6vw;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8vw;
  background: var(--white);
  color: var(--black);
}

.globalIntro h2 {
  margin: 0;
  font-size: clamp(56px, 7vw, 106px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.globalText > p {
  margin: 0 0 68px;
  font-size: clamp(18px, 1.7vw, 27px);
  line-height: 1.75;
}

.globalText div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #c0beb8;
}

.globalText span {
  padding: 23px 0;
  border-bottom: 1px solid #c0beb8;
  font-weight: 700;
}

.globalText span:nth-child(even) {
  padding-left: 26px;
  border-left: 1px solid #c0beb8;
}

.servicePoster {
  min-height: 86vh;
  padding: 10vw 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--orange);
  color: var(--black);
}

.servicePoster h2 {
  margin: 0;
  font-size: clamp(58px, 8vw, 126px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.serviceText {
  margin: 52px 0 42px;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.8;
}

.servicePoster > a {
  width: max-content;
  padding-bottom: 8px;
  display: flex;
  gap: 20px;
  border-bottom: 2px solid var(--black);
  font-weight: 800;
}

.contactWidget {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  width: min(340px, calc(100vw - 32px));
  color: var(--white);
  filter: drop-shadow(0 18px 45px rgba(0, 0, 0, 0.48));
}

.contactWidget summary {
  min-height: 72px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.13);
  cursor: pointer;
  list-style: none;
}

.contactWidget summary::-webkit-details-marker {
  display: none;
}

.widgetAvatar {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  background: var(--orange);
  border-radius: 50%;
}

.widgetAvatar img {
  width: 27px;
  filter: brightness(0);
}

.widgetSummaryText {
  display: grid;
  gap: 3px;
  flex: 1;
}

.widgetSummaryText strong {
  font-size: 14px;
}

.widgetSummaryText small {
  color: #777;
  font-size: 10px;
}

.contactWidget summary i {
  color: #777;
  font-size: 18px;
  font-style: normal;
}

.contactWidget:not([open]) {
  width: 202px;
}

.contactWidget:not([open]) summary i {
  transform: rotate(45deg);
}

.widgetPanel {
  padding: 25px 22px 20px;
  background: var(--orange);
  color: var(--black);
}

.widgetPanel > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.widgetPanel h2 {
  margin: 20px 0 9px;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.widgetPanel p {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.7;
}

.widgetPanel a {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.widgetPanel a b {
  color: var(--orange);
}

.widgetPanel > small {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

footer {
  padding: 55px 6vw;
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  align-items: center;
  gap: 5vw;
  background: var(--black);
}

.footerBrand img {
  width: 32px;
}

.footerBrand strong {
  font-size: 23px;
}

footer p {
  max-width: 750px;
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 1.7;
}

footer small {
  color: #555;
  font-size: 10px;
  letter-spacing: 0.16em;
}

@media (max-width: 800px) {
  .posterHero {
    min-height: 92svh;
    padding: 25px 22px;
  }

  .heroTop > span,
  .heroBottom small,
  .heroCode {
    display: none;
  }

  .heroCenter {
    width: 100%;
    max-width: 100%;
    padding-top: 16vh;
  }

  .heroCenter h1 {
    font-size: clamp(42px, 11.7vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.06em;
  }

  .heroIntro br,
  .serviceText br {
    display: none;
  }

  .heroIntro {
    max-width: 100%;
    padding-right: 8px;
    font-size: 15px;
    line-height: 1.75;
  }

  .heroActions {
    margin-top: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .heroContactPrimary {
    width: 100%;
    justify-content: space-between;
  }

  .heroOrb {
    top: 64%;
    right: -220px;
    width: 340px;
    opacity: 0.24;
  }

  .statement {
    min-height: auto;
    padding: 90px 24px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .statementBody h2 {
    font-size: 44px;
  }

  .statementBody p {
    margin-top: 42px;
  }

  .strengths {
    padding: 90px 24px;
  }

  .sectionTitle {
    margin-bottom: 45px;
  }

  .strengthList article {
    min-height: 190px;
    grid-template-columns: 42px 1fr 26px;
    gap: 12px;
    padding: 24px 0;
  }

  .strengthList article:hover {
    padding-inline: 0;
  }

  .strengthList p {
    grid-column: 2 / 4;
  }

  .securityPoster {
    min-height: auto;
  }

  .securityCopy {
    padding: 100px 24px 80px;
  }

  .securityCopy h2 {
    margin-bottom: 60px;
    font-size: 45px;
  }

  .safeguardGrid {
    grid-template-columns: 1fr;
  }

  .safeguardGrid article {
    min-height: auto;
    padding: 26px 0 30px;
  }

  .safeguardGrid article + article {
    padding-left: 0;
    border-left: 0;
  }

  .safeguardGrid h3 {
    margin: 18px 0 10px;
  }

  .global {
    padding: 100px 24px;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .globalIntro h2 {
    font-size: 64px;
  }

  .globalText div {
    grid-template-columns: 1fr;
  }

  .globalText span:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .servicePoster {
    min-height: 80vh;
    padding: 100px 24px;
  }

  .servicePoster h2 {
    font-size: 48px;
    line-height: 1.02;
  }

  .contactWidget {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .contactWidget:not([open]) {
    width: 190px;
  }

  footer {
    padding: 44px 24px;
    grid-template-columns: 1fr;
  }
}
