
:root{
  --tc-navy:#001c45;
  --tc-blue:#0b326b;
  --tc-red:#d41118;
  --tc-text:#17233b;
  --tc-muted:#5e6b7d;
  --tc-soft:#f5f8fc;
  --tc-line:#e2e9f2;
}
.tc-page{font-family:Inter,Arial,sans-serif;color:var(--tc-text);background:#fff;line-height:1.6}
.tc-page *{box-sizing:border-box}
.tc-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.tc-section{padding:96px 0}
.tc-soft{background:var(--tc-soft)}
.tc-kicker{display:inline-block;margin-bottom:16px;color:var(--tc-red);font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tc-kicker-light{color:#ffb4b7}
.tc-page h1,.tc-page h2,.tc-page h3{font-family:Inter,Arial,sans-serif;color:var(--tc-navy);line-height:1.08;letter-spacing:-.035em;margin:0}
.tc-page h1{font-size:clamp(2.9rem,5.7vw,5.5rem);max-width:850px}
.tc-page h2{font-size:clamp(2.1rem,3.6vw,3.8rem)}
.tc-page h3{font-size:1.32rem}
.tc-page p{color:var(--tc-muted);font-size:1.07rem;margin:18px 0 0}
.tc-hero{padding:116px 0 104px;background:linear-gradient(135deg,#fff 0%,#f8fbff 62%,#edf3fa 100%)}
.tc-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:84px;align-items:center}
.tc-hero p{max-width:760px;font-size:1.18rem}
.tc-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.tc-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}
.tc-btn-primary{background:var(--tc-red);color:#fff!important;box-shadow:0 12px 28px rgba(212,17,24,.18)}
.tc-btn-primary:hover{background:#b90f15;transform:translateY(-2px)}
.tc-btn-secondary{background:#fff;color:var(--tc-navy)!important;border:1px solid var(--tc-line)}
.tc-status{display:flex;gap:10px;align-items:center;margin-top:28px;color:var(--tc-blue);font-weight:800;font-size:.92rem}
.tc-status-dot{width:10px;height:10px;border-radius:50%;background:#2aa66d;box-shadow:0 0 0 6px rgba(42,166,109,.12)}
.tc-visual{position:relative;min-height:430px;border:1px solid rgba(0,28,69,.08);border-radius:36px;background:#fff;box-shadow:0 30px 80px rgba(0,28,69,.12);display:flex;align-items:center;justify-content:center;overflow:hidden}
.tc-card-stack{position:absolute;width:230px;height:280px;border-radius:26px;background:#eef3f9;border:1px solid var(--tc-line)}
.tc-card-one{transform:rotate(-10deg) translate(-35px,8px)}
.tc-card-two{transform:rotate(10deg) translate(35px,8px);background:#fff1f2}
.tc-profile-card{position:relative;width:210px;height:270px;border-radius:26px;background:#fff;border:1px solid var(--tc-line);box-shadow:0 22px 48px rgba(0,28,69,.16);padding:38px}
.tc-avatar{width:78px;height:78px;border-radius:50%;background:var(--tc-navy);margin-bottom:34px}
.tc-profile-card>span{display:block;height:10px;border-radius:99px;background:#dce5f0;margin-bottom:16px}
.tc-profile-card>span.short{width:65%}
.tc-check{position:absolute;right:-22px;bottom:25px;width:64px;height:64px;border-radius:50%;background:var(--tc-red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;border:7px solid #fff}
.tc-heading{max-width:830px;margin-bottom:46px}
.tc-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tc-value-card{background:#fff;border:1px solid var(--tc-line);border-radius:22px;padding:34px;box-shadow:0 16px 40px rgba(0,28,69,.055);transition:.2s ease}
.tc-value-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(0,28,69,.09)}
.tc-value-icon{width:62px;height:62px;border-radius:18px;background:#eef3f9;color:var(--tc-navy);display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.tc-value-card:nth-child(2n) .tc-value-icon{background:#fff0f1;color:var(--tc-red)}
.tc-value-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tc-value-card p{font-size:.97rem}
.tc-jobs{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.tc-job-card{background:#fff;border:1px solid var(--tc-line);border-radius:22px;padding:34px;box-shadow:0 16px 40px rgba(0,28,69,.055)}
.tc-job-badge{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:22px}
.tc-job-badge.seasonal{background:#eaf7f0;color:#19704a}
.tc-job-badge.talent{background:#eef3f9;color:var(--tc-blue)}
.tc-job-top p{font-size:.98rem}
.tc-job-card ul{list-style:none;margin:26px 0 0;padding:0}
.tc-job-card li{position:relative;padding:10px 0 10px 25px;border-bottom:1px solid #edf1f6;color:var(--tc-muted)}
.tc-job-card li:last-child{border-bottom:0}
.tc-job-card li:before{content:"✓";position:absolute;left:0;color:var(--tc-red);font-weight:900}
.tc-culture{background:var(--tc-navy)}
.tc-culture-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.tc-culture h2{color:#fff}
.tc-tags{display:flex;flex-wrap:wrap;gap:12px}
.tc-tags span{padding:12px 17px;border-radius:999px;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);font-weight:800}
.tc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tc-steps article{border:1px solid var(--tc-line);border-radius:18px;padding:28px 24px;background:#fff}
.tc-steps article>span{display:flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--tc-navy);color:#fff;font-weight:900;margin-bottom:22px}
.tc-steps p{font-size:.95rem}
.tc-talent{background:var(--tc-soft)}
.tc-talent-box{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center;border:1px solid var(--tc-line);border-radius:26px;padding:54px;background:#fff;box-shadow:0 22px 55px rgba(0,28,69,.07)}
.tc-final{padding-top:82px}
.tc-final-box{display:grid;grid-template-columns:1fr .65fr;gap:70px;align-items:center;border:1px solid var(--tc-line);border-radius:26px;padding:56px;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:0 22px 55px rgba(0,28,69,.07)}
.tc-final-actions{display:flex;flex-direction:column;gap:12px}
.tc-email{text-align:center;color:var(--tc-blue)!important;text-decoration:none!important;font-weight:850}
@media(max-width:1020px){
  .tc-hero-grid,.tc-culture-grid,.tc-talent-box,.tc-final-box{grid-template-columns:1fr}
  .tc-values{grid-template-columns:repeat(2,1fr)}
  .tc-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .tc-container{width:min(100% - 28px,1180px)}
  .tc-section{padding:68px 0}
  .tc-hero{padding:78px 0 68px}
  .tc-page h1{font-size:2.6rem}
  .tc-page h2{font-size:2rem}
  .tc-values,.tc-jobs,.tc-steps{grid-template-columns:1fr}
  .tc-actions{flex-direction:column}
  .tc-btn{width:100%}
  .tc-visual{min-height:340px}
  .tc-talent-box,.tc-final-box{padding:34px 24px;gap:28px}
}
