/* PCB HERO V3 — composition premium, zone photo prête */
.pcb-hero-v3{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    color:#fff;
    min-height:clamp(620px,76vh,790px);
    background:
        radial-gradient(circle at 84% 24%, rgba(255,216,0,.10), transparent 25%),
        linear-gradient(116deg,#073d73 0%,#0a66b7 53%,#2a8ed3 100%);
}

.pcb-hero-v3__glow{
    position:absolute;
    z-index:-1;
    border-radius:50%;
    pointer-events:none;
    filter:blur(2px);
}
.pcb-hero-v3__glow--one{
    width:280px;height:280px;right:-100px;top:-100px;
    background:rgba(255,255,255,.06);
}
.pcb-hero-v3__glow--two{
    width:220px;height:220px;left:-120px;bottom:-120px;
    background:rgba(255,216,0,.07);
}

.pcb-hero-v3__inner{
    width:min(1180px,92%);
    margin:0 auto;
    min-height:clamp(620px,76vh,790px);
    display:grid;
    grid-template-columns:minmax(0,1.06fr) minmax(390px,.74fr);
    align-items:center;
    gap:70px;
    padding:64px 0 70px;
}

.pcb-hero-v3__content{max-width:740px}

.pcb-hero-v3__eyebrow{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    margin-bottom:15px;
    color:#ffd800;
    font-size:12px;
    font-weight:900;
    letter-spacing:.24em;
}
.pcb-hero-v3__eyebrow i{font-style:normal;opacity:.55}

.pcb-hero-v3__badge{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    padding:0 12px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.92);
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
}

.pcb-hero-v3 h1{
    margin:18px 0 0;
    font-size:clamp(48px,5.3vw,78px);
    line-height:.97;
    letter-spacing:-.045em;
    font-weight:900;
}
.pcb-hero-v3 h1 span{display:block;color:#fff}
.pcb-hero-v3 h1 strong{display:block;color:#ffd800;font-weight:900}

.pcb-hero-v3__lead{
    max-width:640px;
    margin:26px 0 0;
    color:rgba(255,255,255,.90);
    font-size:16px;
    line-height:1.65;
}

.pcb-hero-v3__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}
.pcb-v3-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-height:52px;
    padding:0 19px;
    border-radius:11px;
    font-size:14px;
    font-weight:900;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.pcb-v3-btn span{font-size:18px}
.pcb-v3-btn--primary{
    background:#ffd800;color:#102d55;
    box-shadow:0 12px 28px rgba(255,216,0,.20);
}
.pcb-v3-btn--primary:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(255,216,0,.29)}
.pcb-v3-btn--ghost{
    color:#fff;background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.55);
}
.pcb-v3-btn--ghost:hover{transform:translateY(-2px);background:rgba(255,255,255,.10)}

.pcb-hero-v3__facts{
    display:flex;
    flex-wrap:wrap;
    gap:26px;
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.17);
}
.pcb-hero-v3__facts div{display:flex;flex-direction:column;gap:4px;min-width:92px}
.pcb-hero-v3__facts b{font-size:17px;color:#fff}
.pcb-hero-v3__facts small{font-size:10px;color:rgba(255,255,255,.62);font-weight:800}

.pcb-hero-v3__visual{
    position:relative;
    min-height:500px;
    display:grid;
    place-items:center;
}
.pcb-photo-frame{
    position:relative;
    z-index:2;
    width:min(100%,455px);
    aspect-ratio:4/4.8;
    padding:12px;
    border-radius:22px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.24);
    box-shadow:0 28px 65px rgba(3,29,58,.27);
    transform:rotate(1deg);
    backdrop-filter:blur(10px);
}
.pcb-photo-frame__tag,
.pcb-photo-frame__caption{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:29px;
    color:rgba(255,255,255,.68);
    font-size:9px;
    font-weight:900;
    letter-spacing:.10em;
    text-transform:uppercase;
}
.pcb-photo-frame__image{
    height:calc(100% - 58px);
    overflow:hidden;
    border-radius:15px;
    background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
}
.pcb-photo-placeholder{
    width:100%;height:100%;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:8px;text-align:center;
    border:1px dashed rgba(255,255,255,.30);
}
.pcb-photo-placeholder__mark{
    width:66px;height:66px;display:grid;place-items:center;
    border-radius:50%;
    border:1px solid rgba(255,216,0,.55);
    color:#ffd800;
    font-size:14px;font-weight:900;
    letter-spacing:.08em;
    background:rgba(255,216,0,.06);
}
.pcb-photo-placeholder strong{font-size:15px;letter-spacing:.10em}
.pcb-photo-placeholder span{max-width:230px;color:rgba(255,255,255,.64);font-size:11px;line-height:1.5}
.pcb-photo-frame__caption{padding:0 5px}
.pcb-photo-frame__shadow{
    position:absolute;
    z-index:1;
    width:72%;
    height:70%;
    right:-1%;
    bottom:1%;
    border-radius:26px;
    background:rgba(255,216,0,.15);
    filter:blur(1px);
    transform:rotate(-5deg);
}

@media (max-width:1020px){
    .pcb-hero-v3__inner{grid-template-columns:1fr;gap:42px;padding-top:60px}
    .pcb-hero-v3__content{max-width:850px}
    .pcb-hero-v3__visual{min-height:auto}
    .pcb-photo-frame{width:min(78%,430px)}
}

@media (max-width:650px){
    .pcb-hero-v3{min-height:auto}
    .pcb-hero-v3__inner{width:94%;min-height:auto;padding:46px 0 62px;gap:34px}
    .pcb-hero-v3__eyebrow{font-size:10px;letter-spacing:.16em}
    .pcb-hero-v3 h1{font-size:clamp(38px,11.5vw,56px);line-height:.98}
    .pcb-hero-v3__lead{font-size:15px;margin-top:20px}
    .pcb-hero-v3__actions{flex-direction:column;align-items:stretch;margin-top:25px}
    .pcb-v3-btn{width:100%}
    .pcb-hero-v3__facts{gap:16px;margin-top:25px}
    .pcb-photo-frame{width:88%;max-width:370px;border-radius:19px}
}
