/* ============================================================
   LUXEN WORKFORCE — style.css
   CHECKPOINT: CSS COMPLETE
   Next: index.html, then script.js
   ============================================================ */

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

:root {
  --navy:    #0d1f3c;
  --navy2:   #162d52;
  --navy3:   #1e3a6a;
  --gold:    #c9a84c;
  --gold2:   #e8d5a3;
  --gold3:   #b08a2e;
  --cream:   #f8f5ee;
  --cream2:  #f0ead8;
  --white:   #ffffff;
  --text:    #1a1a1a;
  --muted:   #5a6a7a;
  --dim:     #8a9aaa;
  --border:  #e0ddd5;
  --bnav:    rgba(255,255,255,0.12);
  --success: #2d7a4f;
  --error:   #c0392b;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }

/* ============================================================ NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--navy); border-bottom: 1px solid var(--bnav);
  padding: 0 48px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  transition: box-shadow .3s;
}
nav.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,.3); }

.nav-logo { display: flex; align-items: center; gap: 13px; cursor: pointer; text-decoration: none; }
.nav-logo svg { width: 34px; height: 34px; flex-shrink: 0; }
.nav-logo .name { font-family: 'Cinzel', serif; font-size: 15px; font-weight: 600; color: var(--gold2); letter-spacing: .1em; display: block; }
.nav-logo .tag  { font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color: rgba(201,168,76,.65); display: block; margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.62); text-decoration: none; cursor: pointer;
  padding-bottom: 2px; border-bottom: 1px solid transparent; transition: all .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); border-bottom-color: rgba(201,168,76,.4); }

.nav-right { display: flex; align-items: center; gap: 10px; }
.nbtn {
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  border: none; padding: 8px 18px; border-radius: 2px;
  cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 500; transition: all .2s;
}
.nbtn-gold   { color: var(--navy); background: var(--gold); }
.nbtn-gold:hover { opacity: .85; }
.nbtn-ghost  { color: var(--gold); background: transparent; border: 1px solid rgba(201,168,76,.35); }
.nbtn-ghost:hover { border-color: var(--gold); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 22px; height: 1.5px; background: var(--gold2); display: block; transition: all .2s; }

.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: var(--navy); border-top: 1px solid var(--bnav);
  padding: 24px 32px; z-index: 99; flex-direction: column; gap: 4px;
}
.mobile-menu a {
  font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.7); text-decoration: none;
  padding: 12px 0; border-bottom: 1px solid var(--bnav); display: block; cursor: pointer;
}
.mobile-menu.open { display: flex; }

/* ============================================================ PAGES */
.page { display: none; padding-top: 72px; animation: pgIn .3s ease; }
.page.active { display: block; }
@keyframes pgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ============================================================ BUTTONS */
.btn-primary {
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  background: var(--gold); color: var(--navy); border: none;
  padding: 16px 34px; border-radius: 2px; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-weight: 500;
  transition: all .2s; text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: var(--gold2); }

.btn-outline {
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  background: transparent; color: var(--gold2);
  border: 1px solid rgba(201,168,76,.35); padding: 16px 34px; border-radius: 2px;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: all .2s; text-decoration: none; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================ HERO */
.hero {
  background: var(--navy); min-height: 92vh;
  display: flex; align-items: center; padding: 80px 48px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(to right, transparent, rgba(201,168,76,.3), transparent);
}
.hero-bg { position: absolute; inset: 0; opacity: .035; pointer-events: none; }
.hero-content { max-width: 660px; position: relative; z-index: 1; }
.hero-eyebrow {
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
  display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 70px; font-weight: 500; color: var(--white); line-height: 1.05; margin-bottom: 28px; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,.55); line-height: 1.82; max-width: 500px; margin-bottom: 44px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: absolute; right: -2%; top: 50%; transform: translateY(-50%); width: 40%; opacity: .06; pointer-events: none; }

/* ============================================================ TRUST BAR */
.trust-bar {
  background: var(--navy2);
  border-top: 1px solid rgba(201,168,76,.1);
  border-bottom: 1px solid rgba(201,168,76,.1);
  padding: 28px 48px;
  display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px;
}
.trust-stat { text-align: center; }
.trust-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 500; color: var(--gold); line-height: 1; }
.trust-label { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-top: 5px; }
.trust-div { width: 1px; height: 44px; background: rgba(255,255,255,.08); flex-shrink: 0; }

