:root {
  --color-text: #080b18;
  --color-heading: #05071a;
  --color-muted: #64748b;
  --color-border: #e8eaf2;
  --color-bg: #ffffff;
  --color-bg-soft: #f7f8ff;
  --color-pink: #ff4fa3;
  --color-purple: #8b5cf6;
  --color-blue: #3b82f6;
  --color-cyan: #22d3ee;
  --color-lime: #c8ff3d;
  --color-orange: #ffb020;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 24px 80px rgba(15, 23, 42, 0.12);
  --shadow-card: 0 18px 50px rgba(15, 23, 42, 0.10);
  --max-width: 1220px;
  --header-height: 72px;
  font-family:
    Inter, "Segoe UI", "Yu Gothic UI", "Hiragino Sans", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  color: var(--color-text);
  background:
    radial-gradient(circle at 10% 5%, rgba(255, 242, 247, 0.9), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(239, 247, 255, 0.95), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 45%, #f7f8ff 100%);
  isolation: isolate;
  overflow-x: hidden;
}

body::selection {
  background: rgba(255, 79, 163, 0.22);
}

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

img,
svg {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.bg-orb {
  position: fixed;
  width: clamp(1460px, 142vw, 2240px);
  height: clamp(1460px, 142vw, 2240px);
  border-radius: 999px;
  background:
    radial-gradient(
      circle,
      var(--orb-color) 0%,
      var(--orb-color-soft) 34%,
      transparent 68%
    );
  opacity: 0.32;
  animation: orbFloat 14s ease-in-out infinite alternate;
  will-change: transform;
}

.bg-orb.is-pink {
  --orb-color: rgba(255, 79, 163, 0.78);
  --orb-color-soft: rgba(255, 79, 163, 0.30);
  top: -34%;
  left: -55%;
}

.bg-orb.is-blue {
  --orb-color: rgba(59, 130, 246, 0.72);
  --orb-color-soft: rgba(59, 130, 246, 0.28);
  top: -24%;
  right: -58%;
  animation-duration: 22s;
}

.bg-orb.is-purple {
  --orb-color: rgba(139, 92, 246, 0.70);
  --orb-color-soft: rgba(139, 92, 246, 0.26);
  bottom: -52%;
  left: 8%;
  animation-duration: 25s;
  opacity: 0.26;
}

.bg-grid {
  position: fixed;
  inset: 0;
  opacity: 0.38;
  background-image:
    radial-gradient(circle, rgba(139, 92, 246, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(59, 130, 246, 0.04) 1px, transparent 1px);
  background-position:
    0 0,
    0 0;
  background-size:
    26px 26px,
    88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 72%, transparent);
  animation: gridDrift 24s linear infinite alternate;
}

.bg-doodle {
  position: fixed;
  color: rgba(139, 92, 246, 0.45);
  font-weight: 900;
  letter-spacing: 0.04em;
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

.bg-doodle.is-star {
  top: 74px;
  right: 17%;
  font-size: 118px;
  color: rgba(255, 176, 32, 0.54);
  animation: floaty 4.8s ease-in-out infinite alternate;
}

.bg-doodle.is-dot {
  top: 248px;
  left: 17%;
  width: 78px;
  height: 78px;
  border-radius: 18px;
  background: rgba(34, 211, 238, 0.34);
  rotate: 16deg;
  animation: floaty 5.4s ease-in-out infinite alternate;
}

.bg-doodle.is-tape {
  right: 7%;
  bottom: 20%;
  width: 390px;
  height: 82px;
  background: rgba(255, 79, 163, 0.2);
  rotate: -12deg;
  border-radius: 8px;
  animation: floaty 5.8s ease-in-out infinite alternate;
}

.bg-doodle.is-wave {
  left: 4%;
  bottom: 18%;
  color: rgba(34, 211, 238, 0.45);
  font-size: 82px;
  animation: floaty 5.2s ease-in-out infinite alternate;
}

.bg-doodle.is-ring {
  top: 42%;
  right: 15%;
  width: 136px;
  height: 136px;
  border: 22px solid rgba(139, 92, 246, 0.18);
  border-radius: 999px;
  animation: floaty 6.2s ease-in-out infinite alternate;
}

.bg-doodle.is-plus {
  top: 58%;
  left: 10%;
  color: rgba(255, 79, 163, 0.34);
  font-size: 126px;
  animation: floaty 5.6s ease-in-out infinite alternate-reverse;
}

.bg-doodle.is-chip {
  top: 74%;
  right: 24%;
  width: 98px;
  height: 98px;
  border-radius: 28px;
  background: rgba(255, 176, 32, 0.24);
  rotate: -18deg;
  animation: floaty 6.6s ease-in-out infinite alternate;
}

.bg-doodle.is-ribbon {
  top: 18%;
  left: 7%;
  width: 210px;
  height: 52px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.14);
  rotate: -18deg;
  animation: floaty 6s ease-in-out infinite alternate-reverse;
}

.bg-doodle.is-wave-two {
  right: 4%;
  bottom: 6%;
  color: rgba(59, 130, 246, 0.34);
  font-size: 76px;
  animation: floaty 5s ease-in-out infinite alternate;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(22px, 4vw, 56px);
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-brand,
.site-header-actions,
.site-nav {
  display: flex;
  align-items: center;
}

.site-brand {
  gap: 12px;
  min-width: max-content;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.site-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(139, 92, 246, 0.25);
}

.site-nav {
  gap: clamp(18px, 2.6vw, 42px);
  margin-inline: auto;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--color-pink), var(--color-blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-header-actions {
  gap: 12px;
  min-width: max-content;
}

.header-download,
.header-booth,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  font-weight: 900;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.header-download {
  min-width: 142px;
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-pink), var(--color-purple));
  border: 0;
  box-shadow: 0 12px 34px rgba(255, 79, 163, 0.22);
  font-size: 13px;
}

.header-booth {
  min-width: 142px;
  min-height: 48px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.66);
  color: #111827;
  font-size: 13px;
}

.header-download:hover,
.header-booth:hover,
.primary-cta:hover,
.secondary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.13);
}

