body {
  --icraft-blue: #386099;
  --icraft-blue-dark: #2a4a75;
  --icraft-blue-light: #6693c6;
  --icraft-ink: #1c1c1c;
  --icraft-gray: #464444;
  --icraft-muted: #6b7280;
  --icraft-border: #d9e3ef;
  --icraft-paper: #ffffff;
  --icraft-soft: #f4f6f9;
  --icraft-soft-blue: #ebf0f7;
}

body:has(.icraft-page) #content {
  width: 100% !important;
  max-width: none !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:has(.icraft-page) #content > .l-mainContent,
body:has(.icraft-page) #content > .l-mainContent > .l-mainContent__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body:has(.icraft-page) .c-pageTitle,
body:has(.icraft-page) .p-breadcrumb,
body:has(.icraft-page) #breadcrumb,
body:has(.icraft-page) #sidebar,
body:has(.icraft-page) .l-sidebar,
body:has(.icraft-page) #main_visual,
body:has(.icraft-page) #post_slider {
  display: none !important;
}

#header {
  overflow: visible;
  border-bottom: 1px solid rgba(56, 96, 153, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(28, 28, 28, 0.05);
}

#header .l-header__bar {
  min-height: 30px;
  background: #464444;
  color: #fff;
}

#header .l-header__barInner {
  min-height: 30px;
}

#header .c-catchphrase {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
}

#header .c-iconList__link {
  color: #fff;
}

#header .l-header__inner {
  min-height: 78px;
}

#header .c-headLogo__link,
#fix_header .c-headLogo__link {
  color: var(--icraft-ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0;
}

#header .c-headLogo__link::after,
#fix_header .c-headLogo__link::after {
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 7px;
  background: var(--icraft-blue);
  content: "";
}

#header .l-header__spNav {
  display: none !important;
}

#header .c-gnav > .menu-item > a,
#fix_header .c-gnav > .menu-item > a {
  color: #2f3640;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
}

#header .c-gnav > .menu-item > a::after,
#fix_header .c-gnav > .menu-item > a::after {
  height: 2px;
  background: var(--icraft-blue);
}

#header .c-gnav > .menu-item:last-child > a,
#fix_header .c-gnav > .menu-item:last-child > a {
  width: auto;
  height: 44px !important;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 4px;
  background: var(--icraft-blue);
  color: #fff;
  line-height: 1;
}

#header .c-gnav > .menu-item:last-child,
#fix_header .c-gnav > .menu-item:last-child {
  display: flex;
  align-items: center;
}

#header .c-gnav > .menu-item:last-child > a .ttl,
#fix_header .c-gnav > .menu-item:last-child > a .ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

#header .c-gnav > .menu-item:last-child > a:hover,
#fix_header .c-gnav > .menu-item:last-child > a:hover {
  background: var(--icraft-blue-dark);
}

#header .sub-menu {
  border: 1px solid rgba(56, 96, 153, 0.16);
  box-shadow: 0 18px 45px rgba(28, 28, 28, 0.12);
}

.icraft-page {
  overflow: hidden;
  background: #fff;
  color: var(--icraft-ink);
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  padding-bottom: 0;
}

.icraft-container {
  width: min(1120px, calc(100% - 40px));
}

.icraft-page > .icraft-container {
  padding-top: 56px;
  padding-bottom: 72px;
}

.icraft-section {
  padding: 88px 0;
}

.icraft-section--muted {
  background: var(--icraft-soft);
}

.icraft-section--deep {
  background: #2f3136;
  color: #fff;
}

.icraft-section--deep .icraft-section-title__ja {
  color: #fff;
}

.icraft-section--deep .icraft-section-title__desc {
  color: rgba(255, 255, 255, 0.74);
}

.icraft-section-title {
  max-width: 760px;
  margin: 0 auto 38px;
}

.icraft-section-title--left {
  margin-right: 0;
  margin-left: 0;
}

