/* ── CSS 변수 ── */
:root{
  --brand:#0159de;
  --brand-2:#0477e6;
  --brand-3:#3b87f0;
  --brand-deep:#012070;
  --card-dark:#012070;
  --bg-soft:#eef3ff;
  --bg-soft-2:#f4f7fc;
  --ink:#0e1424;
  --ink-2:#5a6175;
  --ink-3:#8a90a3;
  --line:#e6e9f2;
  --paper:#ffffff;
  --font:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,'Helvetica Neue','Apple SD Gothic Neo',sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
body{font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased;word-break:keep-all}

/* ── HERO ── */
.hero{
  background:#0159de;
  color: #f6f7fb;padding:6.1111111111rem 200px 80px;margin-top:-6.1111111111rem;position:relative;overflow:hidden;
  min-height:100lvh;display:flex;align-items:center;
}
#heroCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;display:block}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(1,32,112,.45) 0%,transparent 60%);
  pointer-events:none;z-index:1;
}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,.82fr) minmax(0,.82fr);gap:18px;align-items:stretch;position:relative;z-index:2}
.hero-copy{align-self:center;}
.hero-cards-row{display:flex;flex-direction:column;gap:18px;}
.hero-cards-row .hero-card{flex:0 0 auto;min-width:0;}
.hero-card,.consult-card{min-width:0;overflow:hidden}
.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#bcd0ff;margin-bottom:20px}
.hero .eyebrow::before{content:"";width:24px;height:1px;background:#bcd0ff}
.partner-badges{display:inline-flex;flex-direction:column;gap:8px;margin-bottom:18px;align-items:stretch}
.partner-badge{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:8px 14px;font-size:12px;font-weight:600;color:#dde6ff;backdrop-filter:blur(6px)}
/* .partner-badge:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)} */
.badge-rows{display:flex;flex-direction:column}
.badge-row{display:flex;align-items:center;gap:8px;}
.partner-badge b{min-width:9em;white-space:nowrap}
.partner-badge .seal{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:-.02em}
.partner-badge b{color: #f6f7fb;font-weight:800;letter-spacing:-.01em;text-align:center}
.partner-badge .dot-sep{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.5)}
.badge-emblem{width:1.1em;height:1.1em;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 0 1px rgba(255,255,255,.6));}
.badge-sep{width:100%;height:1px;background:rgba(255,255,255,.2);flex-shrink:0}
.hero h1{font-size:74px;font-weight:700;line-height:1.06;letter-spacing:-.04em;margin:0 0 45px;color: #f6f7fb}
.hero h1 .em{color:#9bb8ff}
.hero p.sub{font-size:17px;font-weight:400;color:#cbd9ff;line-height:1.6;margin:0 0 45px;max-width:520px}
.cta-row{display:flex;gap:10px;flex-wrap:wrap}
.hero-btn{display:inline-flex;align-items:center;gap:10px;font-family:inherit;font-size:15px;font-weight:600;border-radius:999px;padding:14px 26px;border:1px solid transparent;cursor:pointer;letter-spacing:-.01em;transition:transform .15s ease;text-decoration:none}
.hero-btn:hover{transform:translateY(-1px)}
.hero-btn .arr{display:inline-flex;width:22px;height:22px;border-radius:50%;align-items:center;justify-content:center;font-size:12px}
.hero-btn-primary{background:rgba(255,255,255,.18);color: #f6f7fb;border-color:rgba(255,255,255,.3);backdrop-filter:blur(8px)}
.hero-btn-primary .arr{background:rgba(255,255,255,.3);color: #f6f7fb}
.hero-btn-ghost{background:transparent;color: #f6f7fb;border-color:rgba(255,255,255,.2)}
.hero-btn-ghost .arr{background:rgba(255,255,255,.1);color: #f6f7fb}

/* ── HERO STAT CARD ── */
.hero-card{
  background:#0159de;border-radius:20px;padding:18px;color:#cdd9f5;position:relative;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.4);display:flex;flex-direction:column;
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);
}
.hero-card--dark{background:rgba(1,32,112,.35) !important;}
.hero-card .h{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.hero-card .h h3{margin:0;font-size:20px;font-weight:800;color: #f6f7fb;letter-spacing:-.02em}
.live-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color: #f6f7fb;background:rgba(59,135,240,.4);border:1px solid rgba(155,184,255,.4);border-radius:999px;padding:3px 9px}
.live-tag::before{content:"";width:6px;height:6px;border-radius:50%;background:#65f29a;box-shadow:0 0 8px #65f29a}
.hero-stats{display:flex;flex-direction:column;gap:6px}
.hs{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 16px}
.hs .k{font-size:26px;font-weight:900;color: #f6f7fb;letter-spacing:-.03em;line-height:1}
.hs .v{font-size:12px;color:#9eafd6;font-weight:500;letter-spacing:-.01em}
.rates{margin-top:20px;border-top:1px dashed rgba(255,255,255,.12);padding-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.rate{display:flex;flex-direction:column;justify-content:space-evenly;gap:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px 16px 14px;min-height:175px}
.rate .l{display:flex;flex-direction:column;gap:2px}
.rate .l .src{font-size:18px;font-weight:800;color:#9bb8ff;letter-spacing:.04em;line-height:1.1}
.rate .l .lbl{font-size:25px;color:#9eafd6;font-weight:500;line-height:1.1}
.rate .r{display:flex;align-items:baseline;gap:3px}
.rate .r .v{font-size:45px;font-weight:900;color: #f6f7fb;letter-spacing:-.04em;line-height:1;font-variant-numeric:tabular-nums}
.rate .r .u{font-size:16px;color:#9eafd6;font-weight:600}
.rate .r .dir{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;font-size:11px;font-weight:800;margin-left:3px}
.rate .r .dir.down{background:rgba(34,197,94,.18);color:#65f29a}
.rate .r .dir.up{background:rgba(248,113,113,.18);color:#fca5a5}
.rates-foot{grid-column:1/-1;font-size:10px;color:#7587b8;display:flex;align-items:center;justify-content:space-between;font-weight:500;margin-top:0}
.rates-foot .dot-g{width:5px;height:5px;border-radius:50%;background:#65f29a;display:inline-block;margin-right:5px;box-shadow:0 0 6px #65f29a}

/* ── 기준금리 카드 안 rates 오버라이드 ── */
.hero-cards-row .rates{margin-top:0;border-top:none;padding-top:0;gap:6px}
.hero-cards-row .rate{min-height:unset;padding:10px 12px;gap:6px}
.hero-cards-row .rate .l .src{font-size:12px}
.hero-cards-row .rate .l .lbl{font-size:13px}
.hero-cards-row .rate .r .v{font-size:26px}
.hero-cards-row .rate .r .u{font-size:13px}

/* ── CONSULT CARD ── */
.consult-card{
  border-radius:18px;display:flex;flex-direction:column;
  backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
  background:rgba(255,255,255,.65);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 24px 60px rgba(0,0,0,.18);
  color:var(--ink);
}
.cc-head{padding:22px 22px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}
.cc-head .cc-label{font-size:11px;font-weight:800;color:var(--brand);letter-spacing:.08em;margin:0 0 4px;text-transform:uppercase}
.cc-head h3{font-size:20px;font-weight:900;letter-spacing:-.03em;margin:0;color:var(--ink)}
.cc-free{background:var(--brand);color: #f6f7fb;font-size:11px;font-weight:800;
  border-radius:999px;padding:5px 13px;letter-spacing:-.01em;flex-shrink:0;align-self:flex-start}
.cc-divider{height:1px;background:var(--line);margin:0 22px 16px}
.cc-desc{font-size:12px;color:var(--ink-2);line-height:1.55;margin:0 22px;font-weight:500}
.cform{display:flex;flex-direction:column;gap:0;flex:1;padding:0 22px 22px;justify-content: space-evenly;}
.cform .field{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}
.cform .field label{font-size:11px;font-weight:700;color:var(--ink-2);letter-spacing:.02em;text-transform:uppercase}
.cform .field input,.cform .field select{
  font-family:inherit;background:#fff;
  border:1px solid var(--line);border-radius:8px;
  padding:10px 13px;font-size:13px;color:var(--ink);
  outline:none;width:100%;font-weight:500;
  -webkit-appearance:none;appearance:none;transition:.15s;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.cform .field input::placeholder{color:#b0b8cc}
.cform .field input:focus,.cform .field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(1,89,222,.1)}
.cform .field.select-wrap{position:relative}
.cform .field.select-wrap::after{content:"⌄";position:absolute;right:13px;bottom:11px;color:var(--ink-3);font-size:13px;font-weight:700;pointer-events:none;line-height:1}
.cform .agree{display:flex;align-items:center;gap:8px;padding:10px 0 0;font-size:11px;color:var(--ink-3);font-weight:500;cursor:pointer}
.cform .agree input[type=checkbox]{accent-color:var(--brand);flex-shrink:0;width:14px;height:14px}
.cform .submit{
  margin-top:12px;background:var(--brand);color: #f6f7fb;font-family:inherit;
  font-size:14px;font-weight:800;border:none;border-radius:10px;padding:14px;
  cursor:pointer;letter-spacing:-.01em;width:100%;transition:.15s;
  display:flex;align-items:center;justify-content:center;gap:8px;
}
.cform .submit .s-arr{display:inline-flex;width:20px;height:20px;border-radius:50%;
  background:rgba(255,255,255,.25);align-items:center;justify-content:center;font-size:11px}
.cform .submit:hover{background:var(--brand-2);transform:translateY(-1px);box-shadow:0 8px 20px rgba(1,89,222,.35)}
.cform-msg{display:none;border-radius:8px;padding:10px 12px;font-size:12px;font-weight:500;margin-top:6px}

/* ── SECTION base ── */
.section{padding:100px 200px;background:#fff}
.section.alt{background:var(--bg-soft-2)}
.section.dark{background:var(--brand);color: #f6f7fb}
.sec-head{margin-bottom:46px}
.sec-head .eye{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--brand);margin:0 0 14px;letter-spacing:.04em;text-transform:uppercase}
.sec-head .eye::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand)}
.section.dark .sec-head .eye{color:#9bb8ff}
.section.dark .sec-head .eye::before{background:#9bb8ff}
.sec-head h2{font-size:48px;font-weight:900;line-height:1.15;letter-spacing:-.035em;margin:0;max-width:820px}
.sec-head .row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.sec-head .more{font-size:14px;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.sec-head .more .arr{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;background:#fff}
.section.dark .sec-head .more{color: #f6f7fb}
.section.dark .sec-head .more .arr{background:transparent;border-color:rgba(255,255,255,.3)}

/* ── SERVICES ── */
.svc-section{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:stretch}
.svc-content{display:flex;flex-direction:column;gap:28px}
.svc-head-row{display:block}
.svc-person-wrap{position:relative;flex-shrink:0}
.svc-person-mobile{display:none}
.svc-person-img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:100%;width:auto;max-width:420px;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 8px 24px rgba(1,89,222,.15));display:block}
.svc-person-img-mobile{width:auto;max-width:140px;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(1,89,222,.15));display:block;flex-shrink:0}
.svc-person-caption{position:absolute;bottom:8px;left:47%;transform:translateX(-50%);z-index:2;white-space:nowrap;font-size:12px;font-weight:600;color:var(--ink-2);text-align:center;letter-spacing:-.01em;word-break:keep-all;margin:0}
.svc-person-caption{font-size:13.5px;font-weight:700;color:var(--ink-2);text-align:center;letter-spacing:-.01em;word-break:keep-all;margin:0}
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.svc{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 18px;display:flex;flex-direction:column;gap:12px;min-height:95px;transition:.2s;position:relative;overflow:hidden}
.svc:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 20px 40px -20px rgba(1,89,222,.25)}
.svc .ic{width:52px;height:52px;border-radius:11px;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:900;font-size:22px}
.svc h3{font-size:clamp(15px,1.4vw,20px);font-weight:800;margin:0;letter-spacing:-.02em;line-height:1.3;overflow-wrap:break-word;word-break:keep-all}
.svc p{font-size:14px;font-weight:500;color:var(--ink-2);margin:0;line-height:1.55;flex:1}

/* ── PROGRAMS ── */
.tabbar{display:inline-flex;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px;margin-bottom:36px}
.tabbar .t{font-family:inherit;font-size:14px;font-weight:600;border:none;background:transparent;color:#bcd0ff;border-radius:999px;padding:8px 22px;cursor:pointer}
.tabbar .t.on{background:#fff;color:var(--brand)}
.prog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.prog-grid.four{grid-template-columns:repeat(4,1fr)}
.prog{background:#0d3290;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:24px;min-height:170px;display:flex;flex-direction:column;gap:10px;transition:.2s;color:#cdd9f5;text-decoration:none;cursor:pointer}
.prog:hover{background:#1a45a8;border-color:rgba(155,184,255,.3);transform:translateY(-2px)}
.prog .badge{align-self:flex-start;font-size:11px;font-weight:700;color:#9bb8ff;background:rgba(59,135,240,.2);border-radius:6px;padding:3px 9px;letter-spacing:.04em}
.prog h4{font-size:18px;font-weight:800;margin:4px 0 0;color: #f6f7fb;letter-spacing:-.02em;line-height:1.3}
.prog .meta{font-size:12px;color:#9eafd6;margin-top:auto;font-weight:500;line-height:1.5}
.chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.chip{font-size:12px;font-weight:600;border-radius:999px;padding:7px 14px;background:rgba(255,255,255,.08);color:var(--card-dark);border:1px solid var(--card-dark)}

/* ── PROGRAMS 스크롤 애니메이션 ── */
#programs{position:relative;overflow:hidden}
.prog-anim{opacity:0;transform:translateY(22px);transition:opacity .45s cubic-bezier(.22,.61,.36,1),transform .45s cubic-bezier(.22,.61,.36,1)}
.prog-anim.is-visible{opacity:1;transform:translateY(0)}
.prog-head-anim{opacity:0;transform:translateY(14px);transition:opacity .35s cubic-bezier(.22,.61,.36,1),transform .35s cubic-bezier(.22,.61,.36,1)}
.prog-head-anim.is-visible{opacity:1;transform:translateY(0)}
.hero-anim{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1)}
.hero-anim.is-visible{opacity:1;transform:translateY(0)}
.scroll-anim{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1)}
.scroll-anim.is-visible{opacity:1;transform:translateY(0)}
/* 자체 transition이 opacity/transform을 덮어쓰는 요소들 — 명시도를 높여 복원 */
.final .contact.scroll-anim{transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1),border-color .2s,background .2s}
.shortcut-card.scroll-anim{transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1),border-color .18s ease,box-shadow .18s ease}

/* 배경 데코 도형 */
.prog-deco{position:absolute;inset:0;pointer-events:none;z-index:0}
.pd{position:absolute}

/* 1. 좌상단 큰 아웃라인 원 */
.pd-s1{
  width:760px;height:760px;top:-260px;left:-240px;
  border-radius:50%;border:90px solid rgba(1,20,112,.7);
  opacity:0;transform:translate(-200px,-100px) rotate(-20deg) scale(.6);
  transition:opacity 1.1s cubic-bezier(.22,.61,.36,1),transform 1.1s cubic-bezier(.22,.61,.36,1);
}
/* 2. 좌상단 솔리드 작은 원 */
.pd-s2{
  width:260px;height:260px;top:-140px;left:80px;
  border-radius:50%;background:#1c63ff;
  opacity:0;transform:translate(-250px,-120px) scale(.4);
  transition:opacity 1.1s cubic-bezier(.22,.61,.36,1) .12s,transform 1.1s cubic-bezier(.22,.61,.36,1) .12s;
}
/* 3. 좌하단 흰색 블롭 */
.pd-s3{
  width:540px;height:380px;bottom:-120px;left:-80px;
  opacity:0;transform:translate(-300px,200px) rotate(-25deg) scale(.7);
  transition:opacity 1.2s cubic-bezier(.22,.61,.36,1) .25s,transform 1.2s cubic-bezier(.22,.61,.36,1) .25s;
}
/* 4. 우측 화살표 */
.pd-s4{
  width:620px;height:600px;top:20%;right:-120px;
  opacity:0;transform:translate(250px,0) rotate(15deg) scale(.85);
  transition:opacity 1.2s cubic-bezier(.22,.61,.36,1) .3s,transform 1.2s cubic-bezier(.22,.61,.36,1) .3s;
}
/* 5. 우측 중앙 옅은 링 */
.pd-s5{
  width:280px;height:280px;top:38%;right:24%;
  border-radius:50%;border:30px solid #9bb8ff;
  opacity:0;transform:translate(120px,60px) scale(.6);
  transition:opacity 1.1s cubic-bezier(.22,.61,.36,1) .45s,transform 1.1s cubic-bezier(.22,.61,.36,1) .45s;
}
/* 6. 도트 5개 */
.pd-dot{border-radius:50%;opacity:0;transform:translateY(30px) scale(0)}
.pd-d1{width:14px;height:14px;top:12%;left:38%;background:#fff;transition:opacity .8s ease .5s,transform .8s ease .5s}
.pd-d2{width:8px;height:8px;top:24%;left:64%;background:#9bb8ff;transition:opacity .8s ease .65s,transform .8s ease .65s}
.pd-d3{width:10px;height:10px;top:70%;left:32%;background:#fff;transition:opacity .8s ease .8s,transform .8s ease .8s}
.pd-d4{width:16px;height:16px;top:78%;left:70%;background:#3b87f0;transition:opacity .8s ease .9s,transform .8s ease .9s}
.pd-d5{width:6px;height:6px;top:52%;left:88%;background:#fff;transition:opacity .8s ease .75s,transform .8s ease .75s}
/* 7. 비네트 */
.pd-vignette{
  position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 65% at 50% 45%,transparent 0%,transparent 50%,rgba(1,89,222,.45) 100%);
}

/* 진입 후 상태 */
#programs.progs-entered .pd-s1{opacity:.7;transform:translate(0,0) rotate(0deg) scale(1)}
#programs.progs-entered .pd-s2{opacity:1;transform:translate(0,0) scale(1)}
#programs.progs-entered .pd-s3{opacity:1;transform:translate(0,0) rotate(0deg) scale(1)}
#programs.progs-entered .pd-s4{opacity:1;transform:translate(0,0) rotate(0deg) scale(1)}
#programs.progs-entered .pd-s5{opacity:.35;transform:translate(0,0) scale(1)}
#programs.progs-entered .pd-dot{opacity:.7;transform:translateY(0) scale(1)}

/* 콘텐츠가 데코 위에 오도록 */
#programs>.sec-head,#programs>.tabbar,#programs>.prog-grid,#programs>.chip-row{position:relative;z-index:1}

/* ── CASES ── */
.case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.case{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}
.case:hover{transform:translateY(-2px);box-shadow:0 20px 40px -20px rgba(1,89,222,.2)}
.case .ph{height:170px;background:linear-gradient(135deg,var(--bg-soft) 0%,#d5e0fa 100%);display:flex;align-items:center;justify-content:center;color:var(--brand);font-size:13px;font-weight:600}
.case .body{padding:22px}
.case .industry{font-size:12px;font-weight:700;color:var(--brand);letter-spacing:.04em;text-transform:uppercase}
.case .body h4{font-size:18px;font-weight:800;margin:8px 0 14px;letter-spacing:-.02em;line-height:1.35}
.case .stat{display:flex;align-items:baseline;gap:8px;padding-top:14px;border-top:1px solid var(--line)}
.case .num{font-size:28px;font-weight:900;color:var(--brand);letter-spacing:-.03em;line-height:1}
.case .lbl{font-size:13px;color:var(--ink-2);font-weight:500}

/* ── STRENGTHS ── */
.str-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.str{background:#fff;border-radius:20px;padding:32px 26px;display:flex;flex-direction:column;gap:14px;min-height:230px;border:1px solid var(--line)}
.str .num-big{font-size:13px;font-weight:800;color:var(--brand);letter-spacing:.05em}
.str h4{font-size:22px;font-weight:800;margin:0;letter-spacing:-.025em;line-height:1.3}
.str p{font-size:14px;font-weight:500;color:var(--ink-2);margin:0;line-height:1.6}
.str .ic-strong{width:54px;height:54px;border-radius:16px;background:var(--brand);color: #f6f7fb;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900}

/* ── QUICK CONSULT MODAL ── */
.qc-modal{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.5);align-items:center;justify-content:center;padding:16px}
.qc-modal.open{display:flex}
.qc-box{position:relative;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;border-radius:20px}
.qc-close{position:absolute;top:14px;right:14px;z-index:1;width:30px;height:30px;border:none;background:rgba(0,0,0,.08);border-radius:50%;cursor:pointer;font-size:16px;line-height:1;color:var(--ink-2);display:flex;align-items:center;justify-content:center}
.qc-close:hover{background:rgba(0,0,0,.14)}

/* ── NEWS ── */
.news-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px}
.news{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}
.news:hover{transform:translateY(-2px);box-shadow:0 20px 40px -20px rgba(1,89,222,.2)}
.news.feature{background:var(--brand);color: #f6f7fb;grid-row:span 2}
.news .ph{height:160px;background:linear-gradient(135deg,var(--bg-soft) 0%,#d5e0fa 100%)}
.news.feature .ph{height:auto;background:linear-gradient(135deg,var(--brand-2) 0%,var(--brand-deep) 100%);color:#9bb8ff;display:flex;align-items:center;justify-content:center;font-weight:600}
.news .body{padding:22px}
.news.feature .body{flex:1;display:flex;flex-direction:column;justify-content:center}
.news .meta{font-size:12px;color:var(--ink-2);font-weight:600;display:flex;gap:10px;align-items:center}
.news .meta .hot{background:#fef0e8;color:#d83a00;font-weight:700;font-size:11px;padding:2px 8px;border-radius:4px}
.news.feature .meta{color:#bcd0ff}
.news.feature .meta .hot{background:#fff;color:var(--brand)}
.news h4{font-size:18px;font-weight:800;margin:10px 0 0;letter-spacing:-.02em;line-height:1.4}
.news.feature h4{font-size:22px;color: #f6f7fb}
.news.feature p{font-size:14px;color:#cbd9ff;margin-top:12px;font-weight:500;line-height:1.6}
.news .news-sector{font-size:12px;color:var(--ink-3);margin-top:8px;font-weight:500;line-height:1.5}

/* ── LOGO BAND ── */
.shortcut-band{padding:40px 200px;background:#fff;border-top:1px solid var(--line)}
.shortcut-marquee{position:relative;width:100%}
.shortcut-viewport{overflow:hidden;width:100%}
.shortcut-slider{--shortcut-card-width:240px;display:flex;gap:24px;padding:6px 0 12px;width:max-content;user-select:none;will-change:transform;cursor:grab;touch-action:pan-y}
.shortcut-slider.is-dragging{cursor:grabbing}
.shortcut-card{flex:0 0 var(--shortcut-card-width);width:var(--shortcut-card-width);max-width:var(--shortcut-card-width);box-sizing:border-box;min-height:120px;padding:24px;display:flex;align-items:center;justify-content:center;border-radius:28px;background:transparent;border:1px solid rgba(1,89,222,.16);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.shortcut-card:hover{border-color:rgba(1,89,222,.28);box-shadow:0 12px 26px rgba(1,89,222,.06)}
.shortcut-logo-card{overflow:hidden}
.shortcut-logo-image{display:block;width:100%;max-width:192px;height:72px;object-fit:contain;object-position:center;pointer-events:none}

/* ── FINAL CTA ── */
.final{background:var(--brand);color: #f6f7fb;padding:100px 200px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;position:relative;overflow:hidden}
.final::before{content:"";position:absolute;left:-10%;bottom:-30%;width:60%;height:120%;background:radial-gradient(circle,rgba(59,135,240,.4),transparent 60%);pointer-events:none}
.final h2{font-size:60px;font-weight:900;margin:0 0 16px;letter-spacing:-.04em;line-height:1.05;color: #f6f7fb;position:relative}
.final p{font-size:17px;color:#cbd9ff;font-weight:500;margin:0 0 32px;line-height:1.6;position:relative}
.final .ctas{display:flex;gap:10px;flex-wrap:wrap;position:relative}
.final .contacts{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative}
.final .contact{background:var(--card-dark);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:22px;color:#cdd9f5;text-decoration:none;display:block;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .2s,background .2s}
.final .contact:hover{border-color:rgba(155,184,255,.35);background:#0d3290}
.final .contact .lbl{font-size:12px;color:#9eafd6;font-weight:600;display:flex;align-items:center;gap:8px}
.final .contact .val{font-size:22px;font-weight:900;color: #f6f7fb;margin-top:8px;letter-spacing:-.02em}
.final .contact .sub{font-size:12px;color:#9eafd6;margin-top:4px}

/* ── RESPONSIVE ── */
@media(max-width:1700px){
  .rate .l .src{font-size:18px}
  .rate .l .lbl{font-size:22px}
  .rate .r .v{font-size:36px}
  .rate .r .u{font-size:13px}
  .rate{min-height:140px;padding:12px}
}
@media(min-width:1401px) and (max-width:1542px){
  .rates{grid-template-columns:1fr}
}
@media(min-width:1543px) and (max-width:1694px){
  .rate .l .src{font-size:13px}
  .rate .l .lbl{font-size:15px}
  .rate .r .v{font-size:26px}
  .rate .r .u{font-size:10px}
  .rate{padding:10px}
  .hero-cards-row .rates{grid-template-columns:1fr}
}
@media(min-width:1701px) and (max-width:1815px){
  .rate .l .src{font-size:15px}
  .rate .l .lbl{font-size:18px}
  .rate .r .v{font-size:30px}
  .rate .r .u{font-size:12px}
  .rate{min-height:140px;padding:11px}
}
@media(min-width:901px) and (max-width:1300px){
  .svc-section{grid-template-columns:1fr 320px;gap:24px}
  .svc-person-img{max-width:320px}
}
@media(min-width:901px) and (max-width:1694px){
  .final .contacts{grid-template-columns:1fr 1fr;align-items:stretch}
  .final .contact{min-height:120px;height:100%}
  .final .contact .val{font-size:16px}
  .final .contact .lbl{font-size:11px}
  .final .contact .sub{font-size:11px}
}
@media(max-width:1350px){
  .rate .l .src{font-size:13px}
  .rate .l .lbl{font-size:16px}
  .rate .r .v{font-size:22px}
  .rate .r .u{font-size:10px}
  .rate{min-height:110px;padding:10px}
}
@media(max-width:1400px){
  .hero-grid{grid-template-columns:1fr 1fr}
  .hero-copy{grid-column:1/-1}
  .rate .l .src{font-size:18px}
  .rate .l .lbl{font-size:22px}
  .rate .r .v{font-size:36px}
  .rate .r .u{font-size:13px}
  .rate{min-height:140px;padding:12px}
}
@media(max-width:1100px){
  .hero{padding:calc(6.1111111111rem + 40px) 32px 60px;align-items:flex-start}
  .section,.final{padding:72px 32px}
  .shortcut-band{padding:32px 32px}
  .hero h1{font-size:72px}
  .sec-head .row{align-items:flex-start}
}
@media(max-width:900px){
  .hero{padding:calc(6.1111111111rem + 24px) 28px 60px;align-items:flex-start}
  .hero h1{font-size:48px}
  .hero p.sub{font-size:15px}
  .rate .l .src{font-size:16px}
  .rate .l .lbl{font-size:14px}
  .rate .r .v{font-size:32px}
  .rate{min-height:130px;padding:14px}
  .svc-section{grid-template-columns:1fr;gap:24px}
  .svc-section > .svc-person-wrap{display:none}
  .svc-person-mobile{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}
  .svc-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
  .final{grid-template-columns:1fr}
  .sec-head h2,.final h2{font-size:32px}
  .prog-grid{grid-template-columns:repeat(2,1fr)}
  .prog-grid.four{grid-template-columns:repeat(2,1fr)}
  .case-grid,.str-grid{grid-template-columns:repeat(2,1fr)}
  .news-grid{grid-template-columns:1fr}
  .news.feature{grid-row:auto}
}
@media(max-width:720px){
  .shortcut-slider{gap:14px}
  .shortcut-card{min-height:90px;padding:14px}
  .shortcut-logo-image{max-width:150px;height:52px}
}
@media(min-width:601px) and (max-width:850px){
  .hero-cards-row .rates{grid-template-columns:1fr}
}
@media(max-width:600px){
  .hero{padding:calc(6.1111111111rem + 20px) 18px 60px;align-items:flex-start}
  .hero h1{font-size:36px}
  .hero p.sub{font-size:14px;max-width:100%}
  .hero-btn{font-size:13px;padding:12px 18px}
  .partner-badge{font-size:11px;padding:5px 10px 5px 6px}
  .cta-row{flex-direction:column}
  .hero-grid{grid-template-columns:1fr}
  .rates{grid-template-columns:1fr 1fr}
  .rate .r .v{font-size:26px}
  .rate .l .src{font-size:13px}
  .rate .l .lbl{font-size:12px}
  .hs .k{font-size:20px}
  .section,.final{padding:48px 18px}
  .shortcut-band{padding:20px 18px}
  .shortcut-card{min-height:76px;padding:10px 14px}
  .shortcut-logo-image{max-width:130px;height:44px}
  .svc-person-img-mobile{max-width:110px}
  .svc-person-caption{font-size:11px}
  .svc h3{font-size:14px}
  .svc p{font-size:12px}
  .svc .ic{width:40px;height:40px;font-size:18px}
  .prog-grid,.prog-grid.four,.case-grid,.str-grid{grid-template-columns:1fr}
  .final .contacts{grid-template-columns:1fr}
}
@media(max-width:344px){
  .partner-badge{gap:5px}
  .partner-badge .seal{width:18px;height:18px}
  .partner-badge b{min-width:0}
}
@media(min-width:601px) and (max-width:855px){
  .rates{grid-template-columns:1fr}
}
@media(orientation:landscape) and (max-height:500px){
  .shortcut-band{padding:12px 18px}
  .shortcut-slider{gap:12px}
  .shortcut-card{min-height:72px;padding:10px 14px}
  .shortcut-logo-image{max-width:130px;height:44px}
}
