/*
Theme Name: LinkwayFDI Rebuilt Theme
Theme URI: https://linkwayfdi.com/
Author: OpenAI
Description: Rebuilt installable theme with fixed top navigation and fullscreen homepage hero.
Version: 2.0.0
License: GPL-2.0-or-later
Text Domain: lfd-rebuilt-theme
*/

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.6;
  color:#f3f4f6;
  background:#07080a;
  padding-top:92px;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1280px, calc(100% - 56px)); margin:0 auto}

/* Header */
.site-header{
  position:fixed; top:0; left:0; width:100%;
  background:rgba(6,8,10,.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
  z-index:9999;
}
.admin-bar .site-header{top:32px}
.header-inner{
  min-height:76px;
  display:flex; align-items:center; justify-content:space-between;
  gap:20px; padding:12px 0;
}
.logo a{color:#fff; font-size:18px; letter-spacing:.18em; font-weight:700}
.main-nav{flex:1; display:flex; justify-content:center}
.nav-menu{
  list-style:none; display:flex; align-items:center; justify-content:center;
  gap:10px; margin:0; padding:0; flex-wrap:wrap;
}
.nav-menu li{list-style:none}
.nav-menu a{
  display:inline-flex; align-items:center; justify-content:center;
  white-space:nowrap; padding:10px 16px; border-radius:999px;
  color:rgba(255,255,255,.86); font-size:14px; font-weight:500;
  border:1px solid rgba(255,255,255,.14); background:transparent;
  transition:all .2s ease;
}
.nav-menu a:hover{color:#fff; background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.34)}
.nav-menu a.is-active{background:#fff; color:#000; border-color:#fff}
.lang-switch{font-size:12px; color:rgba(255,255,255,.8); white-space:nowrap}
.lang-switch a{color:inherit}

/* Home hero */
.hero{
  min-height:100vh;
  background:
    linear-gradient(90deg, rgba(4,6,8,.86) 0%, rgba(4,6,8,.60) 38%, rgba(4,6,8,.28) 100%),
    url('https://linkwayfdi.com/wp-content/uploads/2026/04/home-hero-project-masterplan-review.jpg') center center/cover no-repeat;
}
.hero-content{
  min-height:calc(100vh - 92px);
  display:flex; align-items:center;
  padding:40px 0;
}
.hero-copy{max-width:760px}
.eyebrow{
  display:inline-block; font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:rgba(255,255,255,.56); margin-bottom:18px;
}
.hero h1{
  margin:0 0 18px;
  font-size:clamp(56px, 7vw, 108px);
  line-height:.9; letter-spacing:-.05em; color:#fff;
}
.hero p{
  margin:0 0 22px;
  font-size:18px; line-height:1.75; color:rgba(255,255,255,.82); max-width:640px;
}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 22px; border-radius:999px; font-size:14px;
  border:1px solid rgba(255,255,255,.14);
}
.btn-primary{background:#fff; color:#000}
.btn-secondary{background:rgba(255,255,255,.05); color:#fff}

/* Sections */
.section{padding:96px 0}
.section-dark{background:#0d1014}
.section-mid{background:#101318}
.section-deep{background:#0a0c10}
.section h2{margin:0 0 16px; font-size:clamp(34px,5vw,62px); line-height:.96; letter-spacing:-.04em}
.lead{margin:0 0 34px; font-size:17px; color:rgba(255,255,255,.74); max-width:860px}
.panel{
  background:rgba(255,255,255,.02); border:1px solid rgba(255,255,255,.08);
  border-radius:24px; padding:34px;
}
.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:28px}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:28px}
.card{
  background:#12161b; border:1px solid rgba(255,255,255,.08);
  border-radius:22px; padding:26px;
}
.card h3{margin:0 0 10px; font-size:24px}
.card p{margin:0; color:rgba(255,255,255,.72)}
.step-num{font-size:42px; color:rgba(255,255,255,.20); margin-bottom:10px; font-weight:700}
.section-image{
  width:100%; height:360px; object-fit:cover; display:block;
  border-radius:24px; border:1px solid rgba(255,255,255,.08); margin:0 0 28px;
}
.page-hero{padding:30px 0 36px}
.page-hero h1{margin:0 0 14px; font-size:clamp(38px,5vw,70px); line-height:.94; letter-spacing:-.04em}
.page-hero p{margin:0; max-width:840px; color:rgba(255,255,255,.76); font-size:17px}
.content-stack{display:grid; gap:28px}
.kpi{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.kpi .card strong{display:block; font-size:34px; margin-bottom:6px; color:#fff}
.post-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px}
.post-card{
  background:#121419; border:1px solid rgba(255,255,255,.08);
  border-radius:22px; overflow:hidden;
}
.post-card .copy{padding:22px}
.post-card h3{margin:0 0 10px; font-size:24px}
.post-card p{margin:0; color:rgba(255,255,255,.72)}
.cta-strip{
  display:flex; justify-content:space-between; align-items:center;
  gap:20px; flex-wrap:wrap;
}

/* Footer */
.site-footer{
  background:#050505; border-top:1px solid rgba(255,255,255,.08); padding:48px 0;
}
.site-footer .footer-links{display:flex; flex-wrap:wrap; gap:14px 18px; margin:0 0 12px}
.site-footer a{color:rgba(255,255,255,.72)}
.site-footer p{margin:0; color:rgba(255,255,255,.56)}

@media (max-width:980px){
  .grid-2,.grid-3,.kpi,.post-grid{grid-template-columns:1fr}
}
@media (max-width:1100px){
  .header-inner{flex-direction:column; align-items:flex-start; min-height:auto}
  .main-nav{width:100%; justify-content:flex-start}
  .nav-menu{justify-content:flex-start}
  .lang-switch{align-self:flex-end}
  body{padding-top:150px}
  .hero{min-height:auto}
  .hero-content{min-height:auto}
}
@media (max-width:782px){
  .admin-bar .site-header{top:46px}
}
