/* ══════════════════════════════════════
   AGEYE — Turnkey Farms Page
   End-to-end vertical farm systems
   ══════════════════════════════════════ */

/* ═══════════════════════════════════
   HERO
   ═══════════════════════════════════ */
.tf-hero {
  padding: 140px 40px 80px;
}

.tf-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.tf-hero-text { position: relative; z-index: 2; }

.tf-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 20px;
}

.tf-hero h1 em { font-style: normal; color: var(--green-bright); }

.tf-hero .hero-sub {
  font-size: 1.15rem;
  color: var(--gray-800);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 28px;
}

.tf-hero-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 36px;
}

.tf-hl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-800);
}

.tf-hl .pg { font-size: 0.75rem; flex-shrink: 0; }

.tf-hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.tf-hero-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.tf-hero-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-lg);
}

/* ═══════════════════════════════════
   VALUE PROPOSITION (dark section)
   ═══════════════════════════════════ */
.tf-value {
  padding: 80px 40px;
  background: var(--green);
  color: white;
}

.tf-value-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.tf-value h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 20px;
}

.tf-value-inner > p {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 32px;
}

.tf-value-punch {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  padding: 20px 24px;
  background: rgba(62,207,142,0.08);
  border: 1px solid rgba(62,207,142,0.18);
  border-radius: 12px;
}

.tf-value-punch .pg {
  flex-shrink: 0;
  margin-top: 3px;
}

.tf-value-punch span:last-child {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

/* ═══════════════════════════════════
   WHAT TURNKEY MEANS
   ═══════════════════════════════════ */
.tf-turnkey {
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.tf-turnkey-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tf-turnkey-intro {
  font-size: 1.05rem;
  color: var(--gray-800);
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 48px;
}

.tf-provides-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

.tf-provides-col {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--green-bright);
  display: flex;
  flex-direction: column;
}

.tf-provides-col.ageye-col {
  background: var(--green);
  color: white;
}

.tf-provides-col.you-col {
  background: var(--gray-50);
  border-top-color: var(--pink);
}

.tf-provides-col h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf-provides-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tf-provides-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ageye-col .tf-provides-list li {
  color: rgba(255,255,255,0.8);
}

.you-col .tf-provides-list li {
  color: var(--gray-800);
}

.tf-provides-list li .pg,
.tf-provides-list li .p {
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-top: 4px;
}

.tf-you-note {
  margin-top: auto;
  padding-top: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.55;
  border-top: 1px solid var(--gray-200);
}

.tf-turnkey-note {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(62,207,142,0.06);
  border-left: 3px solid var(--green-bright);
  border-radius: 0 12px 12px 0;
  font-size: 0.9rem;
  color: var(--gray-800);
  line-height: 1.65;
}

/* ═══════════════════════════════════
   INCLUDED SYSTEMS (vertical list)
   ═══════════════════════════════════ */
.tf-included {
  padding: 80px 40px;
  background: var(--gray-50);
}

.tf-included-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tf-included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}

.tf-inc-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 28px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-100);
  transition: var(--t);
}

.tf-inc-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-color: var(--green-bright);
}

.tf-inc-num {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--green-bright);
  background: rgba(62,207,142,0.08);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.tf-inc-text h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.tf-inc-text p {
  font-size: 0.85rem;
  color: var(--gray-800);
  line-height: 1.55;
}

/* ═══════════════════════════════════
   HYVE CONFIGURATIONS (dark)
   ═══════════════════════════════════ */
.tf-configs {
  padding: 100px 40px;
  background: var(--green);
  color: white;
  position: relative;
  overflow: hidden;
}

.tf-configs-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tf-configs .sec-label { color: var(--green-bright); }
.tf-configs .sec-title { color: white; margin-bottom: 14px; }

.tf-configs-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 100%;
  margin-bottom: 56px;
  line-height: 1.7;
}

/* ── Tab Navigation ── */
.tf-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.tf-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 20px;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  cursor: pointer;
  transition: var(--t);
  color: rgba(255,255,255,0.6);
}

.tf-tab:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(62,207,142,0.35);
  color: rgba(255,255,255,0.9);
}

.tf-tab.active {
  background: rgba(62,207,142,0.1);
  border-color: var(--green-bright);
  color: white;
  box-shadow: 0 0 24px rgba(62,207,142,0.12);
}

.tf-tab-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

.tf-tab-tag {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green-bright);
  opacity: 0.5;
}

.tf-tab.active .tf-tab-tag {
  opacity: 1;
}

/* ── Tab Panels ── */
.tf-panel {
  display: none;
  animation: tfPanelIn 0.4s ease;
}

.tf-panel.active {
  display: block;
}

@keyframes tfPanelIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.tf-configs-note {
  margin-top: 48px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  text-align: center;
}

.tf-configs-cta {
  margin-top: 44px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════
   CUSTOMIZATION
   ═══════════════════════════════════ */
.tf-custom {
  padding: 80px 40px;
}

.tf-custom-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tf-custom-intro {
  font-size: 1.05rem;
  color: var(--gray-800);
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 48px;
}

.tf-custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tf-custom-item {
  padding: 28px 24px;
  background: var(--gray-50);
  border-radius: var(--radius-lg);
  border-left: 3px solid var(--pink);
  transition: var(--t);
}

.tf-custom-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.tf-custom-item h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tf-custom-item h4 .p { font-size: 0.7rem; }

.tf-custom-item p {
  font-size: 0.85rem;
  color: var(--gray-800);
  line-height: 1.55;
}

/* ═══════════════════════════════════
   DELIVERY PROCESS (timeline)
   ═══════════════════════════════════ */
.tf-process {
  padding: 100px 40px;
  background: var(--gray-50);
  position: relative;
  overflow: hidden;
}

.tf-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tf-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  position: relative;
}

/* connector line — top row only */
.tf-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 56px;
  right: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--green-bright), var(--pink));
  opacity: 0.15;
  z-index: 0;
}

.tf-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
}

.tf-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--green-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--green-bright);
  transition: var(--t);
}

.tf-step:hover .tf-step-num {
  background: var(--green-bright);
  color: white;
  box-shadow: 0 0 20px rgba(62,207,142,0.25);
}

.tf-step h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.tf-step p {
  font-size: 0.85rem;
  color: var(--gray-800);
  line-height: 1.6;
}

.tf-process-video {
  margin-top: 56px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.tf-timelapse-video {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
}

/* ═══════════════════════════════════
   DETAIL PANELS (inside dark configs)
   ═══════════════════════════════════ */
.tf-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.tf-detail-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.tf-stat {
  padding: 20px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border-left: 3px solid var(--green-bright);
}

.tf-stat-val {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 800;
  color: white;
  margin-bottom: 2px;
  white-space: nowrap;
}

.tf-stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

.tf-detail-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 24px;
}

.tf-detail-price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}

.tf-detail-price-note {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 20px;
  line-height: 1.6;
}

.tf-detail-cta {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 16px;
}

/* Automation / Sensing / Software columns */
.tf-detail-systems {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tf-sys-group h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green-bright);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tf-sys-group h4 .pg { font-size: 0.65rem; }

.tf-sys-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.tf-sys-list span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 8px;
}

.tf-sys-list span::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green-bright);
  flex-shrink: 0;
}

/* ═══════════════════════════════════
   BOTTOM CTA
   ═══════════════════════════════════ */
.tf-cta {
  padding: 90px 40px;
  background: var(--black);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tf-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tf-cta h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.tf-cta p {
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  margin-bottom: 36px;
  line-height: 1.7;
}
