/* Home V2 Specific Styles */

/* Hero Section - Home V2 */
.hero {
    padding-top: 0rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Hero Content */
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 0 0 40%;
    color: #ffffff;
    z-index: 2;
    background-color: #F6F3EC;
    padding: 2rem;
    border-radius: 20px;
    justify-content: center;
}

.hero-label {
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 500;
}

.hero-title {
    font-size: 46px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
    width: 100%;
    margin-top: 0rem;
    font-weight: 600;
}

.hero-title .highlight {
    color: var(--primary-color);
    display: inline;
}

.hero-description {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.8;
    max-width: 500px;
    margin: 0;
    margin-bottom: 0rem;
}

.hero-video-btn div {
    color: black;
}

.hero-image-container {
    flex: 0 0 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 500px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.hero-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    justify-content: space-between;
    align-items: stretch;
    gap: 9px;
    padding: 0 var(--spacing-lg);
}

/* New Process Section Styles */
:root {
  --orange: #F26B0F;
  --orange-dark: #D65A08;
  --navy: #101826;
  --navy-2: #0c1420;
  --ink: #1B1D21;
  --muted: #6B7280;
  --bg: #F7F7F8;
  --card-w: 210px;
  --skew: -8deg;
}

.process-section {
  padding: 80px 0px 0px;
  max-width: 1400px;
  margin: 0 auto;
}

.process-header {
  text-align: center;
  margin-bottom: 70px;
}

.process-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}

.process-header h2 span {
  color: var(--orange);
}

.process-header .underline {
  width: 56px;
  height: 4px;
  background: var(--orange);
  border-radius: 4px;
  margin: 0 auto 20px;
  position: relative;
}

.process-header .underline::after {
  content: '';
  position: absolute;
  right: -10px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.process-header p {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}

.process-timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 20px;
  width: 100%;
}

.process-card {
  position: relative;
  width: 180px;
  flex: 0 0 180px;
  max-width: 180px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgb(197 197 197);
  transition: transform 0.3s ease;
}

.process-card.down {
  margin-top: 118px;
}

.card-shape {
  position: relative;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  transform: skewX(var(--skew));
  box-shadow: 0 18px 40px -18px rgba(20, 20, 30, 0.25);
}

.process-card.light .card-shape {
  background: #ffffff;
}

.process-card.dark .card-shape {
  background: linear-gradient(180deg, var(--navy), var(--navy-2));
}

.card-content {
  transform: skewX(calc(var(--skew) * -1));
  padding: 20px 0px 0px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  margin-bottom: 18px;
}

.card-icon svg {
  width: 100%;
  height: 100%;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}

.process-card.light .card-title {
  color: var(--ink);
}

.process-card.dark .card-title {
  color: #fff;
}

.card-title-rule {
  width: 26px;
  height: 2px;
  background: var(--orange);
  margin-bottom: 14px;
}

.card-desc {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 156px;
  text-align: center;
}

.process-card.light .card-desc {
  color: var(--muted);
}

.process-card.dark .card-desc {
  color: #B8C0CC;
}

.card-photo {
  margin-top: auto;
  position: relative;
  height: 102px;
  left: -8px;
  width: calc(100% + 76px);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(1) saturate(3.2) hue-rotate(-18deg) brightness(0.85) contrast(1.05);
}

.card-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(242, 107, 15, 0.55), rgba(180, 60, 10, 0.35));
  mix-blend-mode: multiply;
}

.badge {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 23px;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  border: 4px solid var(--bg);
  z-index: 3;
}

.badge.orange {
  background: var(--orange);
  top: -50px;
  left: 10px;
}

.badge.navy {
  background: var(--navy);
  bottom: -26px;
  left: 6px;
}

.connector-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.connector-svg line {
  stroke: var(--orange);
  stroke-width: 2;
  stroke-dasharray: 5 6;
  stroke-linecap: round;
}

.connector-svg circle {
  fill: var(--orange);
}

@media (max-width: 1100px) {
  .process-timeline {
    flex-wrap: wrap;
    gap: 70px 24px;
  }

  .process-card.down {
    margin-top: 0;
  }

  .connector-svg {
    display: none;
  }
}
