/* ===========================================================
   Siteready.in — Real Estate & Infrastructure Landing Page
   =========================================================== */

:root{
  --navy: #0B2545;
  --navy-2: #133a6b;
  --navy-deep: #081a33;
  --gold: #C9A227;
  --gold-light: #e6c964;
  --ink: #1c2733;
  --slate: #56616e;
  --slate-light: #8792a0;
  --bg: #ffffff;
  --bg-alt: #f4f6f9;
  --border: #e4e8ee;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(11,37,69,0.08);
  --shadow-lg: 0 20px 50px rgba(11,37,69,0.16);
  --ff-head: 'Poppins', 'Inter', sans-serif;
  --ff-body: 'Inter', sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:var(--ff-head); color:var(--navy); margin:0 0 0.5em; line-height:1.2; }

.container{ width:100%; max-width:1160px; margin:0 auto; padding:0 24px; }
.container-narrow{ max-width:760px; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 26px; border-radius:999px; font-weight:600; font-size:0.95rem;
  border:2px solid transparent; cursor:pointer; transition:all .25s ease; white-space:nowrap;
}
.btn-primary{ background:var(--gold); color:var(--navy-deep); }
.btn-primary:hover{ background:var(--gold-light); transform:translateY(-2px); box-shadow:0 10px 20px rgba(201,162,39,0.35); }
.btn-ghost{ background:transparent; border-color:rgba(11,37,69,0.25); color:var(--navy); }
.btn-ghost:hover{ border-color:var(--navy); background:rgba(11,37,69,0.05); }
.btn-lg{ padding:16px 32px; font-size:1rem; }
.btn-block{ width:100%; }

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,0.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding:16px 24px; gap:24px; }
.logo{ font-family:var(--ff-head); font-weight:700; font-size:1.4rem; color:var(--navy); flex-shrink:0; }
.logo span{ color:var(--navy); }
.logo .dot{ color:var(--gold); }
.main-nav{ display:flex; gap:28px; flex:1; justify-content:center; }
.main-nav a{ font-weight:500; font-size:0.94rem; color:var(--slate); transition:color .2s; }
.main-nav a:hover{ color:var(--navy); }
.header-actions{ display:flex; align-items:center; gap:20px; }
.header-phone{ display:flex; align-items:center; gap:7px; font-weight:600; color:var(--navy); font-size:0.92rem; }
.header-phone svg{ color:var(--gold); }
.nav-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span{ width:24px; height:2px; background:var(--navy); border-radius:2px; }

