body.is-lp-page {
  --lp-bg: #f3f6fb;
  --lp-bg-soft: #eef3f8;
  --lp-surface: #ffffff;
  --lp-surface-alt: #f9fbfe;
  --lp-border: #d7e1ee;
  --lp-border-strong: #b8c6da;
  --lp-text: #182233;
  --lp-muted: #5f6c80;
  --lp-heading: #0f172a;
  --lp-accent: #1759d7;
  --lp-accent-dark: #0d3f9d;
  --lp-accent-soft: #e8f0ff;
  --lp-accent-line: rgba(23, 89, 215, 0.18);
  --lp-success: #0f6b43;
  --lp-success-bg: #ebf9f1;
  --lp-error: #ab1f2d;
  --lp-error-bg: #fff1f2;
  --lp-shell: min(1120px, calc(100vw - 40px));
  --lp-shadow-soft: 0 20px 40px rgba(15, 23, 42, 0.06);
  --lp-shadow-strong: 0 28px 70px rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at top right, rgba(23, 89, 215, 0.08), transparent 22%),
    radial-gradient(circle at top left, rgba(15, 23, 42, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 48%, #eef3f8 100%);
  color: var(--lp-text);
  font-family: "BIZ UDPGothic", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
}

body.is-lp-page h1,
body.is-lp-page h2,
body.is-lp-page h3 {
  margin: 0;
  color: var(--lp-heading);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.28;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

body.is-lp-page p {
  margin: 0;
}

body.is-lp-page a {
  color: inherit;
  text-decoration: none;
}

body.is-lp-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-site {
  min-height: 100vh;
}

body.is-lp-page #go-to-top,
body.is-lp-page .go-to-top,
body.is-lp-page .go-to-top-trigger,
body.is-lp-page .mobile-menu-buttons,
body.is-lp-page .mobile-footer-menu-buttons,
body.is-lp-page .mobile-header-menu-buttons,
body.is-lp-page .footer-mobile,
body.is-lp-page .footer-widgets-mobile,
body.is-lp-page .widget-footer-mobile,
body.is-lp-page .admin-panel,
body.is-lp-page .menu-drawer,
body.is-lp-page .search-menu-content,
body.is-lp-page #slide-in-sidebar,
body.is-lp-page .notice-area,
body.is-lp-page .appeal {
  display: none !important;
}

.lp-shell {
  width: var(--lp-shell);
  margin: 0 auto;
}

.lp-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.lp-skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border: 1px solid var(--lp-border-strong);
  border-radius: 12px;
  background: #fff;
}

.lp-global-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0;
  background: linear-gradient(180deg, rgba(243, 246, 251, 0.95), rgba(243, 246, 251, 0.7));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(184, 198, 218, 0.22);
}

body.admin-bar .lp-global-header {
  top: 0;
}

.lp-global-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  padding: 16px 0;
}

.lp-brand {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.lp-kicker,
.lp-card__eyebrow,
.lp-section-heading__eyebrow,
.lp-global-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lp-accent);
}

.lp-kicker::before,
.lp-section-heading__eyebrow::before,
.lp-global-footer__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--lp-accent-line);
}

.lp-brand__name {
  font-size: 1.18rem;
  font-weight: 700;
  white-space: nowrap;
}

.lp-brand__tagline {
  color: var(--lp-muted);
  font-size: 0.88rem;
}

.lp-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(184, 198, 218, 0.82);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.lp-menu-toggle__line {
  display: block;
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--lp-heading);
  transition: transform 0.24s ease, opacity 0.24s ease;
  transform: translateX(-50%);
  transform-origin: center;
}

.lp-menu-toggle__line:nth-child(1) {
  top: 15px;
}

.lp-menu-toggle__line:nth-child(2) {
  top: 22px;
}

.lp-menu-toggle__line:nth-child(3) {
  top: 29px;
}

.lp-global-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.lp-global-nav__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--lp-muted);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.lp-global-nav__list a:hover,
.lp-global-nav__list .current-menu-item > a,
.lp-global-nav__list .current_page_item > a {
  border-color: var(--lp-border);
  background: var(--lp-accent-soft);
  color: var(--lp-accent-dark);
}

.lp-main {
  padding-bottom: 72px;
  overflow: hidden;
}

