
.page-title{
    padding-top: 300px;
}

.page-title .content-box{
    margin: 0px -22px;
}

.page-title .content-box h2{
    font-size: 128px;
    line-height: 154px;
    margin-bottom: 60px;
}

.page-title .content-box h1{
    display: block;
    font-size: 96px;
    line-height: 115px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(98.77deg, #232323 41.04%, #575855 73.86%);
}

/* punto dorado decorativo (mismo formato que el título del banner del index) */
.page-title .content-box h1 .dot{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--theme-color);
    background-image: none;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    left: -5px;
    top: -18px;
    margin-right: 7px;
    border-radius: 50%;
}

/* ritmo vertical igual al banner: h1 -> texto/CTA */
.page-title .content-box p{margin-top: 0;}
.page-title .content-box h1 + .theme-btn{margin-top: 40px;}


.page-title h3{
    font-size: 70px;
    line-height: 84px;
    font-weight: 600;
    margin-bottom: 60px;
}
/* Título de artículo de blog (h1.post-title) — conserva el aspecto de titular de post (04 Sep 2026) */
.page-title .content-box h1.post-title{font-size:70px;line-height:84px;font-weight:600;text-transform:none;color:#101a30 !important;-webkit-text-fill-color:#101a30 !important;background:none !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;margin:0 0 20px}
.dark .page-title .content-box h1.post-title{color:#fff !important;-webkit-text-fill-color:#fff !important}