/* ============================================================ SECTIONS */
.section    { padding: 96px 48px; }
.section-sm { padding: 64px 48px; }
.section-alt  { background: var(--cream); }
.section-navy { background: var(--navy); }

.section-eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 500; color: var(--navy); line-height: 1.12; max-width: 580px; margin-bottom: 20px; }
.section-title.light { color: var(--white); }
.section-body { font-size: 15px; color: var(--muted); line-height: 1.85; max-width: 520px; }
.section-body.light { color: rgba(255,255,255,.52); }
.section-header { margin-bottom: 60px; }
.section-header-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 60px; }
.centered-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 60px; }

/* ============================================================ CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.card {
  background: var(--white); border: 1px solid var(--border);
  padding: 36px 32px; border-radius: 4px; transition: border-color .25s, box-shadow .25s;
}
.card:hover { border-color: var(--gold); box-shadow: 0 8px 40px rgba(201,168,76,.07); }
.card-num   { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 400; color: var(--gold); opacity: .28; line-height: 1; margin-bottom: 8px; }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--navy); margin-bottom: 12px; }
.card-body  { font-size: 14px; color: var(--muted); line-height: 1.8; }

/* ============================================================ INDUSTRIES */
.industries-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ind-card {
  padding: 26px 22px; border: 1px solid var(--border); border-radius: 4px;
  background: var(--white); transition: all .22s;
}
.ind-card:hover { border-color: var(--gold); background: var(--cream); transform: translateY(-2px); }
.ind-icon  { font-size: 28px; margin-bottom: 12px; }
.ind-name  { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; color: var(--navy); margin-bottom: 6px; }
.ind-roles { font-size: 12px; color: var(--muted); line-height: 1.7; }

/* ============================================================ TIERS */
.tier-strip { display: grid; grid-template-columns: repeat(3,1fr); }
.tier { padding: 44px 40px; border-right: 1px solid var(--border); position: relative; }
.tier:last-child { border-right: none; }
.tier-bar   { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.tier-label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.tier-name  { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 500; color: var(--navy); margin-bottom: 14px; }
.tier-roles { font-size: 13px; color: var(--muted); line-height: 2.1; }

/* ============================================================ PROCESS */
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.process-steps::before {
  content: ''; position: absolute; top: 28px; left: 10%; right: 10%;
  height: 1px; background: var(--gold); opacity: .2;
}
.step { padding: 0 20px; text-align: center; position: relative; }
.step-num {
  width: 56px; height: 56px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px; font-family: 'Cinzel', serif; font-size: 15px;
  color: var(--gold); background: var(--navy); position: relative; z-index: 1;
}
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; color: var(--gold2); margin-bottom: 8px; }
.step-body  { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.75; }

/* ============================================================ WHY US */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.why-item { padding: 40px 34px; border-right: 1px solid var(--border); position: relative; }
.why-item:last-child { border-right: none; }
.why-accent { position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--gold); opacity: .4; transition: opacity .2s; }
.why-item:hover .why-accent { opacity: 1; }
.why-num   { font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: .16em; color: rgba(201,168,76,.4); margin-bottom: 16px; }
.why-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--navy); margin-bottom: 10px; }
.why-body  { font-size: 13.5px; color: var(--muted); line-height: 1.82; }

