/*
Theme Name: TechLead Corporation
Theme URI: https://www.techleadcorp.com
Author: TechLead Corporation
Author URI: https://www.techleadcorp.com
Description: TechLead Corporation website theme — soft green, Pacific globe.
Version: 2.0
License: Proprietary
Text Domain: techleadcorp
*/

/* ============================================================
   TechLead Corporation — Theme Styles 2026
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --deep:    #2C4A38;
  --mid:     #4A7A5C;
  --light:   #7CAD8A;
  --pale:    #E8F0EB;
  --bg:      #F5F8F5;
  --text:    #1A2B22;
  --soft:    #4A5E52;
  --white:   #FAFCFA;
  --rule:    #D0DDD4;
  --shadow:  rgba(44,74,56,0.10);
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}

/* NAV */
nav.site-nav { background: var(--deep); position: sticky; top: 0; z-index: 100; }
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 36px;
  display: flex; align-items: center; justify-content: space-between; height: 64px;
}
.nav-logo { font-size: 20px; font-weight: 700; color: var(--white); text-decoration: none; }
.nav-logo span { color: var(--light); }
.nav-menu { display: flex; gap: 32px; list-style: none; }
.nav-menu a { color: rgba(250,252,250,0.78); text-decoration: none; font-size: 14.5px; font-weight: 500; transition: color 0.15s; }
.nav-menu a:hover, .nav-menu .current-menu-item a { color: var(--white); }

/* HERO */
.hero { background: var(--deep); color: var(--white); padding: 80px 36px 72px; }
.hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
}
.hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--light); margin-bottom: 18px; }
.hero h1 { font-size: 46px; font-weight: 700; line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.02em; }
.hero h1 em { font-style: normal; color: var(--light); }
.hero-sub { font-size: 18px; color: rgba(250,252,250,0.72); max-width: 480px; line-height: 1.6; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--mid); color: var(--white); padding: 13px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 15px; transition: background 0.15s; }
.btn-primary:hover { background: var(--light); }
.btn-outline { border: 1.5px solid rgba(250,252,250,0.35); color: var(--white); padding: 12px 28px; border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 15px; transition: border-color 0.15s; }
.btn-outline:hover { border-color: var(--white); }

/* SERVICES STRIP */
.services-strip { background: var(--white); padding: 72px 36px; border-bottom: 1px solid var(--rule); }
.strip-inner { max-width: 1100px; margin: 0 auto; }
.strip-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); margin-bottom: 12px; }
.strip-headline { font-size: 32px; font-weight: 700; color: var(--deep); margin-bottom: 48px; letter-spacing: -0.01em; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.service-card { background: var(--bg); border: 1px solid var(--rule); border-radius: 10px; padding: 28px 24px; transition: box-shadow 0.2s, border-color 0.2s; }
.service-card:hover { border-color: var(--light); box-shadow: 0 4px 18px var(--shadow); }
.service-icon { width: 44px; height: 44px; background: var(--pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.service-card h3 { font-size: 16px; font-weight: 700; color: var(--deep); margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--soft); line-height: 1.55; }

/* REACH BAND */
.reach { background: var(--pale); padding: 64px 36px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.reach-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 60px; }
.reach-text { flex: 1; }
.reach-text h2 { font-size: 28px; font-weight: 700; color: var(--deep); margin-bottom: 12px; }
.reach-text p { color: var(--soft); max-width: 520px; }
.reach-stats { display: flex; gap: 48px; }
.stat-item { text-align: center; }
.stat-num { font-size: 38px; font-weight: 700; color: var(--mid); line-height: 1; }
.stat-label { font-size: 12px; color: var(--soft); letter-spacing: 0.04em; margin-top: 4px; }

/* PAGE SECTIONS */
.page-section { max-width: 1100px; margin: 0 auto; padding: 72px 36px; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); margin-bottom: 12px; }
.section-headline { font-size: 36px; font-weight: 700; color: var(--deep); margin-bottom: 16px; letter-spacing: -0.01em; }
.section-intro { font-size: 17px; color: var(--soft); max-width: 680px; line-height: 1.65; margin-bottom: 52px; }

/* WHAT PAGE */
.service-full { display: grid; grid-template-columns: 280px 1fr; gap: 0; border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; margin-bottom: 24px; background: var(--white); }
.service-sidebar { background: var(--deep); padding: 36px 28px; display: flex; flex-direction: column; gap: 12px; }
.service-sidebar .icon-wrap { width: 48px; height: 48px; background: rgba(124,173,138,0.18); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.service-sidebar h3 { font-size: 20px; font-weight: 700; color: var(--white); line-height: 1.2; }
.service-body { padding: 36px 40px; }
.service-body p { color: var(--soft); line-height: 1.7; font-size: 15.5px; }

/* WHO PAGE */
.bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.bio-card { background: var(--white); border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; }
.bio-header { background: var(--deep); padding: 36px 36px 28px; color: var(--white); }
.bio-header h2 { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.bio-header .title { color: var(--light); font-size: 14px; font-weight: 500; letter-spacing: 0.02em; }
.bio-body { padding: 28px 36px 32px; }
.bio-body p { color: var(--soft); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.bio-awards { list-style: none; }
.bio-awards li { padding: 7px 0; border-bottom: 1px solid var(--rule); font-size: 13.5px; color: var(--text); display: flex; align-items: baseline; gap: 10px; }
.bio-awards li:last-child { border-bottom: none; }
.bio-awards li::before { content: ''; width: 6px; height: 6px; background: var(--light); border-radius: 50%; flex-shrink: 0; margin-top: 2px; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h3 { font-size: 20px; font-weight: 700; color: var(--deep); margin-bottom: 16px; }
.contact-info p { color: var(--soft); line-height: 1.7; margin-bottom: 24px; }
.contact-offices { list-style: none; }
.contact-offices li { padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 14.5px; color: var(--soft); }
.contact-offices li strong { color: var(--deep); display: block; margin-bottom: 2px; }
.contact-form { background: var(--white); border: 1px solid var(--rule); border-radius: 12px; padding: 36px; }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-size: 13px; font-weight: 600; color: var(--deep); margin-bottom: 6px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; padding: 11px 14px; border: 1.5px solid var(--rule); border-radius: 6px; font-size: 15px; font-family: inherit; color: var(--text); background: var(--bg); transition: border-color 0.15s; outline: none; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--mid); }
.form-row textarea { min-height: 120px; resize: vertical; }

/* FOOTER */
footer.site-footer { background: var(--deep); color: rgba(250,252,250,0.6); padding: 40px 36px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-logo { font-size: 16px; font-weight: 700; color: var(--white); text-decoration: none; }
.footer-logo span { color: var(--light); }
.footer-copy { font-size: 13px; }
.footer-nav { display: flex; gap: 24px; }
.footer-nav a { color: rgba(250,252,250,0.6); text-decoration: none; font-size: 13px; transition: color 0.15s; }
.footer-nav a:hover { color: var(--white); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-globe { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .bio-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .service-full { grid-template-columns: 1fr; }
  .reach-inner { flex-direction: column; gap: 32px; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .reach-stats { gap: 28px; }
}