.lp-hero {
  position: relative;
  padding: 34px 0 32px;
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.06), transparent 50%),
    radial-gradient(circle at top right, rgba(23, 89, 215, 0.12), transparent 32%),
    linear-gradient(180deg, #f7faff 0%, rgba(247, 250, 255, 0) 100%);
  pointer-events: none;
}

.lp-hero .lp-shell {
  position: relative;
}

.lp-hero__frame {
  position: relative;
  display: grid;
  gap: 22px;
  min-width: 0;
}

.lp-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
  z-index: 0;
}

.lp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 18, 34, 0.76) 0%, rgba(10, 18, 34, 0.46) 42%, rgba(10, 18, 34, 0.2) 100%),
    linear-gradient(180deg, rgba(10, 18, 34, 0.18), rgba(10, 18, 34, 0.44));
}

.lp-hero__image,
.lp-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-hero__content {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 52px;
  border: 1px solid rgba(184, 198, 218, 0.9);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 254, 0.96) 100%);
  box-shadow: var(--lp-shadow-strong);
}

.layout-style--media.has-hero-media .lp-hero__content {
  min-height: 420px;
  align-content: end;
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 24px 56px rgba(9, 17, 34, 0.22);
}

.layout-style--media.has-hero-media .lp-hero__content h1,
.layout-style--media.has-hero-media .lp-hero__content p,
.layout-style--media.has-hero-media .lp-hero__content .lp-kicker {
  color: #ffffff;
}

.layout-style--media.has-hero-media .lp-hero__content .lp-kicker::before {
  background: rgba(255, 255, 255, 0.28);
}

.layout-style--media.has-hero-media .lp-hero__content .lp-lead {
  color: rgba(255, 255, 255, 0.84);
}

.lp-hero__content::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 180px;
  height: 180px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(23, 89, 215, 0.18), rgba(23, 89, 215, 0.02));
  transform: rotate(12deg);
  pointer-events: none;
}

.lp-hero__content h1 {
  max-width: 860px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.lp-hero__title-unit,
.lp-hero__title-tail {
  display: inline-block;
}

.lp-hero__title-unit {
  margin-right: 0.35em;
}

.lp-hero__title-line {
  display: block;
}

.lp-lead {
  max-width: 820px;
  color: var(--lp-muted);
  font-size: 1.06rem;
  text-wrap: pretty;
  line-break: strict;
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-actions--posts {
  margin-top: 28px;
}

.lp-actions--hero-se {
  align-items: stretch;
}

.lp-actions--hero-se .lp-button {
  min-width: 220px;
}

.lp-actions--hero-se .lp-button,
.lp-actions--hero-se .lp-button:visited,
.lp-actions--hero-se .lp-button:hover,
.lp-actions--hero-se .lp-button:focus {
  color: #ffffff;
}

.lp-actions--hero-se .lp-button--secondary,
.lp-actions--hero-se .lp-button--secondary:visited,
.lp-actions--hero-se .lp-button--secondary:hover,
.lp-actions--hero-se .lp-button--secondary:focus {
  color: var(--lp-heading);
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--lp-accent);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--lp-accent) 0%, var(--lp-accent-dark) 100%);
  box-shadow: 0 14px 28px rgba(23, 89, 215, 0.22);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}

.lp-button,
.lp-button:visited,
.lp-button:hover,
.lp-button:focus {
  color: #ffffff;
}

.lp-button:hover {
  background: linear-gradient(180deg, #1f66f0 0%, #1447ac 100%);
}

.lp-button--secondary {
  border-color: var(--lp-border-strong);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  color: var(--lp-heading);
}

.lp-button--secondary,
.lp-button--secondary:visited,
.lp-button--secondary:hover,
.lp-button--secondary:focus {
  color: var(--lp-heading);
}

.lp-button--secondary:hover {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-dark);
}

.lp-section {
  position: relative;
  padding: 68px 0;
}

.lp-section--muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, #edf3f8 0%, #f7f9fc 100%);
  border-block: 1px solid rgba(184, 198, 218, 0.5);
}

.lp-section-heading {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 32px;
}

.lp-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.lp-section-heading p {
  color: var(--lp-muted);
  line-break: strict;
  text-wrap: pretty;
}

.lp-card-grid,
.lp-timeline {
  display: grid;
  gap: 22px;
}

.lp-scroll-note {
  margin: -4px 0 16px;
  color: var(--lp-muted);
  font-size: 0.92rem;
}

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

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