.icraft-section-title__en,
.icraft-hero__en {
  color: var(--icraft-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.icraft-section-title__ja {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.28;
}

.icraft-section-title__desc {
  margin: 16px auto 0;
  color: var(--icraft-muted);
  line-height: 1.9;
}

.icraft-button {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(56, 96, 153, 0.18);
}

.icraft-button--ghost,
.icraft-button--ghost-dark,
.icraft-button--light {
  box-shadow: none;
}

.icraft-home-hero {
  position: relative;
  display: grid;
  min-height: clamp(600px, 78vh, 760px);
  align-items: center;
  padding: 108px 0 96px;
  background:
    linear-gradient(90deg, rgba(31, 38, 48, 0.9) 0%, rgba(31, 38, 48, 0.68) 48%, rgba(31, 38, 48, 0.22) 100%),
    url("../images/generated/concrete-floor.png") center / cover no-repeat;
  color: #fff;
}

.icraft-home-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--icraft-blue), var(--icraft-blue-light));
  content: "";
}

.icraft-home-hero__inner {
  position: relative;
  z-index: 1;
}

.icraft-home-hero__title {
  max-width: 900px;
  color: inherit;
  font-size: clamp(2.6rem, 5.8vw, 5.2rem);
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.icraft-home-hero__text {
  max-width: 740px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.9;
}

.icraft-hero__en.icraft-hero__en--light {
  color: var(--icraft-blue-light);
}

.icraft-home-hero__actions {
  margin-top: 34px;
}

.icraft-home-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.icraft-home-hero__badges li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 700;
}

.icraft-stats {
  background: var(--icraft-blue-dark);
  color: #fff;
}

.icraft-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.icraft-stat {
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.icraft-stat:last-child {
  border-right: 0;
}

.icraft-stat__num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1;
}

.icraft-stat__unit {
  font-size: 0.92rem;
  font-weight: 800;
}

.icraft-stat__label {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.icraft-lead-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.icraft-lead-split .icraft-section-title {
  margin-bottom: 22px;
}

.icraft-lead-split__text {
  color: var(--icraft-muted);
  line-height: 2;
}

.icraft-feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.icraft-feature-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.icraft-feature-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 14px;
  height: 2px;
  background: var(--icraft-blue);
  content: "";
}

.icraft-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.icraft-strength {
  position: relative;
  min-height: 260px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--icraft-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.07);
}

.icraft-strength__num {
  color: rgba(56, 96, 153, 0.14);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.icraft-strength__title {
  margin: 22px 0 12px;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.45;
}

.icraft-strength__text {
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.85;
}

.icraft-grid {
  gap: 28px;
}

.icraft-card {
  border: 1px solid rgba(56, 96, 153, 0.14);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.06);
}

.icraft-card__body {
  padding: 24px;
}

.icraft-card__title {
  font-weight: 800;
}

.icraft-service-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icraft-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(28, 28, 28, 0.12);
}

.icraft-service-card__kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--icraft-blue);
  font-size: 0.75rem;
  font-weight: 900;
}

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

.icraft-process--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.icraft-process__item {
  position: relative;
  padding: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.icraft-process__num {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--icraft-blue-light);
  color: #fff;
  font-weight: 900;
}

.icraft-process__title {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}

.icraft-process__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.icraft-hero {
  position: relative;
  margin-bottom: 0;
  padding: 92px 0 82px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(47, 49, 54, 0.94), rgba(42, 74, 117, 0.86)),
    url("../images/generated/technical-column.png") center / cover no-repeat;
  color: #fff;
}

.icraft-page--service .icraft-hero,
.icraft-page--service-detail .icraft-hero {
  background:
    linear-gradient(135deg, rgba(47, 49, 54, 0.92), rgba(42, 74, 117, 0.82)),
    url("../images/generated/concrete-floor.png") center / cover no-repeat;
}

.icraft-page--about .icraft-hero,
.icraft-page--recruit .icraft-hero,
.icraft-page--partner .icraft-hero {
  background:
    linear-gradient(135deg, rgba(47, 49, 54, 0.92), rgba(42, 74, 117, 0.82)),
    url("../images/generated/team-planning.png") center / cover no-repeat;
}

.icraft-page--contact .icraft-hero,
.icraft-page--faq .icraft-hero,
.icraft-page--sitemap .icraft-hero {
  background:
    linear-gradient(135deg, rgba(47, 49, 54, 0.92), rgba(42, 74, 117, 0.82)),
    url("../images/generated/technical-column.png") center / cover no-repeat;
}

.icraft-hero__en {
  color: var(--icraft-blue-light);
}

.icraft-hero__title {
  max-width: 900px;
  color: inherit;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 900;
}

.icraft-hero__text {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.9;
}

.breadcrumb {
  margin-bottom: 32px;
}

.icraft-panel,
.icraft-side-box {
  border-color: rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  box-shadow: 0 14px 42px rgba(28, 28, 28, 0.05);
}

