.hero {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
}
.hero-slides-wrap,
.hero-slide { position: absolute; inset: 0; }
.hero-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: opacity 0.9s var(--ease-smooth), transform 4.8s var(--ease-smooth);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.34) 44%, rgba(0,0,0,0.18) 100%), linear-gradient(180deg, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.58) 100%);
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 180px;
  padding-bottom: 86px;
}
.hero-copy { max-width: 640px; }
.hero-copy h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #fff;
}
.hero-copy p {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
}
.hero-meta {
  margin-top: 24px;
  color: rgba(255,255,255,0.88);
  font-size: 1.04rem;
  font-weight: 700;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}
.hero-dots button {
  width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.88); background: transparent;
}
.hero-dots button.is-active { background: #fff; }

.section-shell { padding: 96px 0; }
.section-shell--light { background: #f5f7f9; color: var(--text-dark); }
.section-shell--soft { background: #eceff2; color: var(--text-dark); }
.section-shell--white { background: #fff; color: var(--text-dark); }
.section-shell--dark { background: linear-gradient(135deg, #0b0d10 0%, #151a1f 55%, #0b0d10 100%); color: #fff; }
.section-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}
.section-intro {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.segment-grid,
.value-grid,
.engine-grid,
.solution-grid,
.market-grid,
.partner-grid,
.insight-grid,
.download-grid {
  display: grid;
  gap: 22px;
}
.segment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-grid,
.solution-grid,
.market-grid,
.partner-grid,
.insight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.download-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.engine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.card-light,
.card-soft,
.contact-panel,
.contact-form-card {
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(17,17,17,0.04);
}
.card-light { background: #fff; }
.card-soft { background: #eef1f4; }
.segment-card,
.value-card,
.engine-card,
.solution-card,
.market-card,
.partner-card,
.insight-card,
.download-card,
.contact-panel,
.contact-form-card { padding: 28px; }
.segment-card h3,
.value-card h3,
.engine-card h3,
.solution-card h3,
.market-card h3,
.partner-card h3,
.insight-card h3,
.download-card h3,
.contact-panel h3,
.contact-form-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 1.34rem;
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.segment-card p,
.value-card p,
.engine-card p,
.solution-card p,
.market-card p,
.partner-card p,
.insight-card p,
.download-card p,
.contact-panel p,
.contact-panel span,
.about-copy p,
.contact-form-card p {
  font-size: 0.96rem;
  line-height: 1.72;
  color: var(--text-muted);
}
.segment-index,
.value-number,
.card-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--surface-2);
}
.segment-card ul,
.engine-card ul,
.solution-card ul,
.market-card ul,
.partner-card ul,
.insight-card ul,
.download-card ul,
.about-brands,
.why-list,
.contact-quick-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.segment-card li,
.engine-card li,
.solution-card li,
.market-card li,
.partner-card li,
.insight-card li,
.download-card li,
.about-brands li,
.why-list li,
.contact-quick-list span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.about-grid,
.why-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: start;
}
.about-copy p + p { margin-top: 16px; }
.why-list li,
.contact-quick-list span {
  padding: 11px 14px;
  border-radius: 999px;
  background: #eef1f4;
  border: 1px solid rgba(17,17,17,0.08);
  width: fit-content;
}

.spotlight-band {
  padding: 96px 0;
  background: linear-gradient(135deg, #0b0d10 0%, #151a1f 55%, #0b0d10 100%);
  color: #fff;
}
.spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.spotlight-copy h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.04;
  font-weight: 400;
}
.spotlight-copy p { margin-top: 18px; color: rgba(255,255,255,0.72); line-height: 1.75; }
.spotlight-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
}
.spotlight-list li { color: rgba(255,255,255,0.86); }
.spotlight-media img { border-radius: 24px; }

.countries-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.countries-strip span {
  display: grid;
  place-items: center;
  min-height: 84px;
  background: #fff;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 14px;
  color: var(--text-dark);
  font-weight: 600;
}

.form-grid { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { display: grid; gap: 8px; }
.form-field label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--surface-2);
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,0.10);
  background: #fff;
  color: var(--text-dark);
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus { outline: none; border-color: var(--accent); }
.form-field--full { grid-column: 1 / -1; }
.contact-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }

@media (max-width: 1200px) {
  .segment-grid,
  .value-grid,
  .solution-grid,
  .market-grid,
  .partner-grid,
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .hero { min-height: 680px; }
  .section-head,
  .about-grid,
  .why-grid,
  .contact-grid,
  .spotlight-grid,
  .engine-grid,
  .form-row { grid-template-columns: 1fr; }
  .countries-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .hero { min-height: 620px; }
  .hero-content { padding-bottom: 72px; }
  .hero-actions,
  .contact-actions { flex-direction: column; align-items: stretch; }
  .btn-primary,
  .btn-ghost { width: 100%; }
  .hero-dots { bottom: 40px; }
  .segment-grid,
  .value-grid,
  .solution-grid,
  .market-grid,
  .partner-grid,
  .insight-grid,
  .download-grid,
  .countries-strip { grid-template-columns: 1fr; }
}
/* === Homepage styles migrated from Default.aspx === */

.product-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0,120,214,0.2);
}
.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0,120,214,0.15);
  border-color: rgba(0,120,214,0.4);
}