/* ============================================================ TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px; padding: 34px 30px; transition: border-color .2s;
}
.testi:hover { border-color: rgba(201,168,76,.3); }
.testi-quote {
  font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic;
  color: rgba(255,255,255,.72); line-height: 1.72; margin-bottom: 26px;
}
.testi-quote::before { content: '\201C'; font-size: 44px; color: var(--gold); opacity: .4; line-height: 0; vertical-align: -.38em; margin-right: 3px; }
.testi-author { display: flex; align-items: center; gap: 13px; }
.testi-avatar {
  width: 38px; height: 38px; border-radius: 50%; background: var(--navy3);
  border: 1px solid rgba(201,168,76,.3); display: flex; align-items: center; justify-content: center;
  font-family: 'Cinzel', serif; font-size: 13px; color: var(--gold); flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 500; color: var(--gold2); }
.testi-role { font-size: 11px; color: rgba(255,255,255,.32); margin-top: 2px; }

/* ============================================================ GOLD DIVIDER */
.gold-divider { height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 0 48px; opacity: .22; }

/* ============================================================ ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img {
  background: var(--navy); border-radius: 4px; height: 460px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 38px; }
.val-item  { padding: 18px 20px; border-left: 2px solid var(--gold); background: var(--cream); }
.val-title { font-size: 13px; font-weight: 500; color: var(--navy); letter-spacing: .03em; margin-bottom: 4px; }
.val-body  { font-size: 12px; color: var(--muted); line-height: 1.65; }
.leader-card { display: flex; align-items: center; gap: 18px; padding: 26px 30px; background: var(--white); border: 1px solid var(--border); border-radius: 4px; margin-top: 26px; }
.leader-av   { width: 58px; height: 58px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-size: 19px; color: var(--gold); flex-shrink: 0; }
.leader-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--navy); }
.leader-role { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
.leader-bio  { font-size: 13px; color: var(--muted); line-height: 1.7; margin-top: 7px; }

/* ============================================================ SERVICES */
.services-list { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.svc-row { display: grid; grid-template-columns: 72px 1fr 1fr; background: var(--white); border-bottom: 1px solid var(--border); transition: background .15s; }
.svc-row:last-child { border-bottom: none; }
.svc-row:hover { background: var(--cream); }
.svc-num  { padding: 30px 20px; font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--gold); opacity: .3; display: flex; align-items: center; border-right: 1px solid var(--border); }
.svc-info { padding: 30px 34px; border-right: 1px solid var(--border); }
.svc-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--navy); margin-bottom: 8px; }
.svc-desc { font-size: 13px; color: var(--muted); line-height: 1.75; }
.svc-detail { padding: 30px 34px; display: flex; flex-direction: column; flex-wrap: wrap; gap: 5px; justify-content: center; }
.svc-tag { display: inline-block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; background: var(--cream); color: var(--navy); border-radius: 2px; width: fit-content; }

/* ============================================================ FOR COMPANIES */
.pitch-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-bottom: 72px; }
.pitch-block:last-child { margin-bottom: 0; }
.pitch-title { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 500; color: var(--white); margin-bottom: 14px; }
.pitch-body  { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.85; margin-bottom: 22px; }
.pitch-pts   { display: flex; flex-direction: column; gap: 13px; }
.pitch-pt    { display: flex; align-items: flex-start; gap: 13px; font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.65; }
.pitch-pt::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 9px; }

.pricing-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.pricing-card { padding: 30px 26px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; }
.pricing-card.feat { background: rgba(201,168,76,.07); border-color: rgba(201,168,76,.3); }
.prc-type { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.prc-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--white); margin-bottom: 10px; }
.prc-fee  { font-size: 13px; color: rgba(255,255,255,.38); line-height: 1.7; }

/* ============================================================ FOR CANDIDATES */
.cand-steps { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.cstep { display: grid; grid-template-columns: 68px 1fr; border-bottom: 1px solid var(--border); }
.cstep:last-child { border-bottom: none; }
.cstep-n { padding: 26px 18px; font-family: 'Cinzel', serif; font-size: 22px; color: var(--gold); opacity: .38; display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--border); background: var(--cream); }
.cstep-c { padding: 26px 30px; }
.cstep-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--navy); margin-bottom: 5px; }
.cstep-body  { font-size: 13px; color: var(--muted); line-height: 1.75; }

.elig-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 48px; }
.elig { padding: 26px 22px; background: var(--cream); border-radius: 4px; text-align: center; border: 1px solid var(--border); }
.elig-icon  { font-size: 28px; margin-bottom: 10px; }
.elig-title { font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 4px; }
.elig-body  { font-size: 12px; color: var(--muted); line-height: 1.65; }