.icraft-page-image,
.icraft-side-image,
.icraft-split__image {
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.08);
}

.icraft-split--lead {
  padding: 56px 0;
}

.icraft-cta {
  margin-top: 0;
  padding: 56px 0;
  background:
    linear-gradient(135deg, rgba(42, 74, 117, 0.98), rgba(56, 96, 153, 0.96)),
    url("../images/generated/concrete-repair.png") center / cover no-repeat;
}

.icraft-cta__inner {
  align-items: center;
}

.icraft-cta__title {
  font-weight: 900;
}

.icraft-service-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(56, 96, 153, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.icraft-service-nav .icraft-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 10px;
}

.icraft-service-nav a {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 4px;
  background: #fff;
  color: var(--icraft-ink);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.icraft-service-nav a:hover {
  border-color: var(--icraft-blue);
  background: var(--icraft-blue);
  color: #fff;
}

.icraft-service-lp__breadcrumb {
  padding-top: 34px !important;
  padding-bottom: 8px !important;
}

.icraft-fixed-lp__breadcrumb {
  padding-top: 34px !important;
  padding-bottom: 10px !important;
}

.icraft-fixed-intro {
  padding-top: 42px;
}

.icraft-service-overview {
  padding-top: 38px;
}

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

.icraft-service-issue {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(56, 96, 153, 0.14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.06);
}

.icraft-service-issue__num {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(56, 96, 153, 0.2);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
}

.icraft-service-issue h2 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.45;
}

.icraft-service-issue p {
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.85;
}

.icraft-service-scope {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.icraft-service-scope__main,
.icraft-service-scope__side {
  padding: 34px;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.06);
}

.icraft-service-scope__side {
  background:
    linear-gradient(135deg, rgba(42, 74, 117, 0.96), rgba(56, 96, 153, 0.9)),
    url("../images/generated/team-planning.png") center / cover no-repeat;
  color: #fff;
}

.icraft-service-scope h2 {
  margin: 0 0 22px;
  font-size: 1.45rem;
  font-weight: 900;
}

.icraft-service-scope__side h2 {
  color: #fff;
}

.icraft-check-list--cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.icraft-check-list--cards li {
  position: relative;
  min-height: 58px;
  padding: 16px 16px 16px 42px;
  border-radius: 4px;
  background: var(--icraft-soft);
  font-weight: 800;
}

.icraft-check-list--cards li::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--icraft-blue);
  border-radius: 50%;
  content: "";
}

.icraft-service-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.icraft-service-benefits span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
}

.icraft-package-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}

.icraft-package-band .icraft-section-title__ja {
  color: #fff;
}

.icraft-package-band p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}

.icraft-package-band__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.icraft-package-band__list li {
  position: relative;
  min-height: 66px;
  padding: 16px 16px 16px 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.icraft-package-band__list li::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--icraft-blue-light);
  content: "";
}

.icraft-rich-service-grid {
  display: grid;
  gap: 28px;
}

.icraft-rich-service {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  overflow: hidden;
  border: 1px solid rgba(56, 96, 153, 0.14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.06);
}

.icraft-rich-service:nth-child(even) {
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
}

.icraft-rich-service:nth-child(even) .icraft-rich-service__image {
  grid-column: 2;
}

.icraft-rich-service:nth-child(even) .icraft-rich-service__body {
  grid-column: 1;
  grid-row: 1;
}

.icraft-rich-service__image {
  height: 100%;
  min-height: 280px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.icraft-rich-service__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icraft-rich-service__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}

.icraft-rich-service__body span {
  color: var(--icraft-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.icraft-rich-service__body h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  font-weight: 900;
  line-height: 1.28;
}

.icraft-rich-service__sub {
  margin: 0 0 18px;
  color: var(--icraft-blue-dark);
  font-weight: 800;
}

.icraft-rich-service__body p:not(.icraft-rich-service__sub) {
  color: var(--icraft-muted);
  line-height: 1.9;
}

.icraft-section--muted .icraft-process__item {
  border: 1px solid rgba(56, 96, 153, 0.14);
  background: #fff;
  color: var(--icraft-ink);
  box-shadow: 0 16px 42px rgba(28, 28, 28, 0.05);
}

.icraft-section--muted .icraft-process__title {
  color: var(--icraft-ink);
}

.icraft-section--muted .icraft-process__text {
  color: var(--icraft-muted);
}

.icraft-company-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.icraft-side-box--blue {
  background:
    linear-gradient(135deg, rgba(42, 74, 117, 0.96), rgba(56, 96, 153, 0.92)),
    url("../images/generated/team-planning.png") center / cover no-repeat;
  color: #fff;
}

.icraft-side-box--blue h2,
.icraft-side-box--blue p {
  color: #fff;
}

.icraft-contact-cards {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 0.9fr));
  gap: 20px;
}

