/*
Theme Name: Real Estate and Corporate Funding
Theme URI: https://example.com/
Author: ChatGPT
Description: Custom high-end WordPress theme for Real Estate and Corporate Funding.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: recf
*/

:root{
  --navy:#071728;
  --navy-2:#0b1f33;
  --black:#08090b;
  --white:#ffffff;
  --muted:#b9c0c9;
  --gold:#c9a55c;
  --gold-2:#f0d78a;
  --line:rgba(201,165,92,.28);
  --panel:rgba(255,255,255,.055);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(1240px,92vw);margin:0 auto}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(7,23,40,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}



.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
  gap:40px;
}

.brand{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.brand-logo,
.brand img{
  width:200px !important;
  max-width:200px !important;
  height:auto !important;
  display:block;
  border-radius:2px;
}

.main-nav{
  display:flex;
  gap:32px;
  align-items:center;
  font-size:15px;
  color:#e9edf2;
}

.main-nav a{opacity:.9}
.main-nav a:hover{color:var(--gold)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--gold);
  background:linear-gradient(135deg,var(--gold),#9f7a2f);
  color:#08111c;
  padding:13px 20px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 12px 30px rgba(201,165,92,.2)
}

.btn.secondary{
  background:transparent;
  color:var(--white);
  border-color:rgba(255,255,255,.25);
  box-shadow:none
}

.btn.secondary:hover{
  border-color:var(--gold);
  color:var(--gold)
}

.hero{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 75% 20%,rgba(201,165,92,.22),transparent 28%),linear-gradient(135deg,#06111f 0%,#0b1f33 42%,#050607 100%);
  padding:96px 0 80px;
  border-bottom:1px solid var(--line)
}

.hero:before{
  display:none !important;
}

.hero-content{position:relative;max-width:780px}

.eyebrow{
  color:var(--gold-2);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px
}

h1{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(42px,7vw,82px);
  line-height:.98;
  margin:0 0 22px;
  letter-spacing:-.035em
}

.hero p{
  font-size:clamp(18px,2vw,23px);
  color:#dce3ea;
  max-width:680px;
  margin:0 0 30px
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap
}

.trust-strip{
  position:relative;
  margin-top:58px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045)
}

.stat{
  padding:20px;
  border-right:1px solid rgba(255,255,255,.09)
}

.stat:last-child{border-right:0}

.stat strong{
  display:block;
  font-family:Georgia,serif;
  font-size:28px;
  color:var(--gold-2)
}

.stat span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--muted)
}

section{padding:80px 0}

.section-title{
  max-width:760px;
  margin-bottom:38px
}

.section-title h2{
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  margin:0 0 14px
}

.section-title p{
  color:var(--muted);
  font-size:18px;
  margin:0
}

.light{
  background:#f7f5ef;
  color:#10151b
}

.light .section-title p,
.light p{color:#4e5661}

.grid{
  display:grid;
  gap:22px
}

.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}

.card{
  background:var(--panel);
  border:1px solid rgba(255,255,255,.1);
  padding:28px;
  border-radius:18px;
  min-height:190px
}

.light .card{
  background:#fff;
  border-color:#e6dfd0;
  box-shadow:0 20px 45px rgba(11,31,51,.08)
}

.card h3{
  font-family:Georgia,serif;
  font-size:24px;
  margin:0 0 10px
}

.card p{
  color:var(--muted);
  margin:0
}

.card .num{
  color:var(--gold);
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:12px
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center
}

.panel{
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(201,165,92,.12),rgba(255,255,255,.035));
  padding:34px;
  border-radius:22px
}

.dark-cta{
  background:linear-gradient(135deg,#071728,#0b1f33 45%,#050607);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}

.contact-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:start
}

.contact-form{
  background:#fff;
  color:#111;
  padding:30px;
  border-radius:20px
}

.contact-form label{
  display:block;
  font-size:13px;
  font-weight:800;
  margin:12px 0 6px
}

.contact-form input,
.contact-form textarea,
.contact-form select{
  width:100%;
  border:1px solid #d8d2c2;
  padding:13px;
  border-radius:10px;
  font:inherit
}

.contact-form textarea{min-height:120px}

.contact-form button{
  margin-top:16px;
  width:100%;
  border:0;
  cursor:pointer
}

.footer{
  padding:34px 0;
  background:#030507;
  border-top:1px solid rgba(255,255,255,.09);
  color:#aeb6c0;
  font-size:14px
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap
}

.footer strong{color:#fff}

.legal{
  font-size:12px;
  color:#89919b;
  margin-top:18px;
  max-width:900px
}

@media(max-width:980px){
  .brand-logo,
  .brand img{
    width:110px !important;
    max-width:110px !important;
  }

  .brand{
    font-size:1rem;
  }

  .main-nav{
    gap:14px;
    font-size:13px;
  }
}

@media(max-width:860px){
  .main-nav{display:none}

  .brand-logo,
  .brand img{
    width:96px !important;
    max-width:96px !important;
  }

  .brand{
    font-size:.95rem;
  }

  .hero{padding:72px 0 55px}

  .trust-strip,
  .grid-3,
  .grid-2,
  .split,
  .contact-box{
    grid-template-columns:1fr
  }

  .stat{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09)
  }

  .stat:last-child{border-bottom:0}

  section{padding:56px 0}
}