/* ==========================================================================
   Techeye Software Services — Public Site Stylesheet
   Palette: deep navy (#0F1B33) + antique gold (#B8860B) drawn from the logo
   ========================================================================== */

:root {
  --primary: #B8860B;
  --primary-dark: #96690A;
  --secondary: #0F1B33;
  --accent: #16213E;
  --ink: #1C1F26;
  --muted: #5B6270;
  --paper: #FAF9F6;
  --radius: 14px;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 700; color: var(--secondary); }

a { color: var(--primary-dark); }
a:hover { color: var(--primary); }

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--secondary);
  color: #E7E2D6;
}

/* ---------- Navbar ---------- */
.site-navbar {
  box-shadow: 0 2px 18px rgba(15, 27, 51, 0.06);
  padding: .6rem 0;
  z-index: 1030;
}
.brand-text { line-height: 1.15; }
.brand-tagline { font-size: .72rem; color: var(--muted); font-weight: 500; }
.nav-link { font-weight: 600; color: var(--secondary) !important; margin: 0 .35rem; position: relative; }
.nav-link.active, .nav-link:hover { color: var(--primary-dark) !important; }
.nav-link.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--primary);
}

.btn-primary-brand {
  background: var(--primary); border-color: var(--primary); color: #fff; font-weight: 600;
  border-radius: 999px; padding: .65rem 1.6rem;
}
.btn-primary-brand:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; }
.btn-outline-brand {
  border: 2px solid var(--secondary); color: var(--secondary); font-weight: 600;
  border-radius: 999px; padding: .6rem 1.5rem; background: transparent;
}
.btn-outline-brand:hover { background: var(--secondary); color: #fff; }
.btn-light { border-radius: 999px; font-weight: 700; padding: .65rem 1.8rem; }

/* ---------- Hero ---------- */
.hero-section {
  background: linear-gradient(160deg, var(--secondary) 0%, var(--accent) 60%, #1E2B4D 100%);
  color: #fff;
  padding: 5.5rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.hero-section::after {
  content: ''; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(184,134,11,.35) 0%, rgba(184,134,11,0) 70%);
}
.badge-pill {
  display: inline-block; background: rgba(184,134,11,.18); border: 1px solid rgba(184,134,11,.5);
  color: #E9CE7F; padding: .4rem 1rem; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .02em;
}
.hero-title { font-size: 2.6rem; color: #fff; line-height: 1.15; margin: 1rem 0; }
.hero-subtitle { color: #C7CEDD; font-size: 1.08rem; max-width: 540px; }
.hero-image-wrap img { width: 100%; height: 420px; object-fit: cover; border: 6px solid rgba(255,255,255,.08); }
.hero-stats { color: #C7CEDD; }
.stat-number { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--primary); }
.stat-label { display: block; font-size: .82rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--secondary) 0%, var(--accent) 100%);
  color: #fff; padding: 3.5rem 0; text-align: center;
}
.page-hero h1 { color: #fff; margin-bottom: .4rem; }
.page-hero p { color: #C7CEDD; margin: 0; }

/* ---------- Sections ---------- */
.section-py { padding: 4.5rem 0; }
.bg-light-brand { background: var(--paper); }
.section-eyebrow {
  display: inline-block; color: var(--primary-dark); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; font-size: .78rem; margin-bottom: .5rem;
}
.section-title { font-size: 2rem; margin-bottom: 1rem; }
.section-text { color: var(--muted); font-size: 1.03rem; line-height: 1.75; }

.check-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.check-list li { margin-bottom: .6rem; color: var(--ink); font-weight: 500; }
.check-list i { color: var(--primary); margin-right: .5rem; }

/* ---------- Service cards ---------- */
.service-card {
  background: #fff; border: 1px solid #ECE7DC; border-radius: var(--radius);
  padding: 2rem 1.6rem; transition: transform .2s ease, box-shadow .2s ease; scroll-margin-top: 100px;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15,27,51,.09); border-color: var(--primary); }
.service-icon {
  width: 58px; height: 58px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--accent)); color: var(--primary); font-size: 1.5rem; margin-bottom: 1.1rem;
}
.service-title { font-size: 1.15rem; margin-bottom: .5rem; }
.service-text { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Feature rows ---------- */
.feature-row { display: flex; gap: 1rem; margin-bottom: 1.6rem; }
.feature-row i { font-size: 1.6rem; color: var(--primary); flex-shrink: 0; margin-top: .2rem; }
.feature-row h4 { font-size: 1.05rem; margin-bottom: .25rem; }
.feature-row p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ---------- Target / audience cards (About page) ---------- */
.target-card {
  background: #fff; border-radius: var(--radius); padding: 1.6rem 1rem; border: 1px solid #ECE7DC; height: 100%;
}
.target-card i { font-size: 1.8rem; color: var(--primary); margin-bottom: .6rem; display: block; }
.target-card p { margin: 0; font-weight: 600; font-size: .92rem; color: var(--secondary); }

/* ---------- FAQ ---------- */
.accordion-button:not(.collapsed) { background: var(--paper); color: var(--secondary); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }

/* ---------- CTA band ---------- */
.cta-section {
  background: linear-gradient(120deg, var(--primary-dark), var(--primary));
  color: #fff; padding: 3.5rem 0; text-align: center;
}
.cta-section h2 { color: #fff; margin-bottom: .5rem; }
.cta-section p { color: rgba(255,255,255,.9); margin-bottom: 1.5rem; }

/* ---------- Contact page ---------- */
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.4rem; }
.contact-info-item i { font-size: 1.3rem; color: var(--primary); margin-top: .2rem; }
.contact-info-item h5 { font-size: .95rem; margin-bottom: .2rem; }
.contact-info-item p { color: var(--muted); margin: 0; font-size: .93rem; }
.contact-form-card {
  background: var(--paper); border-radius: var(--radius); padding: 2rem; border: 1px solid #ECE7DC;
}
.form-control, .form-select { border-radius: 8px; padding: .65rem .9rem; border: 1px solid #DCD6C8; }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(184,134,11,.15); }

/* ---------- Footer ---------- */
.site-footer { background: var(--secondary); color: #C7CEDD; }
.footer-heading { color: #fff; font-size: .95rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .05em; }
.footer-links { display: flex; flex-direction: column; gap: .55rem; font-size: .9rem; }
.footer-links a, .footer-links li { color: #B9C0D2; text-decoration: none; }
.footer-links a:hover { color: var(--primary); }
.footer-muted { color: #9BA4BC; font-size: .92rem; }
.social-icon {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
}
.social-icon:hover { background: var(--primary); }
.footer-bottom { background: rgba(0,0,0,.2); color: #9BA4BC; }
.footer-bottom a { color: #C7CEDD; text-decoration: none; }

/* ---------- Floating WhatsApp / Call ---------- */
.floating-cta { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: .6rem; z-index: 1040; }
.fab-btn {
  width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.4rem; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.fab-whatsapp { background: #25D366; }
.fab-call { background: var(--secondary); }

@media (max-width: 991px) {
  .hero-title { font-size: 2.1rem; }
  .hero-image-wrap img { height: 260px; }
}