/* ---------- Hero ---------- */
.hero{ background:linear-gradient(180deg,#fbfcfe 0%,#ffffff 100%); padding:72px 0 56px; overflow:hidden; }
.hero-inner{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center; }
.eyebrow{
  display:inline-block; font-size:0.8rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  color:var(--navy); background:rgba(201,162,39,0.14); border:1px solid rgba(201,162,39,0.35);
  padding:7px 14px; border-radius:999px; margin-bottom:20px;
}
.hero h1{ font-size:2.7rem; font-weight:700; margin-bottom:20px; letter-spacing:-0.01em; }
.accent{ color:var(--gold); }
.hero-sub{ font-size:1.08rem; color:var(--slate); max-width:520px; margin-bottom:32px; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:44px; }
.hero-trust{ display:flex; gap:32px; flex-wrap:wrap; border-top:1px solid var(--border); padding-top:24px; }
.trust-stat{ display:flex; flex-direction:column; }
.trust-stat strong{ font-family:var(--ff-head); color:var(--navy); font-size:1.05rem; }
.trust-stat span{ font-size:0.82rem; color:var(--slate-light); }

/* Hero mock browser visual */
.hero-visual{ position:relative; }
.mock-browser{
  background:#fff; border-radius:16px; box-shadow:var(--shadow-lg); border:1px solid var(--border);
  overflow:hidden; transform:rotate(1.2deg);
}
.mock-bar{ background:var(--bg-alt); padding:12px 16px; display:flex; gap:6px; border-bottom:1px solid var(--border); }
.mock-bar span{ width:10px; height:10px; border-radius:50%; background:#d7dee6; }
.mock-bar span:first-child{ background:#e6a3a3; }
.mock-bar span:nth-child(2){ background:#e9d18f; }
.mock-body{ padding:28px 24px; }
.mock-line{ height:12px; border-radius:6px; background:var(--bg-alt); margin-bottom:12px; }
.w-60{ width:60%; height:20px; }
.w-40{ width:40%; }
.accent-line{ background:rgba(201,162,39,0.35); }
.mock-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:20px 0; }
.mock-card{ height:70px; border-radius:10px; background:linear-gradient(135deg,var(--navy),var(--navy-2)); }
.mock-card:nth-child(2){ background:linear-gradient(135deg,var(--gold),var(--gold-light)); }
.mock-badge{
  display:inline-block; margin-top:8px; font-size:0.72rem; font-weight:700; color:var(--navy);
  background:rgba(11,37,69,0.08); border:1px dashed rgba(11,37,69,0.3); padding:6px 12px; border-radius:8px;
}

/* ---------- Client strip ---------- */
.client-strip{ background:var(--navy-deep); padding:26px 0; }
.strip-label{ color:rgba(255,255,255,0.55); font-size:0.78rem; text-transform:uppercase; letter-spacing:.06em; text-align:center; margin-bottom:16px; font-weight:600; }
.strip-row{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px 34px; }
.strip-row a{ color:rgba(255,255,255,0.75); font-weight:600; font-size:0.92rem; transition:color .2s; }
.strip-row a:hover{ color:var(--gold-light); }

/* ---------- Sections generic ---------- */
.section{ padding:88px 0; }
.section-alt{ background:var(--bg-alt); }
.section-dark{ background:var(--navy-deep); color:rgba(255,255,255,0.85); }
.section-dark .section-sub{ color:rgba(255,255,255,0.65); }
.section-eyebrow{
  display:block; font-size:0.8rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color:var(--gold); margin-bottom:12px;
}
.eyebrow-light{ color:var(--gold-light); }
.section-title{ font-size:2.1rem; max-width:680px; margin-bottom:16px; }
.title-light{ color:#fff; }
.section-sub{ color:var(--slate); max-width:620px; font-size:1.05rem; margin-bottom:48px; }

/* ---------- Feature grid (Why Us) ---------- */
.feature-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:16px; }
.feature-card{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:28px 22px;
  box-shadow:var(--shadow); transition:transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-lg); }
.feature-icon{
  width:46px; height:46px; border-radius:12px; background:rgba(11,37,69,0.08); color:var(--navy);
  display:flex; align-items:center; justify-content:center; margin-bottom:16px;
}
.feature-icon svg{ width:22px; height:22px; }
.feature-card h3{ font-size:1.05rem; margin-bottom:8px; }
.feature-card p{ color:var(--slate); font-size:0.92rem; margin:0; }

/* ---------- Services ---------- */
.services-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.service-card{ background:#fff; border-radius:var(--radius); padding:30px 24px; border:1px solid var(--border); position:relative; }
.service-num{ font-family:var(--ff-head); font-size:1.6rem; font-weight:700; color:rgba(11,37,69,0.14); display:block; margin-bottom:10px; }
.service-card h3{ font-size:1.05rem; margin-bottom:10px; }
.service-card p{ color:var(--slate); font-size:0.92rem; margin:0; }

/* ---------- Case studies ---------- */
.case-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-bottom:56px; }
.case-card{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:32px;
  box-shadow:var(--shadow);
}
.case-tag{
  display:inline-block; font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
  background:rgba(11,37,69,0.09); color:var(--navy); padding:5px 12px; border-radius:999px; margin-bottom:14px;
}
.tag-infra{ background:rgba(201,162,39,0.16); color:#8a6d10; }
.case-card h3{ font-size:1.3rem; margin-bottom:4px; }
.case-location{ color:var(--slate-light); font-size:0.85rem; margin-bottom:14px; font-weight:500; }
.case-card > p{ color:var(--slate); font-size:0.95rem; margin-bottom:16px; }
.case-features{ margin-bottom:20px; }
.case-features li{ position:relative; padding-left:22px; color:var(--slate); font-size:0.9rem; margin-bottom:8px; }
.case-features li::before{ content:"✓"; position:absolute; left:0; color:var(--gold); font-weight:700; }
.case-link{ font-weight:700; color:var(--navy); border-bottom:2px solid var(--gold); padding-bottom:2px; }

.more-work h4{ font-family:var(--ff-head); color:var(--navy); font-size:1.1rem; margin-bottom:18px; }
.more-work-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.more-card{
  background:var(--bg-alt); border:1px solid var(--border); border-radius:12px; padding:18px;
  display:flex; flex-direction:column; gap:4px; transition:border-color .2s, transform .2s;
}
.more-card:hover{ border-color:var(--gold); transform:translateY(-3px); }
.more-card strong{ color:var(--navy); font-size:0.95rem; }
.more-card span{ color:var(--slate-light); font-size:0.8rem; }

/* ---------- RERA section ---------- */
.rera-inner{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center; }
.rera-list{ margin:20px 0 20px; }
.rera-list li{ position:relative; padding-left:26px; margin-bottom:14px; font-size:0.98rem; color:rgba(255,255,255,0.8); }
.rera-list li::before{ content:"◆"; position:absolute; left:0; color:var(--gold); font-size:0.7rem; top:6px; }
.rera-note{ font-size:0.85rem; color:rgba(255,255,255,0.5); font-style:italic; border-top:1px solid rgba(255,255,255,0.12); padding-top:16px; }
.rera-badge-card{
  background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.14); border-radius:var(--radius);
  padding:32px; backdrop-filter:blur(6px);
}
.rera-badge-icon{
  width:44px; height:44px; border-radius:50%; background:var(--gold); color:var(--navy-deep);
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:1.2rem; margin-bottom:16px;
}
.rera-badge-title{ font-family:var(--ff-head); color:#fff; font-weight:600; margin-bottom:16px; }
.rera-check{ display:flex; align-items:center; gap:10px; color:rgba(255,255,255,0.78); font-size:0.92rem; padding:8px 0; border-top:1px solid rgba(255,255,255,0.08); }
.rera-check:first-of-type{ border-top:none; }
.rera-check span{ color:var(--gold); font-weight:700; }

/* ---------- Process ---------- */
.process-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:20px; }
.process-step{ text-align:center; padding:0 6px; }
.step-number{
  width:44px; height:44px; border-radius:50%; background:var(--navy); color:var(--gold);
  display:flex; align-items:center; justify-content:center; font-family:var(--ff-head); font-weight:700;
  margin:0 auto 16px; font-size:1.1rem;
}
.process-step h3{ font-size:1rem; margin-bottom:8px; }
.process-step p{ font-size:0.88rem; color:var(--slate); margin:0; }

/* ---------- FAQ ---------- */
.faq-list{ display:flex; flex-direction:column; gap:12px; }
.faq-item{
  background:#fff; border:1px solid var(--border); border-radius:12px; padding:18px 22px;
}
.faq-item summary{
  cursor:pointer; font-weight:600; color:var(--navy); font-size:1rem; list-style:none; display:flex;
  justify-content:space-between; align-items:center;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; font-size:1.4rem; color:var(--gold); font-weight:400; }
.faq-item[open] summary::after{ content:"–"; }
.faq-item p{ color:var(--slate); margin:14px 0 0; font-size:0.94rem; }

/* ---------- Contact ---------- */
.contact-inner{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; align-items:start; }
.contact-copy p{ color:rgba(255,255,255,0.68); margin-bottom:32px; max-width:440px; }
.contact-direct{ display:flex; flex-direction:column; gap:16px; }
.contact-direct-item{
  display:flex; align-items:center; gap:12px; color:#fff; font-weight:600; font-size:0.98rem;
  padding:14px 18px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14);
  border-radius:12px; transition:background .2s;
}
.contact-direct-item:hover{ background:rgba(255,255,255,0.12); }
.contact-direct-item svg{ color:var(--gold); flex-shrink:0; }

.contact-form-wrap{ background:#fff; border-radius:var(--radius); padding:32px; box-shadow:var(--shadow-lg); }
.form-row{ margin-bottom:18px; }
.form-row label{ display:block; font-size:0.85rem; font-weight:600; color:var(--navy); margin-bottom:6px; }
.form-row input, .form-row select, .form-row textarea{
  width:100%; padding:12px 14px; border:1.5px solid var(--border); border-radius:9px; font-family:var(--ff-body);
  font-size:0.95rem; color:var(--ink); background:var(--bg-alt); transition:border-color .2s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus{ outline:none; border-color:var(--gold); background:#fff; }
.form-row-split{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-note{ text-align:center; font-size:0.82rem; color:var(--slate-light); margin-top:12px; }

.form-success{ text-align:center; padding:20px 0; }
.success-icon{
  width:56px; height:56px; border-radius:50%; background:rgba(201,162,39,0.15); color:var(--gold);
  display:flex; align-items:center; justify-content:center; font-size:1.6rem; font-weight:700; margin:0 auto 16px;
}
.form-success h3{ color:var(--navy); margin-bottom:8px; }
.form-success p{ color:var(--slate); margin-bottom:20px; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--navy-deep); color:rgba(255,255,255,0.7); padding-top:56px; }
.footer-inner{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; padding-bottom:40px; }
.footer-brand p{ margin-top:14px; font-size:0.9rem; color:rgba(255,255,255,0.5); max-width:280px; }
.footer-col h4{ color:#fff; font-size:0.95rem; margin-bottom:16px; }
.footer-col a{ display:block; color:rgba(255,255,255,0.6); font-size:0.9rem; margin-bottom:10px; transition:color .2s; }
.footer-col a:hover{ color:var(--gold-light); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,0.1); padding:20px 0; }
.footer-bottom p{ margin:0; font-size:0.82rem; color:rgba(255,255,255,0.45); text-align:center; }

/* ---------- Floating buttons ---------- */
.wa-float{
  position:fixed; bottom:24px; right:24px; width:58px; height:58px; border-radius:50%;
  background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px rgba(37,211,102,0.45); z-index:90; transition:transform .2s;
}
.wa-float:hover{ transform:scale(1.08); }
.back-to-top{
  position:fixed; bottom:24px; right:94px; width:44px; height:44px; border-radius:50%;
  background:var(--navy); color:#fff; border:none; cursor:pointer; font-size:1.1rem; z-index:90;
  opacity:0; visibility:hidden; transition:opacity .3s, visibility .3s, transform .2s; box-shadow:var(--shadow);
}
.back-to-top.show{ opacity:1; visibility:visible; }
.back-to-top:hover{ transform:translateY(-3px); }

/* ---------- Scroll reveal ---------- */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform:translateY(0); }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width:980px){
  .hero-inner, .rera-inner, .contact-inner{ grid-template-columns:1fr; }
  .hero-visual{ order:-1; }
  .feature-grid, .services-grid{ grid-template-columns:repeat(2,1fr); }
  .case-grid{ grid-template-columns:1fr; }
  .more-work-grid{ grid-template-columns:repeat(2,1fr); }
  .process-grid{ grid-template-columns:repeat(3,1fr); row-gap:32px; }
  .footer-inner{ grid-template-columns:1fr 1fr; }
}

@media (max-width:768px){
  .main-nav, .header-phone{ display:none; }
  .nav-toggle{ display:flex; }
  .main-nav.open{
    display:flex; position:absolute; top:100%; left:0; right:0; background:#fff; flex-direction:column;
    padding:20px 24px; gap:18px; border-bottom:1px solid var(--border); box-shadow:var(--shadow);
  }
  .hero h1{ font-size:2rem; }
  .hero-trust{ gap:20px; }
  .process-grid{ grid-template-columns:repeat(2,1fr); }
  .form-row-split{ grid-template-columns:1fr; }
  .back-to-top{ right:24px; bottom:92px; }
}

@media (max-width:560px){
  .feature-grid, .services-grid, .more-work-grid{ grid-template-columns:1fr; }
  .process-grid{ grid-template-columns:1fr; }
  .footer-inner{ grid-template-columns:1fr; }
  .hero{ padding:48px 0 40px; }
  .section{ padding:60px 0; }
  .strip-row{ gap:10px 20px; }
  .strip-row a{ font-size:0.82rem; }
}
