/* Header */
:root {
  --site-header-height: 3rem; /* h-12 */
}

@media (min-width: 640px) {
  :root {
    --site-header-height: 3.5rem; /* sm:h-14 */
  }
}

@media (min-width: 1024px) {
  :root {
    --site-header-height: 72px; /* lg:h-[72px] */
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html {
  scroll-padding-top: var(--site-header-height);
}

[id] {
  scroll-margin-top: var(--site-header-height);
}

.js-header.is-scrolled {
  box-shadow: 0 1px 12px rgba(6, 72, 141, 0.08);
}

/* 横長ロゴ（logo-yoko.png） */
.header-brand {
  align-items: center;
}

.site-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
  align-self: center;
}

.site-logo--header {
  height: 22px;
  max-width: min(152px, 44vw);
}

@media (min-width: 640px) {
  .site-logo--header {
    height: 28px;
    max-width: 192px;
  }
}

@media (min-width: 1024px) {
  .site-logo--header {
    height: 34px;
    max-width: 228px;
  }
}

.site-logo--footer {
  height: 30px;
  max-width: 196px;
}

@media (min-width: 768px) {
  .site-logo--footer {
    height: 38px;
    max-width: 248px;
  }
}

.g-footer__logo,
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.header-brand__tag {
  display: inline-flex;
  align-items: center;
  align-self: center;
  min-height: 22px;
  border-left: 1px solid rgba(28, 160, 242, 0.35);
  padding-left: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #06488D;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .header-brand__tag {
    min-height: 28px;
    padding-left: 0.75rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .header-brand__tag {
    min-height: 34px;
    padding-left: 1rem;
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
  }
}

.menu-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
}

.menu-icon__line {
  position: absolute;
  right: 0;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1CA0F2 0%, #06488D 100%);
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.25s ease, width 0.35s ease, top 0.35s ease, bottom 0.35s ease;
}

.menu-icon__line:nth-child(1) {
  top: 0;
  width: 22px;
}

.menu-icon__line:nth-child(2) {
  top: 6px;
  width: 22px;
}

.menu-icon__line:nth-child(3) {
  bottom: 0;
  width: 22px;
}

@media (max-width: 1279px) {
  .menu-trigger {
    width: 60px;
    height: 100%;
    border-left: 1px solid #e5e7eb;
  }

  .menu-icon {
    width: 22px;
    height: 14px;
  }

  .menu-icon__line {
    left: 50%;
    right: auto;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #1CA0F2 0%, #06488D 100%);
  }

  .menu-icon__line:nth-child(1) {
    top: 0;
    width: 22px;
  }

  .menu-icon__line:nth-child(2) {
    top: 6px;
    width: 22px;
  }

  .menu-icon__line:nth-child(3) {
    bottom: 0;
    top: auto;
    width: 22px;
  }

  .is-menuopen .menu-icon__line:nth-child(1) {
    top: 6px;
    left: 50%;
    width: 22px;
    transform: translateX(-50%) rotate(45deg);
  }

  .is-menuopen .menu-icon__line:nth-child(2) {
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
  }

  .is-menuopen .menu-icon__line:nth-child(3) {
    bottom: auto;
    top: 6px;
    left: 50%;
    width: 22px;
    transform: translateX(-50%) rotate(-45deg);
  }
}

