:root {
  color-scheme: light;
  --blue: #0877cf;
  --blue-dark: #063d84;
  --blue-deep: #032a63;
  --blue-soft: #eaf6ff;
  --gold: #ffd66b;
  --gold-dark: #b47a16;
  --ink: #13213b;
  --muted: #60728f;
  --card: rgba(255, 255, 255, 0.9);
  --line: rgba(91, 151, 220, 0.25);
  --shadow: 0 22px 60px rgba(20, 78, 138, 0.15);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.96), transparent 340px),
    linear-gradient(180deg, #dff3ff 0%, #f7fcff 48%, #e9f6ff 100%);
}

main {
  max-width: 100%;
  overflow-x: clip;
}

button,
input {
  font: inherit;
}

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

img {
  max-width: 100%;
}

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(100% - 40px, var(--max));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  color: white;
}

.brand img {
  width: 112px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 47, 102, 0.3));
}

.phone-link {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 850;
  text-shadow: 0 2px 16px rgba(0, 48, 105, 0.28);
}

.phone-link::before {
  content: "☎";
  color: #ff5fa2;
  text-shadow: none;
}

.phone-link.dark {
  justify-self: start;
  color: #1d6dce;
  font-size: 18px;
  text-shadow: none;
}

.language-switcher {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.language-switcher button {
  min-width: 54px;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.13);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition-property: transform, background-color, color, box-shadow;
  transition-duration: 170ms;
  transition-timing-function: ease-out;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 10px 24px rgba(0, 58, 128, 0.18);
}

.language-switcher button.active {
  color: var(--blue-dark);
  background: white;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: white;
  background: #0781df;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 48, 112, 0.78) 0%, rgba(4, 96, 170, 0.55) 38%, rgba(5, 114, 190, 0.18) 74%),
    linear-gradient(180deg, rgba(2, 30, 74, 0.08) 0%, rgba(1, 45, 91, 0.12) 70%, rgba(1, 47, 79, 0.76) 100%);
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-scene img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.decor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.cloud {
  width: 620px;
  max-width: none;
  opacity: 0.42;
  filter: blur(0.2px);
  animation: cloudDrift 28s ease-in-out infinite alternate;
}

.cloud-one {
  top: 80px;
  right: 18%;
}

.palm {
  max-width: none;
  transform-origin: top center;
  animation: leafSway 7s ease-in-out infinite alternate;
}

.palm-left {
  left: -120px;
  top: -80px;
  width: 360px;
}

.palm-right {
  right: -150px;
  top: 70px;
  width: 390px;
  animation-duration: 8.5s;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, var(--max));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 42px;
  padding: 96px 0 64px;
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  max-width: min(100%, 660px);
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-shadow:
    0 3px 0 rgba(124, 78, 6, 0.7),
    0 16px 34px rgba(0, 54, 118, 0.28);
}

h1 span {
  display: block;
  white-space: nowrap;
}

h1 span:not(:last-child)::after {
  content: none;
}

.hero-copy {
  width: 100%;
  max-width: 640px;
  min-width: 0;
  overflow-x: clip;
}