.icraft-contact-card {
  min-height: 240px;
  padding: 30px;
  border: 1px solid rgba(56, 96, 153, 0.14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.06);
}

.icraft-contact-card--primary {
  background:
    linear-gradient(135deg, rgba(42, 74, 117, 0.96), rgba(56, 96, 153, 0.92)),
    url("../images/generated/concrete-repair.png") center / cover no-repeat;
  color: #fff;
}

.icraft-contact-card h2 {
  margin: 8px 0 14px;
  font-size: 1.3rem;
  font-weight: 900;
}

.icraft-contact-card p {
  color: var(--icraft-muted);
  line-height: 1.85;
}

.icraft-contact-card--primary h2,
.icraft-contact-card--primary p,
.icraft-contact-card--primary .icraft-section-title__en,
.icraft-contact-card--primary a {
  color: #fff;
}

.icraft-contact-card--primary .icraft-contact-tel {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.2;
}

.icraft-section--forms {
  background: linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
}

.icraft-form-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 36px 0 42px;
}

.icraft-form-choice-card {
  display: block;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background: #fff;
  color: var(--icraft-ink);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(28, 28, 28, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.icraft-form-choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 96, 153, 0.38);
  box-shadow: 0 22px 56px rgba(28, 28, 28, 0.09);
}

.icraft-form-choice-card__en {
  margin: 0 0 10px;
  color: var(--icraft-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.icraft-form-choice-card h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 900;
}

.icraft-form-choice-card p {
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.85;
}

.icraft-form-choice-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.icraft-form-choice-card li {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--icraft-soft-blue);
  color: var(--icraft-blue-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.icraft-form-panels {
  display: grid;
  gap: 34px;
}

.icraft-form-panel {
  scroll-margin-top: 110px;
  overflow: hidden;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(28, 28, 28, 0.06);
}

.icraft-form-panel__head {
  padding: 30px 34px;
  border-bottom: 1px solid rgba(56, 96, 153, 0.12);
  background: linear-gradient(135deg, rgba(56, 96, 153, 0.08), rgba(255, 255, 255, 0));
}

.icraft-form-panel--recruit .icraft-form-panel__head {
  background: linear-gradient(135deg, rgba(42, 121, 99, 0.1), rgba(255, 255, 255, 0));
}

.icraft-form-panel__head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
}

.icraft-form-panel__head p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.8;
}

.icraft-form-panel .icraft-form-wrap {
  padding: 34px;
}

.icraft-form-panel .contact-form__grid,
.icraft-form-panel .recruit-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.icraft-form-panel .form-field,
.icraft-form-panel .contact-form__privacy {
  min-width: 0;
}

.icraft-form-panel .form-field--full,
.icraft-form-panel .contact-form__privacy,
.icraft-form-panel .contact-form__submit,
.icraft-form-panel .recruit-form__submit {
  grid-column: 1 / -1;
}

.icraft-form-panel .form-label,
.icraft-form-panel .form-fieldset legend {
  display: block;
  margin: 0 0 8px;
  color: var(--icraft-ink);
  font-size: 0.94rem;
  font-weight: 900;
}

.icraft-form-panel .form-required {
  color: #b3442f;
  font-size: 0.82rem;
}

.icraft-form-panel input[type="text"],
.icraft-form-panel input[type="email"],
.icraft-form-panel input[type="tel"],
.icraft-form-panel input[type="number"],
.icraft-form-panel select,
.icraft-form-panel textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(56, 96, 153, 0.22);
  border-radius: 6px;
  background: #fff;
  color: var(--icraft-ink);
  font-size: 1rem;
}

.icraft-form-panel textarea {
  min-height: 150px;
}

.icraft-form-panel input:focus,
.icraft-form-panel select:focus,
.icraft-form-panel textarea:focus {
  border-color: var(--icraft-blue);
  outline: 3px solid rgba(56, 96, 153, 0.16);
}

