:root {
  --gtc-primary: #002699;
  --gtc-primary-2: #1e4ed8;
  --gtc-accent: #5f7cff;
  --gtc-dark: #010e37;
  --gtc-ink: #17213d;
  --gtc-muted: #69738b;
  --gtc-line: #dfe5f1;
  --gtc-soft: #f5f7fc;
  --gtc-success: #16a36a;
  --gtc-gold: #e1a83c;
}

html { scroll-behavior: smooth; }
body { background: #fff; }
body.menu-open { overflow: hidden; }
.preloader { transition: opacity .4s ease, visibility .4s ease; }
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.logo img { max-height: 54px; width: auto; }
.main-nav > ul > li > a.active { color: #9db3ff !important; }
.menu-address-wrap-two .social-letter {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%; font-size: 12px; font-weight: 700;
}
.floating-contact .contact-item { font-style: normal; font-weight: 800; }
.back-to-top-btn { opacity: 0; visibility: hidden; transform: translateY(15px); transition: .3s; }
.back-to-top-btn.show { opacity: 1; visibility: visible; transform: translateY(0); }

.gtc-hero {
  position: relative;
  min-height: 900px;
  padding: 190px 0 120px;
  background:
    radial-gradient(circle at 78% 48%, rgba(94,124,255,.28), transparent 26%),
    radial-gradient(circle at 15% 35%, rgba(0,103,255,.18), transparent 30%),
    linear-gradient(120deg, #010e37 0%, #002699 52%, #1642b6 100%);
  overflow: hidden;
}
.gtc-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}
.gtc-hero::after {
  content: ""; position: absolute; left: -10%; right: -10%; bottom: -150px; height: 280px;
  background: #fff; border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}
.gtc-hero .container { position: relative; z-index: 2; }
.gtc-eyebrow {
  display: inline-flex; gap: 10px; align-items: center; padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.24); border-radius: 999px;
  background: rgba(255,255,255,.08); backdrop-filter: blur(10px);
  color: #dce5ff; font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
}
.gtc-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #6fe3b0; box-shadow: 0 0 0 6px rgba(111,227,176,.12); }
.gtc-hero h1 { color: #fff; font-size: 64px; line-height: 1.18; margin: 26px 0 24px; letter-spacing: -1.6px; }
.gtc-hero h1 span { display: block; color: #b9c8ff; font-size: .42em; line-height: 1.4; letter-spacing: 3px; margin-bottom: 9px; text-transform: uppercase; }
.gtc-hero-copy { color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.85; max-width: 700px; }
.gtc-hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 38px; }
.gtc-hero-actions .common-btn { padding: 14px 34px; }
.gtc-hero-actions .ghost-btn { border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.06); }
.gtc-hero-actions .ghost-btn:hover { background: #fff; color: var(--gtc-primary); }
.gtc-mini-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; color: rgba(255,255,255,.78); font-size: 14px; }
.gtc-mini-proof span { display: inline-flex; align-items: center; gap: 8px; }
.gtc-mini-proof b { width: 19px; height: 19px; border-radius: 50%; background: rgba(111,227,176,.15); color: #74efba; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }

.gtc-network { position: relative; height: 480px; max-width: 520px; margin-left: auto; }
.gtc-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; inset: 40px; animation: gtc-spin 24s linear infinite; }
.gtc-orbit.orbit-2 { inset: 92px; border-style: dashed; animation-duration: 18s; animation-direction: reverse; }
.gtc-orbit::before, .gtc-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; background: #8da6ff; border-radius: 50%; box-shadow: 0 0 18px #8da6ff; }
.gtc-orbit::before { left: 17%; top: 3%; }
.gtc-orbit::after { right: 4%; bottom: 22%; }
@keyframes gtc-spin { to { transform: rotate(360deg); } }
.gtc-core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 178px; height: 178px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  background: radial-gradient(circle at 35% 30%, #6888ff, #173da7 55%, #061a5a 100%);
  box-shadow: 0 0 0 16px rgba(255,255,255,.04), 0 0 70px rgba(92,124,255,.5);
}
.gtc-core strong { font-size: 19px; line-height: 1.35; }
.gtc-core small { margin-top: 6px; color: #d6dfff; letter-spacing: 1.5px; }
.gtc-node {
  position: absolute; width: 128px; min-height: 78px; padding: 13px 12px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 14px;
  background: rgba(4,20,70,.7); backdrop-filter: blur(12px); color: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.18); text-align: center;
}
.gtc-node b { display: block; font-size: 14px; margin-bottom: 4px; }
.gtc-node small { color: #b9c8ef; font-size: 11px; line-height: 1.35; }
.gtc-node::before { content: ""; display: block; width: 8px; height: 8px; border-radius: 50%; background: #75e8b6; margin: 0 auto 8px; box-shadow: 0 0 0 5px rgba(117,232,182,.1); }
.node-a { left: 4px; top: 55px; }
.node-b { right: 0; top: 22px; }
.node-c { left: -10px; bottom: 60px; }
.node-d { right: -8px; bottom: 48px; }
.node-e { right: 50%; bottom: -4px; transform: translateX(50%); }

.gtc-trust-strip { position: relative; z-index: 4; margin-top: -38px; }
.gtc-trust-panel { background: #fff; border: 1px solid #e6eaf3; border-radius: 18px; box-shadow: 0 20px 70px rgba(14,31,78,.12); padding: 30px 34px; }
.gtc-trust-item { display: flex; gap: 14px; align-items: center; height: 100%; }
.gtc-trust-item + .gtc-trust-item { border-left: 1px solid #e7eaf1; }
.gtc-trust-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; background: #edf2ff; color: var(--gtc-primary); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.gtc-trust-icon svg { width: 24px; height: 24px; }
.gtc-trust-item strong { display: block; color: var(--gtc-ink); font-size: 16px; }
.gtc-trust-item small { color: var(--gtc-muted); font-size: 13px; }

.gtc-section { padding: 112px 0; }
.gtc-section-soft { background: var(--gtc-soft); }
.gtc-kicker { color: var(--gtc-primary); font-weight: 800; font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 15px; }
.gtc-title { font-size: 45px; line-height: 1.35; color: var(--gtc-dark); }
.gtc-lead { color: var(--gtc-muted); font-size: 18px; line-height: 1.9; margin-top: 20px; }
.gtc-emphasis { color: var(--gtc-dark); font-weight: 700; }

.gtc-statement-card { position: relative; background: linear-gradient(135deg,#f0f4ff,#fff); border: 1px solid #dce4f7; border-radius: 22px; padding: 42px; overflow: hidden; }
.gtc-statement-card::after { content: "TRUST"; position: absolute; right: -12px; bottom: -42px; font-size: 112px; line-height: 1; font-weight: 800; color: rgba(0,38,153,.035); }
.gtc-quote-mark { width: 54px; height: 54px; border-radius: 16px; background: var(--gtc-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px; margin-bottom: 26px; }
.gtc-statement-card h3 { font-size: 28px; line-height: 1.55; color: var(--gtc-dark); }
.gtc-statement-card p { color: var(--gtc-muted); margin-top: 18px; line-height: 1.8; }
.gtc-pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 50px; }
.gtc-pain-card { background: #fff; border: 1px solid #e1e6f0; border-radius: 16px; padding: 26px; height: 100%; transition: .3s; }
.gtc-pain-card:hover { transform: translateY(-5px); border-color: #b8c6f3; box-shadow: 0 16px 40px rgba(27,54,121,.08); }
.gtc-pain-no { display: inline-flex; width: 35px; height: 35px; border-radius: 10px; align-items: center; justify-content: center; background: #fff1ef; color: #d74b3e; font-weight: 800; margin-bottom: 20px; }
.gtc-pain-card h4 { font-size: 19px; margin-bottom: 11px; }
.gtc-pain-card p { font-size: 14px; color: var(--gtc-muted); line-height: 1.8; }

.gtc-chain-wrap { position: relative; margin-top: 68px; }
.gtc-chain-line { position: absolute; top: 47px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg,#cad5f3,#526fe0,#cad5f3); }
.gtc-chain-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; position: relative; z-index: 1; }
.gtc-chain-step { text-align: center; }
.gtc-step-node { width: 94px; height: 94px; margin: 0 auto 22px; border-radius: 50%; background: #fff; border: 1px solid #dbe2f3; box-shadow: 0 14px 32px rgba(19,42,102,.1); display: flex; align-items: center; justify-content: center; position: relative; transition: .3s; }
.gtc-step-node::after { content: attr(data-step); position: absolute; right: -2px; top: -4px; width: 28px; height: 28px; border-radius: 50%; background: var(--gtc-primary); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.gtc-step-node svg { width: 38px; height: 38px; stroke: var(--gtc-primary); }
.gtc-chain-step:hover .gtc-step-node { transform: translateY(-6px); background: var(--gtc-primary); }
.gtc-chain-step:hover .gtc-step-node svg { stroke: #fff; }
.gtc-chain-step h4 { font-size: 17px; margin-bottom: 10px; }
.gtc-chain-step p { font-size: 13px; color: var(--gtc-muted); line-height: 1.65; }

.gtc-industry-card { background: #fff; border-radius: 20px; border: 1px solid #e2e7f1; overflow: hidden; height: 100%; transition: .35s; }
.gtc-industry-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(19,42,102,.12); }
.gtc-industry-visual { height: 210px; padding: 30px; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.gtc-industry-visual::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: -60px; top: -70px; box-shadow: 0 0 0 36px rgba(255,255,255,.05), 0 0 0 72px rgba(255,255,255,.03); }
.gtc-industry-visual.agri { background: linear-gradient(135deg,#155b45,#2c9e6d); }
.gtc-industry-visual.medical { background: linear-gradient(135deg,#004c9e,#27a0d8); }
.gtc-industry-visual.mining { background: linear-gradient(135deg,#2d3440,#75633e); }
.gtc-industry-symbol { width: 70px; height: 70px; border-radius: 18px; background: rgba(255,255,255,.13); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); position: relative; z-index: 1; }
.gtc-industry-symbol svg { width: 42px; height: 42px; stroke: #fff; }
.gtc-industry-visual span { position: absolute; right: 28px; bottom: 28px; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; z-index: 1; }
.gtc-industry-body { padding: 30px; }
.gtc-industry-body h3 { font-size: 25px; margin-bottom: 12px; }
.gtc-industry-body > p { color: var(--gtc-muted); line-height: 1.75; font-size: 15px; min-height: 78px; }
.gtc-industry-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.gtc-industry-tags span { font-size: 12px; padding: 6px 10px; border-radius: 99px; background: #f0f3f9; color: #59647a; }
.gtc-industry-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 24px; color: var(--gtc-primary); font-weight: 700; font-size: 14px; }

.gtc-profile-shell { background: var(--gtc-dark); border-radius: 26px; overflow: hidden; color: #fff; box-shadow: 0 28px 70px rgba(1,14,55,.2); }
.gtc-profile-top { padding: 24px 30px; background: linear-gradient(90deg,#002699,#234fc0); display: flex; align-items: center; justify-content: space-between; }
.gtc-profile-id { display: flex; align-items: center; gap: 12px; }
.gtc-profile-logo { width: 48px; height: 48px; border-radius: 12px; background: #fff; color: var(--gtc-primary); display: flex; align-items: center; justify-content: center; font-weight: 900; }
.gtc-profile-id b { display: block; }
.gtc-profile-id small { color: #c7d3ff; }
.gtc-status { padding: 7px 12px; border-radius: 99px; color: #a8f3cf; background: rgba(51,207,139,.13); border: 1px solid rgba(95,233,163,.22); font-size: 12px; }
.gtc-profile-body { padding: 30px; }
.gtc-profile-score { display: flex; align-items: center; gap: 22px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.gtc-score-ring { width: 92px; height: 92px; border-radius: 50%; background: conic-gradient(#72e9b6 0 91%, rgba(255,255,255,.09) 91%); display: grid; place-items: center; }
.gtc-score-ring::before { content: "91"; width: 70px; height: 70px; border-radius: 50%; background: var(--gtc-dark); display: grid; place-items: center; font-size: 26px; font-weight: 800; }
.gtc-profile-score h4 { color: #fff; font-size: 20px; margin-bottom: 5px; }
.gtc-profile-score p { color: #99a9cf; font-size: 13px; }
.gtc-evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.gtc-evidence-item { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.035); }
.gtc-evidence-item b { width: 22px; height: 22px; border-radius: 50%; background: rgba(91,225,158,.14); color: #72e9b6; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.gtc-evidence-item span { font-size: 13px; color: #dce4fa; }
.gtc-profile-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; color: #8496c2; font-size: 12px; }
.gtc-profile-foot a { color: #9db3ff; }

.gtc-evidence-list { margin-top: 38px; }
.gtc-evidence-row { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--gtc-line); }
.gtc-evidence-row:last-child { border-bottom: 0; }
.gtc-evidence-num { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; background: #edf2ff; color: var(--gtc-primary); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.gtc-evidence-row h4 { font-size: 18px; margin-bottom: 7px; }
.gtc-evidence-row p { color: var(--gtc-muted); line-height: 1.7; font-size: 14px; }

.gtc-assurance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 55px; }
.gtc-assurance-card { background: #fff; border: 1px solid #e0e5ef; border-radius: 18px; padding: 30px; transition: .3s; }
.gtc-assurance-card:hover { border-color: #b7c5f1; box-shadow: 0 18px 50px rgba(18,47,117,.09); transform: translateY(-5px); }
.gtc-assurance-icon { width: 50px; height: 50px; border-radius: 15px; background: #edf2ff; color: var(--gtc-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-weight: 900; }
.gtc-assurance-card h4 { font-size: 19px; margin-bottom: 10px; }
.gtc-assurance-card p { color: var(--gtc-muted); font-size: 14px; line-height: 1.8; }

.gtc-boundary { padding: 55px; border-radius: 24px; background: linear-gradient(135deg,#fff8ec,#fff); border: 1px solid #f0dfbd; }
.gtc-boundary h3 { font-size: 31px; margin-bottom: 17px; }
.gtc-boundary > p { color: #77684a; line-height: 1.8; }
.gtc-boundary-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 30px; }
.gtc-boundary-item { background: rgba(255,255,255,.74); border: 1px solid #ead9b6; border-radius: 14px; padding: 20px; }
.gtc-boundary-item b { color: #8f6518; display: block; margin-bottom: 7px; }
.gtc-boundary-item span { color: #7a705e; font-size: 13px; line-height: 1.65; }

.gtc-cta { position: relative; padding: 100px 0; background: linear-gradient(120deg,#001a68,#1747c4); overflow: hidden; }
.gtc-cta::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); right: -100px; top: -180px; box-shadow: 0 0 0 65px rgba(255,255,255,.035), 0 0 0 130px rgba(255,255,255,.02); }
.gtc-cta h2 { color: #fff; font-size: 45px; line-height: 1.35; }
.gtc-cta p { color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.8; margin-top: 18px; }
.gtc-cta-actions { display: flex; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }
.gtc-cta .outline-white { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.gtc-cta .outline-white:hover { background: #fff; color: var(--gtc-primary); }

.gtc-footer-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; padding: 7px 11px; color: #b9c4dd; font-size: 12px; margin-top: 10px; }

@media (max-width: 1199px) {
  .gtc-hero h1 { font-size: 54px; }
  .gtc-network { transform: scale(.9); transform-origin: center right; }
  .gtc-chain-grid { grid-template-columns: repeat(3,1fr); row-gap: 42px; }
  .gtc-chain-line { display: none; }
  .gtc-trust-item + .gtc-trust-item { border-left: 0; }
}
@media (max-width: 991px) {
  .gtc-hero { min-height: auto; padding: 185px 0 90px; }
  .gtc-hero::after { display: none; }
  .gtc-hero h1 { font-size: 47px; }
  .gtc-network { margin: 60px auto 0; transform: none; }
  .gtc-trust-strip { margin-top: 0; background: #f5f7fc; padding: 28px 0; }
  .gtc-trust-panel { padding: 14px 24px; }
  .gtc-trust-item { padding: 14px 0; }
  .gtc-pain-grid, .gtc-assurance-grid, .gtc-boundary-list { grid-template-columns: 1fr; }
  .gtc-cta-actions { justify-content: flex-start; margin-top: 32px; }
  .gtc-title, .gtc-cta h2 { font-size: 38px; }
  .gtc-section { padding: 86px 0; }
}
@media (max-width: 767px) {
  .gtc-hero { padding-top: 155px; }
  .gtc-hero h1 { font-size: 38px; letter-spacing: -.6px; }
  .gtc-hero-copy { font-size: 17px; }
  .gtc-network { height: 400px; max-width: 340px; }
  .gtc-orbit { inset: 48px 12px; }
  .gtc-orbit.orbit-2 { inset: 98px 62px; }
  .gtc-core { width: 138px; height: 138px; }
  .gtc-node { width: 105px; min-height: 68px; padding: 9px 7px; }
  .gtc-node small { display: none; }
  .node-a { left: 0; top: 30px; }
  .node-b { right: 0; top: 15px; }
  .node-c { left: 0; bottom: 50px; }
  .node-d { right: 0; bottom: 45px; }
  .node-e { bottom: -1px; }
  .gtc-trust-panel { border-radius: 0; box-shadow: none; }
  .gtc-title, .gtc-cta h2 { font-size: 32px; }
  .gtc-chain-grid { grid-template-columns: 1fr 1fr; gap: 30px 14px; }
  .gtc-step-node { width: 78px; height: 78px; }
  .gtc-statement-card, .gtc-boundary { padding: 28px 22px; }
  .gtc-evidence-grid { grid-template-columns: 1fr; }
  .gtc-profile-top { align-items: flex-start; gap: 16px; }
  .gtc-status { white-space: nowrap; }
  .gtc-cta { padding: 75px 0; }
}
@media (max-width: 480px) {
  .gtc-chain-grid { grid-template-columns: 1fr; }
  .gtc-hero-actions .common-btn { width: 100%; text-align: center; }
}
/* ===== 2026-07 content structure update ===== */
.gtc-trust-icon i {
  font-size: 21px;
}

.gtc-scope-card {
  position: relative;
  padding: 38px;
  border-radius: 22px;
  border: 1px solid #d9e2f5;
  background:
    radial-gradient(circle at 100% 0, rgba(95,124,255,.15), transparent 34%),
    linear-gradient(145deg, #f2f6ff, #fff);
  box-shadow: 0 20px 55px rgba(18,47,117,.08);
}
.gtc-scope-title {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--gtc-dark);
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 24px;
}
.gtc-scope-title i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gtc-primary);
  color: #fff;
}
.gtc-scope-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gtc-scope-pills span {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid #d7e0f2;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #46536f;
  font-size: 13px;
  font-weight: 700;
}
.gtc-scope-card > p {
  color: var(--gtc-muted);
  line-height: 1.8;
  margin-top: 23px;
  margin-bottom: 0;
}

.gtc-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}
.gtc-team-card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #dde4f1;
  border-radius: 20px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.gtc-team-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -52px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid rgba(0,38,153,.08);
  box-shadow: 0 0 0 25px rgba(0,38,153,.025);
}
.gtc-team-card:hover {
  transform: translateY(-6px);
  border-color: #b8c6ef;
  box-shadow: 0 22px 52px rgba(18,47,117,.10);
}
.gtc-team-card-primary {
  background: linear-gradient(145deg, #06216f, #174bc1);
  border-color: transparent;
}
.gtc-team-card-network {
  background: linear-gradient(145deg, #eef4ff, #fff);
}
.gtc-team-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.gtc-team-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf2ff;
  color: var(--gtc-primary);
  font-size: 22px;
}
.gtc-team-no {
  color: #9ba8c1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}
.gtc-team-card h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 6px;
}
.gtc-team-subtitle {
  position: relative;
  z-index: 1;
  min-height: 36px;
  margin-bottom: 16px;
  color: #71809d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.gtc-team-card > p:not(.gtc-team-subtitle),
.gtc-team-card li {
  position: relative;
  z-index: 1;
  color: var(--gtc-muted);
  font-size: 14px;
  line-height: 1.85;
}
.gtc-team-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gtc-team-card li {
  padding: 7px 0 7px 21px;
}
.gtc-team-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #50d89c;
  font-weight: 900;
}
.gtc-team-card-primary h3,
.gtc-team-card-primary .gtc-team-no {
  color: #fff;
}
.gtc-team-card-primary .gtc-team-subtitle,
.gtc-team-card-primary li {
  color: rgba(255,255,255,.78);
}
.gtc-team-card-primary .gtc-team-icon {
  background: rgba(255,255,255,.13);
  color: #fff;
}

.gtc-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px 16px;
  margin-top: 62px;
}
.gtc-flow-step {
  position: relative;
  min-height: 245px;
  padding: 25px 18px 22px;
  text-align: center;
  border: 1px solid #dfe5f1;
  border-radius: 18px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.gtc-flow-step:hover {
  transform: translateY(-6px);
  border-color: #b4c4f2;
  box-shadow: 0 18px 40px rgba(20,49,121,.10);
}
.gtc-flow-step::after {
  content: "›";
  position: absolute;
  top: 54px;
  right: -15px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gtc-primary);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0,38,153,.22);
}
.gtc-flow-step:nth-child(5)::after,
.gtc-flow-step:nth-child(10)::after {
  display: none;
}
.gtc-flow-no {
  position: absolute;
  top: 15px;
  left: 16px;
  color: #9aa8c1;
  font-size: 12px;
  font-weight: 900;
}
.gtc-flow-icon {
  width: 76px;
  height: 76px;
  margin: 13px auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf2ff;
  color: var(--gtc-primary);
  font-size: 28px;
  box-shadow: inset 0 0 0 1px #dce5f6;
}
.gtc-flow-step h4 {
  min-height: 53px;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 9px;
}
.gtc-flow-step p {
  color: var(--gtc-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.gtc-value-list {
  border: 1px solid #dfe5f1;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20,49,121,.08);
}
.gtc-value-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 23px 28px;
  border-bottom: 1px solid #e8ecf4;
}
.gtc-value-item:last-child {
  border-bottom: 0;
}
.gtc-value-item span {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #b58a3c, #e2b45c);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.gtc-value-item p {
  margin: 0;
  color: #45516b;
  font-size: 15px;
  line-height: 1.8;
}

.gtc-commitment-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #f0c777;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.gtc-cta-commitment {
  background:
    radial-gradient(circle at 74% 42%, rgba(75,126,255,.36), transparent 25%),
    linear-gradient(120deg, #00124d, #00328d 58%, #0c51b5);
}

@media (max-width: 1199px) {
  .gtc-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gtc-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gtc-flow-step::after,
  .gtc-flow-step:nth-child(5)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .gtc-scope-card {
    padding: 28px 22px;
  }
  .gtc-team-grid,
  .gtc-flow-grid {
    grid-template-columns: 1fr;
  }
  .gtc-team-card {
    padding: 26px 22px;
  }
  .gtc-flow-step {
    min-height: auto;
    padding: 24px 20px;
  }
  .gtc-flow-step h4 {
    min-height: auto;
  }
  .gtc-value-item {
    padding: 20px;
  }
}