.hero-text {
  max-width: 530px;
  margin-bottom: 34px;
  color: white;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
  text-shadow: 0 2px 18px rgba(0, 42, 96, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 16px;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  transition-property: transform, box-shadow, background-color;
  transition-duration: 170ms;
  transition-timing-function: ease-out;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-gold {
  color: #173057;
  background: linear-gradient(180deg, #ffe58a 0%, #ffc037 100%);
  box-shadow: 0 18px 34px rgba(95, 68, 11, 0.3);
}

.button-gold::before {
  content: none;
}

.button-blue {
  color: white;
  background: linear-gradient(180deg, #377cff 0%, #1e5ff1 100%);
  box-shadow: 0 18px 34px rgba(31, 95, 241, 0.25);
}

.button-ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 32px rgba(0, 52, 112, 0.14);
}

.button-ghost::before {
  content: "↓";
  font-size: 18px;
  font-weight: 900;
}

.button-ghost::after {
  content: "↓";
  font-size: 18px;
  font-weight: 900;
}

.full {
  width: 100%;
}

.hero-product {
  position: relative;
  justify-self: end;
  width: min(100%, 360px);
  animation: floatProduct 6.5s ease-in-out infinite alternate;
}

.hero-product > img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  clip-path: inset(0 0 0 10%);
  border-radius: 28px;
  box-shadow: 0 42px 90px rgba(4, 44, 94, 0.42);
  transform: rotate(-2deg);
}

.product-badge {
  position: absolute;
  right: -20px;
  bottom: 42px;
  display: grid;
  gap: 2px;
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 18px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.product-badge strong {
  font-size: 24px;
}

.product-badge span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.section {
  width: min(100% - 48px, var(--max));
  max-width: calc(100vw - 24px);
  margin: 0 auto;
}

.section-light {
  margin-top: 42px;
  position: relative;
  z-index: 4;
}

.section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.section-heading span,
.section-label {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
}

.section-heading h2 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading.compact p {
  max-width: 600px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 100%;
}

.step-card,
.panel,
.price-card,
.benefit-card,
.about-card,
.album-spread-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.step-card {
  max-width: 100%;
  overflow-x: clip;
  min-height: 190px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 24px 20px;
  text-align: center;
}

.step-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #eef7ff;
  font-size: 36px;
  box-shadow: inset 0 0 0 1px #d6e7ff;
}

.step-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.layout-note {
  max-width: 760px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  border: 1px solid rgba(255, 189, 51, 0.48);
  border-radius: 18px;
  color: #173966;
  background: linear-gradient(180deg, rgba(255, 250, 225, 0.96), rgba(255, 244, 199, 0.86));
  box-shadow: 0 12px 28px rgba(193, 127, 12, 0.12);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.layout-note::before {
  content: "!";
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #072e63;
  background: var(--gold);
  box-shadow: 0 6px 14px rgba(174, 111, 3, 0.22);
  font-size: 18px;
  font-weight: 950;
}

.showcase-section {
  padding-top: 44px;
}

.cover-carousel {
  position: relative;
}

.cover-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cover-strip img {
  width: 100%;
  aspect-ratio: 0.72;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(10, 62, 125, 0.2);
}

.cover-nav {
  display: none;
}

.upload-section {
  padding-top: 42px;
}

.upload-panel {
  padding: 28px;
}

.upload-cta-panel {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 107, 0.2), transparent 230px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 247, 255, 0.92));
}

.upload-cta-panel .section-heading {
  margin-bottom: 2px;
}

.upload-cta-panel .section-heading p {
  max-width: 640px;
  margin-inline: auto;
}

.upload-bot-button {
  width: auto;
  min-width: 210px;
  max-width: 100%;
  min-height: 50px;
  padding-inline: 28px;
  border-radius: 14px;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(31, 108, 255, 0.22);
}

.upload-note {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.upload-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: center;
}

.uploader input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.drop-zone {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 26px;
  border: 2px dashed #9bbdff;
  border-radius: 18px;
  color: #1f5de0;
  background: rgba(247, 251, 255, 0.88);
  text-align: center;
  cursor: pointer;
  transition-property: transform, border-color, background-color;
  transition-duration: 170ms;
  transition-timing-function: ease-out;
}

.drop-zone:hover,
.drop-zone.is-dragging {
  transform: translateY(-2px);
  border-color: #2a6cff;
  background: white;
}

.upload-symbol {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2b6dff;
  background: #eef5ff;
  font-size: 44px;
  line-height: 1;
}

.drop-zone strong {
  font-size: 17px;
}

.drop-zone small {
  color: var(--muted);
  font-weight: 800;
}

.upload-meter {
  display: grid;
  gap: 12px;
}

.upload-meter div {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
  color: var(--ink);
}

.upload-meter b {
  font-size: 44px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.upload-meter span {
  font-size: 17px;
  font-weight: 900;
}

progress {
  width: 100%;
  height: 14px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #d8e8ff;
}

progress::-webkit-progress-bar {
  background: #d8e8ff;
}

progress::-webkit-progress-value {
  border-radius: 999px;
  background: linear-gradient(90deg, #22b5ff, #326cff);
}

progress::-moz-progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #22b5ff, #326cff);
}

.upload-meter > p {
  margin: 0;
  text-align: center;
  font-weight: 900;
}

.upload-message {
  padding: 13px 14px;
  border: 1px solid #ffd89a;
  border-radius: 14px;
  color: #bd4b34;
  background: #fff8e5;
  font-size: 14px;
  line-height: 1.35;
}

.upload-message.ok {
  color: #087144;
  border-color: #a9e7cd;
  background: #ecfbf4;
}

.upload-message.warn {
  color: #bd4b34;
  border-color: #ffd89a;
  background: #fff8e5;
}

.thumb-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.thumb {
  position: relative;
  aspect-ratio: 1.45;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 10px;
  background: #eaf3ff;
  box-shadow: 0 8px 16px rgba(16, 82, 149, 0.16);
}

.thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.thumb button {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0f6;
  border-radius: 50%;
  color: #31506f;
  background: white;
  cursor: pointer;
  font-weight: 900;
}

.album-spread-section {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 26px;
  align-items: start;
  margin-top: 36px;
  padding: 34px;
}

.spread-copy {
  grid-row: auto;
  max-width: 760px;
  text-align: center;
}

.spread-copy h2 {
  margin: 12px 0;
  font-size: 34px;
  line-height: 1.14;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.spread-copy p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.spread-gallery {
  display: grid;
  gap: 18px;
  width: min(100%, 860px);
  justify-self: center;
}

.spread-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(20, 78, 138, 0.13);
}

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
  padding-top: 32px;
}

