/* Shared styles for the public marketing site (home / about / services). */

.mkt-nav { background: var(--navy); padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 64px; position: sticky; top: 0; z-index: 10; }
.mkt-nav .brandmark { color: #fff; font-weight: 700; letter-spacing: 1px; text-decoration: none; font-size: 17px; }
.mkt-nav .brandmark .gold { color: var(--gold); font-weight: 400; margin-left: 4px; }
.mkt-nav .links { display: flex; align-items: center; gap: 28px; }
.mkt-nav .links a { color: #cbd5e1; text-decoration: none; font-size: 13px; font-weight: 700; }
.mkt-nav .links a:hover, .mkt-nav .links a.active { color: var(--gold); }
.mkt-nav .links a.nav-cta { background: var(--gold); color: var(--navy); padding: 8px 16px; border-radius: 6px; }
.mkt-nav .links a.lang-switch { border: 1px solid rgba(255,255,255,0.3); padding: 5px 10px; border-radius: 6px; font-size: 12px; }

.hero {
  --hero-photo: none;
  background-image: linear-gradient(180deg, rgba(11,31,58,0.86), rgba(11,31,58,0.94)), var(--hero-photo);
  background-color: var(--navy);
  background-size: cover;
  background-position: center 30%;
  color: #fff; padding: 70px 32px 60px; text-align: center; position: relative; overflow: hidden;
}
.hero.small { padding: 50px 32px 44px; }
.hero .brandmark { font-size: 28px; font-weight: 700; letter-spacing: 1px; position: relative; }
.hero .brandmark .gold { color: var(--gold); font-weight: 400; margin-left: 6px; }
.hero h1 { font-size: 34px; margin: 28px auto 6px; max-width: 720px; line-height: 1.4; position: relative; }
.hero.small h1 { font-size: 28px; }
.hero h1 .en { display: block; font-size: 15px; font-weight: 400; color: #9fb0cc; margin-top: 8px; letter-spacing: 0.5px; }
.hero .tagline { color: var(--gold); font-size: 14px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 8px; }
.hero p.sub { color: #cbd5e1; font-size: 16px; max-width: 600px; margin: 0 auto 32px; position: relative; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

.brand-meaning { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin: 32px auto 36px; position: relative; }
.brand-letter { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,160,99,0.35); border-radius: 10px; padding: 14px 22px; font-size: 15px; color: #cbd5e1; min-width: 130px; }
.brand-letter .letter { color: var(--gold); font-size: 22px; font-weight: 700; }
.brand-letter .cn { font-size: 11px; color: #9fb0cc; margin-top: 4px; letter-spacing: 1px; }
.btn-primary { background: var(--gold); color: var(--navy); font-weight: 700; padding: 14px 28px; border-radius: 8px; text-decoration: none; display: inline-block; }
.btn-secondary { background: transparent; color: #fff; font-weight: 700; padding: 14px 28px; border-radius: 8px; text-decoration: none; display: inline-block; border: 1px solid rgba(255,255,255,0.4); }

.section { max-width: 920px; margin: 0 auto; padding: 60px 32px; }
.section-heading { font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 4px; text-align: center; }
.section-heading .en { display: block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.section-sub { color: var(--muted); text-align: center; max-width: 640px; margin: 0 auto 36px; font-size: 14px; line-height: 1.6; }

.icon-circle { width: 40px; height: 40px; border-radius: 50%; background: var(--light); display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 10px; }
.eco-card .icon-circle { background: #eef3fb; }

.orchestra { max-width: 720px; margin: 36px auto 44px; text-align: center; }
.orchestra-inputs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.orchestra-node { background: var(--light); border-radius: 10px; padding: 12px 8px; font-size: 11.5px; color: var(--muted); width: 84px; }
.orchestra-node .emoji { font-size: 20px; margin-bottom: 4px; }
.orchestra-node .label { display: block; font-weight: 700; color: var(--navy); font-size: 12px; }
.orchestra-connector { color: var(--gold); font-size: 16px; line-height: 1.2; margin: 2px 0; letter-spacing: 6px; }
.orchestra-hub { background: var(--navy); color: var(--gold); border-radius: 14px; padding: 16px 34px; display: inline-block; font-weight: 700; font-size: 18px; box-shadow: 0 8px 20px rgba(11,31,58,0.22); }
.orchestra-hub .sub { display: block; font-size: 11px; color: #cbd5e1; font-weight: 400; margin-top: 4px; letter-spacing: 1px; }
.orchestra-output { margin-top: 4px; font-weight: 700; color: var(--navy); font-size: 15px; }

.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }
.pain-card { background: var(--light); border-radius: 10px; padding: 0; font-size: 13px; color: var(--muted); line-height: 1.6; overflow: hidden; }
.pain-card summary { padding: 20px; cursor: pointer; list-style: none; }
.pain-card summary::-webkit-details-marker { display: none; }
.pain-card .title { color: var(--navy); font-weight: 700; margin-bottom: 8px; font-size: 14px; }
.pain-card .title .en { display: block; font-weight: 400; font-size: 11px; color: var(--muted); margin-top: 2px; }
.pain-card .more { padding: 0 20px 20px; border-top: 1px solid #e8eaee; margin-top: 10px; padding-top: 12px; }
.pain-card summary .expand-hint { color: var(--gold); font-size: 11px; font-weight: 700; margin-top: 10px; }

.eco-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.eco-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 0; }
.eco-card summary { padding: 20px; cursor: pointer; list-style: none; }
.eco-card summary::-webkit-details-marker { display: none; }
.eco-card .title { color: var(--navy); font-weight: 700; margin-bottom: 2px; font-size: 15px; }
.eco-card .title .en { display: block; font-weight: 400; font-size: 11px; color: var(--gold); margin: 2px 0 8px; }
.eco-card .desc { font-size: 13px; color: var(--muted); line-height: 1.6; }
.eco-card .more { padding: 0 20px 20px; font-size: 13px; color: var(--muted); line-height: 1.6; border-top: 1px solid #f2f2f2; margin-top: 8px; padding-top: 12px; }
.eco-card summary .expand-hint { color: var(--gold); font-size: 11px; font-weight: 700; margin-top: 10px; }

.evolve-band { background: var(--navy); color: #fff; padding: 50px 32px; text-align: center; }
.evolve-band .section-heading { color: #fff; }
.evolve-band .section-sub { color: #cbd5e1; }
.evolve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 920px; margin: 0 auto; }
.evolve-item { background: rgba(255,255,255,0.06); border-radius: 10px; padding: 18px; font-size: 13px; line-height: 1.6; }
.evolve-item .title { color: var(--gold); font-weight: 700; margin-bottom: 6px; font-size: 14px; }
.evolve-item .title .en { display: block; font-weight: 400; font-size: 11px; color: #9fb0cc; margin-top: 2px; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.why-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 0; }
.why-card summary { padding: 20px; cursor: pointer; list-style: none; }
.why-card summary::-webkit-details-marker { display: none; }
.why-card .icon-circle { background: #eef3fb; font-size: 20px; }
.why-card .title { color: var(--navy); font-weight: 700; margin-bottom: 2px; font-size: 15px; }
.why-card .title .en { display: block; font-weight: 400; font-size: 11px; color: var(--gold); margin: 2px 0 8px; }
.why-card .desc { font-size: 13px; color: var(--muted); line-height: 1.6; }
.why-card .more { padding: 0 20px 20px; font-size: 13px; color: var(--muted); line-height: 1.6; border-top: 1px solid #f2f2f2; margin-top: 8px; padding-top: 12px; }
.why-card summary .expand-hint { color: var(--gold); font-size: 11px; font-weight: 700; margin-top: 10px; }

.stat-band {
  background: #fff;
  border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 32px;
}
.stat-band-grid { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; position: relative; }
.stat-band-grid .num { font-size: 28px; font-weight: 700; color: var(--navy); }
.stat-band-grid .label { font-size: 12px; color: var(--muted); margin-top: 4px; }

.journey { display: flex; align-items: flex-start; justify-content: center; gap: 6px; max-width: 920px; margin: 0 auto; flex-wrap: wrap; }
.journey-step { text-align: center; padding: 0 6px; width: 160px; }
.journey-step .icon-circle { margin: 0 auto 12px; width: 52px; height: 52px; background: var(--navy); font-size: 22px; }
.journey-step .step-text { font-size: 13px; color: var(--ink); line-height: 1.5; font-weight: 700; }
.journey-arrow { color: var(--gold); font-size: 20px; padding-top: 16px; }

.funnel-list { max-width: 700px; margin: 0 auto; position: relative; padding-left: 56px; }
.funnel-list::before { content: ''; position: absolute; left: 25px; top: 6px; bottom: 30px; width: 2px; background: linear-gradient(to bottom, var(--gold), #e5decb); }
.funnel-step { position: relative; margin-bottom: 22px; }
.funnel-step:last-child { margin-bottom: 0; }
.funnel-num {
  position: absolute; left: -56px; top: 0; width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: var(--gold); font-weight: 700; font-size: 17px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 10px rgba(11,31,58,0.18); z-index: 1;
}
.funnel-body { background: var(--light); border-radius: 12px; padding: 18px 22px; transition: transform 0.15s ease; }
.funnel-title { font-weight: 700; color: var(--navy); font-size: 16px; margin-bottom: 6px; }
.funnel-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }
.funnel-step.book { margin-top: 30px; }
.funnel-step.book .funnel-num { background: var(--gold); color: var(--navy); font-size: 20px; }
.funnel-step.book .funnel-body { background: linear-gradient(135deg, #0b1f3a, #16305a); }
.funnel-step.book .funnel-title { color: var(--gold); }
.funnel-step.book .funnel-desc { color: #cbd5e1; }
.funnel-bullets { list-style: none; margin: 10px 0 0; padding: 0; }
.funnel-bullets li { font-size: 12.5px; color: var(--muted); line-height: 1.7; padding-left: 16px; position: relative; }
.funnel-bullets li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.funnel-step.book .funnel-bullets li { color: #cbd5e1; }

.founder { background: var(--light); border-radius: 14px; padding: 36px; display: flex; gap: 28px; align-items: center; }
.founder .avatar { width: 96px; height: 96px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 26px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.founder .avatar img { width: 100%; height: 100%; object-fit: cover; }
.founder .name { font-weight: 700; color: var(--navy); font-size: 18px; }
.founder .role { color: var(--gold); font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.founder .bio { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* "Photo wall" team roster — square tiles in a fixed-width grid so a photo
   can never blow up past its tile regardless of source resolution; each
   category is its own little wall section. */
.team-intro { max-width: 640px; margin: 0 auto 32px; text-align: center; font-size: 14px; line-height: 1.8; color: var(--ink); }
.team-category { margin-bottom: 40px; }
.team-category:last-child { margin-bottom: 0; }
.team-category-heading { font-weight: 700; color: var(--navy); font-size: 14px; margin-bottom: 16px; text-align: center; letter-spacing: 0.3px; }
.team-category-heading::after { content: ''; display: block; width: 28px; height: 2px; background: var(--gold); margin: 8px auto 0; }
.team-wall { display: grid; grid-template-columns: repeat(auto-fill, 140px); justify-content: center; gap: 20px; }
.team-tile { width: 140px; text-align: center; }
.team-tile .photo-slot { width: 140px; height: 140px; border-radius: 10px; overflow: hidden; background: var(--light); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.team-tile .photo-slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-tile .photo-slot .initial { color: var(--navy); font-weight: 700; font-size: 28px; }
.team-tile .name { font-weight: 700; color: var(--navy); font-size: 13px; }
.team-tile .position { color: var(--gold); font-size: 11px; font-weight: 700; margin-top: 2px; }
.team-tile.placeholder .photo-slot { background: #f8f9fb; border: 1px dashed #d5dae3; }
.team-tile.placeholder .photo-slot svg { width: 40px; height: 40px; opacity: 0.35; }
.team-tile.placeholder .name { color: var(--muted); font-weight: 400; }

.story-section { max-width: 720px; margin: 0 auto; padding: 20px 32px 60px; }
.story-section h2 { color: var(--navy); font-size: 20px; text-align: center; margin-bottom: 28px; }
.story-section p { font-size: 15px; line-height: 1.9; color: var(--ink); margin-bottom: 20px; }
.story-section p strong { color: var(--navy); }
.story-section .quote { font-style: italic; color: var(--muted); border-left: 3px solid var(--gold); padding-left: 16px; margin: 28px 0; }

.cta-band {
  background: var(--navy);
  color: #fff; text-align: center; padding: 50px 32px;
}
.cta-band h2 { font-size: 22px; margin-bottom: 4px; }
.cta-band h2 .en { display: block; font-size: 12px; font-weight: 400; color: var(--gold); margin-top: 8px; letter-spacing: 1px; }
.cta-band p { color: #cbd5e1; font-size: 14px; margin: 14px 0 24px; }

.mkt-footer { text-align: center; padding: 24px; font-size: 12px; color: var(--muted); }
.mkt-footer .links { margin-top: 8px; }
.mkt-footer .links a { color: var(--muted); text-decoration: none; margin: 0 8px; }

.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: var(--navy); color: #fff; padding: 16px 24px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 13px; color: #dfe6f0; max-width: 640px; }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner-actions .btn-primary, .cookie-banner-actions .btn-secondary {
  padding: 8px 16px; font-size: 13px; border-radius: 6px; cursor: pointer; border: none;
}
.cookie-banner-actions .btn-secondary { background: transparent; color: #cbd5e1; border: 1px solid #465877; }

.lead-modal-overlay {
  position: fixed; inset: 0; z-index: 100; background: rgba(11,31,58,0.55);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.lead-modal-overlay[hidden] { display: none; }
.lead-modal {
  position: relative; background: #fff; border-radius: 14px; max-width: 420px; width: 100%;
  padding: 36px 32px 32px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.lead-modal-close {
  position: absolute; top: 12px; right: 14px; background: none; border: none;
  font-size: 22px; line-height: 1; color: var(--muted); cursor: pointer;
}
.lead-modal-badge {
  width: 56px; height: 56px; border-radius: 50%; background: var(--gold); color: #fff;
  font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.lead-modal h3 { color: var(--navy); font-size: 19px; margin: 0 0 10px; }
.lead-modal p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 20px; }
.lead-modal #lead-form { display: flex; flex-direction: column; gap: 10px; }
.lead-modal #lead-form input {
  padding: 12px 14px; border: 1px solid #d7dce3; border-radius: 8px; font-size: 14px;
}
.lead-modal #lead-form button {
  padding: 12px; border: none; border-radius: 8px; background: var(--navy); color: #fff;
  font-size: 14px; font-weight: 700; cursor: pointer;
}
.lead-modal #lead-form button:hover { background: var(--navy-2); }
.lead-modal-error { color: #c0392b !important; font-size: 12px !important; margin-top: 10px !important; }

@media (max-width: 480px) {
  .cookie-banner { flex-direction: column; align-items: stretch; text-align: center; }
}

.photo-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; max-width: 960px; margin: 0 auto; }
.photo-feature .photo { border-radius: 14px; overflow: hidden; box-shadow: 0 16px 36px rgba(11,31,58,0.18); }
.photo-feature .photo img { width: 100%; height: 340px; object-fit: cover; display: block; }
.photo-feature.reverse .photo { order: 2; }
.photo-feature .copy .eyebrow { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.photo-feature .copy h3 { color: var(--navy); font-size: 21px; margin: 0 0 12px; }
.photo-feature .copy p { color: var(--muted); font-size: 14px; line-height: 1.8; }

@media (max-width: 720px) {
  .photo-feature { grid-template-columns: 1fr; }
  .photo-feature.reverse .photo { order: 0; }
  .photo-feature .photo img { height: 240px; }
}
