/* ============================================================
   DESCOPERA THE ICON — Premium Redesign
   ============================================================ */

body.public-home-page .why-lamer-section {
    background: #060f0c !important;
    background-image:
        radial-gradient(ellipse 140% 50% at 50% -10%, rgba(12,32,20,.9), transparent 60%),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(201,169,110,.04), transparent) !important;
    padding-top: clamp(72px, 8vw, 120px) !important;
    padding-bottom: 0 !important;
}

body.public-home-page .why-lamer-section .why-lamer-shell {
    width: min(1200px, calc(100% - clamp(32px, 6vw, 96px)));
    margin: 0 auto clamp(52px, 6vw, 84px);
}

body.public-home-page .why-lamer-section .why-lamer-media {
    height: clamp(460px, 46vw, 620px) !important;
    border-radius: 20px !important;
    box-shadow:
        0 48px 120px rgba(0,0,0,.6),
        0 0 0 1px rgba(201,169,110,.14) !important;
}

body.public-home-page .why-lamer-section .why-lamer-label {
    color: #c9a96e !important;
    border-bottom-color: #c9a96e !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
}

body.public-home-page .why-lamer-section .why-lamer-content h2 {
    color: #f5efe2 !important;
    font-size: clamp(38px, 4.8vw, 68px) !important;
    line-height: .96 !important;
    letter-spacing: -.01em !important;
}

body.public-home-page .why-lamer-section .why-lamer-content > p {
    color: rgba(225,215,198,.6) !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

/* Grid carduri */
body.public-home-page .why-lamer-section .why-lamer-grid--row {
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(201,169,110,.18) !important;
}

body.public-home-page .why-lamer-grid--row article {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 36px 32px !important;
    background: transparent !important;
    border: none !important;
    border-right: 1px solid rgba(201,169,110,.12) !important;
    border-radius: 0 !important;
    position: relative;
    transition: background .3s ease !important;
}
body.public-home-page .why-lamer-grid--row article:last-child {
    border-right: none !important;
}
body.public-home-page .why-lamer-grid--row article::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #c9a96e, rgba(201,169,110,0));
    opacity: 0;
    transition: opacity .3s ease;
}
body.public-home-page .why-lamer-grid--row article:hover {
    background: rgba(201,169,110,.05) !important;
}
body.public-home-page .why-lamer-grid--row article:hover::before {
    opacity: 1;
}

body.public-home-page .why-lamer-grid--row article > span {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    background: rgba(201,169,110,.13) !important;
    border: 1px solid rgba(201,169,110,.25) !important;
    color: #c9a96e !important;
}
body.public-home-page .why-lamer-grid--row article > span svg {
    width: 24px !important;
    height: 24px !important;
    stroke: #c9a96e !important;
}

body.public-home-page .why-lamer-grid--row article div {
    min-width: 0 !important;
}
body.public-home-page .why-lamer-grid--row article h3 {
    color: #f0e8d6 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: .01em !important;
    margin: 0 0 6px !important;
}
body.public-home-page .why-lamer-grid--row article p {
    color: rgba(210,198,178,.5) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

@media (max-width: 900px) {
    body.public-home-page .why-lamer-section .why-lamer-grid--row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    body.public-home-page .why-lamer-grid--row article:nth-child(2) {
        border-right: none !important;
    }
    body.public-home-page .why-lamer-grid--row article:nth-child(3),
    body.public-home-page .why-lamer-grid--row article:nth-child(4) {
        border-top: 1px solid rgba(201,169,110,.12) !important;
    }
}
@media (max-width: 520px) {
    body.public-home-page .why-lamer-section .why-lamer-grid--row {
        grid-template-columns: 1fr 1fr !important;
    }
    body.public-home-page .why-lamer-grid--row article {
        padding: 24px 18px !important;
        gap: 12px !important;
    }
    body.public-home-page .why-lamer-grid--row article > span {
        width: 44px !important;
        height: 44px !important;
    }
}
