.creative-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #fff 0%, #fff 54%, #f6f9ff 100%);
  min-height: 680px;
  padding: 56px 0 0;
  border-bottom: 1px solid #eef2f7;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.primary-menu,
.primary-menu ul {
  gap: 34px;
}

.primary-menu a {
  color: #071832;
  font-size: 14px;
  font-weight: 700;
}

.primary-menu .service-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.primary-menu .service-link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.primary-menu .service-link {
  position: relative;
}

.primary-menu .service-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 120;
  width: 230px;
  display: grid;
  gap: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(7, 24, 50, .14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.primary-menu .service-submenu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
}

.primary-menu .service-link:hover .service-submenu,
.primary-menu .service-link:focus-within .service-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.primary-menu .service-submenu a {
  display: block;
  padding: 13px 14px;
  line-height: 1.45;
  white-space: nowrap;
}

.primary-menu .service-submenu a::after {
  display: none;
}

.primary-menu .service-submenu a:hover,
.primary-menu .service-submenu a:focus-visible {
  background: #f4f7fc;
  color: #1454b8;
}

.primary-menu .service-submenu span {
  display: block;
  margin-bottom: 2px;
  color: #7b8493;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .primary-menu .service-submenu {
    position: static;
    width: 100%;
    display: none;
    padding: 0 0 4px 14px;
    border: 0;
    border-left: 2px solid #e5e7eb;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .primary-menu .service-link.is-submenu-open .service-submenu {
    display: grid;
  }

  .primary-menu .service-submenu a {
    padding: 10px 12px;
  }
}

.header-cta {
  min-width: 172px;
  min-height: 44px;
  margin-left: 30px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #050505;
  border: 1px solid #050505;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.header-cta:hover {
  background: #111;
  color: #fff;
}

.creative-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 80%, rgba(37, 99, 235, .08), transparent 24%),
    radial-gradient(circle at 78% 14%, rgba(37, 99, 235, .09), transparent 28%);
  pointer-events: none;
}

.creative-hero__inner {
  width: min(1240px, calc(100vw - 56px));
  min-height: 590px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(400px, .76fr) minmax(520px, 1fr);
  gap: 36px;
  align-items: center;
  position: relative;
}

.creative-hero__nav-index {
  display: none;
}

.creative-hero__copy {
  position: relative;
  z-index: 3;
  padding: 28px 0 78px;
}

.creative-hero__eyebrow {
  margin: 0 0 30px;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.creative-hero h1 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.42;
}

.creative-hero h1 span {
  color: #2563eb;
  font-size: 1.28em;
  letter-spacing: -.02em;
}

.creative-hero h1 .yellow {
  color: #facc15;
}

.creative-hero__lead {
  margin: 30px 0 0;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  max-width: 620px;
}

.creative-hero__lead span {
  background: linear-gradient(transparent 62%, rgba(250, 204, 21, .55) 62%);
  padding: 0 .04em;
}

.creative-hero__actions {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-cta {
  min-width: 184px;
  min-height: 58px;
  padding: 16px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
}

.hero-cta-primary {
  background: #1454c8;
  border: 1px solid #1454c8;
  color: #fff;
  box-shadow: 0 18px 34px rgba(20, 84, 200, .22);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .22);
  color: #111827;
}

.creative-hero__side-label {
  position: absolute;
  right: 28px;
  top: 118px;
  writing-mode: vertical-rl;
  color: #111827;
  font: 900 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .22em;
}

.creative-visual {
  position: relative;
  height: 590px;
  z-index: 2;
}

.hero-brush-art {
  position: absolute;
  width: clamp(820px, 72vw, 1120px);
  right: clamp(-230px, -12vw, -130px);
  top: -118px;
  z-index: 0;
  pointer-events: none;
  transform: none;
}

.hero-brush-art::before {
  display: none;
}

.hero-brush-art picture {
  display: block;
}

.hero-brush-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: none;
  transform-origin: 52% 54%;
  animation: heroBrushReveal 2.6s cubic-bezier(.16, .84, .22, 1) .18s both;
}

.hero-brush-art::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 28%;
  height: 18%;
  left: 36%;
  top: 4%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .68), rgba(37, 99, 235, .18), rgba(255, 255, 255, 0));
  filter: blur(12px);
  mix-blend-mode: screen;
  opacity: 0;
  transform: rotate(16deg);
  animation: heroBrushTip 2.35s cubic-bezier(.16, .84, .22, 1) .2s both;
}

.hero-card-stack {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-card {
  position: absolute;
  max-width: none;
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 22px 34px rgba(15, 23, 42, .14));
  transform: translate3d(0, 68px, 0) scale(.92);
  animation: heroCardFloatIn 1.35s cubic-bezier(.16, .84, .22, 1) both;
}

.hero-card-01 {
  width: clamp(250px, 21vw, 315px);
  left: 2%;
  top: 20px;
  animation-delay: 1.05s;
}

.hero-card-02 {
  width: clamp(205px, 17vw, 270px);
  left: 39%;
  top: -6px;
  animation-delay: 2.2s;
}

.hero-card-03 {
  width: clamp(225px, 18vw, 292px);
  top: 58px;
  right: -16%;
  animation-delay: 1.28s;
}

.hero-card-04 {
  width: clamp(250px, 21vw, 320px);
  left: 3%;
  bottom: -4px;
  animation-delay: 1.74s;
}

.hero-card-05 {
  width: clamp(118px, 10vw, 154px);
  left: 49%;
  bottom: -8px;
  animation-delay: 1.97s;
}

.hero-card-06 {
  width: clamp(182px, 15vw, 235px);
  right: -4%;
  bottom: 105px;
  animation-delay: 2.43s;
}

.creative-visual > .brush {
  display: none;
}

.brush {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: saturate(1.15);
  opacity: .94;
}

.brush-blue {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, .95) 24%, rgba(37, 99, 235, .88) 62%, rgba(37, 99, 235, 0));
  height: 44px;
}

.brush-yellow {
  background: linear-gradient(90deg, rgba(250, 204, 21, 0), rgba(250, 204, 21, .95) 28%, rgba(250, 204, 21, 0));
  height: 42px;
}

.brush-black {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
  height: 14px;
}

.brush-a {
  width: 560px;
  right: 26px;
  top: 96px;
  transform: rotate(22deg);
}

.brush-b {
  width: 680px;
  right: 24px;
  top: 312px;
  transform: rotate(-16deg);
}

.brush-c {
  width: 430px;
  left: 0;
  bottom: 90px;
  transform: rotate(64deg);
}

.brush-d {
  width: 310px;
  right: 80px;
  top: 250px;
  transform: rotate(-25deg);
}

.brush::after {
  content: "";
  position: absolute;
  inset: -10px 24px;
  background: inherit;
  border-radius: 50%;
  filter: blur(6px);
  opacity: .42;
}

.creative-visual .mock-card {
  position: absolute;
  display: none;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
  color: #111827;
}

