:root {
  --bg: #ffffff;
  --text: #161928;
  --muted: #606784;
  --line: #e9ecf7;
  --blue: #2f6fff;
  --cyan: #1ecbff;
  --pink: #ff4fb4;
  --magenta: #ff399b;
  --yellow: #ffe35c;
  --soft-blue: #eef5ff;
  --soft-pink: #fff2fb;
  --soft-cyan: #ebfbff;
  --shadow: 0 16px 40px rgba(56, 76, 125, 0.12);
  --font-body: "Zen Kaku Gothic New", sans-serif;
  --font-display: "M PLUS 1p", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 0% 20%, rgba(71, 208, 255, 0.12), transparent 16%),
    radial-gradient(circle at 100% 32%, rgba(255, 79, 180, 0.1), transparent 12%),
    radial-gradient(circle at 0% 80%, rgba(255, 201, 60, 0.1), transparent 10%),
    #fff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url("./assets/deco_dots_pink.webp") left -120px top 820px / 170px 170px no-repeat,
    url("./assets/deco_dots_cyan.webp") right -70px top 1580px / 180px 180px no-repeat,
    url("./assets/deco_diagonal_lines.webp") left -40px bottom 220px / 150px 150px no-repeat;
  opacity: 0.16;
}

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

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 28px 0;
}

.hero.section {
  padding-bottom: 54px;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
  animation: decorFloat 7.2s ease-in-out infinite;
}

.page-shell > :not(.decor) {
  position: relative;
  z-index: 1;
}

.decor-1 {
  top: 94px;
  right: 26px;
  width: 102px;
  height: 102px;
  background-image: url("./assets/deco_circle_cyan_outline.webp");
}

.decor-2 {
  top: 498px;
  left: -10px;
  width: 154px;
  height: 44px;
  background-image: url("./assets/deco_wave_pink.webp");
}

.decor-3 {
  top: 654px;
  right: -24px;
  width: 88px;
  height: 88px;
  background-image: url("./assets/deco_circle_yellow.webp");
}

.decor-4 {
  top: 728px;
  left: -26px;
  width: 124px;
  height: 124px;
  background-image: url("./assets/deco_circle_pink.webp");
}

.decor-5 {
  top: 1088px;
  right: 8px;
  width: 132px;
  height: 132px;
  background-image: url("./assets/deco_diagonal_lines.webp");
}

.decor-6 {
  top: 1264px;
  left: -8px;
  width: 110px;
  height: 110px;
  background-image: url("./assets/deco_dots_yellow.webp");
}

.decor-7 {
  top: 1578px;
  right: 22px;
  width: 126px;
  height: 34px;
  background-image: url("./assets/deco_wave_cyan.webp");
}

.decor-8 {
  top: 1752px;
  left: 8px;
  width: 76px;
  height: 76px;
  background-image: url("./assets/deco_star_yellow.webp");
}

.decor-9 {
  bottom: 416px;
  right: -10px;
  width: 124px;
  height: 124px;
  background-image: url("./assets/deco_circle_cyan_outline.webp");
}

.decor-10 {
  bottom: 584px;
  left: 4px;
  width: 100px;
  height: 100px;
  background-image: url("./assets/deco_dots_pink.webp");
}

.decor-11 {
  bottom: 242px;
  left: 26px;
  width: 70px;
  height: 70px;
  background-image: url("./assets/deco_triangle_outline.webp");
}

.decor-12 {
  bottom: 116px;
  right: 28px;
  width: 104px;
  height: 104px;
  background-image: url("./assets/deco_triangle_blue.webp");
}

.decor-13 {
  top: 254px;
  right: 248px;
  width: 46px;
  height: 46px;
  background-image: url("./assets/deco_star_yellow.webp");
}

.decor-14 {
  top: 936px;
  left: 34px;
  width: 78px;
  height: 78px;
  background-image: url("./assets/deco_circle_yellow.webp");
  opacity: 0.72;
}

.decor-15 {
  top: 2128px;
  right: 42px;
  width: 144px;
  height: 38px;
  background-image: url("./assets/deco_wave_pink.webp");
}

.decor-16 {
  bottom: 902px;
  right: 36px;
  width: 118px;
  height: 118px;
  background-image: url("./assets/deco_dots_cyan.webp");
}

.decor-17 {
  bottom: 812px;
  left: 14px;
  width: 118px;
  height: 34px;
  background-image: url("./assets/deco_wave_cyan.webp");
}

.decor-18 {
  bottom: 44px;
  right: 180px;
  width: 42px;
  height: 42px;
  background-image: url("./assets/deco_star_yellow.webp");
}

