:root {
  --ink: #3f2a25;
  --muted: #7b6a64;
  --soft: #fff9f5;
  --paper: #fffdfb;
  --peach: #f39ab6;
  --coral: #e78977;
  --mint: #9edfcf;
  --leaf: #7cad72;
  --gold: #e8bd63;
  --line: rgba(63, 42, 37, 0.12);
  --shadow: 0 24px 80px rgba(99, 70, 61, 0.18);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
  color: var(--ink);
  background: var(--soft);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(158, 223, 207, 0.32), transparent 36rem),
    linear-gradient(180deg, #fff7f2 0%, #fffdfb 40%, #f7fbf4 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
summary {
  overflow-wrap: anywhere;
}

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.72);
  box-shadow: 0 12px 36px rgba(63, 42, 37, 0.1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-header.is-scrolled {
  background: rgba(255, 253, 251, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(63, 42, 37, 0.16);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.nav-cta,
.primary-button,
.secondary-button,
.campaign-button,
.floating-cta {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nav-links a:hover,
.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.campaign-button:hover,
.floating-cta:hover {
  transform: translateY(-2px);
}

.nav-cta,
.primary-button,
.secondary-button,
.campaign-button,
.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
}

.nav-cta,
.primary-button,
.floating-cta {
  color: #fff;
  background: linear-gradient(135deg, #6f4a40, #db8e9f);
  box-shadow: 0 16px 34px rgba(197, 126, 142, 0.34);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  background: #1e2b1b;
}

.hero-bg,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(1.05) contrast(1.02);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(31, 25, 18, 0.68) 0%, rgba(31, 25, 18, 0.38) 44%, rgba(31, 25, 18, 0.06) 100%),
    linear-gradient(180deg, rgba(31, 25, 18, 0.1) 0%, rgba(31, 25, 18, 0.06) 55%, rgba(255, 249, 245, 0.94) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1120px, calc(100% - 40px));
  min-height: 92svh;
  margin: 0 auto;
  padding: 120px 0 92px;
  color: #fff;
}

.campaign-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  font-size: 14px;
  font-weight: 900;
}

.campaign-pill span {
  padding: 7px 10px;
  border-radius: 6px;
  color: #4f3029;
  background: #ffdf9e;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffdfb2;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 8vw, 92px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
}

.hero-copy {
  width: min(620px, 100%);
  margin: 28px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.48);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(620px, 100%);
  margin: 48px 0 0;
}

.hero-points div {
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.hero-points dt {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffdfb2;
}

.hero-points dd {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.intro-band,
.campaign-strip,
.live-demo,
.journey,
.showcase,
.features-band,
.screen-wall,
.fit-section,
.screen-gallery,
.premium-band,
.safety,
.faq,
.download {
  padding: 96px 20px;
}

.campaign-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: -46px auto 0;
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 251, 0.94), rgba(241, 250, 239, 0.9)),
    linear-gradient(135deg, rgba(232, 189, 99, 0.18), rgba(158, 223, 207, 0.22));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.campaign-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.18;
}

.campaign-copy p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.campaign-button {
  min-width: 210px;
  color: #4f3029;
  background: #ffdf9e;
  box-shadow: 0 16px 34px rgba(232, 189, 99, 0.26);
}

.intro-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  width: min(1120px, calc(100% - 40px));
  margin: -48px auto 0;
  padding: 54px;
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.intro-band h2,
.section-heading h2,
.premium-copy h2,
.fit-copy h2,
.download h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.18;
  letter-spacing: 0;
}

.intro-copy,
.section-heading p,
.premium-copy p,
.download p,
.feature-item p,
.mini-card p,
.step-item p,
.fit-item p,
.safety-item p,
.faq p,
.gallery-copy p {
  color: var(--muted);
  line-height: 1.9;
}

.intro-copy {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.showcase,
.screen-gallery,
.live-demo,
.screen-wall,
.journey,
.safety,
.faq {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 42px;
}

.section-heading p {
  margin: 18px 0 0;
  font-size: 17px;
  font-weight: 700;
}

.live-demo {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(260px, 0.92fr);
  gap: 56px;
  align-items: center;
}

.demo-copy h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.18;
}