@keyframes heroBrushReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, -28px, 0) scale(1.025);
  }

  10% {
    opacity: .42;
    clip-path: inset(0 0 92% 0);
  }

  24% {
    opacity: 1;
    clip-path: inset(0 0 76% 0);
    transform: translate3d(0, -18px, 0) scale(1.018);
  }

  42% {
    clip-path: inset(0 0 48% 0);
    transform: translate3d(0, -8px, 0) scale(1.01);
  }

  68% {
    clip-path: inset(0 0 17% 0);
  }

  86% {
    clip-path: inset(0 0 4% 0);
  }

  100% {
    opacity: .98;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroBrushTip {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(16deg) scaleY(.35);
  }

  14% {
    opacity: .72;
    transform: translate3d(12px, 76px, 0) rotate(16deg) scaleY(.66);
  }

  42% {
    opacity: .82;
    transform: translate3d(48px, 286px, 0) rotate(16deg) scaleY(1);
  }

  72% {
    opacity: .62;
    transform: translate3d(88px, 520px, 0) rotate(16deg) scaleY(1.18);
  }

  100% {
    opacity: 0;
    transform: translate3d(112px, 690px, 0) rotate(16deg) scaleY(1.28);
  }
}

@keyframes heroCardFloatIn {
  0% {
    opacity: 0;
    filter: blur(4px) drop-shadow(0 22px 34px rgba(15, 23, 42, .08));
    transform: translate3d(0, 68px, 0) scale(.92);
  }

  38% {
    opacity: .86;
    filter: blur(1px) drop-shadow(0 22px 34px rgba(15, 23, 42, .12));
  }

  72% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 22px 34px rgba(15, 23, 42, .14));
    transform: translate3d(0, -10px, 0) scale(1.018);
  }

  100% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 22px 34px rgba(15, 23, 42, .14));
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-brush-art img,
  .hero-brush-art::after,
  .hero-card,
  .service-section::after,
  .about-section::after,
  .company-section::after,
  .inquiry-section::after,
  .reveal-section > *,
  .service-section.reveal-section .service-section__inner,
  .about-section.reveal-section .about-section__inner,
  .company-section.reveal-section .company-section__inner,
  .inquiry-section.reveal-section .inquiry-section__inner {
    animation: none;
    transition: none;
  }

  .hero-brush-art img {
    clip-path: inset(0);
    opacity: .98;
    transform: none;
  }

  .hero-brush-art::after {
    opacity: 0;
  }

  .hero-card {
    opacity: 1;
    transform: none;
  }

  .service-section::after,
  .about-section::after,
  .company-section::after,
  .inquiry-section::after,
  .reveal-section > *,
  .service-section.reveal-section .service-section__inner,
  .about-section.reveal-section .about-section__inner,
  .company-section.reveal-section .company-section__inner,
  .inquiry-section.reveal-section .inquiry-section__inner {
    opacity: 1;
    transform: none;
  }
}

.mock-store {
  width: 310px;
  left: 74px;
  top: 116px;
  padding: 14px;
}

.mock-head {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}

.mock-head span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
}

.mock-store__body {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 16px;
  align-items: center;
}

.mock-product {
  height: 92px;
  border-radius: 6px;
  background: linear-gradient(160deg, #f9fafb, #e5e7eb);
  position: relative;
}

.mock-product::before {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 18px;
  width: 20px;
  height: 48px;
  background: #111827;
  border-radius: 4px 4px 1px 1px;
  box-shadow: -20px 20px 0 #c2410c, 20px 20px 0 #92400e;
}

.mock-store p,
.mock-chart p,
.mock-review p {
  margin: 0 0 6px;
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mock-store strong {
  font-size: 13px;
  line-height: 1.5;
}

.mock-store i {
  display: block;
  height: 6px;
  margin-top: 8px;
  border-radius: 99px;
  background: #e5e7eb;
}

.mock-store i:nth-child(3) {
  width: 80%;
}

.mock-store i:nth-child(4) {
  width: 56%;
}

.mock-chart {
  width: 152px;
  right: 128px;
  top: 66px;
  padding: 14px;
}

.mock-chart strong {
  display: block;
  color: #111827;
  font: 900 17px/1.1 Inter, Arial, sans-serif;
}

.mock-chart svg {
  margin-top: 10px;
}

.mock-sale {
  width: 138px;
  right: 170px;
  top: 250px;
  padding: 18px 16px;
}

.mock-sale::before {
  content: "";
  display: block;
  height: 92px;
  margin: -4px auto 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, #fef3c7, #facc15 48%, #f8fafc 49%, #e5e7eb);
  opacity: .9;
}

.mock-sale p {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.mock-sale strong {
  display: block;
  font: 900 42px/1 Inter, Arial, sans-serif;
}

.mock-sale strong span {
  font-size: 14px;
}

.mock-sale button {
  border: 0;
  background: #111827;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 800;
}

.mock-grid-card {
  width: 250px;
  left: 150px;
  bottom: 138px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mock-grid-card span {
  height: 64px;
  border-radius: 6px;
  background: linear-gradient(160deg, #fff, #e5e7eb);
  border: 1px solid #e5e7eb;
}

.mock-review {
  width: 178px;
  right: 212px;
  bottom: 98px;
  padding: 16px;
}

.mock-review strong {
  font: 900 22px/1 Inter, Arial, sans-serif;
}

.mock-review span {
  display: block;
  margin-top: 8px;
  color: #facc15;
  letter-spacing: .12em;
  font-size: 12px;
}

.mock-phone {
  width: 92px;
  right: 42px;
  bottom: 112px;
  padding: 12px;
  display: grid;
  gap: 10px;
}

.mock-phone span {
  height: 74px;
  border-radius: 7px;
  background: linear-gradient(160deg, #fff, #e5e7eb);
  border: 1px solid #e5e7eb;
}

.mock-phone span:nth-child(2),
.mock-phone span:nth-child(3) {
  height: 46px;
}

.hero-features {
  width: 100%;
  margin: 0;
  padding: 34px max(20px, calc((100vw - 1280px) / 2));
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 2px 2px, rgba(255, 103, 24, .42) 1.2px, transparent 1.4px) 0 0 / 9px 9px,
    linear-gradient(112deg, #071326 0 25%, #0b1b33 25% 76%, #071326 76%);
  border-block: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 20px 45px rgba(0, 0, 0, .2);
}

.hero-features::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 44%;
  height: 190%;
  top: -45%;
  right: 11%;
  background: #f15a16;
  transform: rotate(-14deg);
  box-shadow: 0 0 55px rgba(241, 90, 22, .2);
}

.hero-features::after {
  content: "AINAVI  /  EC GROWTH PARTNER  /  04";
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 2px;
  color: rgba(255, 255, 255, .18);
  font: 800 10px/1 monospace;
  letter-spacing: .18em;
}

.hero-feature {
  min-width: 0;
  min-height: 168px;
  padding: 25px 18px 20px;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 11px;
  overflow: hidden;
  background:
    linear-gradient(rgba(250, 246, 236, .96), rgba(250, 246, 236, .96)),
    repeating-linear-gradient(55deg, transparent 0 4px, rgba(17, 24, 39, .08) 4px 5px);
  border: 2px solid #101722;
  box-shadow: 6px 6px 0 #101722;
  opacity: 0;
  transition: opacity .6s ease, transform .25s ease, box-shadow .25s ease;
}

.hero-feature::before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 42px;
  padding: 5px 8px 6px;
  background: #101722;
  color: #fff8ec;
  font: 900 11px/1 monospace;
  letter-spacing: .08em;
}

.hero-feature:nth-child(2)::before { content: "02"; }
.hero-feature:nth-child(3)::before { content: "03"; }
.hero-feature:nth-child(4)::before { content: "04"; }

.hero-feature::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  right: -44px;
  bottom: -46px;
  border: 12px solid rgba(241, 90, 22, .14);
  transform: rotate(18deg);
}

a.hero-feature:hover,
a.hero-feature:focus-visible {
  transform: translate(-3px, -3px) rotate(-.4deg);
  box-shadow: 10px 10px 0 #101722;
}

a.hero-feature:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.hero-features.is-visible .hero-feature {
  animation: featureItemIn .6s ease both;
}

.hero-features.is-visible .hero-feature:nth-child(1) {
  animation-delay: .15s;
}

.hero-features.is-visible .hero-feature:nth-child(2) {
  animation-delay: .35s;
}

.hero-features.is-visible .hero-feature:nth-child(3) {
  animation-delay: .55s;
}

.hero-features.is-visible .hero-feature:nth-child(4) {
  animation-delay: .75s;
}

.hero-feature strong {
  position: relative;
  z-index: 2;
  color: #101722;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .025em;
}

.feature-visual {
  width: 82px;
  height: 76px;
  position: relative;
  display: grid;
  place-items: center;
}

.feature-orb {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 0;
  opacity: 0;
  transform: scale(.68) rotate(-8deg);
  clip-path: polygon(13% 2%, 100% 11%, 91% 91%, 3% 100%);
}

.feature-visual-blue .feature-orb {
  background:
    radial-gradient(circle at 2px 2px, rgba(255, 248, 236, .5) 1px, transparent 1.2px) 0 0 / 6px 6px,
    #142644;
}

.feature-visual-yellow .feature-orb {
  background:
    radial-gradient(circle at 2px 2px, rgba(16, 23, 34, .3) 1px, transparent 1.2px) 0 0 / 6px 6px,
    #f15a16;
}

.feature-visual img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: contrast(1.15);
  opacity: 0;
  transform: translateY(16px);
}

.hero-features.is-visible .feature-orb {
  animation: featureOrbIn .62s cubic-bezier(.16, .84, .22, 1) both;
}

.hero-features.is-visible .feature-visual img {
  animation: featureIconIn .7s cubic-bezier(.16, .84, .22, 1) both;
}

.hero-features.is-visible .hero-feature:nth-child(1) .feature-orb { animation-delay: .22s; }
.hero-features.is-visible .hero-feature:nth-child(1) .feature-visual img { animation-delay: .42s; }
.hero-features.is-visible .hero-feature:nth-child(2) .feature-orb { animation-delay: .42s; }
.hero-features.is-visible .hero-feature:nth-child(2) .feature-visual img { animation-delay: .62s; }
.hero-features.is-visible .hero-feature:nth-child(3) .feature-orb { animation-delay: .62s; }
.hero-features.is-visible .hero-feature:nth-child(3) .feature-visual img { animation-delay: .82s; }
.hero-features.is-visible .hero-feature:nth-child(4) .feature-orb { animation-delay: .82s; }
.hero-features.is-visible .hero-feature:nth-child(4) .feature-visual img { animation-delay: 1.02s; }

@keyframes featureItemIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes featureOrbIn {
  0% {
    opacity: 0;
    transform: scale(.68);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(-8deg);
  }
}

@keyframes featureIconIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .88) 34px, rgba(255, 255, 255, .22) 120px, rgba(255, 255, 255, .22) calc(100% - 120px), rgba(255, 255, 255, .88) calc(100% - 34px), #fff 100%),
    rgba(255, 255, 255, .14);
  pointer-events: none;
}

