.akm-ownership{

padding:110px 0;
background:#151515;

}

.akm-ownership-box{

max-width:820px;
margin:70px auto 0;

background:#1d1d1d;

border:1px solid rgba(212,175,55,.35);

border-radius:22px;

padding:55px;

}

.akm-warning{

background:#D4AF37;

color:#111;

font-size:21px;

font-weight:700;

padding:22px 26px;

border-radius:16px;

margin-bottom:40px;

line-height:1.5;

}

.akm-ownership h3{

color:#fff;

font-size:32px;

margin-bottom:30px;

}

.akm-documents{

list-style:none;

padding:0;

margin:0 0 35px;

}

.akm-documents li{

font-size:22px;

color:#fff;

margin-bottom:18px;

}

.akm-info{

font-size:20px;

line-height:1.8;

color:#d7d7d7;

margin-bottom:45px;

}

.akm-method-title{

margin-bottom:28px;

}

.akm-contact-buttons{

display:flex;

flex-direction:column;

gap:24px;

margin-bottom:45px;

}

.akm-whatsapp,
.akm-email{

display:flex;

align-items:center;

gap:22px;

padding:24px;

border-radius:18px;

text-decoration:none;

transition:.35s;

}

.akm-whatsapp{

background:#D4AF37;

color:#111;

box-shadow:0 18px 40px rgba(212,175,55,.35);

}

.akm-whatsapp:hover{

transform:translateY(-4px);

box-shadow:0 25px 55px rgba(212,175,55,.45);

}

.akm-email{

background:#232323;

border:2px solid #D4AF37;

color:#fff;

}

.akm-email:hover{

background:#2a2a2a;

transform:translateY(-4px);

}

.akm-btn-icon{

width:62px;

height:62px;

border-radius:50%;

background:rgba(255,255,255,.15);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

flex-shrink:0;

}

.akm-whatsapp .akm-btn-icon{

background:rgba(0,0,0,.12);

}

.akm-btn-text{

display:flex;

flex-direction:column;

}

.akm-btn-text strong{

font-size:26px;

font-weight:700;

line-height:1.2;

}

.akm-btn-text span{

margin-top:6px;

font-size:16px;

opacity:.8;

}

.akm-privacy{

margin-top:15px;

font-size:18px;

line-height:1.8;

color:#d3d3d3;

}

@media(max-width:768px){

.akm-ownership{

padding:80px 0;

}

.akm-ownership-box{

padding:30px 24px;

margin-top:45px;

}

.akm-warning{

font-size:18px;

padding:18px;

}

.akm-ownership h3{

font-size:26px;

}

.akm-documents li{

font-size:18px;

}

.akm-info{

font-size:17px;

}

.akm-whatsapp,
.akm-email{

padding:18px;

border-radius:18px;

}

.akm-btn-icon{

width:56px;

height:56px;

font-size:30px;

}

.akm-btn-text strong{

font-size:20px;

}

.akm-btn-text span{

font-size:14px;

}

}