.demo-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.demo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.demo-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.video-phone {
  position: relative;
  width: min(330px, 100%);
  margin: 0 auto;
  padding: 10px;
  border-radius: 40px;
  background: #231c1a;
  box-shadow: 0 28px 70px rgba(63, 42, 37, 0.22);
}

.video-phone video {
  display: block;
  width: 100%;
  aspect-ratio: 442 / 958;
  border-radius: 30px;
  object-fit: cover;
  background: #fff9f5;
}

.video-phone::after {
  content: "";
  position: absolute;
  inset: auto 26% -20px;
  height: 42px;
  border-radius: 50%;
  background: rgba(63, 42, 37, 0.16);
  filter: blur(22px);
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step-item,
.fit-item,
.safety-item,
.faq details,
.card-highlight {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.86);
  box-shadow: 0 20px 48px rgba(105, 76, 67, 0.08);
}

.step-item {
  min-height: 280px;
  padding: 28px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 0 58px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--mint));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.step-item h3,
.fit-item h3,
.safety-item h3 {
  margin: 0;
  font-size: 22px;
}

.step-item p:last-child,
.fit-item p,
.safety-item p {
  margin: 12px 0 0;
  font-weight: 700;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(300px, 1.08fr);
  gap: 56px;
  align-items: center;
}

.phone-frame,
.gallery-phone,
.premium-visual {
  position: relative;
  margin: 0;
}

.phone-frame img,
.gallery-phone img,
.premium-visual img {
  width: min(390px, 100%);
  margin: 0 auto;
  border: 10px solid #231c1a;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(63, 42, 37, 0.22);
}

.phone-frame::after,
.gallery-phone::after,
.premium-visual::after {
  content: "";
  position: absolute;
  inset: auto 26% -20px;
  height: 42px;
  border-radius: 50%;
  background: rgba(63, 42, 37, 0.16);
  filter: blur(22px);
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.card-highlight {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 223, 158, 0.24), rgba(158, 223, 207, 0.18)),
    rgba(255, 253, 251, 0.9);
}

.card-highlight p {
  margin: 0 0 8px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.8;
}

.card-highlight strong {
  display: block;
  font-size: 24px;
  line-height: 1.45;
}

.feature-item,
.mini-card,
.download-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.82);
  box-shadow: 0 20px 48px rgba(105, 76, 67, 0.08);
}

.feature-item {
  position: relative;
  padding: 24px 24px 24px 58px;
}

.feature-mark {
  position: absolute;
  top: 29px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--mint), var(--peach));
  transform: rotate(10deg);
}

.feature-item h3,
.mini-card h3,
.gallery-copy h3 {
  margin: 0;
  font-size: 22px;
}

.feature-item p,
.mini-card p {
  margin: 10px 0 0;
  font-weight: 700;
}