.price-card,
.benefit-card {
  padding: 28px;
}

.price-card p {
  margin: 18px 0 8px;
  color: var(--muted);
  font-weight: 850;
}

.price-card strong {
  display: block;
  color: #2f6ee9;
  font-size: 58px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.benefit-card {
  display: grid;
  align-content: center;
}

.benefit-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #284466;
  font-weight: 850;
}

.benefit-card li {
  display: flex;
  gap: 12px;
  align-items: center;
}

.benefit-card li::before {
  content: "✦";
  color: #ff9a2f;
  font-size: 20px;
}

.about-section {
  padding-top: 22px;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.about-card h2 {
  margin: 12px 0;
  font-size: 32px;
  line-height: 1.15;
}

.about-card p {
  max-width: 680px;
  color: #40536f;
  font-size: 17px;
  line-height: 1.55;
}

.about-card img {
  width: 100%;
  height: 260px;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

.final-cta {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  padding: 28px 0 34px;
  color: white;
  background: #0c75c7;
}

.final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 36, 82, 0.88), rgba(5, 82, 148, 0.68), rgba(93, 61, 34, 0.58)),
    url("/assets/landing/cta-bg.png") center / cover;
  transform: scale(1.04);
}

.final-palm {
  position: absolute;
  right: -90px;
  bottom: -80px;
  z-index: 1;
  width: 280px;
  pointer-events: none;
  animation: leafSway 8s ease-in-out infinite alternate;
}

.final-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--max));
  min-height: 252px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  margin: 0 auto;
  padding: 26px 22px;
  text-align: center;
}

.final-inner::before {
  content: "";
  position: absolute;
  inset: 18px max(0px, calc(50% - 390px));
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(3, 37, 84, 0.42), rgba(3, 31, 72, 0.28));
  box-shadow: 0 24px 60px rgba(0, 28, 68, 0.2);
  backdrop-filter: blur(2px);
}

.final-inner h2 {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.05;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-shadow: 0 2px 0 rgba(98, 60, 3, 0.72);
}

.final-inner p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.footer {
  width: min(100% - 48px, var(--max));
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 28px 0 38px;
  color: #74839d;
}

.footer img {
  width: 72px;
  height: auto;
}

.footer p {
  margin: 0;
  font-size: 14px;
}

.footer .language-switcher button {
  color: #687894;
  border-color: transparent;
  background: #dfeaf8;
}

.footer .language-switcher button.active {
  color: #1e64ee;
  background: white;
  box-shadow: inset 0 0 0 1.5px #2a6cff;
}

.reveal {
  opacity: 1;
  transform: translateY(18px);
  transition-property: transform;
  transition-duration: 520ms;
  transition-timing-function: ease-out;
}

.reveal.is-visible {
  transform: translateY(0);
}

@keyframes cloudDrift {
  from {
    transform: translate3d(-14px, 0, 0);
  }
  to {
    transform: translate3d(18px, 8px, 0);
  }
}

@keyframes leafSway {
  from {
    transform: rotate(-2deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(3deg) translate3d(6px, 4px, 0);
  }
}

@keyframes floatSoft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(10px, -10px, 0);
  }
}

@keyframes floatProduct {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -14px, 0);
  }
}