.section-band {
  position: relative;
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 96px clamp(20px, 4vw, 32px);
}

.hero {
  max-width: 1390px;
  min-height: min(940px, 100vh);
  padding-top: calc(var(--header-height) + 76px);
  display: flex;
  align-items: center;
}

.hero-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(380px, 0.96fr) minmax(500px, 1.04fr);
  align-items: center;
  gap: clamp(42px, 4vw, 74px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 18px;
  color: var(--color-pink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.hero-title {
  margin: 0;
  color: var(--color-heading);
  font-size: clamp(64px, 8vw, 126px);
  line-height: 1.14;
  letter-spacing: 0;
  overflow: visible;
}

.hero-title span {
  display: block;
  width: fit-content;
  line-height: 1.14;
  padding-bottom: 0.08em;
  overflow: visible;
}

.hero-title span:last-child {
  padding: 0.02em 0 0.34em;
  margin-top: -0.22em;
  background: linear-gradient(135deg, var(--color-pink), var(--color-purple), var(--color-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  width: fit-content;
  margin: 28px 0 18px;
  color: #0d1530;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.hero-subtitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-pink), rgba(139, 92, 246, 0.34), transparent);
}

.hero-lead {
  max-width: 545px;
  margin: 0 0 34px;
  color: #334155;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.95;
}

.hero-lead br {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.primary-cta {
  min-width: 202px;
  min-height: 68px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-pink), var(--color-purple));
  border: 0;
  box-shadow: 0 20px 56px rgba(255, 79, 163, 0.28);
}

.primary-cta small {
  display: none;
}

.secondary-cta {
  min-width: 188px;
  min-height: 68px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.74);
  color: #111827;
}

.cta-mark {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: currentColor;
}

.cta-mark svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.secondary-cta .cta-mark {
  border-color: rgba(139, 92, 246, 0.26);
  color: var(--color-purple);
}

.cta-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(252, 77, 80, 0.18);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: #334155;
  font-size: 14px;
  font-weight: 900;
}

.hero-links a::after {
  content: "↗";
  margin-left: 7px;
  color: var(--color-purple);
}

.hero-visual {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.app-mock {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 15%;
  width: min(570px, 100%);
  border: 1px solid rgba(213, 218, 232, 0.94);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 34px 80px rgba(35, 42, 70, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.app-mock-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.mock-window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid var(--color-border);
  color: #64748b;
  font-size: 12px;
}

.mock-window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #e2e8f0;
}

.mock-window-bar span:first-child {
  background: #ff8bbd;
}

.mock-window-bar span:nth-child(2) {
  background: #ffd166;
}

.mock-window-bar span:nth-child(3) {
  background: #7ee7d8;
}

.mock-window-bar strong {
  margin-left: 7px;
}

.mock-layout {
  display: grid;
  grid-template-columns: 142px 1fr;
  min-height: 460px;
}

.mock-sidebar {
  padding: 24px 18px;
  background: #fbfbff;
  border-right: 1px solid var(--color-border);
}

.mock-sidebar p,
.mock-sidebar button,
.mock-year {
  width: 100%;
  margin: 0 0 14px;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.mock-year {
  margin-top: 18px;
  color: #94a3b8;
}

.mock-sidebar button {
  display: flex;
  justify-content: space-between;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 8px 10px;
  text-align: left;
}

.mock-sidebar button.is-active {
  color: var(--color-purple);
  background: rgba(139, 92, 246, 0.08);
}

.mock-gallery {
  padding: 24px;
}

.mock-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  color: #111827;
}

.mock-gallery-header strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.mock-gallery-header span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.mock-icons {
  display: flex;
  gap: 8px;
}

.mock-icons span {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: #eef2ff;
}

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

.mock-grid article {
  min-width: 0;
}

.thumb-world {
  display: block;
  position: relative;
  min-height: 118px;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.9), transparent 7%),
    linear-gradient(135deg, #8b5cf6, #3b82f6);
  box-shadow: inset 0 -30px 70px rgba(8, 11, 24, 0.20);
}

.thumb-world::before,
.thumb-world::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.thumb-world::before {
  height: 44%;
  background:
    linear-gradient(140deg, transparent 10%, rgba(8, 11, 24, 0.38) 11% 27%, transparent 28%),
    linear-gradient(220deg, transparent 15%, rgba(8, 11, 24, 0.34) 16% 40%, transparent 41%);
  clip-path: polygon(0 70%, 12% 35%, 25% 68%, 38% 26%, 51% 62%, 66% 20%, 80% 58%, 100% 30%, 100% 100%, 0 100%);
}

.thumb-world::after {
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 24, 0.32));
}