.service-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/section-bg-odd-pc.png") center top / cover no-repeat;
  opacity: 0;
  transition: opacity 1.15s ease;
  pointer-events: none;
}

.service-section.is-visible::after {
  opacity: 1;
}

.service-section__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
  padding: 88px 0 88px;
}

.reveal-section > *,
.service-section.reveal-section .service-section__inner {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .86s cubic-bezier(.16, .84, .22, 1),
    transform .86s cubic-bezier(.16, .84, .22, 1);
}

.reveal-section.is-visible > *,
.service-section.reveal-section.is-visible .service-section__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-section.reveal-section .service-section__inner {
  transition-delay: .24s;
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #F5F4F6;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, #fff 0%, rgba(245, 244, 246, .96) 100px, rgba(245, 244, 246, .38) 240px, rgba(245, 244, 246, .38) calc(100% - 240px), rgba(245, 244, 246, .96) calc(100% - 100px), #fff 100%),
    rgba(245, 244, 246, .1);
  pointer-events: none;
}

.about-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/section-bg-even-pc.png") center top / cover no-repeat;
  opacity: 0;
  transition: opacity 1.15s ease;
  pointer-events: none;
}

.about-section.is-visible::after {
  opacity: 1;
}

.about-section__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 72px));
  min-height: 640px;
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, .86fr);
  gap: 76px;
  align-items: center;
}

.about-section.reveal-section .about-section__inner {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .86s cubic-bezier(.16, .84, .22, 1) .24s,
    transform .86s cubic-bezier(.16, .84, .22, 1) .24s;
}

.about-section.reveal-section.is-visible .about-section__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-section__copy {
  position: relative;
  padding: 34px 38px;
  margin: -34px -38px;
  border-radius: 8px;
  background: rgba(245, 244, 246, .72);
  backdrop-filter: blur(3px);
}

.about-section__label {
  margin: 0 0 54px;
  color: #1454c8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
  position: relative;
}

.about-section__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 44px;
  height: 2px;
  background: #1454c8;
}

.about-section h2 {
  margin: 0;
  color: #050b18;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .045em;
}

.about-section h2 span,
.about-stat strong span {
  color: #1454c8;
}

.about-section__text {
  margin-top: 54px;
  display: grid;
  gap: 34px;
  max-width: 560px;
}

.about-section__text p {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: .08em;
}

.about-stats {
  display: grid;
  gap: 66px;
}

.about-stat {
  display: grid;
  grid-template-columns: 92px 74px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.about-stat__icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(20, 84, 200, .1);
  box-shadow: inset 0 0 0 1px rgba(20, 84, 200, .06), 0 14px 34px rgba(15, 23, 42, .08);
}

.about-stat__icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: #1454c8;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-stat__slash {
  width: 74px;
  height: 1px;
  background: #1454c8;
  transform: rotate(-64deg);
  transform-origin: center;
}

.about-stat p {
  margin: 0 0 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
}

.about-stat strong {
  display: block;
  color: #050b18;
  font-size: clamp(24px, 2.7vw, 38px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .03em;
}

.about-stat strong span {
  font-size: 1.28em;
  letter-spacing: -.03em;
}

.service-section__head {
  min-height: 244px;
  display: grid;
  align-content: start;
}

.service-section__label {
  margin: 0 0 54px;
  color: #1454c8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
  position: relative;
}

.service-section__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 44px;
  height: 2px;
  background: #1454c8;
}

.service-section__head h2 {
  margin: 0;
  color: #050b18;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.55;
}

.service-section__head h2 span {
  color: #1454c8;
}