.header-cta {
  align-self: stretch;
  min-width: 8.5rem;
  padding-inline: 1.25rem;
  padding-block: 0.35rem;
  background: linear-gradient(90deg, #1CA0F2 0%, #06488D 100%);
  text-decoration: none;
  line-height: 1.2;
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}

.header-cta .g-nav__en {
  font-size: 12px;
  letter-spacing: 0.06em;
}

.header-cta:hover {
  filter: brightness(1.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.header-cta--block {
  align-self: auto;
  width: 100%;
  min-width: 0;
  border-radius: 9999px;
  padding-block: 1rem;
  box-shadow: 0 8px 24px rgba(6, 72, 141, 0.22);
}

@media (min-width: 640px) {
  .header-cta {
    min-width: 9.5rem;
    padding-inline: 2rem;
  }
}

/* Footer */
.site-footer {
  background: linear-gradient(135deg, #1CA0F2 0%, #06488D 52%, #043566 100%);
  font-weight: 500;
}

.site-footer__heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 500;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer__link:hover {
  color: #fff;
}

/* Mobile fixed CTA（hero通過後に表示） */
.js-mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.js-mobile-cta.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-cta-bar {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 -8px 32px rgba(6, 72, 141, 0.22);
}

.mobile-cta-bar__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 3.25rem;
  padding: 0.75rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: filter 0.25s ease;
}

.mobile-cta-bar__btn:active {
  filter: brightness(0.95);
}

.mobile-cta-bar__btn--mail {
  background: linear-gradient(90deg, #1CA0F2 0%, #06488D 100%);
  color: #fff;
}

.mobile-cta-bar__btn--tel {
  background: #fff;
  color: #06488D;
}

.mobile-cta-bar__btn svg {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

@media (min-width: 1280px) {
  .js-mobile-cta {
    display: none;
  }
}

@media (max-width: 1279px) {
  body.is-mobile-cta-visible {
    padding-bottom: 3.25rem;
  }
}

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

.nav-mobile-details[open] .nav-mobile-chevron {
  transform: rotate(180deg);
}

.nav-mobile-chevron {
  transition: transform 0.2s ease;
}

/* ヒーロー：タイトル */
.p-kv__title {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .p-kv__title {
    line-height: 3.5rem;
  }
}

.p-kv__copy {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

/* ヒーロー：平行四辺形タグ */
.p-kv__tags {
  gap: 0.625rem;
}

.kv-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.kv-tag span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}

.kv-tag::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: skewX(-12deg);
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(6, 72, 141, 0.25);
}

.kv-tag:nth-child(1)::before {
  background: linear-gradient(135deg, rgba(28, 160, 242, 0.95) 0%, rgba(6, 72, 141, 0.9) 100%);
}

.kv-tag:nth-child(2)::before {
  background: linear-gradient(135deg, rgba(6, 72, 141, 0.92) 0%, rgba(28, 160, 242, 0.85) 100%);
}

.kv-tag:nth-child(3)::before {
  background: linear-gradient(135deg, rgba(28, 160, 242, 0.88) 0%, rgba(4, 56, 110, 0.95) 100%);
}


/* ========================================
   Hero slideshow
   ======================================== */
.p-kv__scene img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-kv__scene img {
    object-position: 65% center;
  }
}

.p-kv__scene {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.2s ease, transform 6s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, transform;
}

.p-kv__scene.is-acitve {
  opacity: 1 !important;
  z-index: 2;
  transform: scale(1);
  transition: opacity 1.2s ease, transform 6s cubic-bezier(0.33, 1, 0.68, 1);
}

/* Text entrance — 初期非表示 → ふわっと表示（二段階クラスなし） */
.p-kv__label,
.p-kv__title,
.p-kv__copy,
.p-kv__tags,
.p-kv__scroll,
.p-kv .js-kv-dots {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s ease, transform 1s ease;
}

.p-kv.is-loaded .p-kv__label,
.p-kv.is-loaded .p-kv__title,
.p-kv.is-loaded .p-kv__copy,
.p-kv.is-loaded .p-kv__tags,
.p-kv.is-loaded .p-kv__scroll,
.p-kv.is-loaded .js-kv-dots {
  opacity: 1;
  transform: none;
}

/* Scroll indicator */
.c-scrolldown__label {
  writing-mode: vertical-rl;
  animation: scrolldown 2s ease-in-out infinite;
}

@keyframes scrolldown {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 0.4; }
}

/* Slide dots */
.kv-dot.is-active {
  width: 2rem;
  background-color: #fff;
}

.kv-dot:not(.is-active) {
  width: 1rem;
  background-color: rgba(255, 255, 255, 0.35);
}

/* ========================================
   4つの対応（elematec p-service 参考）
   ======================================== */
.p-process__deco {
  position: absolute;
  top: 2.75rem;
  left: 0;
  z-index: 2;
  font-size: clamp(6rem, 26vw, 13rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.03);
  transform: translateX(-6.8%);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-process__deco {
    top: 3.25rem;
  }
}

@media (min-width: 1024px) {
  .p-process__deco {
    top: 3.75rem;
    font-size: clamp(7rem, 18vw, 14rem);
  }
}

.p-process__intro {
  padding-top: 0;
}

.p-process__onestop {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .p-process__intro,
  .p-process__onestop {
    padding-top: 2.25rem;
  }
}

.p-process {
  min-height: 28rem;
}

@media (min-width: 768px) {
  .p-process {
    min-height: 31.25rem;
  }
}

.p-process__figure {
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

.p-process__figure.is-active {
  opacity: 1;
  z-index: 1;
}

.p-process__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.125rem 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.p-process__item:hover,
.p-process__item.is-active {
  background: #fff;
  border-color: #1CA0F2;
  box-shadow: 0 8px 24px rgba(6, 72, 141, 0.15);
}

.p-process__item-body {
  flex: 1;
  min-width: 0;
}

.p-process__item-head {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
}

.p-process__num {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1CA0F2;
}

.p-process__item em {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1CA0F2;
}

.p-process__item-title {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
  color: #06488D;
}

.p-process__item-desc {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #4a5568;
}

.p-process__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 0.125rem;
  border-radius: 50%;
  background: #E6F3FB;
  color: #06488D;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.p-process__item:hover .p-process__icon,
.p-process__item.is-active .p-process__icon {
  background: #06488D;
  color: #fff;
}

.p-process__arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-top: 0.75rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #1CA0F2;
  transition: border-left-color 0.25s ease;
}

.p-process__item:hover .p-process__arrow,
.p-process__item.is-active .p-process__arrow {
  border-left-color: #06488D;
}

/* ========================================
   選ばれる理由
   ======================================== */
.p-reason__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(6, 72, 141, 0.08);
}

.p-reason__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.p-reason__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.5rem 1.75rem;
  text-align: center;
}