.thumb-world.is-dusk {
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 251, 210, 0.92), transparent 7%),
    radial-gradient(circle at 74% 14%, rgba(255, 79, 163, 0.82), transparent 11%),
    linear-gradient(135deg, #ff6fae, #8b5cf6 45%, #3b82f6);
}

.thumb-world.is-blue {
  background:
    radial-gradient(circle at 34% 28%, rgba(180, 237, 255, 0.9), transparent 8%),
    radial-gradient(circle at 72% 20%, rgba(34, 211, 238, 0.72), transparent 9%),
    linear-gradient(135deg, #1d4ed8, #7c3aed 55%, #0f172a);
}

.thumb-world.is-room {
  background:
    radial-gradient(circle at 44% 38%, rgba(255, 180, 126, 0.72), transparent 12%),
    linear-gradient(135deg, #1e1b4b, #7c3aed 52%, #ff8a66);
}

.thumb-world.is-sky {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.98), transparent 6%),
    linear-gradient(135deg, #60a5fa, #8b5cf6 52%, #fb7185);
}

.thumb-world.is-night {
  background:
    radial-gradient(circle at 62% 24%, rgba(255, 79, 163, 0.75), transparent 8%),
    linear-gradient(135deg, #020617, #312e81 50%, #7c3aed);
}

.thumb-world.is-pastel {
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.88), transparent 8%),
    linear-gradient(135deg, #f9a8d4, #a7f3d0 48%, #93c5fd);
}

.mock-grid h3 {
  margin: 9px 0 4px;
  color: #334155;
  font-size: 12px;
  line-height: 1.25;
}

.mock-grid p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
}

.mock-grid p span {
  color: var(--color-orange);
}

.hero-photo-card,
.desk-card {
  position: absolute;
  z-index: 2;
  width: 210px;
  padding: 10px 10px 18px;
  border: 1px solid rgba(232, 234, 242, 0.9);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-card);
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0) rotate(var(--rotate));
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-photo-card:hover,
.desk-card:hover,
.case-row article:hover {
  transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(0deg) translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
}

