:root {
  --premium-ink: #252f40;
  --premium-ink-soft: #344767;
  --premium-violet: #7928ca;
  --premium-pink: #ff0080;
  --premium-blue: #635bff;
  --premium-mint: #17c1e8;
  --premium-line: rgb(103 116 142 / 14%);
  --premium-shadow: 0 24px 58px rgb(50 50 93 / 16%), 0 8px 24px rgb(0 0 0 / 7%);
}

.landing-page.premium-home {
  overflow: hidden;
  color: var(--premium-ink);
  background: #fff;
  font-family: "Open Sans", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.premium-home .landing-header {
  top: 14px;
  width: min(1320px, calc(100% - 40px));
  margin: 14px auto 0;
  color: #67748e;
  background: rgb(255 255 255 / 88%);
  border-color: rgb(255 255 255 / 72%);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgb(50 50 93 / 14%), 0 3px 8px rgb(0 0 0 / 5%);
  backdrop-filter: blur(22px) saturate(180%);
}

.premium-home .landing-header-inner {
  max-width: none;
  height: 64px;
  padding-inline: 28px;
}

.premium-home .landing-logo-mark {
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  border: 1px solid rgb(255 255 255 / 45%);
  box-shadow: 0 10px 24px rgb(121 40 202 / 28%);
}

.premium-home .landing-wordmark,
.premium-home .footer-logo strong {
  color: var(--premium-ink);
}

.premium-home .landing-wordmark > span,
.premium-home .footer-logo strong > span {
  color: var(--premium-violet);
}

.premium-home .landing-wordmark small {
  color: var(--premium-violet);
  background: #f3eaff;
  border-color: #ead8ff;
}

.premium-home .landing-tagline {
  color: #98a2b3;
}

.premium-home .landing-nav button,
.premium-home .landing-nav a {
  color: #67748e;
}

.premium-home .landing-nav button:hover,
.premium-home .landing-nav a:hover,
.premium-home .landing-nav .active {
  color: var(--premium-violet);
  background: rgb(121 40 202 / 7%);
}

.premium-home .landing-primary-small {
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink))!important;
  border: 1px solid rgb(255 255 255 / 22%)!important;
  box-shadow: 0 12px 28px rgb(121 40 202 / 25%)!important;
}

.premium-home .landing-menu-button {
  color: #344767!important;
}

.premium-home .landing-menu-button:hover {
  background: rgb(121 40 202 / 7%)!important;
}

.premium-home .landing-mobile-nav {
  background: rgb(255 255 255 / 96%);
  border-color: #f1eafb;
  box-shadow: 0 24px 48px rgb(50 50 93 / 15%);
}

.premium-home .landing-mobile-nav button,
.premium-home .landing-mobile-nav a {
  color: #344767;
}

.premium-home .landing-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  grid-template-areas: "offer upload";
  width: 100%;
  max-width: none;
  min-height: min(860px, calc(100vh - 78px));
  padding: 78px max(24px, calc((100% - 1240px) / 2)) 70px;
  gap: 18px 72px;
  align-items: center;
  color: var(--premium-ink);
  text-align: left;
  background:
    radial-gradient(circle at 5% 8%, rgb(255 0 128 / 7%), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fff 74%, #fbf9fe 100%);
}

.premium-home .landing-hero > .privacy-pill,
.premium-home .landing-hero > h1,
.premium-home .landing-hero > .landing-hero-copy {
  display: none;
}

.premium-home .hero-offer {
  position: relative;
  grid-area: offer;
  width: 100%;
  max-width: 620px;
  padding: 32px 28px 30px 30px;
  align-self: center;
}

.premium-home .hero-offer-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 13px;
  align-items: center;
  gap: 7px;
  color: var(--premium-violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  line-height: 1;
  text-transform: uppercase;
  background: rgb(255 255 255 / 78%);
  border: 1px solid rgb(121 40 202 / 16%);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(121 40 202 / 8%), inset 0 1px #fff;
  backdrop-filter: blur(14px);
}

.premium-home .hero-offer-badge > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(34 197 94 / 12%);
}

