:root {
  --sky-blue: #2464d4;
  --deep-blue: #103182;
  --sun-gold: #ffc640;
}

.story,
.product,
.ecosystem,
.security,
.download,
.faq {
  display: none !important;
}

body {
  background: #eff6ff;
  color: #102867;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 104px), 1460px);
  height: 92px;
  padding: 0;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  box-shadow: none;
  z-index: 20;
}

.brand {
  gap: 10px;
  color: #fff;
}

.brand img {
  display: none;
}

.brand-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-word strong {
  color: #fff;
  font-size: 52px;
  font-family: "Arial Rounded MT Bold", "Arial Black", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 0.85px currentColor;
  transform: scaleX(1.03);
  transform-origin: left center;
}

.brand-word i,
.footer-message i {
  color: var(--sun-gold);
  font-style: normal;
}

.brand-word strong i,
.footer-message strong i,
.phone-title strong i {
  margin-left: 0.055em;
}

.brand-word small {
  margin-top: 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.nav {
  gap: clamp(26px, 3vw, 54px);
}

.language {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.nav a {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.88;
}

.nav a:first-child {
  position: relative;
  opacity: 1;
}

.nav a:first-child::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

.header-cta {
  min-width: 126px;
  min-height: 46px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  color: #162866;
  box-shadow: 0 10px 32px #17398a24;
  font-weight: 800;
}

.hero {
  height: 724px;
  min-height: 724px;
  box-sizing: border-box;
  padding: 112px max(52px, calc((100vw - 1460px) / 2)) 65px;
  display: block;
  color: #fff;
  background-image:
    linear-gradient(
      90deg,
      rgba(26, 83, 190, 0.38) 0%,
      rgba(31, 96, 207, 0.08) 47%,
      transparent 65%
    ),
    url("assets/hero-background-v5.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  isolation: isolate;
}

.hero::before,
.hero::after,
.hero .aurora,
.hero-visual,
.scroll-cue {
  display: none !important;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 410px;
  padding-top: 0;
}

.phone-screen-copy {
  position: absolute;
  z-index: 3;
  top: 72px;
  left: calc(50% + 78px);
  width: 312px;
  height: 570px;
  box-sizing: border-box;
  padding: 32px 17px 15px;
  overflow: hidden;
  border: 6px solid #0a0a11;
  border-radius: 50px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  color: #17225e;
  box-shadow:
    inset 0 0 0 1px rgba(40, 49, 92, 0.08),
    -3px 7px 0 #363542,
    -12px 24px 36px rgba(12, 26, 69, 0.28);
  transform: rotate(1deg);
  transform-origin: center bottom;
}

.phone-screen-copy::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 50%;
  width: 82px;
  height: 22px;
  border-radius: 16px;
  background: #050509;
  transform: translateX(-50%);
  box-shadow: inset -8px 0 10px rgba(43, 57, 90, 0.55);
}

.phone-status,
.phone-title,
.phone-tabs,
.phone-screen-copy li,
.phone-nav {
  display: flex;
  align-items: center;
}

.phone-status {
  justify-content: space-between;
  padding: 0 8px 8px;
  font-size: 10px;
}
.phone-title {
  justify-content: space-between;
  padding: 1px 8px 9px;
  font-size: 18px;
}
.phone-title strong {
  font-size: 25px;
  font-family: "Arial Rounded MT Bold", "Arial Black", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.025em;
  -webkit-text-stroke: 0.35px currentColor;
}
.phone-title i {
  color: #ffbc24;
  font-style: normal;
}
.phone-title > span {
  font-size: 21px;
}
.phone-tabs {
  justify-content: space-around;
  height: 35px;
  border-radius: 10px;
  background: #f5f7ff;
  color: #7981b2;
  font-size: 11px;
}
.phone-tabs b {
  color: #1f35ad;
}
.phone-screen-copy ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}
.phone-screen-copy li {
  position: relative;
  min-height: 53px;
  gap: 8px;
  border-bottom: 1px solid #e9ecf7;
}
.ui-avatar {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  object-fit: cover;
  box-shadow: 0 3px 9px rgba(62, 70, 128, 0.18);
}
.a1 {
  background: linear-gradient(135deg, #293bb4, #df63b0);
}
.a2 {
  background: linear-gradient(135deg, #e9a336, #7841d0);
}
.a3 {
  background: linear-gradient(135deg, #ffb82f, #ff6387);
}
.a4 {
  background: linear-gradient(135deg, #1479c9, #45c7b7);
}
.a5 {
  background: linear-gradient(135deg, #6d54dc, #fb7fa9);
}
.phone-screen-copy li p {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.phone-screen-copy li p b {
  font-size: 12px;
  white-space: nowrap;
}
.phone-screen-copy li p small {
  margin-top: 4px;
  color: #7983b7;
  font-size: 10px;
  white-space: nowrap;
}
.phone-screen-copy time {
  margin-left: auto;
  align-self: flex-start;
  padding-top: 7px;
  color: #9299bf;
  font-size: 9px;
}
.phone-screen-copy em {
  position: absolute;
  right: 1px;
  top: 28px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f32648;
  color: #fff;
  font-size: 9px;
  font-style: normal;
}
.phone-nav {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 9px;
  justify-content: space-around;
  color: #9199c7;
  font-size: 16px;
}
.phone-nav > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.phone-nav small {
  font-size: 8px;
  font-weight: 600;
}
.phone-nav b {
  color: #1468ee;
}

.hand-note {
  font-family: "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 28px !important;
  line-height: 1.06;
  letter-spacing: 0 !important;
  transform: rotate(-5deg);
  transform-origin: left center;
}

.world-note {
  position: absolute;
  top: 10px;
  left: min(38vw, 510px);
  width: 160px;
  color: rgba(255, 255, 255, 0.95) !important;
  font-family: "KaiTi", "STKaiti", serif;
  font-size: 25px !important;
  line-height: 1.15;
  letter-spacing: 0.08em !important;
  transform: rotate(-8deg);
}

.heart-doodle {
  position: absolute;
  top: -24px;
  left: min(31vw, 410px);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Bradley Hand", cursive;
  font-size: 72px;
  font-weight: 300;
  transform: rotate(-12deg);
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: 54px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 32px rgba(10, 47, 125, 0.18);
}

.hero h1 span {
  color: #fff;
}

.hero-copy > p {
  margin: 22px 0 29px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: 0.08em;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 0 0 20px;
}

.hero .button {
  min-width: 190px;
  min-height: 66px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #14296a;
  box-shadow: 0 16px 38px rgba(23, 68, 156, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-weight: 800;
}

.hero .button svg {
  width: 23px;
  height: 23px;
  stroke-width: 2;
}

.hero .button-ghost {
  color: #1f2d72;
}

.install-panel {
  width: 330px;
  padding: 12px;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.72);
  color: #193373;
  box-shadow: 0 16px 44px rgba(25, 73, 165, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.install-panel img {
  width: 92px;
  height: 92px;
  border-radius: 8px;
}

.install-panel p b {
  font-size: 15px;
}

.install-panel p span {
  margin-top: 7px;
  color: #526895;
  font-size: 12px;
  line-height: 1.55;
}

.feature-rail {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 58px), 1460px);
  height: 152px;
  box-sizing: border-box;
  margin: -76px auto 0;
  padding: 17px 0;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  background: rgba(244, 249, 255, 0.82);
  box-shadow: 0 22px 60px rgba(59, 108, 181, 0.13);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.feature-rail article {
  min-height: 122px;
  padding: 12px 16px;
  border-right: 1px solid rgba(50, 87, 155, 0.1);
}

.feature-rail article > span {
  width: 47px;
  height: 47px;
  margin-bottom: 9px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #dcebff);
  box-shadow: 0 9px 20px rgba(74, 111, 202, 0.13);
  color: #3579ec;
}

.feature-rail article:nth-child(2) > span {
  color: #7654f4;
}
.feature-rail article:nth-child(3) > span {
  color: #23b7da;
}
.feature-rail article:nth-child(4) > span {
  color: #398fe5;
}
.feature-rail article:nth-child(5) > span {
  color: #ab55dc;
}
.feature-rail article:nth-child(6) > span {
  color: #2d9fe6;
}

.feature-rail b {
  color: #17306f;
  font-size: 16px;
}

.feature-rail small {
  margin-top: 5px;
  color: #576d9a;
  font-size: 12px;
}

.install-guides.section {
  padding: 28px max(30px, calc((100vw - 1460px) / 2)) 34px;
  background: linear-gradient(180deg, #f3f8ff, #fff);
}

.install-heading {
  display: none;
}

.install-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.install-cards .install-card {
  height: 226px;
  min-height: 0;
  box-sizing: border-box;
  padding: 25px 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 18px 52px rgba(42, 77, 143, 0.12);
}

.install-card-blue {
  background: linear-gradient(120deg, #dcecff, #f4f9ff);
}

.install-card-gold {
  background: linear-gradient(120deg, #fff4d6, #fffaf0);
}

.install-card h3 {
  color: #102867;
  font-size: 27px;
}

.install-card p {
  color: #60729c;
  font-size: 15px;
}

.install-card > img {
  width: 51%;
  height: auto;
  right: -7%;
  bottom: -17%;
  object-fit: contain;
  transform: rotate(-3deg);
}

.install-card a {
  border-radius: 13px;
  background: #2d73ee;
  color: #fff;
}

.install-card-gold a {
  background: #ffbd2f;
  color: #342307;
}

.home-preview {
  right: -3%;
  bottom: -8%;
  width: 285px;
  min-height: 178px;
  border-radius: 24px;
  transform: rotate(-5deg);
  box-shadow: 0 24px 54px rgba(45, 68, 119, 0.2);
}

.share-options {
  width: calc(100% + 28px);
  margin: 9px -14px -15px;
  border-top: 1px solid #e4e6ee;
  background: rgba(248, 249, 252, 0.96);
}

.share-options b {
  display: block;
  padding: 7px 14px;
  border-bottom: 1px solid #e4e6ee;
  color: #27304b;
  font-size: 9px;
  text-align: left;
}

.site-footer {
  height: 194px;
  min-height: 194px;
  padding: 40px max(32px, calc((100vw - 1460px) / 2)) 20px;
  background-position: center 44%;
  color: #fff;
  display: block;
}

.site-footer::before {
  background: linear-gradient(
    180deg,
    rgba(21, 68, 135, 0.08),
    rgba(16, 45, 105, 0.36)
  );
}

.footer-message strong,
.footer-brand .brand-word strong {
  font-size: 48px;
  color: #fff;
  font-family: "Arial Rounded MT Bold", "Arial Black", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 0.75px currentColor;
}

.site-footer .footer-message {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 50%;
  width: max-content;
  text-align: center;
  transform: translate(-50%, -50%);
}

.site-footer .footer-brand {
  display: none;
}

.site-footer nav {
  position: absolute;
  z-index: 2;
  right: max(32px, calc((100vw - 1460px) / 2));
  bottom: 20px;
}

.site-footer > p {
  position: absolute;
  z-index: 2;
  left: max(32px, calc((100vw - 1460px) / 2));
  bottom: 22px;
  margin: 0;
}

.site-footer nav a,
.site-footer > p {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 12px rgba(12, 40, 92, 0.35);
}

.social-links {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: max(32px, calc((100vw - 1460px) / 2));
  display: flex;
  gap: 7px;
}

.social-links span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 9px;
  background: rgba(16, 43, 98, 0.56);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 7px 16px rgba(17, 41, 89, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.footer-message span {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1050px) {
  .site-header {
    width: calc(100% - 48px);
  }
  .hero {
    min-height: 720px;
    padding-inline: 30px;
    background-position: 56% center;
  }
  .hero-copy {
    width: 48vw;
  }
  .hero h1 {
    font-size: 52px;
  }
  .language,
  .world-note,
  .heart-doodle,
  .phone-screen-copy {
    display: none;
  }
  .hero .button {
    min-width: 170px;
    padding-inline: 18px;
  }
  .feature-rail {
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -42px;
  }
  .feature-rail article:nth-child(3n) {
    border-right: 0;
  }
  .feature-rail article:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(50, 87, 155, 0.1);
  }
  .feature-rail article {
    min-height: 105px;
    padding: 10px 12px;
  }
  .install-card {
    min-height: 260px;
    padding: 30px;
  }
  .install-card > img {
    width: 58%;
  }
}

@media (max-width: 900px) {
  .social-links {
    display: none;
  }
  .install-cards {
    grid-template-columns: 1fr;
  }
  .install-cards .install-card {
    height: 260px;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 32px);
    height: 74px;
  }
  .brand img {
    display: none;
  }
  .brand-word strong {
    font-size: 35px;
  }
  .brand-word small {
    margin-top: 4px;
    font-size: 5.7px;
  }
  .header-cta {
    display: none;
  }
  .menu {
    width: 44px;
    height: 44px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .menu span {
    background: #fff;
  }
  .nav {
    top: 66px;
    right: 0;
    background: rgba(25, 73, 166, 0.94);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .hero {
    min-height: 900px;
    padding: 94px 20px 420px;
    text-align: center;
    background-image:
      linear-gradient(
        180deg,
        rgba(25, 91, 202, 0.18) 0%,
        rgba(31, 101, 216, 0.12) 43%,
        rgba(13, 65, 157, 0.08) 100%
      ),
      url("assets/hero-background-v5.webp");
    background-size:
      auto 52%,
      auto 52%;
    background-position:
      center bottom,
      68% bottom;
    background-color: #337ee3;
  }
  .hero-copy {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .hero h1 {
    font-size: clamp(39px, 11vw, 54px);
  }
  .hero-copy > p {
    margin: 14px 0 20px;
    font-size: 17px;
  }
  .hero-copy .hand-note {
    display: none;
  }
  .phone-screen-copy {
    display: block;
    top: auto;
    right: -18px;
    bottom: 45px;
    left: auto;
    transform: scale(0.66) rotate(1deg);
    transform-origin: right bottom;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero .button {
    min-width: 0;
    min-height: 56px;
    padding: 0 17px;
    font-size: 14px;
  }
  .install-panel {
    width: min(100%, 335px);
    margin: 0 auto;
    text-align: left;
  }
  .feature-rail {
    width: calc(100% - 28px);
    margin-top: -30px;
    border-radius: 20px;
  }
  .feature-rail article {
    min-height: 112px;
    padding: 10px 6px;
  }
  .feature-rail article > span {
    width: 43px;
    height: 43px;
  }
  .feature-rail b {
    font-size: 14px;
  }
  .feature-rail small {
    font-size: 10px;
  }
  .install-guides {
    padding: 30px 14px 34px;
  }
  .install-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .install-card {
    display: block;
    position: relative;
    min-height: 245px;
    padding: 28px 24px;
  }
  .install-card > div:first-child {
    position: relative;
    z-index: 2;
    width: 58%;
  }
  .install-card h3 {
    max-width: none;
    font-size: 24px;
  }
  .install-card p {
    max-width: none;
  }
  .install-card > img {
    position: absolute !important;
    z-index: 1;
    right: -5px !important;
    bottom: 12px !important;
    width: 46% !important;
    max-height: 170px;
    object-fit: contain;
  }
  .home-preview {
    display: flex !important;
    z-index: 1;
    width: 145px;
    min-height: 160px;
    right: -3%;
    bottom: 18px;
  }
  .site-footer {
    min-height: 315px;
    padding-top: 46px;
    text-align: center;
  }
  .site-footer .footer-message,
  .site-footer > p {
    left: 50%;
  }
  .site-footer .footer-message {
    top: 43%;
  }
  .site-footer .footer-brand,
  .site-footer nav {
    display: none;
  }
  .site-footer > p {
    bottom: 25px;
    transform: translateX(-50%);
  }
}

@media (max-width: 390px) {
  .hero {
    min-height: 860px;
    padding-inline: 15px;
    padding-bottom: 390px;
    background-size: auto 48%;
    background-position: 70% bottom;
  }
  .hero h1 {
    font-size: 38px;
  }
  .phone-screen-copy {
    right: 5px;
    bottom: 42px;
    transform: scale(0.48) rotate(1deg);
  }
  .hero-actions {
    gap: 8px;
  }
  .hero .button {
    padding-inline: 12px;
    font-size: 12px;
  }
  .install-panel {
    width: 100%;
  }
  .feature-rail b {
    font-size: 13px;
  }
  .install-card {
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .button,
  .install-card,
  .feature-rail article {
    transition: none !important;
  }
}