.hero-photo-card .thumb-world {
  min-height: 134px;
}

.hero-photo-card img,
.case-row article img {
  display: block;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.hero-photo-card img {
  aspect-ratio: 16 / 9;
  object-position: center top;
}

.hero-photo-card p {
  margin: 10px 0 0;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.hero-photo-card.is-back {
  top: 2%;
  left: 8%;
}

.hero-photo-card.is-side {
  top: 8%;
  right: 0;
  width: 190px;
}

.hero-photo-card.is-bottom {
  bottom: 0;
  left: 4%;
  width: 180px;
}

.hero-note {
  position: absolute;
  z-index: 7;
  right: 2%;
  top: 43%;
  color: var(--color-blue);
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
  rotate: -8deg;
}

.hero-note::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  border-radius: 99px;
  background: currentColor;
}

.hero-sticker {
  position: absolute;
  z-index: 8;
  right: 8%;
  bottom: 6%;
  padding: 12px 18px;
  color: #fff;
  background: var(--color-pink);
  font-weight: 900;
  border-radius: 8px;
  rotate: -5deg;
  box-shadow: 0 16px 40px rgba(255, 79, 163, 0.28);
}

.paper-tape {
  position: absolute;
  z-index: 6;
  width: 120px;
  height: 28px;
  border-radius: 4px;
  background: rgba(255, 133, 169, 0.42);
  transform: rotate(-12deg);
}

.is-hero-tape {
  top: 6%;
  right: 22%;
}

.floaty {
  animation: floaty 5.5s ease-in-out infinite alternate;
}

.section-bg-word {
  position: absolute;
  z-index: -1;
  left: clamp(8px, -2vw, 24px);
  top: 38px;
  margin: 0;
  color: rgba(255, 79, 163, 0.09);
  font-size: clamp(58px, 8vw, 136px);
  font-weight: 1000;
  line-height: 0.8;
  letter-spacing: 0;
  pointer-events: none;
  white-space: nowrap;
  width: calc(100% - 16px);
  max-width: calc(100% - 16px);
  overflow: hidden;
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0);
}

.section-heading,
.split-heading,
.tool-heading {
  max-width: 560px;
  margin-bottom: 34px;
}

.problem .section-heading {
  max-width: 640px;
}

.section-heading h2,
.split-heading h2,
.tool-heading h2,
.designed-copy h2,
.safe-copy h2,
.faq-title h2,
.final-cta-box h2 {
  margin: 0;
  color: var(--color-heading);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.25;
  letter-spacing: 0;
}

.no-wrap-pc {
  white-space: nowrap;
}

.section-heading > p:last-child,
.designed-copy > p,
.faq-title > p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

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

.mini-card,
.feature-card,
.safe-card,
.case-row article {
  border: 1px solid rgba(232, 234, 242, 0.96);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.mini-card {
  min-height: 220px;
  padding: 24px 20px;
  border-radius: 16px;
}

.mini-card:hover,
.feature-card:hover,
.safe-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.line-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--color-purple);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.11), rgba(34, 211, 238, 0.13));
  border: 1px solid rgba(139, 92, 246, 0.14);
  overflow: hidden;
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.icon-folder::before {
  left: 14px;
  bottom: 14px;
  width: 34px;
  height: 25px;
  border: 2.5px solid currentColor;
  border-radius: 5px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.22));
}

