.home .hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #ffffff;
  background: var(--brand-black);
}

.home .hero-swiper,
.home .hero-slide {
  min-height: 620px;
}

.home .hero-swiper {
  cursor: default;
}

.home .hero-swiper .swiper-wrapper,
.home .hero-swiper .swiper-slide {
  cursor: default !important;
}

.home .hero-slide {
  position: relative;
  overflow: hidden;
}

.home .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.home .hero-bg::after {
  content: none;
}

.home .hero-grid {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.home .hero-copy-wrap {
  width: 100%;
  padding: 160px 0 96px;
}

.home .hero-copy {
  position: relative;
  max-width: 1040px;
  padding-left: 0;
  margin-top: 76px;
}

.home .hero-eyebrow {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 650;
  line-height: 1.25;
  margin: 0 0 14px;
}

.home .hero h1 {
  margin: 0 0 34px;
  max-width: 1040px;
  color: #ffffff;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.home .hero p {
  max-width: 980px;
}

.home .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home .button,
.home .small-button {
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  transition: 170ms ease;
  font-weight: 600;
}

.home .button svg,
.home .small-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home .button [data-lucide],
.home .small-button [data-lucide] {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.home .button.primary {
  color: var(--brand-black);
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  box-shadow:
    0 14px 28px rgba(23, 23, 23, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.home .button.primary:hover {
  border-color: #a8cce2;
  background: #a8cce2;
  transform: translateY(-1px);
}

.home .button.secondary {
  color: #ffffff;
  border-color: rgba(183, 194, 200, 0.9);
  background: rgba(61, 62, 69, 0.42);
  box-shadow: 0 14px 28px rgba(23, 23, 23, 0.18);
}

.home .button.secondary:hover {
  border-color: var(--brand-blue);
  background: rgba(133, 182, 214, 0.16);
}

.home .hero-control-shell {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 32px;
  width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.home .hero-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.home .hero-pagination {
  position: static;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.home .hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  opacity: 1;
  box-shadow: none;
  transition: background 180ms ease, transform 180ms ease;
}

.home .hero-pagination .swiper-pagination-bullet-active {
  background: #85b6d6;
  transform: scale(1.08);
}

.home .button.full {
  width: 100%;
}

.home .value-foundation {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
}

.home .value-foundation::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(61, 62, 69, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(133, 182, 214, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, transparent 92%);
}

.home .value-foundation .container {
  position: relative;
  z-index: 1;
}

.home .value-foundation-heading {
  max-width: 660px;
  margin: 0 auto 48px;
  text-align: center;
}

.home .value-foundation-heading span {
  display: block;
  color: #85b6d6;
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home .value-foundation-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home .value-foundation-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 32px 38px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  color: #ffffff;
  background: #171717;
  box-shadow: 0 28px 70px rgba(23, 23, 23, 0.16);
  isolation: isolate;
}

.home .value-foundation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 700ms ease, filter 700ms ease;
}

.home .value-foundation-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.1) 0%, rgba(23, 23, 23, 0.18) 38%, rgba(23, 23, 23, 0.84) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.32) 0%, rgba(23, 23, 23, 0.06) 62%);
  pointer-events: none;
}

.home .value-foundation-card:hover::before {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.home .value-foundation-card:nth-child(1)::before {
  background-image: url("../img/index/pre-configured.png");
  background-position: center;
}

.home .value-foundation-card:nth-child(2)::before {
  background-image: url("../img/index/integrated-category-solutions.png");
  background-position: center;
}

.home .value-foundation-card:nth-child(3)::before {
  background-image: url("../img/index/reliable-system-delivery.png");
  background-position: center;
}

.home .value-foundation-card + .value-foundation-card {
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.home .value-card-kicker {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}

.home .value-foundation-card h3 {
  min-height: 132px;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.home .value-foundation-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.home .value-foundation-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.35;
}

.home .value-foundation-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #85b6d6;
  transform: translateY(-50%);
}

.home .section {
  padding: 86px 0;
  background: #ffffff;
}


.home .section.muted,
.home .contact-section {
  background: var(--soft);
}

.home .contact-section {
  padding: 76px 0;
}

.home .section.dark {
  color: #ffffff;
  background: var(--dark-gradient);
}

.home .section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 54px;
}

.home .section-heading h2,
.home .contact-copy h2 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 400;
  color:var(--brand-blue);
}

.home .section-heading p,
.home .contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.home .dark .section-heading p {
  color: #cbd5e1;
}

.home .system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home .system-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
}

.home .system-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 500ms ease;
}

.home .system-card:hover img {
  transform: scale(1.055);
}

.home .system-card-content {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 30px;
}

.home .system-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 500;
}

.home .system-card p {
  color: #e5e7eb;
  margin: 0 0 16px;
}

.home .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.home .text-link [data-lucide] {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.home .feature-grid,
.home .delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.home .mobile-swiper-wrap {
  text-align: center;
}

.home .mobile-swiper {
  width: 100%;
  padding-bottom: 28px;
}

.home .mobile-swiper-card {
  min-height: 280px;
  padding: 16px 20px;
  border-radius: 8px;
  user-select: none;
}

.home .mobile-swiper-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.home .mobile-swiper-card p {
  margin: 0;
  color: var(--muted);
}

.home .quality-mobile-card {
  background: #f8fafc;
  padding: 34px 24px;
}

.home .delivery-mobile-card p {
  color: #cbd5e1;
}

.home .mobile-swiper .swiper-pagination {
  bottom: 0 !important;
}

.home .mobile-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  transition: 180ms ease;
  border-radius: 999px;
}