@media (max-width: 980px) {
  .topbar {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding-top: 14px;
  }

  .brand img {
    width: 92px;
  }

  .phone-link {
    font-size: 17px;
  }

  .language-switcher {
    gap: 7px;
  }

  .language-switcher button {
    min-width: 48px;
    min-height: 30px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
  }

  .cloud {
    width: 430px;
  }

  .cloud-one {
    display: none;
  }

  .palm-right {
    display: none;
  }

  .palm-left {
    left: -92px;
    top: -78px;
    width: 220px;
    opacity: 0.9;
    clip-path: inset(0 0 58% 0);
  }

  .hero-inner {
    width: min(100% - 24px, 390px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 154px 0 42px;
  }

  h1 {
    font-size: clamp(23px, 6.3vw, 30px);
    line-height: 1.02;
  }

  h1 span {
    display: block;
  }

  h1 span:not(:last-child)::after {
    content: none;
  }

  .hero-copy {
    position: relative;
    max-width: 340px;
    margin-inline: auto;
    padding: 16px 12px 18px;
    text-align: center;
  }

  .hero-copy::before {
    content: none;
  }

  .hero-text {
    margin-inline: auto;
    max-width: 320px;
    font-size: 15px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-product {
    justify-self: center;
    width: min(100%, 300px);
  }

  .hero-product > img {
    height: 430px;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
    transform: rotate(-1deg);
  }

  .product-badge {
    left: 14px;
    right: auto;
    bottom: 12px;
  }

  .section,
  .footer,
  .final-inner {
    width: min(100% - 32px, 350px);
    margin-left: auto;
    margin-right: auto;
  }

  .final-palm {
    display: none;
  }

  .final-inner {
    min-height: 250px;
    padding: 26px 18px;
    overflow: hidden;
  }

  .final-inner::before {
    inset: 0;
  }

  .final-inner h2 {
    max-width: 100%;
    font-size: clamp(25px, 7vw, 32px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .final-inner .button {
    width: min(100%, 300px);
    max-width: 100%;
  }

  .section-light {
    margin-top: 24px;
  }

  .steps,
  .split-section,
  .about-card,
  .upload-layout,
  .album-spread-section,
  .footer {
    grid-template-columns: 1fr;
  }

  .spread-copy {
    grid-row: auto;
  }

  .spread-gallery {
    width: 100%;
    justify-self: stretch;
  }

  .steps {
    gap: 12px;
    width: 100%;
  }

  .step-card {
    width: 100%;
    min-height: 132px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    justify-items: start;
    align-content: center;
    text-align: left;
  }

  .step-icon {
    grid-row: span 2;
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 24px;
  }

  .step-card h3,
  .step-card p {
    min-width: 0;
  }

  .showcase-section,
  .upload-section {
    padding-top: 34px;
  }

  .cover-carousel {
    max-width: 100%;
    padding-inline: 22px;
  }

  .cover-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 0 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cover-strip::-webkit-scrollbar {
    display: none;
  }

  .cover-strip img {
    flex: 0 0 100%;
    scroll-snap-align: center;
    border-radius: 20px;
  }

  .cover-nav {
    position: absolute;
    z-index: 2;
    top: 48%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid rgba(31, 95, 180, 0.18);
    border-radius: 999px;
    color: #1f5de0;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(20, 78, 138, 0.14);
    cursor: pointer;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    transition-property: transform, box-shadow, background-color;
    transition-duration: 160ms;
    transition-timing-function: ease-out;
  }

  .cover-nav:hover,
  .cover-nav:focus-visible {
    transform: translateY(-50%) scale(1.04);
    outline: none;
    box-shadow: 0 14px 30px rgba(20, 78, 138, 0.2);
  }

  .cover-prev {
    left: 16px;
  }

  .cover-next {
    right: 44px;
  }

  .upload-panel,
  .price-card,
  .benefit-card,
  .about-card,
  .album-spread-section {
    padding: 22px 18px;
  }

  .upload-layout {
    gap: 20px;
  }

  .upload-meter {
    order: -1;
  }

  .thumb-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-card img {
    height: 220px;
  }

  .footer {
    justify-items: center;
    text-align: center;
  }

  .footer .phone-link.dark {
    justify-self: center;
  }
}

@media (max-width: 430px) {
  .hero-inner {
    width: min(100% - 20px, 390px);
    padding-top: 150px;
  }

  .eyebrow {
    font-size: 12px;
  }

  h1 {
    font-size: clamp(22px, 6vw, 26px);
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
  }

  .hero-actions {
    width: 100%;
  }

  .product-badge {
    min-width: 132px;
    padding: 12px 14px;
  }

  .product-badge strong {
    font-size: 20px;
  }

  .section-heading span,
  .section-label {
    font-size: 20px;
  }

  .section-heading h2,
  .about-card h2,
  .spread-copy h2 {
    font-size: 27px;
  }

  .step-card {
    padding: 18px 16px;
  }

  .drop-zone {
    min-height: 170px;
    padding: 18px;
  }

  .upload-meter b {
    font-size: 38px;
  }

  .price-card strong {
    font-size: 44px;
  }

  .final-inner h2 {
    margin-bottom: 8px;
    font-size: clamp(24px, 6.4vw, 28px);
    line-height: 1.08;
  }

  .final-inner p {
    margin-bottom: 18px;
  }

  .final-inner .button {
    margin-top: 4px;
    min-height: 50px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .footer-languages {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