.icon-search::before {
  left: 14px;
  top: 12px;
  width: 25px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.icon-search::after {
  left: 36px;
  top: 36px;
  width: 15px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.icon-folder::after {
  left: 15px;
  top: 15px;
  width: 20px;
  height: 10px;
  border: 2.5px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.icon-question::before {
  content: "?";
  inset: 9px;
  display: grid;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: currentColor;
  font-family: Arial, "Segoe UI", sans-serif;
  font-size: 27px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
}

.icon-question::after {
  content: none;
}

.icon-sliders::before {
  left: 13px;
  top: 17px;
  width: 32px;
  height: 24px;
  background:
    linear-gradient(currentColor 0 0) 0 4px / 32px 2px no-repeat,
    linear-gradient(currentColor 0 0) 0 12px / 32px 2px no-repeat,
    linear-gradient(currentColor 0 0) 0 20px / 32px 2px no-repeat;
}

.icon-sliders::after {
  left: 18px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid currentColor;
  box-shadow:
    15px 8px 0 -2px #fff,
    15px 8px 0 0 currentColor,
    6px 16px 0 -2px #fff,
    6px 16px 0 0 currentColor;
}

.icon-mask::before {
  left: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, 0.85) 50%, rgba(255, 255, 255, 0.58) 50%) 0 0 / 16px 16px,
    rgba(255, 255, 255, 0.38);
}

.icon-mask::after {
  left: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  border: 2px solid currentColor;
  border-radius: 9px;
}

.icon-vr::before {
  left: 10px;
  top: 20px;
  width: 38px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 13px;
  background:
    radial-gradient(circle at 32% 50%, rgba(139, 92, 246, 0.18) 0 18%, transparent 19%),
    radial-gradient(circle at 68% 50%, rgba(139, 92, 246, 0.18) 0 18%, transparent 19%),
    rgba(255, 255, 255, 0.35);
}

.icon-vr::after {
  left: 27px;
  top: 28px;
  width: 4px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.mini-card h3,
.feature-card h3,
.safe-card h3,
.case-row h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 17px;
  line-height: 1.55;
}

.mini-card p,
.feature-card p,
.safe-card p,
.case-row p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.flow-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  border: 1px solid rgba(232, 234, 242, 0.96);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 79, 163, 0.12), transparent 24%),
    radial-gradient(circle at 70% 10%, rgba(139, 92, 246, 0.12), transparent 25%),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.flow-steps article {
  padding: 32px;
}

.flow-steps span,
.safe-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--color-pink);
  font-size: 26px;
  font-weight: 1000;
}

.flow-steps h3 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 24px;
}

.flow-steps p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.85;
}

.flow-arrow {
  display: grid;
  place-items: center;
  color: #8b5cf6;
  font-size: 46px;
  font-weight: 300;
  opacity: 0.72;
}

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

.feature-card {
  min-height: 168px;
  padding: 22px;
  border-radius: 16px;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  min-width: 50px;
  height: 42px;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 14px;
  color: var(--color-purple);
  background: rgba(139, 92, 246, 0.08);
  font-size: 12px;
  font-weight: 1000;
}

.designed-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
}

.designed-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.designed-points span {
  padding: 15px 16px;
  border: 1px solid rgba(232, 234, 242, 0.96);
  border-radius: 14px;
  color: #334155;
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 900;
}

.desk-mock {
  position: relative;
  min-height: 430px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 78% 18%, rgba(255, 79, 163, 0.20), transparent 26%),
    radial-gradient(circle at 22% 30%, rgba(34, 211, 238, 0.18), transparent 26%),
    #f7f8ff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.desk-screen {
  position: absolute;
  left: 12%;
  top: 14%;
  width: 72%;
  min-height: 255px;
  padding: 12px;
  border: 12px solid #111827;
  border-radius: 20px;
  background: #0f172a;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.desk-toolbar {
  height: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  margin-bottom: 12px;
}

.desk-content {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
}

.desk-side {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
}

.desk-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.desk-photos .thumb-world {
  min-height: 76px;
}

.desk-vr {
  position: absolute;
  left: 15%;
  bottom: 11%;
  width: 140px;
  height: 58px;
  border-radius: 34px 34px 22px 22px;
  background:
    radial-gradient(circle at 27% 52%, rgba(255, 255, 255, 0.42) 0 16%, transparent 17%),
    radial-gradient(circle at 71% 52%, rgba(255, 255, 255, 0.42) 0 16%, transparent 17%),
    linear-gradient(135deg, #f8fafc, #dbeafe);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

.desk-card {
  width: 146px;
  padding-bottom: 10px;
}

.desk-card .thumb-world {
  min-height: 92px;
}

.desk-card.is-one {
  right: 6%;
  bottom: 13%;
}

.desk-card.is-two {
  left: 4%;
  top: 10%;
}

.tool-heading {
  max-width: 640px;
}

.editing-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

.editing-image-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(232, 234, 242, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.editing-image-card::before {
  content: "";
  position: absolute;
  inset: auto 22px 20px;
  height: 68px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.18);
  filter: blur(30px);
}

.editing-image-card img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: contain;
  object-position: center center;
}

.tool-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(232, 234, 242, 0.95);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 79, 163, 0.08), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(34, 211, 238, 0.10), transparent 30%),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-card);
  overflow: visible;
}