/* ============================================================ FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 22px 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; color: var(--navy); gap: 16px;
}
.faq-icon {
  width: 20px; height: 20px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: transform .25s; color: var(--gold); font-size: 14px; line-height: 1;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-ans   { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-inner { padding-bottom: 22px; font-size: 14px; color: var(--muted); line-height: 1.85; }
.faq-item.open .faq-ans { max-height: 240px; }

/* ============================================================ CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info  { display: flex; flex-direction: column; gap: 26px; }
.contact-item  { display: flex; gap: 15px; align-items: flex-start; }
.contact-icon  { width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: var(--cream); }
.contact-label { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); margin-bottom: 3px; }
.contact-value { font-size: 15px; color: var(--navy); }
.contact-note  { padding: 22px 26px; background: var(--cream); border-radius: 4px; border-left: 3px solid var(--gold); }
.contact-note-title { font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 5px; }
.contact-note-body  { font-size: 13px; color: var(--muted); line-height: 1.7; }

.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row     { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-field     { display: flex; flex-direction: column; gap: 5px; }
.cf-field label { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.cf-field input,
.cf-field select,
.cf-field textarea {
  background: var(--cream); border: 1px solid var(--border); border-radius: 2px;
  color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 14px;
  padding: 11px 14px; outline: none; transition: border-color .2s; width: 100%;
}
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus { border-color: var(--gold); }
.cf-field textarea { min-height: 110px; resize: vertical; }

.submit-btn {
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  background: var(--gold); color: var(--navy); border: none;
  padding: 15px; border-radius: 2px; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-weight: 500; transition: all .2s; width: 100%;
}
.submit-btn:hover    { background: var(--gold2); }
.submit-btn:disabled { opacity: .6; cursor: not-allowed; }

.form-msg { padding: 13px 16px; border-radius: 2px; font-size: 13px; display: none; margin-top: 4px; }
.form-msg.success { background: #e8f5ee; border: 1px solid #a8d5b5; color: var(--success); display: block; }
.form-msg.error   { background: #fdf0ee; border: 1px solid #e5b8b2; color: var(--error);   display: block; }

/* ============================================================ FOOTER */
footer { background: var(--navy); padding: 56px 48px 30px; border-top: 1px solid var(--bnav); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-brand .fn { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: .12em; color: var(--gold2); margin-bottom: 12px; display: block; }
.footer-brand p   { font-size: 13px; color: rgba(255,255,255,.3); line-height: 1.85; max-width: 240px; }
.footer-col h4    { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col a     { display: block; font-size: 13px; color: rgba(255,255,255,.38); text-decoration: none; margin-bottom: 9px; transition: color .15s; cursor: pointer; }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom { border-top: 1px solid var(--bnav); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p    { font-size: 12px; color: rgba(255,255,255,.2); }
.footer-bottom span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(201,168,76,.28); }

/* ============================================================ RESPONSIVE */
@media (max-width: 960px) {
  nav { padding: 0 20px; }
  .nav-links, .nav-right { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 56px 20px; min-height: 80vh; }
  .hero h1 { font-size: 40px; }
  .trust-bar { padding: 20px; justify-content: center; gap: 24px; }
  .trust-div { display: none; }
  .section, .section-sm { padding: 60px 20px; }
  .cards-grid, .tier-strip, .about-grid, .pitch-block,
  .contact-grid, .pricing-cards, .process-steps,
  .why-grid, .industries-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .tier { border-right: none; border-bottom: 1px solid var(--border); }
  .tier:last-child { border-bottom: none; }
  .svc-row { grid-template-columns: 1fr; }
  .svc-num { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .section-header-row { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .elig-grid { grid-template-columns: 1fr 1fr; }
  .why-item { border-right: none; border-bottom: 1px solid var(--border); }
  .why-item:last-child { border-bottom: none; }
  .gold-divider { margin: 0 20px; }
  .process-steps::before { display: none; }
}