.p-reason__head {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.p-reason__head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2rem;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, #1CA0F2, #06488D);
  transform: translateX(-50%);
}

.p-reason__num {
  display: block;
  margin-bottom: -1.5rem;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(28, 160, 242, 0.14);
}

.p-reason__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #06488D;
}

.p-reason__text {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.85;
  color: #4a5568;
  text-align: left;
}

.p-reason__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 3rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #06488D;
}

.p-reason__footer-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  margin-top: 3rem;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}

.p-reason__footer-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  width: fit-content;
  max-width: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #06488D;
  text-align: left;
}

.p-reason__footer-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #06488D;
  color: #fff;
}

/* ========================================
   調査事例（WORKS）
   ======================================== */
.p-works__slider {
  width: 100%;
}

.p-works .js-works-swiper {
  overflow: hidden;
  width: 100%;
}

.p-works:not(.p-works--grid) .swiper-slide {
  width: 17.5rem;
  height: auto;
}

@media (min-width: 768px) {
  .p-works:not(.p-works--grid) .swiper-slide {
    width: 21rem;
  }
}

@media (min-width: 1280px) {
  .p-works:not(.p-works--grid) .swiper-slide {
    width: 23rem;
  }
}

.p-works__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(6, 72, 141, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-works__card:hover {
  box-shadow: 0 8px 32px rgba(6, 72, 141, 0.14);
  transform: translateY(-2px);
}

.p-works__image-wrap {
  overflow: hidden;
}

.p-works__image-wrap--logo {
  background: #F7FAFC;
}

.p-works__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.p-works__image--logo {
  object-fit: contain;
  padding: 2rem 1.5rem;
  background: #F7FAFC;
}

.p-works__card:hover .p-works__image {
  transform: scale(1.05);
}

.p-works__card:hover .p-works__image--logo {
  transform: none;
}

.p-case-card__image-wrap--logo {
  background: #F7FAFC;
}

.p-case-gallery__frame--logo {
  background: #F7FAFC;
}

.p-works__body {
  flex: 1;
  padding: 1.25rem 1.25rem 1.5rem;
}

.p-works__cat {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  background: #E6F3FB;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #06488D;
}

.p-works__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  color: #1A202C;
  transition: color 0.3s ease;
}

.p-works__card:hover .p-works__title {
  color: #06488D;
}

.p-works__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(6, 72, 141, 0.2);
  border-radius: 50%;
  background: #fff;
  color: #06488D;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.p-works__nav:hover {
  border-color: #06488D;
  background: #06488D;
  color: #fff;
}