.tool-strip span {
  display: inline-grid;
  place-items: center;
  min-height: 70px;
  padding: 13px 14px;
  border: 1px solid rgba(232, 234, 242, 0.96);
  border-radius: 14px;
  color: #334155;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 251, 255, 0.9));
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.tool-strip span:hover {
  transform: translateY(-4px);
  color: var(--color-purple);
  border-color: rgba(139, 92, 246, 0.28);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.tool-strip span.is-new {
  color: #111827;
  border-color: rgba(255, 79, 163, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 79, 163, 0.12), rgba(79, 209, 197, 0.12)),
    #fff;
  box-shadow: 0 14px 30px rgba(255, 79, 163, 0.08);
}

.safe-grid {
  display: block;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(232, 234, 242, 0.96);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 18%, rgba(34, 211, 238, 0.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 79, 163, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 248, 255, 0.78));
  box-shadow: var(--shadow-soft);
}

.safe-copy {
  max-width: 820px;
  margin-bottom: 28px;
}

.safe-copy h2 {
  line-height: 1.2;
}

.safe-copy h2 br {
  display: block;
}

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

.safe-card {
  position: relative;
  min-height: 172px;
  padding: 26px;
  border-radius: 20px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 14% 10%, rgba(139, 92, 246, 0.13), transparent 38%);
  overflow: hidden;
}

.safe-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
}

.case-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.case-row article {
  min-width: 0;
  padding: 10px 10px 18px;
  border-radius: 16px;
  overflow: hidden;
}

.case-row article img {
  min-height: 136px;
  margin-bottom: 15px;
  aspect-ratio: 16 / 9;
  object-position: center;
  background: #f7f8ff;
  border: 1px solid rgba(232, 234, 242, 0.86);
  transition: transform 0.28s ease;
}

.case-row article img.case-logo-image {
  object-fit: contain;
  padding: 26px;
  background: #fc4d50;
}

.case-row article:hover img {
  transform: scale(1.025);
}

.case-row h3,
.case-row p {
  padding-inline: 4px;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: start;
}

.faq-list {
  border: 1px solid rgba(232, 234, 242, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--color-border);
}

.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  width: 100%;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 0;
  color: #111827;
  background: transparent;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.faq-question span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--color-purple);
  background: rgba(139, 92, 246, 0.08);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.22s ease;
}

.faq-item.is-open .faq-question span {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.26s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: #475569;
  font-weight: 700;
  line-height: 1.8;
}

.faq-item.is-open .faq-answer {
  max-height: 720px;
}

.final-cta {
  padding-bottom: 78px;
}

.final-cta-box {
  position: relative;
  padding: clamp(38px, 6vw, 70px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.24), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(200, 255, 61, 0.24), transparent 22%),
    linear-gradient(135deg, var(--color-pink), var(--color-purple) 48%, var(--color-blue));
  box-shadow: 0 28px 80px rgba(139, 92, 246, 0.30);
  text-align: left;
  overflow: hidden;
}

.final-cta-box::before {
  content: "WorldShot Log";
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: -16px;
  color: rgba(255, 255, 255, 0.11);
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
}

.final-cta-box h2 {
  position: relative;
  color: #fff;
  max-width: 850px;
}

.final-cta-box p {
  position: relative;
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 800;
  line-height: 1.9;
}

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

.final-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  color: #111827;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  text-align: center;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.final-actions a:hover {
  transform: translateY(-3px);
  background: #fff;
}

.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 30px clamp(20px, 4vw, 32px) 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #64748b;
  border-top: 1px solid rgba(232, 234, 242, 0.9);
}

.site-footer img {
  display: block;
  width: 210px;
  height: auto;
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.site-footer a {
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.78s ease,
    transform 0.78s ease;
}

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

body:not(.is-ready) .hero-step {
  opacity: 0;
  transform: translateY(24px);
}

body.is-ready .hero-step:nth-child(1) {
  transition-delay: 0.04s;
}

body.is-ready .hero-step:nth-child(2) {
  transition-delay: 0.14s;
}

body.is-ready .hero-step:nth-child(3) {
  transition-delay: 0.24s;
}

body.is-ready .hero-step:nth-child(4) {
  transition-delay: 0.34s;
}

body.is-ready .hero-step:nth-child(5) {
  transition-delay: 0.44s;
}

body.is-ready .hero-step:nth-child(6) {
  transition-delay: 0.54s;
}

@keyframes orbFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(430px, -320px, 0) scale(1.52);
  }
}