.decor-19 {
  top: 342px;
  left: 50%;
  width: 178px;
  height: 24px;
  background-image: url("./assets/deco_wave_divider.webp");
  transform: translateX(-50%);
}

.decor-20 {
  top: 882px;
  right: 96px;
  width: 132px;
  height: 132px;
  background-image: url("./assets/deco_circle_yellow.webp");
  opacity: 0.62;
}

.decor-21 {
  top: 1410px;
  left: 24px;
  width: 86px;
  height: 86px;
  background-image: url("./assets/deco_dots_cyan.webp");
}

.decor-22 {
  top: 2460px;
  right: 6px;
  width: 176px;
  height: 22px;
  background-image: url("./assets/deco_wave_divider.webp");
}

.decor-23 {
  bottom: 1040px;
  left: 54px;
  width: 124px;
  height: 124px;
  background-image: url("./assets/deco_circle_yellow.webp");
  opacity: 0.52;
}

.decor-24 {
  bottom: 548px;
  right: 104px;
  width: 112px;
  height: 112px;
  background-image: url("./assets/deco_diagonal_lines.webp");
  opacity: 0.88;
}

.decor-2,
.decor-7,
.decor-15,
.decor-17,
.decor-19,
.decor-22 {
  animation-name: decorWave;
  animation-duration: 8.6s;
}

.decor-3,
.decor-8,
.decor-13,
.decor-18 {
  animation-name: decorPop;
  animation-duration: 5.2s;
}

.site-header {
  padding: 0 0 10px;
}

.header-topbar {
  margin-bottom: 14px;
  padding: 10px 0;
  background: linear-gradient(90deg, #2e54df, #ff3697);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.header-topbar .container {
  text-align: center;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: clamp(156px, 14vw, 220px);
  height: auto;
  display: block;
}

.brand-logo-footer {
  width: clamp(184px, 17vw, 244px);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.84rem;
  font-family: var(--font-display);
  font-weight: 600;
  color: #3d496e;
}

.header-nav a:first-child {
  color: var(--blue);
}

.header-nav a {
  position: relative;
  transition: color 0.28s ease, transform 0.28s ease;
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f6fff, #ff4ea7);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.header-nav a:hover {
  color: #2448b5;
  transform: translateY(-2px);
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  white-space: nowrap;
  line-height: 1.1;
}

.header-phone-number {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #2750c7;
}

.header-phone-hours {
  font-size: 0.73rem;
  color: #7a84a3;
}

.header-cta {
  position: relative;
  overflow: hidden;
  padding: 17px 26px;
  border-radius: 22px 22px 0 22px;
  background: linear-gradient(135deg, #ff3c9d, #ff6ca9);
  color: #fff;
  font-size: 0.92rem;
  font-family: var(--font-display);
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(255, 60, 157, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.header-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(255, 60, 157, 0.26);
  filter: saturate(1.06);
}

.header-cta::before,
.hero-button::before,
.cta-button::before,
.footer-button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -120%;
  width: 60%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-22deg);
  transition: left 0.65s ease;
}

.header-cta:hover::before,
.hero-button:hover::before,
.cta-button:hover::before,
.footer-button:hover::before {
  left: 130%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: center;
}

.hero h1 {
  margin: 0;
  display: grid;
  gap: 6px;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 5.35vw, 5.05rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
}

.hero-title-line {
  display: flex;
  align-items: flex-end;
  gap: 0.08em;
  white-space: nowrap;
}

.hero-title-top {
  font-size: 0.88em;
}

.hero-title-bottom {
  font-size: 1em;
}

.hero-title-value,
.hero-title-video {
  display: inline-block;
}

.hero-title-tail,
.hero-title-rest {
  color: #161928;
  font-size: 0.84em;
}

.grad-text {
  background: linear-gradient(90deg, #2f6fff 0%, #ff46ad 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cyan-text {
  color: #21c8ff;
}

.hero-lead {
  margin: 28px 0 10px;
  color: #223772;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
}

.hero-note {
  margin: 0;
  max-width: 34rem;
  color: #5f6988;
  font-size: 1rem;
  line-height: 1.9;
}

.hero.section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: min(1000px, calc(100% - 140px));
  height: 28px;
  transform: translateX(-50%);
  background: url("./assets/deco_wave_divider.webp") center / contain no-repeat;
  opacity: 0.78;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0 28px;
  width: min(100%, 580px);
}

.point-card,
.reason-card,
.voice-card,
.member-card,
.area-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(227, 233, 248, 0.95);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.point-card {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 24px 18px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96) 58%, rgba(233, 241, 255, 0.95) 100%);
}

.point-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px dashed rgba(115, 149, 235, 0.22);
  pointer-events: none;
}

