/* Click Then Convert — recreated from the original Figma site export.
   Palette and layout sampled from the source renders. */

:root {
  --navy: #23335D;
  --navy-deep: #153358;
  --sky: #66A0D6;
  --sky-light: #A2CAEC;
  --coral: #F15F5C;
  --gold: #E8C24A;
  --slate: #A1ADBC;
  --ink: #2a3142;
  --bg: #ffffff;
  --bg-alt: #F6F6F6;
  --line: #e7eaf0;
  --maxw: 1180px;
  --radius: 16px;
  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Closed-company banner ---------- */
.closed-banner {
  background: var(--navy-deep);
  color: #d7dcea;
  font-size: 13.5px;
  text-align: center;
  padding: 9px 20px;
  letter-spacing: .01em;
}
.closed-banner a { color: #fff; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.4); }
.closed-banner a:hover { border-bottom-color: #fff; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.nav-logo img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--navy); transition: color .15s;
}
.nav-links a:hover { color: var(--coral); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.btn-proposal {
  border: 1.5px solid var(--coral); color: var(--coral);
  font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 11px 20px; border-radius: 8px; transition: all .15s; white-space: nowrap;
}
.btn-proposal:hover { background: var(--coral); color: #fff; }
.nav-phone { font-size: 13.5px; font-weight: 600; color: var(--navy); white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.nav-phone svg { width: 14px; height: 14px; fill: var(--coral); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; }

/* ---------- Buttons ---------- */
.btn-coral {
  display: inline-block; background: var(--coral); color: #fff;
  font-size: 13.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 16px 30px; border-radius: 9px; transition: transform .12s, box-shadow .12s;
  box-shadow: 0 8px 22px rgba(241,95,92,.28);
}
.btn-coral:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(241,95,92,.36); }
.btn-block { display: block; width: 100%; text-align: center; }

/* ---------- Typographic helpers ---------- */
.h1 { font-size: clamp(34px, 4.6vw, 52px); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; color: var(--navy); }
.h2 { font-size: clamp(27px, 3.4vw, 38px); font-weight: 700; line-height: 1.18; letter-spacing: -.02em; color: var(--navy); }
.h3 { font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; color: var(--navy); }
.lead { font-size: 17px; color: var(--ink); }
.muted { color: var(--slate); }
.coral-rule { width: 54px; height: 4px; background: var(--coral); border-radius: 3px; margin: 18px 0; }
.coral-rule.center { margin-left: auto; margin-right: auto; }
.gold-rule { width: 54px; height: 4px; background: var(--gold); border-radius: 3px; margin: 18px 0; }
.section { padding: 84px 0; position: relative; }
.section.tight { padding: 60px 0; }

/* ---------- Decorative brand shapes ---------- */
.deco { position: absolute; pointer-events: none; z-index: 0; }
.ring { border-radius: 50%; border: 7px solid var(--sky-light); }
.ring-open { border-color: var(--sky-light) var(--sky-light) transparent transparent; transform: rotate(45deg); }
.ring-coral { border-color: var(--coral); }
.dot-grid {
  background-image: radial-gradient(var(--sky-light) 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .6;
}
.diamond { width: 16px; height: 16px; background: var(--coral); transform: rotate(45deg); }
.plus-badge {
  width: 34px; height: 34px; background: var(--gold); border-radius: 7px;
  display: grid; place-items: center; transform: rotate(12deg);
}
.plus-badge::before { content: "+"; color: #fff; font-weight: 700; font-size: 22px; transform: rotate(-12deg); }

/* ---------- Hero (home) ---------- */
.hero { padding: 70px 0 60px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.hero h1 .amt { color: var(--navy); }
.hero .lead { margin: 22px 0 30px; max-width: 42ch; }
.hero-illu { position: relative; z-index: 1; }

/* ---------- Logo bar ---------- */
.logo-bar { background: var(--navy); }
.logo-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 0; flex-wrap: wrap; }
.logo-bar img { height: 30px; width: auto; filter: brightness(0) invert(1); opacity: .82; }

/* ---------- Two-column content ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.text-left .copy { order: 0; }
.section-num { color: var(--coral); font-weight: 700; font-size: 20px; vertical-align: super; margin-left: 6px; }

/* ---------- Case study (home) ---------- */
.cs-head { text-align: center; margin-bottom: 46px; position: relative; }
.cs-watermark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 110px; font-weight: 800; color: var(--bg-alt); letter-spacing: .1em; z-index: 0; white-space: nowrap; text-transform: uppercase;
}
.cs-head h2 { position: relative; z-index: 1; }
.quote-mark { width: 46px; height: auto; margin-bottom: 14px; }
.cs-photo { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 60px rgba(35,51,93,.16); }
.badge-round {
  position: absolute; width: 86px; height: 86px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0,0,0,.16); padding: 14px;
}
.attrib { margin-top: 18px; }
.attrib .name { font-weight: 700; color: var(--navy); }
.attrib .role { color: var(--slate); font-size: 14.5px; }

/* ---------- Team overlay (home) ---------- */
.team-overlay { position: relative; color: #fff; text-align: center; overflow: hidden; }
.team-overlay .bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; filter: grayscale(1) contrast(1.05); }
.team-overlay::after { content: ""; position: absolute; inset: 0; background: rgba(20,40,70,.18); }
.team-panel {
  position: relative; z-index: 2; background: var(--sky); border-radius: var(--radius);
  max-width: 640px; margin: 110px auto; padding: 48px 52px; box-shadow: 0 22px 50px rgba(35,51,93,.25);
}
.team-panel h2 { color: #fff; }
.team-panel p { color: #eef5fd; margin-top: 16px; }
.team-panel .coral-rule { background: #fff; }

/* ---------- Certifications ---------- */
.certs { display: flex; gap: 22px; align-items: center; margin-top: 28px; flex-wrap: wrap; }
.certs img { height: 64px; width: auto; }

/* ---------- Testimonial card (navy) ---------- */
.testi-card {
  background: var(--navy); color: #fff; border-radius: 22px; text-align: center;
  max-width: 760px; margin: 0 auto; padding: 56px 56px 50px; position: relative; z-index: 1;
}
.testi-card .quote-mark { margin: 0 auto 18px; filter: brightness(0) invert(.7) sepia(1) hue-rotate(170deg) saturate(2); }
.testi-card h3 { color: #fff; }
.testi-card .divider { width: 50px; height: 3px; background: var(--sky); margin: 16px auto 22px; border-radius: 2px; }
.testi-card p { color: #d4ddee; font-size: 16.5px; max-width: 56ch; margin: 0 auto; }
.testi-card .avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin: 26px auto 14px; border: 3px solid rgba(255,255,255,.15); }
.testi-card .name { font-weight: 700; }
.testi-card .role { color: var(--sky-light); font-size: 14.5px; }

/* ---------- Proposal CTA (shared) ---------- */
.proposal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.steps { margin: 26px 0 30px; }
.step { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step .label { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); }
.step .desc { color: var(--slate); font-size: 14.5px; margin-top: 4px; }
.step .num { font-size: 46px; font-weight: 800; line-height: 1; grid-row: span 2; align-self: center; }
.num-1 { color: var(--sky); }
.num-2 { color: #2CB1B1; }
.num-3 { color: var(--gold); }
.proposal-illu img { border-radius: var(--radius); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #c2cbdd; position: relative; margin-top: 40px; }
.site-footer::before {
  content: ""; position: absolute; top: -38px; left: 0; right: 0; height: 40px;
  background: var(--navy); clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 54px 0 46px; position: relative; z-index: 1; }
.footer-left .linkedin {
  display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--sky);
  border-radius: 8px; color: #fff; font-weight: 700; font-size: 16px; margin-bottom: 16px;
}
.footer-copy { font-size: 13px; color: var(--slate); }
.footer-links { margin-top: 10px; font-size: 13px; }
.footer-links a { color: #c2cbdd; border-bottom: 1px solid transparent; }
.footer-links a:hover { color: #fff; border-bottom-color: var(--sky); }
.footer-deco { position: relative; width: 120px; height: 90px; }
.footer-deco .ring { position: absolute; right: 0; top: 0; width: 90px; height: 90px; }
.footer-deco .plus-badge { position: absolute; right: 30px; top: 28px; }

/* ---------- Page hero (sub-pages) ---------- */
.page-hero { position: relative; text-align: center; color: #fff; overflow: hidden; padding: 0; }
.page-hero .bg { width: 100%; height: 320px; object-fit: cover; filter: grayscale(.6) brightness(.85); }
.page-hero .ph-content { position: absolute; inset: 0; display: grid; place-items: center; }
.page-hero h1 { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.35); }

/* ---------- About hero ---------- */
.about-hero { position: relative; overflow: hidden; }
.about-hero .bg { width: 100%; height: 460px; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.about-hero-card {
  position: absolute; top: 50%; left: 6%; transform: translateY(-50%);
  background: #fff; border-radius: var(--radius); padding: 40px 44px; max-width: 480px; box-shadow: 0 24px 60px rgba(35,51,93,.2);
}
.about-tab {
  position: absolute; top: 50%; right: 12%; transform: translateY(-50%);
  background: var(--sky); color: #fff; font-weight: 600; padding: 12px 26px; border-radius: 10px;
}

/* ---------- Team grid (about) ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 50px; }
.team-member { text-align: center; }
.team-member .photo { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-alt); aspect-ratio: 3/3.4; }
.team-member .photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.team-member .m-name { margin-top: 18px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
.team-member .m-role { color: var(--slate); font-size: 14.5px; }

/* ---------- Case study sub-page ---------- */
.cs-hero { position: relative; overflow: hidden; background: #1c1f26; }
.cs-hero .bg { width: 100%; height: 340px; object-fit: cover; object-position: center 35%; filter: grayscale(1) brightness(.92); }
.cs-hero .badge {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 160px; height: 160px; border-radius: 50%; background: #fff; display: grid; place-items: center; text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,.25); padding: 18px;
}
.cs-hero .badge .cs-label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); }
.cs-hero .badge .cs-title { font-weight: 700; color: var(--navy); font-size: 18px; margin-top: 6px; }
.cs-hero .badge img { max-height: 60px; width: auto; margin: 0 auto; }
.results-banner { background: var(--navy); color: #fff; text-align: center; padding: 40px 0; }
.results-banner p { max-width: 70ch; margin: 0 auto; font-size: 18px; }
.results-banner b { color: var(--sky-light); }

.stat-card { background: var(--sky-light); border-radius: var(--radius); padding: 26px; }
.stat-card .sc-title { color: #fff; font-weight: 700; text-align: center; margin-bottom: 18px; font-size: 16px; }
.stat-row { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; }
.stat-row:last-child { margin-bottom: 0; }
.stat-row .ic { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex: none; color: #fff; font-weight: 700; }
.stat-row .ic.up { background: var(--sky); }
.stat-row .ic.down { background: var(--gold); }
.stat-row .sn { font-size: 24px; font-weight: 800; color: var(--navy); }
.stat-row .sl { color: var(--slate); font-size: 14px; }
.stat-row .sl b { color: var(--navy); }

.howwedid { position: relative; }
.howwedid .photo { border-radius: var(--radius); overflow: hidden; }
.howwedid .photo img { filter: grayscale(1); width: 100%; }
.howwedid ul { list-style: none; margin-top: 8px; }
.howwedid li { padding: 9px 0 9px 26px; position: relative; color: var(--ink); }
.howwedid li::before { content: ""; position: absolute; left: 0; top: 17px; width: 9px; height: 9px; background: var(--coral); border-radius: 50%; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 20px 28px; gap: 18px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08);
  }
  .hero-grid, .split, .proposal-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-illu, .split .illu { order: -1; }
  .team-grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .about-hero-card { position: static; transform: none; max-width: none; margin: 22px; }
  .about-hero .bg { height: 220px; }
  .about-tab { display: none; }
  .section { padding: 60px 0; }
  .cs-watermark { font-size: 60px; }
}
@media (max-width: 520px) {
  .wrap { padding: 0 20px; }
  .testi-card { padding: 40px 26px; }
  .team-panel { padding: 36px 26px; margin: 60px 16px; }
}
