/* ==========================================================
   Peopletify — Stylesheet
   ========================================================== */

/* --- Tokens --- */
:root {
  --brand: #0d6b8f;
  --brand-deep: #094f69;
  --brand-light: #e6f5fb;
  --ink: #10222c;
  --muted: #4b6470;
  --surface: #f4fbff;
  --card: #ffffff;
  --accent: #ffd27a;
  --accent-deep: #b87d00;
  --border: #cae8f4;
  --shadow: 0 18px 40px rgba(13, 107, 143, 0.12);
  --shadow-lg: 0 30px 60px rgba(13, 107, 143, 0.18);
  --radius: 20px;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Sora", sans-serif; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; }
section { margin-bottom: 5rem; }

/* --- Layout --- */
.container { width: min(1140px, 92vw); margin-inline: auto; }
/* Full-width section background bands */
.about-section { background: #fff; padding: 4.5rem 0; margin-bottom: 0; }
.process-bg-section { background: #fff; padding: 4.5rem 0; margin-bottom: 0; }
/* ==========================================================
   Header & Nav
   ========================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px) saturate(1.4);
  background: rgba(244, 251, 255, 0.92);
  border-bottom: 1px solid rgba(202, 232, 244, 0.7);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand-logo { height: 44px; width: auto; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a {
  text-decoration: none; color: var(--ink); font-weight: 500; font-size: 0.96rem;
  padding-bottom: 3px; border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--brand); border-color: var(--brand); }
.nav-right { display: flex; align-items: center; gap: 0.7rem; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.3rem; color: var(--ink); cursor: pointer; padding: 0.4rem; }

.mobile-nav { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--border); }
.mobile-nav.open { display: flex; }
.mobile-nav a { text-decoration: none; color: var(--ink); font-weight: 500; padding: 0.9rem 1.2rem; border-bottom: 1px solid var(--border); }
.mobile-nav a:hover { background: var(--brand-light); color: var(--brand); }
.mobile-nav .mobile-cta { color: var(--brand); font-weight: 700; }

/* ==========================================================
   Buttons
   ========================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  border: none; border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff; font-weight: 700; font-family: inherit; font-size: 0.97rem;
  text-decoration: none; padding: 0.82rem 1.55rem;
  box-shadow: var(--shadow); cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); filter: brightness(1.07); }
.btn-sm { font-size: 0.9rem; padding: 0.65rem 1.2rem; }
.btn-ghost { background: transparent; border: 1.5px solid var(--brand); color: var(--brand); box-shadow: none; }
.btn-ghost:hover { background: var(--brand-light); transform: translateY(-2px); }
.btn-ghost-white { background: transparent; border: 2px solid rgba(255,255,255,0.65); color: #fff; box-shadow: none; }
.btn-ghost-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-white { background: #fff; color: var(--brand-deep); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.btn-white:hover { filter: brightness(0.97); transform: translateY(-2px); }

/* ==========================================================
   Typography helpers
   ========================================================== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700;
  color: var(--brand); font-size: 0.78rem;
}
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-top: 0.5rem; margin-bottom: 1.8rem; }
.text-center { text-align: center; }

/* ==========================================================
   Hero
   ========================================================== */
.hero {
  position: relative;
  background-image: url('hero-bg.jpg');
  background-size: cover; background-position: center top;
  min-height: 600px; display: flex; align-items: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(9,79,105,0.92) 0%, rgba(13,107,143,0.80) 55%, rgba(8,50,75,0.90) 100%);
}
.hero-content { position: relative; z-index: 1; padding: 6.5rem 0 5.5rem; color: #fff; }
.hero-eyebrow { color: var(--accent) !important; }
.hero-content h1 { margin-top: 1rem; font-size: clamp(2.4rem, 6vw, 4.3rem); line-height: 1.06; max-width: 12ch; color: #fff; }
.hero-copy { margin-top: 1.3rem; color: rgba(255,255,255,0.88); max-width: 54ch; font-size: 1.07rem; }
.hero-actions { margin-top: 2.3rem; display: flex; flex-wrap: wrap; gap: 1rem; }

/* Feature strip under hero */
.hero-strip { background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 4px 20px rgba(13,107,143,0.06); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hero-stats article { display: flex; align-items: flex-start; gap: 1rem; padding: 1.7rem 1.6rem; border-right: 1px solid var(--border); }
.hero-stats article:last-child { border-right: none; }
.hero-stats .strip-icon { font-size: 1.6rem; color: var(--brand); flex-shrink: 0; margin-top: 0.1rem; }
.hero-stats h3 { font-size: 1rem; line-height: 1.3; }
.hero-stats p { margin-top: 0.35rem; color: var(--muted); font-size: 0.93rem; }

/* ==========================================================
   About
   ========================================================== */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text h2 { margin-top: 0.65rem; font-size: clamp(1.5rem, 3.5vw, 2.4rem); }
.about-text > p { margin-top: 1rem; color: var(--muted); font-size: 1.02rem; }
.about-bullets { list-style: none; margin-top: 1.4rem; display: grid; gap: 0.75rem; }
.about-bullets li { display: flex; align-items: center; gap: 0.75rem; font-weight: 500; }
.about-bullets li i { color: var(--brand); font-size: 1rem; flex-shrink: 0; }
.about-visual { position: relative; }
.about-visual::before {
  content: ''; position: absolute; inset: -16px -16px 16px 16px;
  background: var(--brand-light); border-radius: 28px; z-index: 0;
}
.about-visual img {
  position: relative; z-index: 1;
  width: 100%; border-radius: 22px; object-fit: cover; aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}

/* ==========================================================
   Services Cards
   ========================================================== */
.services-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.8rem; display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card.accent { border-color: #f4d081; background: linear-gradient(155deg, #fffcf0 0%, #fff 60%); }
.card-icon-wrap {
  width: 3.2rem; height: 3.2rem; border-radius: 14px;
  background: var(--brand-light); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 1.1rem; flex-shrink: 0;
}
.card-icon-wrap.accent-icon { background: #fff4cc; color: var(--accent-deep); }
.card h3 { font-size: 1.15rem; }
.card > p { margin-top: 0.65rem; color: var(--muted); font-size: 0.96rem; }
.card ul { list-style: none; margin-top: 1.1rem; display: grid; gap: 0.55rem; }
.card ul li { display: flex; align-items: center; gap: 0.65rem; font-size: 0.95rem; }
.card ul li i { color: var(--brand); font-size: 0.75rem; flex-shrink: 0; }
.card.accent ul li i { color: var(--accent-deep); }
.card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: auto; padding-top: 1.3rem;
  font-weight: 700; color: var(--brand); text-decoration: none; font-size: 0.93rem;
  transition: gap 0.2s;
}
.card-link:hover { gap: 0.65rem; }
.accent-link { color: var(--accent-deep); }

/* ==========================================================
   Process Timeline
   ========================================================== */
.process-section { padding-top: 0; }
.timeline {
  position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem;
}
.timeline::before {
  content: ''; position: absolute; top: 2.4rem;
  left: calc(16.5% + 1.5rem); right: calc(16.5% + 1.5rem);
  height: 2px; background: var(--border); z-index: 0;
}
.timeline article {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.8rem; position: relative; z-index: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.timeline article:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.timeline-icon {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; margin-bottom: 0.75rem;
}
.step-num { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 0.3rem; }
.timeline h3 { font-size: 1.12rem; }
.timeline p { margin-top: 0.55rem; color: var(--muted); }

/* ==========================================================
   CTA Band
   ========================================================== */
.cta-band {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  padding: 5rem 0; text-align: center; color: #fff; margin-bottom: 0;
}
.cta-band h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); color: #fff; }
.cta-band .container > p { margin-top: 1rem; color: rgba(255,255,255,0.85); font-size: 1.06rem; max-width: 54ch; margin-inline: auto; }
.cta-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.cta-contact-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 3rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.2); }
.cta-contact-item { display: flex; align-items: flex-start; gap: 0.7rem; color: rgba(255,255,255,0.85); font-size: 0.97rem; }
.cta-contact-item i { color: var(--accent); font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }
.cta-contact-item a { color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.2s; }
.cta-contact-item a:hover { color: #fff; }
.cta-contact-item address { font-style: normal; color: rgba(255,255,255,0.72); line-height: 1.55; }

/* ==========================================================
   Footer
   ========================================================== */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.72); }
.footer-main {
  display: grid; grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem; padding: 4rem 0 3rem;
}
.footer-brand .footer-logo { height: 42px; width: auto; margin-bottom: 1rem; }
.footer-brand > p { font-size: 0.92rem; max-width: 30ch; line-height: 1.55; }
.footer-social { display: flex; gap: 0.65rem; margin-top: 1.3rem; }
.footer-social a {
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: rgba(255,255,255,0.1); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.footer-social a:hover { background: var(--brand); transform: translateY(-2px); }
.footer-links { display: flex; flex-direction: column; }
.footer-links h4, .footer-contact-col h4 {
  font-family: "Sora", sans-serif; color: #fff; font-size: 0.95rem; margin-bottom: 1.1rem; letter-spacing: 0.03em;
}
.footer-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-size: 0.92rem; padding: 0.28rem 0; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-contact-col p { font-size: 0.91rem; margin-top: 0.6rem; line-height: 1.6; }
.footer-contact-col a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footer-contact-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.09); padding: 1.2rem 0; }
.footer-bottom p { font-size: 0.84rem; color: rgba(255,255,255,0.4); }

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

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }

  .hero-stats,
  .cards,
  .timeline,
  .about-split,
  .footer-main { grid-template-columns: 1fr; }

  .timeline::before { display: none; }
  .hero-stats article { border-right: none; border-bottom: 1px solid var(--border); }
  .hero-stats article:last-child { border-bottom: none; }
  .footer-main { padding: 2.5rem 0 2rem; gap: 2rem; }
  .about-visual::before { display: none; }
  .about-split { gap: 2.5rem; }
  section { margin-bottom: 3.5rem; }
}

@media (max-width: 640px) {
  .brand-logo { height: 36px; }
  .hero-content { padding: 5rem 0 4rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
  .cta-contact-row { flex-direction: column; align-items: center; text-align: center; }

}