.point-card:hover,
.reason-card:hover,
.member-card:hover,
.voice-card:hover,
.area-card:hover,
.plan-card:hover,
.editing-item:hover,
.option-chip:hover,
.faq-item:hover,
.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 42px rgba(56, 76, 125, 0.18);
}

.point-card h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 10em;
}

.icon {
  margin: 0 auto;
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--pink);
}

.icon-image {
  display: grid;
  place-items: center;
}

.point-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  transition: transform 0.35s ease;
}

.point-card:hover .point-icon,
.reason-card:hover .reason-icon-image img {
  transform: scale(1.08) rotate(-4deg);
}

.icon.people span {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #7cb6ff;
  border-radius: 50%;
  top: 4px;
}

.icon.people span::after {
  content: "";
  position: absolute;
  inset: 16px -5px -8px;
  border: 2px solid #7cb6ff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.icon.people span:nth-child(1) {
  left: 3px;
}

.icon.people span:nth-child(2) {
  left: 18px;
}

.icon.people span:nth-child(3) {
  left: 33px;
}

.icon.camera::before,
.icon.camera::after,
.camera-icon::before,
.slate-icon::before,
.multi-icon::before,
.team-icon::before,
.reason-icon::before,
.reason-icon::after {
  content: "";
  position: absolute;
}

.icon.camera::before,
.camera-icon::before {
  inset: 14px 8px 14px 8px;
  border: 3px solid #ff6cc0;
  border-radius: 12px;
}

.icon.camera::after,
.camera-icon::after {
  top: 19px;
  right: 2px;
  width: 13px;
  height: 12px;
  border: 3px solid #ff6cc0;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.icon.clock,
.reason-icon.speed {
  border: 3px solid #7ea1ff;
  border-radius: 50%;
}

.icon.clock::before,
.icon.clock::after,
.reason-icon.speed::before,
.reason-icon.speed::after {
  content: "";
  position: absolute;
  background: #7ea1ff;
  border-radius: 999px;
  left: 50%;
  top: 50%;
  transform-origin: top center;
}

.icon.clock::before,
.reason-icon.speed::before {
  width: 3px;
  height: 14px;
  transform: translate(-50%, -100%);
}

.icon.clock::after,
.reason-icon.speed::after {
  width: 11px;
  height: 3px;
  transform: translate(0, -50%);
}

.hero-button,
.cta-button,
.footer-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 34px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.hero-button {
  min-width: 0;
  width: min(100%, 580px);
  font-family: var(--font-display);
  background: linear-gradient(90deg, #2e67ff, #ff4ea7);
  box-shadow: 0 16px 32px rgba(90, 96, 219, 0.22);
}

.hero-button:hover,
.cta-button:hover,
.footer-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(62, 72, 162, 0.22);
  filter: saturate(1.06);
}

.hero-button span,
.footer-button {
  background: rgba(255, 255, 255, 0.18);
}

.hero-button span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  min-height: 680px;
  --hero-tilt-x: 0px;
  --hero-tilt-y: 0px;
}

.hero-blob {
  position: absolute;
  inset: 24px 14px 120px -36px;
  background:
    radial-gradient(circle at 12% 18%, rgba(209, 239, 255, 0.95) 0 10%, transparent 11%),
    radial-gradient(circle at 82% 82%, rgba(35, 202, 255, 0.88) 0 10%, transparent 11%),
    #f6fbff;
  clip-path: polygon(8% 16%, 33% 2%, 77% 4%, 98% 21%, 98% 78%, 86% 95%, 53% 99%, 17% 89%, 2% 52%);
  border-radius: 40px;
}