.service-section__head p:not(.service-section__label) {
  margin: 16px 0 54px;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.7;
}

.news-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background: #f4f7fc;
}

.news-section::before {
  display: none;
}

.news-section::after {
  display: none;
}

.news-section__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
}

.news-section__head {
  margin-bottom: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.news-section__label {
  margin: 0 0 42px;
  color: #1454c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
  position: relative;
}

.news-section__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 44px;
  height: 2px;
  background: #1454c8;
}

.news-section h2 {
  margin: 0;
  color: #071121;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: .02em;
}

.news-section h2 span,
.company-section h2 span,
.inquiry-section h2 span {
  color: #1454c8;
}

.news-list {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
}

.news-card {
  min-height: 56px;
  padding: 0 30px 0 26px;
  display: grid;
  grid-template-columns: 92px 82px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(203, 213, 225, .5);
  color: #071121;
  transition: background .2s ease;
}

.news-card:hover {
  background: rgba(244, 247, 252, .74);
}

.news-card:last-child {
  border-bottom: 0;
}

.news-card time {
  display: block;
  color: #7c89a3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-card__tag {
  width: fit-content;
  min-width: 62px;
  padding: 4px 10px;
  display: inline-flex;
  justify-content: center;
  border-radius: 4px;
  background: #e9f1ff;
  color: #1454c8;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.news-card h3 {
  margin: 0;
  color: #071121;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.news-card__arrow {
  justify-self: end;
  color: #c4ccd8;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.news-section__link {
  min-width: 108px;
  min-height: 36px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 6px;
  color: #526075;
  background: rgba(255, 255, 255, .45);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.company-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background: #fff;
}

.company-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .88) 34px, rgba(255, 255, 255, .22) 120px, rgba(255, 255, 255, .22) calc(100% - 120px), rgba(255, 255, 255, .88) calc(100% - 34px), #fff 100%),
    rgba(255, 255, 255, .14);
  pointer-events: none;
}

.company-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/section-bg-odd-pc.png") center top / cover no-repeat;
  opacity: 0;
  transition: opacity 1.15s ease;
  pointer-events: none;
}

.company-section.is-visible::after {
  opacity: 1;
}

.company-section__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
}

.company-section.reveal-section .company-section__inner {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .86s cubic-bezier(.16, .84, .22, 1) .24s,
    transform .86s cubic-bezier(.16, .84, .22, 1) .24s;
}

.company-section.reveal-section.is-visible .company-section__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.company-section__head {
  margin-bottom: 56px;
}

.company-section__label {
  margin: 0 0 42px;
  color: #1454c8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
  position: relative;
}

.company-section__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 44px;
  height: 2px;
  background: #1454c8;
}

.company-section h2 {
  margin: 0;
  color: #050b18;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.25;
}

.company-profile {
  width: min(940px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(203, 213, 225, .7);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .1);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.company-profile dl {
  margin: 0;
}

.company-profile div {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 70px;
}

.company-profile div + div {
  border-top: 1px solid rgba(203, 213, 225, .7);
}

.company-profile dt,
.company-profile dd {
  margin: 0;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  color: #111827;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .05em;
}

.company-profile dt {
  background: rgba(241, 245, 249, .7);
  font-weight: 900;
}

.company-profile dd {
  font-weight: 500;
}

.inquiry-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background: #F4F7FC;
}

.inquiry-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, #fff 0%, rgba(244, 247, 252, .98) 116px, rgba(244, 247, 252, .32) 280px, rgba(244, 247, 252, .32) calc(100% - 280px), rgba(244, 247, 252, .98) calc(100% - 116px), #fff 100%),
    rgba(244, 247, 252, .08);
  pointer-events: none;
}

.inquiry-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/section-bg-even-pc.png") center top / cover no-repeat;
  opacity: 0;
  transition: opacity 1.15s ease;
  pointer-events: none;
}

.inquiry-section.is-visible::after {
  opacity: 1;
}

.inquiry-section__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .58fr) minmax(560px, 1fr);
  gap: 76px;
  align-items: center;
}

.inquiry-section.reveal-section .inquiry-section__inner {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .86s cubic-bezier(.16, .84, .22, 1) .24s,
    transform .86s cubic-bezier(.16, .84, .22, 1) .24s;
}

.inquiry-section.reveal-section.is-visible .inquiry-section__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.inquiry-section__label {
  margin: 0 0 54px;
  color: #1454c8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
  position: relative;
}

.inquiry-section__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 44px;
  height: 2px;
  background: #1454c8;
}

.inquiry-section h2 {
  margin: 0;
  color: #050b18;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .05em;
}

.inquiry-section__copy p:not(.inquiry-section__label) {
  margin: 42px 0 0;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: .06em;
}

.inquiry-form {
  padding: 48px 44px 44px;
  display: grid;
  gap: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
  backdrop-filter: blur(8px);
}