.premium-home .hero-offer h1 {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--premium-ink);
  font-size: clamp(2.85rem, 4.9vw, 5rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}

.premium-home .hero-offer h1 span {
  display: block;
  width: fit-content;
  color: transparent;
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  background-clip: text;
  -webkit-background-clip: text;
}

.premium-home .hero-offer-copy {
  max-width: 570px;
  margin: 18px 0 0;
  color: #67748e;
  font-size: clamp(.98rem, 1.45vw, 1.12rem);
  line-height: 1.65;
}

.premium-home .hero-price-line {
  display: flex;
  width: min(100%, 450px);
  padding: 13px 16px;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #344767;
  background: rgb(255 255 255 / 74%);
  border: 1px solid rgb(121 40 202 / 12%);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgb(50 50 93 / 8%), inset 0 1px #fff;
  backdrop-filter: blur(12px);
}

.premium-home .hero-price-label {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .015em;
}

.premium-home .hero-price {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 3px;
  color: var(--premium-violet);
}

.premium-home .hero-price strong {
  font-size: 2.15rem;
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: .9;
}

.premium-home .hero-price small {
  color: #67748e;
  font-size: 12px;
  font-weight: 800;
}

.premium-home .hero-offer-cta {
  display: inline-flex;
  min-height: 48px;
  padding: 0 21px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgb(121 40 202 / 25%);
  cursor: pointer;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.premium-home .hero-offer-cta span {
  font-size: 19px;
  line-height: 1;
  transition: transform 180ms ease;
}

.premium-home .hero-offer-cta:hover {
  box-shadow: 0 16px 34px rgb(121 40 202 / 32%);
  transform: translateY(-2px);
}

.premium-home .hero-offer-cta:hover span {
  transform: translateX(3px);
}

.premium-home .hero-offer-cta:focus-visible {
  outline: 3px solid rgb(121 40 202 / 25%);
  outline-offset: 3px;
}

.premium-home .hero-offer-trust {
  max-width: 510px;
  margin: 13px 0 0;
  color: #77849a;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
}

.premium-home .hero-offer-trust span {
  margin-right: 4px;
  color: #16a34a;
  font-weight: 900;
}

.premium-home .landing-hero::before {
  position: absolute;
  z-index: -1;
  top: -9%;
  right: -4%;
  width: min(56vw, 850px);
  height: 79%;
  content: "";
  pointer-events: none;
  opacity: 1;
  background-image:
    repeating-radial-gradient(ellipse at 48% 62%, transparent 0 20px, rgb(255 255 255 / 15%) 21px 23px),
    radial-gradient(ellipse at 15% 24%, #ff0080 0 7%, transparent 32%),
    radial-gradient(ellipse at 80% 24%, #17c1e8 0 9%, transparent 34%),
    radial-gradient(ellipse at 79% 82%, #ff7a00 0 8%, transparent 30%),
    radial-gradient(ellipse at 29% 78%, #9c27ff 0 12%, transparent 36%),
    conic-gradient(from 215deg at 52% 52%, #111c67, #00b7e8, #7934e8, #ff0080, #ff7a00, #5a16a6, #111c67);
  background-size: 100% 100%;
  background-blend-mode: overlay, screen, screen, screen, screen, normal;
  border-radius: 0 0 0 10rem;
  box-shadow: -22px 34px 64px rgb(121 40 202 / 18%);
  transform: rotate(1.5deg);
}

.premium-home .landing-hero::after {
  position: absolute;
  z-index: -1;
  top: 11%;
  left: max(22px, calc((100% - 1300px) / 2));
  width: min(53vw, 700px);
  height: 58%;
  content: "";
  pointer-events: none;
  background: rgb(255 255 255 / 78%);
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: 24px;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 90%),
    0 20px 42px rgb(50 50 93 / 13%);
  backdrop-filter: saturate(190%) blur(30px);
}

.premium-home .privacy-pill {
  grid-area: badge;
  width: fit-content;
  margin: 0 0 8px 30px;
  color: var(--premium-violet);
  background: rgb(255 255 255 / 72%);
  border-color: rgb(121 40 202 / 16%);
  box-shadow: 0 10px 24px rgb(121 40 202 / 8%), inset 0 1px #fff;
  backdrop-filter: blur(14px);
}

.premium-home .landing-hero > h1 {
  grid-area: title;
  max-width: 650px;
  margin: 0 0 0 30px;
  color: var(--premium-ink);
  font-size: clamp(2.75rem, 5.2vw, 5.35rem);
  font-weight: 780;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}

.premium-home .landing-hero > h1 span {
  color: transparent;
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  background-clip: text;
  -webkit-background-clip: text;
}

.premium-home .landing-hero-copy {
  grid-area: copy;
  max-width: 590px;
  margin: 8px 0 0 30px;
  color: #67748e;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.premium-home .upload-panel {
  --premium-rotate-x: 0deg;
  --premium-rotate-y: 0deg;
  --premium-light-x: 50%;
  --premium-light-y: 35%;
  position: relative;
  grid-area: upload;
  isolation: isolate;
  width: 100%;
  max-width: 620px;
  padding: 28px;
  margin: 0;
  justify-self: end;
  background:
    radial-gradient(circle at var(--premium-light-x) var(--premium-light-y), rgb(255 255 255 / 76%), transparent 36%),
    linear-gradient(145deg, rgb(255 255 255 / 91%), rgb(255 255 255 / 73%));
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: 32px;
  box-shadow: 0 24px 58px rgb(31 24 61 / 23%), 0 8px 20px rgb(0 0 0 / 8%), inset 0 1px rgb(255 255 255 / 80%);
  transform: perspective(1200px) rotateX(var(--premium-rotate-x)) rotateY(var(--premium-rotate-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 220ms ease;
  backdrop-filter: blur(30px) saturate(190%);
}

.premium-home .upload-panel::before {
  position: absolute;
  z-index: -1;
  inset: 24px -22px -20px 32px;
  content: "";
  pointer-events: none;
  background: linear-gradient(145deg, rgb(255 255 255 / 34%), rgb(255 150 211 / 16%));
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 28px;
  transform: translateZ(-45px) rotate(3deg);
}

.premium-home .upload-panel::after {
  position: absolute;
  z-index: -2;
  inset: 12% 5% -8%;
  content: "";
  pointer-events: none;
  background: rgb(255 0 128 / 18%);
  border-radius: 50%;
  filter: blur(70px);
  transform: translateZ(-80px);
}

.premium-home .upload-panel > * {
  position: relative;
  z-index: 1;
}

.premium-home .upload-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 16px;
  margin-bottom: 22px;
  text-align: left;
  transform: translateZ(26px);
}

.premium-home .upload-heading-icon {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  margin: 0;
  color: #fff;
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 17px;
  box-shadow: inset 0 1px rgb(255 255 255 / 12%);
}

.premium-home .upload-heading-icon .landing-icon {
  width: 28px;
  height: 28px;
}

.premium-home .upload-heading h2 {
  margin: 2px 0 0;
  color: var(--premium-ink);
  font-size: 22px;
  letter-spacing: -.035em;
}

.premium-home .upload-heading p {
  margin: 2px 0 0;
  color: #67748e;
  font-size: 13px;
}

.premium-home .drop-zone {
  min-height: 285px;
  padding: 38px;
  color: #344767;
  background: linear-gradient(155deg, rgb(255 255 255 / 98%), rgb(249 246 253 / 95%));
  border: 1px dashed rgb(121 40 202 / 23%);
  border-radius: 23px;
  box-shadow:
    0 20px 45px rgb(50 50 93 / 13%),
    inset 0 0 0 1px rgb(121 40 202 / 4%);
  transform: translateZ(38px);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.premium-home .drop-zone:hover,
.premium-home .drop-zone.dragging {
  background: #fff;
  border-color: rgb(255 0 128 / 46%);
  box-shadow: 0 25px 60px rgb(50 50 93 / 16%), 0 0 0 5px rgb(121 40 202 / 8%);
  transform: translateZ(45px) translateY(-2px);
}

.premium-home .drop-zone h3 {
  color: #101b2c;
  font-weight: 750;
  letter-spacing: -.02em;
}

.premium-home .choose-file-button {
  padding: 10px 20px;
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  box-shadow: 0 12px 28px rgb(121 40 202 / 24%);
}

.premium-home .landing-password-panel {
  color: #334155;
  background: rgb(255 255 255 / 96%);
  border-color: rgb(129 140 248 / 22%);
  transform: translateZ(38px);
}

.premium-home .trust-grid {
  grid-area: trust;
  width: 100%;
  padding-top: 26px;
  margin-top: 28px;
  gap: 12px;
  border-color: rgb(103 116 142 / 10%);
}

.premium-home .trust-grid article {
  padding: 13px;
  background: rgb(255 255 255 / 70%);
  border: 1px solid rgb(255 255 255 / 74%);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgb(50 50 93 / 7%);
  backdrop-filter: blur(14px);
}

.premium-home .trust-grid h3 {
  color: var(--premium-ink);
}

.premium-home .trust-grid p {
  color: #67748e;
}

.premium-home .trust-icon,
.premium-home .feature-icon {
  border: 1px solid rgb(99 102 241 / 12%);
  box-shadow: inset 0 1px rgb(255 255 255 / 45%);
}

.premium-home .landing-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.premium-home .white-section {
  position: relative;
  background: linear-gradient(180deg, #fff, #fbf9fe);
  border-color: #f0eaf6;
}

.premium-home .section-heading {
  margin-bottom: 52px;
}

.premium-home .section-heading h2 {
  color: #0b1729;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 780;
  letter-spacing: -.045em;
}

.premium-home .section-heading p {
  margin-top: 12px;
  color: #66758a;
  font-size: 15px;
}

.premium-home .section-kicker,
.premium-home .faq-pill {
  color: var(--premium-violet);
  background: #f5edfc;
  border-color: #eadcf6;
}

.premium-home .steps-grid,
.premium-home .feature-grid {
  gap: 22px;
  perspective: 1200px;
}

.premium-home .steps-grid article,
.premium-home .feature-grid article {
  background: linear-gradient(155deg, #fff, #fbf9fe);
  border-color: #f0e8f6;
  border-radius: 26px;
  box-shadow: 0 14px 36px rgb(50 50 93 / 8%), 0 4px 10px rgb(0 0 0 / 4%);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.premium-home .steps-grid article {
  padding: 30px 26px;
}

.premium-home .feature-grid article {
  min-height: 210px;
  padding: 26px;
}

.premium-home .steps-grid article:hover,
.premium-home .feature-grid article:hover {
  border-color: #e2cbf7;
  box-shadow: 0 24px 58px rgb(121 40 202 / 13%);
  transform: translateY(-5px) rotateX(1deg);
}

.premium-home .step-number {
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  box-shadow: 0 10px 24px rgb(121 40 202 / 22%);
}

.premium-home .steps-grid h3,
.premium-home .feature-grid h3 {
  color: #101c2e;
}

.premium-home .steps-grid p,
.premium-home .feature-grid p {
  color: #65748a;
  font-size: 13px;
}

.premium-home .privacy-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 78% 35%, rgb(255 255 255 / 15%), transparent 26%),
    linear-gradient(120deg, #51208c, #7928ca 52%, #d61b7e);
}

.premium-home .commerce-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgb(255 0 128 / 7%), transparent 24%),
    radial-gradient(circle at 88% 82%, rgb(23 193 232 / 8%), transparent 24%),
    #fbf9fe;
}

.premium-home .commerce-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  background: rgb(255 255 255 / 92%);
  border: 1px solid #eee5f5;
  border-radius: 30px;
  box-shadow: 0 24px 58px rgb(50 50 93 / 12%), 0 8px 18px rgb(0 0 0 / 4%);
}

.premium-home .commerce-summary {
  padding: 44px 48px;
}

.premium-home .commerce-label {
  display: inline-flex;
  padding: 5px 11px;
  color: var(--premium-violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: #f5edfc;
  border-radius: 999px;
}

.premium-home .commerce-summary h3 {
  margin: 17px 0 12px;
  color: var(--premium-ink);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -.035em;
}

.premium-home .commerce-summary p,
.premium-home .commerce-summary li {
  color: #67748e;
  font-size: 14px;
  line-height: 1.72;
}

.premium-home .commerce-summary ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.premium-home .commerce-summary li {
  position: relative;
  padding-left: 25px;
}

.premium-home .commerce-summary li::before {
  position: absolute;
  top: .38em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  content: "✓";
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: linear-gradient(310deg, var(--premium-violet), var(--premium-pink));
  border-radius: 50%;
}

.premium-home .commerce-price {
  display: flex;
  min-height: 100%;
  padding: 42px 34px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background:
    repeating-radial-gradient(ellipse at 50% 110%, transparent 0 21px, rgb(255 255 255 / 7%) 22px 23px),
    linear-gradient(145deg, #51208c, #7928ca 52%, #d61b7e);
}

.premium-home .commerce-price > span {
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.premium-home .commerce-price strong {
  display: flex;
  margin: 8px 0 2px;
  align-items: baseline;
  gap: 4px;
  font-size: 58px;
  letter-spacing: -.055em;
  line-height: 1;
}

.premium-home .commerce-price strong small {
  font-size: 27px;
}

.premium-home .commerce-price strong em {
  margin-left: 4px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: .05em;
}

.premium-home .commerce-price > p {
  margin: 10px 0 22px;
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
}

.premium-home .commerce-action {
  width: 100%;
  padding: 12px 18px!important;
  color: var(--premium-violet)!important;
  font-size: 13px!important;
  font-weight: 800!important;
  background: #fff!important;
  border-radius: 999px!important;
  box-shadow: 0 10px 24px rgb(31 24 61 / 18%);
}

.premium-home .commerce-action:hover {
  color: var(--premium-pink)!important;
  background: #fff!important;
  transform: translateY(-1px);
}

.premium-home .commerce-policy-links {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 13px;
}

.premium-home .commerce-policy-links a {
  color: rgb(255 255 255 / 82%);
  font-size: 10px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.premium-home .commerce-policy-links a:hover {
  color: #fff;
}

.premium-home .privacy-banner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .28;
  background: repeating-radial-gradient(ellipse at 48% 52%, transparent 0 22px, rgb(255 255 255 / 28%) 23px 24px);
  transform: scale(1.35) rotate(-2deg);
}

.premium-home .privacy-banner::after {
  position: absolute;
  left: -5%;
  bottom: -88px;
  width: 110%;
  height: 116px;
  content: "";
  pointer-events: none;
  background: #fff;
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  transform: rotate(-1deg);
}

.premium-home .privacy-banner h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -.045em;
}

.premium-home .privacy-banner aside {
  border-color: rgb(255 255 255 / 15%);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgb(2 8 23 / 18%), inset 0 1px rgb(255 255 255 / 10%);
}

.premium-home .faq-section {
  max-width: 960px;
}

.premium-home .faq-list article {
  border-color: #e3e8f1;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgb(15 23 42 / 4%);
}

.premium-home .faq-list button {
  padding: 22px 24px!important;
  font-size: 15px!important;
}

.premium-home .landing-footer {
  position: relative;
  overflow: hidden;
  background:
    repeating-radial-gradient(ellipse at 24% 120%, transparent 0 24px, rgb(255 255 255 / 3%) 25px 26px),
    linear-gradient(120deg, #252f40, #20273f);
  border-color: rgb(148 163 184 / 13%);
}

.premium-home .landing-footer .footer-logo strong {
  color: #fff;
}

.premium-home .landing-footer .footer-logo strong > span {
  color: #efb4ff;
}

.premium-home .footer-grid {
  padding-top: 62px;
}

.premium-motion-ready .premium-home .premium-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.22, 1, .36, 1);
}

.premium-motion-ready .premium-home .premium-reveal.premium-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .premium-home .landing-hero {
    grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
    gap: 18px 42px;
    padding-top: 72px;
  }

  .premium-home .hero-offer {
    padding-inline: 20px 6px;
  }

  .premium-home .hero-offer h1 {
    font-size: clamp(2.55rem, 5vw, 4.2rem);
  }

  .premium-home .upload-panel {
    padding: 22px;
  }
}

@media (max-width: 900px) {
  .premium-home .landing-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "offer"
      "upload";
    min-height: auto;
    padding-top: 68px;
    gap: 18px;
    text-align: center;
  }

  .premium-home .landing-hero::before {
    top: 35%;
    right: -34%;
    width: 112vw;
    height: 55%;
    border-radius: 8rem 0 0 8rem;
    opacity: .34;
    transform: rotate(5deg);
  }

  .premium-home .landing-hero::after {
    display: none;
  }

  .premium-home .hero-offer {
    max-width: 680px;
    padding: 30px 20px 10px;
    margin-inline: auto;
    text-align: center;
  }

  .premium-home .hero-offer-badge,
  .premium-home .hero-offer h1,
  .premium-home .hero-offer h1 span,
  .premium-home .hero-offer-copy,
  .premium-home .hero-price-line,
  .premium-home .hero-offer-trust {
    margin-inline: auto;
  }

  .premium-home .upload-panel {
    max-width: 650px;
    margin-top: 30px;
    justify-self: center;
    transform: none;
  }

  .premium-home .upload-panel::before,
  .premium-home .upload-panel::after {
    transform: none;
  }

  .premium-home .trust-grid {
    margin-top: 42px;
  }
}

@media (max-width: 720px) {
  .premium-home .landing-header {
    top: 8px;
    width: calc(100% - 20px);
    margin-top: 8px;
    border-radius: 15px;
  }

  .premium-home .landing-header-inner {
    height: 62px;
    padding-inline: 18px;
  }

  .premium-home .landing-hero {
    min-height: auto;
    padding: 58px 18px 44px;
  }

  .premium-home .landing-hero::after {
    width: 80vw;
    right: -32%;
  }

  .premium-home .hero-offer h1 {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
  }

  .premium-home .hero-offer-copy {
    font-size: 1rem;
  }

  .premium-home .hero-price-line {
    text-align: left;
  }

  .premium-home .upload-panel {
    padding: 14px;
    border-radius: 24px;
    backdrop-filter: none;
  }

  .premium-home .upload-panel::before {
    inset: 18px -10px -12px 18px;
  }

  .premium-home .upload-heading {
    grid-template-columns: 46px 1fr;
    gap: 2px 12px;
    padding: 8px 6px 0;
  }

  .premium-home .upload-heading-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .premium-home .upload-heading h2 {
    font-size: 19px;
  }

  .premium-home .upload-heading p {
    font-size: 12px;
  }

  .premium-home .drop-zone {
    min-height: 255px;
    padding: 30px 20px;
    border-radius: 19px;
    transform: none;
  }

  .premium-home .drop-zone:hover,
  .premium-home .drop-zone.dragging {
    transform: none;
  }

  .premium-home .trust-grid article {
    padding: 14px;
  }

  .premium-home .landing-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .premium-home .feature-grid article {
    min-height: auto;
  }

  .premium-home .commerce-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .premium-home .commerce-summary {
    padding: 34px 25px;
  }

  .premium-home .commerce-price {
    padding: 36px 24px;
  }
}

@media (max-width: 430px) {
  .premium-home .hero-offer {
    padding-inline: 6px;
  }

  .premium-home .hero-offer-badge {
    font-size: 9px;
    letter-spacing: .045em;
  }

  .premium-home .hero-price-line {
    gap: 12px;
  }

  .premium-home .hero-price-label {
    max-width: 120px;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-home .upload-panel,
  .premium-home .drop-zone,
  .premium-home .steps-grid article,
  .premium-home .feature-grid article,
  .premium-home .premium-reveal {
    opacity: 1!important;
    transform: none!important;
    transition: none!important;
  }
}
