:root {
  --navy: #0B2540;
  --orange: #D85A30;
  --text-muted: #666666;
  --border: #E5E2DC;
  --bg-soft: #F7F5F1;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.6; background: #ffffff; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.site-header { border-bottom: 1px solid var(--border); background: #fff; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 22px 32px; }
.site-logo { font-weight: 600; font-size: 20px; letter-spacing: 0.5px; color: var(--navy); text-decoration: none; }
.site-logo span { color: var(--orange); }
.site-nav { display: flex; gap: 32px; }
.site-nav a { font-size: 14px; color: #444; text-decoration: none; }
.site-nav a:hover, .site-nav a.active { color: var(--navy); font-weight: 500; }
.site-footer { border-top: 1px solid var(--border); background: var(--bg-soft); }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; padding: 28px 32px; font-size: 13px; color: var(--text-muted); }
.page-header { text-align: center; padding: 64px 32px 48px; }
.eyebrow { font-size: 12px; letter-spacing: 2px; color: var(--orange); font-weight: 600; margin-bottom: 18px; }
.page-header h1 { font-size: 32px; font-weight: 600; color: #1a1a1a; max-width: 560px; margin: 0 auto 16px; }
.page-header p { font-size: 16px; color: var(--text-muted); max-width: 480px; margin: 0 auto; }
.btn-primary { display: inline-block; background: var(--navy); color: #fff; border: none; padding: 14px 28px; border-radius: 6px; font-size: 14px; font-weight: 500; text-decoration: none; cursor: pointer; }
.btn-primary:hover { background: #143a63; color: #fff; }
.btn-link { display: inline-block; margin-left: 18px; color: var(--orange); font-size: 14px; font-weight: 500; text-decoration: none; }
.divider { width: 40px; height: 3px; background: var(--orange); border-radius: 2px; margin: 28px 0; }
.hero { text-align: center; padding: 80px 32px 56px; background: #fff; }
.hero h1 { font-size: 38px; font-weight: 600; color: #1a1a1a; max-width: 560px; margin: 0 auto 18px; line-height: 1.3; }
.hero p { font-size: 16px; color: var(--text-muted); max-width: 480px; margin: 0 auto 32px; }
.service-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 0 32px 90px; max-width: 1100px; margin: 0 auto; }
.service-card { border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; transition: border-color 0.15s ease; }
.service-card:hover { border-color: var(--navy); }
.service-number { font-size: 22px; font-weight: 600; color: var(--orange); margin-bottom: 10px; }
.service-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--text-muted); }
.phase-intro { display: flex; justify-content: center; max-width: 700px; margin: 40px auto 56px; padding: 0 32px; flex-wrap: wrap; gap: 0; }
.phase-step { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--navy); }
.phase-step .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.phase-arrow { font-size: 14px; color: var(--border); margin: 0 14px; align-self: center; }
.services-detail { max-width: 900px; margin: 0 auto; padding: 0 32px 90px; display: flex; flex-direction: column; gap: 24px; }
.service-row { display: flex; gap: 32px; border: 1px solid var(--border); border-radius: 10px; padding: 36px 32px; position: relative; }
.service-row.highlight { border-color: var(--navy); }
.optional-badge { position: absolute; top: -11px; right: 24px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 20px; font-size: 11px; font-weight: 600; color: var(--text-muted); padding: 3px 12px; }
.service-row .service-number { font-size: 26px; font-weight: 600; color: var(--orange); flex-shrink: 0; width: 50px; padding-top: 2px; }
.service-content h3 { font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.service-content .tagline { font-size: 13px; color: var(--orange); font-weight: 500; margin-bottom: 14px; }
.service-content p { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; max-width: 620px; }
.service-content ul { list-style: none; font-size: 14px; color: var(--text-muted); }
.service-content li { padding-left: 20px; position: relative; margin-bottom: 7px; line-height: 1.5; }
.service-content li::before { content: "—"; position: absolute; left: 0; color: var(--orange); }
.deliverable { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 10px 16px; background: var(--bg-soft); border-radius: 6px; font-size: 13px; color: var(--navy); font-weight: 500; }
.deliverable::before { content: "↳"; color: var(--orange); font-weight: 600; }
.cta-section { text-align: center; padding: 0 32px 90px; }
.cta-section p { font-size: 15px; color: var(--text-muted); margin-bottom: 24px; }
.about-content { max-width: 640px; margin: 0 auto; padding: 0 32px 90px; }
.about-content p { font-size: 16px; color: #333; margin-bottom: 20px; line-height: 1.75; }
.about-content p.intro { font-size: 17px; color: #1a1a1a; }
.experience { margin: 36px 0; display: flex; flex-direction: column; gap: 12px; }
.exp-item { display: flex; gap: 14px; align-items: flex-start; }
.exp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 6px; }
.exp-item span { font-size: 14px; color: #444; line-height: 1.6; }
.linkedin-link { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); }
.linkedin-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 14px; font-weight: 500; text-decoration: none; padding: 10px 16px; border: 1px solid var(--border); border-radius: 6px; transition: border-color 0.15s ease, color 0.15s ease; }
.linkedin-link a:hover { border-color: var(--navy); color: var(--orange); }
.contact-layout { max-width: 900px; margin: 0 auto; padding: 0 32px 90px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; }
.contact-info h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 14px; }
.contact-info p { font-size: 14px; color: var(--text-muted); margin-bottom: 8px; }
.contact-info .label { display: block; font-size: 12px; color: var(--orange); font-weight: 600; letter-spacing: 0.5px; margin-top: 24px; margin-bottom: 4px; }
form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; font-size: 13px; color: #444; margin-bottom: 6px; }
input, textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; font-family: inherit; }
input:focus, textarea:focus { outline: none; border-color: var(--navy); }
textarea { resize: vertical; min-height: 100px; }
@media (max-width: 700px) {
  .site-nav { display: none; }
  .hero h1 { font-size: 28px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-row { flex-direction: column; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .phase-intro { flex-direction: column; align-items: flex-start; gap: 12px; }
  .phase-arrow { display: none; }
}