.p-works__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* ========================================
   調査事例 詳細ギャラリー
   ======================================== */
.p-case-gallery__slider {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.p-case-gallery__frame {
  overflow: hidden;
}

.p-case-gallery__slider .p-case-gallery__frame {
  border-radius: 0;
}

.p-case-gallery__pagination {
  bottom: 1rem !important;
}

.p-case-gallery__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  transition: transform 0.3s ease, background 0.3s ease;
}

.p-case-gallery__pagination .swiper-pagination-bullet-active {
  background: #1CA0F2;
  transform: scale(1.25);
}

.p-case-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #06488D;
  box-shadow: 0 8px 24px rgba(6, 72, 141, 0.15);
  transform: translateY(-50%);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.p-case-gallery__nav:hover {
  border-color: #06488D;
  background: #06488D;
  color: #fff;
}

.p-case-gallery__nav--prev {
  left: 1rem;
}

.p-case-gallery__nav--next {
  right: 1rem;
}

.p-case-gallery__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-case-gallery__nav {
    width: 2.25rem;
    height: 2.25rem;
  }

  .p-case-gallery__nav--prev {
    left: 0.75rem;
  }

  .p-case-gallery__nav--next {
    right: 0.75rem;
  }
}

/* 4枚以下 — Grid 表示 */
.p-works--grid .p-works__slider {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

.p-works--grid .js-works-swiper {
  overflow: visible;
}

.p-works--grid .swiper-wrapper {
  display: grid !important;
  gap: 1.25rem;
  width: 100% !important;
  transform: none !important;
}

.p-works--grid .swiper-slide {
  width: auto !important;
  height: auto;
  margin: 0 !important;
}

.p-works--grid .p-works__controls {
  display: none;
}

.p-works--grid [data-works-duplicate] {
  display: none;
}

.p-works--grid.p-works--count-1 .swiper-wrapper {
  grid-template-columns: minmax(0, 21rem);
  justify-content: center;
}

.p-works--grid.p-works--count-2 .swiper-wrapper {
  grid-template-columns: 1fr;
}

.p-works--grid.p-works--count-3 .swiper-wrapper {
  grid-template-columns: 1fr;
}

.p-works--grid.p-works--count-4 .swiper-wrapper {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .p-works--grid.p-works--count-2 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-works--grid.p-works--count-4 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .p-works--grid.p-works--count-3 .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .p-works--grid.p-works--count-4 .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ========================================
   セクション区切りタイポ（三和ペイント p_top_message_typo 参考）
   ======================================== */
.p-section-typo {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 1.5rem;
  background: #fff;
}

.p-section-typo__marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.p-section-typo__track {
  display: flex;
  width: max-content;
  gap: clamp(2rem, 8vw, 5rem);
  animation: p-section-typo-scroll 48s linear infinite;
  will-change: transform;
}

.p-section-typo__text {
  flex-shrink: 0;
  font-size: clamp(5.5rem, 24vw, 13rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.06em;
  white-space: nowrap;
  user-select: none;
  background: linear-gradient(135deg, rgba(28, 160, 242, 0.06) 0%, rgba(6, 72, 141, 0.025) 50%, rgba(28, 160, 242, 0.045) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 767px) {
  .p-section-typo__text {
    font-size: clamp(7rem, 32vw, 9.5rem);
  }
}

@keyframes p-section-typo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .p-section-typo {
    padding: 3.5rem 0 2rem;
  }

  .p-section-typo__text {
    letter-spacing: 0.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-section-typo__track {
    animation: none;
  }
}

/* ========================================
   お問い合わせ CTA
   ======================================== */
.p-cta__image img {
  object-position: 62% center;
}

@media (min-width: 768px) {
  .p-cta__image img {
    object-position: center;
  }
}

.p-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .p-cta__actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.p-cta__btn {
  box-sizing: border-box;
  min-height: 3rem;
  flex-shrink: 0;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .p-cta__btn {
    min-height: 3.25rem;
  }
}

/* ========================================
   会社情報
   ======================================== */
.p-company__figure {
  aspect-ratio: 3 / 2;
}

.p-company__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   セクション英字ラベル（About / REASON / WORKS / NEWS など）
   ======================================== */
.section-en {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.section-en::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, #1CA0F2, #06488D);
}

.section-en span {
  background: linear-gradient(135deg, #1CA0F2 0%, #06488D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ========================================
   お知らせ・トピックス
   ======================================== */

.p-posts__line {
  height: 2px;
  background: linear-gradient(90deg, rgba(28, 160, 242, 0.2) 0%, #1CA0F2 25%, #06488D 75%, rgba(6, 72, 141, 0.2) 100%);
}

.p-posts__cat {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  background: #E6F3FB;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #06488D;
}

.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-news__card {
  display: block;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(6, 72, 141, 0.08);
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-news__card:hover {
  box-shadow: 0 8px 32px rgba(6, 72, 141, 0.14);
  transform: translateY(-2px);
}

.p-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}

.p-news__date {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #718096;
}

.p-news__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1A202C;
  transition: color 0.3s ease;
}

.p-news__card:hover .p-news__title {
  color: #06488D;
}

.p-topics__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-topics__card {
  display: flex;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(6, 72, 141, 0.08);
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-topics__card:hover {
  box-shadow: 0 8px 32px rgba(6, 72, 141, 0.14);
  transform: translateY(-2px);
}

.p-topics__image-wrap {
  flex-shrink: 0;
  width: 6.5rem;
  overflow: hidden;
}

.p-topics__image {
  width: 100%;
  height: 100%;
  min-height: 5.5rem;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.p-topics__card:hover .p-topics__image {
  transform: scale(1.05);
}

.p-topics__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.25rem;
  min-width: 0;
}

.p-topics__title {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.55;
  color: #1A202C;
  transition: color 0.3s ease;
}

.p-topics__card:hover .p-topics__title {
  color: #06488D;
}

.p-topics__date {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #718096;
}

@media (min-width: 768px) {
  .p-topics__image-wrap {
    width: 8.5rem;
  }

  .p-topics__image {
    min-height: 6.5rem;
  }

  .p-topics__title {
    font-size: 1rem;
  }
}

/* ========================================
   Scroll reveal animations（シンプルフェード）
   ======================================== */
html.js-scroll-ready [data-scroll],
html.js-scroll-ready .js-scroll-stagger > * {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--scroll-delay, 0ms);
}

html.js-scroll-ready [data-scroll].is-inview,
html.js-scroll-ready .js-scroll-stagger.is-inview > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.js-scroll-ready [data-scroll],
  html.js-scroll-ready .js-scroll-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========================================
   下層ページ共通
   ======================================== */
.current--sub main {
  padding-top: var(--site-header-height);
}

.p-sub-hero {
  background: linear-gradient(180deg, #f7fbfe 0%, #fff 100%);
  border-bottom: 1px solid rgba(6, 72, 141, 0.08);
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #718096;
}

.p-breadcrumb a {
  color: #06488D;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.p-breadcrumb a:hover {
  opacity: 0.7;
}

.p-breadcrumb__sep {
  color: #cbd5e0;
}

.p-sub-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
  color: #06488D;
}

.p-sub-hero__catch {
  margin-top: 1.25rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  color: #1A202C;
}

.p-sub-hero__lead {
  margin-top: 1.25rem;
  max-width: 48rem;
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #4a5568;
}

.p-sub-section__title {
  position: relative;
  padding-bottom: 1rem;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  color: #06488D;
}

.p-sub-section__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 3px;
  background: linear-gradient(90deg, #1CA0F2, #06488D);
  border-radius: 1px;
}

.p-sub-section__title--center::after {
  left: 50%;
  transform: translateX(-50%);
}

.p-sub-section__lead {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #4a5568;
}

.p-consult-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-consult-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(6, 72, 141, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.p-consult-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(6, 72, 141, 0.1);
}

.p-consult-list__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(230, 243, 251, 1) 0%, rgba(28, 160, 242, 0.15) 100%);
  color: #06488D;
}

.p-consult-list__icon svg {
  width: 1rem;
  height: 1rem;
}

.p-consult-list__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #2d3748;
}

.p-business-step {
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(6, 72, 141, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(6, 72, 141, 0.06);
}

.p-business-step + .p-business-step {
  margin-top: 1.25rem;
}

.p-business-step__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-business-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #1CA0F2 0%, #06488D 100%);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}

.p-business-step__label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #06488D;
}

.p-business-step__subtitle {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1A202C;
}

.p-business-step__text {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #4a5568;
}

.p-business-step__list {
  margin-top: 1rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.85;
  color: #4a5568;
}

.p-business-step__list li + li {
  margin-top: 0.35rem;
}

.p-resistance-block {
  margin-top: 2rem;
  padding: 1.75rem 1.5rem;
  background: #f7fbfe;
  border: 1px solid rgba(28, 160, 242, 0.15);
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .p-resistance-block {
    padding: 2rem 2.25rem;
  }
}

.p-resistance-block__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06488D;
}

.p-resistance-merits {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

@media (min-width: 768px) {
  .p-resistance-merits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-resistance-merits li {
  padding: 1rem;
  background: #fff;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #06488D;
  text-align: center;
}

.p-resistance-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .p-resistance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .p-resistance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-resistance-card {
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(6, 72, 141, 0.08);
}

.p-resistance-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.p-resistance-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-resistance-card__body {
  padding: 1rem 1.125rem 1.25rem;
}

.p-resistance-card__num {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1CA0F2;
}

.p-resistance-card__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.55;
  color: #1A202C;
}

.p-comparison-table-wrap {
  margin-top: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-comparison-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.8125rem;
  line-height: 1.65;
}

.p-comparison-table th,
.p-comparison-table td {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(6, 72, 141, 0.12);
  text-align: left;
  vertical-align: top;
}

.p-comparison-table thead th {
  background: #06488D;
  font-weight: 700;
  color: #fff;
}

.p-comparison-table tbody th {
  width: 22%;
  background: #f7fbfe;
  font-weight: 700;
  color: #06488D;
}

.p-comparison-table tbody td {
  color: #4a5568;
}

.p-flow-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-flow-timeline__item {
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 2rem;
}

.p-flow-timeline__item:last-child {
  padding-bottom: 0;
}

.p-flow-timeline__item::before {
  content: '';
  position: absolute;
  left: 1.375rem;
  top: 2.75rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #1CA0F2 0%, rgba(28, 160, 242, 0.15) 100%);
}

.p-flow-timeline__item:last-child::before {
  display: none;
}

.p-flow-timeline__num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #1CA0F2 0%, #06488D 100%);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}

.p-flow-timeline__title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #06488D;
}

.p-flow-timeline__text {
  font-size: 0.875rem;
  line-height: 1.85;
  color: #4a5568;
}

.p-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-tag-list li {
  padding: 0.4rem 0.875rem;
  border-radius: 9999px;
  background: #E6F3FB;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #06488D;
}

.p-checklist-simple {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-checklist-simple li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(6, 72, 141, 0.08);
  font-size: 0.875rem;
  line-height: 1.7;
  color: #4a5568;
}

.p-checklist-simple li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #1CA0F2;
}

.p-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-feature-tags li {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #E6F3FB;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #06488D;
}

.p-lead-split__image {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 16px 48px rgba(6, 72, 141, 0.12);
}

.p-lead-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* Contact Form 7 */
.aquasearch-cf7-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.aquasearch-cf7-form .wpcf7-form > p {
  margin: 0;
}

.aquasearch-cf7-form .cf7-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1.5rem;
}

