
:root{
  --tbp-navy:#001c45;
  --tbp-blue:#0b326b;
  --tbp-red:#d41118;
  --tbp-muted:#5e6b7d;
  --tbp-soft:#f6f8fb;
  --tbp-line:#e3e9f1;
}
.tbp-page{font-family:Inter,Arial,sans-serif;color:#17233b;background:#fff;line-height:1.6}
.tbp-page *{box-sizing:border-box}
.tbp-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.tbp-section{padding:78px 0}
.tbp-kicker{display:inline-block;margin-bottom:16px;color:var(--tbp-red);font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tbp-page h1,.tbp-page h2,.tbp-page h3{font-family:Inter,Arial,sans-serif;color:var(--tbp-navy);line-height:1.04;letter-spacing:-.035em;margin:0}
.tbp-page h1{font-size:clamp(3rem,5.6vw,5.5rem);max-width:880px}
.tbp-page h2{font-size:clamp(2.1rem,3.4vw,3.5rem)}
.tbp-page h3{font-size:1.35rem}
.tbp-page p{color:var(--tbp-muted);font-size:1.05rem;margin:16px 0 0}

.tbp-hero{padding:110px 0 92px;border-bottom:1px solid var(--tbp-line);background:#fff}
.tbp-hero-simple{max-width:1180px}
.tbp-hero-simple p{font-size:1.16rem;max-width:720px}
.tbp-search{display:flex;margin-top:34px;max-width:650px;padding:7px;border:1px solid var(--tbp-line);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(0,28,69,.06)}
.tbp-search input{flex:1;border:0!important;outline:0!important;padding:0 14px!important;background:transparent!important;min-width:0}
.tbp-search button{border:0;border-radius:10px;background:var(--tbp-navy);color:#fff;padding:13px 22px;font-weight:850;cursor:pointer}

.tbp-featured-section{background:var(--tbp-soft);padding:62px 0 76px}
.tbp-featured-label{color:var(--tbp-red);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}
.tbp-featured{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--tbp-line);border-radius:24px;overflow:hidden;box-shadow:0 18px 46px rgba(0,28,69,.07)}
.tbp-featured-media{min-height:360px;background:#eef3f9}
.tbp-featured-image{width:100%;height:100%;object-fit:cover;display:block}
.tbp-featured-copy{padding:46px 48px;display:flex;flex-direction:column;justify-content:center}
.tbp-featured-copy h2 a{color:inherit!important;text-decoration:none!important}

.tbp-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:15px}
.tbp-meta span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff0f1;color:var(--tbp-red);font-size:.7rem;font-weight:900;text-transform:uppercase}
.tbp-meta time{font-size:.82rem;color:#7c8796}

.tbp-section-heading{margin-bottom:38px}
.tbp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tbp-card{border:1px solid var(--tbp-line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(0,28,69,.05);transition:.2s}
.tbp-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(0,28,69,.09)}
.tbp-card-media{display:block;height:220px;background:#eef3f9;overflow:hidden}
.tbp-card-image{width:100%;height:100%;object-fit:cover;display:block}
.tbp-card-body{padding:26px;display:flex;flex-direction:column;min-height:300px}
.tbp-card h3 a{color:inherit!important;text-decoration:none!important}
.tbp-card p{font-size:.94rem;flex:1}
.tbp-read{margin-top:20px;color:var(--tbp-red)!important;text-decoration:none!important;font-weight:850}
.tbp-read span{display:inline-block;transition:.2s}
.tbp-read:hover span{transform:translateX(4px)}

.tbp-placeholder{position:relative;background:linear-gradient(135deg,#edf3fa,#fff1f2)}
.tbp-placeholder-shape{position:absolute;width:70px;height:70px;border-radius:18px;background:var(--tbp-navy);left:50%;top:50%;transform:translate(-50%,-60%)}
.tbp-placeholder-line{position:absolute;width:110px;height:8px;border-radius:99px;background:rgba(0,28,69,.12);left:50%;top:68%;transform:translateX(-50%)}

.tbp-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:44px}
.tbp-pagination .page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--tbp-line);border-radius:9px;color:var(--tbp-blue)!important;text-decoration:none!important;font-weight:800}
.tbp-pagination .current,.tbp-pagination .page-numbers:hover{background:var(--tbp-navy);color:#fff!important}

.tbp-cta-section{background:var(--tbp-soft)}
.tbp-cta{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;padding:50px;border:1px solid var(--tbp-line);border-radius:24px;background:#fff;box-shadow:0 20px 48px rgba(0,28,69,.06)}
.tbp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:9px;background:var(--tbp-red);color:#fff!important;text-decoration:none!important;font-weight:850}
.tbp-empty{padding:48px;border:1px dashed #bcc8d8;border-radius:20px;text-align:center;background:var(--tbp-soft)}

@media(max-width:1000px){
  .tbp-featured,.tbp-cta{grid-template-columns:1fr}
  .tbp-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .tbp-container{width:min(100% - 28px,1180px)}
  .tbp-section{padding:60px 0}
  .tbp-hero{padding:78px 0 66px}
  .tbp-page h1{font-size:2.65rem}
  .tbp-page h2{font-size:2.05rem}
  .tbp-grid{grid-template-columns:1fr}
  .tbp-search{flex-direction:column}
  .tbp-search input{min-height:46px}
  .tbp-featured-media{min-height:260px}
  .tbp-featured-copy{padding:30px 24px}
  .tbp-card-media{height:210px}
  .tbp-cta{padding:32px 24px;gap:24px}
  .tbp-btn{width:100%}
}
