/* ===== WHY HERO ===== */
.why-hero {
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 20px;
  position: relative;
  overflow: hidden;
}
.why-hero-logo {
  height: 160px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.why-hero-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 600px;
}
.why-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange));
}
.why-divider-line:last-child {
  background: linear-gradient(90deg, var(--orange), transparent);
}
.why-divider-text {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--orange);
  white-space: nowrap;
}
.about-corner-tr {
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: var(--orange);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* ===== HEADLINE ===== */
.why-headline-section {
  text-align: center;
  padding: 50px 40px 30px;
  background: var(--bg);
}
.why-main-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 34px);
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.why-main-sub {
  font-size: 16px;
  color: var(--grey);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ===== INTRO ===== */
.why-intro {
  background: var(--bg);
  padding: 20px 80px 40px;
}
.why-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  border-left: 3px solid var(--orange);
  padding-left: 24px;
}
.why-intro-inner p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--grey);
}

/* ===== CARDS ===== */
.why-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,146,51,0.15);
  margin: 0 120px 40px;
  border: 1px solid rgba(255,146,51,0.15);
  border-radius: 8px;
  overflow: hidden;
}
.why-card {
  background: var(--bg);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.3s;
}
.why-card:hover {
  background: rgba(255,146,51,0.05);
}
.accent-card {
  background: var(--orange);
}
.accent-card:hover {
  background: var(--orange-deep, #E37B1B);
}
.why-card-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,146,51,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,146,51,0.08);
}
.accent-card .why-card-icon {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.1);
}
.why-card-title {
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--white);
}
.why-card-title.dark { color: #0a0908; }
.why-card-text {
  font-size: 11px;
  line-height: 1.6;
  color: var(--grey);
}
.why-card-text.dark { color: rgba(10,9,8,0.75); }

/* ===== QUOTE ===== */
.why-quote {
  background: var(--bg);
  padding: 40px;
}
.why-quote-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.why-quote-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.1);
}
.why-quote-text {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 24px);
  text-align: center;
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 1px;
}

/* ===== STATEMENT ===== */
.why-statement {
  background: var(--bg);
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid rgba(255,146,51,0.15);
}
@media (max-width: 768px) {
  .why-corner-bl {
    width: 60px;
    height: 60px;
  }
  .why-corner-tr {
    width: 40px;
    height: 40px;
  }
  .why-statement {
    padding: 40px 20px;
  }
  .why-statement-title {
    font-size: 16px;
  }
  .why-statement-sub {
    font-size: 13px;
  }
}
.why-statement-inner {
  position: relative;
  z-index: 2;
}
.why-corner-bl {
  position: absolute;
  bottom: 0; left: 0;
  width: 100px; height: 100px;
  background: var(--orange);
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}
.why-corner-tr {
  position: absolute;
  top: 0; right: 0;
  width: 80px; height: 80px;
  background: rgba(255,146,51,0.15);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 768px) {
  .why-corner-bl {
    width: 50px;
    height: 50px;
  }
  .why-corner-tr {
    width: 40px;
    height: 40px;
  }
  .why-statement {
    padding: 30px 60px;
  }
  .why-statement-title {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .why-statement-sub {
    font-size: 12px;
  }
}
.why-statement-title {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 26px);
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.2;
}
.why-statement-sub {
  font-family: var(--font-display);
  font-size: clamp(13px, 1.5vw, 20px);
  letter-spacing: 2px;
}

/* ===== WHY FULL IMAGE ===== */
.why-fullimg {
  width: 100%;
  background: #0a0908;
  line-height: 0;
  border-left: 100px solid #0a0908;
  border-right: 100px solid #0a0908;
  box-sizing: border-box;
}
.why-fullimg img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .why-headline-section { padding: 30px 20px; }
  .why-intro { padding: 20px 20px 30px; }
  .why-cards { grid-template-columns: 1fr; margin: 0 20px 30px; }
  .why-quote { padding: 30px 20px; }
  .why-quote-inner { flex-direction: column; gap: 12px; }
  .why-statement { padding: 40px 20px; }
}