/* ============================================================
   business.css — Business opportunity page
   ============================================================ */

/* ---- HERO ---- */
.biz-hero {
  position: relative;
  width: 100%;
  min-height: 701px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.biz-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.10);
}
.biz-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 0 8rem;
}
.biz-hero-h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 540px;
}
.biz-hero-sub {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 540px;
  margin-bottom: 32px;
}

/* ---- WHY ORYGN ---- */
.biz-why {
  background: #fbfbfb;
  font-family: 'Poppins', sans-serif;
}
.biz-why-inner {
  padding: 80px 24px;
  text-align: center;
}
.biz-section-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 43px;
  color: #1a1a1a;
  margin: 0 0 24px;
}
.biz-tagline {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.biz-body-lg {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  max-width: 768px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.biz-body-md {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 48px;
}
.biz-symbols {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.biz-symbol-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.biz-symbol-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.biz-symbol-item span {
  font-size: 11px;
  letter-spacing: 7px;
  color: #1a1a1a;
  text-transform: uppercase;
}

/* ---- PRODUCT ADVANTAGE ---- */
.biz-adv {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.biz-adv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.10) 100%);
}
.biz-adv-heading {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fbfbfb;
  color: #1a1a1a;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0;
}
.biz-adv-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  flex: 1;
  padding: 40px 24px 60px;
}
.biz-adv-text {
  color: #fff;
}
.biz-adv-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
}
.biz-adv-body {
  font-size: 15px;
  color: #e5e5e5;
  letter-spacing: 0.05em;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 16px;
}
.biz-adv-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.biz-adv-img img {
  max-height: 520px;
  width: auto;
  object-fit: contain;
  transform: translateY(24px) translateX(24px);
}

/* ---- COMPENSATION PLAN ---- */
.biz-comp {
  background: #fbfbfb;
  font-family: 'Poppins', sans-serif;
  padding: 64px 0;
}
.biz-comp-title-wrap {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  margin-bottom: 48px;
}
.biz-comp-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: start;
  gap: 32px;
}
.biz-comp-img {
  width: 100%;
  height: 384px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.biz-comp-img-labels {
  padding: 16px 24px;
  text-align: right;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 2.2;
}
.biz-comp-text {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.biz-comp-subtitle {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #1a1a1a;
}
.biz-comp-body {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* ---- PDF VIEWER ---- */
.biz-pdf {
  background: #f4f4f4;
  font-family: 'Poppins', sans-serif;
}
.biz-pdf-inner {
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.biz-pdf-title {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
}
.biz-pdf-sub {
  font-size: 16px;
  color: #555;
  margin: 0 0 8px;
  text-align: center;
}
.biz-pdf-frame-wrap {
  width: 100%;
  max-width: 900px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  background: #fff;
}
.biz-pdf-frame {
  display: block;
  width: 100%;
  height: 720px;
  border: none;
}
.biz-pdf-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--color-primary, #FE5000);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid var(--color-primary, #FE5000);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover {
  background: var(--color-primary, #FE5000);
  color: #fff;
}

@media (max-width: 768px) {
  .biz-pdf-frame { height: 480px; }
}

/* ---- KLOZR INFO ---- */
.biz-klozr {
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  padding: 80px 0;
  background-color: #e4f2f8;
}
.biz-klozr-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.35;
}
.biz-klozr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.biz-klozr-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.biz-klozr-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: #1a2e3a;
  margin: 0;
}
.biz-klozr-body {
  font-size: 17px;
  font-weight: 400;
  color: #2e4a5a;
  line-height: 1.65;
  max-width: 440px;
  margin: 0;
}
.biz-klozr-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.biz-klozr-img img {
  max-width: 100%;
  height: auto;
}

/* ---- WHY NOW ---- */
.biz-whynow {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}
.biz-whynow-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85);
}
.biz-whynow-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 768px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.biz-whynow-tagline {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}
.biz-whynow-body {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
}

/* ---- SHARED BUTTON ---- */
.btn-primary {
  display: inline-block;
  background: var(--color-primary, #FE5000);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.88; }

/* ---- FOOTER ---- */
.site-footer {
  background: #1a1a1a;
  color: #ccc;
  font-family: 'Poppins', sans-serif;
}
.ftr-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.ftr-logo img { height: 32px; filter: brightness(0) invert(1); }
.ftr-nav { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.ftr-nav a { color: #aaa; text-decoration: none; font-size: 14px; }
.ftr-nav a:hover { color: #fff; }
.ftr-copy { font-size: 12px; color: #666; margin: 0; }

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  .biz-hero-content { padding: 0 20px; }
  .biz-hero-h1 { font-size: 40px; }
  .biz-hero-sub { font-size: 24px; }
  .biz-adv-inner { grid-template-columns: 1fr; }
  .biz-adv-img { justify-content: center; }
  .biz-adv-img img { transform: none; max-height: 320px; }
  .biz-comp-grid { grid-template-columns: 1fr; }
  .biz-comp-img { height: 260px; }
  .biz-klozr-inner { grid-template-columns: 1fr; }
  .biz-klozr-img { justify-content: center; }
  .biz-symbols { gap: 28px; }
}