@media (min-width: 768px) {
  .aquasearch-cf7-form .cf7-row {
    grid-template-columns: 200px 1fr;
    align-items: center;
  }

  .aquasearch-cf7-form .cf7-row--top {
    align-items: start;
  }

  .aquasearch-cf7-form .cf7-row--top .cf7-row__label {
    padding-top: 0.75rem;
  }
}

.aquasearch-cf7-form .cf7-row__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.aquasearch-cf7-form .cf7-row__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1f2937;
}

.aquasearch-cf7-form .cf7-required {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.aquasearch-cf7-form .cf7-row__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.aquasearch-cf7-form .cf7-row__input input[type="text"],
.aquasearch-cf7-form .cf7-row__input input[type="email"],
.aquasearch-cf7-form .cf7-row__input input[type="tel"],
.aquasearch-cf7-form .cf7-row__input input[type="url"],
.aquasearch-cf7-form .cf7-row__input textarea,
.aquasearch-cf7-form .cf7-row__input select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #1f2937;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.aquasearch-cf7-form .cf7-row__input input[type="text"]:focus,
.aquasearch-cf7-form .cf7-row__input input[type="email"]:focus,
.aquasearch-cf7-form .cf7-row__input input[type="tel"]:focus,
.aquasearch-cf7-form .cf7-row__input input[type="url"]:focus,
.aquasearch-cf7-form .cf7-row__input textarea:focus,
.aquasearch-cf7-form .cf7-row__input select:focus {
  outline: none;
  border-color: #1CA0F2;
  background: #fff;
  box-shadow: 0 0 0 1px #1CA0F2;
}

.aquasearch-cf7-form .cf7-row__input textarea {
  min-height: 12rem;
  resize: vertical;
}

.aquasearch-cf7-form .cf7-row--top .cf7-row__label {
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .aquasearch-cf7-form .cf7-row--top .cf7-row__label {
    padding-top: 0.75rem;
  }
}

.aquasearch-cf7-form .cf7-row__input--radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .aquasearch-cf7-form .cf7-row__input--radio .wpcf7-radio {
    padding-top: 0.625rem;
  }
}