.home .mobile-swiper .swiper-pagination-bullet-active {
  width: 28px;
  background: var(--brand-charcoal);
}

.home .dark-swiper .swiper-pagination-bullet {
  background: #64748b;
}

.home .dark-swiper .swiper-pagination-bullet-active {
  width: 28px;
  background: #ffffff;
}

.home .feature-card,
.home .delivery-card,
.home .quality-card {
  text-align: center;
}

.home .round-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  background: var(--brand-silver-soft);
  color: var(--brand-charcoal);
}

.home .round-icon [data-lucide] {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.home .dark .round-icon {
  color: #ffffff;
  background: rgba(133, 182, 214, 0.22);
}

.home .feature-card h3,
.home .delivery-card h3,
.home .quality-card h3,
.home .download-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 400;
}

.home .feature-card p,
.home .delivery-card p,
.home .quality-card p,
.home .download-card p {
  margin: 0;
  color: var(--muted);
}

.home .dark .delivery-card p {
  color: #cbd5e1;
}

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

.home .download-card {
  width: 100%;
  min-height: 218px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: 170ms ease;
}

.home .download-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.14);
}

.home .download-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.home .download-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--brand-charcoal);
  background: var(--brand-silver-soft);
  transition: 170ms ease;
}

.home .download-icon [data-lucide] {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.home .download-card:hover .download-icon {
  color: #ffffff;
  background: var(--brand-black);
}

.home .file-meta {
  color: #7a8696;
  font-size: 13px;
  white-space: nowrap;
}

.home .download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--slate-2);
  font-weight: 650;
  font-size: 14px;
}

.home .download-link [data-lucide] {
  width: 15px;
  height: 15px;
  stroke-width: 2;
}

.home .center-cta {
  text-align: center;
  margin-top: 46px;
}

.home .center-cta p {
  color: var(--muted);
  margin: 0 0 14px;
}

.home .quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home .quality-card {
  border-radius: 8px;
  background: var(--luxury-surface);
  padding: 34px 26px;
}

.home .quality-card .round-icon {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home .contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  gap: 76px;
  align-items: center;
}

.home .contact-copy h2 {
  max-width: 560px;
  margin-bottom: 22px;
  color: #020617;
  font-weight: 500;
}

.home .contact-copy .contact-lead {
  color: var(--brand-blue);
  font-size: 26px;
  line-height: 1.16;
  font-weight: 400;
}

.home .contact-notes {
  display: grid;
  gap: 8px;
  max-width: 540px;
  margin-top: 34px;
  color: #020617;
  font-size: 17px;
  line-height: 1.65;
}

.home .contact-notes p {
  margin: 0;
}

.home .contact-form,
.home .mini-form {
  display: grid;
  gap: 18px;
}

.home .contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.home .contact-field {
  position: relative;
}

.home .contact-field span {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 16px;
  color: #85b6d6;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}

.home .contact-field-wide,
.home .contact-form .button {
  grid-column: 1 / -1;
}

.home .contact-form .button {
  min-height: 48px;
  border-radius: 5px;
  color: #ffffff;
  background: var(--brand-black);
  font-size: 14px;
  font-weight: 700;
}

.home .contact-form .button:hover {
  background: var(--brand-charcoal);
}

label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-weight: 600;
}

.home .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.home .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {


  .home .hero-grid {
    padding: 28px 0;
  }

  .home .hero-copy-wrap {
    padding-bottom: 90px;
  }

  .home .hero-copy {
    margin-top: 48px;
  }

  .home .hero-control-shell {
    bottom: 36px;
  }

  .home .value-foundation-grid {
    grid-template-columns: 1fr;
  }

  .home .value-foundation-card {
    min-height: 480px;
  }

  .home .value-foundation-card + .value-foundation-card {
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    border-top: 1px solid rgba(255, 255, 255, 0.38);
  }

  .home .value-foundation-card h3 {
    min-height: auto;
  }

  .home .feature-grid,
  .home .delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .download-grid,
  .home .quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .contact-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 720px) {

  .home .hero-bg {
    background-image: var(--hero-mobile-image) !important;
    background-position: center top;
  }

  .home .hero,
  .home .hero-swiper,
  .home .hero-slide,
  .home .hero-grid {
    min-height: 520px;
  }

  .home .hero h1 {
    font-size: 44px;
  }

  .home .hero-copy {
    margin-top: 0;
  }

  .home .hero .button-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .home .hero .button-row .button {
    width: auto;
    min-width: 220px;
  }

  .home .hero-control-shell {
    bottom: 32px;
  }

  .home .hero-pagination {
    gap: 9px;
  }

  .home .value-foundation {
    padding: 60px 0 64px;
  }

  .home .value-foundation-heading {
    margin-bottom: 34px;
  }

  .home .value-foundation-heading span {
    font-size: 20px;
  }

  .home .value-foundation-grid {
    gap: 16px;
  }

  .home .value-foundation-card {
    min-height: 470px;
    padding: 96px 24px 30px;
  }

  .home .value-card-kicker {
    top: 20px;
    left: 22px;
  }

  .home .value-foundation-card h3 {
    margin: 0 0 20px;
    font-size: 32px;
  }

  .home .value-foundation-card ul {
    margin: 0;
  }

  .home .section {
    padding: 64px 0;
  }

  .home .system-grid,
  .home .feature-grid,
  .home .download-grid,
  .home .quality-grid,
  .home .delivery-grid,
  .home .contact-grid{
    grid-template-columns: 1fr;
  }


  .home .system-card {
    min-height: 320px;
  }

  .home .contact-form {
    grid-template-columns: 1fr;
  }
}