@keyframes gridDrift {
  0% {
    background-position:
      0 0,
      0 0;
  }

  100% {
    background-position:
      168px -124px,
      280px -198px;
  }
}

@keyframes floaty {
  from {
    transform: translate3d(-22px, var(--parallax-y), 0) rotate(-7deg) scale(0.96);
  }

  to {
    transform: translate3d(48px, calc(var(--parallax-y) - 86px), 0) rotate(10deg) scale(1.08);
  }
}

@media (max-width: 1120px) {
  .site-nav {
    display: none;
  }

  .hero-inner,
  .designed-grid,
  .safe-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: calc(var(--header-height) + 56px);
  }

  .hero-visual {
    min-height: 610px;
  }

  .app-mock {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .app-mock.reveal,
  body:not(.is-ready) .app-mock.hero-step {
    transform: translateX(-50%) translateY(24px);
  }

  .app-mock.reveal.is-visible {
    transform: translateX(-50%) translateY(0);
  }

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

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

  .editing-showcase {
    grid-template-columns: 1fr;
  }

  .tool-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .site-brand span {
    display: none;
  }

  .site-header-actions {
    gap: 8px;
  }

  .header-download {
    min-width: auto;
    padding: 9px 12px;
  }

  .header-booth {
    display: none;
  }

  .section-band {
    padding: 74px 18px;
  }

  .hero {
    padding-top: calc(var(--header-height) + 42px);
  }

  .hero-title {
    font-size: clamp(48px, 15.8vw, 62px);
    max-width: 100%;
  }

  .hero-subtitle {
    width: auto;
    max-width: 100%;
    font-size: clamp(18px, 5vw, 22px);
    white-space: normal;
  }

  .hero-lead {
    font-size: 16px;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .hero-visual {
    min-height: 460px;
  }

  .bg-orb {
    width: 860px;
    height: 860px;
    opacity: 0.22;
  }

  .bg-doodle.is-star {
    right: 6%;
    font-size: 74px;
  }

  .bg-doodle.is-dot {
    left: 6%;
    width: 46px;
    height: 46px;
  }

  .bg-doodle.is-tape {
    right: -46px;
    width: 210px;
    height: 48px;
  }

  .bg-doodle.is-wave,
  .bg-doodle.is-wave-two {
    font-size: 46px;
  }

  .bg-doodle.is-ring {
    right: -36px;
    width: 82px;
    height: 82px;
    border-width: 14px;
  }

  .bg-doodle.is-plus {
    left: -14px;
    font-size: 74px;
  }

  .bg-doodle.is-chip {
    right: 8%;
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .bg-doodle.is-ribbon {
    left: -48px;
    width: 150px;
    height: 38px;
  }

  .app-mock {
    width: min(520px, 100%);
    top: 6%;
  }

  .mock-layout {
    grid-template-columns: 104px 1fr;
    min-height: 360px;
  }

  .mock-sidebar {
    padding: 16px 12px;
  }

  .mock-gallery {
    padding: 16px;
  }

  .mock-grid {
    gap: 12px;
  }

  .mock-grid article:nth-child(n + 3) {
    display: none;
  }

  .hero-photo-card,
  .hero-note,
  .hero-sticker,
  .paper-tape,
  .desk-card {
    display: none;
  }

  .problem-grid,
  .feature-grid,
  .safe-cards,
  .case-row,
  .designed-points {
    grid-template-columns: 1fr;
  }

  .tool-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .tool-strip span {
    min-height: 60px;
    padding: 11px 10px;
    font-size: 12px;
  }

  .safe-grid {
    padding: 24px;
  }

  .no-wrap-pc {
    white-space: normal;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
    padding-bottom: 8px;
  }

  .desk-mock {
    min-height: 320px;
  }

  .desk-screen {
    left: 7%;
    width: 86%;
  }

  .desk-vr {
    left: 11%;
  }

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 18px;
  }
}

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

  [data-parallax] {
    transform: none !important;
  }
}