.hero-image-frame {
  position: absolute;
  inset: 40px 22px 120px -22px;
  border-radius: 56px;
  overflow: hidden;
  clip-path: polygon(7% 15%, 33% 2%, 78% 5%, 98% 21%, 98% 80%, 86% 98%, 48% 100%, 16% 89%, 2% 53%);
  box-shadow: var(--shadow);
  transform: translate3d(var(--hero-tilt-x), var(--hero-tilt-y), 0);
  transition: transform 0.26s ease;
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.hero-image-frame .hero-main-image {
  object-fit: contain;
  object-position: center;
}

.hero-image-frame-full {
  inset: -6px -18px 44px -92px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  clip-path: none;
  box-shadow: none;
}

.hero-image-frame-full .hero-main-image {
  width: 168%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: unset;
  object-position: unset;
  transform: translateX(4%);
  filter: drop-shadow(0 26px 44px rgba(39, 76, 146, 0.16));
}

.hero-badge {
  position: absolute;
  right: 10px;
  top: 186px;
  width: 182px;
  height: 182px;
  filter: drop-shadow(0 16px 30px rgba(255, 208, 0, 0.18));
  transform: translate3d(calc(var(--hero-tilt-x) * -0.7), calc(var(--hero-tilt-y) * -0.7), 0);
  transition: transform 0.26s ease;
  animation: badgeFloat 5.6s ease-in-out infinite;
}

.hero-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-script {
  position: absolute;
  right: 0;
  bottom: 92px;
  margin: 0;
  display: grid;
  text-align: right;
  font-family: "Caveat", cursive;
  font-size: 2.6rem;
  line-height: 1;
  transform: rotate(-6deg);
  animation: scriptFloat 5.4s ease-in-out infinite;
}

.hero-script span:first-child {
  color: #376dff;
}

.hero-script span:last-child {
  color: #ff4fb4;
}

.section-title {
  position: relative;
  margin: 0 0 34px;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-title span {
  color: var(--pink);
}

.section-title::after {
  content: "";
  display: block;
  width: 148px;
  height: 12px;
  margin: 10px auto 0;
  background: url("./assets/deco_section_underline.webp") center / contain no-repeat;
  animation: underlineWobble 4.8s ease-in-out infinite;
}

.gallery-slider {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 18px;
  align-items: center;
}

.gallery-viewport {
  overflow: hidden;
}

.gallery-track {
  --gallery-columns: 5;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (16px * (var(--gallery-columns) - 1))) / var(--gallery-columns));
  gap: 16px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.gallery-card {
  margin: 0;
  transition: transform 0.35s ease;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
  background: #eef4ff;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.04);
}

.gallery-nav {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(58, 84, 140, 0.16);
  color: #3056c6;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.gallery-nav:hover {
  color: var(--pink);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 32px rgba(58, 84, 140, 0.22);
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(61, 91, 182, 0.18);
  cursor: pointer;
}

.gallery-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2e67ff, #ff4ea7);
}

.gallery-meta {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 16px;
  color: #6d7594;
  font-size: 0.92rem;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.reason-card {
  min-height: 260px;
  padding: 34px 26px;
  border-radius: 0;
  border-left: 1px solid var(--line);
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

.reason-card:nth-child(4n + 1) {
  border-left: 0;
}

.reason-card:nth-child(n + 5) {
  border-top: 1px solid var(--line);
}

.reason-card h3 {
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
}

.reason-card p {
  margin: 0;
  line-height: 1.9;
  color: var(--muted);
}

.reason-icon {
  position: relative;
  width: 56px;
  height: 56px;
}

.reason-icon-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.reason-icon.trophy::before {
  inset: 10px 15px 18px;
  border: 3px solid #6f9cff;
  border-radius: 10px 10px 14px 14px;
}

.reason-icon.trophy::after {
  left: 20px;
  bottom: 4px;
  width: 16px;
  height: 14px;
  border: 3px solid #6f9cff;
  border-top: 0;
}

.reason-icon.camcorder::before {
  inset: 15px 8px 16px 10px;
  border: 3px solid #62a1ff;
  border-radius: 10px;
}

.reason-icon.camcorder::after {
  top: 21px;
  right: 3px;
  width: 15px;
  height: 12px;
  border: 3px solid #62a1ff;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.reason-icon.support {
  border: 3px solid #b56cff;
  border-radius: 20px 20px 18px 18px;
}

.reason-icon.support::before {
  left: 16px;
  top: 9px;
  width: 20px;
  height: 20px;
  border: 3px solid #b56cff;
  border-radius: 50%;
}

.reason-icon.support::after {
  left: 11px;
  bottom: 7px;
  width: 30px;
  height: 16px;
  border: 3px solid #b56cff;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

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

.plan-card {
  padding: 30px 24px 28px;
  border-radius: 22px;
  background: #fff;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.plan-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
}

.plan-card.blue {
  border-color: rgba(83, 127, 255, 0.35);
}

.plan-card.pink {
  border-color: rgba(218, 88, 255, 0.35);
}

.plan-card.cyan {
  border-color: rgba(44, 209, 211, 0.35);
}

.plan-card.magenta {
  border-color: rgba(255, 85, 181, 0.35);
}

.plan-card.blue h3,
.blue-script {
  color: #3b74ff;
}

.plan-card.pink h3,
.pink-script {
  color: #ba5cff;
}

.plan-card.cyan h3,
.cyan-script {
  color: #28bcd6;
}

.plan-card.magenta h3,
.rose-script {
  color: #ff74b1;
}

.plan-copy {
  margin: 12px 0 16px;
  color: var(--muted);
  line-height: 1.7;
  min-height: 3.2em;
}

.plan-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 14px;
  min-height: 44px;
}

.plan-icons img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.plan-icons-double img {
  width: 32px;
  height: 32px;
}

.plan-icons-multi {
  gap: 7px;
  flex-wrap: wrap;
  max-width: 170px;
  margin-inline: auto;
  margin-bottom: 14px;
}

.plan-icons-multi img {
  width: 26px;
  height: 26px;
}

.plan-price {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.plan-card.blue .plan-price {
  color: #2f6fff;
}

.plan-card.pink .plan-price {
  color: #cf48dd;
}

.plan-card.cyan .plan-price {
  color: #28bfd0;
}

.plan-card.magenta .plan-price {
  color: #ff479e;
}

.plan-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #505b79;
  display: grid;
  gap: 10px;
}

.plan-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.55;
  text-align: left;
}

.plan-card li img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.pricing-note,
.areas-note {
  text-align: center;
  color: #7b83a0;
  font-size: 0.9rem;
}

.pricing-note {
  margin: 18px 0 22px;
}

.editing-details {
  margin: 24px 0 18px;
  padding: 28px 30px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(227, 233, 248, 0.95);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.editing-details::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  width: 106px;
  height: 106px;
  background: url("./assets/deco_dots_cyan.webp") center / contain no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

.editing-details h3 {
  margin: 0 0 18px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: #243152;
}

.editing-details-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1fr) minmax(0, 0.94fr);
  grid-template-areas:
    "title visual multi"
    "telop visual assets"
    "cut visual audio";
  gap: 14px 18px;
  align-items: center;
}

