.download-hero {
  position: relative;
  min-height: 830px;
  padding: 150px 0 90px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 38%, rgba(82, 118, 255, 0.75), transparent 31%),
    var(--indigo-deep);
}

.download-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, black);
}

.download-thread {
  position: absolute;
  right: -100px;
  bottom: -190px;
  width: 620px;
  height: 620px;
  border: 42px dashed rgba(255, 189, 159, 0.11);
  border-radius: 46%;
  transform: rotate(12deg);
}

.download-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 70px;
}

.download-hero-copy h1 {
  margin-bottom: 28px;
  font-size: clamp(68px, 7.2vw, 105px);
}

.download-hero-copy > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.download-hero-actions {
  margin: 35px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 185px;
  min-height: 62px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  background: #10131d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(2, 6, 28, 0.28);
}

.store-button svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.store-button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.store-button small {
  display: block;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-button-light {
  color: var(--ink);
  background: var(--white);
}

.download-security-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px !important;
}

.download-security-note span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.download-device-stage {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.download-device-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--orange);
  border-radius: 50%;
  filter: saturate(0.95);
}

.download-phone {
  position: relative;
  z-index: 2;
  width: 310px;
  min-height: 565px;
  padding: 20px 22px 26px;
  color: var(--ink);
  background: var(--white);
  border: 9px solid #10131d;
  border-radius: 48px;
  box-shadow: 0 50px 90px rgba(5, 11, 45, 0.45);
  transform: rotate(5deg);
}

.download-phone-bar {
  display: flex;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
}

.download-phone-bar i {
  width: 76px;
  height: 19px;
  background: #10131d;
  border-radius: 999px;
}

.download-app-brand {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--indigo);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
}

.download-app-brand svg {
  width: 26px;
  height: 26px;
  stroke-width: 3.2;
}

.download-welcome {
  margin: 64px 0 20px;
}

.download-welcome span,
.download-welcome strong {
  display: block;
}

.download-welcome span {
  color: var(--ink-soft);
  font-size: 12px;
}

.download-welcome strong {
  font-family: var(--display);
  font-size: 27px;
  letter-spacing: -0.04em;
}

.download-credit-card {
  padding: 21px;
  color: var(--white);
  background: var(--indigo);
  border-radius: 20px;
  box-shadow: 0 18px 35px rgba(32, 56, 170, 0.22);
}

.download-credit-card small,
.download-credit-card strong,
.download-credit-card span {
  display: block;
}

.download-credit-card small {
  color: rgba(255, 255, 255, 0.6);
}

.download-credit-card strong {
  margin: 4px 0;
  font-family: var(--display);
  font-size: 40px;
  letter-spacing: -2px;
}

.download-credit-card span {
  color: var(--orange-soft);
  font-size: 11px;
}

.download-app-button {
  margin-top: 14px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  background: var(--orange);
  border-radius: 15px;
  font-size: 13px;
  font-weight: 800;
}

.download-mini-nav {
  margin-top: 28px;
  display: flex;
  justify-content: space-around;
}

.download-mini-nav i {
  width: 36px;
  height: 8px;
  background: #e8ebf1;
  border-radius: 999px;
}

.download-mini-nav i:first-child {
  background: var(--indigo);
}

.download-badge {
  position: absolute;
  z-index: 4;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(5, 11, 45, 0.28);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 800;
}

.download-badge-one {
  top: 100px;
  right: 5px;
  transform: rotate(7deg);
}

.download-badge-two {
  bottom: 92px;
  left: 2px;
  color: var(--white);
  background: var(--indigo);
  transform: rotate(-5deg);
}

.download-panel-section {
  background: var(--canvas);
}

.download-panel {
  padding: 72px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 80px;
  background: var(--white);
  border-radius: 36px;
  box-shadow: 0 30px 80px rgba(23, 32, 42, 0.09);
}