.icraft-form-panel .wpcf7-list-item {
  margin: 0 16px 8px 0;
}

.icraft-form-panel .contact-form__privacy {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 6px;
  background: var(--icraft-soft);
}

.icraft-form-panel input[type="submit"] {
  width: min(100%, 340px);
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--icraft-blue);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.icraft-form-panel--recruit input[type="submit"] {
  background: #2a7963;
}

.icraft-form-panel input[type="submit"]:hover {
  transform: translateY(-1px);
  background: var(--icraft-blue-dark);
}

.icraft-form-panel--recruit input[type="submit"]:hover {
  background: #215d4d;
}

.icraft-form-support {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 28px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(28, 28, 28, 0.88), rgba(42, 74, 117, 0.82)),
    url("../images/generated/team-planning.png") center / cover no-repeat;
  color: #fff;
}

.icraft-form-support h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 900;
}

.icraft-form-support p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.icraft-section--compact {
  padding: 44px 0;
}

.icraft-index-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  margin: 32px 0 18px;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(235, 240, 247, 0.92)),
    url("../images/generated/technical-column.png") right center / auto 100% no-repeat;
  box-shadow: 0 18px 52px rgba(28, 28, 28, 0.06);
}

.icraft-index-lead__body h2 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.45;
}

.icraft-index-lead__body p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.9;
}

.icraft-index-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  align-self: center;
}

.icraft-index-stat {
  min-height: 132px;
  padding: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(56, 96, 153, 0.14);
}