.editing-item-title {
  grid-area: title;
}

.editing-item-telop {
  grid-area: telop;
}

.editing-item-cut {
  grid-area: cut;
}

.editing-item-multi {
  grid-area: multi;
}

.editing-item-assets {
  grid-area: assets;
}

.editing-item-audio {
  grid-area: audio;
}

.editing-visual {
  grid-area: visual;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  width: min(100%, 500px);
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.editing-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.editing-item {
  position: relative;
  z-index: 1;
  padding: 13px 15px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfcff, #f6f9ff);
  border: 1px solid #e7ecfa;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: visible;
}

.editing-item::before,
.editing-item::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}

.editing-item::before {
  height: 3px;
  width: clamp(88px, 10vw, 138px);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 103, 255, 0.78), rgba(255, 78, 167, 0.84));
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.68);
}

.editing-item::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6fff, #ff4ea7);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.92),
    0 8px 18px rgba(47, 111, 255, 0.22);
}

.editing-item-title::before,
.editing-item-telop::before,
.editing-item-cut::before {
  right: calc(clamp(88px, 10vw, 138px) * -1);
  transform: translateY(-50%);
}

.editing-item-title::after,
.editing-item-telop::after,
.editing-item-cut::after {
  right: calc(clamp(88px, 10vw, 138px) * -1 - 10px);
  transform: translateY(-50%);
}

.editing-item-multi::before,
.editing-item-assets::before,
.editing-item-audio::before {
  left: calc(clamp(88px, 10vw, 138px) * -1);
  transform: translateY(-50%);
}

.editing-item-multi::after,
.editing-item-assets::after,
.editing-item-audio::after {
  left: calc(clamp(88px, 10vw, 138px) * -1 - 10px);
  transform: translateY(-50%);
}

.editing-item h4 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: #2f6fff;
}

.editing-item p {
  margin: 0;
  color: #58617f;
  line-height: 1.6;
  font-size: 0.88rem;
}

.pricing-subtitle {
  margin: 22px 0 14px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: #243152;
}

.options-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.option-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 162px;
  padding: 16px 14px;
  border-radius: 14px;
  text-align: center;
  background: #f7f9ff;
  border: 1px solid var(--line);
  color: #566079;
  font-size: 0.96rem;
  line-height: 1.7;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.option-chip img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.option-chip strong {
  display: block;
  color: #2d3655;
}

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

.area-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 20px;
}

.area-visual {
  display: grid;
  place-items: center;
  width: 132px;
  height: 196px;
  overflow: hidden;
}

.area-visual img {
  display: block;
  width: auto;
  height: 196px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

.area-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: #3f76ff;
}

.area-card p {
  margin: 0;
  color: var(--muted);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.flow-step {
  text-align: center;
  position: relative;
  padding: 8px 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-6px);
  filter: saturate(1.05);
}

.flow-step:not(:last-child)::after {
  content: "››";
  position: absolute;
  right: -14px;
  top: 36px;
  font-size: 1.5rem;
  color: #8ea7e6;
}

.flow-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b74ff, #9ed5ff);
  color: #fff;
  font-weight: 800;
}

.flow-step h3 {
  margin: 14px 0 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #26459c;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.93rem;
}

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

.member-card {
  overflow: visible;
  border-radius: 18px;
  position: relative;
}