.lp-card,
.lp-stat,
.lp-cta-box,
.lp-notice,
.lp-richtext,
.lp-timeline__item,
.lp-form {
  position: relative;
  border: 1px solid rgba(184, 198, 218, 0.88);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, var(--lp-surface-alt) 100%);
  box-shadow: var(--lp-shadow-soft);
}

.lp-card::before,
.lp-stat::before,
.lp-timeline__item::before,
.lp-form::before,
.lp-richtext::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lp-accent), rgba(23, 89, 215, 0));
}

.lp-card,
.lp-notice,
.lp-richtext,
.lp-timeline__item,
.lp-form {
  padding: 30px;
}

.lp-card h3,
.lp-notice h3,
.lp-timeline__item h3 {
  margin-top: 14px;
  font-size: 1.34rem;
}

.lp-card__title--wrap {
  white-space: normal;
  word-break: normal !important;
  overflow-wrap: anywhere;
  line-break: auto !important;
  text-wrap: pretty;
}

.lp-card__title-line {
  display: block;
}

.lp-card p,
.lp-stat span,
.lp-notice p,
.lp-richtext,
.lp-timeline__item p,
.lp-cta-box p {
  color: var(--lp-muted);
  line-break: strict;
  text-wrap: pretty;
}

.lp-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--lp-accent-dark);
  font-weight: 700;
}

.lp-card__link::after {
  content: "→";
  font-size: 0.95em;
}

.lp-product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.lp-product-card__actions .lp-button {
  min-width: 160px;
}

.lp-page--mobile .lp-hero .lp-button,
.lp-page--mobile .lp-hero .lp-button:visited,
.lp-page--mobile .lp-hero .lp-button:hover,
.lp-page--mobile .lp-hero .lp-button:focus,
.lp-product-card__actions .lp-button,
.lp-product-card__actions .lp-button:visited,
.lp-product-card__actions .lp-button:hover,
.lp-product-card__actions .lp-button:focus {
  color: #ffffff !important;
}

.lp-page--mobile .lp-hero .lp-button--secondary,
.lp-page--mobile .lp-hero .lp-button--secondary:visited,
.lp-page--mobile .lp-hero .lp-button--secondary:hover,
.lp-page--mobile .lp-hero .lp-button--secondary:focus,
.lp-product-card__actions .lp-button--secondary,
.lp-product-card__actions .lp-button--secondary:visited,
.lp-product-card__actions .lp-button--secondary:hover,
.lp-product-card__actions .lp-button--secondary:focus {
  color: var(--lp-heading) !important;
}

.lp-works {
  display: grid;
  gap: 24px;
}

.lp-works__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: start;
}

.lp-works__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--lp-border-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--lp-heading);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lp-filter-chip.is-active {
  border-color: var(--lp-accent);
  background: var(--lp-accent);
  color: #ffffff;
}

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

.lp-work-card {
  min-width: 0;
}

.lp-work-card[hidden] {
  display: none !important;
}

.lp-work-card__button {
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid var(--lp-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--lp-shadow-soft);
  cursor: pointer;
  text-align: left;
}

.lp-work-card__panel {
  display: grid;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--lp-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--lp-shadow-soft);
}

.lp-work-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.lp-work-card__eyebrow {
  color: var(--lp-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-work-card__title {
  color: var(--lp-heading);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.4;
}

.lp-work-card__description {
  color: var(--lp-muted);
  line-height: 1.8;
}

.lp-work-card__meta {
  display: grid;
  gap: 10px;
}

.lp-work-card__meta p strong {
  color: var(--lp-heading);
}

.lp-works-grid--se {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-work-card--se {
  display: flex;
}

.lp-work-card--se .lp-work-card__panel {
  height: 100%;
}

.lp-work-card--se .lp-work-card__body {
  height: 100%;
  grid-template-rows: auto auto auto 1fr auto;
}

.lp-works-empty {
  padding: 18px 20px;
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  background: #ffffff;
  color: var(--lp-muted);
}

.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.lp-modal[hidden] {
  display: none !important;
}

.lp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
}

.lp-modal__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 0;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.36);
}

.lp-modal__media {
  background: #0f172a;
}

.lp-modal__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.lp-modal__content {
  display: grid;
  gap: 16px;
  padding: 32px 28px 28px;
}