.download-panel-copy h2,
.install-grid h2,
.download-final h2 {
  margin-bottom: 24px;
  font-size: clamp(48px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.download-panel-copy > p {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 17px;
}

.download-links {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.qr-card {
  padding: 28px;
  text-align: center;
  background: var(--cream);
  border-radius: 28px;
}

.qr-placeholder {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid #e6dccf;
  border-radius: 18px;
  overflow: hidden;
}

.qr-placeholder img {
  width: 188px;
  height: 188px;
  object-fit: contain;
}

.qr-placeholder img[hidden] {
  display: none;
}

.qr-placeholder.has-qr .qr-art {
  display: none;
}

.qr-art {
  position: relative;
  width: 156px;
  height: 156px;
  background-image:
    linear-gradient(90deg, var(--ink) 8px, transparent 8px),
    linear-gradient(var(--ink) 8px, transparent 8px);
  background-size: 26px 26px;
  opacity: 0.88;
}

.qr-art i {
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--white);
  border: 8px solid var(--ink);
}

.qr-art i:nth-child(1) {
  top: 0;
  left: 0;
}

.qr-art i:nth-child(2) {
  top: 0;
  right: 0;
}

.qr-art i:nth-child(3) {
  bottom: 0;
  left: 0;
}

.qr-art span {
  position: absolute;
  width: 11px;
  height: 11px;
  background: var(--orange);
}

.qr-art span:nth-of-type(1) {
  top: 67px;
  left: 68px;
}

.qr-art span:nth-of-type(2) {
  right: 17px;
  bottom: 42px;
}

.qr-art span:nth-of-type(3) {
  right: 42px;
  bottom: 15px;
}

.qr-art span:nth-of-type(4) {
  right: 16px;
  bottom: 15px;
}

.qr-art span:nth-of-type(5) {
  right: 43px;
  bottom: 42px;
}

.qr-card strong {
  display: block;
  font-family: var(--display);
  font-size: 19px;
}

.qr-card p {
  margin: 5px auto 0;
  max-width: 240px;
  color: var(--ink-soft);
  font-size: 12px;
}

.download-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.download-benefit-grid article {
  min-height: 380px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: var(--canvas);
  border: 1px solid #e9edf3;
  border-radius: 28px;
}

.download-benefit-grid article > span {
  margin-left: auto;
  color: #a7b0bd;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
}

.download-benefit-grid svg {
  width: 58px;
  height: 58px;
  margin: 50px 0 auto;
  color: var(--indigo);
  stroke-width: 1.5;
}

.download-benefit-grid h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.download-benefit-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.install-steps {
  color: var(--white);
  background: var(--indigo);
}

.install-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 100px;
}

.install-grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-grid li {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.install-grid li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.install-grid li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--orange);
  border-radius: 50%;
  font-family: var(--display);
  font-weight: 800;
}

.install-grid strong {
  font-family: var(--display);
  font-size: 18px;
}

.install-grid p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.download-final {
  padding: 90px 0;
  background: var(--cream);
}

.download-final-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.download-final-inner > div > span {
  color: var(--indigo);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-final h2 {
  margin: 10px 0 0;
}

.secondary-light-header {
  color: var(--ink);
}

.secondary-light-header.is-scrolled {
  position: fixed;
}

.back-home-link {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--indigo);
  font-size: 13px;
  font-weight: 700;
}

.account-page {
  background: var(--canvas);
}

.account-main {
  padding-top: 86px;
}

.account-intro {
  padding: 90px 0 70px;
}

.account-intro-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 100px;
}

.account-intro h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(58px, 6vw, 88px);
}

.account-intro > .shell > div > p {
  max-width: 690px;
  color: var(--ink-soft);
  font-size: 18px;
}

.account-notice {
  padding: 24px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  background: var(--cream);
  border: 1px solid #f0dfca;
  border-radius: 22px;
}

.account-notice svg {
  width: 42px;
  height: 42px;
  color: var(--orange);
  stroke-width: 1.6;
}

.account-notice strong {
  font-family: var(--display);
  font-size: 17px;
}

.account-notice p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.account-form-section {
  padding: 30px 0 120px;
}

.account-content-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 90px;
}

.account-process {
  padding-top: 30px;
}

.account-process h2,
.deletion-card h2 {
  margin-bottom: 28px;
  font-size: 38px;
  letter-spacing: -0.045em;
}

.account-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-process li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.account-process li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--indigo);
  background: #e9edff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.account-process strong {
  font-family: var(--display);
}