.member-photo {
  aspect-ratio: 1.05;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f7ff, #fff6fb);
  border-radius: 18px;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.member-card:hover .member-photo img {
  transform: scale(1.06);
}

.member-body {
  position: relative;
  z-index: 2;
  margin: -54px 14px 0;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 14px 34px rgba(88, 104, 150, 0.16),
    0 0 0 10px rgba(255, 255, 255, 0.42);
}

.member-name {
  margin: 0 0 6px;
  font-family: "Caveat", cursive;
  font-size: 2.2rem;
  line-height: 1;
}

.member-role {
  margin: 0 0 10px;
  color: #3a4567;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
}

.member-body p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.voice-card {
  padding: 26px;
  border-radius: 20px;
}

.voice-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 12px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px rgba(73, 98, 157, 0.14);
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.voice-role {
  margin: 6px 0 14px;
  color: #6f7694;
}

.voice-card p:last-of-type {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.stars {
  margin-top: 16px;
  color: #ffb32f;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
  align-items: start;
}

.faq-item {
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(43, 62, 118, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  position: relative;
  font-family: var(--font-display);
  font-weight: 600;
  color: #243152;
}

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

.faq-item summary::before {
  content: "Q.";
  color: #3c7bff;
  margin-right: 10px;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 1.6rem;
  color: #23324f;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.85;
}

.bottom-cta {
  margin-top: 28px;
  padding: 0;
  position: relative;
}

.bottom-cta .cta-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.bottom-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: min(980px, calc(100% - 120px));
  height: 22px;
  transform: translateX(-50%);
  background: url("./assets/deco_wave_divider.webp") center / contain no-repeat;
  opacity: 0.86;
}

.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 0 38px;
  min-height: 220px;
  background: linear-gradient(90deg, #2e54df, #ff3697);
  color: #fff;
  overflow: visible;
}

.cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("./assets/deco_cta_gradient_bg.webp") center / cover no-repeat,
    linear-gradient(90deg, #2e54df, #ff3697);
  opacity: 0.42;
  pointer-events: none;
}

.cta-inner > * {
  position: relative;
  z-index: 1;
}

.cta-visual {
  position: relative;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  overflow: visible;
}

.cta-visual img {
  display: block;
  width: auto;
  height: 326px;
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
  margin-left: -34px;
}

.cta-copy h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.cta-copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.cta-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.cta-button {
  background: #ffe13f;
  color: #1f2950;
  font-family: var(--font-display);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14);
}

.cta-contact {
  margin-top: 18px;
  justify-self: center;
  text-align: center;
}

.cta-contact a {
  display: inline-block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.05rem;
  font-weight: 700;
  white-space: nowrap;
}

.cta-contact p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer {
  padding: 34px 0 24px;
  background: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.88fr 1.24fr 0.88fr;
  gap: 28px;
  align-items: start;
}

.footer-brand {
  max-width: 290px;
}

.footer-brand p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  padding-top: 14px;
  font-family: var(--font-display);
  font-weight: 600;
  color: #3d496e;
}

.footer-contact {
  padding-left: 34px;
  border-left: 2px solid #f0d2e4;
  display: grid;
  gap: 10px;
}

.footer-contact p,
.footer-contact span {
  color: #6c7492;
}

.footer-contact a:first-of-type {
  color: #2f6fff;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.footer-button {
  justify-self: start;
  padding: 16px 28px;
  border-radius: 14px;
  font-family: var(--font-display);
  font-weight: 600;
  background: linear-gradient(135deg, #ff42a1, #ff67ad);
}

.copyright {
  margin: 28px 0 0;
  text-align: center;
  color: #79819d;
  font-size: 0.9rem;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

@keyframes decorFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes decorWave {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -6px, 0) rotate(-1.5deg);
  }
}

@keyframes decorPop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translate3d(calc(var(--hero-tilt-x) * -0.7), calc(var(--hero-tilt-y) * -0.7), 0);
  }
  50% {
    transform: translate3d(calc(var(--hero-tilt-x) * -0.7), calc(var(--hero-tilt-y) * -0.7 - 10px), 0);
  }
}

@keyframes scriptFloat {
  0%,
  100% {
    transform: rotate(-6deg) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateY(-8px);
  }
}

@keyframes underlineWobble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}

