/* AKAI Promo eMAG — landing styles (scoped under .pemag-page) */
.pemag-page{
    --pemag-red:#ea0001;
    --pemag-red-dark:#c50001;
    --pemag-black:#222;
    --pemag-bg:#f5f5f5;
    --pemag-card:#ffffff;
    --pemag-line:#e7e7e7;
    --pemag-radius:8px;
    --pemag-shadow:0 8px 34px rgba(0,0,0,.08);
    font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    color:var(--pemag-black);
    line-height:1.5;
}
.pemag-page *,.pemag-page *::before,.pemag-page *::after{box-sizing:border-box}
.pemag-page img{max-width:100%;display:block;height:auto}
.pemag-page a{color:var(--pemag-red);text-decoration:none}
.pemag-page a:hover{text-decoration:underline}

.pemag-container{max-width:1180px;margin:0 auto;padding:0 20px}

/* Hero banner */
.pemag-hero{
    position:relative;
    background:#fff;
    overflow:hidden;
}
.pemag-hero img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
    object-position:center;
    max-height:660px;
}
.pemag-scroll-arrow{
    position:absolute;
    left:50%;
    bottom:24px;
    transform:translateX(-50%);
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    background:var(--pemag-red);
    color:#fff;
    font-family:'Montserrat','Lato',sans-serif;
    font-weight:700;
    font-size:13px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    text-decoration:none;
    border-radius:40px;
    box-shadow:0 4px 14px rgba(0,0,0,.25);
    transition:background .25s, color .25s, box-shadow .25s;
    animation:pemag-arrow-bounce 1.6s ease-in-out infinite;
    z-index:5;
}
.pemag-page a.pemag-scroll-arrow:link,
.pemag-page a.pemag-scroll-arrow:visited{color:#fff}
.pemag-page .pemag-scroll-arrow:hover,
.pemag-page .pemag-scroll-arrow:focus{
    background:var(--pemag-red-dark);
    color:#fff;
    text-decoration:none;
    box-shadow:0 6px 18px rgba(0,0,0,.35);
}
.pemag-scroll-arrow svg{
    width:16px;
    height:16px;
    flex-shrink:0;
}
@keyframes pemag-arrow-bounce{
    0%,100%{transform:translateX(-50%) translateY(0)}
    50%{transform:translateX(-50%) translateY(8px)}
}

/* Promo section */
.pemag-promo{
    background:linear-gradient(180deg,#fff 0%, var(--pemag-bg) 100%);
    padding:60px 0;
}
.pemag-grid{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:50px;
    align-items:start;
}
.pemag-copy .pemag-badge{
    display:inline-block;
    background:var(--pemag-red);
    color:#fff;
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:6px 14px;
    border-radius:50px;
    margin-bottom:18px;
}
.pemag-copy h1{
    font-family:'Montserrat','Lato',sans-serif;
    font-weight:900;
    font-size:42px;
    line-height:1.15;
    margin:0 0 20px 0;
    color:var(--pemag-black);
}
.pemag-copy h1 strong{color:var(--pemag-red)}
.pemag-copy .pemag-lead{
    font-size:18px;
    line-height:1.6;
    color:#444;
    margin:0 0 25px 0;
}
/* Lista premii tombolă */
.pemag-prizes{list-style:none;padding:0;margin:25px 0 0 0}
.pemag-prizes li{
    display:flex;
    align-items:center;
    gap:16px;
    padding:14px 0;
    font-size:15px;
    color:var(--pemag-black);
    border-bottom:1px solid var(--pemag-line);
    line-height:1.45;
}
.pemag-prizes li:last-child{border-bottom:none}
.pemag-prizes li strong{font-weight:900}
.pemag-prize-icon{
    flex-shrink:0;
    width:52px;
    height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:2px solid var(--pemag-red);
    border-radius:50%;
    color:var(--pemag-red);
}
.pemag-prize-icon svg{width:28px;height:28px}
.pemag-prize-text{flex:1}

/* Form card */
.pemag-form-card{
    background:var(--pemag-card);
    border-radius:var(--pemag-radius);
    box-shadow:var(--pemag-shadow);
    padding:32px 30px;
    border-top:5px solid var(--pemag-red);
}
.pemag-form-card h2{
    margin:0 0 22px 0;
    font-family:'Montserrat','Lato',sans-serif;
    font-weight:900;
    font-size:24px;
    color:var(--pemag-black);
    text-transform:uppercase;
    letter-spacing:1px;
}
.pemag-form-card label{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#444;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:14px;
}
.pemag-form-card label.pemag-check{
    text-transform:none;
    letter-spacing:0;
    font-weight:400;
    font-size:13px;
    color:#555;
    line-height:1.5;
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-top:6px;
    margin-bottom:18px;
}
.pemag-form-card input[type=text],
.pemag-form-card input[type=email]{
    width:100%;
    padding:14px 16px;
    margin-top:6px;
    border:2px solid #e0e0e0;
    border-radius:6px;
    font-size:15px;
    font-family:inherit;
    color:var(--pemag-black);
    background:#fafafa;
    transition:border-color .2s, background .2s;
}
.pemag-form-card input[type=text]:focus,
.pemag-form-card input[type=email]:focus{
    outline:none;
    border-color:var(--pemag-red);
    background:#fff;
}
.pemag-form-card input[type=checkbox]{
    margin-top:3px;
    flex-shrink:0;
    width:18px;height:18px;
    accent-color:var(--pemag-red);
    cursor:pointer;
}
.pemag-form-card .pemag-hp{
    position:absolute;
    left:-9999px;
    width:1px;height:1px;
    opacity:0;pointer-events:none;
}
.pemag-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:54px;
    background:var(--pemag-red);
    color:#fff;
    font-family:'Montserrat','Lato',sans-serif;
    font-weight:900;
    font-size:16px;
    letter-spacing:1px;
    text-indent:1px;
    text-transform:uppercase;
    padding:0 20px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    transition:background .2s, transform .1s;
    text-align:center;
    text-decoration:none;
    line-height:1;
    -webkit-appearance:none;
    appearance:none;
}
.pemag-page .pemag-cta,
.pemag-page a.pemag-cta:link,
.pemag-page a.pemag-cta:visited{color:#fff}
.pemag-page .pemag-cta:hover,
.pemag-page .pemag-cta:focus{background:var(--pemag-red-dark);text-decoration:none;color:#fff}
.pemag-cta:active{transform:translateY(1px)}
.pemag-cta-ghost{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    background:transparent;
    color:var(--pemag-black);
    font-weight:700;
    padding:0 24px;
    border:2px solid var(--pemag-black);
    border-radius:6px;
    text-decoration:none;
    transition:background .2s, color .2s;
    margin-left:10px;
    line-height:1;
}
.pemag-page a.pemag-cta-ghost:link,
.pemag-page a.pemag-cta-ghost:visited{color:var(--pemag-black)}
.pemag-page .pemag-cta-ghost:hover,
.pemag-page .pemag-cta-ghost:focus{background:var(--pemag-black);color:#fff;text-decoration:none}
.pemag-finetip{margin:14px 0 0 0;font-size:12px;color:#666;text-align:center}
.pemag-alert{padding:12px 16px;border-radius:6px;margin-bottom:18px;font-size:14px}
.pemag-alert.error{background:#fff0f0;color:#c50001;border:1px solid #f5c6c6}
.pemag-alert.success{background:#f0fff5;color:#0d7a3a;border:1px solid #c6f5d3}

/* How it works */
.pemag-how{
    background:#fff;
    padding:60px 0 70px 0;
    border-top:1px solid var(--pemag-line);
}
.pemag-how h2{
    text-align:center;
    font-family:'Montserrat','Lato',sans-serif;
    font-weight:900;
    font-size:32px;
    margin:0 0 50px 0;
    color:var(--pemag-black);
}
.pemag-steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.pemag-steps-4{grid-template-columns:repeat(4,1fr);gap:24px}
.pemag-step{text-align:center;padding:20px}
.pemag-step .pemag-num{
    width:60px;height:60px;line-height:60px;
    border-radius:50%;
    background:var(--pemag-red);
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-weight:900;
    font-size:26px;
    margin:0 auto 18px auto;
}
.pemag-step h3{font-size:18px;font-weight:900;margin:0 0 10px 0;color:var(--pemag-black)}
.pemag-step p{margin:0;color:#555;font-size:15px;line-height:1.6}

/* Thanks page */
.pemag-thanks{padding:70px 0;min-height:60vh;background:var(--pemag-bg)}
.pemag-thanks-card{
    background:#fff;
    border-radius:var(--pemag-radius);
    box-shadow:var(--pemag-shadow);
    max-width:640px;
    margin:0 auto;
    padding:50px 40px;
    text-align:center;
    border-top:5px solid var(--pemag-red);
}
.pemag-check-circle{
    width:80px;height:80px;line-height:80px;
    border-radius:50%;
    background:var(--pemag-red);
    color:#fff;
    font-size:42px;font-weight:900;
    margin:0 auto 25px auto;
}
.pemag-thanks-card h1{
    font-family:'Montserrat',sans-serif;
    font-weight:900;
    font-size:30px;
    margin:0 0 15px 0;
    color:var(--pemag-black);
}
.pemag-thanks-card .pemag-lead{font-size:17px;color:#444;margin:0 0 25px 0}
.pemag-thanks-tip{
    background:#f9f9f9;
    border-left:4px solid var(--pemag-red);
    padding:16px 20px;
    text-align:left;
    border-radius:4px;
    font-size:14px;
    color:#555;
    margin:20px 0 30px 0;
}
.pemag-thanks-actions{
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.pemag-thanks-actions .pemag-cta{width:auto;padding:0 30px;display:inline-flex}

/* Regulament */
.pemag-reg{background:#fff;padding:50px 0 70px 0}
.pemag-reg-content{max-width:820px;margin:0 auto;padding:0 20px}
.pemag-reg-content h1{
    font-family:'Montserrat',sans-serif;
    font-weight:900;
    font-size:30px;
    color:var(--pemag-black);
    margin:0 0 10px 0;
    border-bottom:3px solid var(--pemag-red);
    padding-bottom:12px;
}
.pemag-reg-content .pemag-meta{color:#666;font-size:13px;margin-bottom:30px}
.pemag-reg-content h2{
    font-family:'Montserrat',sans-serif;
    font-weight:700;
    font-size:20px;
    color:var(--pemag-black);
    margin:35px 0 12px 0;
}
.pemag-reg-content h3{font-size:16px;font-weight:700;margin:20px 0 8px 0}
.pemag-reg-content p,
.pemag-reg-content li{font-size:15px;line-height:1.7;color:#333}
.pemag-reg-content ul,
.pemag-reg-content ol{padding-left:22px;margin:8px 0 14px 0}
.pemag-reg-content .pemag-back{display:inline-block;margin-bottom:20px;font-size:14px;color:#666}

/* Responsive */
@media (max-width:920px){
    .pemag-grid{grid-template-columns:1fr;gap:35px}
    .pemag-copy h1{font-size:32px}
    .pemag-steps,.pemag-steps-4{grid-template-columns:repeat(2,1fr);gap:25px}
    .pemag-scroll-arrow{bottom:16px;padding:10px 18px;font-size:12px;letter-spacing:1px}
}
@media (max-width:560px){
    .pemag-promo{padding:40px 0}
    .pemag-copy h1{font-size:26px}
    .pemag-copy .pemag-lead{font-size:16px}
    .pemag-form-card{padding:25px 22px}
    .pemag-form-card h2{font-size:20px}
    .pemag-how{padding:45px 0 50px 0}
    .pemag-how h2{font-size:24px;margin-bottom:35px}
    .pemag-steps,.pemag-steps-4{grid-template-columns:1fr;gap:20px}
    .pemag-prizes li{font-size:14px;gap:12px}
    .pemag-prize-icon{width:44px;height:44px}
    .pemag-prize-icon svg{width:24px;height:24px}
    .pemag-thanks-card{padding:35px 25px}
    .pemag-thanks-card h1{font-size:24px}
    .pemag-check-circle{width:64px;height:64px;line-height:64px;font-size:32px}
    .pemag-thanks-actions .pemag-cta,.pemag-thanks-actions .pemag-cta-ghost{display:flex;width:100%;margin:0 0 10px 0}
    .pemag-cta-ghost{margin-left:0}
    .pemag-scroll-arrow{bottom:12px;padding:8px 14px;font-size:11px;gap:6px}
    .pemag-scroll-arrow svg{width:13px;height:13px}
}