.features-band {
  background:
    linear-gradient(180deg, rgba(238, 248, 232, 0.96), rgba(255, 249, 245, 0.96)),
    url("assets/hero-dog.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: screen;
}

.features-band .section-heading,
.feature-cards {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mini-card {
  min-height: 260px;
  padding: 26px;
}

.mini-label {
  margin: 0 0 52px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.screen-wall {
  padding-top: 110px;
}

.screen-wall-grid {
  display: grid;
  grid-template-columns: 1.04fr repeat(3, minmax(0, 0.72fr));
  gap: 14px;
  align-items: stretch;
}

.wall-card {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(105, 76, 67, 0.1);
}

.wall-card-large {
  min-height: 650px;
}

.wall-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.wall-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background: rgba(63, 42, 37, 0.76);
  box-shadow: 0 14px 34px rgba(63, 42, 37, 0.18);
  backdrop-filter: blur(18px);
  font-weight: 800;
  line-height: 1.55;
}

.wall-card figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #ffdfb2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fit-section {
  background:
    linear-gradient(135deg, rgba(63, 42, 37, 0.88), rgba(91, 117, 79, 0.78)),
    url("assets/card-maker.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.fit-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  gap: 52px;
  align-items: start;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.fit-copy .section-kicker {
  color: #ffdf9e;
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-item {
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.fit-item p {
  color: rgba(255, 255, 255, 0.84);
}

.screen-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.screen-tabs button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.screen-tabs button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #6f4a40, #e99aac);
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: 60px;
  align-items: center;
}

.gallery-copy {
  padding: 42px;
  border-left: 6px solid var(--mint);
  background: rgba(255, 253, 251, 0.72);
}

.gallery-label {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-copy h3 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.22;
}

.gallery-copy p:last-child {
  margin: 18px 0 0;
  font-size: 17px;
  font-weight: 700;
}

.premium-band {
  background: linear-gradient(135deg, #4d352f 0%, #735048 52%, #c58978 100%);
  color: #fff;
}

.premium-inner {
  display: grid;
  grid-template-columns: minmax(300px, 1.06fr) minmax(260px, 0.94fr);
  gap: 56px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.premium-copy .section-kicker {
  color: #ffdf9e;
}

.premium-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 700;
}

.premium-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.premium-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.premium-visual img {
  border-color: rgba(255, 255, 255, 0.9);
}

.safety {
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 0.96), rgba(241, 250, 239, 0.94));
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.safety-item {
  padding: 26px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 0 22px;
}

.faq summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--leaf);
}

.faq details[open] summary::after {
  content: "-";
  background: var(--coral);
}

.faq p {
  margin: -4px 0 22px;
  font-weight: 700;
}

.download {
  display: grid;
  place-items: center;
}

.download-panel {
  width: min(760px, 100%);
  padding: 48px;
  text-align: center;
}

.download-panel img {
  margin: 0 auto 20px;
  border-radius: 8px;
}

.download-panel .primary-button {
  margin-top: 22px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  min-height: 52px;
  padding: 0 22px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.footer-brand {
  color: var(--ink);
}

.is-enhanced .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.is-enhanced .reveal.is-visible,
.reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-inner {
    justify-content: flex-end;
    padding-bottom: 72px;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(31, 25, 18, 0.04) 0%, rgba(31, 25, 18, 0.3) 45%, rgba(31, 25, 18, 0.78) 100%),
      linear-gradient(180deg, transparent 76%, rgba(255, 249, 245, 0.88) 100%);
  }

  .hero-points,
  .intro-band,
  .campaign-strip,
  .live-demo,
  .showcase-grid,
  .journey-steps,
  .screen-wall-grid,
  .fit-inner,
  .gallery-layout,
  .premium-inner,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .intro-band {
    width: min(100% - 28px, 620px);
    padding: 34px 24px;
  }

  .feature-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wall-card,
  .wall-card-large {
    min-height: 560px;
  }

  .campaign-strip {
    margin-top: -34px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .brand span {
    font-size: 15px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-bg {
    object-position: 49% 50%;
  }

  .hero-inner {
    min-height: 88svh;
    width: calc(100% - 28px);
    justify-content: center;
    padding-top: 112px;
    padding-bottom: 34px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(35px, 10vw, 42px);
    overflow-wrap: anywhere;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.8;
    word-break: break-all;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-points {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .intro-band,
  .campaign-strip,
  .live-demo,
  .journey,
  .showcase,
  .features-band,
  .screen-wall,
  .fit-section,
  .screen-gallery,
  .premium-band,
  .safety,
  .faq,
  .download {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .campaign-strip {
    width: calc(100% - 28px);
    padding-left: 22px;
    padding-right: 22px;
    overflow: hidden;
  }

  .campaign-copy h2 {
    font-size: 28px;
  }

  .campaign-button {
    width: 100%;
    min-width: 0;
  }

  .intro-band {
    margin-top: -32px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .screen-wall-grid {
    grid-template-columns: 1fr;
  }

  .wall-card,
  .wall-card-large {
    min-height: 620px;
  }

  .live-demo {
    gap: 34px;
  }

  .mini-card {
    min-height: unset;
  }

  .mini-label {
    margin-bottom: 28px;
  }

  .step-item {
    min-height: unset;
  }

  .step-number {
    margin-bottom: 28px;
  }

  .card-highlight strong {
    font-size: 21px;
  }

  .gallery-copy,
  .download-panel {
    padding: 30px 22px;
  }

  .phone-frame img,
  .gallery-phone img,
  .premium-visual img {
    border-width: 8px;
    border-radius: 28px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 92px;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .is-enhanced .reveal,
  .reveal {
    opacity: 1;
    transform: none;
  }
}