.lp-modal__content h3 {
  margin-top: 0;
  font-size: 1.7rem;
}

.lp-modal__content p {
  color: var(--lp-muted);
}

.lp-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.68);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

body.is-modal-open {
  overflow: hidden;
}

.lp-post-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.lp-post-carousel::-webkit-scrollbar {
  height: 10px;
}

.lp-post-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.lp-post-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.2);
}

.lp-post-carousel__item {
  height: 100%;
  scroll-snap-align: start;
}

.lp-stat-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

.lp-stat {
  padding: 24px;
}

.layout-style--media.has-hero-media .lp-stat {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(10, 18, 34, 0.68);
  box-shadow: 0 18px 32px rgba(9, 17, 34, 0.2);
}

.layout-style--media.has-hero-media .lp-stat strong,
.layout-style--media.has-hero-media .lp-stat span {
  color: #ffffff;
}

.lp-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lp-heading);
  font-size: 1.12rem;
}

.lp-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lp-list li {
  position: relative;
  padding-left: 20px;
  color: var(--lp-muted);
}

.lp-list li + li {
  margin-top: 10px;
}

.lp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lp-accent);
}

.lp-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lp-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(23, 89, 215, 0.14);
  border-radius: 999px;
  background: var(--lp-accent-soft);
  color: var(--lp-accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

.lp-timeline__item {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lp-timeline__meta {
  padding-right: 24px;
  border-right: 1px solid var(--lp-border);
}

.lp-timeline__body p strong {
  color: var(--lp-heading);
}

.lp-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 38px;
  border: none;
  background:
    linear-gradient(135deg, rgba(13, 63, 157, 0.94), rgba(10, 26, 64, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  box-shadow: 0 24px 56px rgba(10, 26, 64, 0.22);
  overflow: hidden;
}

.lp-cta-box h2 {
  color: #ffffff;
}

body.is-lp-page .lp-cta-box__title {
  color: #ffffff !important;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  line-height: 1.32;
  white-space: normal;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: auto !important;
  text-wrap: pretty;
}

.lp-cta-box__title-line {
  display: block;
}

.lp-cta-box p,
.lp-cta-box .lp-section-heading__eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.lp-cta-box > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.lp-cta-box > div:first-child p:last-child {
  color: rgba(255, 255, 255, 0.68);
  max-width: 980px;
}

.lp-cta-box > div:first-child {
  min-width: 0;
}

.lp-cta-box .lp-section-heading__eyebrow::before {
  background: rgba(255, 255, 255, 0.24);
}

.lp-cta-box .lp-button {
  box-sizing: border-box;
  max-width: 100%;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: var(--lp-accent-dark);
  min-width: 172px;
  white-space: nowrap;
}

.lp-cta-box .lp-button:hover {
  background: #eef4ff;
}

.lp-form {
  display: grid;
  gap: 20px;
}

.lp-hp-field {
  display: none !important;
}

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

.lp-form__field {
  display: grid;
  gap: 8px;
}

.lp-form label {
  color: var(--lp-heading);
  font-weight: 700;
}

.lp-form input,
.lp-form select,
.lp-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--lp-text);
  font: inherit;
}

.lp-form input:focus,
.lp-form select:focus,
.lp-form textarea:focus {
  border-color: var(--lp-accent);
  outline: 3px solid rgba(23, 89, 215, 0.12);
  outline-offset: 0;
}

.lp-notice--success {
  border-color: #b8e6ce;
  background: var(--lp-success-bg);
}

.lp-notice--success h3 {
  color: var(--lp-success);
}

.lp-notice--error {
  border-color: #ffd0d5;
  background: var(--lp-error-bg);
}

.lp-notice--error h3 {
  color: var(--lp-error);
}

.lp-richtext > *:first-child {
  margin-top: 0;
}

.lp-richtext > *:last-child {
  margin-bottom: 0;
}

.lp-contact-content .wpcf7 {
  margin-top: 28px;
}

.lp-contact-content .wpcf7 form {
  display: grid;
  gap: 20px;
}

.lp-contact-content .wpcf7 label {
  display: grid;
  gap: 8px;
  color: var(--lp-heading);
  font-weight: 700;
}

.lp-contact-content .wpcf7-form-control-wrap {
  display: block;
}

.lp-contact-content .wpcf7 input:not([type="submit"]),
.lp-contact-content .wpcf7 select,
.lp-contact-content .wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--lp-text);
  font: inherit;
}

