
  :root {
    --navy: #0E1B2C;
    --navy-soft: #26374B;
    --navy-line: rgba(255,255,255,0.1);
    --steel: #F4F6F8;
    --steel-dk: #DEE4EA;
    --amber: #C8892A;
    --amber-dk: #A66F1E;
    --line: #C9D2DC;
    --text: #1B2A3A;
    --text-soft: #55677A;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Manrope', sans-serif; background: var(--steel); color: var(--text); -webkit-font-smoothing: antialiased; line-height: 1.6; }
  a { color: inherit; }
  .wrap { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
  section { scroll-margin-top: 80px; }

  .topbar { background: var(--navy); color: #9FB0C4; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
  .topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 11px; padding-bottom: 11px; }
  .topbar .secure { color: var(--amber); font-weight: 700; }

  header { background: var(--navy); position: sticky; top: 0; z-index: 50; }
  header .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; padding-bottom: 20px; }
  .logo { font-size: 24px; font-weight: 800; letter-spacing: -0.01em; color: #fff; display: flex; align-items: center; gap: 12px; }
  .logo .mark { width: 30px; height: 34px; flex-shrink: 0; }
  .logo small { font-weight: 500; font-size: 10px; letter-spacing: 0.24em; color: var(--amber); text-transform: uppercase; }
  nav.main { display: flex; gap: 30px; font-size: 13px; font-weight: 600; }
  nav.main a { color: #C7D2DE; text-decoration: none; transition: color 0.2s; }
  nav.main a:hover { color: #fff; }
  .head-cta { background: var(--amber); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 20px; text-decoration: none; border-radius: 2px; transition: transform 0.15s; }
  .head-cta:hover { transform: translateY(-1px); }

  .hero { background: var(--navy); color: #fff; }
  .hero .wrap { padding-top: 60px; padding-bottom: 80px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center; }
  .kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--amber); margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
  .kicker::before { content: ''; width: 30px; height: 2px; background: var(--amber); }
  .hero h1 { font-size: clamp(40px, 4.8vw, 64px); font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; color: #fff; }
  .hero h1 span { color: var(--amber); }
  .hero .lede { font-size: 18px; line-height: 1.6; color: #AEBCCC; margin-top: 24px; max-width: 560px; }
  .hero .actions { margin-top: 34px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
  .btn { background: var(--amber); color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 16px 30px; text-decoration: none; border-radius: 2px; transition: transform 0.15s; display: inline-block; cursor: pointer; border: none; }
  .btn:hover { transform: translateY(-1px); }
  .btn-ghost { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 3px; }
  .hero .panel { background: rgba(255,255,255,0.04); border: 1px solid var(--navy-line); border-radius: 4px; padding: 32px; }
  .panel-label { font-size: 10px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--amber); margin-bottom: 20px; }
  .stat-row { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stat-row:last-child { border-bottom: none; }
  .stat-num { font-size: 38px; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
  .stat-txt { font-size: 13px; color: #9FB0C4; text-align: right; max-width: 190px; line-height: 1.35; }

  .trustbar { background: var(--steel-dk); }
  .trustbar .wrap { padding-top: 20px; padding-bottom: 20px; display: flex; gap: 40px; flex-wrap: wrap; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--navy-soft); }
  .trustbar b { color: var(--navy); font-weight: 800; }

  .sec { padding-top: 88px; padding-bottom: 88px; }
  .sec-head { display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; align-items: end; margin-bottom: 56px; border-bottom: 1px solid var(--line); padding-bottom: 32px; }
  .sec-num { font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--amber); }
  .sec-title { font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; }
  .sec-sub { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 14px; }
  .sec-intro { font-size: 17px; color: var(--text-soft); max-width: 560px; }

  .svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .svc { background: var(--steel); padding: 34px 32px; transition: background 0.2s; position: relative; }
  .svc:hover { background: #fff; }
  .svc-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
  .svc-id { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; color: var(--amber); }
  .svc-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-soft); background: var(--steel-dk); padding: 4px 9px; border-radius: 2px; }
  .svc h3 { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 10px; }
  .svc p { font-size: 15px; color: var(--text-soft); margin-bottom: 18px; }
  .svc .price { font-size: 13px; font-weight: 700; color: var(--navy); }
  .svc .arrow { position: absolute; bottom: 32px; right: 32px; color: var(--amber); font-weight: 800; opacity: 0; transition: opacity 0.2s; }
  .svc:hover .arrow { opacity: 1; }
  .svc.addon { background: #EFF2F5; }

  .proc { background: var(--navy); color: #fff; }
  .proc .sec-title { color: #fff; }
  .proc .sec-head { border-color: var(--navy-line); }
  .proc .sec-num { color: var(--amber); }
  .proc .sec-intro { color: #AEBCCC; }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .step { border-top: 2px solid var(--amber); padding-top: 22px; }
  .step-n { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: var(--amber); margin-bottom: 14px; }
  .step h4 { font-size: 19px; font-weight: 800; margin-bottom: 10px; color: #fff; }
  .step p { font-size: 14px; color: #9FB0C4; margin-bottom: 12px; }
  .step .dur { font-size: 12px; font-weight: 700; color: #C7D2DE; letter-spacing: 0.04em; }

  .grounds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .ground { background: var(--steel); border: 1px solid var(--line); border-radius: 4px; padding: 30px; }
  .ground .g-mark { width: 40px; height: 40px; border: 2px solid var(--amber); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--amber); font-weight: 800; margin-bottom: 18px; }
  .ground h4 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
  .ground p { font-size: 14px; color: var(--text-soft); }

  .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .m-photo { aspect-ratio: 3/4; background: linear-gradient(160deg, #26374B, #0E1B2C); border-radius: 4px; margin-bottom: 16px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
  .m-photo .initials { font-size: 52px; font-weight: 800; color: rgba(255,255,255,0.12); position: absolute; top: 20px; left: 22px; letter-spacing: -0.03em; }
  .m-photo .m-role-tag { background: var(--amber); color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; margin: 14px; border-radius: 2px; }
  .member h4 { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
  .member .m-role { font-size: 13px; font-weight: 600; color: var(--amber); margin-bottom: 10px; }
  .member p { font-size: 13px; color: var(--text-soft); }
  .team-lead { grid-column: span 2; display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; align-items: stretch; }
  .team-lead .m-photo { aspect-ratio: auto; }
  .team-lead .lead-body { display: flex; flex-direction: column; justify-content: center; }
  .team-lead h4 { font-size: 24px; }
  .team-lead p { font-size: 15px; margin-top: 6px; }

  .insights { background: #EFF2F5; }
  .ins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .ins-card { background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 28px; display: flex; flex-direction: column; }
  .ins-cat { font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; }
  .ins-card h4 { font-size: 19px; font-weight: 800; line-height: 1.25; margin-bottom: 14px; letter-spacing: -0.01em; }
  .ins-card .author { margin-top: auto; display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
  .ins-card .au-ava { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(160deg, #26374B, #0E1B2C); color: rgba(255,255,255,0.5); font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
  .ins-card .au-name { font-size: 13px; font-weight: 700; }
  .ins-card .au-role { font-size: 11px; color: var(--text-soft); }

  .cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .case { background: var(--steel); padding: 32px; }
  .case .c-type { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
  .case .c-outcome { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 12px; line-height: 1.2; }
  .case p { font-size: 14px; color: var(--text-soft); }
  .case .c-note { font-size: 11px; color: var(--text-soft); margin-top: 16px; font-style: italic; opacity: 0.8; }

  .lang { background: var(--navy); color: #fff; }
  .lang .wrap { padding-top: 64px; padding-bottom: 64px; display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: center; }
  .lang h3 { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; }
  .lang h3 span { color: var(--amber); }
  .lang .langs { display: flex; gap: 14px; flex-wrap: wrap; }
  .lang .lg { border: 1px solid var(--navy-line); border-radius: 2px; padding: 14px 22px; font-size: 15px; font-weight: 700; }
  .lang .lg span { color: var(--amber); font-size: 11px; display: block; font-weight: 600; letter-spacing: 0.1em; margin-top: 2px; }

  .faq-list { border-top: 1px solid var(--line); }
  .faq-item { border-bottom: 1px solid var(--line); }
  .faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 26px 0; font-family: inherit; font-size: 19px; font-weight: 700; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .faq-q .ic { color: var(--amber); font-size: 22px; font-weight: 400; flex-shrink: 0; transition: transform 0.2s; }
  .faq-item.open .faq-q .ic { transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .faq-item.open .faq-a { max-height: 400px; }
  .faq-a p { font-size: 15px; color: var(--text-soft); padding-bottom: 26px; max-width: 820px; }

  .contact { background: var(--navy); color: #fff; }
  .contact .wrap { padding-top: 80px; padding-bottom: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
  .contact h2 { font-size: clamp(32px, 3.6vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; }
  .contact h2 span { color: var(--amber); }
  .contact .c-lede { font-size: 17px; color: #AEBCCC; margin-top: 22px; max-width: 460px; }
  .contact .c-trust { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; }
  .contact .c-trust div { font-size: 14px; color: #C7D2DE; display: flex; gap: 12px; align-items: flex-start; }
  .contact .c-trust .ck { color: var(--amber); font-weight: 800; flex-shrink: 0; }
  .form { background: rgba(255,255,255,0.04); border: 1px solid var(--navy-line); border-radius: 4px; padding: 34px; }
  .form-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: #C7D2DE; margin-bottom: 8px; display: block; }
  .form-field { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid var(--navy-line); border-radius: 2px; padding: 13px 14px; font-family: inherit; font-size: 15px; color: #fff; margin-bottom: 18px; }
  .form-field::placeholder { color: #6B7A8B; }
  .form-field:focus { outline: none; border-color: var(--amber); }
  .form .btn { width: 100%; text-align: center; }
  .form .form-note { font-size: 12px; color: #9FB0C4; margin-top: 14px; text-align: center; line-height: 1.5; }

  footer { background: #091422; color: #8092A6; }
  footer .wrap { padding-top: 64px; padding-bottom: 40px; }
  .foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .foot-brand { font-size: 22px; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
  .foot-brand small { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; color: var(--amber); text-transform: uppercase; }
  .foot-about { font-size: 13px; line-height: 1.7; max-width: 360px; }
  .foot-col-title { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
  .foot-col ul { list-style: none; }
  .foot-col li { margin-bottom: 10px; }
  .foot-col a { font-size: 13px; color: #8092A6; text-decoration: none; transition: color 0.2s; }
  .foot-col a:hover { color: #fff; }
  .foot-bottom { padding-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 12px; }
  .foot-disc { max-width: 720px; font-size: 12px; line-height: 1.6; color: #667889; margin-top: 20px; }

  @media (max-width: 960px) {
    nav.main { display: none; }
    .hero .wrap, .contact .wrap, .lang .wrap { grid-template-columns: 1fr; }
    .sec-head { grid-template-columns: 1fr; gap: 20px; }
    .svc-grid, .grounds-grid, .steps, .team-grid, .ins-grid, .cases-grid { grid-template-columns: 1fr; }
    .team-lead { grid-column: span 1; grid-template-columns: 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
  }