.icraft-index-stat span {
  display: block;
  color: var(--icraft-blue);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.icraft-index-stat p {
  margin: 10px 0 0;
  color: var(--icraft-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.icraft-index-heading {
  margin: 12px 0 16px;
  color: var(--icraft-ink);
  font-size: 1.18rem;
  font-weight: 900;
}

.icraft-work-summary p {
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.9;
}

.icraft-work-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.icraft-work-highlight {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(28, 28, 28, 0.05);
}

.icraft-work-highlight span {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(56, 96, 153, 0.22);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.icraft-work-highlight h2 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 900;
}

.icraft-work-highlight p {
  margin: 0;
  color: var(--icraft-muted);
  line-height: 1.8;
}

.icraft-page--privacy .icraft-hero {
  background:
    linear-gradient(135deg, rgba(47, 49, 54, 0.92), rgba(42, 74, 117, 0.82)),
    url("../images/generated/technical-column.png") center / cover no-repeat;
}

.icraft-legal-panel {
  padding: clamp(28px, 4vw, 46px);
}

.icraft-legal-entry h2 {
  padding-bottom: 12px;
  margin: 38px 0 16px;
  border-bottom: 1px solid rgba(56, 96, 153, 0.18);
  color: var(--icraft-ink);
  font-size: 1.35rem;
  font-weight: 900;
}

.icraft-legal-entry h2:first-child {
  margin-top: 0;
}

.icraft-legal-entry p,
.icraft-legal-entry li {
  color: var(--icraft-muted);
  line-height: 1.95;
}

.icraft-legal-entry ul,
.icraft-legal-entry ol {
  padding-left: 1.4em;
}

.icraft-service-lp .icraft-process--service {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.icraft-faq-groups {
  display: grid;
  gap: 34px;
}

.icraft-faq-group__title {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  margin: 0 0 16px;
  border-left: 4px solid var(--icraft-blue);
  background: var(--icraft-soft-blue);
  color: var(--icraft-blue-dark);
  font-size: 1rem;
  font-weight: 900;
}

.icraft-faq-card + .icraft-faq-card {
  margin-top: 12px;
}

.icraft-faq-list--rich {
  max-width: 900px;
  margin-inline: auto;
}

.icraft-faq-card {
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(28, 28, 28, 0.05);
}

.icraft-faq-card summary {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

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

.icraft-faq-card summary span,
.icraft-faq-card > div span {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.icraft-faq-card summary span {
  background: var(--icraft-blue);
  color: #fff;
}

.icraft-faq-card > div {
  display: flex;
  gap: 14px;
  padding: 0 24px 22px;
  color: var(--icraft-muted);
  line-height: 1.9;
}

.icraft-faq-card > div span {
  background: var(--icraft-soft-blue);
  color: var(--icraft-blue-dark);
}

.icraft-page--single-column .icraft-hero--article {
  min-height: 360px;
  display: flex;
  align-items: center;
}

.icraft-page--single-column .icraft-hero__title {
  max-width: 980px;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  line-height: 1.22;
}

.icraft-page--single-column .icraft-layout {
  grid-template-columns: minmax(0, 760px) minmax(280px, 320px);
  justify-content: space-between;
}

.icraft-page--single-column .icraft-layout__main.icraft-panel {
  padding: clamp(28px, 4vw, 48px);
}

.icraft-page--single-column .icraft-entry {
  color: #27313f;
  font-size: 1.03rem;
  line-height: 2;
}

.icraft-article-summary {
  margin: 0 0 34px;
  padding: 26px 28px;
  border: 1px solid rgba(56, 96, 153, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(56, 96, 153, 0.08), rgba(102, 147, 198, 0.05)),
    #fff;
}

.icraft-article-summary__label {
  margin: 0 0 10px !important;
  color: var(--icraft-blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.icraft-article-summary p:last-child {
  margin: 0;
  color: #334155;
  font-weight: 700;
  line-height: 1.9;
}

.icraft-page--single-column .icraft-entry .p-toc {
  margin: 0 0 34px;
  padding: 24px 26px;
  border: 1px solid rgba(56, 96, 153, 0.16);
  border-radius: 6px;
  background: var(--icraft-soft);
  box-shadow: none;
}

.icraft-page--single-column .icraft-entry .p-toc::before {
  display: block;
  margin-bottom: 10px;
  color: var(--icraft-blue);
  font-size: 0.8rem;
  font-weight: 900;
  content: "TABLE OF CONTENTS";
}

.icraft-page--single-column .icraft-entry .p-toc a {
  color: var(--icraft-ink);
  text-decoration: none;
}

.icraft-page--single-column .icraft-entry p {
  margin: 1.25em 0;
}

.icraft-page--single-column .icraft-entry h2 {
  position: relative;
  margin: 2.6em 0 1em;
  padding: 18px 20px 18px 24px;
  border-left: 5px solid var(--icraft-blue);
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(56, 96, 153, 0.1), rgba(56, 96, 153, 0.02));
  color: var(--icraft-ink);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.42;
}

.icraft-page--single-column .icraft-entry h2:first-child {
  margin-top: 0;
}

.icraft-page--single-column .icraft-entry h3 {
  margin: 2em 0 0.8em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--icraft-border);
  color: #24364d;
  font-size: clamp(1.2rem, 1.9vw, 1.48rem);
  font-weight: 900;
  line-height: 1.5;
}

.icraft-page--single-column .icraft-entry h4 {
  margin: 1.8em 0 0.6em;
  color: var(--icraft-blue-dark);
  font-size: 1.08rem;
  font-weight: 900;
}

.icraft-page--single-column .icraft-entry ul,
.icraft-page--single-column .icraft-entry ol {
  display: grid;
  gap: 10px;
  margin: 1.4em 0;
  padding: 22px 24px;
  border-radius: 6px;
  background: var(--icraft-soft);
}

.icraft-page--single-column .icraft-entry li {
  margin: 0;
  padding-left: 0.2em;
}

.icraft-page--single-column .icraft-entry blockquote {
  margin: 2em 0;
  padding: 26px 28px;
  border-left: 5px solid var(--icraft-blue);
  border-radius: 6px;
  background: #f8fbff;
  color: #334155;
  font-weight: 700;
}

.icraft-page--single-column .icraft-entry table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--icraft-border);
  border-radius: 6px;
  background: #fff;
}

.icraft-page--single-column .icraft-entry th,
.icraft-page--single-column .icraft-entry td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--icraft-border);
  text-align: left;
  vertical-align: top;
}

.icraft-page--single-column .icraft-entry th {
  background: var(--icraft-soft-blue);
  color: var(--icraft-blue-dark);
  font-weight: 900;
}

.icraft-page--single-column .icraft-entry a {
  color: var(--icraft-blue);
  font-weight: 800;
  text-underline-offset: 0.18em;
}

.icraft-page--single-column .icraft-post-nav a {
  display: block;
  min-height: 72px;
  padding: 16px;
  border: 1px solid var(--icraft-border);
  border-radius: 6px;
  background: #fff;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.icraft-page--single-column .icraft-side-box {
  position: relative;
  overflow: hidden;
}

.icraft-page--single-column .icraft-side-box:first-child {
  background:
    linear-gradient(135deg, rgba(42, 74, 117, 0.96), rgba(56, 96, 153, 0.92)),
    url("../images/generated/concrete-repair.png") center / cover no-repeat;
  color: #fff;
}

.icraft-page--single-column .icraft-side-box:first-child h2,
.icraft-page--single-column .icraft-side-box:first-child p {
  color: #fff;
}

.icraft-page--single-column .icraft-side-box h2 {
  margin: 0 0 14px;
  font-size: 1.12rem;
  font-weight: 900;
}

.icraft-column-cat-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.icraft-column-cat-list a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 4px;
  background: var(--icraft-soft);
  color: var(--icraft-ink);
  font-weight: 800;
  text-decoration: none;
}

.icraft-column-cat-list a:hover {
  background: var(--icraft-blue);
  color: #fff;
}

.icraft-column-cat-list em {
  display: inline-grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--icraft-blue);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
}

