/* Static deployment repair for the original CloudPN full-screen layout. */
*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; font-size: 10px !important; }
body { min-height: 100%; margin: 0; overflow-x: hidden; overflow-y: auto !important; }
img { max-width: 100%; height: auto; }
.hero { position: relative; inset: auto; width: 100%; min-height: 100vh; height: auto; overflow: hidden; }
.hero .front-content { position: relative; inset: auto; width: 100%; min-height: 100vh; height: auto; z-index: 2; }
.hero .front-content > .container-fluid {
  display: grid;
  grid-template-columns: minmax(250px, .85fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
  width: min(calc(100% - 48px), 1120px);
  max-width: 1120px;
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 72px 0 118px;
}
.hero .front-content > .container-fluid::before,
.hero .front-content > .container-fluid::after { display: none; }
.hero .full-height { float: none; width: auto; min-width: 0; height: auto; padding: 0; }
.hero .front-content .container-mid { position: static; inset: auto; width: 100%; transform: none; }
.hero .animation-container { opacity: 1 !important; visibility: visible !important; transform: none !important; }
.hero .front-content .phone-slider {
  display: block !important;
  width: min(100%, 320px);
  margin: 0 auto;
  overflow: hidden;
  border: 22px solid #fff;
  border-block-width: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 10px 14px 35px rgba(0,0,0,.28);
}
.hero .front-content .phone-slider > img { display: none; width: 100%; }
.hero .front-content .phone-slider > img:first-child { display: block; }
.hero .front-content .container-mid img.logo { display: block; width: min(100%, 430px); margin: 0 0 30px; }
.hero .front-content .container-mid p.subline {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.9;
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}
.hero .front-content .download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  margin: 14px 14px 0 0;
  padding: 0 28px;
  font-size: 17px;
  line-height: 1.35;
  white-space: normal;
}
.hero .front-content .footer { position: relative; inset: auto; width: 100%; z-index: 3; }
.hero .front-content .footer .container-fluid { width: min(calc(100% - 40px), 1120px); max-width: 1120px; margin: 0 auto; }
.hero .front-content .footer p { padding: 22px 0; font-size: 13px; line-height: 1.55; }
.hero .background-content, .hero .background-content .background-content-inner { position: fixed; }

@media (max-width: 760px) {
  html { font-size: 9px !important; }
  .hero .front-content > .container-fluid {
    grid-template-columns: 1fr;
    gap: 48px;
    width: min(calc(100% - 32px), 540px);
    min-height: 0;
    padding: 70px 0 84px;
  }
  .hero .full-height { height: auto; padding: 0; }
  .hero .front-content .phone-slider { width: min(76vw, 300px); }
  .hero .front-content .container-mid { text-align: left; }
  .hero .front-content .container-mid img.logo { width: min(88%, 400px); margin-inline: auto; }
  .hero .front-content .container-mid p.subline { font-size: 16px; line-height: 1.82; text-align: left; }
  .hero .front-content .download-button { width: 100%; margin-right: 0; }
  .hero .front-content .footer .col-xs-6 { float: none; width: 100%; text-align: center; }
  .hero .front-content .footer p { padding: 18px 0; }
}
