@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --kiaspo-blue: #0a6ecc;
  --kiaspo-blue-light: #97c8f7;
  --kiaspo-blue-mid: #3d94e8;
  --white: #ffffff;
  --off-white: #f4f6f9;
  --gold: #c9a84c;
  --text-muted: #8fa3be;
  --border: rgba(255,255,255,0.1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--navy);
  line-height: 1.7;
}

/* ─── NAV ─────────────────────────────────── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 6%;
  background: rgba(11, 31, 58, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.03em;
  text-decoration: none;
}

.logo span { color: var(--gold); }

nav ul {
  list-style: none;
  display: flex;
  gap: 2.5rem;
}

nav ul a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
}

nav ul a:hover, nav ul a.active { color: var(--white); }

.nav-cta {
  background: var(--gold);
  color: var(--kiaspo-blue) !important;
  padding: 0.5rem 1.3rem;
  border-radius: 4px;
  font-weight: 600 !important;
  transition: opacity 0.2s !important;
}

.nav-cta:hover { opacity: 0.85; color: var(--kiaspo-blue) !important; }

/* ─── HERO ────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--kiaspo-blue);
  display: flex;
  align-items: center;
  padding: 0 6%;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(26,58,107,0.6) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(201,168,76,0.35);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 520px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--kiaspo-blue);
  padding: 0.85rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: opacity 0.2s, transform 0.2s;
  display: inline-block;
}

.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }

.btn-outline {
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  padding: 0.85rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s;
  display: inline-block;
}

.btn-outline:hover {
  border-color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.05);
}

/* ─── STATS STRIP ─────────────────────────── */
.stats {
  background: var(--kiaspo-blue-light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 6%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat {
  text-align: center;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

/* ─── SECTION BASE ────────────────────────── */
section { padding: 6rem 6%; }

.section-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--kiaspo-blue);
  line-height: 1.25;
  margin-bottom: 1.2rem;
}

.section-sub {
  color: #5a6e85;
  font-size: 1.05rem;
  max-width: 540px;
  font-weight: 300;
}

/* ─── SERVICES ────────────────────────────── */
.services { background: var(--off-white); }

.services-header {
  margin-bottom: 3.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 2.2rem;
  transition: box-shadow 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.service-card:hover {
  box-shadow: 0 8px 30px rgba(11,31,58,0.1);
  transform: translateY(-3px);
}

.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--kiaspo-blue);
  margin-bottom: 0.7rem;
}

.service-card p {
  font-size: 0.92rem;
  color: #5a6e85;
  line-height: 1.7;
}

/* ─── WHO WE SERVE ────────────────────────── */
.audience {
  background: var(--navy);
  color: var(--white);
}

.audience .section-title { color: var(--kiaspo-blue); }

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.audience-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 2.5rem;
  background: rgba(255,255,255,0.04);
  transition: background 0.25s;
}

.audience-card:hover { background: rgba(255,255,255,0.08); }

.audience-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.audience-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 300;
}

.audience-card ul {
  list-style: none;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.audience-card ul li {
  color: var(--text-muted);
  font-size: 0.9rem;
  padding-left: 1.2rem;
  position: relative;
}

.audience-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ─── PROCESS ─────────────────────────────── */
.process { background: var(--off-white); }

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  margin-top: 3.5rem;
  position: relative;
}

.process-step {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid #e2e8f0;
}

.process-step:last-child { border-right: none; }

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #e8edf3;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.process-step h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--kiaspo-blue);
  margin-bottom: 0.5rem;
}

.process-step p {
  font-size: 0.88rem;
  color: #5a6e85;
}

/* ─── CTA BANNER ──────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--kiaspo-blue-mid), var(--kiaspo-blue));
  text-align: center;
  padding: 5rem 6%;
}

.cta-banner .section-title { color: var(--white); margin-bottom: 1rem; }

.cta-banner p { color: var(--text-muted); margin-bottom: 2rem; font-size: 1.05rem; }

/* ─── CONTACT FORM ────────────────────────── */
.contact-section { background: var(--off-white); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  margin-top: 3rem;
  align-items: start;
}

.contact-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.contact-info p {
  color: #5a6e85;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--navy);
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.contact-form {
  background: var(--white);
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(11,31,58,0.08);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid #d4dde8;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--navy);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--kiaspo-blue-mid);
  box-shadow: 0 0 0 3px rgba(26,58,107,0.08);
}

.form-group textarea { resize: vertical; min-height: 130px; }

.form-submit {
  width: 100%;
  background: var(--kiaspo-blue);
  color: var(--white);
  border: none;
  padding: 0.95rem;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.2s;
  margin-top: 0.5rem;
}

.form-submit:hover {
  background: var(--kiaspo-blue-mid);
  transform: translateY(-1px);
}

/* ─── FOOTER ──────────────────────────────── */
footer {
  background: var(--kiaspo-blue);
  color: var(--text-muted);
  padding: 3rem 6% 2rem;
  border-top: 1px solid var(--border);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-brand p {
  font-size: 0.88rem;
  margin-top: 0.5rem;
  max-width: 280px;
  color: var(--text-muted);
}

.footer-links h4 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 1rem;
}

.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 0.5rem; }
.footer-links ul a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.footer-links ul a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ─── ABOUT PAGE ──────────────────────────── */
.page-hero {
  background: var(--kiaspo-blue);
  padding: 10rem 6% 6rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(201,168,76,0.07), transparent 60%);
}

.page-hero .section-title { color: var(--white); }
.page-hero .section-sub { color: var(--text-muted); }

.about-mission {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.mission-visual {
  background: var(--kiaspo-blue);
  border-radius: 10px;
  padding: 3rem;
  text-align: center;
}

.mission-visual blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--white);
  line-height: 1.5;
}

.mission-visual cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.82rem;
  color: var(--gold);
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.value-card {
  padding: 1.8rem;
  border-left: 3px solid var(--gold);
  background: var(--off-white);
}

.value-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--kiaspo-blue);
  margin-bottom: 0.5rem;
}

.value-card p {
  font-size: 0.88rem;
  color: #5a6e85;
}

/* ─── RESPONSIVE ──────────────────────────── */
@media (max-width: 768px) {
  nav ul { display: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .about-mission { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid #e2e8f0; }
  .process-step:last-child { border-bottom: none; }
}