.icraft-page--single-column .icraft-recent-list li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--icraft-border);
}

.icraft-page--single-column .icraft-related {
  padding: 54px 0 18px;
  border-top: 1px solid var(--icraft-border);
}

@media (max-width: 1023px) {
  #header .l-header__inner {
    min-height: 64px;
  }

  #header .c-headLogo__link::after {
    width: 52px;
    margin-top: 5px;
  }

  .icraft-home-hero {
    min-height: 620px;
    padding: 86px 0 78px;
  }

  .icraft-stats__grid,
  .icraft-strength-grid,
  .icraft-process,
  .icraft-lead-split,
  .icraft-grid--issues,
  .icraft-service-scope,
  .icraft-service-lp .icraft-process--service,
  .icraft-package-band,
  .icraft-company-layout,
  .icraft-index-lead,
  .icraft-work-highlights,
  .icraft-contact-cards,
  .icraft-form-panel .contact-form__grid,
  .icraft-form-panel .recruit-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .icraft-rich-service,
  .icraft-rich-service:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .icraft-rich-service:nth-child(even) .icraft-rich-service__image,
  .icraft-rich-service:nth-child(even) .icraft-rich-service__body {
    grid-column: auto;
    grid-row: auto;
  }

  .icraft-page--single-column .icraft-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .icraft-container {
    width: min(100% - 28px, 1120px);
  }

  .icraft-section {
    padding: 62px 0;
  }

  .icraft-page > .icraft-container {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .icraft-home-hero {
    min-height: 560px;
    padding: 70px 0 64px;
  }

  .icraft-home-hero__title {
    font-size: 2.04rem;
    line-height: 1.15;
  }

  .icraft-home-hero__actions,
  .icraft-button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .icraft-home-hero__actions .icraft-button,
  .icraft-button-row .icraft-button,
  .icraft-cta .icraft-button {
    width: 100%;
  }

  .icraft-stats__grid,
  .icraft-strength-grid,
  .icraft-process,
  .icraft-lead-split,
  .icraft-grid--issues,
  .icraft-service-scope,
  .icraft-service-lp .icraft-process--service,
  .icraft-check-list--cards,
  .icraft-package-band,
  .icraft-package-band__list,
  .icraft-company-layout,
  .icraft-index-lead,
  .icraft-index-stat-grid,
  .icraft-work-highlights,
  .icraft-contact-cards,
  .icraft-form-choice-grid,
  .icraft-form-panel .contact-form__grid,
  .icraft-form-panel .recruit-form__grid {
    grid-template-columns: 1fr;
  }

  .icraft-form-choice-card,
  .icraft-form-panel__head,
  .icraft-form-panel .icraft-form-wrap,
  .icraft-form-support,
  .icraft-index-lead,
  .icraft-work-highlight {
    padding: 22px;
  }

  .icraft-form-support {
    flex-direction: column;
    align-items: stretch;
  }

  .icraft-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .icraft-stat:last-child {
    border-bottom: 0;
  }

  .icraft-hero {
    padding: 64px 0 58px;
  }

  .icraft-service-nav {
    position: static;
  }

  .icraft-service-scope__main,
  .icraft-service-scope__side,
  .icraft-service-issue {
    padding: 24px;
  }

  .icraft-page--single-column .icraft-layout__main.icraft-panel {
    padding: 24px 20px;
  }

  .icraft-page--single-column .icraft-entry {
    font-size: 1rem;
  }

  .icraft-page--single-column .icraft-entry h2 {
    padding: 16px;
  }
}