.account-process li p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.account-retention-note {
  margin-top: 28px;
  padding: 18px;
  color: var(--ink-soft);
  background: var(--white);
  border-radius: 16px;
  font-size: 11px;
}

.deletion-card {
  padding: 46px;
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(23, 32, 42, 0.1);
}

.deletion-card-heading > span {
  color: var(--indigo);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.deletion-card-heading h2 {
  margin: 7px 0 8px;
}

.deletion-card-heading p {
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 13px;
}

.deletion-card form > label:not(.account-checkbox) {
  display: block;
  margin: 19px 0 7px;
  font-size: 12px;
  font-weight: 700;
}

.deletion-card input,
.deletion-card select {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cfd6df;
  border-radius: 13px;
  outline: none;
}

.deletion-card input:focus,
.deletion-card select:focus {
  border-color: var(--indigo);
  box-shadow: 0 0 0 3px rgba(32, 56, 170, 0.1);
}

.account-phone-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid #cfd6df;
  border-radius: 13px;
  overflow: hidden;
}

.account-phone-field:focus-within {
  border-color: var(--indigo);
  box-shadow: 0 0 0 3px rgba(32, 56, 170, 0.1);
}

.account-phone-field span {
  padding: 0 15px;
  color: var(--ink-soft);
  border-right: 1px solid #cfd6df;
}

.account-phone-field input {
  border: 0;
  border-radius: 0;
}

.account-phone-field input:focus {
  box-shadow: none;
}

.account-checkbox {
  margin: 25px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 11px;
}

.account-checkbox input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--indigo);
}

.button-danger {
  background: #c63d3d;
  box-shadow: 0 10px 25px rgba(198, 61, 61, 0.2);
}

.button-danger:hover {
  background: #ae3030;
  box-shadow: 0 15px 30px rgba(198, 61, 61, 0.26);
}

.deletion-success {
  padding: 40px 10px;
  text-align: center;
}

.deletion-success > span {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #229f67;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 800;
}

.deletion-success h2 {
  margin-bottom: 10px;
}

.deletion-success p {
  max-width: 430px;
  margin: 0 auto 26px;
  color: var(--ink-soft);
  font-size: 13px;
}

.compact-footer {
  padding-top: 40px;
}

@media (max-width: 1020px) {
  .download-hero-grid,
  .account-intro-grid,
  .account-content-grid,
  .download-panel,
  .install-grid {
    grid-template-columns: 1fr;
  }

  .download-hero-copy {
    max-width: 760px;
  }

  .download-device-stage {
    max-width: 620px;
    margin-inline: auto;
  }

  .download-panel,
  .account-content-grid {
    gap: 55px;
  }

  .download-benefit-grid {
    grid-template-columns: 1fr;
  }

  .download-benefit-grid article {
    min-height: 300px;
  }

  .account-intro-grid {
    gap: 40px;
  }
}

@media (max-width: 700px) {
  .download-hero {
    padding: 112px 0 70px;
  }

  .download-hero-copy h1 {
    font-size: clamp(58px, 17vw, 78px);
  }

  .download-hero-copy > p {
    font-size: 16px;
  }

  .download-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-button {
    width: 100%;
  }

  .download-device-stage {
    min-height: 530px;
  }

  .download-device-glow {
    width: 340px;
    height: 340px;
  }

  .download-phone {
    width: 270px;
    min-height: 510px;
  }

  .download-badge-one {
    top: 80px;
    right: -2px;
  }

  .download-badge-two {
    bottom: 54px;
    left: -2px;
  }

  .download-panel {
    width: 100%;
    padding: 70px 20px;
    border-radius: 0;
  }

  .download-panel-copy h2,
  .install-grid h2,
  .download-final h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .qr-placeholder {
    width: 210px;
    height: 210px;
  }

  .download-final-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .download-final-inner .button {
    width: 100%;
  }

  .secondary-light-header .header-inner {
    justify-content: space-between;
  }

  .back-home-link {
    font-size: 11px;
  }

  .account-main {
    padding-top: 72px;
  }

  .account-intro {
    padding: 70px 0 45px;
  }

  .account-intro h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .account-form-section {
    padding-bottom: 70px;
  }

  .deletion-card {
    padding: 32px 20px;
  }
}