.aquasearch-cf7-form .cf7-row__input--radio .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.aquasearch-cf7-form .cf7-row__input--radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  margin: 0;
  width: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 400;
}

.aquasearch-cf7-form .cf7-row__input--radio .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  transition: color 0.2s ease;
}

.aquasearch-cf7-form .cf7-row__input--radio .wpcf7-list-item label:hover .wpcf7-list-item-label {
  color: #06488D;
}

.aquasearch-cf7-form .cf7-row__input--radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.aquasearch-cf7-form .cf7-row__input--radio input[type="radio"]:checked {
  border-color: #1CA0F2;
  background-color: #fff;
  background-image: radial-gradient(circle, #1CA0F2 40%, transparent 42%);
}

.aquasearch-cf7-form .cf7-row__input--radio input[type="radio"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(28, 160, 242, 0.45);
}

.aquasearch-cf7-form .cf7-row__input--radio input[type="radio"]:focus {
  outline: none;
}

.aquasearch-cf7-form .cf7-privacy {
  padding-top: 2rem;
  border-top: 1px solid #f3f4f6;
  text-align: center;
}

.aquasearch-cf7-form .cf7-privacy .wpcf7-list-item {
  display: inline-block;
  margin: 0 !important;
}

.aquasearch-cf7-form .cf7-privacy .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  color: #374151;
  margin: 0;
  width: auto;
  border: none;
  background: transparent;
  padding: 0;
}

