
:root{
  --th-navy:#001c45;
  --th-blue:#0b326b;
  --th-red:#d41118;
  --th-text:#17233b;
  --th-muted:#5e6b7d;
  --th-soft:#f5f8fc;
  --th-line:#e2e9f2;
  --th-white:#fff;
}
.th-page{font-family:Inter,Arial,sans-serif;color:var(--th-text);background:#fff;line-height:1.6}
.th-page *{box-sizing:border-box}
.th-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.th-narrow{width:min(850px,100%);text-align:center}
.th-section{padding:96px 0}
.th-soft{background:var(--th-soft)}
.th-kicker{display:inline-block;margin-bottom:16px;color:var(--th-red);font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.th-kicker-light{color:#ffb7ba}
.th-page h1,.th-page h2,.th-page h3{font-family:Inter,Arial,sans-serif;color:var(--th-navy);line-height:1.08;letter-spacing:-.035em;margin:0}
.th-page h1{font-size:clamp(2.9rem,5.8vw,5.6rem)}
.th-page h1 span{color:var(--th-red)}
.th-page h2{font-size:clamp(2.1rem,3.6vw,3.8rem)}
.th-page h3{font-size:1.35rem}
.th-page p{color:var(--th-muted);font-size:1.08rem;margin:18px 0 0}
.th-hero{position:relative;overflow:hidden;padding:118px 0 108px;background:linear-gradient(135deg,#fff 0%,#f8fbff 62%,#eef3fa 100%)}
.th-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-210px;top:-240px;background:rgba(212,17,24,.055)}
.th-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:82px;align-items:center}
.th-hero p{max-width:720px;font-size:1.19rem}
.th-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.th-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:9px;text-decoration:none!important;font-weight:850;transition:.2s ease}
.th-btn-primary{background:var(--th-red);color:#fff!important;box-shadow:0 12px 28px rgba(212,17,24,.18)}
.th-btn-primary:hover{background:#b90f15;transform:translateY(-2px)}
.th-btn-secondary{background:#fff;color:var(--th-navy)!important;border:1px solid var(--th-line)}
.th-btn-secondary:hover{border-color:#b7c5d8;transform:translateY(-2px)}
.th-visual{position:relative;min-height:430px;border:1px solid rgba(0,28,69,.08);border-radius:36px;background:rgba(255,255,255,.82);box-shadow:0 30px 80px rgba(0,28,69,.12);display:flex;align-items:center;justify-content:center}
.th-ring{position:absolute;border-radius:50%;border:1px solid rgba(0,28,69,.14)}
.th-ring-one{width:320px;height:320px}
.th-ring-two{width:230px;height:230px}
.th-core{position:relative;width:180px;height:220px;border-radius:26px;background:var(--th-navy);box-shadow:0 24px 48px rgba(0,28,69,.22);padding:34px}
.th-core-mark{width:74px;height:74px;border-radius:20px;background:#fff;color:var(--th-red);display:flex;align-items:center;justify-content:center;font-weight:950;font-size:1.45rem}
.th-core-line{height:10px;border-radius:99px;background:rgba(255,255,255,.85);margin-top:32px}
.th-core-line.short{width:65%;margin-top:18px}
.th-dot{position:absolute;border-radius:50%}
.th-dot-red{width:48px;height:48px;background:var(--th-red);right:56px;top:64px}
.th-dot-blue{width:30px;height:30px;background:var(--th-blue);left:62px;bottom:66px}
.th-mission p{font-size:1.17rem}
.th-heading{max-width:820px;margin-bottom:46px}
.th-values{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.th-card{position:relative;background:#fff;border:1px solid var(--th-line);border-radius:20px;padding:32px;box-shadow:0 16px 40px rgba(0,28,69,.055)}
.th-card-number{color:var(--th-red);font-size:.78rem;font-weight:900;letter-spacing:.1em;margin-bottom:24px}
.th-card p{font-size:.98rem}
.th-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.th-stats>div{padding:34px 26px;border:1px solid var(--th-line);border-radius:20px;background:#fff;text-align:center}
.th-stats strong{display:block;color:var(--th-red);font-size:2.8rem;line-height:1;font-weight:950}
.th-stats span{display:block;margin-top:12px;color:var(--th-blue);font-size:.92rem;font-weight:750}
.th-timeline-section{background:var(--th-navy)}
.th-heading-light h2{color:#fff}
.th-timeline{position:relative;display:grid;gap:0;margin-top:20px}
.th-timeline:before{content:"";position:absolute;left:126px;top:28px;bottom:28px;width:2px;background:rgba(255,255,255,.18)}
.th-time-item{position:relative;display:grid;grid-template-columns:100px 52px 1fr;gap:0;align-items:start;padding:28px 0}
.th-time-year{color:#fff;font-weight:950;font-size:1.25rem;padding-top:2px}
.th-time-dot{position:relative;width:16px;height:16px;border-radius:50%;background:var(--th-red);margin:7px auto 0;z-index:2;box-shadow:0 0 0 7px rgba(212,17,24,.15)}
.th-time-content{padding-left:28px;max-width:760px}
.th-time-content h3,.th-time-content p{color:#fff}
.th-time-content p{opacity:.82}
.th-vision-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.th-pill-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.th-pill-grid span{display:inline-flex;padding:10px 15px;border-radius:999px;background:#eef3f9;color:var(--th-blue);font-weight:800;font-size:.92rem}
.th-team{background:var(--th-soft)}
.th-team-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:85px;align-items:center}
.th-team-visual{position:relative;min-height:360px;border-radius:32px;background:#fff;border:1px solid var(--th-line);box-shadow:0 22px 54px rgba(0,28,69,.08);overflow:hidden}
.th-team-circle{position:absolute;width:270px;height:270px;border-radius:50%;background:#eef3f9;left:50%;top:50%;transform:translate(-50%,-50%)}
.th-person{position:absolute;bottom:58px;border-radius:60px 60px 24px 24px;background:var(--th-navy)}
.th-person:before{content:"";position:absolute;width:62px;height:62px;border-radius:50%;background:#dce6f2;left:50%;transform:translateX(-50%);top:-40px;border:8px solid #fff}
.th-person-one{width:92px;height:150px;left:70px}
.th-person-two{width:104px;height:176px;left:50%;transform:translateX(-50%);background:var(--th-red);z-index:2}
.th-person-three{width:92px;height:150px;right:70px}
.th-final{padding-top:82px}
.th-final-box{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center;border:1px solid var(--th-line);border-radius:26px;padding:56px;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:0 22px 55px rgba(0,28,69,.07)}
.th-final-box h2{font-size:clamp(2.1rem,3.4vw,3.6rem)}
@media(max-width:980px){
  .th-hero-grid,.th-vision-grid,.th-team-grid,.th-final-box{grid-template-columns:1fr}
  .th-values,.th-stats{grid-template-columns:repeat(2,1fr)}
  .th-visual{min-height:360px}
}
@media(max-width:680px){
  .th-container{width:min(100% - 28px,1180px)}
  .th-section{padding:68px 0}
  .th-hero{padding:78px 0 68px}
  .th-page h1{font-size:2.6rem}
  .th-page h2{font-size:2rem}
  .th-values,.th-stats{grid-template-columns:1fr}
  .th-actions{flex-direction:column}
  .th-btn{width:100%}
  .th-timeline:before{left:18px}
  .th-time-item{grid-template-columns:36px 1fr}
  .th-time-year{grid-column:2;font-size:1rem;margin-bottom:5px}
  .th-time-dot{position:absolute;left:10px;top:34px}
  .th-time-content{grid-column:2;padding-left:0}
  .th-team-visual{min-height:310px}
  .th-person-one{left:34px}
  .th-person-three{right:34px}
  .th-final-box{padding:34px 24px;gap:28px}
}