.lp-contact-content .wpcf7 textarea {
  min-height: 220px;
  resize: vertical;
}

.lp-contact-content .wpcf7 input:not([type="submit"]):focus,
.lp-contact-content .wpcf7 select:focus,
.lp-contact-content .wpcf7 textarea:focus {
  border-color: var(--lp-accent);
  outline: 3px solid rgba(23, 89, 215, 0.12);
  outline-offset: 0;
}

.lp-contact-content .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--lp-accent);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--lp-accent) 0%, var(--lp-accent-dark) 100%);
  box-shadow: 0 14px 28px rgba(23, 89, 215, 0.22);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lp-contact-content .wpcf7-submit:hover {
  background: linear-gradient(180deg, #1f66f0 0%, #1447ac 100%);
}

.lp-contact-content .wpcf7-spinner {
  margin: 14px 0 0;
}

.lp-contact-content .wpcf7 form .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  color: var(--lp-muted);
}

.lp-global-footer {
  padding: 48px 0 54px;
  background:
    linear-gradient(180deg, #0f172a 0%, #13203a 100%);
  color: rgba(255, 255, 255, 0.82);
}

.lp-global-footer__top {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 2.2fr);
  gap: 36px;
  padding: 12px 0 0;
}

.lp-global-footer__brand {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 0;
  border-right: none;
}

.lp-global-footer h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.1vw, 2.2rem);
  letter-spacing: 0.06em;
}

.lp-global-footer__brand-name {
  color: #ffffff !important;
}

.lp-global-footer__nav {
  display: grid;
  justify-self: end;
  justify-items: end;
  grid-template-columns: repeat(2, max-content);
  gap: 28px;
}

.lp-footer-column {
  min-width: 0;
  text-align: right;
}