.advantage-card {
  transition: all 0.4s ease;
}
.advantage-card:hover {
  transform: translateY(-8px);
}

.country-badge {
  transition: all 0.3s ease;
  cursor: pointer;
}
.country-badge:hover {
  transform: scale(1.08);
}

.nav-link {
  position: relative;
  transition: color 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-hover));
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}

#contact .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}
#contact .contact-grid > div,
#contact .contact-form-ui,
#contact .contact-form-row {
  min-width: 0;
}
#contact .contact-form-ui {
  display: grid;
  gap: 20px;
}
#contact .contact-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}
#contact .contact-form-ui input,
#contact .contact-form-ui textarea,
#contact .contact-form-ui button {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
#contact .contact-info p,
#contact .contact-info a {
  overflow-wrap: anywhere;
}

.home-section-head {
  text-align: center;
  margin-bottom: 80px;
}
.home-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.home-section-title {
  font-size: clamp(42px, 6vw, 60px);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #0f0f0f;
}
.home-product-card {
  background: linear-gradient(135deg, rgba(0,120,214,0.06) 0%, rgba(0,120,214,0.01) 100%);
  padding: 40px 32px;
  border-radius: 12px;
}
.home-product-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
 /*background: linear-gradient(135deg, var(--accent), var(--accent-hover));*/ 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-product-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f0f0f;
}
.home-product-copy {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.home-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
}
.home-link:hover {
  color: var(--accent-hover);
}

.home-advantage-card {
  background: linear-gradient(135deg, rgba(0,120,214,0.12) 0%, rgba(0,120,214,0.04) 100%);
  border: 1px solid rgba(0,120,214,0.2);
  padding: 28px;
  border-radius: 12px;
  text-align: center;
}
.home-advantage-number {
  font-size: 16px;
  font-weight: 700;
  color: #0f0f0f;
}
.home-advantage-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.home-contact-input {
  background: #f5f7f9;
  border: 1px solid rgba(0,0,0,0.1);
  color: #0f0f0f;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s;
}
.home-contact-input:focus {
  background: #ffffff;
  border-color: var(--accent);
  outline: none;
}
.home-contact-textarea {
  resize: vertical;
}

.home-outline-btn {
  background: transparent;
  color: #0f0f0f;
  padding: 16px 40px;
  border: 2px solid rgba(0,0,0,0.3);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.home-outline-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero-slide--1 { background-image: url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2000&q=80'); }
.hero-slide--2 { background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=2000&q=80'); }
.hero-slide--3 { background-image: url('https://images.unsplash.com/photo-1517581177682-a085bb7ffb15?auto=format&fit=crop&w=2000&q=80'); }
.hero-slide--4 { background-image: url('https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=2000&q=80'); }
.hero-slide--5 { background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=80'); }

@media (max-width: 768px) {
  #contact .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #contact .contact-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #contact {
    overflow-x: clip;
  }
}