.inquiry-form__website {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.inquiry-form__notice {
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.inquiry-form__notice.is-success {
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.inquiry-form__notice.is-error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

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

.inquiry-form label {
  display: grid;
  gap: 10px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
}

.inquiry-form b {
  color: #1454c8;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #cfd8e6;
  border-radius: 6px;
  background: rgba(255, 255, 255, .86);
  color: #111827;
  font: inherit;
  font-weight: 500;
  letter-spacing: .02em;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.inquiry-form input,
.inquiry-form select {
  height: 58px;
  padding: 0 18px;
}

.inquiry-form textarea {
  min-height: 142px;
  padding: 18px;
  resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #9aa5b5;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: #1454c8;
  box-shadow: 0 0 0 3px rgba(20, 84, 200, .12);
}

.inquiry-form button {
  min-height: 66px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #1454c8, #2563eb);
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(20, 84, 200, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.inquiry-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(20, 84, 200, .28);
}

.service-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 96px;
  padding: 52px 60px 50px;
  border: 1px solid rgba(203, 213, 225, .62);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .1);
  backdrop-filter: blur(6px);
}

.service-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 1px;
  height: calc(100% - 32px);
  background: linear-gradient(180deg, transparent, rgba(148, 163, 184, .38), rgba(148, 163, 184, .55), rgba(148, 163, 184, .32), transparent);
  transform: translateX(-50%) rotate(8deg);
  transform-origin: center;
}

.service-list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: #1454c8;
  box-shadow: 0 0 18px rgba(20, 84, 200, .22);
  transform: translate(-50%, -50%) rotate(8deg);
  transform-origin: center;
}

.service-card {
  position: relative;
  z-index: 1;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.service-card__head {
  position: relative;
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.service-card__head::after {
  content: "";
  position: absolute;
  left: 76px;
  top: 50%;
  z-index: 0;
  width: 92px;
  height: 1px;
  background: rgba(20, 84, 200, .72);
  transform: rotate(-48deg);
  transform-origin: center;
}

.service-card__number {
  position: relative;
  z-index: 1;
  min-width: 104px;
  color: rgba(20, 84, 200, .17);
  font-family: "Bodoni 72", "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(72px, 6.2vw, 96px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}

.service-card__number::after {
  display: none;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #050b18;
  font-size: clamp(24px, 1.8vw, 30px);
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.3;
}

.service-card__copy {
  margin: 24px 0 0;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .04em;
}

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

.service-card__points li {
  position: relative;
  padding-left: 34px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .04em;
}

.service-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 18px;
  height: 18px;
  border: 2px solid #1454c8;
  border-radius: 50%;
  background: rgba(255, 255, 255, .74);
}

.service-card__points li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(.45em + 5px);
  width: 7px;
  height: 4px;
  border-left: 2px solid #1454c8;
  border-bottom: 2px solid #1454c8;
  transform: rotate(-45deg);
}

.service-card__link {
  width: fit-content;
  margin-top: auto;
  padding: 28px 44px 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #1454c8;
  color: #1454c8;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
}

.service-card__link span {
  font-size: 28px;
  line-height: 1;
  transition: transform .2s ease;
}

.service-card__link:hover span {
  transform: translateX(5px);
}

@media (max-width: 1020px) {
  .creative-hero {
    padding-top: 40px;
  }

  .header-inner {
    gap: 12px;
  }

  .site-nav {
    margin-left: auto;
  }

  .header-cta {
    min-width: auto;
    min-height: 40px;
    margin-left: 12px;
    padding: 10px 14px;
    gap: 10px;
    font-size: 12px;
  }

  .creative-hero__inner {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .creative-hero__copy {
    padding: 24px 0 10px;
  }

  .creative-visual {
    height: 500px;
  }

  .hero-brush-art {
    width: clamp(720px, 110vw, 920px);
    right: -210px;
    top: -100px;
  }

  .hero-card-01 {
    width: clamp(222px, 34vw, 290px);
    top: 22px;
    left: -1%;
    right: auto;
    bottom: auto;
  }

  .hero-card-02 {
    width: clamp(200px, 29vw, 245px);
    top: 8px;
    left: 40%;
    right: auto;
    bottom: auto;
  }

  .hero-card-03 {
    width: clamp(210px, 31vw, 270px);
    top: 78px;
    left: auto;
    right: -5%;
  }

  .hero-card-04 {
    width: clamp(232px, 34vw, 292px);
    top: auto;
    left: 0;
    right: auto;
    bottom: 12px;
  }

  .hero-card-05 {
    width: clamp(118px, 18vw, 150px);
    top: auto;
    left: 51%;
    right: auto;
    bottom: -4px;
  }

  .hero-card-06 {
    width: clamp(178px, 27vw, 222px);
    left: auto;
    right: 0;
    bottom: 82px;
  }

  .creative-hero__side-label {
    display: none;
  }

  .hero-features {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .hero-feature:nth-child(2) {
    border-right: 0;
  }

  .hero-feature:nth-child(-n+2) {
    border-bottom: 1px solid #e5e7eb;
  }

  .service-section__inner {
    width: min(100vw - 40px, 900px);
    padding: 78px 0 78px;
  }

  .service-list {
    gap: 54px;
    padding: 38px 34px 42px;
  }

  .service-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .service-card__head::after {
    left: 72px;
    top: 46px;
    width: 92px;
  }

  .about-section__inner {
    width: min(100vw - 40px, 900px);
    min-height: 0;
    padding: 58px 0 62px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about-section__text {
    max-width: 720px;
    margin-top: 38px;
    gap: 24px;
  }

  .about-stats {
    gap: 28px;
  }

  .about-stat {
    grid-template-columns: 84px 62px minmax(0, 1fr);
    gap: 22px;
  }

  .about-stat__icon {
    width: 84px;
    height: 84px;
  }

  .about-stat__slash {
    width: 62px;
  }
}

@media (max-width: 640px) {
  .creative-hero {
    min-height: 990px;
    padding-top: 6px;
  }

  .header-cta {
    display: inline-flex;
    min-width: 144px;
    min-height: 38px;
    margin-left: auto;
    padding: 9px 13px;
    gap: 10px;
    font-size: 12px;
  }

  .creative-hero__inner {
    width: min(100vw - 28px, 1240px);
    min-height: 910px;
    display: block;
    position: relative;
  }

  .creative-hero__nav-index {
    top: 16px;
    left: 14px;
    font-size: 20px;
  }

  .creative-hero__eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .creative-hero__copy {
    max-width: 76%;
    padding: 44px 0 0;
    position: relative;
    z-index: 6;
  }

  .creative-hero h1 {
    font-size: clamp(32px, 10.2vw, 44px);
    line-height: 1.34;
  }

  .creative-hero__lead {
    margin-top: 28px;
    font-size: 12px;
    line-height: 1.8;
  }

  .creative-hero__actions {
    width: min(100%, 252px);
    margin-top: 22px;
    gap: 10px;
  }

  .hero-cta {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    font-size: 13px;
  }

  .creative-visual {
    position: absolute;
    inset: 18px 0 0;
    height: auto;
    margin: 0;
    z-index: 2;
  }

  .hero-brush-art {
    width: 620px;
    right: -6px;
    top: 4px;
    opacity: .76;
    transform: none;
  }

  .hero-brush-art::before {
    display: none;
  }

  .hero-card {
    filter: drop-shadow(0 16px 24px rgba(15, 23, 42, .12));
  }

  .hero-card-01 {
    width: 218px;
    top: 560px;
    left: 18%;
    right: auto;
    bottom: auto;
  }

  .hero-card-02 {
    display: none;
  }

  .hero-card-03 {
    width: 156px;
    top: 118px;
    left: auto;
    right: 2%;
  }

  .hero-card-04 {
    width: 168px;
    top: 430px;
    left: auto;
    right: 5%;
    bottom: auto;
  }

  .hero-card-05 {
    width: 204px;
    top: 720px;
    left: auto;
    right: 2%;
    bottom: auto;
  }

  .hero-card-06 {
    display: none;
  }

  .brush-a {
    width: 420px;
    right: -78px;
    top: 90px;
  }

  .brush-b {
    width: 500px;
    right: -62px;
    top: 248px;
  }

  .brush-c {
    width: 300px;
    left: -70px;
    bottom: 72px;
  }

  .mock-store {
    width: 250px;
    left: 28px;
    top: 98px;
  }

  .mock-chart {
    right: 34px;
    top: 46px;
  }

  .mock-sale {
    right: 70px;
    top: 238px;
    transform: scale(.86);
    transform-origin: top right;
  }

  .mock-grid-card {
    left: 34px;
    bottom: 86px;
    width: 210px;
  }

  .mock-review {
    right: 40px;
    bottom: 62px;
  }

  .mock-phone {
    display: none;
  }

  .hero-features {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    border-left: 0;
    border-right: 0;
  }

  .hero-feature {
    min-height: 152px;
    padding: 28px 14px 22px;
    gap: 12px;
    border-bottom: 1px solid #e5e7eb;
  }

  .hero-feature:nth-child(odd) {
    border-right: 1px solid #e5e7eb;
  }

  .hero-feature:nth-child(even) {
    border-right: 0;
  }

  .hero-feature:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .feature-visual {
    width: 76px;
    height: 72px;
  }

  .feature-orb {
    width: 48px;
    height: 48px;
  }

  .feature-visual img {
    width: 52px;
    height: 52px;
  }

  .hero-feature strong {
    font-size: 14px;
  }

  .service-section {
    background-image: none;
  }

  .about-section {
    padding: 64px 0;
  }

  .service-section::after {
    background-image: url("../images/section-bg-odd-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .service-section::before {
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .68) 78px, rgba(255, 255, 255, .06) 190px, rgba(255, 255, 255, .06) calc(100% - 190px), rgba(255, 255, 255, .68) calc(100% - 78px), #fff 100%),
      rgba(255, 255, 255, .04);
  }

  .service-section__inner {
    width: min(100vw - 44px, 500px);
    padding: 58px 0 72px;
  }

  .service-section__head {
    min-height: 190px;
  }

  .service-section__label {
    margin-bottom: 42px;
    font-size: 11px;
    letter-spacing: .24em;
  }

  .service-section__label::after {
    bottom: -18px;
    width: 38px;
  }

  .service-section__head h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.5;
    letter-spacing: .02em;
  }

  .service-section__head p:not(.service-section__label) {
    max-width: 300px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .04em;
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .service-list::before {
    display: none;
  }

  .service-list::after {
    display: none;
  }

  .service-card {
    min-height: 0;
    padding: 28px 22px 30px;
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .1);
    backdrop-filter: blur(8px);
  }

  .service-card__head {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .service-card__head::after {
    left: 48px;
    top: 50%;
    width: 68px;
  }

  .service-card__number {
    min-width: 74px;
    font-size: 62px;
  }

  .service-card h3 {
    margin-top: 0;
    font-size: 23px;
  }

  .service-card__copy {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }

  .service-card__points {
    gap: 10px;
    margin-top: 28px;
  }

  .service-card__points li {
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.65;
  }

  .service-card__points li::before {
    width: 16px;
    height: 16px;
  }

  .service-card__points li::after {
    left: 5px;
    top: calc(.45em + 5px);
  }

  .service-card__link {
    margin-top: 28px;
    padding: 0 38px 7px 0;
    gap: 16px;
    font-size: 14px;
  }

  .about-section::before {
    background:
      linear-gradient(180deg, #fff 0%, rgba(245, 244, 246, .72) 94px, rgba(245, 244, 246, .08) 220px, rgba(245, 244, 246, .08) calc(100% - 220px), rgba(245, 244, 246, .72) calc(100% - 94px), #fff 100%),
      rgba(245, 244, 246, .03);
  }

  .about-section::after {
    background-image: url("../images/section-bg-even-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .about-section__inner {
    width: min(100vw - 44px, 500px);
    padding: 34px 0 38px;
    gap: 42px;
  }

  .news-section {
    padding: 58px 0 64px;
    background: #f4f7fc;
  }

  .news-section::after {
    display: none;
  }

  .news-section::before {
    display: none;
  }

  .news-section__inner {
    width: min(100vw - 44px, 500px);
  }

  .news-section__head {
    margin-bottom: 34px;
    align-items: flex-start;
  }

  .news-section__label {
    margin-bottom: 36px;
    font-size: 11px;
    letter-spacing: .24em;
  }

  .news-section__label::after {
    display: block;
  }

  .news-section h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .news-list {
    display: block;
  }

  .news-card {
    min-height: 84px;
    padding: 16px 18px;
    grid-template-columns: 1fr 70px 20px;
    gap: 8px 12px;
  }

  .news-card time {
    grid-column: 1 / 2;
  }

  .news-card__tag {
    grid-column: 2 / 3;
    justify-self: start;
  }

  .news-card h3 {
    grid-column: 1 / 3;
    font-size: 14px;
  }

  .news-card__arrow {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    align-self: center;
  }

  .news-section__link {
    margin-top: 0;
    font-size: 14px;
  }

  .company-section {
    padding: 58px 0 64px;
  }

  .company-section::after {
    background-image: url("../images/section-bg-odd-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .company-section::before {
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .68) 78px, rgba(255, 255, 255, .06) 190px, rgba(255, 255, 255, .06) calc(100% - 190px), rgba(255, 255, 255, .68) calc(100% - 78px), #fff 100%),
      rgba(255, 255, 255, .04);
  }

  .company-section__inner {
    width: min(100vw - 44px, 500px);
  }

  .company-section__head {
    margin-bottom: 34px;
  }

  .company-section__label {
    margin-bottom: 36px;
    font-size: 11px;
    letter-spacing: .24em;
  }

  .company-section__label::after {
    bottom: -16px;
    width: 38px;
  }

  .company-section h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .company-profile div {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .company-profile dt,
  .company-profile dd {
    padding: 14px 18px;
    font-size: 13px;
  }

  .company-profile dt {
    padding-bottom: 8px;
  }

  .company-profile dd {
    padding-top: 8px;
  }

  .inquiry-section {
    padding: 82px 0 90px;
    background: #F4F7FC;
  }

  .inquiry-section::after {
    background-image: url("../images/section-bg-even-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .inquiry-section::before {
    background:
      linear-gradient(180deg, #fff 0%, rgba(244, 247, 252, .78) 96px, rgba(244, 247, 252, .08) 220px, rgba(244, 247, 252, .08) calc(100% - 220px), rgba(244, 247, 252, .78) calc(100% - 96px), #fff 100%),
      rgba(244, 247, 252, .03);
  }

  .inquiry-section__inner {
    width: min(100vw - 44px, 500px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .inquiry-section__label {
    margin-bottom: 42px;
    font-size: 11px;
    letter-spacing: .24em;
  }

  .inquiry-section__label::after {
    bottom: -18px;
    width: 38px;
  }

  .inquiry-section h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .inquiry-section__copy p:not(.inquiry-section__label) {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }

  .inquiry-form {
    padding: 28px 18px 24px;
    gap: 18px;
  }

  .inquiry-form__row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .inquiry-form label {
    font-size: 13px;
  }

  .inquiry-form input,
  .inquiry-form select {
    height: 52px;
    padding: 0 14px;
  }

  .inquiry-form textarea {
    min-height: 132px;
    padding: 14px;
  }

  .inquiry-form button {
    min-height: 56px;
    font-size: 15px;
  }

  .about-section__label {
    margin-bottom: 42px;
    font-size: 11px;
    letter-spacing: .24em;
  }

  .about-section__label::after {
    bottom: -18px;
    width: 38px;
  }

  .about-section h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.5;
    letter-spacing: .02em;
  }

  .about-section__copy {
    padding: 24px 20px;
    margin: -24px -20px;
  }

  .about-section__text {
    margin-top: 34px;
    gap: 22px;
  }

  .about-section__text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .04em;
  }

  .about-stats {
    gap: 18px;
  }

  .about-stat {
    grid-template-columns: 62px 34px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
    border: 1px solid rgba(226, 232, 240, .78);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .08);
    backdrop-filter: blur(8px);
  }

  .about-stat__icon {
    width: 62px;
    height: 62px;
  }

  .about-stat__icon svg {
    width: 31px;
    height: 31px;
    stroke-width: 3.2;
  }

  .about-stat__slash {
    width: 38px;
  }

  .about-stat p {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .about-stat strong {
    font-size: 20px;
  }
}

.site-footer {
  background: #07182d;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.footer-main {
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
  padding: 78px 0 76px;
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(600px, 1.38fr);
  gap: 56px;
  align-items: start;
}

.footer-brand {
  display: inline-flex;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

.footer-brand span {
  color: #1454c8;
}

.footer-brand-block p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .03em;
}

.footer-social {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 15px;
  font-weight: 900;
}

.footer-nav {
  display: grid;
  grid-template-columns: minmax(190px, 1.25fr) repeat(2, minmax(140px, 1fr));
  gap: 0;
}

.footer-nav > div {
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.footer-nav p {
  margin: 0 0 28px;
  color: #8fb8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  position: relative;
}

.footer-nav p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 18px;
  height: 1px;
  background: #facc15;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.footer-nav a {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
}

.footer-nav > div:first-child a {
  white-space: nowrap;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-bottom {
  background: #07182d;
  color: rgba(255, 255, 255, .66);
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  letter-spacing: .02em;
}

@media (max-width: 1020px) {
  .footer-main {
    width: min(100vw - 40px, 900px);
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .footer-nav > div:first-child {
    border-left: 0;
  }

}

article.privacy-policy {
  width: min(1040px, calc(100vw - 72px));
  margin-right: auto;
  margin-left: auto;
}

.privacy-policy > section,
.privacy-policy__intro,
.privacy-policy__date {
  width: 100%;
}

.privacy-policy__intro {
  margin: 0 0 52px;
  padding: 24px 28px;
  border-left: 3px solid #1454c8;
  background: #f6f9fd;
  color: #344054;
}

.privacy-policy section + section {
  margin-top: 46px;
}

.privacy-policy h2 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfe5ec;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.5;
}

.privacy-policy p,
.privacy-policy li {
  font-size: 15px;
  line-height: 2;
}

.privacy-policy ul {
  margin: 14px 0 0;
  padding-left: 1.5em;
}

.privacy-policy li + li {
  margin-top: 6px;
}

article.privacy-policy a {
  color: #1454c8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-policy__company {
  font-weight: 700;
}

.privacy-policy__date {
  margin: 56px 0 0;
  padding-top: 24px;
  border-top: 1px solid #dfe5ec;
  text-align: right;
  color: #667085;
  font-size: 13px !important;
}

@media (max-width: 640px) {
  .footer-main {
    width: min(100vw - 28px, 520px);
    padding: 56px 0 48px;
  }

  .footer-brand {
    font-size: 38px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-nav > div {
    padding: 0;
    border-left: 0;
  }

  .privacy-policy__intro {
    margin-bottom: 40px;
    padding: 20px;
  }

  article.privacy-policy {
    width: min(100vw - 28px, 520px);
  }

  .privacy-policy section + section {
    margin-top: 38px;
  }

}

.ec-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background: #fff;
  color: #071121;
}

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

.ec-hero__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  animation: ec-hero-bg-in 1.15s cubic-bezier(.22, 1, .36, 1) .1s forwards;
}

.ec-hero__bg picture,
.ec-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.ec-hero__bg img {
  object-fit: cover;
  object-position: center;
}

.ec-hero__object {
  position: absolute;
  z-index: 1;
  right: clamp(-72px, -3vw, -24px);
  bottom: -32%;
  width: min(56vw, 760px);
  opacity: 0;
  pointer-events: none;
  animation: ec-hero-object-in 1.05s cubic-bezier(.22, 1, .36, 1) .75s forwards;
}

.ec-hero__object img {
  display: block;
  width: 100%;
}

@keyframes ec-hero-bg-in {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes ec-hero-object-in {
  from { opacity: 0; transform: translate3d(0, 34px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.ec-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 72px));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .66fr);
  gap: 64px;
  align-items: center;
  padding: 82px 0;
}

.ec-page-label {
  margin: 0 0 24px;
  color: #1454c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
  position: relative;
}

.ec-section__head .ec-page-label,
.ec-consulting-cta .ec-page-label {
  margin-bottom: 54px;
}

.ec-section__head .ec-page-label::after,
.ec-consulting-cta .ec-page-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 44px;
  height: 2px;
  background: currentColor;
}

.ec-consulting-cta .ec-page-label::after {
  left: 50%;
  transform: translateX(-50%);
}

.ec-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .02em;
}

.ec-hero h1 span {
  color: #1454c8;
}

.ec-hero__lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: #374151;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .04em;
}

.ec-hero__actions {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ec-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: #fff;
}

.ec-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/section-bg-odd-pc.png") center top / cover no-repeat;
  opacity: .9;
  pointer-events: none;
}

.ec-section:nth-of-type(odd) {
  background: #F4F7FC;
}

.ec-section:nth-of-type(odd)::before {
  background-image: url("../images/section-bg-even-pc.png");
  opacity: .72;
}

.ec-section__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 72px));
  margin: 0 auto;
}

.ec-section__head {
  max-width: 760px;
  margin: 0 0 52px;
}

.ec-section__head h2 {
  margin: 0;
  color: #071121;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: .02em;
}

.ec-section__head h2 span {
  color: #1454c8;
}

.ec-section__head p:not(.ec-page-label) {
  margin: 18px 0 0;
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.ec-issue-grid,
.ec-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ec-issue-grid p,
.ec-support-grid article,
.ec-compare-card,
.ec-feature-list article,
.ec-flow-list article,
.ec-faq-list details {
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 56px rgba(15, 23, 42, .08);
  backdrop-filter: blur(7px);
}

.ec-issue-grid p {
  min-height: 128px;
  margin: 0;
  padding: 28px;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: .04em;
}

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

.ec-compare-card {
  padding: 36px;
}

.ec-compare-card.is-primary {
  border-color: rgba(20, 84, 200, .34);
  background: rgba(255, 255, 255, .9);
}

.ec-compare-card h3,
.ec-support-grid h3,
.ec-flow-list h3,
.ec-feature-list h3 {
  margin: 0;
  color: #071121;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.ec-compare-card ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ec-compare-card li {
  position: relative;
  padding-left: 30px;
  color: #374151;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.ec-compare-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #9ca3af;
}

.ec-compare-card.is-primary li::before {
  border-color: #1454c8;
  background: radial-gradient(circle, #1454c8 0 38%, transparent 40%);
}

.ec-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ec-feature-list article {
  min-height: 380px;
  padding: 34px;
}

.ec-feature-number {
  display: block;
  margin-bottom: 28px;
  color: rgba(20, 84, 200, .18);
  font-family: "Bodoni 72", "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: 86px;
  line-height: .8;
}

.ec-feature-list p,
.ec-support-grid p,
.ec-flow-list p,
.ec-faq-list p {
  margin: 18px 0 0;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .03em;
}

.ec-support-grid article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-content: start;
  align-items: center;
  column-gap: 18px;
  min-height: 250px;
  padding: 34px 32px 30px;
  border-color: rgba(148, 163, 184, .42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(248, 251, 255, .88));
  box-shadow: 0 24px 60px rgba(15, 47, 96, .10);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ec-support-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, .35);
  box-shadow: 0 30px 74px rgba(20, 84, 200, .16);
}

.ec-support-grid article::before,
.ec-support-grid article::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ec-support-grid article::before {
  top: -116px;
  right: -78px;
  width: 286px;
  height: 286px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, .10), rgba(96, 165, 250, .025) 44%, transparent 70%);
  box-shadow: inset 0 0 72px rgba(96, 165, 250, .10), 0 0 0 32px rgba(37, 99, 235, .028), 0 0 0 64px rgba(37, 99, 235, .016);
}

.ec-support-grid article::after {
  right: 20px;
  bottom: 13px;
  width: 148px;
  height: 88px;
  opacity: .34;
  background-image: radial-gradient(circle, #3b82f6 1.5px, transparent 1.8px);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(135deg, transparent 5%, #000 80%);
  mask-image: linear-gradient(135deg, transparent 5%, #000 80%);
}

.ec-support-grid h3 {
  position: relative;
  z-index: 2;
  max-width: none;
  font-size: 21px;
  letter-spacing: .015em;
}

.ec-support-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: #0f4fcb;
  border: 1px solid rgba(59, 130, 246, .16);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(219, 234, 254, .72));
  box-shadow: 0 14px 30px rgba(30, 100, 220, .17), inset 0 1px 0 #fff;
  transform: rotate(-2deg);
}

.ec-support-icon svg {
  display: block;
  width: 48px;
  height: 48px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-support-icon .ec-support-icon__accent {
  color: #60a5fa;
  stroke: currentColor;
}

.ec-support-grid article > p {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  margin-top: 24px;
  max-width: 92%;
}

.ec-support-card--research::before {
  background: repeating-radial-gradient(circle, transparent 0 21px, rgba(37, 99, 235, .075) 22px 23px), radial-gradient(circle, rgba(37, 99, 235, .09), transparent 65%);
}

.ec-support-card--product::before {
  border-radius: 36px;
  transform: rotate(16deg);
  background: linear-gradient(135deg, rgba(59, 130, 246, .12), rgba(147, 197, 253, .02) 60%);
}

.ec-support-card--ads::before {
  background: repeating-radial-gradient(circle at 12% 62%, transparent 0 27px, rgba(37, 99, 235, .075) 28px 29px);
}

.ec-support-card--event::before {
  border-radius: 34% 66% 58% 42%;
  background: linear-gradient(145deg, rgba(37, 99, 235, .12), rgba(191, 219, 254, .02));
  transform: rotate(-18deg);
}

.ec-support-card--kpi::before {
  background: conic-gradient(from 25deg, rgba(37, 99, 235, .15) 0 18%, transparent 18% 29%, rgba(96, 165, 250, .10) 29% 52%, transparent 52% 66%, rgba(37, 99, 235, .08) 66% 82%, transparent 82%);
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .65), inset 0 0 0 30px rgba(37, 99, 235, .08), 0 0 0 36px rgba(37, 99, 235, .02);
}

.ec-flow-list {
  display: grid;
  gap: 18px;
}

.ec-flow-list article {
  position: relative;
  padding: 30px 34px 30px 106px;
}

.ec-flow-list span {
  position: absolute;
  left: 30px;
  top: 26px;
  color: rgba(20, 84, 200, .2);
  font-family: "Bodoni 72", "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
}

.ec-flow-list em {
  display: inline-flex;
  margin-top: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(250, 204, 21, .22);
  color: #92400e;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

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

.ec-faq-list details {
  padding: 0;
}

.ec-faq-list summary {
  cursor: pointer;
  padding: 24px 28px;
  color: #071121;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.ec-faq-list summary::after {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1454c8;
  border-bottom: 2px solid #1454c8;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .25s ease;
}

.ec-faq-list details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.ec-faq-list details p {
  margin: 0;
  padding: 0 28px 26px;
}

.ec-consulting-cta {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background: #07182d;
  color: #fff;
  text-align: center;
}

.ec-consulting-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/section-bg-even-pc.png") center / cover no-repeat;
  opacity: .18;
}

.ec-consulting-cta__inner {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100vw - 48px));
  margin: 0 auto;
}