.lp-footer-column + .lp-footer-column {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-footer-column__title {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lp-footer-links {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.lp-footer-links a {
  display: inline-grid;
  gap: 4px;
  min-width: 0;
  justify-items: end;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.3;
  text-align: right;
}

.lp-footer-links a span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.lp-footer-links a small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.lp-footer-links a:hover {
  color: #ffffff;
}

.lp-footer-links a:hover small {
  color: rgba(255, 255, 255, 0.78);
}

.lp-global-footer__copyright {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1180px) {
  body.is-lp-page {
    --lp-shell: min(100vw - 32px, 1120px);
  }

  .lp-hero__content {
    padding: 44px;
  }

  .lp-card,
  .lp-notice,
  .lp-richtext,
  .lp-timeline__item,
  .lp-form {
    padding: 26px;
  }

  .lp-card-grid--3,
  .lp-stat-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-global-footer__top {
    gap: 28px;
  }

  .lp-global-footer__nav {
    gap: 22px;
  }
}

@media screen and (max-width: 960px) {
  .lp-card-grid--2,
  .lp-card-grid--3,
  .lp-stat-list,
  .lp-form__grid,
  .lp-timeline__item {
    grid-template-columns: 1fr;
  }

  .lp-global-footer__top,
  .lp-global-footer__nav {
    grid-template-columns: 1fr;
  }

  .lp-global-footer__nav {
    justify-self: stretch;
    justify-items: end;
  }

  .lp-global-header__inner {
    padding: 14px 0;
  }

  .lp-hero {
    padding: 28px 0 24px;
  }

  .lp-hero__content {
    padding: 38px;
  }

  .lp-hero__content h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 7vw, 3.5rem);
  }

  .lp-section {
    padding: 56px 0;
  }

  .lp-post-carousel {
    grid-auto-columns: minmax(320px, 72vw);
  }

  .lp-global-footer__brand {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .lp-footer-column + .lp-footer-column {
    padding-left: 0;
    padding-top: 18px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .lp-timeline__meta {
    padding-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--lp-border);
    border-right: none;
  }

  .lp-cta-box {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .lp-cta-box > div:last-child {
    width: 100%;
    justify-content: flex-start;
  }

  .lp-cta-box > div:last-child .lp-actions {
    width: 100%;
  }

  .lp-modal__dialog {
    grid-template-columns: 1fr;
  }

  .lp-works-grid {
    grid-template-columns: 1fr;
  }

  .lp-works-grid--se {
    grid-template-columns: 1fr;
  }

  .lp-modal__dialog {
    max-height: calc(100vh - 32px);
  }

  .lp-modal__media iframe {
    min-height: 280px;
  }
}

@media screen and (max-width: 820px) {
  .lp-global-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
  }

  .lp-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .lp-global-nav {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
  }

  .lp-global-header.is-menu-open .lp-global-nav {
    display: block;
  }

  .lp-global-header.is-menu-open .lp-menu-toggle__line:nth-child(1) {
    transform: translateX(-50%) translateY(7px) rotate(45deg);
  }

  .lp-global-header.is-menu-open .lp-menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .lp-global-header.is-menu-open .lp-menu-toggle__line:nth-child(3) {
    transform: translateX(-50%) translateY(-7px) rotate(-45deg);
  }

  .lp-global-nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(184, 198, 218, 0.82);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  }

  .lp-global-nav__list a {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.88rem;
  }

  .lp-card-grid--3,
  .lp-card-grid--2,
  .lp-stat-list,
  .lp-form__grid {
    grid-template-columns: 1fr;
  }

  .lp-cta-box {
    padding: 30px;
  }

  body.is-lp-page .lp-cta-box__title {
    font-size: clamp(1.4rem, 5.2vw, 2rem);
    line-height: 1.36;
  }

  .lp-cta-box p {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .lp-post-carousel {
    grid-auto-columns: minmax(300px, 82vw);
  }

  .lp-works__filters {
    gap: 8px;
  }

  .lp-page--video .lp-actions,
  .lp-page--se .lp-actions,
  .lp-page--mobile .lp-actions {
    width: 100%;
    flex-direction: column;
  }

  .lp-page--video .lp-actions .lp-button,
  .lp-page--se .lp-actions .lp-button,
  .lp-page--mobile .lp-actions .lp-button {
    width: 100%;
  }

  .lp-page--video .lp-hero__content,
  .lp-page--se .lp-hero__content {
    padding: 30px;
  }

  .lp-page--video .lp-hero__content h1,
  .lp-page--se .lp-hero__content h1 {
    max-width: 100%;
    font-size: clamp(1.8rem, 6.8vw, 2.6rem);
    line-height: 1.22;
  }

  .lp-page--video .lp-lead,
  .lp-page--se .lp-lead {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.78;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: auto;
  }

  .lp-page--video .lp-card-grid--3,
  .lp-page--se .lp-card-grid--3 {
    gap: 16px;
  }

  .lp-page--video .lp-card h3,
  .lp-page--video .lp-work-card__title,
  .lp-page--se .lp-card h3,
  .lp-page--se .lp-work-card__title {
    font-size: 1.18rem;
    line-height: 1.45;
  }

  .lp-page--video .lp-works,
  .lp-page--se .lp-works {
    gap: 18px;
  }

  .lp-works-grid--se {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  body.is-lp-page {
    --lp-shell: min(100vw - 24px, 1120px);
  }

  .lp-main {
    padding-bottom: 48px;
  }

  .lp-global-header__inner {
    padding: 12px 0;
  }

  .lp-brand {
    width: auto;
  }

  .lp-global-nav__list,
  .lp-actions {
    width: 100%;
  }

  .lp-button {
    width: 100%;
  }

  .lp-filter-chip {
    min-height: 44px;
  }

  .lp-page--video .lp-section-heading,
  .lp-page--se .lp-section-heading {
    margin-bottom: 18px;
  }

  .lp-page--video .lp-works__toolbar {
    gap: 12px;
  }

  .lp-page--video .lp-works__filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .lp-page--video .lp-filter-chip {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .lp-cta-box .lp-button {
    min-width: 0;
    font-size: 0.9rem;
  }

  body.is-lp-page .lp-cta-box__title {
    font-size: clamp(1.28rem, 6.4vw, 1.7rem);
    line-height: 1.4;
  }

  .lp-cta-box p {
    font-size: 0.94rem;
  }

  .lp-hero {
    padding-top: 22px;
  }

  .lp-hero__content,
  .lp-card,
  .lp-stat,
  .lp-cta-box,
  .lp-notice,
  .lp-richtext,
  .lp-timeline__item,
  .lp-form,
  .lp-global-footer__top {
    padding: 22px;
    border-radius: 22px;
  }

  .lp-hero__content {
    gap: 18px;
  }

  .layout-style--media.has-hero-media .lp-hero__content {
    min-height: 340px;
  }

  .lp-hero__content::after {
    display: none;
  }

  .lp-hero__content h1 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    line-height: 1.34;
  }

  .lp-page--video .lp-hero__content,
  .lp-page--se .lp-hero__content {
    padding: 20px;
  }

  .lp-page--video .lp-hero__content h1,
  .lp-page--se .lp-hero__content h1 {
    font-size: clamp(1.45rem, 7.2vw, 1.95rem);
    line-height: 1.28;
  }

  .lp-page--video .lp-lead,
  .lp-page--se .lp-lead {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.72;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: auto;
  }

  .lp-page--video .lp-actions,
  .lp-page--se .lp-actions,
  .lp-page--mobile .lp-actions {
    gap: 12px;
  }

  .lp-page--video .lp-actions .lp-button,
  .lp-page--se .lp-actions .lp-button,
  .lp-page--mobile .lp-actions .lp-button {
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .lp-section {
    padding: 52px 0;
  }

  .lp-post-carousel {
    grid-auto-columns: minmax(86vw, 86vw);
    padding-bottom: 10px;
  }

  .lp-modal__dialog {
    width: min(100vw - 24px, 1120px);
    border-radius: 20px;
  }

  .lp-modal__content {
    padding: 22px;
  }

  .lp-page--video .lp-modal {
    padding: 12px;
  }

  .lp-page--video .lp-modal__dialog {
    width: min(100vw - 24px, 1120px);
    max-height: calc(100vh - 24px);
  }

  .lp-page--video .lp-modal__close {
    top: 12px;
    right: 12px;
  }

  .lp-footer-links a span,
  .lp-footer-links a small {
    white-space: normal;
  }
}

@media screen and (max-width: 480px) {
  body.is-lp-page {
    --lp-shell: min(100vw - 20px, 1120px);
  }

  .lp-global-header__inner {
    padding: 10px 0;
  }

  .lp-brand__name {
    font-size: 1.05rem;
  }

  .lp-menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  body.is-lp-page .lp-cta-box__title {
    font-size: 1.18rem;
    line-height: 1.44;
  }

  .lp-menu-toggle__line:nth-child(1) {
    top: 13px;
  }

  .lp-menu-toggle__line:nth-child(2) {
    top: 20px;
  }

  .lp-menu-toggle__line:nth-child(3) {
    top: 27px;
  }

  .lp-work-card__body {
    padding: 18px;
  }

  .lp-work-card__title {
    font-size: 1.12rem;
  }

  .lp-page--video .lp-works__filters {
    grid-template-columns: 1fr;
  }

  .lp-page--video .lp-work-card__button {
    border-radius: 20px;
  }

  .lp-page--video .lp-work-card__eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
  }

  .lp-page--video .lp-hero__content,
  .lp-page--se .lp-hero__content {
    padding: 18px;
  }

  .lp-page--video .lp-hero__content h1,
  .lp-page--se .lp-hero__content h1 {
    font-size: 1.28rem;
    line-height: 1.32;
  }

  .lp-page--video .lp-lead,
  .lp-page--se .lp-lead {
    font-size: 0.88rem;
    line-height: 1.68;
  }

  .lp-page--video .lp-actions .lp-button,
  .lp-page--se .lp-actions .lp-button,
  .lp-page--mobile .lp-actions .lp-button {
    min-height: 46px;
    font-size: 0.88rem;
  }

  .lp-modal__media iframe {
    min-height: 220px;
  }

  .lp-page--video .lp-modal__media iframe {
    min-height: 200px;
  }

  .lp-hero__content,
  .lp-card,
  .lp-stat,
  .lp-cta-box,
  .lp-notice,
  .lp-richtext,
  .lp-timeline__item,
  .lp-form,
  .lp-global-footer__top {
    padding: 18px;
    border-radius: 18px;
  }

  .lp-hero__content h1 {
    font-size: 1.72rem;
  }

  .lp-lead,
  .lp-card p,
  .lp-section-heading p,
  .lp-cta-box p,
  .lp-stat span {
    font-size: 0.94rem;
  }

  .lp-button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.9rem;
  }

  .lp-post-carousel {
    grid-auto-columns: minmax(88vw, 88vw);
  }
}