@media (max-width: 1120px) {
  .header-inner,
  .hero-grid,
  .plan-grid,
  .options-row,
  .flow-grid,
  .member-grid,
  .voice-grid,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-inner {
    display: grid;
  }

  .header-nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-grid,
  .plan-grid,
  .member-grid {
    gap: 20px;
  }

  .gallery-track {
    --gallery-columns: 3;
  }

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

  .editing-details-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "visual visual"
      "title multi"
      "telop assets"
      "cut audio";
  }

  .editing-visual {
    width: min(100%, 520px);
  }

  .editing-item::before,
  .editing-item::after {
    display: none;
  }
  .reason-card {
    border-left: 1px solid var(--line);
  }

  .reason-card:nth-child(2n + 1) {
    border-left: 0;
  }

  .reason-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .area-grid,
  .faq-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    padding: 32px;
    text-align: center;
  }

  .cta-visual {
    justify-content: center;
  }

  .cta-visual img {
    height: 250px;
    margin-left: 0;
  }

  .cta-button,
  .footer-button {
    justify-self: center;
  }

  .footer-contact {
    padding-left: 0;
    border-left: 0;
  }

  .decor {
    opacity: 0.72;
  }

  .decor-1,
  .decor-3,
  .decor-5,
  .decor-9,
  .decor-13,
  .decor-16,
  .decor-20,
  .decor-24 {
    transform: scale(0.82);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    padding-top: 0;
  }

  .header-topbar {
    margin-bottom: 12px;
    padding: 9px 0;
    font-size: 0.72rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  .header-inner {
    grid-template-columns: 1fr;
  }

  .header-nav {
    display: none;
  }

  .header-actions {
    justify-self: start;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .header-phone {
    align-items: flex-start;
  }

  .header-cta {
    justify-self: start;
  }

  .section {
    padding: 20px 0;
  }

  .hero h1 {
    font-size: 2.75rem;
    gap: 4px;
  }

  .hero-lead {
    font-size: 1.1rem;
  }

  .hero-points,
  .plan-grid,
  .editing-details-stage,
  .options-row,
  .flow-grid,
  .member-grid,
  .voice-grid,
  .faq-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-button {
    min-width: 0;
    width: 100%;
    padding-inline: 20px;
  }

  .point-card {
    max-width: 280px;
    width: 100%;
    justify-self: center;
  }

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

  .hero-image-frame-full {
    inset: 8px -6px 36px -28px;
  }

  .hero-image-frame-full .hero-main-image {
    width: 152%;
    transform: translateX(2%);
  }

  .hero-badge {
    width: 126px;
    height: 126px;
    right: 0;
    top: 126px;
  }

  .hero-script {
    right: 8px;
    bottom: 30px;
    font-size: 1.8rem;
  }

  .hero.section::after,
  .bottom-cta::before {
    width: calc(100% - 40px);
  }

  .reason-grid {
    grid-template-columns: 1fr;
  }

  .editing-details-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "title"
      "telop"
      "cut"
      "multi"
      "assets"
      "audio";
  }

  .editing-item::before,
  .editing-item::after {
    display: none;
  }

  .reason-card,
  .reason-card + .reason-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .reason-card:first-child {
    border-top: 0;
  }

  .area-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .area-visual {
    width: min(100%, 150px);
    height: 190px;
    margin-inline: auto;
  }

  .area-visual img {
    height: 190px;
  }

  .flow-step:not(:last-child)::after {
    display: none;
  }

  .cta-copy h2 {
    font-size: 1.5rem;
  }

  .cta-visual img {
    height: 220px;
    margin-left: 0;
  }

  .cta-contact a,
  .footer-contact a:first-of-type {
    font-size: 1.7rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .decor {
    opacity: 0.45;
  }

  .decor-1,
  .decor-3,
  .decor-5,
  .decor-9,
  .decor-12,
  .decor-15,
  .decor-16,
  .decor-18,
  .decor-20,
  .decor-22,
  .decor-24 {
    display: none;
  }

  .decor-2 {
    top: 560px;
    left: -26px;
    width: 96px;
    height: 90px;
  }

  .decor-4 {
    top: 760px;
    left: -40px;
    width: 110px;
    height: 120px;
  }

  .decor-6 {
    top: 1310px;
    left: -48px;
    width: 110px;
    height: 110px;
  }

  .decor-7 {
    top: 1770px;
    right: -10px;
    width: 76px;
    height: 56px;
  }

  .decor-8 {
    top: 2140px;
    left: -24px;
    width: 80px;
    height: 80px;
  }

  .decor-10 {
    bottom: 600px;
    left: -30px;
    width: 110px;
    height: 110px;
  }

  .decor-11 {
    bottom: 280px;
    left: -30px;
    width: 84px;
    height: 84px;
  }

  .decor-13 {
    top: 224px;
    right: 104px;
    width: 32px;
    height: 32px;
  }

  .decor-14 {
    top: 1040px;
    left: 0;
    width: 54px;
    height: 54px;
  }

  .decor-17 {
    bottom: 790px;
    left: -18px;
    width: 78px;
    height: 24px;
  }

  .decor-19 {
    top: 360px;
    width: 120px;
    height: 18px;
  }

  .decor-21 {
    top: 1510px;
    left: -10px;
    width: 60px;
    height: 60px;
  }

  .decor-23 {
    bottom: 1090px;
    left: -14px;
    width: 70px;
    height: 70px;
  }

  .gallery-slider {
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
  }

  .gallery-track {
    --gallery-columns: 1;
  }

  .gallery-nav {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }

  .gallery-meta {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  html {
    scroll-behavior: auto;
  }

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

.company-page .header-nav a:first-child {
  color: inherit;
}

.company-page .header-nav a::after {
  bottom: -7px;
}

.company-hero {
  padding-top: 48px;
  padding-bottom: 24px;
}

.company-hero-inner {
  padding: 40px 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 20%, rgba(48, 118, 255, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 78, 167, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  border: 1px solid rgba(226, 232, 248, 0.95);
  box-shadow: var(--shadow);
}

.company-kicker {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b74ff;
}

.company-hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 700;
  color: #1e2649;
}

.company-hero p:last-child {
  margin: 0;
  max-width: 760px;
  color: #57607d;
  line-height: 1.9;
}

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

.company-fact {
  padding: 24px 24px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(227, 233, 248, 0.95);
  box-shadow: var(--shadow);
}

.company-fact dt {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #3a73ff;
}

.company-fact dd {
  margin: 0;
  color: #2e3554;
  line-height: 1.85;
}

.company-fact a {
  color: #2f6fff;
}

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

.company-business-card {
  padding: 28px 26px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 255, 0.95));
  border: 1px solid rgba(227, 233, 248, 0.95);
  box-shadow: var(--shadow);
}

.company-business-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.26rem;
  font-weight: 700;
  color: #253154;
}