.ec-consulting-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1.35;
}

.ec-consulting-cta h2 span {
  color: #60a5fa;
}

.ec-consulting-cta p:not(.ec-page-label) {
  margin: 24px auto 38px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

@media (max-width: 1020px) {
  .ec-hero__inner,
  .ec-section__inner {
    width: min(100vw - 40px, 900px);
  }

  .ec-hero__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

@media (max-width: 640px) {
  .ec-hero {
    min-height: 760px;
  }

  .ec-hero__bg {
    inset: 0;
  }

  .ec-hero__bg img {
    object-position: center;
  }

  .ec-hero__object {
    right: -26%;
    bottom: -10%;
    width: 132%;
  }

  .ec-hero__inner,
  .ec-section__inner {
    width: min(100vw - 32px, 520px);
  }

  .ec-hero__inner {
    min-height: 760px;
    padding: 58px 0 70px;
  }

  .ec-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .ec-hero__lead {
    font-size: 14px;
  }

  .ec-hero__actions .hero-cta {
    width: 100%;
  }

  .ec-issue-grid,
  .ec-support-grid,
  .ec-feature-list,
  .ec-compare-grid {
    grid-template-columns: 1fr;
  }

  .ec-section {
    padding: 74px 0;
  }

  .ec-section::before {
    background-image: url("../images/section-bg-odd-sp.png");
  }

  .ec-section:nth-of-type(odd)::before {
    background-image: url("../images/section-bg-even-sp.png");
  }

  .ec-section__head {
    margin-bottom: 34px;
  }

  .ec-section__head h2 {
    font-size: clamp(28px, 8.8vw, 38px);
  }

  .ec-issue-grid p,
  .ec-compare-card,
  .ec-feature-list article,
  .ec-support-grid article {
    padding: 24px 22px;
  }

  .ec-feature-list article {
    min-height: 0;
  }

  .ec-feature-number {
    font-size: 62px;
  }

  .ec-flow-list article {
    padding: 26px 22px 26px 82px;
  }

  .ec-flow-list span {
    left: 22px;
    top: 24px;
    font-size: 44px;
  }

  .ec-consulting-cta {
    padding: 84px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-hero__bg,
  .ec-hero__object {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/* Editorial feature rail: responsive refinements */
@media (max-width: 920px) {
  .hero-features {
    padding: 26px 20px;
    gap: 12px;
  }

  .hero-feature,
  .hero-feature:nth-child(odd),
  .hero-feature:nth-child(even),
  .hero-feature:nth-child(-n+2),
  .hero-feature:nth-last-child(-n+2) {
    min-height: 156px;
    border: 2px solid #101722;
  }
}

@media (max-width: 640px) {
  .hero-features {
    width: 100%;
    padding: 22px 14px 26px;
    gap: 10px;
    background:
      radial-gradient(circle at 2px 2px, rgba(255, 103, 24, .32) 1px, transparent 1.2px) 0 0 / 8px 8px,
      #071326;
  }

  .hero-features::before {
    width: 72%;
    height: 85%;
    top: 8%;
    right: -25%;
    transform: rotate(-11deg);
  }

  .hero-feature {
    min-height: 146px;
    padding: 26px 8px 17px;
    gap: 7px;
    box-shadow: 4px 4px 0 #101722;
  }

  a.hero-feature:hover,
  a.hero-feature:focus-visible {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 #101722;
  }

  .feature-visual {
    width: 66px;
    height: 64px;
  }

  .feature-orb {
    width: 52px;
    height: 52px;
  }

  .feature-visual img {
    width: 48px;
    height: 48px;
  }

  .hero-feature strong {
    max-width: 11em;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-feature,
  .feature-orb,
  .feature-visual img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
