:root {
  --green: #009933;
  --green-dark: #087c31;
  --green-soft: #eaf7ee;
  --ink: #222222;
  --muted: #636b65;
  --line: #dfe5e0;
  --cream: #f5f7f5;
  --white: #ffffff;
  --black: #101411;
  --shadow: 0 24px 60px rgba(15, 54, 28, .14);
  --radius: 6px;
  --radius-lg: 20px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Lato", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Play", "Lato", sans-serif; line-height: 1.05; letter-spacing: -.025em; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { line-height: 1.25; }
section[id], aside[id] { scroll-margin-top: 90px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; color: var(--white); background: var(--green); border-radius: var(--radius); }
.skip-link:focus { transform: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.hero { position: relative; min-height: 900px; padding: 40px 0 0; color: var(--white); background: #17261b; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background-image: url("https://www.telanganaproperty.in/wp-content/themes/myhome/assets/images/construction/hero-construction-v2.webp"); background-size: cover; background-position: center; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(8,24,13,.94) 0%, rgba(8,24,13,.76) 48%, rgba(8,24,13,.30) 100%), linear-gradient(0deg, rgba(7,22,11,.72) 0%, transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .7fr); align-items: center; gap: 72px; min-height: 650px; }
.hero-copy { padding: 44px 0 75px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--green); font-weight: 900; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: block; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #67d789; }
.hero h1 { max-width: 790px; margin-bottom: 24px; font-size: clamp(3.4rem, 6vw, 6.3rem); }
.hero h1 span { color: #67d789; }
.hero-copy > p { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 900; letter-spacing: .015em; transition: background .2s, color .2s, transform .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--green); border-color: var(--green); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }
.btn-block { width: 100%; }
.hero-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 19px 28px; margin-top: 36px; color: rgba(255,255,255,.76); font-size: .87rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 18px; height: 18px; color: #67d789; }

.project-card { padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.project-card h2 { margin-bottom: 20px; font-size: 2rem; }
.card-kicker { margin-bottom: 2px; color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-card label { display: block; margin: 18px 0 8px; color: #3f4741; font-size: .8rem; font-weight: 900; }
.segment-control { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; background: var(--cream); border-radius: 9px; }
.segment-control button { min-height: 42px; border: 0; border-radius: 6px; background: transparent; font-weight: 900; }
.segment-control button.is-active { color: var(--white); background: var(--green); box-shadow: 0 8px 20px rgba(0,153,51,.2); }
.range-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; }
input[type="range"] { width: 100%; accent-color: var(--green); }
output { min-width: 106px; color: var(--green-dark); font-weight: 900; text-align: right; }
.project-card select { width: 100%; height: 48px; margin-bottom: 20px; padding: 0 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.planner-result { margin: 16px 0 4px; padding: 14px; background: var(--green-soft); border-left: 3px solid var(--green); border-radius: 0 6px 6px 0; font-size: .9rem; }
.planner-result strong { color: var(--green-dark); }
.card-note { margin: 13px 0 0; color: #778078; font-size: .75rem; text-align: center; }
.city-strip { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; min-height: 100px; padding: 22px; color: rgba(255,255,255,.77); border-top: 1px solid rgba(255,255,255,.15); }
.city-strip strong { color: var(--white); }
.city-strip i { width: 3px; height: 3px; background: #67d789; border-radius: 50%; }

.section-heading { max-width: 720px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.concerns { background: var(--cream); }
.concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.concern-grid article { min-height: 170px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: transform .22s, border-color .22s, box-shadow .22s; }
.concern-grid article:hover { transform: translateY(-5px); border-color: #a7d8b6; box-shadow: 0 18px 40px rgba(17,67,30,.09); }
.concern-grid article:last-child:nth-child(4n+3) { /*grid-column: 2;*/ }
.concern-grid svg { width: 34px; height: 34px; margin-bottom: 27px; color: var(--green); }
.concern-grid h3 { margin: 0; font-size: 1rem; }

.services { color: var(--white); background: var(--black); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.split-heading h2 { margin: 0; }
.split-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.65); font-size: 1.06rem; }
.split-heading.dark > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.service-grid article { position: relative; min-height: 280px; padding: 38px 30px; background: var(--black); overflow: hidden; transition: background .25s; }
.service-grid article:hover { background: #142018; }
.service-grid article > span { position: absolute; top: 22px; right: 22px; color: rgba(255,255,255,.2); font-family: "Play"; font-size: .82rem; }
.service-grid svg { width: 43px; height: 43px; margin-bottom: 50px; color: #67d789; }
.service-grid h3 { margin-bottom: 9px; font-size: 1.18rem; }
.service-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }

.safety { background: var(--white); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 660px; }
.image-panel { border-radius: var(--radius-lg) 0 0 var(--radius-lg); overflow: hidden; }
.image-panel img { width: 100%; height: 100%; object-fit: cover; }
.content-panel { padding: 70px; background: var(--green-soft); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.content-panel > p { color: #4f5d52; }
.steps-mini { margin-top: 34px; }
.steps-mini > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid #c8dfcf; }
.steps-mini b { display: grid; place-items: center; width: 40px; height: 40px; color: var(--white); background: var(--green); border-radius: 50%; }
.steps-mini p { margin: 3px 0 0; }

.technology { background: var(--cream); }
.tech-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.tech-copy > p { color: var(--muted); }
.tech-copy img { width: 100%; height: 280px; margin-top: 36px; object-fit: cover; border-radius: 14px; }
.accordion { align-self: center; border-top: 1px solid #cfd8d1; }
.accordion-item { border-bottom: 1px solid #cfd8d1; }
.accordion-item button { display: grid; grid-template-columns: 46px 1fr 22px; align-items: center; gap: 14px; width: 100%; padding: 22px 0; color: var(--ink); text-align: left; background: transparent; border: 0; }
.accordion-item button > span { color: var(--green); font-family: "Play"; font-size: .8rem; }
.accordion-item button strong { font-size: 1rem; }
.accordion-item button i { position: relative; width: 20px; height: 20px; }
.accordion-item button i::before, .accordion-item button i::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; content: ""; background: var(--green); transform: translate(-50%, -50%); transition: transform .2s; }
.accordion-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion-item.is-open button i::after { transform: translate(-50%, -50%) rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-panel > p { min-height: 0; margin: 0; padding-left: 60px; overflow: hidden; color: var(--muted); }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding-bottom: 25px; }

.promise { color: var(--white); background: var(--green-dark); }
.promise .section-heading { max-width: 820px; }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.promise-card { color: var(--ink); background: var(--white); border-radius: var(--radius-lg); overflow: hidden; }
.promise-image { position: relative; height: 285px; overflow: hidden; }
.promise-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.promise-card:hover .promise-image img { transform: scale(1.035); }
.promise-image span { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 47px; height: 47px; color: var(--white); background: var(--green); border-radius: 50%; font-family: "Play"; font-weight: 700; }
.promise-body { padding: 36px; }
.promise-body h3 { margin-bottom: 13px; font-family: "Play"; font-size: 1.7rem; }
.promise-body p, .promise-body li { color: var(--muted); }
.promise-body ul, .promise-body ol { margin: 22px 0 0; padding-left: 22px; }
.promise-body li { margin: 8px 0; }

.quality { background: var(--white); }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 85px; }
.quality-copy h2 span { color: var(--green); }
.quality-copy > p { color: var(--muted); }
.text-link { display: inline-flex; gap: 8px; margin-top: 10px; color: var(--green-dark); font-weight: 900; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.quality-visual { position: relative; padding-bottom: 90px; }
.quality-visual > img { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius-lg); }
.quality-list { position: absolute; right: 28px; bottom: 0; left: 28px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.quality-list div { display: flex; align-items: center; gap: 12px; padding: 19px 22px; border: 1px solid #edf0ed; }
.quality-list svg { flex: 0 0 auto; width: 26px; height: 26px; color: var(--green); }
.quality-list span { font-weight: 900; font-size: .88rem; }

.proof { position: relative; color: var(--white); background: #0b140e; overflow: hidden; }
.proof-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,15,9,.96), rgba(7,15,9,.86)), url("https://www.telanganaproperty.in/wp-content/themes/myhome/assets/images/construction/proof-background-telangana.webp") center / cover; opacity: .98; }
.proof .container { position: relative; z-index: 1; }
.proof .section-heading { max-width: 820px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.metrics article { min-height: 165px; padding: 31px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.metrics strong { display: block; margin-bottom: 4px; color: #67d789; font-family: "Play"; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1; }
.metrics span { color: rgba(255,255,255,.68); }
.assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.assurances > span { display: flex; align-items: center; min-height: 68px; gap: 11px; padding: 16px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.07); border-radius: 8px; }
.assurances svg { flex: 0 0 auto; width: 25px; height: 25px; color: #67d789; }
.assurances b { color: var(--white); }

.journey { background: var(--white); }
.journey-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.journey-media { position: relative; min-height: 690px; border-radius: var(--radius-lg); overflow: hidden; }
.journey-media > img { width: 100%; height: 100%; object-fit: cover; }
.journey-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; max-width: 500px; padding: 25px; color: var(--white); background: rgba(10,22,13,.92); border-radius: 12px; backdrop-filter: blur(10px); }
.journey-caption span { color: #67d789; font-weight: 900; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.journey-caption h3 { margin: 6px 0; font-family: "Play"; font-size: 1.5rem; }
.journey-caption p { margin: 0; color: rgba(255,255,255,.7); }
.journey-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: start; }
.journey-tabs button { display: grid; grid-template-columns: 37px 1fr; align-items: center; gap: 7px; min-height: 81px; padding: 12px; color: var(--ink); text-align: left; background: var(--cream); border: 1px solid transparent; border-radius: 9px; transition: background .2s, border-color .2s; }
.journey-tabs button b { color: var(--green); font-family: "Play"; }
.journey-tabs button span { font-weight: 700; font-size: .83rem; line-height: 1.3; }
.journey-tabs button:hover, .journey-tabs button.is-active { background: var(--green-soft); border-color: #9fceb0; }
.journey-tabs button.is-active { box-shadow: inset 3px 0 var(--green); }

.cta { position: relative; display: grid; min-height: 630px; place-items: center; color: var(--white); overflow: hidden; }
.cta-image, .cta-overlay { position: absolute; inset: 0; }
.cta-image { background: url("https://www.telanganaproperty.in/wp-content/themes/myhome/assets/images/construction/final-building.webp") center 48% / cover; }
.cta-overlay { background: linear-gradient(90deg, rgba(6,18,9,.94), rgba(6,18,9,.58) 58%, rgba(6,18,9,.15)); }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { max-width: 650px; margin-bottom: 17px; font-size: clamp(3rem, 6vw, 5.5rem); }
.cta-content > p { max-width: 580px; margin-bottom: 30px; color: rgba(255,255,255,.76); font-size: 1.1rem; }
.cta-content .eyebrow { color: #67d789; }

.site-footer { padding: 70px 0 25px; color: #cbd4cd; background: #0a0f0b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.15fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid img { width: 170px; padding: 10px; background: var(--white); border-radius: 5px; }
.footer-grid p { max-width: 260px; color: #8c988f; }
.footer-grid strong { margin-bottom: 8px; color: var(--white); }
.footer-grid a { color: #8c988f; }
.footer-grid a:hover { color: #67d789; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; color: #778078; border-top: 1px solid #212921; font-size: .85rem; }
.whatsapp-float { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; background: #25d366; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 12px 28px rgba(0,0,0,.24); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float img { width: 31px; height: 31px; object-fit: contain; }

.reveal, [data-stagger] > * { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible, [data-stagger].is-visible > * { opacity: 1; transform: none; }
[data-stagger].is-visible > *:nth-child(2) { transition-delay: .05s; }
[data-stagger].is-visible > *:nth-child(3) { transition-delay: .1s; }
[data-stagger].is-visible > *:nth-child(4) { transition-delay: .15s; }
[data-stagger].is-visible > *:nth-child(5) { transition-delay: .2s; }
[data-stagger].is-visible > *:nth-child(6) { transition-delay: .25s; }
[data-stagger].is-visible > *:nth-child(7) { transition-delay: .3s; }
[data-stagger].is-visible > *:nth-child(8) { transition-delay: .35s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal, [data-stagger] > * { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .85rem; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 35px; }
  .hero h1 { font-size: clamp(3.25rem, 7vw, 5.2rem); }
  .concern-grid, .service-grid { grid-template-columns: repeat(3, 1fr); }
  .concern-grid article:last-child:nth-child(4n+3) { grid-column: auto; }
  .tech-grid, .quality-grid { gap: 50px; }
  .journey-layout { grid-template-columns: 1fr; }
  .journey-tabs { grid-template-columns: repeat(5, 1fr); }
  .journey-tabs button { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .phone-pill span { display: none; }
  .phone-pill { width: 42px; height: 42px; justify-content: center; padding: 0; }
  .menu-toggle { display: block; order: 2; }
  .phone-pill { order: 1; margin-left: auto; }
  .primary-nav { position: fixed; top: 80px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px 24px; margin: 0; background: var(--white); transform: translateX(100%); transition: transform .3s; }
  .primary-nav.is-open { transform: none; }
  .primary-nav a { width: 100%; padding: 18px 0; font-family: "Play"; font-size: 1.3rem; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 110px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-copy { padding-bottom: 0; }
  .project-card { margin-bottom: 40px; }
  .city-strip { justify-content: flex-start; }
  .concern-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .safety-grid, .tech-grid, .promise-grid, .quality-grid, .split-heading { grid-template-columns: 1fr; gap: 35px; }
  .image-panel { min-height: 450px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .content-panel { padding: 45px; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .split-heading { margin-bottom: 40px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .assurances { grid-template-columns: 1fr 1fr; }
  .journey-tabs { grid-template-columns: repeat(2, 1fr); }
  .journey-tabs button { grid-template-columns: 37px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 70px; }
  .brand img { width: 137px; }
  .phone-pill { margin-left: auto; }
  .primary-nav { top: 70px; }
  .hero { min-height: auto; padding-top: 95px; }
  .hero-grid { padding-top: 20px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { align-items: flex-start; flex-direction: column; }
  .project-card { padding: 22px; }
  .city-strip { min-height: 120px; font-size: .85rem; }
  .concern-grid, .service-grid, .metrics, .assurances { grid-template-columns: 1fr; }
  .concern-grid article { min-height: 140px; }
  .service-grid article { min-height: 245px; }
  .content-panel { padding: 30px 24px; }
  .promise-body { padding: 27px 23px; }
  .quality-visual > img { height: 420px; }
  .quality-list { position: relative; right: auto; bottom: auto; left: auto; margin: -45px 14px 0; grid-template-columns: 1fr; }
  .journey-media { min-height: 590px; }
  .journey-tabs { grid-template-columns: 1fr; }
  .journey-caption { padding: 20px; }
  .cta { min-height: 650px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}
