/* Trehan Vriksha Neemrana — landing page styles */
:root {
    --navy: #1e3a5f;
    --navy-dark: #12253d;
    --gold: #c19a2a;
    --gold-light: #e5b93b;
    --green: #25d366;
    --text: #26313d;
    --muted: #6b7684;
    --bg-alt: #f7f5f0;
    --border: #e6e2d8;
    --font: 'Jost', sans-serif;
    --font-display: 'Playfair Display', serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0 0 12px; color: var(--navy); line-height: 1.25; }
p { margin: 0 0 14px; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.tv-container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.tv-section-narrow { max-width: 820px; }
.tv-center { text-align: center; }
.tv-center-flex { justify-content: center; }
.tv-note { font-size: 13px; color: var(--muted); }
.tv-kicker { display: inline-block; color: var(--gold); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; font-size: 12px; margin-bottom: 8px; }

/* Disclaimer bar */
.tv-disclaimer-bar { background: var(--navy-dark); color: #fff; font-size: 12.5px; text-align: center; padding: 8px 16px; }
.tv-disclaimer-bar i { color: var(--gold); margin-right: 6px; }

/* Header */
.tv-header { background: #fff; box-shadow: 0 1px 8px rgba(0,0,0,.06); position: sticky; top: 0; z-index: 50; }
.tv-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; }
.tv-logo-group { display: flex; align-items: center; gap: 12px; }
.tv-dev-badge { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%;
    background: var(--navy); flex-shrink: 0; }
.tv-dev-badge img { width: 26px; height: 26px; object-fit: contain; }
.tv-logo { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--navy); }
.tv-logo span { color: var(--gold); }
.tv-logo small { display: block; font-family: var(--font); font-size: 11px; letter-spacing: 2px; color: var(--muted); font-weight: 500; }
.tv-header-cta { display: flex; gap: 10px; align-items: center; }
.tv-hide-sm { display: inline; }

/* Buttons */
.tv-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; border: 0; cursor: pointer; font-family: var(--font); transition: filter .15s, transform .1s; }
.tv-btn-lg { padding: 15px 26px; font-size: 15px; }
.tv-btn-block { width: 100%; justify-content: center; }
.tv-btn-primary { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); color: #fff; }
.tv-btn-primary:hover { filter: brightness(1.06); }
.tv-btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.tv-btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.tv-btn-whatsapp { background: var(--green); color: #fff; }
.tv-btn-whatsapp:hover { filter: brightness(1.06); }
.tv-btn-light { background: #fff; color: var(--navy); }

/* Hero */
.tv-hero { background: linear-gradient(135deg, rgba(30,58,95,.93) 0%, rgba(18,37,61,.96) 100%), url('../images/hero-visual.jpg') center 65%/cover no-repeat; color: #fff; padding: 60px 0 70px; }
.tv-hero-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 44px; align-items: start; }
.tv-eyebrow { display: inline-block; background: rgba(193,154,42,.18); border: 1px solid rgba(193,154,42,.4); color: var(--gold-light); padding: 6px 14px; border-radius: 20px; font-size: 12.5px; font-weight: 600; margin-bottom: 16px; }
.tv-hero h1 { color: #fff; font-size: 40px; margin-bottom: 14px; }
.tv-hero-sub { font-size: 16.5px; opacity: .88; max-width: 520px; }
.tv-hero-facts { display: flex; gap: 28px; margin: 26px 0 30px; flex-wrap: wrap; }
.tv-hero-facts div { display: flex; flex-direction: column; }
.tv-hero-facts strong { font-size: 19px; color: var(--gold-light); }
.tv-hero-facts span { font-size: 12px; opacity: .75; }
.tv-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.tv-hero-form-card { background: #fff; border-radius: 16px; padding: 28px 26px; box-shadow: 0 20px 50px rgba(0,0,0,.25); color: var(--text); }
.tv-hero-form-card h3 { font-size: 20px; }
.tv-hero-form-card > p { color: var(--muted); font-size: 14px; }
.tv-fg { margin-bottom: 13px; }
.tv-fg input, .tv-fg select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: var(--font); background: #fff; }
.tv-fg input:focus, .tv-fg select:focus { outline: none; border-color: var(--gold); }
.tv-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.tv-form-note { font-size: 11.5px; color: var(--muted); margin: 10px 0 0; }

/* Stats strip */
.tv-stats { background: var(--bg-alt); padding: 30px 0; border-bottom: 1px solid var(--border); }
.tv-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.tv-stats-grid i { font-size: 26px; color: var(--gold); margin-bottom: 8px; }
.tv-stats-grid strong { display: block; font-size: 17px; color: var(--navy); }
.tv-stats-grid span { font-size: 12.5px; color: var(--muted); }

/* Sections */
.tv-section { padding: 64px 0; }
.tv-section-alt { background: var(--bg-alt); }
.tv-lead-text { font-size: 16.5px; color: var(--text); }

.tv-value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 26px; }
.tv-value-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 22px; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.tv-value-card i { font-size: 24px; color: var(--gold); margin-bottom: 10px; }
.tv-value-card h4 { font-size: 15.5px; margin-bottom: 6px; }
.tv-value-card p { font-size: 13.5px; color: var(--muted); margin: 0; }

.tv-location-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px; align-items: center; margin-top: 20px; }
.tv-location-list ul { list-style: none; padding: 0; margin: 0 0 16px; }
.tv-location-list li { padding: 10px 0; border-bottom: 1px dashed var(--border); font-size: 15px; }
.tv-location-list li i { color: var(--gold); width: 22px; }
.tv-location-map { background: #fff; border: 1.5px dashed var(--border); border-radius: 14px; height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); gap: 8px; }
.tv-location-map i { font-size: 34px; color: var(--gold); }

.tv-amenities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-top: 26px; }
.tv-amenity { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 20px 14px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.03); }
.tv-amenity i { font-size: 24px; color: var(--gold); margin-bottom: 10px; display: block; }
.tv-amenity span { font-size: 13px; font-weight: 500; }

.tv-price-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 40px 30px; margin-top: 20px; box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.tv-price-value { font-family: var(--font-display); font-size: 28px; color: var(--navy); font-weight: 700; }
.tv-price-sizes { font-size: 14.5px; color: var(--muted); margin: 8px 0 16px; }

.tv-faq-list { margin-top: 20px; }
.tv-faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.tv-faq-item h3 { font-size: 16px; font-family: var(--font); font-weight: 600; margin-bottom: 6px; }
.tv-faq-item p { font-size: 14.5px; color: var(--muted); margin: 0; }

.tv-final-cta { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); color: #fff; padding: 56px 0; }
.tv-final-cta h2 { color: #fff; }
.tv-final-cta p { opacity: .92; }

.tv-footer { background: var(--navy-dark); color: rgba(255,255,255,.75); padding: 30px 0 90px; }
.tv-disclaimer { font-size: 11.5px; line-height: 1.7; opacity: .8; }
.tv-copyright { font-size: 12px; margin-top: 14px; opacity: .6; }

/* Sticky mobile bar */
.tv-mobile-bar { display: none; }

@media (max-width: 860px) {
    .tv-hero-inner { grid-template-columns: 1fr; }
    .tv-hero h1 { font-size: 30px; }
    .tv-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .tv-location-grid { grid-template-columns: 1fr; }
    .tv-hide-sm { display: none; }
    .tv-mobile-bar {
        display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
        background: #fff; box-shadow: 0 -4px 16px rgba(0,0,0,.12);
    }
    .tv-mobile-bar a {
        flex: 1; text-align: center; padding: 14px 8px; font-size: 13px; font-weight: 600; color: var(--navy);
        border-right: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; gap: 4px;
    }
    .tv-mobile-bar a:last-child { border-right: 0; }
    .tv-mobile-bar a i { font-size: 17px; color: var(--gold); }
    body { padding-bottom: 62px; }
}