.company-business-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: #5b647f;
  line-height: 1.9;
}

@media (max-width: 1120px) {
  .company-facts,
  .company-business-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .company-hero-inner {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .company-hero h1 {
    font-size: 2.2rem;
  }

  .company-fact,
  .company-business-card {
    padding: 22px 18px 20px;
  }
}

.privacy-card {
  padding: 34px 36px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(227, 233, 248, 0.95);
  box-shadow: var(--shadow);
}

.privacy-section + .privacy-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(225, 231, 245, 0.9);
}

.privacy-section h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: #243152;
}

.privacy-section p,
.privacy-section li {
  color: #59627f;
  line-height: 1.95;
}

.privacy-section p {
  margin: 0;
}

.privacy-section ul {
  margin: 12px 0 0;
  padding-left: 1.25em;
}

.privacy-section a {
  color: #2f6fff;
}

@media (max-width: 720px) {
  .privacy-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .privacy-section + .privacy-section {
    margin-top: 22px;
    padding-top: 22px;
  }
}

.thanks-section {
  padding-top: 8px;
  padding-bottom: 48px;
}

.thanks-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 40px 38px;
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 18%, rgba(48, 118, 255, 0.12), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(255, 78, 167, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  border: 1px solid rgba(226, 232, 248, 0.95);
  box-shadow: var(--shadow);
}

.thanks-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2f6fff, #ff4ea7);
  box-shadow: 0 16px 30px rgba(72, 93, 181, 0.2);
}

.thanks-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #1e2649;
}

.thanks-card p {
  margin: 0 auto;
  max-width: 620px;
  color: #58617f;
  line-height: 1.95;
}

.thanks-contact {
  margin-top: 24px;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.thanks-contact a {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #253154;
}

.thanks-contact span {
  color: #6d7594;
  font-size: 0.98rem;
}

.thanks-actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.thanks-primary,
.thanks-secondary {
  min-width: 220px;
  padding: 15px 24px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.thanks-primary {
  color: #fff;
  background: linear-gradient(90deg, #2e54df, #ff3697);
  box-shadow: 0 14px 24px rgba(82, 96, 194, 0.18);
}

.thanks-secondary {
  color: #2f6fff;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(214, 224, 246, 0.96);
  box-shadow: 0 10px 22px rgba(58, 84, 140, 0.1);
}

.thanks-primary:hover,
.thanks-secondary:hover {
  transform: translateY(-3px);
}

.thanks-primary:hover {
  box-shadow: 0 18px 30px rgba(82, 96, 194, 0.22);
}

.thanks-secondary:hover {
  box-shadow: 0 14px 26px rgba(58, 84, 140, 0.16);
}

@media (max-width: 720px) {
  .thanks-card {
    padding: 32px 20px 28px;
    border-radius: 24px;
  }

  .thanks-actions {
    gap: 10px;
  }

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