﻿/* ==========================================================================
   Terravana Aravali - Custom Enhanced Styling & Luxury Components
   ========================================================================== */

/* Accent & Tagline Badges */
.terravana-badge {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #d8bd7a;
  background: rgba(216, 189, 122, 0.12);
  border: 1px solid rgba(216, 189, 122, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
}

.terravana-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  color: #d8bd7a;
  margin: 1.2rem 0 1.6rem;
  line-height: 1.4;
  padding-left: 1.2rem;
  border-left: 2px solid #d8bd7a;
}

/* 8 Reasons Why Land Grid */
.why-land-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2.2rem;
}

.why-land-card {
  background: rgba(9, 44, 56, 0.45);
  border: 1px solid rgba(216, 189, 122, 0.22);
  border-radius: 12px;
  padding: 1.4rem 1.2rem;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  backdrop-filter: blur(8px);
}

.why-land-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 189, 122, 0.6);
  background: rgba(9, 44, 56, 0.75);
}

.why-land-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d8bd7a;
  color: #092c38;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.why-land-card h3 {
  font-size: 1.05rem;
  color: #f6f7f8;
  margin-bottom: 0.45rem;
  font-family: var(--font-body);
}

.why-land-card p {
  font-size: 0.88rem;
  color: #c5d0d6;
  line-height: 1.45;
  margin: 0;
}

/* Connectivity Matrix Table & Cards */
.connectivity-table-wrap {
  margin-top: 1.8rem;
  border: 1px solid rgba(216, 189, 122, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(4, 15, 20, 0.6);
}

.connectivity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.connectivity-table th {
  background: rgba(216, 189, 122, 0.15);
  color: #d8bd7a;
  text-align: left;
  padding: 0.85rem 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(216, 189, 122, 0.3);
}

.connectivity-table td {
  padding: 0.75rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #e2e8f0;
}

.connectivity-table tr:hover td {
  background: rgba(216, 189, 122, 0.08);
}

.connectivity-time {
  font-weight: 700;
  color: #d8bd7a;
  text-align: right;
}

/* Growth Story 6-Step Flow */
.growth-flow-section {
  padding: 4.5rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}

.growth-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
}

.growth-flow-step {
  background: rgba(9, 44, 56, 0.5);
  border: 1px solid rgba(216, 189, 122, 0.28);
  border-radius: 10px;
  padding: 1.25rem 0.9rem;
  text-align: center;
  position: relative;
}

.growth-step-num {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #d8bd7a;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.growth-step-name {
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
}

/* Phase 1 Master Plan Grid */
.master-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.master-plan-card {
  background: rgba(9, 44, 56, 0.6);
  border: 1px solid rgba(216, 189, 122, 0.35);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.farm-badge {
  font-size: 0.8rem;
  font-weight: 700;
  color: #d8bd7a;
  background: rgba(216, 189, 122, 0.15);
  border: 1px solid rgba(216, 189, 122, 0.35);
  border-radius: 6px;
  padding: 0.3rem 0.65rem;
  display: inline-block;
  margin-bottom: 0.6rem;
}

.farm-size {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: #fff;
  margin: 0.2rem 0 0.8rem;
}

.farm-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
}

.farm-features li {
  font-size: 0.86rem;
  color: #cbd5e1;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Regional Rate Comparison Benchmarking */
.benchmarking-section {
  padding: 4.5rem 1.5rem;
  background: radial-gradient(circle at center top, rgba(9, 44, 56, 0.75) 0%, rgba(4, 15, 20, 0.98) 80%);
}

.benchmark-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.benchmark-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.benchmark-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1.2rem 1rem;
  text-align: center;
  transition: transform 0.25s ease;
}

.benchmark-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.25);
}

.benchmark-card.is-featured {
  background: linear-gradient(145deg, rgba(9, 44, 56, 0.9), rgba(12, 60, 77, 0.9));
  border: 2px solid #d8bd7a;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(216, 189, 122, 0.2);
}

.benchmark-loc {
  font-size: 0.95rem;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 0.4rem;
}

.benchmark-price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #fff;
  font-weight: 700;
}

.benchmark-card.is-featured .benchmark-price {
  color: #d8bd7a;
  font-size: 1.65rem;
}

/* 3-Tier Investment Pricing Cards */
.pricing-tiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.tier-card {
  background: rgba(9, 44, 56, 0.5);
  border: 1px solid rgba(216, 189, 122, 0.3);
  border-radius: 14px;
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.tier-card:hover {
  transform: translateY(-5px);
  border-color: #d8bd7a;
}

.tier-card.is-vanguard {
  background: linear-gradient(180deg, rgba(12, 60, 77, 0.8) 0%, rgba(9, 44, 56, 0.95) 100%);
  border: 2px solid #d8bd7a;
  box-shadow: 0 12px 35px rgba(216, 189, 122, 0.22);
}

.tier-ribbon {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #d8bd7a;
  color: #092c38;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
}

.tier-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
}

.tier-rate {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: #d8bd7a;
  margin: 0.5rem 0 0.8rem;
}

.tier-rate span {
  font-size: 0.95rem;
  color: #cbd5e1;
  font-family: var(--font-body);
  font-weight: 400;
}

.tier-desc {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.45;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Structured Payment Plan Steps */
.payment-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.payment-step-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(216, 189, 122, 0.22);
  border-radius: 10px;
  padding: 1.35rem 1.1rem;
  position: relative;
}

.payment-step-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: #d8bd7a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.payment-step-amount {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.payment-step-time {
  font-size: 0.85rem;
  color: #cbd5e1;
}

/* 8-Step Curation Process */
.curation-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin-top: 2.2rem;
}

.curation-step-card {
  background: rgba(9, 44, 56, 0.4);
  border: 1px solid rgba(216, 189, 122, 0.2);
  border-radius: 10px;
  padding: 1.25rem 1rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.curation-step-idx {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: rgba(216, 189, 122, 0.18);
  border: 1px solid #d8bd7a;
  color: #d8bd7a;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.curation-step-content h4 {
  font-size: 0.98rem;
  color: #fff;
  margin: 0 0 0.25rem 0;
}

.curation-step-content p {
  font-size: 0.85rem;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.4;
}

/* Partners Section */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.8rem;
  margin-top: 2.2rem;
}

.partner-box {
  background: rgba(9, 44, 56, 0.6);
  border: 1px solid rgba(216, 189, 122, 0.3);
  border-radius: 12px;
  padding: 1.8rem 1.5rem;
}

.partner-role {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #d8bd7a;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.partner-name {
  font-size: 1.35rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.partner-bio {
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}

.partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.partner-tag {
  font-size: 0.76rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 0.2rem 0.55rem;
  color: #e2e8f0;
}