.aquasearch-cf7-form .cf7-privacy .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
}

.aquasearch-cf7-form .cf7-privacy input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.aquasearch-cf7-form .cf7-privacy input[type="checkbox"]:checked {
  border-color: #1CA0F2;
  background-color: #1CA0F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 10.5L8.5 14L15 7' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.875rem 0.875rem;
}

.aquasearch-cf7-form .cf7-privacy input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(28, 160, 242, 0.45);
}

.aquasearch-cf7-form .cf7-privacy input[type="checkbox"]:focus {
  outline: none;
}

.aquasearch-cf7-form .cf7-privacy a {
  color: #1CA0F2;
  text-decoration: underline;
}

.aquasearch-cf7-form .cf7-privacy a:hover {
  text-decoration: none;
}

.aquasearch-cf7-form .cf7-submit {
  padding-top: 1.5rem;
  text-align: center;
}

.aquasearch-cf7-form .cf7-submit .wpcf7-form-control-wrap {
  display: inline-block;
}

.aquasearch-cf7-form input[type="submit"].wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  margin: 0;
  border-radius: 9999px;
  background: #06488D;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 3rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(6, 72, 141, 0.22);
  transition: background-color 0.2s, box-shadow 0.2s;
}

.aquasearch-cf7-form input[type="submit"].wpcf7-submit::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.aquasearch-cf7-form input[type="submit"].wpcf7-submit:hover {
  background: rgba(6, 72, 141, 0.9);
  box-shadow: 0 4px 12px rgba(6, 72, 141, 0.2);
}

.aquasearch-cf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  color: #ef4444;
  margin-top: 0.375rem;
}

.aquasearch-cf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
