
.thoughts-section{
    background:
        radial-gradient(circle at 8% 10%, rgba(13,110,253,.08), transparent 28%),
        linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.thoughts-shell{
    width:min(92vw,1760px);
    max-width:1760px;
    margin:0 auto;
}
.thoughts-hero-card{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
    gap:0;overflow:hidden;background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:28px;
    box-shadow:0 24px 70px rgba(15,23,42,.10);
}
.thoughts-hero-copy{padding:clamp(2rem,4vw,4.5rem)}
.thoughts-kicker{
    display:inline-flex;align-items:center;gap:.55rem;
    margin-bottom:1.1rem;padding:.48rem .85rem;
    border-radius:999px;background:#eef5ff;color:#0d4ea6;
    font-size:.86rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase
}
.thoughts-title{
    color:#0b1760;font-size:clamp(2rem,4vw,3.45rem);
    line-height:1.05;letter-spacing:-.035em;margin-bottom:1.25rem
}
.thoughts-lead{font-size:1.08rem;line-height:1.8;color:#475569;margin-bottom:1.2rem}
.thoughts-quote{
    margin-top:1.6rem;padding:1.15rem 1.25rem;
    border-left:4px solid #0d6efd;background:#f7faff;
    color:#1e293b;border-radius:0 16px 16px 0
}
.thoughts-media{position:relative;min-height:520px;background:#0f172a}
.thoughts-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.thoughts-media::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.42))
}
.thoughts-media-label{
    position:absolute;left:1.4rem;right:1.4rem;bottom:1.4rem;z-index:2;
    color:#fff;padding:1rem 1.1rem;border-radius:16px;
    background:rgba(15,23,42,.58);backdrop-filter:blur(9px);
    font-weight:650;line-height:1.4
}
.thoughts-block{
    margin-top:2rem;background:#fff;border:1px solid rgba(15,23,42,.07);
    border-radius:24px;padding:clamp(1.5rem,3vw,2.6rem);
    box-shadow:0 14px 40px rgba(15,23,42,.06)
}
.thoughts-section-title{color:#0b1760;font-size:clamp(1.55rem,2.5vw,2.25rem);margin-bottom:.65rem}
.thoughts-section-intro{color:#64748b;max-width:850px;line-height:1.75;margin-bottom:1.5rem}
.thoughts-dimensions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.thoughts-card{
    padding:1.35rem;border-radius:18px;background:#f8fafc;
    border:1px solid #e8eef6;height:100%
}
.thoughts-card:last-child:nth-child(odd){grid-column:1/-1}
.thoughts-card h3{font-size:1.16rem;color:#0f2f76;margin-bottom:.6rem}
.thoughts-card p{color:#526074;line-height:1.7;margin-bottom:.8rem}
.thoughts-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:.9rem}
.thoughts-signal{
    padding:.72rem .8rem;border-radius:12px;background:#fff;border:1px solid #e6ebf2;
    color:#475569;font-size:.91rem;line-height:1.45
}
.thoughts-signal strong{display:block;color:#0d4ea6;margin-bottom:.2rem}
.thoughts-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.thoughts-step{
    padding:1.45rem;border-radius:20px;background:linear-gradient(180deg,#ffffff,#f8fbff);
    border:1px solid #e5edf8
}
.thoughts-step-num{
    width:42px;height:42px;display:grid;place-items:center;margin-bottom:1rem;
    border-radius:50%;background:#0d6efd;color:#fff;font-weight:800
}
.thoughts-step h3{color:#102a6a;font-size:1.12rem}
.thoughts-step p{color:#526074;line-height:1.7}
.thoughts-exercise{
    margin-top:.85rem;padding:.9rem 1rem;border-radius:14px;
    background:#eef5ff;color:#334155;font-size:.94rem
}
.thoughts-cta{
    margin-top:2rem;padding:clamp(1.6rem,3vw,2.4rem);
    border-radius:24px;background:linear-gradient(135deg,#071d55,#0d6efd);
    color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1.5rem
}
.thoughts-cta h2{color:#fff;margin:0 0 .45rem}
.thoughts-cta p{margin:0;color:rgba(255,255,255,.86);max-width:720px}
.thoughts-cta .btn{white-space:nowrap;background:#fff;color:#0d4ea6;border:0;font-weight:800;padding:.85rem 1.25rem}
@media(max-width:991.98px){
    .thoughts-hero-card{grid-template-columns:1fr}
    .thoughts-media{min-height:auto;aspect-ratio:16/10}
    .thoughts-dimensions,.thoughts-steps{grid-template-columns:1fr}
    .thoughts-card:last-child:nth-child(odd){grid-column:auto}
    .thoughts-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:575.98px){
    .thoughts-hero-copy{padding:1.4rem}
    .thoughts-block{padding:1.25rem}
    .thoughts-signals{grid-template-columns:1fr}
    .thoughts-media{aspect-ratio:4/3}
}
