.samet-ekv-wrap {
    background: #000;
    color: #fff;
    padding: 40px 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.samet-ekv-shell {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 28px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.03), 0 30px 80px rgba(0,0,0,0.55);
    padding: 28px;
}

.samet-ekv-topbar,
.samet-ekv-hero,
.samet-ekv-cta-row,
.samet-ekv-social-grid {
    display: flex;
    align-items: center;
}

.samet-ekv-topbar {
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.samet-ekv-logo {
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

.samet-ekv-views {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d4af37;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 600;
    background: rgba(212, 175, 55, 0.08);
}

.samet-ekv-eye {
    font-size: 13px;
    line-height: 1;
}

.samet-ekv-hero {
    gap: 24px;
    margin-bottom: 28px;
}

.samet-ekv-avatar {
    width: 132px;
    height: 132px;
    border-radius: 24px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.5);
    box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}

.samet-ekv-identity h1 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.1;
    color: #fff;
}

.samet-ekv-role,
.samet-ekv-brand {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 6px;
}

.samet-ekv-value {
    margin: 14px 0 10px;
    font-size: 18px;
    color: #fff;
}

.samet-ekv-desc,
.samet-ekv-text {
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
}

.samet-ekv-cta-row {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.samet-ekv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease, border-color .2s ease;
    cursor: pointer;
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.samet-ekv-btn:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.samet-ekv-btn-primary {
    background: #d4af37;
    color: #000;
}

.samet-ekv-btn-secondary {
    background: transparent;
    color: #fff;
}

.samet-ekv-section {
    padding: 22px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.samet-ekv-section h2 {
    color: #d4af37;
    margin: 0 0 14px;
    font-size: 21px;
}

.samet-ekv-contact-list {
    display: grid;
    gap: 14px;
}

.samet-ekv-contact-item {
    display: grid;
    gap: 6px;
}

.samet-ekv-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(212, 175, 55, 0.9);
}

.samet-ekv-contact-item a,
.samet-ekv-inline-link,
.samet-ekv-text a,
.samet-ekv-list a {
    color: #fff;
    text-decoration: none;
    word-break: break-word;
}

.samet-ekv-contact-item a:hover,
.samet-ekv-inline-link:hover,
.samet-ekv-social:hover {
    color: #d4af37;
}

.samet-ekv-inline-link {
    display: inline-block;
    margin-top: 2px;
    color: #d4af37;
    font-weight: 600;
}

.samet-ekv-social-grid {
    flex-wrap: wrap;
    gap: 12px;
}

.samet-ekv-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: rgba(255,255,255,0.02);
}

.samet-ekv-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(255,255,255,0.88);
    line-height: 1.8;
}

.samet-ekv-map {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    min-height: 320px;
}

.samet-ekv-map iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

@media (max-width: 1200px) {
    .samet-ekv-shell {
        max-width: 82%;
    }
}

@media (max-width: 991px) {
    .samet-ekv-shell {
        max-width: 92%;
        padding: 22px;
    }

    .samet-ekv-hero {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .samet-ekv-wrap {
        padding: 18px 10px;
    }

    .samet-ekv-shell {
        max-width: 100%;
        border-radius: 20px;
        padding: 18px;
    }

    .samet-ekv-hero {
        flex-direction: column;
        text-align: left;
    }

    .samet-ekv-avatar {
        width: 104px;
        height: 104px;
        border-radius: 18px;
    }

    .samet-ekv-identity h1 {
        font-size: 28px;
    }

    .samet-ekv-btn,
    .samet-ekv-social {
        width: 100%;
    }

    .samet-ekv-cta-row,
    .samet-ekv-social-grid {
        flex-direction: column;
        align-items: stretch;
    }
}
